.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-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 {
  width: 12px;
  height: 12px;
  border: 1px solid #ccc;
  border-radius: 2px;
}

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

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

h1 {
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Tan pearl, sans-serif;
  font-size: 38px;
  font-weight: 400;
  line-height: 1.25em;
}

h2 {
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Tan pearl, sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.4em;
}

h3 {
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.3em;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 600;
  line-height: 18px;
}

p {
  color: #f3f0ea;
  margin-bottom: 10px;
  font-size: 17px;
  line-height: 1.6em;
}

a {
  color: #ceaa72;
  text-decoration: underline;
}

blockquote {
  border: 1px solid rgba(136, 158, 168, .2);
  border-left-width: 3px;
  margin-top: 36px;
  margin-bottom: 36px;
  padding: 24px;
  font-size: 17px;
  line-height: 1.6em;
}

.body {
  color: #f3f0ea;
  background-color: #060606;
  font-family: Mulish;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
}

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

.section.no-padding {
  padding-top: 0;
  padding-bottom: 0;
}

.section.grey {
  background-color: #eef0f6;
}

.section.no-top-padding {
  padding-top: 0;
}

.section.no-top-padding.grey {
  background-color: #060606;
  padding-top: 5vw;
  padding-bottom: 3vw;
  position: static;
}

.grid-wrapper {
  z-index: 10;
  width: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: minmax(5vw, 1fr) minmax(auto, 1400px) minmax(5vw, 1fr);
  grid-auto-rows: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: static;
}

.home-hero {
  min-height: 100vh;
  justify-content: center;
  padding-top: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.background-wrapper {
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.background {
  background-image: url('../images/033.jpeg');
  background-position: 50% 35%;
  background-size: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.background.instagram-one {
  background-image: url('../images/012.jpeg');
}

.background.testimonial-background {
  background-image: url('../images/032.jpeg');
  background-position: 50% 0;
}

.background.instagram-two {
  background-image: url('../images/016.jpeg');
}

.background.instagram-three {
  background-image: url('../images/006.jpeg');
}

.background.instagram-four {
  background-image: url('../images/018.jpeg');
}

.background.action-background {
  background-image: url('../images/031.jpeg');
}

.overlay {
  background-color: rgba(10, 16, 29, .3);
  background-image: linear-gradient(rgba(0, 0, 0, .2), #060606), url('../images/Hero-Section_1.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.overlay.dark {
  background-color: rgba(10, 16, 29, .65);
}

.centered-line {
  width: 80px;
  height: 2px;
  background-color: rgba(255, 255, 255, .09);
  justify-content: center;
  align-items: center;
  display: flex;
}

.line-fill {
  width: 40%;
  height: 100%;
  color: #f3f0ea;
  background-color: #ceaa72;
}

.line-fill.light {
  background-color: rgba(255, 255, 255, .2);
}

.slider {
  height: 100vh;
  background-color: rgba(221, 221, 221, 0);
}

.slider.section-spacing {
  padding-top: 60px;
  padding-bottom: 120px;
}

.slider-arrow {
  width: 180px;
  height: 180px;
  border: 1px solid rgba(255, 255, 255, .3);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  padding-left: 100px;
  display: none;
  top: 0;
  bottom: 80px;
  left: -100px;
}

.slider-arrow.right {
  padding-left: 0;
  padding-right: 100px;
  display: none;
  left: auto;
  right: -100px;
}

.navbar {
  height: 100px;
  opacity: 1;
  background-color: rgba(255, 255, 255, 0);
  justify-content: center;
  display: flex;
  position: absolute;
  top: 3%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.navigation-wrapper {
  z-index: 10;
  width: 100%;
  height: 150px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: minmax(5vw, 1fr) minmax(auto, 1600px) minmax(5vw, 1fr);
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: grid;
  position: relative;
}

.nav-right {
  z-index: 10;
  grid-column-gap: 24px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  align-items: center;
  display: grid;
  position: relative;
}

.nav-link {
  height: 100%;
  color: #f3f0ea;
  letter-spacing: 3px;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 14px;
  display: flex;
}

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

.navigation-content {
  z-index: 10;
  width: 96%;
  border-bottom: 1px rgba(255, 255, 255, 0);
  justify-content: space-between;
  display: flex;
  position: relative;
}

.nav-menu {
  height: 100%;
  max-width: 400px;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  left: 0;
  right: 0;
}

.brand {
  color: #000;
  letter-spacing: -.03em;
  align-items: center;
  padding-left: 0;
  font-size: 22px;
  font-weight: 600;
  line-height: 1em;
  display: flex;
}

.service-link {
  color: #000;
  border-right: 1px rgba(136, 158, 168, .2);
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  text-decoration: none;
  display: flex;
  position: relative;
}

.xxl-heading {
  margin-bottom: 0;
  font-family: Tan pearl, sans-serif;
  font-size: 54px;
  font-weight: 400;
  line-height: 1.6em;
}

.body-display {
  color: #b8b5b0;
  font-size: 17px;
  line-height: 1.6em;
}

.body-display.light {
  color: #fff;
}

.body-display.body-spacing {
  color: #b8b5b0;
  padding-top: 10px;
  font-family: Montserrat, sans-serif;
}

.medium-stacked-intro {
  max-width: 475px;
  grid-column-gap: 16px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.subtitle {
  color: #ceaa72;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-size: 11px;
}

.subtitle.light {
  color: rgba(255, 255, 255, .8);
}

.subtitle.small {
  font-size: 9px;
}

.solid-button {
  color: #fff;
  letter-spacing: 3px;
  text-transform: uppercase;
  background-color: #000;
  border-style: none;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding: 16px 32px;
  font-size: 9px;
  line-height: 1.35em;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

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

.left-line {
  width: 60px;
  height: 2px;
  background-color: #d7dfeb;
  display: flex;
}

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

.list-grid {
  grid-column-gap: 16px;
  grid-row-gap: 0px;
  border-top: 1px solid rgba(136, 158, 168, .2);
  grid-template-rows: 1fr 1fr;
  grid-template-columns: 1fr;
  grid-auto-rows: 1fr;
  grid-auto-columns: 1fr;
  align-content: stretch;
  align-items: stretch;
  display: grid;
}

.list-item {
  height: 100%;
  min-height: 160px;
  grid-column-gap: 36px;
  grid-row-gap: 18px;
  color: #000;
  border-bottom: 1px solid rgba(136, 158, 168, .2);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  padding-top: 60px;
  padding-bottom: 60px;
  text-decoration: none;
  display: grid;
  position: relative;
}

.service-link-top {
  z-index: 10;
  height: 80px;
  background-color: #060606;
  border-bottom: 1px rgba(136, 158, 168, .2);
  border-right: 1px rgba(136, 158, 168, .2);
  justify-content: center;
  align-items: center;
  padding-left: 36px;
  padding-right: 36px;
  display: flex;
  position: relative;
}

.featured-work-slider {
  z-index: 25;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 240px;
  padding-bottom: 320px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.slide-nav {
  display: none;
}

.projects-arrow {
  z-index: 15;
  width: 50%;
  min-height: 100vh;
  justify-content: flex-end;
  align-items: flex-end;
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
  top: 0;
  bottom: 0;
  overflow: visible;
}

.projects-mask {
  z-index: 25;
  width: 100%;
  max-width: 600px;
  position: relative;
  overflow: hidden;
}

.hover-slider-arrow {
  width: 10vw;
  height: 10vw;
  max-height: 120px;
  max-width: 120px;
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.testimonial-slide-content {
  z-index: 25;
  grid-column-gap: 16px;
  grid-row-gap: 36px;
  color: #fff;
  text-align: center;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-top: 36px;
  display: grid;
  position: relative;
}

.underline-link {
  color: #fff;
  letter-spacing: 3px;
  text-transform: uppercase;
  border-bottom: 1px solid rgba(255, 255, 255, .8);
  padding-bottom: 6px;
  padding-left: 0;
  font-size: 9px;
  text-decoration: none;
  position: relative;
}

.underline-link.dark {
  color: #626d86;
  border-bottom-color: rgba(136, 158, 168, .2);
}

.testimonial-slide {
  z-index: 20;
  position: relative;
}

.card {
  height: 400px;
  grid-column-gap: 16px;
  grid-row-gap: 24px;
  color: #f3f0ea;
  background-color: #000;
  background-image: linear-gradient(243deg, #131313, #312c23);
  flex: 1;
  grid-template-rows: 1fr auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin-left: 16px;
  margin-right: 16px;
  padding: 42px;
  text-decoration: none;
  display: block;
  position: relative;
  overflow: visible;
}

.skew-background {
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.verticle-line {
  height: 100%;
  background-color: rgba(136, 158, 168, .2);
  position: relative;
}

.slider-section {
  z-index: 5;
  padding-bottom: 0;
  position: relative;
  overflow: hidden;
}

.action-banner {
  min-height: 775px;
  position: relative;
  overflow: hidden;
}

.grey-cover {
  height: 50%;
  background-color: #eef0f6;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.instagram-footer {
  z-index: 10;
  min-height: 200px;
  padding-top: 120px;
  position: relative;
}

.hero-intro {
  width: 100%;
  max-width: none;
  grid-column-gap: 16px;
  grid-row-gap: 40px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: stretch;
  display: flex;
}

.hero-intro._70 {
  width: 60%;
}

.outline-button {
  min-height: 42px;
  color: #000;
  letter-spacing: 3px;
  text-transform: uppercase;
  border: 1px solid rgba(136, 158, 168, .2);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 16px 32px;
  font-size: 9px;
  line-height: 1.35em;
  text-decoration: none;
  transition: background-color .5s cubic-bezier(.25, .46, .45, .94);
  display: flex;
  overflow: hidden;
}

.outline-button.light {
  color: #fff;
  background-color: rgba(255, 255, 255, 0);
  border-color: rgba(255, 255, 255, .2);
}

.showreel-info {
  z-index: 10;
  max-width: 675px;
  grid-column-gap: 16px;
  grid-row-gap: 36px;
  color: #fff;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  padding-top: 140px;
  padding-bottom: 140px;
  display: grid;
  position: relative;
}

.nav-cover {
  height: 100%;
  max-width: none;
  background-color: rgba(0, 0, 0, 0);
  border: 1px rgba(136, 158, 168, .05);
}

.service-card-hover {
  height: 24px;
  color: #fff;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
  background-color: #ceaa72;
  justify-content: center;
  align-items: center;
  font-size: 9px;
  line-height: 1em;
  display: flex;
  position: absolute;
  top: -24px;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.service-link-name {
  width: 100%;
  height: 100%;
  text-align: center;
  border-bottom: 1px solid rgba(136, 158, 168, .2);
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.instagram-feed {
  grid-column-gap: 60px;
  grid-row-gap: 18px;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.instagram {
  height: 16vw;
  max-height: 425px;
  justify-content: center;
  align-items: center;
  padding: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.top-grey-cover {
  height: 90%;
  background-color: #eef0f6;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.instagram-intro {
  grid-column-gap: 16px;
  grid-row-gap: 24px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: space-between;
  padding-bottom: 24px;
  display: grid;
}

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

.testimonial-text {
  font-size: 32px;
  font-weight: 500;
  line-height: 1.3em;
}

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

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

.client-avatar {
  width: 80px;
  height: 80px;
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 100%;
  padding: 6px;
  position: relative;
}

.avatar {
  width: 100%;
  height: 100%;
  background-image: url('../images/Portrait013.jpeg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100%;
}

.avatar.avatar-002 {
  background-image: url('../images/Portrait003.jpg');
  background-position: 50% 30%;
}

.avatar.avatar-003 {
  background-image: url('../images/Portrait015.jpeg');
  background-position: 50% 30%;
}

.avatar.avatar-004 {
  background-image: url('../images/Portrait019.jpeg');
  background-position: 50% 10%;
}

.avatar.avatar-005 {
  background-image: url('../images/Portrait004.jpg');
}

.testimonial-name {
  grid-column-gap: 16px;
  grid-row-gap: 4px;
  text-align: left;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.inner-hero-content {
  z-index: 10;
  grid-column-gap: 16px;
  grid-row-gap: 0px;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-top: 80px;
  padding-bottom: 0;
  display: block;
  position: relative;
}

.number-item {
  grid-column-gap: 16px;
  grid-row-gap: 160px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: space-between;
  padding: 24px 36px;
  transition: box-shadow .4s cubic-bezier(.25, .46, .45, .94);
  display: grid;
  position: relative;
}

.number-item:hover {
  z-index: 1;
  box-shadow: 0 12px 36px -8px rgba(41, 43, 78, .07);
}

.sticky-intro {
  grid-column-gap: 16px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: -webkit-sticky;
  position: sticky;
  top: 118px;
}

.hero-top {
  color: #fff;
  text-align: center;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  padding: 34px 0 24px;
  display: flex;
}

.hero-bottom {
  z-index: 10;
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.scroll-wrapper {
  z-index: 25;
  width: 1px;
  grid-column-gap: 16px;
  grid-row-gap: 30px;
  color: #fff;
  grid-template-rows: auto 1fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: space-between;
  justify-content: center;
  align-items: stretch;
  justify-items: center;
  padding-top: 12px;
  display: grid;
  position: relative;
}

.rotate-text {
  height: 12px;
  letter-spacing: 3px;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  font-size: 9px;
  display: flex;
  transform: rotate(90deg);
}

.scroll-line {
  width: 1px;
  background-color: rgba(255, 255, 255, .2);
}

.about-hero-bottom {
  min-height: 140px;
  position: relative;
}

.dropdown-link {
  width: 100%;
  color: #000;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
  border-bottom: 1px solid rgba(136, 158, 168, .2);
  padding: 20px;
  font-size: 12px;
  text-decoration: none;
  position: relative;
}

.slide-content {
  height: 100%;
  justify-content: center;
  padding-bottom: 0;
  display: flex;
}

.contact-info-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 80px;
  background-color: #060606;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding: 0 0 80px;
  display: grid;
}

.quick-link-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.contact-form-wrapper {
  width: 100%;
  grid-column-gap: 120px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  padding-left: 60px;
  padding-right: 36px;
  display: grid;
}

.form-block {
  width: 100%;
  margin-bottom: 0;
}

.text-field {
  min-height: 54px;
  color: #f3f0ea;
  background-color: #1e1e1e;
  border: 1px solid rgba(136, 158, 168, .2);
  margin-bottom: 0;
  padding: 18px 24px;
}

.text-field:hover, .text-field:active, .text-field:focus {
  opacity: 1;
  color: #f3f0ea;
}

.text-field:focus-visible {
  opacity: 1;
  color: #f3f0ea;
  border-color: rgba(206, 170, 114, .5);
}

.text-field[data-wf-focus-visible] {
  opacity: 1;
  color: #f3f0ea;
  border-color: rgba(206, 170, 114, .5);
}

.text-field::-ms-input-placeholder {
  color: gray;
}

.text-field::placeholder {
  color: gray;
}

.text-field.large {
  min-height: 160px;
}

.text-field.large:hover, .text-field.large:active, .text-field.large:focus {
  color: #f3f0ea;
}

.text-field.large:focus-visible {
  color: #f3f0ea;
}

.text-field.large[data-wf-focus-visible] {
  color: #f3f0ea;
}

.text-field.large::-ms-input-placeholder {
  color: gray;
}

.text-field.large::placeholder {
  color: gray;
}

.field-wrapper {
  grid-column-gap: 18px;
  grid-row-gap: 12px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

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

.service-list-item {
  cursor: pointer;
  border-bottom: 1px solid rgba(136, 158, 168, .2);
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding: 80px 0;
  display: flex;
  position: relative;
}

.team-image {
  height: 20vw;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: visible;
}

.project-gallery-image {
  height: 24vw;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.social-icon {
  width: 32px;
  height: 32px;
  background-color: #eef0f6;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 9px;
  display: flex;
}

.core-value {
  z-index: 10;
  grid-column-gap: 24px;
  grid-row-gap: 60px;
  border: 1px rgba(136, 158, 168, .2);
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding: 24px;
  display: grid;
  position: relative;
}

.vertical-card {
  height: 100%;
  grid-column-gap: 16px;
  grid-row-gap: 24px;
  color: #000;
  border: 1px solid rgba(136, 158, 168, .2);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  justify-content: center;
  justify-items: stretch;
  padding: 0;
  text-decoration: none;
  display: grid;
  position: relative;
}

.team-portrait {
  min-height: 300px;
  justify-content: center;
  align-items: center;
  margin-top: 17px;
  margin-left: 17px;
  margin-right: 17px;
  padding: 0;
  display: flex;
  position: relative;
}

.preloader {
  z-index: 10000;
  background-color: #060606;
  justify-content: center;
  align-items: center;
  padding-left: 12px;
  padding-right: 12px;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.preloader-content {
  width: 100%;
  max-width: 275px;
  grid-column-gap: 16px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  align-items: center;
  justify-items: center;
  display: grid;
}

.preloader-indicator {
  width: 100%;
}

.indicator-wrapper {
  height: 3px;
  background-color: rgba(136, 158, 168, .2);
  display: flex;
}

.indicator-fill {
  width: 0%;
  height: 100%;
  background-color: #ceaa72;
}

.slider-background-wrapper {
  width: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.slide-hero-background {
  background-image: url('../images/033.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.slide-hero-background.slider-001 {
  background-image: linear-gradient(rgba(0, 0, 0, .4), #060606);
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
}

.slide-hero-background.slider-002 {
  background-image: url('../images/016.jpeg');
}

.slide-hero-background.slider-003 {
  background-image: url('../images/017.jpeg');
}

.slide-hero-background.slider-002 {
  background-image: linear-gradient(rgba(0, 0, 0, .4), #060606), url('../images/ih415.jpeg');
  background-position: 0 0, 0 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.slide-hero-background.slider-003 {
  background-image: linear-gradient(rgba(0, 0, 0, .4) 69%, #060606), url('../images/jedlo1.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.slider-background {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.slider-arrow-icon {
  width: 18px;
  opacity: .3;
}

.contact-list-item {
  grid-column-gap: 24px;
  grid-row-gap: 16px;
  border-bottom: 1px solid rgba(136, 158, 168, .2);
  grid-template-rows: auto;
  grid-template-columns: auto 1fr auto;
  grid-auto-columns: 1fr;
  padding-top: 24px;
  padding-bottom: 24px;
  text-decoration: none;
  display: grid;
  position: relative;
}

.collection-list-wrapper {
  height: 100%;
}

.outline-hover-circle {
  z-index: 10;
  width: 72px;
  height: 72px;
  border: 1px solid rgba(255, 253, 253, .4);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.hover-circle-wrapper {
  max-height: 100%;
  max-width: 100%;
  justify-content: center;
  align-items: center;
  padding: 60px;
  display: flex;
  position: relative;
}

.hover-circle {
  justify-content: center;
  align-items: center;
  display: flex;
}

.journal-list-title {
  grid-column-gap: 16px;
  grid-row-gap: 18px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.hover-line {
  height: 1px;
  position: absolute;
  top: auto;
  bottom: -1px;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.hover-line-fill {
  width: 100%;
  height: 100%;
  background-color: #a3acc2;
  border: 1px solid #ceaa72;
}

.social-box {
  min-height: 100px;
  border: 1px solid rgba(136, 158, 168, .2);
  justify-content: center;
  align-items: center;
  padding: 0;
  display: flex;
  position: relative;
}

.success-message {
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  padding: 0;
}

.success-box {
  height: 100%;
  min-height: 400px;
  grid-column-gap: 16px;
  grid-row-gap: 12px;
  background-color: rgba(52, 211, 153, .1);
  border: 1px solid rgba(136, 158, 168, .2);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  justify-content: center;
  align-items: center;
  padding: 24px;
  display: grid;
}

.slider-bottom {
  z-index: 25;
  padding-bottom: 80px;
  position: relative;
}

.slider-grid-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: minmax(5vw, 1fr) minmax(auto, 1400px) minmax(5vw, 1fr);
  grid-auto-columns: 1fr;
  display: grid;
  overflow: hidden;
}

.outline-social-icon {
  width: 32px;
  height: 32px;
  border: 1px solid rgba(136, 158, 168, .2);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  padding: 9px;
  display: flex;
}

.menu-items {
  justify-content: center;
  display: flex;
}

.button-text {
  font-size: 17px;
}

.error-message {
  color: #626d86;
  background-color: rgba(248, 113, 113, .1);
  margin-top: 18px;
}

.text.section-spacing {
  margin-top: 220px;
  padding-top: 80px;
  padding-bottom: 30px;
}

.text.section-spacing.hp {
  margin-top: 0;
}

.text_und_button.section_spacing {
  justify-content: center;
  align-items: center;
  display: flex;
}

.text_und_button.section_spacing.container {
  padding-bottom: 2vw;
}

.text_und_button.section_spacing.container.large-space {
  padding-bottom: 4vw;
}

.container_center {
  width: 60%;
  text-align: center;
}

.container_center.container-spacing {
  width: 75%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.container_center.container-spacing.small {
  width: 50%;
}

.primary_button {
  color: #ceaa72;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, .68);
  border: 1px solid #ceaa72;
  padding: 14px 28px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 32px;
  text-decoration: none;
  transition: background-color .4s;
}

.primary_button:hover {
  color: #000;
  background-color: #ceaa72;
  border-style: solid;
}

.primary_button.fill {
  width: 100%;
  color: #f3f0ea;
  background-color: #ceaa72;
  border-color: #ceaa72;
}

.primary_button.displaynone {
  letter-spacing: 3px;
  background-color: #000;
  align-self: center;
  padding-top: 12px;
  padding-bottom: 12px;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  line-height: 30px;
}

.primary_button.non-display-desktop {
  display: none;
}

.primary_button.onesize {
  letter-spacing: 3px;
  font-family: Montserrat, sans-serif;
}

.primary_button.mini {
  border-width: 1px;
  border-color: #ceaa72;
  padding: 15px 24px;
}

.primary_button.mini.rozvoz {
  display: flex;
}

.primary_button.top {
  padding-left: 14px;
  padding-right: 14px;
}

.slider-images {
  height: 70vh;
}

.slide-img-1 {
  background-image: url('../images/ih413.jpeg');
  background-position: 0 0;
  background-size: cover;
}

.left-arrow-2 {
  justify-content: center;
  align-items: center;
  padding-left: 50px;
  display: block;
}

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

._2-col-grid {
  grid-column-gap: 100px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  justify-items: center;
  display: grid;
}

._2-col-grid.banner-grid {
  grid-column-gap: 24px;
  background-image: linear-gradient(100deg, #000 10%, rgba(6, 6, 6, 0));
}

.heading-und-button {
  width: 100%;
}

.paragraph-space {
  color: #b8b5b0;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 50px;
  font-family: Montserrat, sans-serif;
  font-weight: 300;
  line-height: 1.7em;
}

.paragraph-space.no_gap {
  padding-bottom: 20px;
}

.paragraph-space.dark {
  color: #000;
}

.item {
  grid-row-gap: 20px;
  text-align: center;
  border-left: 1px solid #ceaa72;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding-left: 22px;
  padding-right: 22px;
  display: flex;
}

.item.without-divider {
  border-left-style: none;
  padding: 20px 22px;
}

.item.no-div {
  grid-row-gap: 28px;
  border-left-style: none;
}

.text-inside-grid {
  width: 90%;
  color: #b8b5b0;
  padding-top: 0;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  font-weight: 300;
}

._3-col-grid {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  align-items: stretch;
  display: grid;
}

.image {
  padding-bottom: 0;
}

.paragraph {
  width: 95%;
  color: #ccc;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 49px;
  font-family: Montserrat, sans-serif;
  font-weight: 300;
  line-height: 1.7em;
}

.slider-bilder.section-spacing {
  padding-top: 90px;
  padding-bottom: 120px;
}

.slider-images-3-col {
  height: 70vh;
  background-color: rgba(0, 0, 0, 0);
}

.slider-images-3-col.referencie {
  height: auto;
  padding-bottom: 40px;
}

.card-item {
  width: 34vw;
  height: 100%;
  padding-right: 10px;
}

.jedlo.section-spacing, .banner.section-spacing {
  padding-top: 120px;
  padding-bottom: 120px;
}

.image-banner {
  height: 80vh;
  background-image: url('../images/Freunde.jpg');
  background-position: 50%;
  background-size: auto;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.grid-item {
  width: 60%;
}

.text_small {
  color: #b8b5b0;
  font-size: 15px;
  line-height: 25px;
}

.text_large {
  color: #f3f0ea;
  font-size: 20px;
  line-height: 25px;
}

.secondary_button {
  color: #f3f0ea;
  text-align: center;
  letter-spacing: 8px;
  text-transform: uppercase;
  background-color: #ceaa72;
  border: 1px solid #ceaa72;
  padding: 14px 28px;
  font-size: 16px;
  line-height: 32px;
  transition: background-color .3s;
}

.secondary_button:hover {
  color: #f3f0ea;
  background-color: #bc9455;
  border-style: solid;
  border-color: #bc9455;
}

.white {
  background-color: #f3f0ea;
}

.style_head {
  color: #f3f0ea;
  padding: 40px;
  font-size: 20px;
}

.style_head.container {
  background-color: #f3f0ea;
  margin-top: 80px;
}

.text-block {
  color: #060606;
}

.silver {
  background-color: #b8b5b0;
}

.container {
  width: 100%;
  max-width: 1800px;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  display: block;
}

.gold {
  background-color: #ceaa72;
}

.style_content {
  grid-column-gap: 0px;
  grid-row-gap: 24px;
  border: 1px solid #f3f0ea;
  border-top-style: none;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  padding: 40px;
  display: grid;
}

.style_content.style_content_buttons {
  grid-column-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.text-large {
  max-width: 650px;
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  font-weight: 300;
  line-height: 1.6em;
}

.heading-2 {
  padding-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 1.7em;
}

.heading-2.spacing {
  padding-bottom: 35px;
}

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

.style-h1 {
  font-family: Tan pearl, sans-serif;
  font-size: 42px;
  line-height: 1.5em;
}

.footer {
  padding-top: 60px;
}

._2-col-grid-footer {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr;
  grid-auto-flow: column;
}

.left-col-grid {
  justify-content: center;
  align-items: flex-start;
  padding: 90px 8vw;
  display: flex;
}

._2-col-grid-item {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  display: flex;
}

.text-medium {
  color: #f3f0ea;
  padding-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 21px;
  font-weight: 500;
  text-decoration: none;
}

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

.text-small {
  color: #b9b9b9;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
}

.text-small.link {
  color: #ceaa72;
}

.into-item-inhalt {
  padding-bottom: 2vw;
}

.into-item-inhalt.without-padding {
  padding-bottom: 0;
}

.list {
  padding-left: 0;
}

.link-block {
  justify-content: flex-start;
  align-items: center;
  list-style-type: none;
  display: flex;
}

.number {
  width: 40px;
  height: 55px;
  justify-content: center;
  align-items: center;
  margin-right: 1vw;
  display: flex;
}

.text-lnk, .text-lnk.w--current {
  color: #f3f0ea;
  font-size: 22px;
  text-decoration: none;
}

.number-link {
  color: #b8b5b0;
  font-family: Tan pearl, sans-serif;
  font-size: 18px;
  text-decoration: none;
}

.number-link.w--current {
  color: #f3f0ea;
  margin-left: auto;
  margin-right: auto;
  font-family: Tan pearl, sans-serif;
  font-size: 18px;
  text-decoration: none;
  display: block;
}

.right-col-grid {
  background-color: #060606;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 90px;
  padding-bottom: 90px;
  display: flex;
}

.grid-footer-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 60px;
  flex: 1;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-flow: column;
  align-content: space-between;
  justify-items: center;
}

.logo {
  max-height: 100px;
  object-fit: contain;
  margin-bottom: 50px;
  overflow: visible;
}

.social-list {
  margin-bottom: 0;
  padding-bottom: 1vw;
  padding-left: 0;
}

.social-list-item {
  justify-content: center;
  align-items: center;
  list-style-type: none;
  display: flex;
}

.social-icon-item.margin {
  margin-right: 2vw;
}

.facebook {
  margin-right: 16px;
}

.link {
  color: #f3f0ea;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  text-decoration: none;
}

.instagram-icon {
  margin-right: 16px;
}

.privacy-polices {
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.impressum-und-datenschutz {
  display: flex;
}

.created {
  color: #b8b5b0;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  text-decoration: none;
}

.impressum {
  color: #b8b5b0;
  margin-right: 1vw;
  font-size: 15px;
}

.slide-img-2 {
  background-image: url('../images/ih414.jpeg');
  background-position: 0 0;
  background-size: cover;
}

.slide-img-3 {
  background-image: url('../images/ih419.jpeg');
  background-position: 0 0;
  background-size: cover;
}

.navigation-only-logo {
  z-index: 99;
  text-align: center;
  background-color: #060606;
  position: static;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.logo-wrapper {
  padding-top: 2vw;
}

.pin-icon, .image-2 {
  padding-bottom: 1vw;
}

.image-3 {
  max-width: 90%;
}

.heading-4 {
  color: #f3f0ea;
  font-family: Tan pearl, sans-serif;
}

.slide-nav-2 {
  font-size: 14px;
}

.headline-2 {
  font-weight: 400;
  line-height: 1.7em;
}

.headline-3 {
  color: #ceaa72;
  font-family: Tan pearl, sans-serif;
}

.wrapper {
  width: 100%;
  max-width: 1600px;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
}

.wrapper.gutter {
  padding-left: 20px;
  padding-right: 20px;
}

.wrapper.gutter.wrapper-medium {
  max-width: 1400px;
}

.wrapper.gutter._50 {
  width: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.wrapper.navbar-hero.gutter {
  grid-column-gap: 20px;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.wrapper.navbar-hero.gutter.sp {
  position: relative;
}

.wrapper.recenzie {
  display: flex;
}

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

.speisekarte.section-spacing, .onas.section-spacing, .key-facts.section-spacing {
  padding-top: 120px;
  padding-bottom: 120px;
}

.slide-nav-3 {
  padding-top: 20px;
  font-size: 14px;
  top: auto;
  bottom: -7%;
  left: 0%;
  right: 0%;
}

.heading-6 {
  line-height: 1.7em;
}

.navigation {
  background-color: rgba(0, 0, 0, 0);
}

.navigation-link {
  color: #f3f0ea;
  letter-spacing: .2em;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
}

.navigation-link.w--current {
  color: #f3f0ea;
}

.price-text {
  color: #f3f0ea;
  text-align: right;
  font-size: 19px;
}

.heading-1 {
  font-family: Tan pearl, sans-serif;
  font-size: 48px;
  font-weight: 400;
}

.rezessionen.section-spacing {
  text-align: left;
  margin-right: auto;
  padding-top: 90px;
  padding-bottom: 90px;
  display: block;
  overflow: hidden;
}

.rezessionen.section-spacing.mobile {
  display: block;
}

.loop {
  width: 20%;
  display: flex;
}

.kundenmeinung {
  width: 100%;
  flex: 0 auto;
  justify-content: space-between;
  display: flex;
}

.card-kunden {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: .25fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
}

.card-image {
  width: 50px;
  height: 50px;
  background-color: #979366;
  border-radius: 10em;
  justify-content: center;
  align-items: center;
  margin-right: 1vw;
  display: flex;
}

.card-image.green {
  background-color: #4d7a69;
}

.card-image.blue {
  width: 50px;
  height: 50px;
  background-color: #7aafc5;
}

.card-image.yellow {
  background-color: #d6af4d;
}

.card-image.orange {
  background-color: #eb9c52;
}

.card-image.pink {
  background-color: #ff76bf;
}

.vorname-und-nachname {
  color: #f3f0ea;
  font-family: Montserrat, sans-serif;
}

.kundenmeinung-text {
  color: #b8b5b0;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  font-weight: 300;
  line-height: 30px;
}

.initialien {
  text-align: center;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  font-family: Montserrat, sans-serif;
  font-size: 34px;
  display: flex;
}

.image-und-name {
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 1vw;
  display: flex;
}

.slide-ref {
  width: 33%;
  padding-left: 40px;
  padding-right: 40px;
}

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

.checkbox-label {
  font-weight: 400;
}

.checkbox-field {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.checkbox {
  width: 20px;
  height: 20px;
  margin-top: 0;
  margin-left: 0;
  margin-right: 8px;
}

.datenschutz {
  color: #ceaa72;
}

.utility-page-wrap {
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  background-color: #060606;
  justify-content: center;
  align-items: center;
  display: flex;
}

.utility-page-content {
  width: 600px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.headline-404 {
  width: 600px;
  color: #f3f0ea;
  padding-bottom: 3vw;
  font-size: 40px;
}

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

.navbar-404 {
  background-color: rgba(0, 0, 0, 0);
  position: absolute;
  top: 10%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.body-2 {
  color: #f3f0ea;
  background-color: #060606;
  font-family: Mulish;
  font-size: 15px;
}

.wrapper-half {
  width: 100%;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
}

.wrapper-half.gutter {
  max-width: 1400px;
  padding-left: 20px;
  padding-right: 20px;
}

.wrapper-half.gutter.haftungausschluss {
  padding-top: 5vw;
}

.text-block-impressum {
  color: #f3f0ea;
  font-size: 30px;
  font-weight: 600;
  line-height: 35px;
}

.heading-9 {
  color: #f3f0ea;
  padding-bottom: 2vw;
}

.space {
  margin-bottom: 0;
  padding-top: 30px;
  padding-bottom: 30px;
}

.link-3 {
  color: #ceaa72;
}

.impressum-text {
  width: 100%;
}

.impressum-section.section-spacing, .datenschutz-section.section-spacing {
  padding-top: 120px;
  padding-bottom: 120px;
}

.text-block-6 {
  color: #f87171;
}

.heading-3-style {
  color: #34d399;
  font-size: 24px;
}

.container-w3 {
  max-width: 1080px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.html-embed {
  width: 840px;
  height: 100px;
  text-align: center;
}

.heading-2-copy {
  padding-bottom: 20px;
}

.heading-2-copy.spacing {
  padding-bottom: 35px;
}

.heading-2-copy.spacing.text-center {
  text-align: center;
}

.opentable.gutter {
  padding-bottom: 6em;
}

.mobile-code {
  display: none;
}

.image-9 {
  width: 130px;
}

.bold-text {
  line-height: 1.6em;
}

.bold-text-2 {
  line-height: 1.7em;
}

.tel_big {
  font-size: 26px;
  text-decoration: none;
  display: block;
}

.link-5 {
  text-decoration: none;
}

.logo-kai {
  display: block;
}

.checkbox-label-2 {
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  position: static;
}

.field-label {
  font-family: Montserrat, sans-serif;
  font-weight: 300;
}

.link-6 {
  text-decoration: none;
}

.submit-button {
  color: #000;
  background-color: #ceaa72;
  font-family: Montserrat, sans-serif;
}

.text-field-2 {
  height: 50px;
  color: #b8b5b0;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #ceaa72;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Montserrat, sans-serif;
}

.checkbox-field-2 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.checkbox-2 {
  margin-top: 5px;
}

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

.section-2.reservation {
  padding-top: 90px;
  padding-bottom: 90px;
}

.nav-link-2 {
  color: #ceaa72;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  font-weight: 300;
}

.nav-link-2:hover, .nav-link-2.w--current {
  color: #fff;
}

.h1 {
  margin-bottom: 60px;
  font-size: 48px;
  line-height: 1.6em;
}

.rozvoz_btns {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  display: flex;
}

.success-message-2 {
  background-color: #ceaa72;
}

.text-block-7 {
  color: #000;
  font-family: Montserrat, sans-serif;
  font-weight: 300;
}

.error-message-2 {
  background-color: #b95b5b;
}

.text-block-8 {
  font-family: Montserrat, sans-serif;
  font-weight: 300;
}

.tel {
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
}

.link-7, .link-8 {
  text-decoration: none;
}

.div-block {
  width: auto;
  max-width: 1200px;
  text-align: center;
  border: 3px solid #ceaa72;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 40px 100px;
  display: flex;
}

.line-block {
  width: 50px;
  -webkit-text-stroke-color: #ceaa72;
  border: 2px solid #81663b;
  margin-right: 10px;
  padding-right: 0;
}

.title-block {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.gs-three-title {
  max-width: none;
  color: #4a494b;
  text-align: center;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Tan pearl, sans-serif;
  font-size: 35px;
  font-weight: 400;
  line-height: 1.6em;
  display: flex;
  position: relative;
}

.explore-btn {
  color: #f7f7f7;
  cursor: pointer;
  background-color: #0074a2;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 18px;
  font-size: 16px;
  transition: opacity .6s;
}

.explore-btn:hover {
  background-color: #f08c3c;
  margin-top: 20px;
}

.gs-small-title {
  color: #81663b;
  -webkit-text-stroke-color: transparent;
  margin-top: 10px;
  font-family: Tan pearl, sans-serif;
  font-weight: 500;
  line-height: 1.6em;
}

.gs-content {
  width: 100%;
  height: 100%;
  color: #c07b7b;
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: 40px;
  padding-right: 40px;
  transition: all .5s;
  display: flex;
  position: relative;
  top: 0;
  overflow: hidden;
}

.gs-content:hover {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  perspective: none;
  perspective-origin: 50%;
  background-color: #f7f7f7;
  border-radius: 0;
  overflow: hidden;
  transform: none;
}

.gs-three {
  width: 100%;
  height: 100%;
  max-height: none;
  max-width: 295px;
  padding-top: 0%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.gs-three:hover {
  background-color: #f7f7f7;
}

.gs-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform-style: preserve-3d;
  transition: all .5s;
  position: absolute;
  top: 0;
}

.gs-img:hover {
  transform: scale3d(1.1, 1.1, 1.1);
}

.gs-small-desc {
  color: #112631;
  margin-top: 30px;
  font-size: 16px;
}

.gs-nine {
  background-color: #fdf2e9;
  position: relative;
  overflow: visible;
}

.gs-two {
  width: 100%;
  height: 100%;
  padding-top: 47%;
  position: relative;
  overflow: hidden;
}

.gs-three-content {
  width: 100%;
  height: 100%;
  max-width: none;
  background-color: #fef7ea;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 0 10px;
  transition: all .5s;
  display: flex;
  position: relative;
}

.gs-three-content:hover {
  background-color: #fef7ea;
  border-radius: 0;
  overflow: hidden;
}

.gs-eleven {
  position: relative;
  overflow: hidden;
}

.gs-eleven.gs-gallery {
  padding-top: 47%;
}

.gs-one {
  width: 100%;
  height: 100%;
  max-height: 100%;
  max-width: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  perspective: none;
  background-color: #f7f7f7;
  padding-top: 0;
  position: relative;
  overflow: hidden;
}

.gs-one:hover {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  perspective-origin: 50%;
  transform-origin: 50%;
  background-color: #fef7ea;
  position: relative;
}

.gs-six {
  padding-top: 100%;
  position: relative;
  overflow: hidden;
}

.gs-nine-content {
  width: 100%;
  height: 100%;
  background-color: #fdf2e9;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: all .5s;
  display: flex;
  position: relative;
}

.gs-nine-content:hover {
  background-color: #fdf2e9;
  border-radius: 0;
  overflow: hidden;
}

.gs-nine-content.content-block {
  padding-left: 10px;
  padding-right: 10px;
}

.grid {
  width: 100%;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template: "Area . Area-2" minmax(295px, 295px)
                 ". . Area-2"
                 ". . ."
                 / 295px minmax(295px, 295px) minmax(295px, 295px) minmax(295px, 295px);
  grid-auto-rows: minmax(auto, 295px);
  grid-auto-flow: row;
  margin-left: auto;
  margin-right: auto;
}

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

.gallery-block {
  cursor: pointer;
}

.gs-five, .gs-eight {
  padding-top: 100%;
  position: relative;
  overflow: hidden;
}

.gs-ten {
  position: relative;
  overflow: hidden;
}

.gs-ten.gs-gallery {
  padding-top: 47%;
}

.gs-four {
  padding-top: 100%;
  position: relative;
  overflow: hidden;
}

.gs-title {
  line-height: 1.6em;
}

.gs-seven-content {
  width: 100%;
  height: 100%;
  background-color: #e2eff4;
  justify-content: center;
  align-items: center;
  transition: all .5s;
  display: flex;
}

.gs-seven-content:hover {
  background-color: #e2eff4;
  border-radius: 0;
  position: relative;
  overflow: hidden;
}

.gs-seven-content.content-block {
  background-color: #dad4b5;
  padding-left: 10px;
  padding-right: 10px;
}

.gs-desc {
  color: #112631;
  text-transform: none;
  padding-top: 22px;
  font-family: Tan pearl, sans-serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6em;
  text-decoration: none;
}

.gs-seven {
  padding-top: 0%;
  position: relative;
  overflow: visible;
}

.grid-2 {
  display: none;
}

@media screen and (min-width: 1280px) {
  .explore-btn, .explore-btn:hover {
    margin-top: 20px;
  }

  .gs-small-title {
    line-height: 50px;
  }

  .gs-three.gs-gallery {
    max-width: none;
  }

  .gs-small-desc {
    margin-top: 10px;
  }

  .grid.gallery-grid {
    grid-template-columns: 360px 360px 360px 360px;
  }

  .gs-desc {
    line-height: 59px;
  }
}

@media screen and (min-width: 1920px) {
  body {
    color: #b8b5b0;
    background-color: #060606;
    font-family: Mulish;
    font-size: 18px;
    line-height: 30px;
  }

  h1 {
    color: #f3f0ea;
    font-family: Tan pearl, sans-serif;
    font-size: 44px;
  }

  h2 {
    color: #f3f0ea;
    font-family: Tan pearl, sans-serif;
    font-size: 36px;
    font-weight: 400;
    line-height: 1.5em;
  }

  h3 {
    color: #f3f0ea;
    font-family: Tan pearl, sans-serif;
    font-size: 26px;
    font-weight: 400;
  }

  h4 {
    color: #f3f0ea;
    font-family: Tan pearl, sans-serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 1.2em;
  }

  .body {
    color: #f3f0ea;
    background-color: #060606;
    font-family: Mulish;
  }

  .section {
    padding-top: 0;
    padding-bottom: 0;
  }

  .section.no-top-padding.grey {
    background-color: #060606;
    padding-top: 5vw;
    padding-bottom: 3vw;
    position: static;
  }

  .grid-wrapper {
    width: auto;
    align-items: center;
    justify-items: stretch;
    position: static;
  }

  .home-hero {
    width: 100%;
    max-width: 100%;
    min-height: 100vh;
  }

  .overlay {
    -webkit-text-fill-color: inherit;
    background-image: linear-gradient(rgba(0, 0, 0, .2), #060606), url('../images/Hero-Section_1.jpg');
    background-position: 0 0, 0 0;
    background-clip: border-box;
  }

  .centered-line {
    width: 80px;
  }

  .line-fill {
    background-color: #ceaa72;
  }

  .slider {
    width: 100%;
  }

  .navbar {
    height: 100px;
    opacity: 1;
    display: flex;
    position: absolute;
    top: 3%;
  }

  .navigation-wrapper {
    width: 100%;
    height: 150px;
    grid-template-columns: minmax(5vw, 1fr) minmax(auto, 1800px) minmax(5vw, 1fr);
  }

  .nav-right {
    justify-content: center;
    display: flex;
  }

  .nav-link {
    color: #f3f0ea;
    text-transform: uppercase;
    font-family: Mulish;
    font-size: 16px;
  }

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

  .navigation-content {
    width: 96%;
    border-bottom-style: none;
  }

  .xxl-heading {
    max-width: 1200px;
    font-size: 58px;
    font-weight: 400;
    line-height: 1.6em;
  }

  .body-display {
    color: #b8b5b0;
    font-size: 18px;
  }

  .body-display.body-spacing {
    padding-top: 10px;
  }

  .medium-stacked-intro {
    max-width: 500px;
  }

  .subtitle {
    color: #ceaa72;
    font-family: Mulish;
    font-size: 12px;
  }

  .stacked-heading {
    grid-row-gap: 30px;
    grid-template-rows: auto auto auto;
  }

  .list-item {
    grid-template-rows: auto auto;
  }

  .service-link-top {
    background-color: #060606;
  }

  .verticle-line {
    color: #f3f0ea;
    background-color: rgba(243, 240, 234, .3);
  }

  .hero-intro {
    width: 100%;
    max-width: none;
    grid-row-gap: 16px;
    justify-items: stretch;
  }

  .hero-intro._70 {
    width: 70%;
  }

  .nav-cover {
    box-shadow: none;
    background-color: rgba(0, 0, 0, 0);
  }

  .service-card-hover {
    background-color: #ceaa72;
  }

  .inner-hero-content {
    align-items: stretch;
    justify-items: stretch;
  }

  .hero-top {
    justify-content: center;
    padding-top: 34px;
    display: flex;
  }

  .about-hero-bottom {
    min-height: 100px;
  }

  .contact-info-wrapper {
    background-color: #060606;
  }

  .text-field {
    min-height: 60px;
    background-color: #1e1e1e;
    font-family: Mulish;
  }

  .text-field:hover, .text-field:active, .text-field:focus {
    color: #f3f0ea;
  }

  .text-field:focus-visible {
    color: #f3f0ea;
  }

  .text-field[data-wf-focus-visible] {
    color: #f3f0ea;
  }

  .text-field::-ms-input-placeholder {
    color: gray;
  }

  .text-field::placeholder {
    color: gray;
  }

  .text-field.large:hover, .text-field.large:active, .text-field.large:focus {
    color: #f3f0ea;
  }

  .text-field.large:focus-visible {
    color: #f3f0ea;
  }

  .text-field.large[data-wf-focus-visible] {
    color: #f3f0ea;
  }

  .text-field.large::-ms-input-placeholder {
    color: gray;
  }

  .text-field.large::placeholder {
    color: gray;
  }

  .preloader {
    background-color: #060606;
    display: none;
  }

  .preloader-content {
    max-width: 200px;
    grid-row-gap: 0px;
    justify-items: center;
  }

  .indicator-fill {
    background-color: #ceaa72;
  }

  .slide-hero-background.slider-001 {
    background-image: linear-gradient(rgba(0, 0, 0, .4), #060606 90%), url('../images/Hero-Section.jpg');
    background-position: 0 0, 0 0;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .slide-hero-background.slider-002 {
    background-image: linear-gradient(rgba(0, 0, 0, .4), #060606 90%), url('../images/ih415.jpeg');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .slide-hero-background.slider-003 {
    background-image: linear-gradient(rgba(0, 0, 0, .4), #060606 90%), url('../images/Yuma-Restaurant.jpg');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .hover-line-fill {
    background-color: #ceaa72;
  }

  .button-text {
    font-size: 16px;
    text-decoration: none;
  }

  .text.section-spacing {
    padding-top: 80px;
    padding-bottom: 60px;
  }

  .text_und_button.section_spacing.container {
    color: #b8b5b0;
  }

  .container_center {
    width: 60%;
  }

  .container_center.container-spacing {
    width: 65%;
  }

  .primary_button {
    letter-spacing: 6px;
    font-family: Montserrat, sans-serif;
    font-size: 20px;
    text-decoration: none;
  }

  .primary_button.fill {
    width: 100%;
    color: #f3f0ea;
    background-color: #ceaa72;
  }

  .primary_button.displaynone {
    background-color: #000;
  }

  .primary_button.non-display-desktop {
    display: none;
  }

  ._2-col-grid.banner-grid {
    background-image: linear-gradient(100deg, #000 10%, rgba(6, 6, 6, 0));
  }

  .paragraph-space {
    color: #b8b5b0;
    font-size: 20px;
    line-height: 1.8em;
  }

  .text-inside-grid {
    width: 80%;
    color: #b8b5b0;
    font-size: 20px;
    line-height: 1.8em;
  }

  .paragraph {
    width: 90%;
    color: #b8b5b0;
    padding-top: 30px;
    font-size: 20px;
    line-height: 1.8em;
  }

  .image-banner {
    height: 70vh;
    background-image: url('../images/Freunde.jpg');
    background-position: 50%;
    background-size: auto;
  }

  .text_large {
    max-width: 550px;
    color: #f3f0ea;
  }

  .style_content {
    grid-row-gap: 24px;
  }

  .section-spacing {
    color: #f3f0ea;
    padding-top: 120px;
    padding-bottom: 120px;
    font-family: Mulish;
    font-weight: 400;
  }

  .text-large {
    max-width: 700px;
    font-family: Montserrat, sans-serif;
    font-weight: 300;
    line-height: 38px;
  }

  .heading-2 {
    width: 100%;
    font-size: 40px;
  }

  .style-h1 {
    font-size: 45px;
    line-height: 1.6em;
  }

  .footer {
    justify-content: center;
    align-items: center;
    padding-top: 60px;
    display: block;
  }

  ._2-col-grid-footer {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    color: #f3f0ea;
    grid-template-rows: auto;
    grid-template-columns: 2fr 1fr;
    grid-auto-flow: row;
    align-content: space-between;
    justify-content: space-between;
    align-items: stretch;
    justify-items: stretch;
    font-family: Mulish;
  }

  .left-col-grid {
    height: auto;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    padding: 90px 6vw 90px 8vw;
    display: flex;
  }

  ._2-col-grid-item {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: .75fr 1fr;
    grid-auto-columns: 1fr;
    align-content: stretch;
    justify-content: stretch;
    align-items: start;
    justify-items: stretch;
    display: grid;
  }

  .text-medium {
    padding-bottom: 16px;
    font-size: 24px;
    text-decoration: none;
  }

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

  .text-small {
    font-size: 20px;
  }

  .into-item-inhalt {
    padding-bottom: 2vw;
  }

  .into-item-inhalt.without-padding {
    padding-bottom: 0;
  }

  .list {
    padding-left: 0;
    list-style-type: none;
  }

  .link-block {
    grid-column-gap: 0px;
    color: #f3f0ea;
    justify-content: flex-start;
    align-items: center;
    list-style-type: none;
    display: flex;
  }

  .number {
    width: 40px;
    height: 70px;
    justify-content: center;
    align-items: center;
    margin-right: 1vw;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .text-lnk {
    color: #f3f0ea;
    font-family: Mulish;
    font-size: 26px;
    text-decoration: none;
  }

  .number-link {
    color: #b8b5b0;
    font-family: Tan pearl, sans-serif;
    font-size: 20px;
    text-decoration: none;
  }

  .right-col-grid {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 90px;
    display: flex;
  }

  .grid-footer-wrap {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    align-content: space-between;
    justify-content: stretch;
    align-items: stretch;
    justify-items: center;
  }

  .logo {
    max-width: 100%;
  }

  .social-list {
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
    padding-bottom: 1vw;
    padding-left: 0;
    display: flex;
  }

  .social-list-item {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .social-icon-item.margin {
    margin-right: 2vw;
  }

  .facebook {
    margin-right: 16px;
  }

  .link {
    font-size: 20px;
    text-decoration: none;
  }

  .instagram-icon {
    margin-right: 16px;
  }

  .privacy-polices {
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
    padding-left: 0;
    display: flex;
  }

  .created {
    font-size: 16px;
  }

  .impressum {
    color: #b8b5b0;
    margin-right: 1vw;
    font-family: Mulish;
    font-size: 17px;
  }

  .text-block-3 {
    font-family: Mulish;
  }

  .navigation-only-logo {
    z-index: 99;
    text-align: center;
    background-color: #060606;
    display: block;
    position: static;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .logo-wrapper {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 2vw;
    display: block;
  }

  .standort {
    padding-top: 2vw;
  }

  .pin-icon {
    padding-bottom: 1vw;
  }

  .text-block-4 {
    color: #f3f0ea;
  }

  .ffnungszeiten {
    padding-top: 2vw;
  }

  .text-block-5 {
    color: #f3f0ea;
  }

  .image-2 {
    padding-bottom: 1vw;
  }

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

  .heading-4 {
    text-align: left;
  }

  .slide-nav-2 {
    padding-bottom: 40px;
  }

  .headline-2 {
    font-size: 40px;
  }

  .wrapper {
    width: 100%;
    max-width: 1800px;
    justify-content: space-between;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .wrapper.gutter {
    display: block;
  }

  .wrapper.gutter.wrapper-medium {
    max-width: 1600px;
  }

  .wrapper.gutter.galeria {
    justify-content: flex-end;
    display: block;
  }

  .wrapper.navbar-hero {
    padding-left: 20px;
    padding-right: 20px;
    position: static;
    top: 140%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .wrapper.navbar-hero.gutter {
    z-index: 99;
    margin-top: 50px;
    position: absolute;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .wrapper.navbar-hero.gutter.sp {
    position: relative;
  }

  .slide-nav-3 {
    padding-top: 20px;
    font-size: 14px;
  }

  .heading-6 {
    font-size: 40px;
  }

  .navigation {
    background-color: rgba(0, 0, 0, 0);
  }

  .navigation-link {
    color: #f3f0ea;
    letter-spacing: .3em;
    text-transform: uppercase;
    font-size: 16px;
  }

  .navigation-link.w--current {
    color: #f3f0ea;
  }

  .navigation-menu {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .price-text {
    text-align: right;
    font-family: Mulish;
    font-size: 20px;
  }

  .rezessionen.section-spacing.mobile {
    display: block;
  }

  .kundenmeinung-text {
    font-size: 20px;
    line-height: 1.7em;
  }

  .checkbox-label {
    font-weight: 400;
  }

  .checkbox-field {
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 0;
    padding-left: 0;
    display: flex;
  }

  .checkbox {
    width: 20px;
    height: 20px;
    margin-top: 0;
    margin-left: 0;
    margin-right: 8px;
  }

  .datenschutz {
    color: #ceaa72;
  }

  .headline-404 {
    width: 700px;
    color: #f3f0ea;
    font-size: 50px;
  }

  .wrapper-half {
    width: 100%;
    max-width: 1800px;
    justify-content: space-between;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .wrapper-half.gutter {
    display: block;
  }

  .space.text {
    padding-top: 0;
  }

  .container-w3 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .html-embed {
    width: 840px;
    height: 100px;
    margin-bottom: 0;
  }

  .heading-2-copy {
    width: 100%;
  }

  .opentable.gutter {
    padding-bottom: 6em;
  }

  .image-9 {
    width: 160px;
  }

  .gs-three.gs-gallery {
    max-width: none;
  }

  .gs-three-content.content-block {
    padding: 90px 50px;
  }

  .gallery-block {
    text-align: left;
    margin-left: auto;
    margin-right: auto;
  }

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

@media screen and (max-width: 991px) {
  h1 {
    font-size: 38px;
  }

  .section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

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

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

  .slider-arrow {
    width: 160px;
    height: 160px;
  }

  .nav-link {
    min-height: 60px;
    background-color: #fff;
    border: 1px rgba(136, 158, 168, .2);
    border-top-style: solid;
  }

  .navigation-content {
    padding-left: 12px;
    padding-right: 12px;
  }

  .nav-menu {
    width: 100%;
    height: auto;
    max-width: 100%;
    background-color: rgba(0, 0, 0, 0);
    margin-left: 0;
    margin-right: 0;
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .service-link {
    background-color: #fff;
  }

  .xxl-heading {
    font-size: 38px;
  }

  .body-display, .body-display.body-spacing {
    font-size: 16px;
  }

  .medium-stacked-intro {
    max-width: 700px;
  }

  .stacked-heading {
    grid-template-areas: "."
                         "."
                         "Area";
  }

  .half-wrapper {
    grid-row-gap: 40px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .list-item {
    min-height: 130px;
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .featured-work-slider {
    padding-top: 180px;
    padding-bottom: 280px;
  }

  .projects-arrow {
    width: 60px;
    height: 60px;
    min-height: auto;
    margin-left: auto;
    margin-right: auto;
    top: auto;
    bottom: 136px;
    left: 80px;
    right: 0;
  }

  .projects-arrow.left {
    left: 0;
    right: 80px;
  }

  .hover-slider-arrow {
    width: 100%;
    height: 100%;
  }

  .card {
    width: 50vw;
    height: 70%;
    flex: none;
  }

  .verticle-line {
    width: 100%;
  }

  .action-banner {
    min-height: 600px;
  }

  .instagram-footer {
    padding-top: 80px;
  }

  .hero-intro {
    width: 100%;
  }

  .hero-intro._70 {
    width: 80%;
  }

  .showreel-info {
    padding-right: 160px;
  }

  .service-card-hover {
    display: none;
  }

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

  .instagram-grid {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .instagram {
    height: 20vw;
  }

  .inner-hero-content {
    padding-top: 36px;
  }

  .number-item {
    grid-row-gap: 100px;
  }

  .sticky-intro {
    position: relative;
    top: 0;
  }

  .dropdown-link {
    min-height: 60px;
    border-top: 1px solid rgba(136, 158, 168, .2);
    border-bottom-style: none;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .slide-content {
    padding-bottom: 0;
  }

  .contact-info-wrapper {
    grid-row-gap: 60px;
    padding-bottom: 60px;
  }

  .quick-link-wrapper {
    grid-row-gap: 0px;
    grid-template-columns: 1fr 1fr;
  }

  .contact-form-wrapper {
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
    padding-left: 36px;
  }

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

  .project-gallery-image {
    min-height: 275px;
  }

  .team-portrait {
    min-height: 375px;
  }

  .preloader {
    background-color: #060606;
    display: none;
  }

  .preloader-content {
    grid-row-gap: 0px;
  }

  .indicator-fill {
    background-color: #ceaa72;
  }

  .hover-circle-wrapper {
    display: none;
  }

  .social-box {
    min-height: 120px;
  }

  .menu-items {
    flex-direction: column;
    box-shadow: 0 18px 36px -8px rgba(41, 43, 78, .07);
  }

  .text.section-spacing {
    margin-top: 0;
  }

  .text_und_button.section_spacing.container.large-space {
    padding-bottom: 6vw;
  }

  .container_center {
    width: 84%;
  }

  .container_center.container-spacing {
    width: 100%;
  }

  .container_center.container-spacing.small {
    width: 70%;
  }

  .primary_button.displaynone, .primary_button.non-display-desktop {
    display: block;
  }

  .primary_button.onesize {
    display: inline-block;
  }

  .slider-images {
    height: 50vh;
  }

  ._2-col-grid {
    grid-row-gap: 60px;
    grid-template-columns: 1fr;
  }

  ._2-col-grid.banner-grid {
    background-image: linear-gradient(100deg, #000, rgba(6, 6, 6, .7));
  }

  .heading-und-button {
    text-align: center;
  }

  .paragraph-space {
    text-align: center;
    padding-bottom: 40px;
    font-size: 16px;
  }

  .paragraph-space.dark {
    text-align: left;
    align-self: flex-start;
    font-size: 17px;
  }

  .item {
    border-left-style: none;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .item.without-divider {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .text-inside-grid {
    width: 70%;
    font-size: 16px;
  }

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

  .slider-bilder.section-spacing {
    padding-top: 80px;
    padding-bottom: 60px;
  }

  .slider-images-3-col {
    height: 52vh;
  }

  .slider-images-3-col.referencie {
    height: 40vh;
  }

  .card-item {
    width: 50vw;
    height: 65%;
  }

  .jedlo.section-spacing {
    padding-top: 60px;
  }

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

  .image-banner {
    background-position: 34%;
    background-size: auto;
  }

  .grid-item {
    width: 85%;
  }

  .text-large {
    max-width: 500px;
    font-size: 20px;
    line-height: 1.6em;
  }

  .heading-2 {
    text-align: center;
    font-size: 28px;
    font-weight: 400;
  }

  .style-h1 {
    font-size: 36px;
  }

  ._2-col-grid-footer {
    grid-template-columns: 2fr;
    grid-auto-flow: row;
  }

  .left-col-grid {
    padding-left: 40px;
    padding-right: 20px;
  }

  ._2-col-grid-item {
    max-width: 100%;
    grid-template-columns: 1fr 1fr;
    padding-right: 30px;
  }

  .right-col-grid {
    flex-direction: column;
    align-items: flex-start;
    padding-left: 40px;
    padding-right: 40px;
  }

  .grid-footer-wrap {
    width: 90%;
    flex: 1;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    align-content: stretch;
    justify-content: start;
    align-items: center;
    justify-items: start;
    margin-bottom: 60px;
    display: flex;
  }

  .logo {
    z-index: 10;
  }

  .tag {
    padding-left: 0;
  }

  .social-list-item {
    grid-row-gap: 23px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding-left: 40px;
  }

  .facebook {
    max-width: 100%;
  }

  .link {
    font-size: 17px;
  }

  .privacy-polices {
    padding-left: 0;
  }

  .pin-icon, .image-2 {
    padding-bottom: 2vw;
  }

  .heading-4 {
    font-size: 20px;
  }

  .slide-nav-2 {
    font-size: 10px;
  }

  .headline-2 {
    text-align: center;
    font-size: 28px;
  }

  .headline-3 {
    font-size: 20px;
  }

  .wrapper.gutter {
    padding-left: 30px;
    padding-right: 30px;
  }

  .wrapper.navbar-hero.gutter {
    position: relative;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .speisekarte.section-spacing, .onas.section-spacing, .key-facts.section-spacing {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .slide-nav-3 {
    padding-top: 10px;
    font-size: 10px;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

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

  .heading-6 {
    font-size: 28px;
  }

  .heading-7 {
    width: 70%;
  }

  .image-5 {
    max-width: 80%;
  }

  .navigation-link {
    text-align: center;
    font-size: 22px;
  }

  .navigation-menu {
    z-index: 1;
    color: #f3f0ea;
    background-color: rgba(6, 6, 6, .98);
    padding-top: 30vw;
    position: fixed;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .heading-1 {
    font-size: 42px;
  }

  .rezessionen.section-spacing {
    padding-top: 30px;
    display: none;
  }

  .rezessionen.section-spacing.mobile {
    padding-bottom: 50px;
    display: block;
  }

  .loop {
    width: 200%;
    justify-content: flex-start;
  }

  .kundenmeinung {
    width: 50%;
    justify-content: space-between;
    align-items: stretch;
  }

  .card-image, .card-image.blue {
    width: 40px;
    height: 40px;
  }

  .vorname-und-nachname, .kundenmeinung-text {
    font-size: 16px;
  }

  .image-und-name {
    padding-bottom: 2vw;
  }

  .slide-ref {
    width: 50%;
    height: 100%;
    max-width: 100%;
    background-color: #0c0c0c;
    margin-right: 0;
    padding: 20px 30px;
  }

  .mask {
    height: 350px;
  }

  .menu-button-2 {
    z-index: 2;
    padding: 0;
  }

  .menu-button-2.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

  .lottie-animation-5 {
    width: 50px;
    height: 50px;
    position: static;
  }

  .headline-404 {
    width: 500px;
    padding-bottom: 5vw;
    font-size: 34px;
  }

  .wrapper-half.gutter {
    padding-left: 30px;
    padding-right: 30px;
  }

  .heading-9 {
    padding-bottom: 4vw;
  }

  .impressum-section.section-spacing, .datenschutz-section.section-spacing {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .html-embed {
    display: none;
  }

  .heading-2-copy {
    font-size: 28px;
    font-weight: 400;
  }

  .opentable.gutter {
    padding-left: 30px;
    padding-right: 30px;
  }

  .mobile-code {
    text-align: center;
    display: block;
  }

  .bold-text {
    font-size: 40px;
  }

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

  .checkbox-label-2 {
    padding-left: 10px;
  }

  .checkbox-field-2 {
    justify-content: center;
    display: flex;
  }

  .checkbox-2 {
    margin-top: 0;
  }

  .section-2.reservation {
    padding-top: 44px;
    padding-bottom: 44px;
  }

  .nav-link-2 {
    text-align: center;
    background-color: #000;
    border-top: 1px rgba(206, 170, 114, .28);
    border-bottom: 1px solid rgba(206, 170, 114, .25);
    border-radius: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
    font-size: 20px;
  }

  .menu-button-3 {
    color: #000;
    background-color: #ceaa72;
    order: 1;
    padding: 12px;
    font-family: Montserrat, sans-serif;
    font-size: 30px;
  }

  .menu-button-3.w--open {
    color: #000;
    background-color: #ceaa72;
  }

  .icon {
    font-size: 36px;
    line-height: 36px;
  }

  .nav-menu-2 {
    min-height: 70vh;
    background-color: rgba(0, 0, 0, 0);
    background-image: linear-gradient(rgba(6, 6, 6, 0), #000 14%, #000 88%, rgba(0, 0, 0, 0));
    padding-top: 60px;
    padding-left: 140px;
    padding-right: 140px;
  }

  .line-block {
    display: none;
  }

  .explore-btn {
    margin-top: 15px;
    margin-bottom: 25px;
  }

  .explore-btn:hover, .gs-small-desc {
    margin-top: 15px;
  }

  .gallery-block {
    position: relative;
    overflow: visible;
  }

  .gs-desc {
    padding-top: 10px;
    font-size: 42px;
  }
}

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

  .body {
    background-color: #000;
  }

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

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

  .home-hero {
    height: auto;
    min-height: 600px;
    align-items: flex-start;
    margin-top: 130px;
    overflow: visible;
  }

  .slider {
    width: 100%;
    height: auto;
  }

  .slider-arrow {
    width: 140px;
    height: 140px;
    padding-left: 80px;
    left: -80px;
  }

  .slider-arrow.right {
    padding-right: 80px;
    right: -80px;
  }

  .nav-right {
    grid-column-gap: 18px;
  }

  .nav-link {
    min-height: 54px;
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .xxl-heading {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 36px;
  }

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

  .list-item {
    grid-template-columns: 1fr;
    padding-top: 36px;
    padding-bottom: 36px;
  }

  .featured-work-slider {
    padding-top: 140px;
    padding-bottom: 260px;
  }

  .slide-nav {
    display: none;
  }

  .testimonial-slide-content {
    padding-left: 24px;
    padding-right: 24px;
  }

  .card {
    width: 70%;
    height: 380px;
    flex: none;
  }

  .action-banner {
    min-height: auto;
  }

  .instagram-footer {
    padding-top: 60px;
  }

  .hero-intro {
    width: 100%;
    grid-row-gap: 40px;
    flex-direction: column;
    margin-top: 0;
    padding-left: 40px;
    padding-right: 40px;
    display: flex;
  }

  .hero-intro._70 {
    width: 100%;
  }

  .showreel-info {
    padding-top: 80px;
    padding-bottom: 80px;
    padding-right: 24px;
  }

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

  .instagram {
    height: 40vw;
  }

  .testimonial-text {
    font-size: 28px;
  }

  .inner-hero-content {
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .number-item {
    grid-row-gap: 60px;
  }

  .hero-top {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding-top: 0;
  }

  .about-hero-bottom {
    min-height: 100px;
  }

  .dropdown-link {
    min-height: 54px;
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .slide-content {
    height: auto;
    align-items: flex-start;
    margin-top: 180px;
    padding-top: 0;
    padding-bottom: 0;
    display: block;
  }

  .quick-link-wrapper {
    grid-template-columns: 1fr;
  }

  .team-image, .project-gallery-image {
    min-height: 200px;
  }

  .core-value {
    grid-row-gap: 48px;
  }

  .team-portrait {
    min-height: 500px;
  }

  .preloader {
    display: none;
  }

  .preloader-content {
    grid-row-gap: 0px;
  }

  .social-box {
    min-height: 100px;
  }

  .button-text {
    font-size: 14px;
  }

  .text_und_button.section_spacing.container.large-space {
    padding-bottom: 7vw;
  }

  .container_center {
    text-align: center;
    flex-direction: column;
    flex: 0 auto;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .container_center.container-spacing.small {
    width: 100%;
  }

  .primary_button {
    flex: 0 auto;
    padding: 8px 12px;
    line-height: 1.5em;
  }

  .primary_button.fill {
    display: block;
  }

  .primary_button.displaynone {
    letter-spacing: 3px;
    font-weight: 400;
    display: block;
  }

  .primary_button.non-display-desktop {
    margin-top: 30px;
    margin-left: 30px;
    margin-right: 30px;
    font-size: 22px;
    display: block;
  }

  .primary_button.onesize {
    max-width: 300px;
    font-size: 16px;
  }

  .slide-img-1 {
    background-position: 50%;
  }

  .item, .item.no-div {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .slider-images-3-col {
    height: 40vh;
  }

  .slider-images-3-col.referencie {
    height: auto;
  }

  .jedlo.section-spacing {
    padding-bottom: 60px;
  }

  .banner.section-spacing {
    padding-top: 0;
    padding-bottom: 0;
  }

  .text-large {
    font-size: 18px;
  }

  .heading-2 {
    padding-bottom: 0;
  }

  .style-h1 {
    font-size: 30px;
  }

  .right-col-grid, .grid-footer-wrap {
    flex-direction: column;
    align-items: flex-start;
  }

  .logo {
    z-index: 100;
    height: 100px;
    object-fit: fill;
    display: block;
  }

  .tag {
    padding-left: 0;
  }

  .social-list {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .social-list-item {
    padding-left: 0;
  }

  .slide-img-2, .slide-img-3 {
    background-position: 50%;
  }

  .pin-icon, .image-2 {
    padding-bottom: 3vw;
  }

  .image-3 {
    max-width: 80%;
  }

  .headline-3 {
    font-size: 24px;
  }

  .wrapper.navbar-hero.gutter {
    align-items: center;
    padding-left: 30px;
    padding-right: 30px;
  }

  .navigation {
    height: auto;
    background-color: #060606;
    display: block;
  }

  .navigation-link {
    text-align: center;
  }

  .navigation-menu {
    text-align: center;
    background-color: #060606;
    padding-top: 40vw;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .heading-1 {
    font-size: 38px;
  }

  .rezessionen.section-spacing.mobile {
    display: block;
  }

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

  .image-und-name {
    justify-content: center;
  }

  .slide-ref {
    width: 100%;
    margin-right: 0;
  }

  .menu-button-2 {
    padding: 0;
  }

  .menu-button-2.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

  .lottie-animation-5 {
    width: 50px;
    height: 50px;
  }

  .headline-404 {
    width: 400px;
    padding-bottom: 6vw;
    font-size: 31px;
  }

  .text-block-impressum {
    font-size: 25px;
  }

  .heading-9 {
    font-size: 24px;
  }

  .container-w3 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .html-embed {
    display: none;
  }

  .mobile-code {
    width: 224px;
    height: 301px;
  }

  .image-9 {
    width: 80px;
  }

  .bold-text-3 {
    line-height: 28px;
  }

  .nav-menu-2 {
    min-height: 100vh;
    padding-left: 80px;
    padding-right: 80px;
  }

  .h1 {
    font-size: 40px;
  }

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

  .line-block {
    width: 30px;
  }

  .gs-three-title {
    max-width: none;
    font-size: 25px;
    line-height: 36px;
  }

  .explore-btn {
    padding: 15px;
  }

  .gs-small-title {
    font-size: 20px;
  }

  .gs-content {
    padding: 25px;
  }

  .gs-small-desc {
    font-size: 15px;
  }

  .grid.gallery-grid {
    grid-template-columns: 234px;
  }

  .gs-desc {
    font-size: 30px;
  }
}

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

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

  .section.no-top-padding.grey {
    padding-bottom: 40px;
  }

  .grid-wrapper {
    width: 100%;
    max-height: 100%;
    grid-template-columns: 1fr;
    justify-items: stretch;
  }

  .grid-wrapper.hero {
    max-height: 600px;
  }

  .home-hero {
    margin-top: 0;
  }

  .overlay {
    background-position: 0 0, 50%;
  }

  .slider {
    width: 100%;
    height: 100%;
    flex: none;
    margin-top: 0;
  }

  .slider.section-spacing {
    height: 100%;
  }

  .slider-arrow {
    width: 100px;
    height: 100px;
    padding-left: 60px;
    top: auto;
    bottom: 290px;
    left: -60px;
  }

  .slider-arrow.right {
    width: 100px;
    height: 100px;
    padding-right: 60px;
    bottom: 280px;
    right: -60px;
    overflow: hidden;
  }

  .xxl-heading {
    max-width: none;
    font-size: 28px;
    line-height: 1.7em;
    overflow: visible;
  }

  .body-display, .body-display.body-spacing {
    font-size: 15px;
    line-height: 1.5em;
  }

  .medium-stacked-intro {
    grid-row-gap: 24px;
  }

  .stacked-heading {
    grid-row-gap: 15px;
  }

  .half-wrapper {
    grid-template-rows: auto;
  }

  .list-item {
    grid-template-columns: 4fr;
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .featured-work-slider {
    padding-bottom: 236px;
  }

  .slide-nav {
    display: none;
  }

  .testimonial-slide-content {
    padding-left: 18px;
    padding-right: 18px;
  }

  .card {
    width: 90%;
    flex: none;
    padding: 16px;
  }

  .hero-intro {
    width: 100%;
    max-width: 100%;
    flex-direction: column;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .hero-intro._70 {
    margin-top: 40px;
  }

  .showreel-info {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .testimonial-text {
    font-size: 26px;
  }

  .inner-hero-content {
    width: 100%;
    flex-direction: row;
    flex: none;
    grid-template-columns: .5fr;
    align-content: stretch;
    align-items: stretch;
    justify-items: stretch;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .hero-top {
    width: 90vw;
    max-width: none;
    justify-content: center;
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
  }

  .about-hero-bottom {
    display: none;
  }

  .slide-content {
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin-top: 220px;
    padding: 0 16px;
  }

  .contact-form-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .form-field-grid {
    grid-row-gap: 15px;
  }

  .service-list-item {
    padding-top: 36px;
    padding-bottom: 36px;
  }

  .team-image {
    min-height: 135px;
  }

  .project-gallery-image {
    min-height: 125px;
  }

  .team-portrait {
    min-height: 375px;
  }

  .preloader {
    display: none;
  }

  .slide-hero-background.slider-002, .slide-hero-background.slider-003, .slide-hero-background.slider-003 {
    background-position: 0 0, 50%;
    background-size: auto, cover;
  }

  .hover-circle-wrapper {
    padding: 40px;
  }

  .journal-list-title {
    grid-template-columns: 3fr;
  }

  .social-box {
    min-height: 100px;
  }

  .text.section-spacing {
    margin-top: 140px;
    padding-top: 60px;
    padding-bottom: 40px;
  }

  .text_und_button.section_spacing.container {
    padding-left: 0;
    padding-right: 0;
  }

  .container_center, .container_center.container-spacing {
    width: 100%;
  }

  .primary_button {
    max-width: 90%;
    font-size: 16px;
    display: block;
  }

  .primary_button:hover {
    background-color: #ceaa72;
    border-color: #ceaa72;
  }

  .primary_button.fill {
    display: block;
  }

  .primary_button.non-visible {
    display: none;
  }

  .primary_button.displaynone {
    flex: none;
    margin-top: 25px;
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .primary_button.displaynone:hover {
    color: #fff;
    background-color: #ceaa72;
  }

  .primary_button.non-display-desktop {
    justify-content: center;
    align-items: center;
    margin-top: 30px;
    margin-left: 30px;
    margin-right: 30px;
    font-size: 20px;
    display: flex;
  }

  .primary_button.onesize {
    letter-spacing: 2px;
    align-self: center;
    font-weight: 400;
  }

  .primary_button.mini {
    padding: 12px 20px;
    font-size: 17px;
    line-height: 30px;
  }

  .primary_button.top {
    display: none;
  }

  .slider-images {
    height: 45vh;
  }

  .slide-img-1 {
    background-position: 50%;
  }

  .left-arrow-2 {
    display: none;
  }

  .right-arrow-2 {
    display: none;
    top: 0%;
    bottom: 0%;
    left: auto;
    right: 0%;
  }

  .heading-und-button {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .paragraph-space {
    font-size: 16px;
    line-height: 1.6em;
  }

  .paragraph-space.dark {
    padding-top: 10px;
    padding-bottom: 20px;
  }

  .text-inside-grid {
    width: 100%;
    color: #d3d3d3;
    padding-top: 0;
    font-size: 17px;
    line-height: 1.7em;
  }

  .image {
    padding-bottom: 0;
  }

  .paragraph {
    padding-bottom: 50px;
    font-size: 16px;
  }

  .slider-bilder.section-spacing {
    padding-bottom: 0;
  }

  .slider-images-3-col {
    height: 500px;
  }

  .slider-images-3-col.referencie {
    height: 450px;
  }

  .card-item {
    width: 100%;
    height: 500px;
    margin-right: 20px;
    padding-right: 0;
  }

  .jedlo.section-spacing {
    padding-top: 40px;
    padding-bottom: 80px;
  }

  .banner.section-spacing {
    padding-top: 30px;
    padding-bottom: 60px;
  }

  .image-banner {
    height: 650px;
    background-position: 50%;
  }

  .text-large {
    padding-left: 35px;
    padding-right: 35px;
    font-size: 18px;
  }

  .heading-2 {
    padding-bottom: 0;
    font-size: 22px;
    line-height: 1.6em;
  }

  .heading-2.center {
    font-size: 28px;
    line-height: 1.5em;
  }

  .style-h1 {
    font-size: 28px;
    font-weight: 400;
  }

  .footer {
    padding-top: 0;
  }

  .left-col-grid {
    height: auto;
    flex-direction: column;
    padding-top: 12vw;
    padding-bottom: 12vw;
    padding-right: 40px;
  }

  ._2-col-grid-item {
    max-height: 100%;
    text-align: center;
    flex: 1;
    grid-template-columns: 1fr;
    align-self: flex-start;
    align-items: flex-start;
    margin-left: auto;
    margin-right: auto;
    padding-top: 40px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .link-block {
    justify-content: flex-start;
  }

  .text-lnk, .text-lnk.w--current {
    font-size: 18px;
  }

  .number-link, .number-link.w--current {
    font-size: 16px;
  }

  .right-col-grid {
    align-items: center;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .grid-footer-wrap {
    width: auto;
    flex-direction: column;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    align-content: flex-start;
    align-items: center;
    justify-items: start;
  }

  .logo {
    z-index: 2;
    max-width: none;
    flex: none;
    justify-content: flex-start;
    align-self: center;
    align-items: center;
    margin-bottom: 0;
  }

  .social-media {
    flex: none;
  }

  .social-list {
    padding-top: 20px;
  }

  .created {
    color: #777674;
  }

  .slide-img-2, .slide-img-3 {
    background-position: 50%;
  }

  .logo-wrapper {
    padding-top: 7vw;
  }

  .logo-link {
    text-align: center;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .pin-icon {
    padding-bottom: 6vw;
  }

  .text-block-4, .text-block-5 {
    font-size: 13px;
  }

  .image-2 {
    padding-bottom: 6vw;
  }

  .heading-4 {
    font-size: 16px;
  }

  .headline-2 {
    text-align: center;
    font-size: 24px;
  }

  .headline-3 {
    font-weight: 400;
  }

  .wrapper.gutter {
    padding-left: 20px;
    padding-right: 20px;
  }

  .wrapper.navbar-hero.gutter {
    grid-column-gap: 20px;
    grid-row-gap: 30px;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 20px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .key-facts.section-spacing {
    padding-top: 30px;
  }

  .slide-nav-3 {
    padding-top: 10px;
    display: block;
    top: auto;
    bottom: 8%;
    left: 0%;
    right: 0%;
  }

  .slide-nav-3.imagenav {
    top: auto;
    bottom: -13%;
    left: 0%;
    right: 0%;
  }

  .heading-6 {
    font-size: 24px;
  }

  .heading-7 {
    width: 100%;
    font-size: 24px;
  }

  .image-5 {
    height: 50px;
    max-width: 80%;
    text-align: center;
  }

  .image-6 {
    display: none;
  }

  .mobile-menu {
    background-color: #ceaa72;
    border-radius: 200px;
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .navigation {
    height: auto;
    background-color: rgba(0, 0, 0, 0);
    display: block;
    position: fixed;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .navigation.subpage {
    position: relative;
  }

  .navigation-link {
    text-align: center;
    font-size: 20px;
  }

  .navigation-menu {
    z-index: 1;
    height: 100vh;
    padding-top: 50vw;
    display: flex;
    position: fixed;
  }

  .price-text {
    font-size: 16px;
  }

  .logo_kai {
    text-align: center;
  }

  .logo_kai.w--current {
    text-align: left;
    flex: 0 auto;
    margin-left: 0;
    margin-right: auto;
    display: block;
  }

  .heading-1 {
    font-size: 28px;
  }

  .rezessionen.section-spacing.mobile {
    padding-bottom: 10px;
  }

  .card-image {
    margin-right: 4vw;
  }

  .card-image.green {
    margin-right: 3vw;
  }

  .vorname-und-nachname {
    padding-top: 0;
  }

  .kundenmeinung-text {
    line-height: 28px;
  }

  .image-und-name {
    padding-bottom: 3vw;
  }

  .slide-ref {
    width: 100%;
    height: auto;
    position: relative;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0;
  }

  .mask {
    height: 350px;
  }

  .menu-button-2 {
    background-color: rgba(0, 0, 0, 0);
    padding: 0;
  }

  .menu-button-2.w--open {
    z-index: 2;
    background-color: rgba(0, 0, 0, 0);
  }

  .lottie-animation-5 {
    z-index: 3;
    width: 50px;
    height: 50px;
    position: relative;
  }

  .mask-2 {
    height: 500px;
    overflow: hidden;
  }

  .image-8 {
    width: 100%;
    height: 500px;
    max-width: none;
  }

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

  .headline-404 {
    width: 300px;
    padding-bottom: 10vw;
    font-size: 23px;
  }

  .wrapper-half.gutter {
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-block-impressum {
    font-size: 18px;
  }

  .heading-9 {
    font-size: 20px;
  }

  .space {
    flex: 0 auto;
    font-size: 15px;
  }

  .impressum-text {
    text-align: left;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: block;
  }

  .heading-2-copy {
    padding-bottom: 32px;
    font-size: 22px;
    line-height: 1.5em;
  }

  .image-9 {
    width: 90px;
    display: block;
  }

  .bold-text {
    font-size: 36px;
  }

  .tel_big {
    font-size: 24px;
    line-height: 28px;
  }

  .checkbox-label-2 {
    text-align: left;
    flex: 0 auto;
  }

  .field-label {
    text-align: left;
  }

  .submit-button {
    width: 100%;
    display: block;
  }

  .section-2 {
    padding-bottom: 0;
  }

  .section-2.reservation {
    padding-top: 160px;
    padding-bottom: 46px;
  }

  .nav-link-2 {
    border-top-style: none;
    border-bottom: 1px solid rgba(206, 170, 114, .3);
    border-radius: 100%;
    font-size: 19px;
  }

  .nav-menu-2 {
    min-height: 60vh;
    background-color: rgba(0, 0, 0, 0);
    background-image: linear-gradient(rgba(6, 6, 6, 0), #000 14%, #000 80%, rgba(0, 0, 0, 0));
    padding-top: 60px;
    padding-left: 22px;
    padding-right: 22px;
    position: absolute;
  }

  .h1 {
    font-size: 30px;
  }

  .nav-menu-3 {
    background-color: rgba(0, 0, 0, 0);
    background-image: linear-gradient(rgba(6, 6, 6, 0), #000 10%);
  }

  .div-block {
    padding: 20px 25px;
  }

  .gs-three-title {
    padding: 40px 10px;
  }

  .explore-btn {
    margin-top: 20px;
    padding: 10px;
  }

  .explore-btn:hover {
    margin-top: 20px;
  }

  .gs-small-title {
    font-size: 16px;
  }

  .gs-content {
    padding-left: 20px;
    padding-right: 20px;
  }

  .gs-three {
    max-width: none;
    padding-bottom: 20px;
  }

  .gs-three.gs-gallery:hover {
    color: rgba(0, 0, 0, 0);
    background-color: rgba(0, 0, 0, 0);
  }

  .gs-img {
    display: block;
  }

  .gs-small-desc {
    margin-top: 20px;
  }

  .gs-nine, .gs-two {
    margin-bottom: 20px;
  }

  .gs-eleven {
    margin-bottom: 20px;
    padding-top: 100%;
  }

  .gs-one, .gs-six {
    margin-bottom: 20px;
  }

  .grid.gallery-grid {
    grid-template-rows: minmax(295px, 295px);
    grid-template-columns: minmax(100%, 1fr) minmax(100%, 1fr);
    grid-auto-flow: row;
    display: block;
  }

  .gs-five, .gs-eight {
    margin-bottom: 20px;
  }

  .gs-ten {
    margin-bottom: 20px;
    padding-top: 100%;
  }

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

  .gs-desc {
    font-size: 24px;
  }

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

#w-node-_8b49a061-8ac9-29ef-f95d-1bbe13f8dc3e-e2e8e89f {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-d9dc0ace-86d4-048c-b8d6-36da2fa3da29-e2e8e89f {
  grid-area: 1 / 2 / 2 / 3;
  align-self: center;
  justify-self: center;
}

#w-node-d9dc0ace-86d4-048c-b8d6-36da2fa3da2a-e2e8e89f, #w-node-d9dc0ace-86d4-048c-b8d6-36da2fa3da30-e2e8e89f {
  align-self: center;
  justify-self: center;
}

#w-node-_819fb258-0938-7777-14ba-51413a9fd4d7-e2e8e89f {
  grid-area: 1 / 2 / 2 / 3;
  align-self: center;
  justify-self: center;
}

#w-node-_819fb258-0938-7777-14ba-51413a9fd4d8-e2e8e89f, #w-node-_4f115caf-95fb-2bad-805a-eb4c45d4595e-e2e8e89f {
  align-self: center;
  justify-self: center;
}

#w-node-_00c87c27-371b-b3c6-d910-3cff0d83afc3-e2e8e89f, #w-node-_00c87c27-371b-b3c6-d910-3cff0d83afd2-e2e8e89f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f2408662-cd41-61a1-40a5-8c62b93579ed-e2e8e89f, #w-node-f2408662-cd41-61a1-40a5-8c62b93579f3-e2e8e89f, #w-node-f2408662-cd41-61a1-40a5-8c62b93579f9-e2e8e89f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
  justify-self: center;
}

#w-node-eb480e6e-e730-459e-3d6e-922392471dc7-e2e8e89f {
  grid-area: 1 / 1 / 3 / 3;
}

#w-node-eb480e6e-e730-459e-3d6e-922392471dd4-e2e8e89f {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-eb480e6e-e730-459e-3d6e-922392471dd7-e2e8e89f {
  order: 0;
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-eb480e6e-e730-459e-3d6e-922392471ddb-e2e8e89f, #w-node-eb480e6e-e730-459e-3d6e-922392471dde-e2e8e89f, #w-node-eb480e6e-e730-459e-3d6e-922392471de1-e2e8e89f, #w-node-eb480e6e-e730-459e-3d6e-922392471de4-e2e8e89f, #w-node-eb480e6e-e730-459e-3d6e-922392471de8-e2e8e89f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-eb480e6e-e730-459e-3d6e-922392471def-e2e8e89f {
  grid-area: 4 / 2 / 5 / 4;
}

#w-node-eb480e6e-e730-459e-3d6e-922392471df2-e2e8e89f, #w-node-_62fadfa3-203b-8726-d093-1bd11428c65a-e2e8e89f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_62fadfa3-203b-8726-d093-1bd11428c65e-e2e8e89f {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-fd85ee26-c9bb-1fb8-b832-92851d879538-e2e8e89f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fd85ee26-c9bb-1fb8-b832-92851d87953b-e2e8e89f {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_17b91dbf-b64a-6a6a-cd9b-ce85ff21a0d9-e2e8e89f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_17b91dbf-b64a-6a6a-cd9b-ce85ff21a0dc-e2e8e89f {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_40badf8c-2eeb-ccb2-e6c4-684a0be2b7d3-e2e8e89f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_40badf8c-2eeb-ccb2-e6c4-684a0be2b7d6-e2e8e89f {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_1d957f65-0db7-918c-1d93-f38aee48cc15-e2e8e89f, #w-node-cd9c3de1-2043-f7c8-6497-43ee83a9d28d-e2e8e89f, #w-node-_9fe5ec32-c2e5-efd1-0478-3499fb765337-e2e8e89f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_691b0916-7078-a3db-0458-8bda203b7327-203b7325 {
  align-self: start;
  justify-self: stretch;
}

#w-node-_691b0916-7078-a3db-0458-8bda203b7354-203b7325 {
  align-self: stretch;
  justify-self: stretch;
}

#w-node-_0b9441eb-960f-df8a-751e-9cbb4cfb6d00-e2e8e8a3, #w-node-_0b9441eb-960f-df8a-751e-9cbb4cfb6d28-e2e8e8a3, #w-node-e12bdde4-c6ae-f70c-b8a1-25d68a7d481b-e2e8e8a4, #w-node-a4808f6c-3764-43cf-0692-6321b63d1753-e2e8e8a4 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-ad593df4-eeb4-282c-d066-61e5ae8ffa2a-e2e8e8a5 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-c00efebe-e4dc-1e51-0f70-a418b6d498d2-e2e8e8a5 {
  justify-self: center;
}

#w-node-_6399b5e6-f9a7-143c-2c4d-b607d34d4916-e2e8e8a5 {
  align-self: start;
}

#w-node-_6399b5e6-f9a7-143c-2c4d-b607d34d4917-e2e8e8a5 {
  justify-self: start;
}

#w-node-_6399b5e6-f9a7-143c-2c4d-b607d34d4919-e2e8e8a5, #w-node-_6399b5e6-f9a7-143c-2c4d-b607d34d491a-e2e8e8a5 {
  align-self: start;
}

#w-node-e572a364-e78f-7ad8-23e5-a69885b239cd-e2e8e8a5, #w-node-_43e76f62-22f1-bc62-316f-4ba54345fa95-e2e8e8a5, #E-Mail.w-node-_43e76f62-22f1-bc62-316f-4ba54345fa98-e2e8e8a5, #w-node-_2b490e51-7176-6809-0cb1-d8e443b695dc-e2e8e8a5, #Nachricht.w-node-_4a4b3dc9-5f8b-1510-13a9-a8389fc1f04d-e2e8e8a5 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#Absenden.w-node-_9bd5f798-de05-0e67-9c15-604007b939e3-e2e8e8a5 {
  justify-self: start;
}

#w-node-_5d37bb9a-a8a7-3fb7-3c84-c87d17e3b958-e2e8e8aa, #w-node-_5d37bb9a-a8a7-3fb7-3c84-c87d17e3b959-e2e8e8aa, #w-node-_5d37bb9a-a8a7-3fb7-3c84-c87d17e3b95a-e2e8e8aa, #w-node-_5d37bb9a-a8a7-3fb7-3c84-c87d17e3b960-e2e8e8aa, #w-node-_5d37bb9a-a8a7-3fb7-3c84-c87d17e3b962-e2e8e8aa {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (min-width: 1920px) {
  #w-node-d9dc0ace-86d4-048c-b8d6-36da2fa3da30-e2e8e89f {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
    justify-self: center;
  }

  #w-node-_819fb258-0938-7777-14ba-51413a9fd4d8-e2e8e89f {
    justify-self: center;
  }

  #w-node-_4f115caf-95fb-2bad-805a-eb4c45d4595e-e2e8e89f {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
    justify-self: center;
  }

  #w-node-_691b0916-7078-a3db-0458-8bda203b7327-203b7325 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: start;
    justify-self: stretch;
  }

  #w-node-_691b0916-7078-a3db-0458-8bda203b7345-203b7325, #w-node-_691b0916-7078-a3db-0458-8bda203b7346-203b7325, #w-node-_691b0916-7078-a3db-0458-8bda203b7348-203b7325, #w-node-_4d7c02bf-f950-5ed4-b84d-637272bb457f-203b7325, #w-node-_4d7c02bf-f950-5ed4-b84d-637272bb4580-203b7325, #w-node-_4d7c02bf-f950-5ed4-b84d-637272bb4582-203b7325 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_691b0916-7078-a3db-0458-8bda203b7354-203b7325 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: stretch;
    justify-self: stretch;
  }

  #w-node-bf4004fd-747b-921c-4e79-3182893b8713-e2e8e8a5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #E-Mail.w-node-_43e76f62-22f1-bc62-316f-4ba54345fa98-e2e8e8a5 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-f097a334-a0fd-ce1d-2f1a-82df9c9efb2b-e2e8e8a5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: auto;
    justify-self: auto;
  }
}

@media screen and (min-width: 1440px) {
  #w-node-_280cd06f-7527-e102-563c-9b20da1c0f41-0463cdca {
    align-self: center;
    justify-self: center;
  }
}

@media screen and (min-width: 1280px) {
  #w-node-_280cd06f-7527-e102-563c-9b20da1c0f41-0463cdca {
    align-self: center;
    justify-self: center;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_00c87c27-371b-b3c6-d910-3cff0d83afc3-e2e8e89f {
    justify-self: center;
  }

  #w-node-_691b0916-7078-a3db-0458-8bda203b7354-203b7325 {
    order: 9999;
  }

  #w-node-_280cd06f-7527-e102-563c-9b20da1c0f41-0463cdca {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
    justify-self: center;
  }
}

@media screen and (max-width: 479px) {
  #w-node-eb480e6e-e730-459e-3d6e-922392471dc7-e2e8e89f {
    grid-row-end: 2;
    grid-column-end: 2;
  }

  #w-node-eb480e6e-e730-459e-3d6e-922392471dd4-e2e8e89f {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }

  #w-node-_1d957f65-0db7-918c-1d93-f38aee48cc15-e2e8e89f {
    align-self: auto;
    justify-self: auto;
  }
}


@font-face {
  font-family: 'Tan pearl';
  src: url('../fonts/TAN-PEARL.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}