:root {
  --white: white;
  --black: black;
  --tan: #c1ae8e;
  --transparent: #fff0;
  --black-transparent: #000c;
}

.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-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

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

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

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

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

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

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

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

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

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

h1 {
  color: var(--white);
  margin-top: 20px;
  margin-bottom: 10px;
  font-family:
    Playfair Display,
    sans-serif;
  font-size: 120px;
  font-weight: 700;
  line-height: 1;
}

h2 {
  color: var(--white);
  margin-top: 20px;
  margin-bottom: 10px;
  font-family:
    Playfair Display,
    sans-serif;
  font-size: 96px;
  font-weight: 700;
  line-height: 1;
}

h3 {
  color: var(--white);
  margin-top: 20px;
  margin-bottom: 10px;
  font-family:
    Playfair Display,
    sans-serif;
  font-size: 64px;
  font-weight: 700;
  line-height: 1;
}

h4 {
  color: var(--white);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family:
    Playfair Display,
    sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 1;
}

h5 {
  color: var(--white);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family:
    Playfair Display,
    sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 1;
}

h6 {
  color: var(--white);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family:
    Playfair Display,
    sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
}

p {
  color: var(--white);
  margin-bottom: 10px;
  font-family: Raleway, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.3;
}

img {
  max-width: 100%;
  display: inline-block;
}

figcaption {
  color: var(--white);
  text-align: center;
  margin-top: 5px;
  font-family: Raleway, sans-serif;
}

.hero-wrap {
  background-color: var(--black);
  width: 100%;
  position: relative;
}

.hero-wrap.mobile {
  display: none;
}

.wrap-hero-video {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.wrap-hero-video.hero {
  justify-content: center;
  align-items: center;
  height: 100vh;
  position: sticky;
}

.wrap-hero-video.first {
  justify-content: flex-start;
  height: 200vh;
  display: flex;
}

.background-video {
  z-index: 3;
  width: 100vw;
  height: 100vh;
  position: absolute;
  inset: 0% auto auto;
  overflow: visible;
}

.background-video.absolute {
  opacity: 1;
  width: 100%;
  transition-property: none;
  display: block;
  position: static;
  top: auto;
  left: auto;
  right: auto;
  overflow: hidden;
}

.size-container {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: 500vh;
  display: flex;
  position: relative;
  overflow: visible;
}

.sticky-image-backgrounf {
  z-index: 3;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.sticky-image-backgrounf.absolute {
  width: 18vw;
  height: 50vh;
  display: flex;
  position: absolute;
  inset: auto;
  overflow: hidden;
}

.image-move {
  background-image: url("../images/3_1.avif");
  background-position: 50%;
  background-size: cover;
  height: 120%;
}

.image-move.second {
  background-image: url("../images/Nut_cake.webp");
  background-position: 50%;
  background-repeat: no-repeat;
  height: 100vh;
}

.image-move.first {
  background-image: url("../images/bread.webp");
  background-repeat: no-repeat;
  align-items: center;
  height: 100vh;
  margin-bottom: auto;
  display: flex;
}

.background-image-effect {
  background-image: url("../images/Blab_Background_03.webp");
  background-position: 50%;
  background-size: cover;
  width: 100vw;
  height: 100vh;
  display: block;
}

.background-image-effect.absolute {
  z-index: 4;
  opacity: 1;
  background-image: none;
  align-items: center;
  width: 100vw;
  transition-property: none;
  display: block;
  position: absolute;
  inset: auto;
}

.scale-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.horizontal-scroll {
  background-color: #000;
  height: 300vh;
  position: relative;
  top: 0;
}

.horizontal-div-wrapper {
  width: auto;
  height: 100vh;
  position: sticky;
  top: 0;
}

.overflow-mask {
  height: 100%;
  overflow: visible;
}

.horizontal-scrollable {
  width: 100vw;
  height: 100%;
  position: relative;
  overflow: visible;
}

.horizontal-content {
  justify-content: flex-start;
  width: 300vw;
  height: 100%;
  display: flex;
  position: relative;
  overflow: visible;
}

.crew-wrap {
  justify-content: center;
  align-items: center;
  width: auto;
  height: 100%;
  margin-left: 50vw;
  display: flex;
  position: relative;
  top: 5%;
  transform: translate(-50%);
}

.crew-wrap.second {
  margin-left: 0;
}

.image-crew {
  height: 80vh;
}

.main-heading {
  color: var(--white);
  text-align: left;
  margin-top: 0;
  margin-bottom: 10px;
  font-family:
    Playfair Display,
    sans-serif;
  font-size: 48px;
  font-weight: 400;
}

.main-heading.h2 {
  color: var(--white);
  text-transform: uppercase;
  white-space: normal;
  font-family:
    Playfair Display,
    sans-serif;
  font-size: 77px;
  line-height: 1;
  position: static;
  top: 37%;
  right: -35%;
}

.main-heading.hero {
  color: var(--white);
  margin-top: 0;
  margin-left: 30px;
  font-family: Raleway, sans-serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 1;
}

.main-heading.about {
  white-space: normal;
  margin-bottom: 0;
  font-size: 54px;
  font-weight: 400;
  line-height: 1;
}

.main-heading.chef {
  margin-right: 10px;
  padding-left: 0;
  font-size: 5vw;
  line-height: 1;
  position: static;
  top: 100px;
  left: 186px;
}

.main-heading.servic {
  text-align: left;
  text-transform: capitalize;
  margin-top: 25px;
  margin-bottom: 15px;
  font-family:
    Playfair Display,
    sans-serif;
  font-size: 96px;
  font-weight: 400;
  line-height: 1;
}

.main-heading.modal,
.main-heading.modal-second,
.main-heading.modal-third,
.main-heading.modal-fourth,
.main-heading.modal-fifth {
  text-align: left;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 0;
  font-family: Raleway, sans-serif;
  font-size: 18.8vw;
  font-weight: 500;
  line-height: 0.8;
}

.main-heading.black {
  width: 100%;
  color: var(--black);
  margin-bottom: 86px;
  margin-left: auto;
  margin-right: auto;
  font-size: 144px;
  line-height: 1;
}

.main-heading.menu {
  width: 110%;
  margin-bottom: 32px;
  font-size: 5vw;
  line-height: 1;
}

.main-heading.card {
  text-align: right;
  justify-content: flex-end;
  align-items: flex-end;
  font-size: 36px;
  font-style: italic;
  display: flex;
}

.main-heading.price {
  text-align: center;
  margin-top: auto;
  margin-bottom: auto;
  font-size: 48px;
  font-style: italic;
}

.main-heading.form {
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 400;
}

.main-heading.form.second {
  margin-top: 60px;
}

.main-heading.center {
  text-align: center;
  margin-bottom: 100px;
}

.main-heading.center.no-margin {
  text-align: left;
  text-transform: none;
  height: auto;
  margin-bottom: 0;
}

.main-heading.enjoy {
  margin-top: 0;
  font-size: 144px;
  line-height: 1;
  position: absolute;
  inset: 0% 7% auto auto;
}

.main-heading.featured {
  text-align: center;
  font-size: 96px;
  line-height: 1;
}

.main-heading._404 {
  font-size: 80px;
  font-weight: 400;
}

.main-heading.form-wrap {
  text-align: center;
  text-transform: capitalize;
  margin-bottom: 0;
}

.main-heading.hero-headline {
  color: var(--white);
  margin-top: 0;
  margin-left: 30px;
  font-family: Raleway, sans-serif;
  font-size: 46px;
  font-weight: 400;
  line-height: 1;
}

.container-info-crew {
  position: absolute;
  inset: 40% -34% auto auto;
}

.container-info-crew._2 {
  right: -11%;
}

.container-info-crew._3 {
  right: -20%;
}

.main-text {
  color: var(--white);
  text-transform: capitalize;
  font-family: Raleway, sans-serif;
  font-size: 18px;
}

.main-text.form,
.main-text.adresse {
  text-transform: none;
  font-size: 1rem;
}

.footer {
  background-color: var(--black);
  padding: 100px 60px;
  position: relative;
}

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

.footer-grid {
  grid-column-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
}

.munu-footer-grid {
  grid-column-gap: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  width: 524.328px;
  margin-right: 10px;
}

.column {
  flex-direction: column;
  width: 150px;
  display: flex;
}

.column.logo {
  width: 150px;
}

.main-link {
  color: var(--white);
  text-transform: none;
  margin-bottom: 10px;
  margin-right: 20px;
  font-family: Raleway, sans-serif;
  font-size: 0.9rem;
  text-decoration: none;
  transition: color 0.4s ease-in-out;
}

.main-link:hover {
  color: var(--tan);
}

.main-link.checkbox {
  color: var(--tan);
  margin-right: 0;
  font-family: Raleway, sans-serif;
  font-size: 13px;
}

.main-link.margin {
  align-self: flex-end;
  margin-bottom: 0;
  margin-right: 20px;
  font-size: 15px;
}

.main-link.margin.no.w--current {
  display: none;
}

.main-link.nav {
  margin-bottom: 0;
  font-family: Raleway, sans-serif;
}

.main-link.nav.w--current {
  color: var(--tan);
}

.main-link.nav_mobile {
  margin-bottom: 0;
  font-family: Raleway, sans-serif;
}

.main-link.nav_mobile.w--current {
  color: var(--tan);
}

.form-wrap {
  width: 100%;
  max-width: 600px;
  margin-left: auto;
  padding-left: 0;
}

.text-field {
  height: auto;
  color: var(--tan);
  background-color: #0000;
  border: 1px #000;
  border-bottom-color: #c1ae8e;
  margin-bottom: 0;
  padding-left: 0;
  font-family: Raleway, sans-serif;
  font-size: 3.1vw;
  line-height: 1;
}

.checkbox-label {
  color: var(--white);
  font-family: Raleway, sans-serif;
  font-size: 13px;
}

.checkbox-2 {
  border-style: solid;
  border-color: var(--tan);
  color: var(--tan);
  background-color: #0000;
}

.checkbox-2.w--redirected-checked {
  background-color: var(--tan);
  border-style: none;
}

.checkbox-2.w--redirected-focus {
  color: var(--tan);
}

.checkbox-field {
  margin-top: 10px;
}

.form-row {
  border-bottom: 1px solid var(--tan);
  margin-top: 10px;
  margin-bottom: 25px;
  display: flex;
}

.submit-button {
  color: var(--white);
  background-color: #0000;
  font-family:
    Arial,
    Helvetica Neue,
    Helvetica,
    sans-serif;
  font-size: 42px;
  font-weight: 100;
  transition:
    color 0.4s ease-in-out,
    transform 0.4s ease-in-out;
}

.submit-button:hover {
  color: var(--tan);
  transform: translate(14px);
}

.form-block {
  margin-bottom: 3rem;
}

.orizzontal-nav-footer {
  justify-content: flex-start;
  padding-top: 6rem;
  padding-right: 0;
  display: flex;
}

.social-grid {
  grid-column-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: center;
  margin-left: auto;
}

.social-link {
  justify-content: center;
  align-items: center;
  width: 20px;
  transition: transform 0.4s ease-in-out;
  display: flex;
  position: relative;
}

.social-link:hover {
  transform: scale(1.1);
}

.main-image {
  width: auto;
  height: auto;
}

.main-image._100 {
  width: 100%;
}

.main-image.absolute {
  width: 250px;
  max-width: none;
  height: auto;
  bottom: 0%;
}

.main-image.logo {
  width: 250px;
  max-width: none;
  height: auto;
}

.main-image.nav {
  width: 250px;
}

.logo-link {
  justify-content: flex-start;
  align-items: center;
  width: 250px;
  margin-top: auto;
  display: flex;
  position: relative;
}

.navbar {
  background-color: #0000;
  align-items: flex-start;
  height: 80px;
  padding: 15px 60px 10px;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.nav-menu {
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  height: auto;
  margin-left: auto;
  display: flex;
  position: static;
}

.flex-nav {
  flex-direction: row;
  align-items: center;
  margin-left: auto;
  display: flex;
}

.flex-nav.mobile {
  display: none;
}

.nav-container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1600px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.menu-button {
  background-color: #0000;
  align-items: center;
  display: flex;
}

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

.burgher-line {
  background-color: var(--white);
  border: 1px #000;
  width: 35px;
  height: 1px;
}

.burgher-line.center {
  margin-top: 5px;
  margin-bottom: 5px;
}

.brand {
  width: auto;
}

.size-hero {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.size-hero._404 {
  background-image: url("../images/dreifoto_WEB_Archiv_DREI6494_1.avif");
  background-position: 0 0;
  background-size: cover;
}

.hero-wrao-text {
  z-index: 7;
  flex-direction: column;
  justify-content: space-around;
  align-items: flex-start;
  width: 100%;
  max-width: 1480px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
  position: absolute;
  bottom: 218px;
}

.line {
  background-color: var(--tan);
  color: #fff;
  flex: 0 auto;
  width: 100%;
  height: 1px;
  margin-bottom: 32px;
  position: static;
  top: 0;
  left: auto;
  right: auto;
}

.line.service {
  z-index: 1;
  margin-top: 10px;
  position: relative;
}

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

.line.view {
  display: none;
}

.paragraph-hero {
  max-width: 456px;
  color: var(--white);
  text-transform: none;
  margin-left: auto;
  font-family: Raleway, sans-serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 1.2;
}

.paragraph-hero.headline-start {
  max-width: 520px;
  font-size: 46px;
}

.text-span-3 {
  font-weight: 700;
}

.wrap-text {
  z-index: 5;
  flex-direction: row-reverse;
  justify-content: flex-end;
  align-items: center;
  width: auto;
  margin-top: 50vh;
  margin-left: 118px;
  display: flex;
  position: absolute;
  inset: auto auto auto 0%;
  transform: translate(0, -50%);
}

.main-paragraph {
  width: auto;
  color: var(--white);
  text-align: left;
  margin-bottom: 0;
  font-family: Raleway, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 20.83px;
}

.main-paragraph.modale {
  width: 400px;
  margin-left: 23px;
}

.main-paragraph.modale.first {
  opacity: 1;
}

.main-paragraph.services {
  text-align: left;
  width: 100%;
  margin-bottom: 140px;
  margin-left: auto;
  font-size: 36px;
  font-weight: 300;
  line-height: 42.26px;
  position: relative;
}

.main-paragraph.modale-second {
  width: 400px;
  margin-left: 9px;
}

.main-paragraph.modale-third {
  width: 400px;
  margin-left: 23px;
}

.main-paragraph.modale-fourth,
.main-paragraph.modale-fifth {
  width: 600px;
  margin-left: 23px;
}

.main-paragraph.black {
  width: auto;
  color: var(--black);
  margin-top: 10px;
  margin-left: 0;
  margin-right: 0;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2;
}

.main-paragraph.black.italic {
  font-style: normal;
  font-weight: 200;
}

.main-paragraph._50 {
  text-align: left;
  width: 50%;
  margin-left: auto;
  font-size: 24px;
  font-weight: 300;
  line-height: 28.18px;
}

.main-paragraph.center {
  text-align: left;
}

.main-paragraph.how-it-wroks {
  font-size: 2em;
  font-weight: 300;
  line-height: 1em;
}

.main-paragraph.review {
  font-size: 24px;
  line-height: 28px;
}

.main-paragraph.review.second {
  margin-bottom: -20px;
  margin-right: auto;
  font-family:
    Playfair Display,
    sans-serif;
  font-size: 64px;
  line-height: 1;
}

.main-paragraph.gift {
  width: 300px;
  margin-top: 30px;
  font-size: 24px;
}

.main-paragraph.second {
  font-family:
    Playfair Display,
    sans-serif;
  font-style: italic;
  font-weight: 400;
}

.main-paragraph.angebote_text {
  width: auto;
  color: var(--black);
  margin: 2rem 0;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2;
}

.main-paragraph.angebote_text.italic {
  font-style: normal;
  font-weight: 200;
}

.overflow {
  background-color: #0000;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  height: auto;
  display: block;
  overflow: hidden;
}

.overflow.margin {
  margin-bottom: 15px;
  padding-bottom: 10px;
  overflow: hidden;
}

.overflow.flex {
  z-index: 1;
  justify-content: space-between;
  display: flex;
  position: relative;
}

.overflow.absolute {
  opacity: 1;
  display: block;
  position: absolute;
  top: 10%;
  left: 3%;
  overflow: hidden;
}

.services-section {
  background-color: var(--black);
  text-align: center;
  height: auto;
  padding: 50px 60px;
  position: static;
  top: 0;
}

.container {
  background-color: #0000;
  width: 100%;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
}

.container.second {
  max-width: 1200px;
}

.container.second.stiky {
  height: 100%;
}

.container.no {
  display: block;
}

.container.brotalg {
  margin-bottom: 8rem;
  display: block;
}

.container.second_bg {
  max-width: 1200px;
}

.container.second_bg.stiky {
  height: 100%;
}

.container.second-contact {
  max-width: 1200px;
  margin-top: 140px;
  position: absolute;
}

.container.second-contact.stiky {
  height: 100%;
}

.services-wrap {
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  display: flex;
  position: relative;
}

.heading {
  opacity: 1;
  color: var(--white);
  border-radius: 0;
  justify-content: center;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 5px;
  font-family:
    Playfair Display,
    sans-serif;
  font-size: 114px;
  font-style: italic;
  font-weight: 800;
  line-height: 1;
  display: block;
}

.modal-wrap {
  z-index: 9999;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: fixed;
  inset: 0%;
}

.modal-wrap.first,
.modal-wrap.second,
.modal-wrap.third,
.modal-wrap.fourth,
.modal-wrap.fifth {
  display: none;
}

.background-move-image {
  background-image: url("https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg");
  background-position: 50%;
  background-size: cover;
  width: 20vw;
  height: 25vh;
  position: absolute;
  inset: auto -6% auto auto;
}

.background-move-image.first {
  background-image: url("../images/1-2_1.avif");
  bottom: auto;
  right: -6%;
}

.background-move-image.second {
  background-image: url("../images/2-1_1.avif");
  bottom: auto;
  right: -6%;
}

.background-move-image.third {
  background-image: url("../images/4-3_1.avif");
  right: -6%;
}

.background-move-image.fourth {
  background-image: url("../images/3-3_1.avif");
}

.background-move-image.fifth {
  background-image: url("../images/5-2_1.avif");
}

.wrap-text-modal {
  z-index: 6;
  background-color: #0000;
  width: 100%;
  height: auto;
  margin-top: auto;
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
  bottom: 0;
}

.background-modal.first {
  opacity: 1;
  background-image: url("../images/1-2_1.avif");
  background-position: 50%;
  background-size: cover;
  width: 100vw;
  height: 100vh;
  position: absolute;
  inset: auto;
}

.background-modal.second {
  background-image: url("../images/2-1_1.avif");
  background-position: 50%;
  background-size: cover;
  width: 100vw;
  height: 100vh;
  position: absolute;
}

.background-modal.third {
  background-image: linear-gradient(#00000080, #00000080), url("../images/4-3_1.avif");
  background-position:
    0 0,
    50%;
  background-size: auto, cover;
  width: 100vw;
  height: 100vh;
  position: absolute;
}

.background-modal.fourth {
  background-image: url("../images/3-3_1.avif");
  background-position: 50%;
  background-size: cover;
  width: 100vw;
  height: 100vh;
  position: absolute;
}

.background-modal.fifth {
  background-image: linear-gradient(#00000080, #00000080), url("../images/5-2_1.avif");
  background-position:
    0 0,
    50%;
  background-size: auto, cover;
  width: 100vw;
  height: 100vh;
  position: absolute;
}

.back-to-services {
  cursor: pointer;
  display: block;
  position: absolute;
  inset: 4% 3% auto auto;
  overflow: hidden;
}

.text-block {
  color: var(--white);
  text-transform: uppercase;
  font-family: Raleway, sans-serif;
  font-size: 20px;
  font-weight: 600;
}

.text-block.first {
  font-size: 20px;
}

.text-block.first.margin {
  margin-right: 5px;
}

.text-block.second,
.text-block.third,
.text-block.fourth,
.text-block.fifth,
.text-block.sixth,
.text-block.seventh,
.text-block.eight {
  font-size: 20px;
}

.container-button-services {
  display: flex;
  overflow: hidden;
}

.container-button-services.absolute {
  opacity: 1;
  position: absolute;
  inset: auto 0% -100%;
  overflow: visible;
}

.flex-hero {
  width: 100%;
  display: flex;
}

.flex-hero._404 {
  justify-content: space-between;
  align-items: center;
}

.change-bg-wrap {
  background-color: #0000;
  padding: 200px 60px;
  position: relative;
}

.about-grid {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-columns: 0.75fr 1fr;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.wrapper-text-grid {
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.container-image {
  position: relative;
  overflow: hidden;
}

.container-image.padding {
  padding-top: 100px;
}

.cover-shape {
  background-color: var(--white);
  opacity: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% 0 0% 0%;
}

.cover-shape._50 {
  background-color: var(--tan);
  width: 80%;
  bottom: auto;
}

.cover-shape._50.second {
  top: auto;
  bottom: 0;
  left: auto;
}

.cover-shape._80 {
  background-color: var(--tan);
  width: 80%;
  right: auto;
}

.cover-shape._20 {
  background-color: var(--tan);
  width: 20%;
  inset: 0% 0% auto auto;
}

.cover-shape._80 {
  width: 100%;
  height: 80%;
  top: auto;
}

.cover-shape._20 {
  width: 100%;
  height: 20%;
  inset: 0% 0% auto;
}

.cover-shape.second {
  background-color: var(--tan);
  width: 20%;
  inset: 0% 0% auto auto;
}

.cover-shape.third {
  background-color: var(--tan);
  width: 80%;
}

.change-bg {
  background-color: var(--black);
  position: fixed;
  inset: 0%;
}

.menu-section {
  z-index: 4;
  padding: 140px 0;
  position: relative;
}

.wrap-heading {
  padding-left: 40px;
  padding-right: 40px;
}

.card-grid {
  grid-column-gap: 17px;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr 1fr;
  margin-top: 140px;
}

.menu-card {
  background-image: url("https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg");
  background-position: 50%;
  background-size: cover;
  min-height: 500px;
  max-height: 700px;
  padding: 17px;
}

.menu-card.first {
  background-image: url("../images/strawberry-cake.webp");
  background-position: 50% 0;
  background-repeat: no-repeat;
  height: 500px;
  min-height: auto;
  max-height: none;
  padding: 40px 26px;
}

.menu-card.second {
  background-image: url("../images/Semmeln.webp");
  background-repeat: no-repeat;
  height: 500px;
  min-height: auto;
  max-height: none;
  padding: 40px 26px;
}

.menu-card.hird {
  background-image: url("../images/Brotal-Guad.webp");
  height: 500px;
  min-height: auto;
  max-height: none;
  padding: 40px 26px;
}

.menu-card.four {
  background-image: url("../images/02_Blab_Instagram.avif");
  height: 500px;
  min-height: auto;
  max-height: none;
  padding: 40px 26px;
}

.info-card {
  background-color: #000000c9;
  flex-direction: column;
  height: 100%;
  padding: 20px 28px;
  display: none;
}

.brand-image {
  opacity: 0.49;
  width: 73px;
}

.form-section {
  padding-top: 140px;
  padding-bottom: 100px;
  position: relative;
}

.form-section.no {
  display: none;
}

.text-field-form {
  border-style: none none solid;
  border-width: 1px;
  border-color: black black var(--white);
  background-color: #0000;
  height: auto;
  margin-bottom: 60px;
  padding-top: 0;
  padding-bottom: 18px;
  padding-left: 0;
  font-family:
    Playfair Display,
    sans-serif;
  font-size: 24px;
}

.text-field-form:focus {
  border-bottom-color: var(--white);
}

.select-field {
  height: auto;
  color: var(--white);
  background-color: #000000c7;
  padding-top: 18px;
  padding-bottom: 18px;
  padding-right: 35px;
  font-family:
    Playfair Display,
    sans-serif;
  font-size: 24px;
  transition: border-color 0.4s ease-in-out;
}

.select-field:hover {
  border: 1px solid var(--tan);
}

.select-field:focus {
  border: 1px solid var(--white);
}

.submit-button-2 {
  border-bottom: 1px solid var(--white);
  background-color: #0000;
  height: auto;
  margin-top: 20px;
  margin-left: auto;
  padding: 0 40px 14px 0;
  font-family:
    Playfair Display,
    sans-serif;
  font-size: 24px;
  transition:
    color 0.4s ease-in-out,
    border-color 0.4s ease-in-out,
    padding-right 0.4s ease-in-out;
}

.submit-button-2:hover {
  border-bottom-color: var(--tan);
  color: var(--tan);
  padding-right: 0;
}

.submit-button-2.contact {
  text-transform: uppercase;
  width: auto;
  font-size: 18px;
  transition:
    border-color 0.4s ease-in-out,
    color 0.4s ease-in-out,
    padding-right 0.4s ease-in-out;
}

.submit-button-2.contact:hover {
  border-bottom-color: var(--tan);
  color: var(--tan);
}

.submit-button-2.center {
  margin-right: auto;
  padding-left: 40px;
  transition:
    border-color 0.4s ease-in-out,
    color 0.4s ease-in-out,
    padding-left 0.4s ease-in-out,
    padding-right 0.4s ease-in-out;
}

.submit-button-2.center:hover {
  padding-left: 0;
}

.section-slider {
  cursor: none;
  height: 100vh;
  position: relative;
}

.slider {
  height: 100%;
}

.bg-slide {
  background-image: url("https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg");
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.bg-slide.first {
  background-image: url("../images/Chocolate_cake.webp");
}

.bg-slide.second {
  background-image: url("../images/Blab_Slider_3.avif");
}

.bg-slide.third {
  background-image: url("../images/Blab_Slider_4.avif");
}

.bg-slide.fourth {
  background-image: url("../images/8_1.avif");
}

.form-2 {
  flex-direction: column;
  width: 100%;
  max-width: 888px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.right-arrow,
.left-arrow {
  width: 50vw;
}

.arrow-div {
  background-color: var(--black);
  border-radius: 50%;
  width: 80px;
  height: 80px;
  position: relative;
}

.slide-nav {
  display: none;
}

.how-it-work-section {
  padding-top: 200px;
  padding-left: 40px;
  padding-right: 40px;
  position: relative;
}

.how-it-works-grid {
  grid-column-gap: 61px;
  grid-row-gap: 52px;
  grid-template:
    "Area Area Area-2"
    "Area-6 Area-6 Area-3"
    "Area-4 Area-4 Area-4"
    "Area-7 Area-7 Area-7"
    / 1fr 1fr 1.25fr;
  grid-auto-flow: column;
}

.wrap-image {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.wrap-image.second {
  width: 100%;
  display: flex;
}

.image {
  width: 100%;
}

.image.brand {
  width: auto;
  height: 100%;
}

.container-text {
  padding-bottom: 60px;
  padding-left: 40px;
  padding-right: 40px;
}

.container-text.second {
  width: 585px;
  max-width: 100%;
}

.container-text.second.padding {
  height: auto;
  margin-top: auto;
  margin-bottom: auto;
  padding-left: 66px;
}

.container-text.produkte {
  margin-top: 2em;
}

.container-text.auslobungengrid {
  grid-column-gap: 52px;
  grid-row-gap: 52px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.featured-section {
  padding-top: 220px;
  padding-bottom: 220px;
  position: relative;
}

.featured-section.no {
  display: block;
}

.featured-grid {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 140px;
  padding-left: 57px;
  padding-right: 57px;
}

.container-brand {
  height: 161px;
}

.container-brand.second {
  height: 90px;
}

.review-section {
  align-items: flex-start;
  height: 400vh;
  padding-top: 138px;
  padding-bottom: 152px;
  display: flex;
  position: relative;
}

.review-section.view.no {
  display: block;
}

.review-section.view.no.startseite,
.review-section.hide {
  display: none;
}

.review-grid {
  grid-row-gap: 0px;
  grid-template-rows: auto 80vh;
  grid-template-columns: 0.75fr 1fr;
  align-items: start;
  height: auto;
  padding-left: 40px;
  padding-right: 40px;
  position: sticky;
  top: 13.8vh;
}

.wrap-review-image {
  position: relative;
  top: 79px;
}

.review-image {
  width: 450px;
}

.review-image.absolute {
  position: absolute;
  inset: 0% auto auto 0%;
}

.review-image.absolute.first {
  opacity: 1;
  transition-property: none;
  top: 42px;
  left: 42px;
}

.review-image.absolute.second {
  opacity: 1;
  top: 84px;
  left: 84px;
}

.review-image.absolute.third {
  opacity: 1;
  top: 126px;
  left: 126px;
}

.review-image.absolute.third:hover {
  opacity: 1;
}

.text-review {
  border-left: 1px solid var(--white);
  background-color: var(--black);
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 380px;
  height: 289px;
  margin-top: 0;
  padding-left: 35px;
  display: flex;
  position: relative;
  top: auto;
}

.text-review.second {
  justify-content: center;
  margin-top: 0;
  position: absolute;
  inset: 0%;
}

.text-review.hero {
  background-color: #0000;
  height: auto;
  margin-top: 20px;
  display: none;
}

.name {
  color: var(--white);
  text-transform: uppercase;
  margin-top: 22px;
  font-family:
    Playfair Display,
    sans-serif;
  font-size: 24px;
}

.name.hero {
  margin-left: auto;
  font-size: 18px;
}

.container-text-review {
  margin-top: 130px;
  margin-left: auto;
  position: relative;
}

.instagram-section {
  background-color: var(--black);
  margin-top: 0;
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
}

.instagram-section.brotal {
  margin-top: 0;
}

.instagram-slider {
  background-color: #0000;
  height: auto;
  padding-top: 0;
  overflow: hidden;
}

.mask-instagram-slider {
  width: 40%;
  height: auto;
  margin-left: 0;
  margin-right: auto;
  overflow: visible;
}

.wrap-text-instagram {
  padding: 34px;
  position: absolute;
  inset: 0%;
}

.instagram-logo {
  width: 25px;
}

.rotate-wrap {
  display: none;
  position: absolute;
  inset: auto auto 15% 0%;
  transform: rotate(-90deg);
}

.instagram-text {
  color: var(--white);
  text-align: left;
  font-family:
    Playfair Display,
    sans-serif;
  font-size: 20px;
  font-weight: 400;
}

.slide-insta {
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 90px;
}

.right-arrow-2 {
  inset: 7% 8% auto auto;
}

.left-arrow-2 {
  inset: 7% 18% auto auto;
}

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

.line-instagram {
  background-color: var(--white);
  width: 40px;
  height: 1px;
  margin-left: 40px;
  margin-right: 10px;
}

.rotate {
  transform-style: preserve-3d;
  transform: rotateX(0) rotateY(-180deg) rotateZ(0);
}

.contact-section {
  background-image: url("../images/10_1.avif");
  background-position: 0%;
  background-size: cover;
  background-attachment: fixed;
  align-items: center;
  height: 691px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  position: relative;
}

.contact-section.no {
  background-image: url("../images/Osterbrot_dunkel.webp");
  background-position: 50%;
  background-repeat: no-repeat;
  justify-content: center;
  align-items: flex-start;
  height: 100vh;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
}

.contact-section.no.startseite {
  display: none;
}

.overflow-image {
  width: 50%;
  position: relative;
  overflow: hidden;
}

.utility-page-wrap {
  background-image: linear-gradient(#e7e4ddd1, #e7e4ddd1), url("../images/10_1.avif");
  background-position:
    0 0,
    50%;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.main-heading-2 {
  margin-bottom: 65px;
  padding-left: 0;
  font-size: 25px;
  font-weight: 400;
  line-height: 1;
  position: static;
  inset: auto -39% 31% auto;
}

.main-heading-2.password {
  margin-bottom: 20px;
  font-size: 4vw;
}

.licensing-container-2 {
  color: #fff0;
  background-color: #0000;
  background-image: linear-gradient(#0000, #0000);
  border: 1px solid #333;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 60%;
  height: auto;
  margin-bottom: 10px;
  padding: 40px;
  display: flex;
}

.changelog-text-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.main-paragraph-2 {
  color: #f3f4f1;
  width: auto;
  line-height: 1.4;
}

.main-paragraph-2.changelog {
  color: #333;
  margin-bottom: 0;
}

.source-link {
  color: var(--white);
  background-color: #0000;
  margin-right: 20px;
  font-family: Raleway, sans-serif;
  font-weight: 400;
  transition: color 0.4s;
}

.source-link:hover {
  color: var(--tan);
}

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

.licensing-link-wrapper {
  align-items: center;
  display: flex;
}

.licensing-head {
  color: var(--white);
  font-family:
    Playfair Display,
    sans-serif;
}

.licensing-paragraph {
  color: var(--white);
  text-align: center;
  margin-bottom: 0;
  font-family: Raleway, sans-serif;
  font-size: 18px;
}

.hero-heading-smal {
  color: #fff;
  font-size: 100px;
}

.licensing-container {
  border: 1px solid var(--tan);
  background-color: #0000;
  border-radius: 10px;
  width: 100%;
  max-width: 1000px;
  height: auto;
  margin-bottom: 10px;
  padding: 40px;
}

.license-link {
  color: var(--white);
  font-family: Raleway, sans-serif;
  font-weight: 400;
  transition: color 0.4s ease-in-out;
}

.license-link:hover {
  color: var(--tan);
}

.images-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-top: 20px;
  display: grid;
}

.licensing-section {
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  min-height: 100vh;
  margin-top: 0;
  padding-top: 220px;
  padding-bottom: 100px;
  display: flex;
}

.main-2 {
  background-color: var(--black);
  text-align: center;
  flex-direction: column;
  align-items: center;
  margin-top: 0;
  padding-top: 0;
  padding-left: 0;
  padding-right: 1px;
  display: flex;
  overflow: hidden;
}

.small-hero-2 {
  background-color: #f3f4f1;
  background-image: url("../images/bread.webp");
  background-position: 50%;
  background-size: cover;
  background-attachment: scroll;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 50rem;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.small-hero-2.produkte {
  background-image: url("../images/cake_spinach.webp");
}

.small-hero-2.produkte.song {
  background-image:
    linear-gradient(#000000a3, #000000c9), url("../images/5098425B-2002-4677-A049-7542D9A7E069.png");
  background-position:
    0 0,
    50%;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  min-height: 25rem;
}

.image-licensing {
  border: 1px solid #272727;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 40px;
  display: flex;
}

.image-licensing._5 {
  background-image: url("../images/q4_1.avif");
  background-position: 50%;
  background-size: cover;
  border-style: none;
  min-height: 150px;
}

.image-licensing._1 {
  background-image: url("../images/q2_1.avif");
  background-position: 50% 90%;
  background-size: cover;
  border-style: none;
  width: 100%;
  min-height: 150px;
}

.image-licensing._3 {
  background-image: url("../images/q9_1.avif");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-style: none;
  border-color: #272727;
  min-height: 150px;
}

.image-licensing._2 {
  background-image: url("../images/q5_1.avif");
  background-position: 50%;
  background-size: cover;
  border-style: none;
  min-height: 300px;
}

.image-licensing._6 {
  background-image: url("../images/q1_1.avif");
  background-position: 50%;
  background-size: cover;
  border-style: none;
  min-height: 300px;
}

.image-licensing._4 {
  background-image: url("../images/q6_1.avif");
  background-position: 50%;
  background-size: cover;
  border-style: none;
  min-height: 150px;
}

.image-licensing._7 {
  background-image: url("../images/r1_1.avif");
  background-position: 50%;
  background-size: cover;
}

.image-licensing._8 {
  background-image: url("../images/r2_1.avif");
  background-position: 50%;
  background-size: cover;
}

.image-licensing._9 {
  background-image: url("../images/r4_1.avif");
  background-position: 50%;
  background-size: cover;
  min-height: 300px;
}

.button-style-guide {
  background-color: #000;
  margin-bottom: 60px;
  margin-right: auto;
  padding: 13px 40px 13px 0;
}

.main-text-2 {
  color: var(--white);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px;
  margin-left: 0;
  font-family: Raleway, sans-serif;
  font-size: 15px;
  font-weight: 400;
  text-decoration: none;
}

.main-text-2.blod {
  text-transform: lowercase;
  margin-top: 0;
  font-size: 16px;
  font-weight: 700;
}

.main-text-2.italic {
  font-style: italic;
}

.style-guide-block {
  border: 1px solid var(--tan);
  flex-direction: column;
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 60px 40px 40px;
  display: flex;
}

.style-guide-block._1st {
  flex: 0 auto;
  margin-top: 40px;
}

.grid-style-guide {
  grid-row-gap: 38px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.main-heading-3 {
  color: #000;
  text-transform: none;
  margin: 0;
  font-size: 92px;
  font-weight: 300;
  line-height: 1;
}

.main-heading-3.h4 {
  color: #fff;
  margin-bottom: 0;
  font-size: 2.8rem;
  font-weight: 700;
}

.main-heading-3.h1 {
  color: var(--white);
  margin-bottom: -0.7rem;
  margin-right: 40px;
  font-size: 7rem;
  font-weight: 700;
  line-height: 3rem;
  position: sticky;
  top: 90%;
  transform: translate(0, -50%);
}

.main-heading-3.h4_jobs {
  color: #fff;
  margin-bottom: 0;
  font-family:
    Playfair Display,
    sans-serif;
  font-size: 5em;
  font-weight: 700;
  display: inline-block;
}

.main-heading-3.h1_team,
.main-heading-3.h1_jobs {
  color: var(--white);
  margin-bottom: 2.4rem;
  margin-right: 40px;
  font-size: 7rem;
  font-weight: 700;
  line-height: 3rem;
  position: sticky;
  top: 90%;
  transform: translate(0, -50%);
}

.main-heading-3.h4_mobile {
  color: #fff;
  margin-bottom: 0;
  font-size: 2.8rem;
  font-weight: 700;
  display: none;
}

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

.container-2 {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.container-2.style-guide {
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 80px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  position: relative;
  top: 0;
}

.container-2.style-guide-team {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  padding-top: 80px;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  position: relative;
  top: 0;
}

.container-2.style-guide-jobs {
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  padding-top: 80px;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  position: relative;
  top: 0;
}

.container-2.style-guide-test {
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 80px;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  position: relative;
  top: 0;
}

.right-column {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-top: 1px solid var(--tan);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
}

.right-column._2 {
  border-top-style: none;
}

.right-column.team {
  border-top-style: solid;
}

.right-column.team-mobile {
  border-top-style: solid;
  display: none;
}

.info-heading {
  border: 1px none var(--tan);
  color: var(--tan);
  text-transform: capitalize;
  margin-top: 20px;
  margin-bottom: 0;
  font-family: Raleway, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.main-paragraph-3 {
  text-align: left;
  width: auto;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.3;
  display: block;
}

.main-paragraph-3.bold {
  margin-top: 40px;
  font-weight: 600;
}

.main-paragraph-3.italic {
  font-style: italic;
  font-weight: 400;
}

.style-text {
  color: var(--tan);
  font-size: 14px;
  font-weight: 200;
  position: absolute;
  inset: 9% auto auto 0%;
}

.style-text.static {
  color: var(--tan);
  text-align: center;
  letter-spacing: -0.03em;
  margin-top: 5px;
  font-family: Raleway, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  position: static;
}

.container-heading-style.style-guide {
  border-style: solid none none;
  border-width: 1px;
  border-color: var(--tan) black black;
  justify-content: space-between;
  padding: 40px 60px;
  display: flex;
  position: relative;
}

.container-heading-style.style-guide._1st {
  margin-top: 1rem;
}

.container-heading-style.style-guide-team {
  border-style: none;
  border-width: 1px;
  border-color: var(--tan) black black;
  justify-content: space-between;
  height: auto;
  padding: 40px 0;
  display: flex;
  position: relative;
}

.container-heading-style.style-guide-team._1st {
  margin-top: 1rem;
}

.background-color {
  background-color: #aeaeae;
  border: 1px solid #c1c1c1;
  width: 10vw;
  height: 10vw;
}

.background-color.first {
  background-color: var(--tan);
  color: #f3f4f1;
  width: 17vw;
  height: 20vw;
}

.background-color.second {
  background-color: var(--black);
  background-image: url("../images/dreifoto_Blab_DREI1245.webp");
  background-position: 50%;
  background-size: cover;
  width: 16vw;
  height: 16vw;
}

.background-color.second._2 {
  background-image: url("../images/Platzhalter.webp");
}

.background-color.second._1 {
  background-image: url("../images/dreifoto_Blab_DREI1335.webp");
}

.background-color.second._3 {
  background-image: url("../images/dreifoto_Blab_DREI1086.webp");
}

.background-color.second._4 {
  background-image: url("../images/dreifoto_Blab_J4A2067-1.webp");
}

.background-color.second._5 {
  background-image: url("../images/dreifoto_Blab_J4A1982-1.webp");
}

.background-color.second._6 {
  background-image: url("../images/dreifoto_Blab_J4A1919-1.webp");
}

.background-color.second._7 {
  background-image: url("../images/dreifoto_Blab_J4A1950-1.webp");
}

.background-color.second._8 {
  background-image: url("../images/dreifoto_Blab_J4A1859-1.webp");
}

.background-color.second._9 {
  background-image: url("../images/dreifoto_Blab_J4A2013-1.webp");
}

.background-color.second._11 {
  background-image: url("../images/dreifoto_JPG_Archiv_DREI6578-1.webp");
}

.background-color.second._12 {
  background-image: url("../images/dreifoto_JPG_Archiv_DREI6613-1.webp");
}

.background-color.second._10,
.background-color.second._11 {
  background-image: url("../images/dreifoto_Blab_J4A2013-1.webp");
}

.background-color.second.silke-1 {
  background-image: url("../images/dreifoto_JPG_Archiv_DREI6650-1.webp");
}

.background-color.second._11-hildegard {
  background-image: url("../images/dreifoto_JPG_Archiv_DREI6578-1.webp");
}

.background-color.second.silke-12 {
  background-image: url("../images/dreifoto_Blab_J4A2013-1.webp");
}

.background-color.second._12-carmen {
  background-image: url("../images/Schwarz_J4A2741.webp");
}

.background-color.second._13-wolfram {
  background-image: url("../images/Schwarz_J4A2673.webp");
  background-size: cover;
}

.background-color.third {
  background-color: var(--white);
  width: 16vw;
}

.body {
  background-color: var(--black);
}

.privacy-cookie-policy {
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: auto;
  padding: 180px 20px 100px;
  display: flex;
}

.content-info-section {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  min-height: auto;
  margin-top: 0;
  padding: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.container-3 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 900px;
  display: flex;
}

.title-wrap {
  color: #7b88a8;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 60px;
  display: flex;
  position: relative;
}

.title-wrap.policy {
  margin-bottom: 20px;
}

.content {
  z-index: 2;
  color: var(--tan);
  letter-spacing: -0.04em;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 55px;
  font-weight: 400;
  line-height: 1.1;
  position: relative;
}

.privacy-paragraph {
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.5;
}

.policy-text-wrapper {
  width: 100%;
  margin-top: 20px;
}

.body-2 {
  background-color: var(--black);
}

.success-message {
  color: var(--tan);
  text-align: left;
  background-color: #0000;
  padding-left: 0;
  font-family: Raleway, sans-serif;
  font-size: 16px;
}

.success-message.center {
  text-align: center;
}

.error-message {
  color: #c74b4b;
  background-color: #0000;
  padding-left: 0;
  font-family: Raleway, sans-serif;
  font-size: 16px;
}

.error-message.box {
  width: 100%;
  max-width: 888px;
  margin-left: auto;
  margin-right: auto;
}

.utility-page-content {
  text-align: center;
  flex-direction: row;
  width: 100vw;
  height: 100vh;
  margin-bottom: 0;
  display: flex;
}

.link-404 {
  align-items: center;
  text-decoration: none;
  transition:
    transform 0.4s ease-in-out,
    opacity 0.4s ease-in-out;
  display: flex;
}

.link-404:hover {
  opacity: 0.86;
  transform: translate(20px);
}

._404-link-text {
  color: var(--white);
  font-family:
    Playfair Display,
    sans-serif;
  font-size: 26px;
  line-height: 1;
  text-decoration: none;
}

.arrow {
  width: 80px;
}

.utility-page-form {
  background-color: var(--black);
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: stretch;
  padding-left: 70px;
  padding-right: 70px;
  display: flex;
}

.utilitypagewrap {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
}

.bg-image-password {
  background-image: url("../images/19_1.avif");
  background-position: 50%;
  background-size: cover;
  width: 40%;
  height: 100%;
}

.passwor-heading {
  text-align: left;
  margin-bottom: 93px;
  font-size: 48px;
  font-weight: 400;
}

.field-label-password {
  color: var(--tan);
  text-align: left;
  font-family: Raleway, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.text-field-password {
  border: 1px solid var(--tan);
  color: var(--white);
  background-color: #0000;
  margin-bottom: 25px;
  font-family: Raleway, sans-serif;
}

.form-contact {
  z-index: 99999;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.wrap-form {
  background-color: #000c;
  width: 795px;
  padding: 70px 100px;
  display: block;
  position: relative;
}

.text-field-form-section {
  border-style: none none solid;
  border-width: 1px;
  border-color: black black var(--white);
  height: auto;
  color: var(--white);
  background-color: #0000;
  margin-top: 30px;
  padding: 0 0 18px;
  font-family:
    Playfair Display,
    sans-serif;
  font-size: 24px;
  line-height: 1;
}

.text-field-form-section:focus {
  border-bottom-color: var(--white);
}

.form-3 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.bg-form {
  position: absolute;
  inset: 0%;
}

.form-block-2 {
  position: relative;
}

.load-banner {
  background-color: var(--black-transparent);
  width: 50%;
  height: 100vh;
  display: block;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.load-banner.second {
  z-index: 5;
  inset: 0% 0% 0% auto;
}

.close-button-pop-up {
  z-index: 4;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
  position: absolute;
  inset: 25px 54px auto auto;
}

.close-line {
  background-color: var(--white);
  width: 30px;
  height: 2px;
  position: absolute;
  transform: rotate(-45deg);
}

.close-line._2 {
  width: 30px;
  height: 2px;
  transform: rotate(45deg);
}

.social-hover {
  opacity: 0;
  width: 60px;
  transition: opacity 0.4s ease-in-out;
  position: absolute;
  inset: auto 0%;
}

.social-hover:hover {
  opacity: 1;
}

.absolute {
  z-index: 1;
  opacity: 0;
  transition: opacity 0.4s ease-in-out;
  position: absolute;
  inset: 0%;
}

.absolute:hover {
  opacity: 1;
}

.text-span-5,
.text-span-6,
.text-span-7 {
  margin-left: 10px;
  font-size: 50px;
}

.bold-text-2,
.italic-text {
  font-weight: 800;
}

.italic-text-3 {
  font-weight: 400;
}

.bold-text-3,
.bold-text-4 {
  font-style: italic;
}

.text-span-8 {
  margin-left: 12px;
  font-family:
    Playfair Display,
    sans-serif;
  font-size: 120px;
  font-style: italic;
  font-weight: 400;
  line-height: 1;
}

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

.text-span-9 {
  font-weight: 300;
  text-decoration: underline;
}

.text-span-10 {
  text-decoration: underline;
}

.italic-text-4 {
  font-weight: 700;
}

.form-4 {
  display: none;
}

.icon-3 {
  color: var(--white);
  margin-top: 0;
}

.icon-3.oben {
  margin-top: 22px;
}

.dropdown-toggle {
  padding-top: 0;
  padding-left: 0;
  display: inline-block;
}

.dropdown-toggle-2 {
  flex-direction: column;
  align-items: center;
  display: inline-block;
}

.dropdown-toggle-2.w--open {
  display: block;
  position: relative;
  top: auto;
}

.abstand-references {
  height: 4em;
}

.ref-img {
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.ref-heading {
  background-color: #0a1a33;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.line-fill {
  background-color: #2e313a;
  width: 100%;
  height: 1px;
}

.line-fill.light-line-fill {
  background-color: var(--tan);
}

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

.text-size-small {
  font-size: 0.975rem;
  line-height: 1.35;
}

.text-size-small.text-style-muted {
  flex-direction: column;
  font-family: Montserrat, sans-serif;
  display: block;
  position: relative;
  top: 4em;
}

.ref-txtblock-head {
  text-align: left;
  font-family: Raleway, sans-serif;
  font-size: 1rem;
  font-weight: 700;
}

.clip {
  position: relative;
  overflow: hidden;
}

.home-faq-item {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  cursor: pointer;
  background-color: #ddd0;
  border-top: 1px solid #e7eeee;
  border-bottom: 1px #e7eeee;
  flex-direction: column;
  flex: 0 auto;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  place-items: stretch stretch;
  width: 100%;
  padding: 0;
  transition: all 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  display: flex;
}

.home-faq-item.w--current {
  background-color: #ddd0;
  overflow: hidden;
}

.home-faq-item.no-border {
  border-top-style: none;
  position: relative;
}

.home-faq-top {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-bottom: 1px #e7eeee;
  border-left: 1px #e7eeee;
  border-right: 1px #e7eeee;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 5rem 1fr auto;
  grid-auto-columns: 1fr;
  justify-content: start;
  place-items: center start;
  width: 100%;
  padding-top: 3.25rem;
  padding-bottom: 3.25rem;
  display: grid;
}

.home-faq-content {
  background-color: #0b0c0f;
  border: 1px #e7eeee;
  flex-direction: row;
  justify-content: space-between;
  height: 100%;
  margin-bottom: 2.5rem;
  padding: 4rem 2rem 4rem 6rem;
  display: flex;
  overflow: hidden;
}

.home-faq-content.radius-regular {
  background-color: var(--black);
  flex-direction: column;
  max-width: none;
  height: auto;
  padding-left: 6rem;
  padding-right: 4rem;
}

.line-2 {
  display: block;
  position: absolute;
  inset: auto 0% 0%;
  overflow: hidden;
}

.icon-1x1-small {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  height: 1.25rem;
  display: flex;
  overflow: hidden;
}

.ref-txt-heading {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.image-referenzen {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.hover-text.bottom-hover-text {
  position: absolute;
  inset: auto 0% -100%;
}

.grid-ref {
  background-color: #fff;
  grid-template-columns: 1fr 1.75fr 1fr 1fr;
  margin-left: 0;
  padding: 15px 10px;
}

.home-faq-icon {
  border-radius: 100rem;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
}

.ref-txt1 {
  color: var(--white);
  font-family: Raleway, sans-serif;
  font-size: 1rem;
}

.home-faq-text {
  max-width: 30rem;
  display: flex;
}

.home-faq-text.b1 {
  background-color: #0000;
  justify-content: center;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.ref-txtblock-body {
  text-align: left;
  margin-top: 10px;
}

.text-size-large {
  height: 3em;
  max-height: 100%;
  font-family: Montserrat, sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.45;
}

.text-size-large.b2 {
  height: auto;
}

.home-faq-number {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  align-items: center;
  display: flex;
}

.hame-faq-bottom {
  flex-direction: column;
  flex: 0 auto;
  align-items: stretch;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.dropdown-link {
  border-style: solid none none;
  border-width: 1px;
  border-color: var(--white);
  background-color: var(--black);
  color: var(--white);
  font-family: Raleway, sans-serif;
  font-size: 0.9rem;
  transition: color 0.4s;
}

.dropdown-link:hover {
  color: var(--tan);
}

.dropdown-link-2 {
  border-top: 1px solid var(--white);
  background-color: var(--transparent);
  color: var(--white);
  font-family: Raleway, sans-serif;
  font-size: 0.9rem;
  transition: color 0.4s;
}

.dropdown-link-2:hover {
  color: var(--tan);
}

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

.dropdown-list {
  background-color: #ddd;
}

.dropdown-list.w--open {
  background-color: var(--transparent);
  position: absolute;
  top: 60px;
  left: 2px;
}

.bold-text-6 {
  text-align: left;
  font-weight: 700;
}

.dropdown {
  position: relative;
}

.heading-2 {
  font-size: 7.5rem;
}

.heading-2.h2_jobs {
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 2rem;
  margin-bottom: 2rem;
  font-size: 6rem;
  display: flex;
}

.heading-2.h2_history {
  margin-top: 2rem;
  margin-bottom: 0;
  font-size: 6rem;
}

.headline-jobs {
  margin-top: 3rem;
  margin-bottom: 2rem;
  font-size: 2rem;
}

.headline-jobs.historie {
  margin-top: 0.25em;
}

.style-text-zeit {
  color: var(--tan);
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 200;
  position: relative;
  inset: 0% auto auto 0%;
}

.style-text-zeit.static {
  color: var(--tan);
  text-align: center;
  letter-spacing: -0.03em;
  margin-top: 5px;
  font-weight: 400;
  position: static;
}

.style-text-zeit.historie {
  margin-top: 2em;
  margin-bottom: 0;
}

.text-job {
  margin-bottom: 4rem;
}

.figure-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  aspect-ratio: auto;
  text-align: justify;
  object-fit: fill;
  background-image: url("../images/BLAB_J4A2126.webp");
  background-position: 50%;
  background-size: cover;
  border-radius: 20px;
  flex-flow: column;
  flex: none;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-self: flex-end;
  align-items: flex-end;
  width: 100%;
  height: 50em;
  margin-bottom: 0;
  display: flex;
  position: static;
  bottom: 0;
  left: 63%;
  right: auto;
}

.text-blab {
  flex: 1;
  width: auto;
  font-size: 1.2rem;
  display: flex;
  overflow: visible;
}

.text-blab.job {
  margin-bottom: 2rem;
}

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

.button-bewerbung {
  background-color: var(--tan);
  margin-top: 1rem;
  transition: all 0.8s;
}

.button-bewerbung:hover {
  background-color: var(--white);
  color: var(--black);
}

.button-style-jobs {
  background-color: #000;
  margin-bottom: 0;
  margin-right: auto;
  padding: 13px 0;
}

.div-block {
  width: 66%;
}

.abstand-1vw {
  width: 1vw;
}

.history {
  background-image: url("../images/BLAB_J4A2126.webp");
  background-position: 50%;
  background-size: cover;
  width: auto;
  height: 50em;
}

.history._01 {
  background-image: url("../images/BLAB_Geschichte_01.webp");
  height: 44em;
}

.history._02 {
  background-image: url("../images/BLAB_Geschichte_02.webp");
  height: 44em;
}

.history._03 {
  background-image: url("../images/BLAB_Geschichte_03.webp");
  height: 44em;
}

.history._04 {
  background-image: url("../images/BLAB_Geschichte_04.webp");
  height: 44em;
}

.history._05 {
  background-image: url("../images/BLAB_Geschichte_05.webp");
  height: 44em;
}

.history._06 {
  background-image: url("../images/BLAB_Geschichte_06.webp");
  height: 44em;
}

.history._07 {
  background-image: url("../images/BLAB_Geschichte_07.webp");
  height: 44em;
}

.history._08 {
  background-image: url("../images/BLAB_Geschichte_08.webp");
  height: 44em;
}

.history._09 {
  background-image: url("../images/BLAB_Geschichte_09.webp");
  height: 44em;
}

.history._10 {
  background-image: url("../images/BLAB_Geschichte_10.webp");
  height: 44em;
}

.history._11 {
  background-image: url("../images/BLAB_Geschichte_11.webp");
  height: 44em;
}

.history._12 {
  background-image: url("../images/BLAB_Geschichte_12.webp");
  height: 44em;
}

.history._13 {
  background-image: url("../images/BLAB_Geschichte_13.webp");
  height: 44em;
}

.history._14 {
  background-image: url("../images/BLAB_Geschichte_14.webp");
  height: 44em;
}

.history._15 {
  background-image: url("../images/BLAB_Geschichte_15.webp");
  height: 44em;
}

.history._16 {
  background-image: url("../images/BLAB_Geschichte_16.webp");
  height: 44em;
}

.history._17 {
  background-image: url("../images/BLAB_Geschichte_17.webp");
  height: 44em;
}

.history._18 {
  background-image: url("../images/BLAB_Geschichte_18.webp");
  height: 44em;
}

.history._19 {
  background-image: url("../images/BLAB_Geschichte_19.webp");
  height: 44em;
}

.div_history {
  border-bottom: 1px solid var(--tan);
  margin-bottom: 0;
  padding-top: 2rem;
  padding-bottom: 4em;
}

.div_history.linie_aus {
  border-bottom-style: none;
}

.text-span-11 {
  font-size: 1.2rem;
  line-height: 0.4rem;
}

.text-history {
  font-size: 1.3rem;
  line-height: 0.4rem;
}

.arrow-div-mobile {
  background-color: var(--black);
  border-radius: 50%;
  width: 80px;
  height: 80px;
  display: none;
  position: relative;
}

.arrow-div-copy {
  background-color: var(--black);
  border-radius: 50%;
  width: 80px;
  height: 80px;
  position: relative;
}

.div-block-2 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.button-style-jobs-mobile {
  background-color: #000;
  margin-bottom: 0;
  margin-right: auto;
  padding: 13px 0;
  display: none;
}

.button-style-jobs-copy,
.button-style-jobs-copy-copy {
  background-color: #000;
  margin-bottom: 0;
  margin-right: auto;
  padding: 13px 0;
}

.footer-container-mobile {
  width: 100%;
  max-width: 1600px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: none;
}

.hero-wrap-mobile {
  background-color: var(--black);
  width: 100%;
  display: none;
  position: relative;
}

.hero-wrap-mobile.mobile {
  display: none;
}

.horizontal-scrollable-2 {
  width: 100vw;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.main-text-3 {
  color: #fff;
  text-transform: capitalize;
  font-family: Raleway, sans-serif;
  font-size: 18px;
  display: none;
}

.main-heading-4 {
  color: #fff;
  text-align: left;
  margin-top: 0;
  margin-bottom: 10px;
  font-family:
    Playfair Display,
    sans-serif;
  font-size: 48px;
  font-weight: 400;
}

.main-heading-4.chef {
  margin-right: 10px;
  font-size: 5vw;
  line-height: 1;
  position: static;
  top: 100px;
  left: 186px;
}

.main-heading-4.h2 {
  color: #fff;
  text-transform: uppercase;
  white-space: normal;
  font-family:
    Playfair Display,
    sans-serif;
  font-size: 77px;
  line-height: 1;
  position: static;
  top: 37%;
  right: -35%;
}

.horizontal-content-2 {
  justify-content: flex-start;
  width: 300vw;
  height: 100%;
  display: flex;
  position: relative;
}

.form-5 {
  display: none;
}

.checkbox-3 {
  color: #c1ae8e;
  background-color: #0000;
  border-style: solid;
  border-color: #c1ae8e;
}

.checkbox-3.w--redirected-checked {
  background-color: #c1ae8e;
  border-style: none;
}

.checkbox-3.w--redirected-focus {
  color: #c1ae8e;
}

.munu-footer-grid-2 {
  grid-column-gap: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.submit-button-3 {
  color: #fff;
  background-color: #0000;
  font-family:
    Arial,
    Helvetica Neue,
    Helvetica,
    sans-serif;
  font-size: 42px;
  font-weight: 100;
  transition:
    color 0.4s ease-in-out,
    transform 0.4s ease-in-out;
}

.submit-button-3:hover {
  color: #c1ae8e;
  transform: translate(14px);
}

.main-text-4 {
  color: #fff;
  text-transform: capitalize;
  font-family: Raleway, sans-serif;
  font-size: 18px;
}

.main-text-4.form {
  text-transform: none;
  font-size: 1rem;
}

.form-row-2 {
  border-bottom: 1px solid #c1ae8e;
  margin-top: 10px;
  margin-bottom: 25px;
  display: flex;
}

.checkbox-label-2 {
  color: #fff;
  font-family: Raleway, sans-serif;
  font-size: 13px;
}

.main-link-2 {
  color: #fff;
  text-transform: none;
  margin-bottom: 10px;
  margin-right: 20px;
  font-family: Raleway, sans-serif;
  font-size: 0.9rem;
  text-decoration: none;
  transition: color 0.4s ease-in-out;
}

.main-link-2:hover {
  color: #c1ae8e;
}

.main-link-2.nav {
  margin-bottom: 0;
  font-family: Raleway, sans-serif;
}

.main-link-2.nav.w--current {
  color: #c1ae8e;
}

.main-link-2.margin {
  align-self: flex-end;
  margin-bottom: 0;
  margin-right: 20px;
  font-size: 15px;
}

.main-link-2.checkbox {
  color: #c1ae8e;
  margin-right: 0;
  font-family: Raleway, sans-serif;
  font-size: 13px;
}

.success-message-2 {
  color: #c1ae8e;
  text-align: left;
  background-color: #0000;
  padding-left: 0;
  font-family: Raleway, sans-serif;
  font-size: 16px;
}

.text-field-2 {
  color: #c1ae8e;
  background-color: #0000;
  border: 1px #000;
  border-bottom-color: #c1ae8e;
  height: auto;
  margin-bottom: 0;
  padding-left: 0;
  font-family: Raleway, sans-serif;
  font-size: 3.1vw;
  line-height: 1;
}

.dropdown-toggle-3 {
  padding-top: 0;
  padding-left: 0;
  display: inline-block;
}

.icon-4 {
  color: #fff;
  margin-top: 0;
}

.dropdown-link-3 {
  color: #fff;
  background-color: #000;
  border: 1px #fff;
  border-top-style: solid;
  font-family: Raleway, sans-serif;
  font-size: 0.9rem;
  transition: color 0.4s;
}

.dropdown-link-3:hover {
  color: #c1ae8e;
}

.column-2 {
  flex-direction: column;
  align-items: center;
  width: 150px;
  display: flex;
}

.footer-2 {
  background-color: #000;
  padding: 100px 60px;
  position: relative;
}

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

.mp-previous {
  cursor: pointer;
  width: 13px;
}

.mp-progress-bar-background {
  background-color: #f0f0f00f;
}

.mp-track {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 25px 20px;
  display: flex;
}

.mp-example-wrapper {
  flex: 1;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.mp-progress-bar-wrapper {
  cursor: pointer;
  flex: 1;
  height: 3px;
  margin-left: 20px;
  margin-right: 20px;
  padding-top: 10px;
  padding-bottom: 13px;
}

.true-media-player-single-track {
  display: none;
}

.sp-artist-name {
  color: #fff;
  margin-bottom: 10px;
  font-size: 1rem;
  font-weight: 500;
}

.mp-controla-wrapper {
  align-items: center;
  width: 100%;
  display: flex;
}

.tracklist-content {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.progress-bar {
  background-color: #fff;
  width: 50%;
  height: 3px;
  position: relative;
}

.sp-details-wrapper {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 20px;
  display: flex;
}

.mp-audio-bar {
  cursor: pointer;
  width: 15px;
  margin-right: 10px;
  display: none;
}

.mp-single-track {
  cursor: pointer;
  background-color: #ffffff1a;
  border-top: 1px solid #ffffff1a;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 20px;
  transition: all 0.2s ease-in-out;
  display: flex;
}

.mp-single-track:hover {
  background-color: #ffffff26;
}

.section-paragraph {
  color: #ffffffbf;
  margin-bottom: 25px;
  font-size: 1.15rem;
  font-weight: 200;
  line-height: 2;
}

.section-paragraph.left-align {
  text-align: left;
}

.div-block-13 {
  grid-column-gap: 10px;
  margin-right: 20px;
  display: flex;
}

.mp-track-time {
  color: #ffffff80;
  font-size: 0.875rem;
  font-weight: 300;
  line-height: 1;
}

.section-heading {
  color: #fff;
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 2.75rem;
  font-weight: 800;
  line-height: 1.5;
}

.mp-pause {
  cursor: pointer;
  width: 30px;
}

.example-badge {
  color: #15e6cd;
  text-transform: uppercase;
  background-color: #15e6cd1a;
  border-radius: 4px;
  margin-bottom: 15px;
  margin-right: 10px;
  padding: 7px 10px;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1;
}

.mp-play {
  cursor: pointer;
  width: 30px;
}

.sp-title-wrapper {
  color: #fff;
  flex-direction: column;
  align-items: flex-start;
  font-weight: 500;
  line-height: 1;
  display: flex;
}

.true-progress-head {
  background-color: #fff;
  border-radius: 20px;
  width: 10px;
  height: 10px;
  position: absolute;
  inset: -3px 0% auto auto;
}

.example-wrapper {
  grid-column-gap: 100px;
  display: flex;
}

.example {
  -webkit-backdrop-filter: blur(120px);
  backdrop-filter: blur(120px);
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 100px 50px;
  display: flex;
}

.mp-next {
  cursor: pointer;
  width: 13px;
}

.mp-track-time-wrapper {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.mp-elapsed {
  flex-direction: row;
  display: flex;
}

.mp-artist-name,
.sp-title {
  color: #ffffffd9;
  font-size: 0.875rem;
  font-weight: 300;
}

.mp-media-player-bar-wrapper {
  color: #ffffff73;
  flex: 1;
  align-items: center;
  width: 100%;
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  display: flex;
}

.mp-title {
  color: #fff;
  margin-bottom: 5px;
  font-size: 1rem;
  font-weight: 500;
}

.container-4 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  display: flex;
}

.mp-title-wrapper {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.mp-track-wrapper {
  -webkit-backdrop-filter: saturate(200%) blur(15px);
  backdrop-filter: saturate(200%) blur(15px);
  background-color: #ffffff1a;
  border: 1px solid #ffffff1a;
  border-radius: 4px;
  width: 100%;
  padding: 0;
}

.sp-thumbnail {
  border-radius: 4px;
  width: 50px;
  height: 50px;
}

.section-button {
  color: #fff;
  background-color: #4968be;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 200px;
  height: 50px;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1;
  transition: all 0.2s;
  display: flex;
  box-shadow: 0 0 50px -20px #4968be;
}

.section-button:hover {
  background-color: #4968becc;
}

.white {
  color: var(--white);
  font-size: 120px;
}

.white.auslobungen {
  font-size: 40px;
  font-weight: 400;
}

.lime {
  opacity: 0.99;
  background-color: #0f0;
  min-width: 100vw;
  min-height: 500px;
}

.auslobungen {
  opacity: 0.99;
  margin-top: 100px;
}

.auslobung {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  min-height: 140px;
  display: grid;
}

.image-2 {
  max-width: 40px;
}

.auslobungenimage {
  max-width: 40px;
  padding-bottom: 10px;
}

.auslobunge {
  max-width: 50px;
}

.auslobungtext {
  text-align: center;
  min-height: 60px;
}

.heading-3 {
  font-size: 40px;
  font-weight: 400;
}

.text-block-2 {
  color: #c1ae8e;
  text-align: right;
  background-color: #000;
}

.div-block-14 {
  grid-column-gap: 16px;
  grid-row-gap: 39px;
  aspect-ratio: auto;
  word-break: normal;
  overflow-wrap: normal;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 0.25fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  display: grid;
}

@media screen and (min-width: 1440px) {
  .wrap-hero-video.first {
    flex-direction: row;
    justify-content: center;
    display: block;
  }

  .image-move.first {
    align-items: center;
    display: flex;
  }

  .background-image-effect {
    background-image: url("../images/Blab_Background_03.webp");
  }

  .overflow-mask {
    overflow: hidden;
  }

  .main-heading.about {
    font-size: 72px;
  }

  .main-heading.menu {
    width: auto;
    font-size: 5vw;
  }

  .main-heading.center.no-margin,
  .main-heading.center.no-margin.italic {
    font-style: normal;
    font-weight: 400;
  }

  .footer-grid {
    display: flex;
  }

  .text-field {
    font-size: 2.5vw;
  }

  .checkbox-label {
    font-size: 16px;
  }

  .main-image.nav {
    width: 250px;
  }

  .wrap-text {
    align-items: center;
    width: auto;
    height: 100vh;
    margin-top: 0;
    transform: none;
  }

  .main-paragraph {
    text-align: left;
    font-size: 22px;
    line-height: 21px;
  }

  .main-paragraph.modale.first,
  .main-paragraph.modale-second.second,
  .main-paragraph.modale-third,
  .main-paragraph.modale-fourth,
  .main-paragraph.modale-fifth {
    width: 650px;
  }

  .main-paragraph.black {
    margin-top: 20px;
  }

  .main-paragraph.black.italic {
    margin-top: 0;
  }

  .main-paragraph._50 {
    text-align: left;
  }

  .main-paragraph.center {
    text-align: center;
  }

  .main-paragraph.how-it-wroks {
    width: 374.625px;
    margin-top: -41px;
  }

  .main-paragraph.gift {
    margin-top: 16px;
  }

  .main-paragraph.second {
    font-size: 22px;
    line-height: 20.83px;
  }

  .main-paragraph.angebote_text {
    margin-top: 20px;
  }

  .main-paragraph.angebote_text.italic {
    margin-top: 0;
  }

  .overflow.absolute {
    top: 10%;
  }

  .container.second {
    margin-left: auto;
    margin-right: auto;
  }

  .container.brotalg {
    margin-bottom: 8rem;
  }

  .container.second_bg {
    margin-left: auto;
    margin-right: auto;
  }

  .container.second-contact {
    max-width: 1500px;
    margin-top: 200px;
    margin-left: auto;
    margin-right: auto;
  }

  .services-wrap {
    display: flex;
  }

  .modal-wrap.first,
  .modal-wrap.fifth {
    display: none;
  }

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

  .wrapper-text-grid {
    justify-content: flex-start;
  }

  .container-image {
    height: auto;
    margin-top: auto;
  }

  .container-image.padding {
    margin-top: 100px;
  }

  .menu-section {
    margin-top: 220px;
    margin-left: 0;
  }

  .menu-card {
    min-height: 710px;
  }

  .menu-card.first {
    background-image: url("../images/strawberry-cake.webp");
    height: 546px;
    min-height: auto;
    max-height: none;
    padding: 46px;
  }

  .menu-card.second {
    background-image: url("../images/Semmeln.webp");
    height: 546px;
    max-height: none;
    padding: 46px;
  }

  .menu-card.hird {
    background-image: url("../images/Brotal-Guad.webp");
    min-height: 546px;
    max-height: none;
    padding: 46px;
  }

  .menu-card.four {
    background-image: url("../images/02_Blab_Instagram.avif");
    min-height: 546px;
    max-height: none;
    padding: 46px;
  }

  .info-card {
    padding: 23px;
    display: none;
  }

  .select-field {
    background-color: #00000091;
  }

  .submit-button-2.contact {
    margin-top: 16px;
  }

  .bg-slide.first {
    background-image: url("../images/Chocolate_cake.webp");
  }

  .bg-slide.second {
    background-image: url("../images/Blab_Slider_3.avif");
  }

  .bg-slide.third {
    background-image: url("../images/Blab_Slider_4.avif");
  }

  .right-arrow,
  .left-arrow {
    width: 50vw;
  }

  .container-text {
    padding-left: 0;
  }

  .review-grid {
    grid-template-rows: auto 80vh;
  }

  .text-review.hero {
    height: auto;
  }

  .instagram-section {
    margin-top: 0;
  }

  .mask-instagram-slider {
    width: 30%;
  }

  .instagram-text {
    font-size: 22px;
  }

  .right-arrow-2 {
    z-index: 2;
    right: 12.5%;
  }

  .left-arrow-2 {
    z-index: 2;
    right: 20%;
  }

  .contact-section.no {
    height: 100vh;
  }

  .main-heading-2 {
    position: static;
  }

  .licensing-container-2 {
    background-color: #0000;
  }

  .licensing-paragraph {
    text-align: center;
    font-weight: 400;
  }

  .hero-heading-smal {
    font-size: 100px;
  }

  .licensing-container {
    border-style: solid;
    border-color: var(--tan);
    background-color: #0000;
    width: 100%;
    max-width: 1000px;
  }

  .licensing-section {
    background-color: var(--black);
    margin-bottom: 32px;
  }

  .main-2 {
    background-color: var(--black);
    flex-direction: column;
    align-items: center;
    margin-top: 0;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .small-hero-2 {
    color: #fff;
    background-color: #f3f4f1;
    background-image: url("../images/bread.webp");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
  }

  .image-licensing {
    border: 1px solid #ebebeb;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 40px;
    display: flex;
  }

  .button-style-guide {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .main-text-2 {
    text-transform: uppercase;
    margin-left: 0;
    font-size: 18px;
  }

  .main-text-2.blod {
    line-height: 1.2;
  }

  .style-guide-block {
    margin-top: 100px;
    margin-bottom: 100px;
    padding: 100px 60px;
  }

  .style-guide-block._1st {
    margin-top: 100px;
  }

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

  .main-heading-3 {
    margin-left: 0;
    margin-right: 0;
    font-size: 45px;
  }

  .main-heading-3.h4 {
    margin-bottom: 5px;
  }

  .main-heading-3.h1 {
    margin-bottom: 3rem;
  }

  .main-heading-3.h4_jobs {
    margin-bottom: 5px;
  }

  .main-heading-3.h1_team {
    margin-bottom: 3rem;
  }

  .main-heading-3.h1_jobs {
    margin-bottom: 6rem;
  }

  .main-heading-3.h4_mobile {
    margin-bottom: 5px;
  }

  .list-2 {
    padding-left: 20px;
  }

  .container-2 {
    flex-direction: column;
    max-width: 1300px;
  }

  .container-2.style-guide {
    flex-direction: row;
    margin-left: auto;
    margin-right: auto;
    padding-top: 80px;
    padding-left: 0;
    padding-right: 0;
  }

  .container-2.style-guide-team,
  .container-2.style-guide-jobs {
    flex-direction: row;
    justify-content: center;
    max-width: 1500px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 100px;
    padding-left: 0;
    padding-right: 0;
  }

  .container-2.style-guide-test {
    flex-direction: row;
    justify-content: center;
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 100px;
    padding-left: 0;
    padding-right: 0;
  }

  .right-column {
    border-style: solid none none;
    border-width: 1px;
    border-color: var(--tan) black black;
  }

  .right-column._2,
  .right-column.team,
  .right-column.team-mobile {
    flex-direction: column;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .info-heading {
    color: #e2b013;
  }

  .main-paragraph-3 {
    width: auto;
    max-width: none;
    margin-top: 0;
    font-size: 26px;
    font-weight: 400;
  }

  .style-text {
    color: var(--tan);
  }

  .container-heading-style.style-guide {
    border-top-style: none;
    border-bottom-style: none;
  }

  .container-heading-style.style-guide-team {
    border-top-style: none;
    border-bottom-style: none;
    justify-content: space-between;
    width: auto;
  }

  .background-color.first {
    background-color: var(--tan);
  }

  .background-color.second {
    background-color: #000;
    width: 16vw;
    height: 16vw;
  }

  .background-color.second._2,
  .background-color.second._1,
  .background-color.second._3,
  .background-color.second._4,
  .background-color.second._5,
  .background-color.second._6,
  .background-color.second._7,
  .background-color.second._8,
  .background-color.second._9,
  .background-color.second._10,
  .background-color.second._11,
  .background-color.second._12,
  .background-color.second._10,
  .background-color.second._10,
  .background-color.second._11,
  .background-color.second.silke-1,
  .background-color.second._11-hildegard,
  .background-color.second.silke-12,
  .background-color.second._12-carmen,
  .background-color.second._13-wolfram {
    width: 15vw;
    height: 15vw;
  }

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

  .paragraph {
    margin-left: 0;
  }

  .bg-image-password {
    height: 100vh;
  }

  .ref-txtblock-head,
  .ref-txtblock-body {
    font-size: 1.2rem;
  }

  .style-text-zeit {
    color: var(--tan);
  }

  .button-style-jobs {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .div-block {
    width: auto;
  }

  .abstand-1vw {
    width: 1vw;
  }

  .history,
  .history._01,
  .history._02,
  .history._03,
  .history._04,
  .history._05,
  .history._06,
  .history._07,
  .history._08,
  .history._09,
  .history._10,
  .history._11,
  .history._12,
  .history._13,
  .history._14,
  .history._15,
  .history._16,
  .history._17,
  .history._18,
  .history._19 {
    height: 54em;
  }

  .button-style-jobs-mobile,
  .button-style-jobs-copy,
  .button-style-jobs-copy-copy {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .checkbox-label-2 {
    font-size: 16px;
  }

  .text-field-2 {
    font-size: 2.5vw;
  }

  .column-2 {
    width: 150px;
  }
}

@media screen and (max-width: 991px) {
  .hero-wrap.mobile {
    display: none;
  }

  .sticky-image-backgrounf {
    display: flex;
  }

  .overflow-mask {
    overflow: hidden;
  }

  .image-crew {
    height: 60vh;
  }

  .main-heading.chef {
    font-size: 60px;
  }

  .main-heading.servic {
    margin-top: 15px;
    margin-bottom: 5px;
    font-size: 40px;
  }

  .main-heading.black {
    margin-bottom: 40px;
    font-size: 98px;
  }

  .main-heading.menu {
    width: 100%;
  }

  .main-heading.center {
    margin-bottom: 40px;
  }

  .main-heading.center.no-margin {
    font-size: 55px;
  }

  .main-heading.enjoy {
    font-size: 110px;
    top: 6%;
  }

  .main-text.form,
  .main-text.adresse {
    font-size: 18px;
  }

  .footer {
    padding-bottom: 40px;
    padding-left: 20px;
  }

  .footer-grid {
    grid-row-gap: 121px;
    grid-template-columns: 1fr;
  }

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

  .column {
    text-align: left;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: auto;
    margin-bottom: 0;
  }

  .column.logo {
    margin-bottom: 4rem;
  }

  .main-link {
    color: var(--white);
    align-self: auto;
    margin-left: 0;
    margin-right: 0;
    font-size: 1rem;
  }

  .main-link:visited {
    color: var(--tan);
  }

  .main-link.checkbox {
    font-size: 18px;
  }

  .main-link.nav {
    width: 100%;
    color: var(--white);
    text-align: left;
    margin-left: 0;
    margin-right: 0;
    padding-left: 60px;
    padding-right: 60px;
    font-size: 1rem;
  }

  .main-link.nav:visited {
    background-color: var(--tan);
  }

  .main-link.nav.w--current {
    background-color: var(--tan);
    color: var(--white);
  }

  .main-link.nav_mobile {
    background-color: var(--transparent);
    width: 25%;
    color: var(--white);
    text-align: center;
    margin-left: 0;
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 1rem;
  }

  .main-link.nav_mobile:visited {
    background-color: var(--transparent);
  }

  .main-link.nav_mobile.w--current {
    background-color: var(--tan);
    color: var(--white);
  }

  .form-wrap {
    max-width: none;
    padding-left: 60px;
  }

  .checkbox-label {
    font-size: 18px;
  }

  .orizzontal-nav-footer {
    padding-top: 1rem;
    padding-right: 10px;
  }

  .main-image._100.mobile {
    width: auto;
    max-width: none;
    height: 460px;
  }

  .logo-link {
    margin-top: 0;
  }

  .navbar {
    background-color: var(--black);
    padding-left: 40px;
    padding-right: 40px;
  }

  .nav-menu {
    background-color: var(--black);
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    height: 100vh;
    display: block;
    position: absolute;
  }

  .flex-nav {
    background-color: var(--transparent);
    flex-direction: column;
    align-items: flex-start;
    display: none;
  }

  .flex-nav.mobile {
    justify-content: center;
    align-items: center;
    width: auto;
    margin-top: 0;
    padding-top: 2em;
    padding-bottom: 20em;
    display: flex;
  }

  .menu-button.w--open {
    padding-right: 0;
  }

  .line.hide {
    display: none;
  }

  .line.view {
    display: block;
  }

  .paragraph-hero {
    max-width: none;
    margin-left: 0;
    font-size: 28px;
  }

  .paragraph-hero.headline-start {
    margin-left: 30px;
  }

  .wrap-text {
    align-items: center;
    height: 100vh;
    margin-top: 0;
    margin-left: 0;
    padding-left: 40px;
    padding-right: 40px;
    transform: none;
  }

  .main-paragraph {
    font-size: 22px;
    line-height: 1.2;
  }

  .main-paragraph.services {
    margin-bottom: 60px;
    font-size: 28px;
    line-height: 38px;
  }

  .main-paragraph.modale-third {
    width: 100%;
    margin-left: 0;
  }

  .main-paragraph.black {
    margin-bottom: 40px;
  }

  .main-paragraph._50 {
    width: 100%;
    font-size: 19px;
    line-height: 1.2;
  }

  .main-paragraph.how-it-wroks {
    font-size: 24px;
    line-height: 1.2;
  }

  .main-paragraph.review {
    font-size: 18px;
    line-height: 21px;
  }

  .main-paragraph.second {
    font-family: Raleway, sans-serif;
    font-size: 20px;
  }

  .main-paragraph.angebote_text {
    margin-bottom: 40px;
  }

  .overflow {
    justify-content: flex-start;
    font-size: 18px;
    line-height: 1.2;
    display: flex;
  }

  .overflow.flex {
    flex: 0 auto;
    align-items: center;
  }

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

  .container.second {
    max-width: 648px;
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .container.second.insta {
    max-width: 740px;
    margin-top: 0;
    margin-bottom: 0;
  }

  .container.second-contact {
    max-width: none;
    margin-top: 220px;
    padding-left: 60px;
    padding-right: 60px;
  }

  .heading {
    font-size: 40px;
  }

  .background-move-image.first,
  .background-move-image.second,
  .background-move-image.third,
  .background-move-image.fourth,
  .background-move-image.fifth {
    display: none;
  }

  .wrap-text-modal {
    margin-top: auto;
    margin-bottom: 20px;
  }

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

  .change-bg-wrap {
    background-color: #0000;
    padding-top: 60px;
    padding-bottom: 60px;
  }

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

  .menu-section {
    padding: 60px;
  }

  .card-grid {
    grid-column-gap: 16px;
    grid-template-columns: 1fr;
    width: 500px;
    margin-left: auto;
    margin-right: auto;
  }

  .menu-card.first {
    align-items: stretch;
    width: 500px;
    display: flex;
  }

  .form-section {
    padding: 60px;
  }

  .text-field-form,
  .select-field,
  .submit-button-2 {
    font-size: 18px;
  }

  .section-slider {
    height: 740px;
  }

  .form-2 {
    width: 87%;
  }

  .right-arrow {
    justify-content: flex-end;
    align-items: center;
    padding-right: 55px;
    display: flex;
  }

  .left-arrow {
    align-items: center;
    padding-left: 55px;
    display: flex;
  }

  .arrow-div {
    z-index: 999;
    display: none;
  }

  .how-it-work-section {
    width: 100vw;
    padding-top: 60px;
    padding-left: 60px;
    padding-right: 60px;
  }

  .how-it-works-grid {
    grid-column-gap: 28px;
    grid-auto-flow: row;
  }

  .wrap-image,
  .wrap-image.auto {
    width: 322px;
  }

  .container-text {
    width: 322px;
    padding-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-text.second {
    width: 322px;
    max-width: none;
    padding-left: 20px;
    padding-right: 0;
  }

  .container-text.produkte.insta {
    width: 100%;
    margin-bottom: 2rem;
  }

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

  .featured-section {
    padding: 60px 60px 100px;
  }

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

  .container-brand {
    height: 105px;
  }

  .container-brand.second {
    height: 49px;
  }

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

  .review-grid {
    grid-template-columns: 0.5fr 0.75fr;
    padding-left: 60px;
    padding-right: 60px;
  }

  .text-review {
    width: 340px;
    height: 275px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .text-review.second {
    width: 300px;
  }

  .name {
    font-size: 18px;
  }

  .container-text-review {
    z-index: 5;
    background-color: var(--black);
    right: auto;
  }

  .instagram-section {
    padding-left: 0;
    padding-right: 0;
  }

  .mask-instagram-slider {
    width: 40%;
  }

  .wrap-text-instagram {
    padding: 20px;
  }

  .rotate-wrap {
    bottom: 21%;
    left: -5%;
  }

  .slide-insta {
    padding-right: 60px;
  }

  .right-arrow-2 {
    width: 60px;
    top: 0%;
  }

  .left-arrow-2 {
    width: 60px;
    top: 0%;
    right: 20%;
  }

  .contact-section {
    height: 500px;
    padding-left: 60px;
    padding-right: 60px;
  }

  .main-heading-2,
  .main-heading-2.password {
    font-size: 40px;
  }

  .licensing-container-2 {
    width: 80%;
  }

  .main-paragraph-2 {
    font-size: 16px;
  }

  .licensing-container {
    width: 80%;
  }

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

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

  .main-2 {
    padding-top: 95px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .image-licensing._3,
  .image-licensing._4 {
    min-height: 300px;
  }

  .main-text-2 {
    width: auto;
    margin-bottom: 10px;
    font-size: 15px;
    line-height: 1;
  }

  .main-text-2.blod {
    font-size: 18px;
  }

  .main-heading-3 {
    white-space: nowrap;
  }

  .main-heading-3.h4 {
    display: none;
  }

  .main-heading-3.h4.on {
    display: block;
  }

  .main-heading-3.h1 {
    position: static;
  }

  .main-heading-3.h4_jobs {
    width: auto;
    max-width: none;
  }

  .main-heading-3.h1_team {
    margin-bottom: 0;
    font-size: 6rem;
    line-height: 4rem;
    position: static;
  }

  .main-heading-3.h1_jobs {
    position: static;
  }

  .main-heading-3.h4_mobile {
    display: block;
  }

  .container-2.style-guide {
    flex-direction: column;
    padding-top: 301px;
  }

  .container-2.style-guide-team {
    flex-direction: column;
    max-width: none;
    padding-top: 250px;
  }

  .container-2.style-guide-jobs,
  .container-2.style-guide-test {
    flex-direction: column;
    padding-top: 301px;
  }

  .right-column {
    margin-bottom: 60px;
  }

  .right-column.team {
    display: block;
  }

  .right-column.team-mobile {
    display: none;
  }

  .main-paragraph-3 {
    width: auto;
  }

  .background-color.second._2,
  .background-color.second._1,
  .background-color.second._3,
  .background-color.second._4,
  .background-color.second._5,
  .background-color.second._6,
  .background-color.second._7,
  .background-color.second._8,
  .background-color.second._9,
  .background-color.second._10,
  .background-color.second._11,
  .background-color.second._12,
  .background-color.second._10,
  .background-color.second._10,
  .background-color.second._11,
  .background-color.second.silke-1,
  .background-color.second._11-hildegard,
  .background-color.second.silke-12,
  .background-color.second._12-carmen,
  .background-color.second._13-wolfram {
    width: 25vw;
    height: 25vw;
  }

  .privacy-cookie-policy {
    padding: 130px 60px 60px;
  }

  .container-3 {
    margin-top: 80px;
    padding-top: 0;
  }

  .title-wrap {
    padding-left: 20px;
    padding-right: 20px;
  }

  .title-wrap.policy {
    padding-left: 0;
    padding-right: 0;
  }

  .content {
    margin-bottom: 0;
  }

  .privacy-paragraph {
    width: 100%;
  }

  .link-404 {
    margin-left: auto;
  }

  .bg-image-password,
  .form-contact {
    display: none;
  }

  .close-line {
    top: 100%;
  }

  .image-mobile {
    max-width: none;
    height: 460px;
  }

  .dropdown-toggle {
    padding-right: 0;
    display: inline-block;
  }

  .dropdown-toggle-2 {
    padding-left: 0;
    padding-right: 0;
    font-size: 1rem;
    display: block;
  }

  .text-size-small.text-style-muted {
    margin-top: 0;
    display: none;
    top: 0;
  }

  .ref-txtblock-head {
    font-size: 1rem;
    line-height: 1.4;
  }

  .clip {
    width: auto;
  }

  .home-faq-top {
    grid-template-columns: 2rem 1fr auto;
  }

  .home-faq-content {
    padding-top: 2rem;
    padding-bottom: 2rem;
    padding-left: 3rem;
  }

  .ref-txt-heading {
    font-size: 0.8rem;
  }

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

  .ref-txtblock-body {
    font-size: 1rem;
    line-height: 1.4;
  }

  .dropdown-link {
    width: 120px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .dropdown-link-2 {
    text-align: left;
    width: 7rem;
    font-size: 1rem;
  }

  .dropdown-list {
    position: absolute;
    left: auto;
  }

  .dropdown-list.w--open {
    text-align: center;
    left: 0;
  }

  .dropdown {
    position: relative;
  }

  .heading-2.h2_jobs {
    white-space: normal;
    word-break: break-all;
    text-decoration: none;
    position: static;
  }

  .button-style-jobs {
    width: auto;
    max-width: none;
    margin-right: 0;
    display: none;
  }

  .div-block {
    width: 100%;
  }

  .history._01 {
    height: 32em;
  }

  .history._02,
  .history._03,
  .history._04,
  .history._05,
  .history._06,
  .history._07,
  .history._08,
  .history._09,
  .history._10,
  .history._11,
  .history._12,
  .history._13,
  .history._14,
  .history._15,
  .history._16,
  .history._17,
  .history._18,
  .history._19 {
    height: 34em;
  }

  .dropdown-2 {
    left: auto;
  }

  .dropdown-list-2 {
    width: auto;
  }

  .dropdown-list-2.w--open {
    background-color: var(--black);
    width: 120px;
    position: absolute;
    left: 60px;
  }

  .arrow-div-mobile {
    z-index: 999;
    display: block;
  }

  .arrow-div-copy {
    z-index: 999;
    display: none;
  }

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

  .button-style-jobs-mobile,
  .button-style-jobs-copy,
  .button-style-jobs-copy-copy {
    width: auto;
    max-width: none;
    margin-right: 0;
    display: block;
  }

  .hero-wrap-mobile.mobile {
    display: none;
  }

  .main-heading-4.chef {
    font-size: 60px;
  }

  .munu-footer-grid-2 {
    grid-template-columns: 1fr 1.25fr 1fr 1fr 1fr;
  }

  .main-text-4.form,
  .checkbox-label-2 {
    font-size: 18px;
  }

  .main-link-2 {
    color: #fff;
    align-self: auto;
    margin-left: 0;
    margin-right: 0;
    font-size: 1rem;
  }

  .main-link-2:visited {
    color: #c1ae8e;
  }

  .main-link-2.nav {
    color: #fff;
    text-align: left;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 60px;
    padding-right: 60px;
    font-size: 1rem;
  }

  .main-link-2.nav:visited {
    background-color: #c1ae8e;
  }

  .main-link-2.nav.w--current {
    color: #fff;
    background-color: #c1ae8e;
  }

  .main-link-2.checkbox {
    font-size: 18px;
  }

  .dropdown-list-3 {
    width: auto;
  }

  .dropdown-list-3.w--open {
    background-color: #000;
    width: 120px;
    position: absolute;
    left: 60px;
  }

  .dropdown-toggle-3 {
    padding-right: 0;
    display: inline-block;
  }

  .dropdown-link-3 {
    width: 120px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .column-2 {
    text-align: left;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: auto;
    margin-bottom: 0;
  }

  .column-2.logo {
    margin-bottom: 4rem;
  }

  .footer-2 {
    padding-bottom: 40px;
    padding-left: 20px;
  }

  .example-wrapper {
    grid-row-gap: 50px;
    flex-direction: column;
  }

  .example-wrapper.example-three {
    flex-direction: column-reverse;
  }

  .example {
    padding: 75px 20px;
  }

  .mp-duration,
  .mp-elapsed {
    display: flex;
  }

  .sp-thumbnail {
    object-fit: cover;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 69px;
  }

  h2 {
    font-size: 55px;
  }

  .hero-wrap {
    display: none;
  }

  .hero-wrap.mobile {
    display: block;
  }

  .wrap-hero-video {
    height: 50vh;
  }

  .wrap-hero-video.hero {
    height: 700px;
    position: static;
  }

  .wrap-hero-video.first {
    z-index: 5;
    height: 50vh;
    position: sticky;
    top: 80px;
  }

  .wrap-hero-video.foto-03 {
    z-index: 10;
    top: 80px;
  }

  .size-container {
    height: auto;
  }

  .sticky-image-backgrounf,
  .sticky-image-backgrounf.absolute {
    position: static;
  }

  .background-image-effect {
    opacity: 1;
    height: 50vh;
  }

  .background-image-effect.absolute {
    background-image: linear-gradient(#0000009c, #0000009c), url("../images/3_1.avif");
    background-position:
      0 0,
      50%;
    background-size: auto, cover;
    height: auto;
    position: absolute;
    inset: 0%;
  }

  .background-image-effect.absolute.second {
    background-image: linear-gradient(#0000009c, #0000009c), url("../images/2_1.avif");
    background-position:
      0 0,
      50%;
    background-size: auto, cover;
    position: absolute;
    inset: 0%;
  }

  .background-image-effect.absolute.third {
    background-image: linear-gradient(#0000009c, #0000009c), url("../images/4-1_1.avif");
    background-position:
      0 0,
      50%;
    background-size: auto, cover;
    height: auto;
    position: absolute;
  }

  .scale-wrap {
    align-items: center;
    width: 100%;
    height: auto;
    padding: 70px 40px;
  }

  .main-heading.hero {
    margin-left: 0;
  }

  .main-heading.about {
    font-size: 44px;
  }

  .main-heading.chef {
    font-size: 46px;
  }

  .main-heading.black {
    color: var(--white);
    margin-bottom: 20px;
    font-size: 60px;
  }

  .main-heading.menu {
    width: auto;
    font-size: 40px;
  }

  .main-heading.center {
    font-size: 40px;
  }

  .main-heading.center.no-margin.italic {
    font-style: normal;
    font-weight: 400;
  }

  .main-heading.featured {
    font-size: 54px;
  }

  .main-heading._404 {
    font-size: 62px;
  }

  .main-heading.hero-headline {
    margin-left: 0;
  }

  .main-text.form,
  .main-text.adresse {
    text-align: center;
    font-size: 1rem;
    line-height: 1.2;
  }

  .footer {
    padding-top: 60px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .footer-container {
    display: none;
  }

  .footer-grid {
    grid-row-gap: 42px;
  }

  .munu-footer-grid {
    grid-column-gap: 20px;
    grid-row-gap: 0px;
    flex-direction: column;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1.5fr;
    display: grid;
  }

  .column {
    width: 12em;
    margin-bottom: 1rem;
  }

  .column.logo {
    width: 20em;
  }

  .main-link {
    margin-bottom: 0;
    font-size: 1.4rem;
  }

  .main-link.margin {
    margin-left: 10px;
    margin-right: 10px;
    font-size: 1rem;
  }

  .main-link.margin.w--current {
    margin-left: 10px;
    margin-right: 10px;
  }

  .main-link.nav_mobile {
    width: 30%;
  }

  .main-link.impressum {
    font-size: 1rem;
  }

  .form-wrap {
    flex-direction: column;
    align-items: center;
    margin-top: 40px;
    margin-left: 0;
    padding-left: 0;
    display: flex;
  }

  .text-field {
    font-size: 2rem;
  }

  .checkbox-label {
    font-size: 14px;
  }

  .orizzontal-nav-footer {
    flex-direction: row;
    justify-content: center;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    padding-right: 0;
  }

  .social-grid {
    margin-left: auto;
    margin-right: 0;
  }

  .social-link {
    width: 50px;
    height: 50px;
  }

  .main-image {
    width: 40px;
  }

  .logo-link {
    margin-bottom: 40px;
    display: block;
  }

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

  .size-hero {
    height: 700px;
  }

  .size-hero._404 {
    height: 100vh;
  }

  .wrap-text {
    flex-direction: column-reverse;
    justify-content: center;
    align-self: center;
    align-items: flex-start;
    width: 100%;
    height: 50vh;
    margin-top: 0;
    margin-left: 0;
    padding-left: 60px;
    padding-right: 0;
    position: absolute;
  }

  .wrap-text.text-01 {
    padding-left: 60px;
    padding-right: 40px;
    top: 0;
  }

  .main-paragraph {
    font-size: 18px;
  }

  .main-paragraph.services {
    font-size: 22px;
    line-height: 1.2;
  }

  .main-paragraph.black {
    color: var(--white);
    font-size: 22px;
  }

  .main-paragraph.black.italic {
    margin-bottom: 20px;
  }

  .main-paragraph._50 {
    width: 100%;
  }

  .main-paragraph.how-it-wroks {
    padding-bottom: 40px;
  }

  .main-paragraph.gift {
    width: auto;
  }

  .main-paragraph.second {
    font-family:
      Playfair Display,
      sans-serif;
    font-size: 18px;
  }

  .main-paragraph.angebote_text {
    color: var(--black);
    font-size: 22px;
  }

  .main-paragraph.angebote_text.italic {
    margin-bottom: 20px;
  }

  .roe-text {
    z-index: 8;
    height: auto;
    position: relative;
    inset: 0%;
  }

  .overflow.absolute {
    opacity: 1;
  }

  .overflow.center {
    justify-content: center;
  }

  .services-section {
    padding-left: 40px;
    padding-right: 40px;
  }

  .container.second.insta {
    max-width: 528px;
    margin-bottom: 4rem;
  }

  .change-bg-wrap {
    background-color: #0000;
    padding-left: 40px;
    padding-right: 40px;
  }

  .about-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .container-image {
    justify-content: center;
    display: flex;
  }

  .menu-section {
    padding-left: 40px;
    padding-right: 40px;
  }

  .card-grid {
    grid-template-columns: 400px;
    width: 400px;
  }

  .menu-card.first,
  .menu-card.second {
    width: 400px;
    height: 400px;
    min-height: 400px;
  }

  .menu-card.hird,
  .menu-card.four {
    height: 400px;
    min-height: 400px;
  }

  .info-card {
    width: 100%;
  }

  .form-section {
    padding-left: 40px;
    padding-right: 40px;
  }

  .section-slider {
    height: 500px;
  }

  .form-2 {
    width: 100%;
  }

  .arrow-div {
    width: 60px;
    height: 60px;
  }

  .how-it-works-grid {
    grid-row-gap: 20px;
    grid-template:
      "Area Area Area"
      "Area-2 Area-2 Area-2"
      "Area-3 Area-3 Area-3"
      "Area-6 Area-6 Area-6"
      "Area-4 Area-4 Area-4"
      "Area-7 Area-7 Area-7"
      / 1fr 1fr 1fr;
  }

  .wrap-image {
    align-items: center;
    height: 400px;
    display: flex;
  }

  .wrap-image.second {
    flex-direction: column;
    height: auto;
  }

  .wrap-image.auto {
    height: auto;
  }

  .image {
    width: 75%;
  }

  .container-text {
    flex-direction: column;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .container-text.second {
    padding-bottom: 40px;
  }

  .container-text.second.padding {
    padding: 0;
  }

  .container-text.produkte.insta {
    margin-top: 4em;
    margin-bottom: 1rem;
  }

  .featured-section {
    padding-left: 40px;
    padding-right: 40px;
  }

  .featured-grid {
    grid-column-gap: 40px;
  }

  .review-section.view {
    display: none;
  }

  .review-section.hide {
    height: auto;
    padding-bottom: 60px;
    display: flex;
  }

  .review-grid {
    position: static;
  }

  .wrap-review-image {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
    top: 0;
  }

  .review-image {
    width: 69%;
  }

  .review-image.absolute.first,
  .review-image.absolute.second,
  .review-image.absolute.third {
    position: static;
  }

  .text-review {
    border: 1px #000;
    width: 69%;
    height: auto;
    padding: 27px 0;
  }

  .text-review.hero {
    z-index: 9;
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
  }

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

  .instagram-slider {
    padding-bottom: 0;
  }

  .mask-instagram-slider {
    width: 60%;
  }

  .instagram-card {
    width: 90%;
  }

  .wrap-text-instagram {
    width: auto;
  }

  .slide-insta {
    padding-right: 0;
  }

  .right-arrow-2 {
    inset: 13rem 40px auto auto;
  }

  .left-arrow-2 {
    inset: 13rem 20% auto auto;
  }

  .overflow-image {
    width: 100%;
  }

  .licensing-container-2 {
    width: 80%;
  }

  .licensing-container {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .main-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .image-licensing._5,
  .image-licensing._1,
  .image-licensing._3,
  .image-licensing._4 {
    min-height: 300px;
  }

  .button-style-guide {
    background-color: var(--transparent);
  }

  .main-text-2 {
    width: auto;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
  }

  .main-heading-3.h4.on {
    font-size: 2.2rem;
  }

  .main-heading-3.h4_jobs {
    font-size: 1.4rem;
  }

  .main-heading-3.h4_mobile {
    font-size: 2.2rem;
  }

  .container-2.style-guide-team {
    padding-top: 200px;
  }

  .right-column.team {
    display: none;
  }

  .right-column.team-mobile {
    border-top-style: none;
    flex-direction: column;
    display: flex;
  }

  .container-heading-style.style-guide,
  .container-heading-style.style-guide-team {
    padding-left: 20px;
    padding-right: 20px;
  }

  .background-color.first,
  .background-color.second {
    width: 20vw;
    height: 20vw;
  }

  .background-color.second._2,
  .background-color.second._1,
  .background-color.second._3,
  .background-color.second._4,
  .background-color.second._5,
  .background-color.second._6,
  .background-color.second._7,
  .background-color.second._8,
  .background-color.second._9,
  .background-color.second._10,
  .background-color.second._11,
  .background-color.second._12 {
    width: 40vw;
    height: 40vw;
  }

  .background-color.second._10 {
    background-image: url("../images/dreifoto_JPG_Archiv_DREI6650-1.webp");
    width: 40vw;
    height: 40vw;
  }

  .background-color.second._11 {
    background-image: url("../images/dreifoto_JPG_Archiv_DREI6578-1.webp");
    width: 40vw;
    height: 40vw;
  }

  .background-color.second._11-hildegard {
    width: 40vw;
    height: 40vw;
  }

  .background-color.second.silke-12 {
    background-image: url("../images/dreifoto_JPG_Archiv_DREI6613-1.webp");
    width: 40vw;
    height: 40vw;
  }

  .background-color.second._12-carmen,
  .background-color.second._13-wolfram {
    width: 40vw;
    height: 40vw;
  }

  .background-color.third {
    width: 20vw;
    height: 20vw;
  }

  .container-info-color {
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 2rem;
    display: flex;
  }

  .privacy-cookie-policy {
    padding: 60px 40px 40px;
  }

  .container-3 {
    padding-top: 20px;
  }

  .title-wrap.policy {
    padding-left: 0;
    padding-right: 0;
  }

  .content {
    font-size: 52px;
  }

  .utility-page-form {
    padding-left: 40px;
    padding-right: 40px;
  }

  .form-contact {
    display: none;
  }

  .wrap-form {
    flex-direction: column;
    justify-content: center;
    height: 100%;
    padding-left: 40px;
    padding-right: 40px;
    display: flex;
  }

  .load-banner {
    display: block;
  }

  .icon {
    width: 22px;
    font-size: 27px;
  }

  .icon-2 {
    font-size: 27px;
  }

  .review-slider {
    background-color: #0000;
    height: auto;
  }

  .right-arrow-3 {
    height: 400px;
    margin-top: 0;
  }

  .slide-hero {
    background-color: #0000;
    height: auto;
    padding-bottom: 60px;
  }

  .right-arrow-slide {
    height: 50px;
    inset: auto 7% 0% auto;
  }

  .left-arrow-3 {
    height: 50px;
    inset: auto auto 0% 7%;
  }

  .home-faq-top {
    grid-column-gap: 0.25rem;
    grid-row-gap: 0.25rem;
    grid-template-columns: 1fr auto;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .home-faq-content {
    margin-bottom: 1.75rem;
    padding: 1.75rem 1.5rem;
  }

  .home-faq-content.radius-regular {
    padding: 1.2rem;
  }

  .text-size-large {
    font-size: 1.25rem;
  }

  .heading-2.h2_jobs,
  .heading-2.h2_history {
    font-size: 3rem;
  }

  .headline-jobs {
    font-size: 1.4rem;
  }

  .figure-2 {
    height: 30em;
  }

  .history._01,
  .history._02,
  .history._03,
  .history._04,
  .history._05,
  .history._06,
  .history._07,
  .history._08,
  .history._09,
  .history._10,
  .history._11,
  .history._12,
  .history._13,
  .history._14,
  .history._15,
  .history._16,
  .history._17,
  .history._18,
  .history._19 {
    height: 20em;
  }

  .arrow-div-mobile,
  .arrow-div-copy {
    width: 60px;
    height: 60px;
  }

  .footer-container-mobile {
    flex-direction: column;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .divsocialmedia {
    justify-content: center;
    display: flex;
  }

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

  .italic-text-5 {
    color: var(--black);
  }

  .hero-wrap-mobile,
  .hero-wrap-mobile.mobile {
    display: block;
  }

  .div-foto-01 {
    z-index: 0;
    width: 100%;
    height: 50vh;
    position: sticky;
    top: 80px;
  }

  .div-block-4 {
    background-color: var(--black);
  }

  .div-black-transparent {
    background-color: var(--black);
    opacity: 0.4;
    width: 100%;
    height: 50vh;
    position: absolute;
    top: 0;
  }

  .main-heading-4.chef {
    font-size: 42px;
  }

  .munu-footer-grid-2 {
    grid-column-gap: 20px;
    grid-row-gap: 0px;
    flex-direction: column;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1.5fr;
    display: grid;
  }

  .main-text-4.form {
    text-align: center;
    font-size: 1rem;
    line-height: 1.2;
  }

  .checkbox-label-2 {
    font-size: 14px;
  }

  .main-link-2 {
    margin-bottom: 0;
    font-size: 1.4rem;
  }

  .main-link-2.margin {
    margin-left: 10px;
    margin-right: 10px;
    font-size: 1rem;
  }

  .main-link-2.margin.w--current {
    margin-left: 10px;
    margin-right: 10px;
  }

  .text-field-2 {
    font-size: 2rem;
  }

  .column-2 {
    width: 12em;
    margin-bottom: 1rem;
  }

  .column-2.logo {
    width: 20em;
  }

  .footer-2 {
    padding-top: 60px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .mp-track {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .section-heading {
    font-size: 25px;
  }

  .example {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

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

  h2 {
    font-size: 35px;
  }

  h3 {
    font-size: 30px;
  }

  .background-image-effect.absolute {
    height: 100%;
  }

  .scale-wrap {
    height: auto;
    padding: 40px 20px;
  }

  .horizontal-scroll {
    height: auto;
  }

  .horizontal-div-wrapper {
    height: auto;
    position: static;
  }

  .horizontal-content {
    flex-direction: column;
    align-items: center;
    width: auto;
    padding-top: 61px;
  }

  .crew-wrap {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    height: auto;
    margin-left: 0;
    padding: 40px;
    transform: none;
  }

  .crew-wrap.second {
    flex-direction: column;
    justify-content: center;
    width: 100vw;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    transform: none;
  }

  .image-crew {
    width: 100%;
    max-width: none;
    height: auto;
  }

  .main-heading.h2 {
    text-align: center;
    font-size: 30px;
  }

  .main-heading.hero {
    margin-left: 0;
  }

  .main-heading.about {
    font-size: 29px;
    position: static;
    top: 44px;
  }

  .main-heading.chef {
    padding-left: 10px;
    font-size: 40px;
  }

  .main-heading.servic {
    margin-bottom: 0;
    font-size: 28px;
  }

  .main-heading.modal {
    font-size: 16vw;
  }

  .main-heading.modal-second,
  .main-heading.modal-third {
    font-size: 17vw;
  }

  .main-heading.menu {
    font-size: 36px;
  }

  .main-heading.card {
    font-size: 31px;
  }

  .main-heading.price {
    font-size: 29px;
  }

  .main-heading.enjoy {
    font-size: 80px;
    top: 16%;
    right: auto;
  }

  .main-heading.featured {
    font-size: 46px;
  }

  .main-heading._404 {
    text-align: left;
    font-size: 46px;
  }

  .main-heading.hero-headline {
    margin-left: 0;
  }

  .container-info-crew {
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin-top: 40px;
    display: flex;
    position: static;
  }

  .container-info-crew._3 {
    position: static;
  }

  .main-text.form,
  .main-text.adresse {
    font-size: 16px;
  }

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

  .munu-footer-grid {
    grid-column-gap: 0rem;
  }

  .main-link {
    margin-bottom: 0;
    font-size: 1rem;
  }

  .main-link:active,
  .main-link:visited {
    color: var(--white);
  }

  .main-link.margin {
    margin-bottom: 10px;
    margin-left: 20px;
    margin-right: 20px;
    padding-left: 0;
  }

  .main-link.margin.w--current {
    margin-left: 20px;
    margin-right: 20px;
    padding-left: 0;
    font-size: 16px;
  }

  .main-link.nav_mobile {
    width: 50%;
  }

  .form-wrap {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

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

  .submit-button {
    font-size: 22px;
  }

  .orizzontal-nav-footer {
    text-align: center;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
    padding-top: 0;
    padding-right: 0;
  }

  .social-link {
    width: auto;
    height: auto;
  }

  .main-image {
    width: 40px;
    max-width: none;
  }

  .main-image._100.mobile {
    width: 100%;
    height: auto;
  }

  .main-image.nav {
    width: 150px;
  }

  .navbar {
    padding-left: 10px;
    padding-right: 10px;
  }

  .nav-menu {
    height: auto;
  }

  .flex-nav.mobile {
    height: auto;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
  }

  .size-hero {
    height: 100vh;
  }

  .hero-wrao-text {
    padding-left: 20px;
    padding-right: 20px;
    bottom: auto;
  }

  .paragraph-hero {
    font-size: 23px;
  }

  .wrap-text {
    flex-direction: column-reverse;
    align-items: flex-start;
    padding-top: 0;
    padding-left: 40px;
  }

  .wrap-text.text-01 {
    padding-left: 40px;
  }

  .main-paragraph {
    font-size: 17px;
  }

  .main-paragraph.modale,
  .main-paragraph.modale-second {
    width: auto;
    margin-left: 0;
  }

  .main-paragraph.modale-third {
    margin-bottom: 40px;
  }

  .main-paragraph.modale-fourth,
  .main-paragraph.modale-fifth {
    width: auto;
    margin-left: 0;
  }

  .main-paragraph.center {
    font-size: 15px;
  }

  .main-paragraph.gift {
    font-size: 24px;
  }

  .main-paragraph.angebote_text {
    font-size: 1rem;
  }

  .overflow.absolute {
    padding-left: 10px;
    position: static;
  }

  .overflow.center {
    z-index: 3;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 400px;
    position: relative;
  }

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

  .container.second.insta {
    margin-bottom: 0;
  }

  .container.second-contact {
    margin-top: 140px;
  }

  .modal-wrap.first,
  .modal-wrap.second,
  .modal-wrap.third,
  .modal-wrap.fourth,
  .modal-wrap.fifth {
    display: none;
  }

  .change-bg-wrap {
    background-color: #0000;
    padding-top: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .about-grid {
    grid-column-gap: 125px;
    grid-template-columns: 1fr;
  }

  .container-image.padding {
    width: 100%;
  }

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

  .wrap-heading {
    flex-direction: column;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .card-grid {
    flex-direction: column;
    grid-template-columns: 280px;
    align-items: center;
    width: 100%;
    margin-top: 60px;
    display: flex;
  }

  .menu-card.first {
    width: 100%;
    height: 280px;
    min-height: auto;
    max-height: none;
  }

  .menu-card.second,
  .menu-card.hird,
  .menu-card.four {
    align-items: stretch;
    width: 100%;
    height: 280px;
    min-height: auto;
    max-height: none;
    display: flex;
  }

  .info-card {
    flex-direction: column;
  }

  .brand-image {
    width: 50px;
  }

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

  .right-arrow {
    padding-right: 20px;
  }

  .left-arrow {
    padding-left: 20px;
  }

  .how-it-work-section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .wrap-image {
    width: 280px;
    height: 391px;
  }

  .wrap-image.auto {
    width: 280px;
    height: auto;
  }

  .image {
    width: auto;
  }

  .container-text {
    width: 280px;
    padding-bottom: 80px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-text.second {
    width: auto;
    padding-left: 0;
    padding-right: 0;
  }

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

  .featured-grid {
    grid-template-columns: 1fr;
    margin-top: 60px;
    padding-left: 0;
    padding-right: 0;
  }

  .mask-instagram-slider {
    width: 84%;
  }

  .instagram-card {
    width: 100%;
  }

  .instagram-text {
    margin-bottom: 10px;
  }

  .right-arrow-2 {
    top: 22rem;
    right: 20px;
  }

  .left-arrow-2 {
    position: absolute;
    inset: 22rem 0% auto 20px;
  }

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

  .line-instagram {
    display: none;
  }

  .contact-section,
  .utility-page-wrap {
    padding-left: 20px;
    padding-right: 20px;
  }

  .licensing-container-2 {
    width: 90%;
    padding: 10px;
  }

  .source-link {
    font-size: 16px;
  }

  .licensing-head {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 18px;
  }

  .licensing-paragraph {
    font-size: 16px;
  }

  .hero-heading-smal {
    font-size: 50px;
  }

  .licensing-container {
    width: 100%;
    padding: 20px;
  }

  .license-link {
    font-size: 16px;
  }

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

  .licensing-section {
    padding-left: 0;
    padding-right: 0;
  }

  .main-2 {
    padding-top: 60px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .small-hero-2 {
    min-height: 450px;
    padding-top: 25px;
  }

  .button-style-guide {
    padding-left: 0;
    padding-right: 0;
  }

  .main-text-2 {
    width: auto;
    margin-bottom: 0;
    font-size: 15px;
    font-weight: 600;
    line-height: 1;
  }

  .style-guide-block {
    border-style: none;
    margin-top: 0;
    padding-top: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .style-guide-block.trennlinie {
    border-top-style: solid;
  }

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

  .main-heading-3.h4 {
    font-size: 30px;
  }

  .main-heading-3.h4.on {
    font-size: 1.4rem;
  }

  .main-heading-3.h1 {
    margin-left: 20px;
    margin-right: 0;
    font-size: 72px;
  }

  .main-heading-3.h4_jobs {
    font-size: 2rem;
  }

  .main-heading-3.h1_team,
  .main-heading-3.h1_jobs {
    margin-left: 20px;
    margin-right: 0;
    font-size: 72px;
  }

  .main-heading-3.h4_mobile {
    font-size: 1.4rem;
  }

  .container-2.style-guide {
    padding-left: 0;
    padding-right: 0;
  }

  .container-2.style-guide-team {
    padding-top: 140px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .container-2.style-guide-jobs,
  .container-2.style-guide-test {
    padding-left: 0;
    padding-right: 0;
  }

  .main-paragraph-3 {
    margin-top: 0;
    font-size: 18px;
  }

  .style-text {
    position: static;
  }

  .container-heading-style.style-guide {
    flex-direction: column;
    padding-left: 0;
    padding-right: 0;
  }

  .container-heading-style.style-guide._1st {
    flex-direction: column;
  }

  .container-heading-style.style-guide-team {
    padding-left: 0;
    padding-right: 0;
  }

  .background-color.first,
  .background-color.second {
    width: 78vw;
    height: 78vw;
  }

  .background-color.second._2,
  .background-color.second._1,
  .background-color.second._3,
  .background-color.second._4,
  .background-color.second._5,
  .background-color.second._6,
  .background-color.second._7,
  .background-color.second._8,
  .background-color.second._9,
  .background-color.second._10,
  .background-color.second._11,
  .background-color.second._12,
  .background-color.second._10,
  .background-color.second._10,
  .background-color.second._11,
  .background-color.second._11-hildegard,
  .background-color.second.silke-12,
  .background-color.second._12-carmen,
  .background-color.second._13-wolfram {
    width: 80vw;
    height: 80vw;
  }

  .background-color.third {
    width: 78vw;
    height: 78vw;
  }

  .container-info-color {
    flex-direction: column;
    align-items: center;
  }

  .privacy-cookie-policy {
    padding-top: 60px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-3 {
    padding-top: 20px;
  }

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

  .content {
    text-align: left;
    font-size: 38px;
  }

  .privacy-paragraph {
    width: 100%;
    font-size: 1rem;
  }

  ._404-link-text {
    font-size: 20px;
  }

  .arrow {
    width: 50px;
  }

  .utility-page-form {
    padding-left: 20px;
    padding-right: 20px;
  }

  .bg-image-password {
    display: none;
  }

  .passwor-heading {
    font-size: 35px;
  }

  .field-label-password {
    font-size: 18px;
  }

  .form-contact {
    display: none;
    overflow: hidden;
  }

  .wrap-form {
    padding-left: 20px;
    padding-right: 20px;
    overflow: auto;
  }

  .load-banner {
    display: block;
  }

  .close-button-pop-up {
    z-index: 7;
    right: 14px;
  }

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

  .image-mobile {
    margin-left: 0;
    margin-right: auto;
    position: absolute;
    inset: 0% auto;
  }

  .right-arrow-3 {
    height: 53%;
    margin-bottom: 0;
  }

  .social-hover {
    width: auto;
    max-width: none;
  }

  .text-span-8 {
    height: auto;
    margin-left: 0;
    position: relative;
    bottom: 16px;
  }

  .right-arrow-slide {
    right: 20px;
  }

  .left-arrow-3 {
    left: 20px;
  }

  .ref-heading {
    display: block;
  }

  .ref-txtblock-head {
    font-size: 1rem;
  }

  .ref-txt-heading {
    font-size: 0.7rem;
  }

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

  .ref-txtblock-body {
    font-size: 1rem;
  }

  .style-text-zeit {
    position: static;
  }

  .figure-2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: stretch;
    height: 100em;
    display: flex;
  }

  .text-blab {
    font-size: 1rem;
  }

  .button-style-jobs {
    padding-left: 0;
    padding-right: 0;
  }

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

  .history._01,
  .history._02,
  .history._03,
  .history._04,
  .history._05,
  .history._06,
  .history._07,
  .history._08,
  .history._09,
  .history._10,
  .history._11,
  .history._12,
  .history._13,
  .history._14,
  .history._15,
  .history._16,
  .history._17,
  .history._18,
  .history._19 {
    height: 14em;
  }

  .button-style-jobs-mobile,
  .button-style-jobs-copy,
  .button-style-jobs-copy-copy {
    padding-left: 0;
    padding-right: 0;
  }

  .divsocialmedia {
    justify-content: space-around;
    width: auto;
    margin-top: 10px;
    display: flex;
  }

  .italic-text-5 {
    font-size: 1rem;
  }

  .main-heading-4.chef {
    font-size: 43px;
  }

  .main-heading-4.h2 {
    text-align: center;
    font-size: 30px;
  }

  .horizontal-content-2 {
    flex-direction: column;
    align-items: center;
    width: auto;
    padding-top: 61px;
  }

  .munu-footer-grid-2 {
    grid-column-gap: 0rem;
  }

  .submit-button-3 {
    font-size: 22px;
  }

  .main-text-4.form {
    font-size: 16px;
  }

  .main-link-2 {
    margin-bottom: 0;
  }

  .main-link-2:active,
  .main-link-2:visited {
    color: #fff;
  }

  .main-link-2.margin {
    margin-bottom: 10px;
    margin-left: 20px;
    margin-right: 20px;
    padding-left: 0;
  }

  .main-link-2.margin.w--current {
    margin-left: 20px;
    margin-right: 20px;
    padding-left: 0;
    font-size: 16px;
  }

  .text-field-2 {
    font-size: 18px;
  }

  .footer-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-paragraph {
    font-size: 1rem;
  }

  .example-badge {
    font-size: 10px;
  }

  .section-button {
    height: 45px;
  }
}

#w-node-_0009a4b4-f5ed-9734-a93f-313f6ad34263-cc3ce3c0 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-cc088d02-5aa4-2aad-66fa-6b56626807c7-cc3ce3c0 {
  grid-area: Area;
}

#w-node-_6d0e0adf-43d1-9b77-b09d-a86fdceaccbe-cc3ce3c0 {
  grid-area: Area-3;
}

#w-node-cba4381d-8f1d-6f03-315e-3c8d1a461afd-cc3ce3c0 {
  grid-area: Area-2;
  align-self: center;
}

#w-node-eb02794c-bd9e-bcd7-8d66-a7d544814252-cc3ce3c0 {
  grid-area: Area-6;
  place-self: center;
}

#w-node-a487d6df-455f-7cfc-9ca2-d025651b9781-cc3ce3c0 {
  grid-area: Area-4;
}

#w-node-d730f474-7c65-8cc4-94d0-add3fc60dae0-cc3ce3c0 {
  grid-area: Area-7;
}

#w-node-_30bf239c-210f-22ce-17ff-a67cecaf0be6-cc3ce3c0,
#w-node-fb189595-72a3-f418-9701-299ac771eb95-cc3ce3c0,
#w-node-_255a421b-cd57-99ec-b801-e04eee671afc-cc3ce3c0,
#w-node-_9adae669-3807-d20b-c346-9257c95ce127-cc3ce3c0,
#w-node-e1ee864d-b7f0-d12e-6c6c-cf3292a4c5fc-cc3ce3c0 {
  place-self: start center;
}

#w-node-_75a6794d-7bbc-274d-72de-77c5e22babb0-e22bab91 {
  justify-self: auto;
}

#w-node-_75a6794d-7bbc-274d-72de-77c5e22babd2-e22bab91,
#w-node-_75a6794d-7bbc-274d-72de-77c5e22babd3-e22bab91,
#w-node-_75a6794d-7bbc-274d-72de-77c5e22babd6-e22bab91,
#w-node-_75a6794d-7bbc-274d-72de-77c5e22babff-e22bab91,
#w-node-_75a6794d-7bbc-274d-72de-77c5e22bac03-e22bab91 {
  align-self: center;
}

#w-node-_7b0b3c80-4b8c-e532-aecf-4c1cc51a57f9-cc3ce3c3,
#w-node-_44c0114e-4bd9-66ff-f817-9258c7611f34-cc3ce3c3,
#w-node-c0c9d468-fb7b-3f82-99fd-f03c511b33f9-cc3ce3c3,
#w-node-_0fbe172f-7b47-8c04-27ef-a70b62d7be71-cc3ce3c3,
#w-node-_4df5b229-b8b4-0709-fb59-9330cabd5649-cc3ce3c3,
#w-node-_56c0a360-a415-41e1-4c2d-306383497cc4-cc3ce3cc,
#w-node-_56c0a360-a415-41e1-4c2d-306383497ce5-cc3ce3cc,
#w-node-_56c0a360-a415-41e1-4c2d-306383497d0c-cc3ce3cc,
#w-node-_56c0a360-a415-41e1-4c2d-306383497d24-cc3ce3cc,
#w-node-_65c71349-ac5b-ee31-c0e6-020212fd59d6-cc3ce3cc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_65c71349-ac5b-ee31-c0e6-020212fd59d9-cc3ce3cc {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-e5152271-5d96-1191-09e3-c81bae0272b6-cc3ce3cd,
#w-node-_8806d194-dfad-989b-5efc-212824704040-cc3ce3cd,
#w-node-e5152271-5d96-1191-09e3-c81bae0272aa-cc3ce3cd,
#w-node-e5152271-5d96-1191-09e3-c81bae0272b0-cc3ce3cd,
#w-node-_8806d194-dfad-989b-5efc-212824704033-cc3ce3cd,
#w-node-_8806d194-dfad-989b-5efc-212824704039-cc3ce3cd,
#w-node-_60f567f3-47de-0588-0836-496e4159d22f-cc3ce3cd,
#w-node-_0fecc089-65d8-c721-b8ec-f3079d753719-cc3ce3cd,
#w-node-_60f567f3-47de-0588-0836-496e4159d235-cc3ce3cd,
#w-node-_0fecc089-65d8-c721-b8ec-f3079d753725-cc3ce3cd,
#w-node-_0fecc089-65d8-c721-b8ec-f3079d753720-cc3ce3cd,
#w-node-aa884350-771f-12ce-f553-2a8492acd4ca-cc3ce3cd,
#w-node-aa884350-771f-12ce-f553-2a8492acd4e0-cc3ce3cd,
#w-node-aa884350-771f-12ce-f553-2a8492acd4bc-cc3ce3cd,
#w-node-aa884350-771f-12ce-f553-2a8492acd4c3-cc3ce3cd,
#w-node-aa884350-771f-12ce-f553-2a8492acd4d2-cc3ce3cd,
#w-node-aa884350-771f-12ce-f553-2a8492acd4d9-cc3ce3cd,
#w-node-aa884350-771f-12ce-f553-2a8492acd4e8-cc3ce3cd,
#w-node-aa884350-771f-12ce-f553-2a8492acd4ef-cc3ce3cd {
  justify-self: center;
}

#w-node-_48dcbba6-cf99-5c98-f6b2-54deb727933a-f2a32753 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e5152271-5d96-1191-09e3-c81bae0272f6-19c49d3c {
  justify-self: end;
}

#w-node-_7e5692bc-6a54-0065-e4ac-464ede541787-19c49d3c {
  justify-self: auto;
}

@media screen and (min-width: 1440px) {
  #w-node-eb02794c-bd9e-bcd7-8d66-a7d544814252-cc3ce3c0,
  #w-node-e5152271-5d96-1191-09e3-c81bae0272b6-cc3ce3cd,
  #w-node-_8806d194-dfad-989b-5efc-212824704040-cc3ce3cd,
  #w-node-_0fecc089-65d8-c721-b8ec-f3079d753725-cc3ce3cd,
  #w-node-aa884350-771f-12ce-f553-2a8492acd4ca-cc3ce3cd,
  #w-node-aa884350-771f-12ce-f553-2a8492acd4e0-cc3ce3cd {
    justify-self: center;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_6e5d498d-ef28-3904-7e1f-338e0c40c6c5-cc3ce3c0 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_0009a4b4-f5ed-9734-a93f-313f6ad34263-cc3ce3c0 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-eb02794c-bd9e-bcd7-8d66-a7d544814252-cc3ce3c0 {
    grid-area: Area-6;
    place-self: center;
  }

  #w-node-_75a6794d-7bbc-274d-72de-77c5e22babac-e22bab91,
  #w-node-_75a6794d-7bbc-274d-72de-77c5e22babda-e22bab91 {
    grid-area: 1 / 1 / 2 / 6;
  }

  #w-node-_7b0b3c80-4b8c-e532-aecf-4c1cc51a57f9-cc3ce3c3,
  #w-node-_44c0114e-4bd9-66ff-f817-9258c7611f34-cc3ce3c3,
  #w-node-c0c9d468-fb7b-3f82-99fd-f03c511b33f9-cc3ce3c3,
  #w-node-_0fbe172f-7b47-8c04-27ef-a70b62d7be71-cc3ce3c3,
  #w-node-_4df5b229-b8b4-0709-fb59-9330cabd5649-cc3ce3c3,
  #w-node-_56c0a360-a415-41e1-4c2d-306383497cc4-cc3ce3cc,
  #w-node-_56c0a360-a415-41e1-4c2d-306383497ce5-cc3ce3cc,
  #w-node-_56c0a360-a415-41e1-4c2d-306383497d0c-cc3ce3cc,
  #w-node-_56c0a360-a415-41e1-4c2d-306383497d24-cc3ce3cc {
    grid-area: 2 / 3 / 3 / 5;
  }

  #w-node-_65c71349-ac5b-ee31-c0e6-020212fd59cd-cc3ce3cc,
  #w-node-_65c71349-ac5b-ee31-c0e6-020212fd59d6-cc3ce3cc,
  #w-node-_65c71349-ac5b-ee31-c0e6-020212fd59d9-cc3ce3cc {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_75a6794d-7bbc-274d-72de-77c5e22bab95-e22bab91,
  #w-node-_75a6794d-7bbc-274d-72de-77c5e22baba0-e22bab91,
  #w-node-_75a6794d-7bbc-274d-72de-77c5e22baba3-e22bab91,
  #w-node-_75a6794d-7bbc-274d-72de-77c5e22baba6-e22bab91,
  #w-node-_75a6794d-7bbc-274d-72de-77c5e22baba9-e22bab91 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_75a6794d-7bbc-274d-72de-77c5e22babac-e22bab91,
  #w-node-_75a6794d-7bbc-274d-72de-77c5e22babda-e22bab91 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_75a6794d-7bbc-274d-72de-77c5e22babde-e22bab91,
  #w-node-_75a6794d-7bbc-274d-72de-77c5e22babe7-e22bab91,
  #w-node-_75a6794d-7bbc-274d-72de-77c5e22babea-e22bab91,
  #w-node-_75a6794d-7bbc-274d-72de-77c5e22babed-e22bab91 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_7b0b3c80-4b8c-e532-aecf-4c1cc51a57e2-cc3ce3c3,
  #w-node-_44c0114e-4bd9-66ff-f817-9258c7611f25-cc3ce3c3,
  #w-node-c0c9d468-fb7b-3f82-99fd-f03c511b33ea-cc3ce3c3,
  #w-node-_0fbe172f-7b47-8c04-27ef-a70b62d7be62-cc3ce3c3,
  #w-node-_4df5b229-b8b4-0709-fb59-9330cabd563a-cc3ce3c3,
  #w-node-_56c0a360-a415-41e1-4c2d-306383497cb5-cc3ce3cc,
  #w-node-_56c0a360-a415-41e1-4c2d-306383497cd6-cc3ce3cc,
  #w-node-_56c0a360-a415-41e1-4c2d-306383497cfd-cc3ce3cc,
  #w-node-_56c0a360-a415-41e1-4c2d-306383497d15-cc3ce3cc {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_6e5d498d-ef28-3904-7e1f-338e0c40c6c5-cc3ce3c0 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-d730f474-7c65-8cc4-94d0-add3fc60dae0-cc3ce3c0 {
    grid-area: Area-7;
  }

  #w-node-_0e795dd1-50b3-05f2-60b9-137ab305e280-cc3ce3c0,
  #saison2.w-node-b248bb53-70b3-3759-f13a-7a72a5c06cfa-cc3ce3c0 {
    align-self: stretch;
  }

  #w-node-_7b0b3c80-4b8c-e532-aecf-4c1cc51a57f9-cc3ce3c3,
  #w-node-_44c0114e-4bd9-66ff-f817-9258c7611f34-cc3ce3c3,
  #w-node-c0c9d468-fb7b-3f82-99fd-f03c511b33f9-cc3ce3c3,
  #w-node-_0fbe172f-7b47-8c04-27ef-a70b62d7be71-cc3ce3c3,
  #w-node-_4df5b229-b8b4-0709-fb59-9330cabd5649-cc3ce3c3,
  #w-node-_56c0a360-a415-41e1-4c2d-306383497cc4-cc3ce3cc,
  #w-node-_56c0a360-a415-41e1-4c2d-306383497ce5-cc3ce3cc,
  #w-node-_56c0a360-a415-41e1-4c2d-306383497d0c-cc3ce3cc,
  #w-node-_56c0a360-a415-41e1-4c2d-306383497d24-cc3ce3cc {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-_65c71349-ac5b-ee31-c0e6-020212fd59cd-cc3ce3cc {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-e5152271-5d96-1191-09e3-c81bae0272f6-19c49d3c {
    justify-self: end;
  }
}
