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

.w-checkbox::before {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

.w-checkbox::after {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  clear: both;
}

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

.w-checkbox-input--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

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

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

.w-form-formrecaptcha {
  margin-bottom: 8px;
}

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

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 30px;
  font-weight: bold;
}

p {
  margin-bottom: 10px;
}

a {
  text-decoration: underline;
}

.hero-image {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/anjoy-hero-image.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.wrapper {
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.wrapper.center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.wrapper.hero {
  position: absolute;
  z-index: 2;
}

.subtitle-section {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Parisienne, sans-serif;
  color: #c5b066;
  font-size: 50px;
  line-height: 50px;
  font-weight: 400;
  text-align: center;
}

.subtitle-section.hero {
  font-family: Parisienne, sans-serif;
  font-size: 60px;
  line-height: 60px;
}

.subtitle-section.white {
  color: #fff;
}

.hero-title {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-right: 2vw;
  padding-left: 2vw;
  border-bottom: 1px solid #fff;
  font-family: Hind, sans-serif;
  color: #fff;
  font-size: 30px;
  line-height: 35px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 20px;
  text-transform: uppercase;
}

.hero-subtitle {
  margin-top: 1vh;
  font-family: Hind, sans-serif;
  color: #fff;
  font-size: 12px;
  line-height: 25px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 7px;
}

.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-text {
  font-family: Hind, sans-serif;
  color: #fff;
  font-size: 20px;
  text-transform: uppercase;
}

.nav-text:hover {
  color: #c5b066;
}

.nav-text.w--current {
  color: #fff;
}

.navbar {
  position: absolute;
  left: 0%;
  top: 5vh;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.navbar.englisch.mobile {
  display: none;
}

.navbar.mobile {
  display: none;
}

.navbar.desktop {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  height: auto;
  padding-top: 10vh;
  padding-bottom: 10vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/wall_bg.jpg');
  background-position: 0px 0px;
  background-size: 125px;
}

.section.dark {
  background-color: #282f39;
  background-image: none;
}

.section.dark.absolut {
  position: relative;
}

.heading-2 {
  font-family: Hind, sans-serif;
  font-size: 30px;
  line-height: 40px;
  font-weight: 400;
  text-transform: uppercase;
}

.paragraph {
  color: #848789;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
}

.paragraph.dark {
  color: #fff;
}

.paragraph.footer-text {
  margin-bottom: 0px;
  text-align: left;
}

.paragraph.footer-text.right {
  font-weight: 400;
  text-align: right;
}

.paragraph.mail {
  padding-left: 10px;
  text-align: left;
}

.heading-section {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 20px;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
}

.heading-section.dark {
  color: #fff;
}

.column-picture {
  overflow: visible;
  height: 100%;
  background-position: 50% 100%;
  background-repeat: no-repeat;
}

.column-picture.authentische.visible {
  background-image: url('../images/anjoy-authentische-kueche.jpg');
}

.column-picture.frische.visible {
  background-image: url('../images/anjoy-frische.jpg');
  background-position: 50% 50%;
}

.column-picture.mama.visible {
  background-image: url('../images/anjoy-mama-restaurante.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.column-picture.team.visible {
  background-image: url('../images/anjoy-restaurante-team.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.column-picture.map {
  padding-right: 0px;
  padding-left: 0px;
  background-image: none;
}

.column-picture.flying.visible {
  background-image: url('../images/WhatsApp-Image-2019-06-17-at-12.39.55.jpeg');
  background-position: 0% 50%;
}

.column-text {
  margin-top: 100px;
  margin-bottom: 100px;
  padding-right: 100px;
  padding-left: 100px;
}

.columns-pictur-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 600px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.columns-pictur-text.kontakt {
  height: 950px;
}

.section-full-high {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0vh;
  margin-bottom: 0vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-full-high.bg {
  background-image: url('../images/wall_bg.jpg');
  background-position: 0px 0px;
  background-size: 125px;
}

.section-full-high.auto {
  height: auto;
  margin-top: 0px;
  margin-bottom: 60px;
  padding-top: 300px;
  padding-right: 220px;
  padding-left: 220px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.columns {
  width: 100vw;
  height: 600px;
}

.column-1-pic-split {
  height: 50%;
  background-image: url('../images/wide-1.jpg');
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
}

.column-1-pic-split.square-6 {
  background-image: url('../images/wide-2.jpg');
}

.square-1 {
  height: 100%;
  background-image: url('../images/square-1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.column-2-pic-split {
  height: 50%;
}

.column-100 {
  height: 100%;
  padding-right: 0px;
  padding-left: 0px;
}

.column-2-pic {
  height: 100%;
}

.button {
  padding-top: 15px;
  padding-bottom: 15px;
  border: 1px solid #fff;
  background-color: transparent;
  font-size: 16px;
  text-transform: uppercase;
}

.button.dark {
  border-color: #c5b066;
  color: #c5b066;
}

.button-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 1vw 5vw;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.square-2 {
  height: 100%;
  background-image: url('../images/square-3.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.square-4 {
  height: 100%;
  background-image: url('../images/tall-1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.square-5 {
  height: 100%;
  background-image: url('../images/tall-2.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.square-7 {
  height: 100%;
  background-image: url('../images/square-2.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.square-8 {
  height: 100%;
  background-image: url('../images/square-4.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.kontakt {
  padding-right: 5vw;
  padding-left: 5vw;
}

.text-field-text {
  color: #848789;
  font-size: 16px;
  line-height: 30px;
  font-weight: 400;
  text-align: left;
}

.text-field {
  height: 50px;
  border-style: solid;
  border-width: 1px;
  border-color: #c5b066;
  background-color: transparent;
}

.text-field.nachrichten {
  height: 100px;
}

.checkbox-field {
  display: block;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.link {
  color: #c5b066;
}

.link:hover {
  color: #282f39;
}

.map-2 {
  height: 600px;
}

.footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 350px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #e9eae8;
}

.footer-middle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-right {
  text-align: right;
}

.header-footer {
  color: #848789;
}

.instagram {
  width: 30px;
  height: 30px;
  background-image: url('../images/001-instagram.svg');
  background-position: 50% 50%;
  background-size: 30px;
  background-repeat: no-repeat;
}

.facebook {
  width: 30px;
  height: 30px;
  margin-left: 10px;
  background-image: url('../images/002-facebook.svg');
  background-position: 50% 50%;
  background-size: 30px;
  background-repeat: no-repeat;
}

.html-embed {
  position: absolute;
  left: 0%;
  top: 50%;
  right: auto;
  bottom: auto;
}

.language-text {
  margin-bottom: 15px;
  color: #fff;
  font-size: 20px;
  text-decoration: none;
}

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

.language-link:hover {
  color: #c5b066;
}

.rich-text-block-datenschutz {
  max-width: 1200px;
  color: #fff;
}

.rich-text-block-datenschutz a {
  color: #c5b066;
}

.body-dark {
  background-color: #282f39;
}

.button-back {
  position: absolute;
  left: 0%;
  top: 10%;
  right: 0%;
  bottom: auto;
  width: 230px;
  margin-right: auto;
  margin-left: auto;
  background-color: #c5b066;
  text-align: center;
}

.checkbox {
  width: 20px;
  height: 20px;
  padding-right: 0px;
  border-style: solid;
  border-width: 1px;
  border-color: #c5b066;
  border-radius: 0px;
}

.checkbox.w--redirected-checked {
  padding-top: 0px;
  border-style: solid;
  border-color: #fff;
  border-radius: 2px;
  background-color: transparent;
  background-image: none;
}

.xmas-batch {
  position: absolute;
  left: auto;
  top: 20%;
  right: 10%;
  bottom: auto;
  z-index: 999;
  display: none;
  width: 300px;
  height: 300px;
  background-image: url('../images/Xmas_Batch_de_2019.png');
  background-position: 50% 50%;
  background-size: 350px;
  background-repeat: no-repeat;
  -webkit-transform: rotate(25deg);
  -ms-transform: rotate(25deg);
  transform: rotate(25deg);
}

.xmas-batch.en {
  background-image: url('../images/Xmas_Batch_en_2019.png');
}

.image-2 {
  position: relative;
  z-index: 99;
  width: 100vw;
  height: 100vh;
  background-image: url('../images/anjoy-hero-image.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.div-block-2 {
  height: 100vh;
  background-image: url('../images/anjoy-authentische-kueche.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.brunch-batch {
  position: absolute;
  left: auto;
  top: 20%;
  right: 10%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 300px;
  height: 300px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 350px;
  background-color: #c5b066;
  -webkit-transform: rotate(23deg);
  -ms-transform: rotate(23deg);
  transform: rotate(23deg);
}

.brunch-h {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 10px;
  font-family: Parisienne, sans-serif;
  color: #fff;
  font-size: 40px;
  line-height: 45px;
  text-align: center;
}

.brunch-text {
  padding-right: 40px;
  padding-left: 40px;
  color: #fff;
  font-size: 19px;
  line-height: 25px;
  text-align: center;
}

.brunch-text.big {
  font-size: 19px;
}

.section-brunch {
  padding-top: 5vh;
  padding-bottom: 5vh;
  background-color: #c5b066;
}

.bold {
  font-size: 20px;
  font-weight: 700;
}

.section-brunch-2 {
  padding-top: 5vh;
  padding-bottom: 5vh;
  background-color: #c5b066;
}

.paragraph-2 {
  color: #848789;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
}

.paragraph-2.dark {
  color: #fff;
}

.subtitle-section-2 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Parisienne, sans-serif;
  color: #c5b066;
  font-size: 50px;
  line-height: 50px;
  font-weight: 400;
  text-align: center;
}

.subtitle-section-2.white {
  color: #fff;
}

.quandoo-widget-custom {
  padding-top: 200px;
}

@media (max-width: 991px) {
  .hero-image {
    background-size: cover;
  }
  .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .nav-text.mobile {
    text-align: center;
  }
  .navbar {
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .navbar.englisch.mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .navbar.mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .column-picture.authentische {
    height: 550px;
  }
  .column-picture.frische {
    height: 550px;
  }
  .column-picture.mama {
    height: 550px;
  }
  .column-picture.team {
    height: 550px;
  }
  .column-picture.flying {
    height: 550px;
    background-position: 50% 50%;
  }
  .column-text {
    margin-top: auto;
    margin-bottom: auto;
    padding-right: 40px;
    padding-left: 40px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .columns-pictur-text {
    height: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .columns-pictur-text.kontakt {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .columns-pictur-text.fresh {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .section-full-high.auto {
    margin-top: 0px;
    padding-top: 300px;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .columns {
    display: none;
  }
  .language-text {
    color: #c5b066;
  }
  .language-wrapper {
    color: #c5b066;
  }
  .language-link {
    color: #c5b066;
  }
  .div-block {
    position: absolute;
    left: 0%;
    top: 0%;
    right: auto;
    bottom: auto;
    width: 50px;
    height: 2px;
    background-color: #c5b066;
  }
  .menu-button {
    width: 50px;
    height: 50px;
  }
  .menu-button-2 {
    width: 50px;
    height: 50px;
    background-color: transparent;
  }
  .menu-button-2.w--open {
    background-color: transparent;
  }
  .burger-button-linie-1 {
    position: absolute;
    left: 0%;
    top: 20%;
    right: auto;
    bottom: auto;
    width: 50px;
    height: 2px;
    background-color: #c5b066;
  }
  .burger-button-linie-2 {
    position: absolute;
    left: 0%;
    top: 50%;
    right: auto;
    bottom: auto;
    width: 50px;
    height: 2px;
    background-color: #c5b066;
  }
  .burger-button-linie-3 {
    position: absolute;
    left: 0%;
    top: 80%;
    right: auto;
    bottom: auto;
    width: 50px;
    height: 2px;
    background-color: #c5b066;
  }
  .nav-menu {
    background-color: rgba(0, 0, 0, 0.4);
  }
  .nav-menu.mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .button-back {
    position: absolute;
    left: 0%;
    top: 10%;
    right: 0%;
    bottom: auto;
    width: 320px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }
  .xmas-batch {
    top: 18%;
    right: 5%;
  }
  .brunch-batch {
    top: -23%;
    right: 7%;
    width: 260px;
    height: 260px;
  }
  .brunch-text {
    font-size: 16px;
  }
  .brunch-text.big {
    font-size: 16px;
  }
  .quandoo-widget-custom {
    padding: 50px;
    text-align: -webkit-center;
  }
}

@media (max-width: 767px) {
  .hero-image {
    background-size: 1280px;
  }
  .wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .section {
    padding-right: 20px;
    padding-left: 20px;
  }
  .column-picture.authentische {
    height: 470px;
    background-size: 900px;
  }
  .column-picture.frische {
    height: 470px;
    background-size: 900px;
  }
  .column-picture.mama {
    height: 470px;
    background-size: 640px;
  }
  .column-picture.team {
    height: 470px;
    background-size: 600px;
  }
  .column-picture.flying {
    background-size: 800px;
  }
  .column-text {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .columns-pictur-text {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .columns-pictur-text.kontakt {
    height: auto;
  }
  .columns-pictur-text.fresh {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .section-full-high.gallery {
    display: none;
  }
  .button {
    margin-bottom: 20px;
  }
  .button-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }
  .square-4 {
    height: 400px;
    background-position: 50% 50%;
  }
  .footer {
    height: 390px;
    padding-right: 19px;
    padding-left: 19px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .column-footer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .form-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .xmas-batch {
    top: 20%;
    right: 2%;
    background-size: 350px;
  }
  .brunch-batch {
    top: -18%;
    right: 8%;
    width: 260px;
    height: 260px;
  }
  .brunch-text {
    font-size: 16px;
  }
  .brunch-text.big {
    font-size: 16px;
  }
  .section-brunch {
    padding-right: 20px;
    padding-left: 20px;
  }
  .section-brunch-2 {
    padding-right: 20px;
    padding-left: 20px;
  }
}

@media (max-width: 479px) {
  h3 {
    display: block;
  }
  p {
    white-space: normal;
  }
  .wrapper.menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .subtitle-section {
    font-size: 37px;
  }
  .hero-title {
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 10px;
  }
  .hero-subtitle {
    font-size: 9px;
    line-height: 15px;
    letter-spacing: 5px;
  }
  .navbar.mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .heading-2 {
    text-align: center;
  }
  .paragraph.footer-text {
    text-align: center;
  }
  .paragraph.footer-text.right {
    text-align: center;
  }
  .column-picture.flying {
    background-position: 16% 50%;
  }
  .column-text {
    padding-right: 0px;
    padding-left: 0px;
  }
  .section-full-high {
    padding-right: 15px;
    padding-left: 15px;
  }
  .section-full-high.auto {
    margin-top: 0px;
    padding-top: 300px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .button {
    margin-bottom: 14px;
    text-align: center;
  }
  .button-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .kontakt {
    display: block;
    padding-right: 0vw;
    padding-left: 0vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .footer {
    height: 520px;
  }
  .column-footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .footer-left {
    margin-top: 0px;
    margin-bottom: 20px;
    text-align: center;
  }
  .footer-right {
    margin-top: 20px;
  }
  .header-footer {
    text-align: center;
  }
  .html-embed {
    top: 28%;
    display: none;
  }
  .nav-menu.mobile {
    background-color: rgba(0, 0, 0, 0.8);
  }
  .brand {
    left: -5px;
    display: block;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .image {
    display: block;
  }
  .form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .brand-2 {
    left: -7px;
  }
  .rich-text-block-datenschutz {
    font-size: 3vw;
    line-height: 3.5vw;
    white-space: normal;
  }
  .button-back {
    width: 240px;
  }
  .xmas-batch {
    position: absolute;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: -8%;
    overflow: visible;
    width: 100%;
    height: 90vw;
    margin-right: auto;
    margin-left: auto;
    background-size: 300px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .brunch-batch {
    top: -14%;
    right: 10%;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  .section-brunch {
    padding-right: 20px;
    padding-left: 20px;
  }
  .bold {
    font-size: 18px;
  }
  .section-brunch-2 {
    padding-right: 20px;
    padding-left: 20px;
  }
  .subtitle-section-2 {
    font-size: 37px;
  }
}

@font-face {
  font-family: 'Parisienne';
  src: url('../fonts/Parisienne-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-ThinItalic.ttf') format('truetype');
  font-weight: 100;
  font-style: italic;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-BlackItalic.ttf') format('truetype');
  font-weight: 900;
  font-style: italic;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: 'Hind';
  src: url('../fonts/Hind-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Hind';
  src: url('../fonts/Hind-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Hind';
  src: url('../fonts/Hind-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'Hind';
  src: url('../fonts/Hind-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Hind';
  src: url('../fonts/Hind-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}