@font-face {
  font-family: Vollkorn;
  src: url('../fonts/Vollkorn-Regular.woff') format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Vollkorn;
  src: url('../fonts/Vollkorn-Bold.woff') format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --white: white;
  --barber-beige: #f3cb92;
  --black: black;
}

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

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

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

body {
  color: #1a1b1f;
  font-family: Vollkorn, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 15px;
  font-size: 44px;
  font-weight: 400;
  line-height: 62px;
}

h2 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 36px;
  font-weight: 400;
  line-height: 50px;
}

h3 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 400;
  line-height: 46px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 400;
  line-height: 38px;
}

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

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
}

p {
  color: #fff;
  margin-bottom: 10px;
}

a {
  color: #1a1b1f;
  margin-left: 4px;
  margin-right: 4px;
  text-decoration: underline;
  transition: opacity .2s;
  display: block;
}

a:hover {
  color: #32343a;
}

a:active {
  color: #43464d;
}

ul {
  margin-top: 20px;
  margin-bottom: 10px;
  padding-left: 40px;
  list-style-type: disc;
}

li {
  margin-bottom: 10px;
}

img {
  display: block;
}

label {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-top: 25px;
  margin-bottom: 25px;
  padding: 15px 30px;
  font-size: 20px;
  line-height: 34px;
}

figure {
  margin-top: 25px;
  padding-bottom: 20px;
}

figcaption {
  opacity: .6;
  text-align: center;
  margin-top: 5px;
  font-size: 14px;
  line-height: 26px;
}

.divider {
  background-color: #eee;
  height: 1px;
}

.styleguide-content-wrap {
  text-align: center;
}

._1-section-main-wrapper {
  margin-left: 0;
  margin-right: 0;
}

._1-section-main-wrapper.cc-cta {
  background-color: #f4f4f4;
  padding-left: 80px;
  padding-right: 80px;
}

._1-section-main-wrapper.cc-store-home-wrap {
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.styleguide-block {
  text-align: left;
  flex-direction: column;
  align-items: center;
  margin-top: 80px;
  margin-bottom: 80px;
  display: block;
}

.container {
  width: 100%;
  max-width: 1140px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
}

.paragraph-tiny {
  font-size: 12px;
  line-height: 20px;
}

.paragraph-bigger {
  opacity: 1;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
}

.paragraph-bigger.cc-bigger-light {
  opacity: .6;
}

.paragraph-bigger.cc-bigger-white-light {
  opacity: .8;
  color: var(--white);
  background-color: #0000;
  font-family: Vollkorn, sans-serif;
  font-size: 25px;
  font-style: normal;
  font-weight: 400;
}

.button {
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  border-radius: 0;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .4s, opacity .4s, color .4s;
}

.button:hover {
  color: #fff;
  background-color: #32343a;
}

.button:active {
  background-color: #43464d;
}

.button.cc-jumbo-button {
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.button.cc-jumbo-button.cc-jumbo-white {
  border: 0px solid var(--barber-beige);
  color: #000;
  background-color: #fff;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.button.cc-jumbo-button.cc-jumbo-white:hover {
  border: 1px solid var(--barber-beige);
  color: var(--white);
  background-color: #0000;
  padding: 15px 34px;
}

.button.cc-jumbo-button.cc-jumbo-white:active {
  background-color: #e1e1e1;
}

.button.cc-contact-us {
  z-index: 5;
  position: relative;
}

.button.cc-white-button {
  color: #202020;
  background-color: #fff;
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.button.cc-white-button:hover {
  background-color: #fffc;
}

.button.cc-white-button:active {
  background-color: #ffffffe6;
}

.button.closepop {
  margin-top: 16px;
}

.label {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.label.cc-styleguide-label {
  margin-bottom: 25px;
}

.label.cc-light {
  opacity: 1;
  color: var(--barber-beige);
  font-family: Vollkorn, sans-serif;
  font-size: 14px;
  font-weight: 700;
}

.label.cc-light.label-about-us {
  text-align: center;
  font-weight: 700;
}

.label.cc-blog-date {
  opacity: .6;
  margin-top: 20px;
}

.heading-jumbo-tiny {
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
}

.rich-text {
  width: 70%;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
}

.rich-text p {
  opacity: .6;
  margin-top: 15px;
  margin-bottom: 25px;
}

.paragraph-light {
  opacity: .6;
}

.heading-jumbo {
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Vollkorn, sans-serif;
  font-size: 64px;
  line-height: 80px;
}

.heading-jumbo.cc-white-heading-jumbo {
  color: #fff;
}

.heading-jumbo-small {
  color: var(--white);
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 30px;
  font-family: Vollkorn, sans-serif;
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: 50px;
}

.styleguide-button-wrap {
  margin-top: 10px;
  margin-bottom: 10px;
}

.styleguide-header-wrap {
  color: #fff;
  text-align: center;
  background-color: #1a1b1f;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 460px;
  padding: 30px;
  display: flex;
}

.paragraph-small {
  font-size: 14px;
  line-height: 26px;
}

.logo-link {
  z-index: 1;
}

.logo-link:hover {
  opacity: .8;
}

.logo-link:active {
  opacity: .7;
}

.menu {
  z-index: 0;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.navigation-wrap {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.navigation {
  background-color: #0000;
  align-items: center;
  width: 100%;
  min-width: 100%;
  padding: 30px 50px;
  display: flex;
}

.navigation-item {
  opacity: .6;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-top: 9px;
  padding-bottom: 9px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.navigation-item:hover {
  opacity: .9;
}

.navigation-item:active {
  opacity: .8;
}

.navigation-item.w--current {
  opacity: 1;
  color: #1a1b1f;
  font-weight: 600;
}

.navigation-item.w--current:hover {
  opacity: .8;
  color: #32343a;
}

.navigation-item.w--current:active {
  opacity: .7;
  color: #32343a;
}

.logo-image {
  margin-left: 581px;
  display: block;
}

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

.footer-wrap {
  justify-content: center;
  align-items: center;
  padding-top: 70px;
  padding-bottom: 70px;
  display: flex;
}

.webflow-link {
  opacity: .5;
  align-items: center;
  text-decoration: none;
  transition: opacity .4s;
  display: flex;
}

.webflow-link:hover {
  opacity: 1;
}

.webflow-link:active {
  opacity: .8;
}

.webflow-logo-tiny {
  margin-top: -2px;
  margin-right: 8px;
}

.cta-text {
  width: 70%;
  margin-bottom: 35px;
  margin-left: auto;
  margin-right: auto;
}

.cta-wrap {
  text-align: center;
  justify-content: center;
  padding-top: 110px;
  padding-bottom: 120px;
  display: flex;
}

.intro-header {
  border: 0px none var(--barber-beige);
  color: #fff;
  background-color: #f4f4f4;
  background-image: linear-gradient(#0000007a, #0000007a), url('../images/Anil_Main_BG.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: auto;
  max-width: none;
  height: 100vh;
  margin-bottom: 0;
  display: flex;
  position: static;
}

.intro-header.cc-subpage {
  color: #fff;
  background-color: #000;
  background-image: none;
  height: 480px;
}

.intro-content {
  text-align: center;
  width: 70%;
  max-width: 1140px;
}

.intro-content.cc-homepage {
  width: 60%;
  margin-top: 0;
  margin-bottom: 0;
}

.motto-wrap {
  text-align: center;
  width: 80%;
  margin: 128px auto 85px;
}

.about-story-wrap {
  text-align: center;
  width: 80%;
  margin: 80px auto;
}

.our-services-grid {
  grid-column-gap: 80px;
  grid-row-gap: 60px;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-areas: ". . ."
                       ". . .";
  margin-bottom: 120px;
}

.section-heading-wrap {
  text-align: center;
  margin-top: 80px;
  margin-bottom: 80px;
}

.service-icon {
  margin-bottom: 30px;
}

.status-message {
  color: #fff;
  text-align: center;
  background-color: #202020;
  padding: 9px 30px;
  font-size: 14px;
  line-height: 26px;
}

.status-message.cc-success-message {
  background-color: #12b878;
}

.status-message.cc-error-message {
  background-color: #db4b68;
}

.status-message.cc-no-data {
  width: 70%;
  margin: 100px auto;
  display: block;
}

.contact-form-wrap {
  border: 1px solid #eee;
  padding: 45px 50px 50px;
}

.contact-form-grid {
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template: ". ."
  / 2.5fr 1fr;
  align-items: start;
  margin-top: 100px;
  margin-bottom: 100px;
}

.details-wrap {
  margin-bottom: 30px;
}

.get-in-touch-form {
  flex-direction: column;
  display: flex;
}

.text-field {
  border: 1px solid #e4e4e4;
  border-radius: 0;
  margin-bottom: 18px;
  padding: 21px 20px;
  font-size: 14px;
  line-height: 26px;
  transition: border-color .4s;
}

.text-field:hover {
  border-color: #e3e6eb;
}

.text-field:active, .text-field:focus {
  border-color: #43464d;
}

.text-field::placeholder {
  color: #32343a66;
}

.text-field.cc-contact-field {
  margin-bottom: 25px;
}

.text-field.cc-textarea {
  height: 200px;
  padding-top: 12px;
}

.contact-form {
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.contact-form-heading-wrap {
  margin-bottom: 40px;
}

.contact-heading {
  margin-top: 0;
  margin-bottom: 15px;
  font-weight: 400;
}

.map {
  height: 460px;
  margin-bottom: 100px;
  line-height: 20px;
}

.contact-team-name-wrap {
  margin-bottom: 30px;
}

.our-contacts {
  grid-column-gap: 80px;
  grid-row-gap: 60px;
  text-align: center;
  grid-template: ". . ."
  / 1fr 1fr 1fr;
  margin-bottom: 120px;
}

.contact-team-details-wrap {
  margin-top: 30px;
}

.contact-team-pic {
  background-color: #f4f4f4;
  height: 150px;
  margin-bottom: 30px;
}

.team-pic {
  background-color: #f4f4f4;
  width: 100%;
  height: 420px;
  margin-bottom: 40px;
}

.team-members {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-areas: ". . ."
                       ". . .";
  margin-bottom: 60px;
}

.team-member-title-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 60px;
  display: flex;
}

.team-member-name {
  opacity: 1;
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
}

.projects-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template: "."
                 "."
                 "."
                 / 1fr;
  margin-bottom: 60px;
}

.project-name-wrap {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 60px;
  display: flex;
}

.project-name-link {
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
  text-decoration: none;
}

.project-name-link:hover {
  opacity: .8;
}

.project-name-link:active {
  opacity: .7;
}

.project-cover-link {
  margin-bottom: 40px;
}

.project-cover-link:hover {
  opacity: .8;
}

.project-cover-link:active {
  opacity: .7;
}

.project-overview-header {
  color: #fff;
  background-color: #f4f4f4;
  background-image: url('../images/portfolio-1---wide.svg');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  height: 620px;
  margin-bottom: 100px;
  display: flex;
}

.project-overview-header.cc-project-2-header {
  background-image: url('../images/portfolio-2---wide.svg');
  background-position: 50%;
}

.project-details-grid {
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template: ". ."
  / 1fr 2fr;
  align-items: start;
  margin-top: 100px;
  margin-bottom: 100px;
}

.project-pics {
  margin-bottom: 120px;
}

.detail-image {
  width: 100%;
  margin-bottom: 30px;
}

.blog-detail-header-wrap {
  width: 70%;
  margin: 60px auto;
}

.detail-header-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: cover;
  width: 100%;
  height: 620px;
  margin-bottom: 60px;
  display: block;
}

.detail-header-image.w--current {
  margin-bottom: 60px;
}

.blog-list-wrap {
  margin-bottom: 100px;
}

.blog-item {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 80px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.blog-preview-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: cover;
  width: 100%;
  height: 620px;
  margin-bottom: 45px;
  transition: opacity .6s;
  display: block;
}

.blog-preview-image:hover {
  opacity: .8;
}

.blog-preview-image:active {
  opacity: .7;
}

.blog-summary-wrap {
  text-align: left;
  width: 70%;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}

.blog-heading-link {
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 400;
  line-height: 46px;
  text-decoration: none;
}

.blog-heading-link:hover {
  opacity: .8;
}

.blog-heading-link:active {
  opacity: .7;
}

.contact-email-link {
  opacity: .6;
  margin-bottom: 5px;
}

.contact-email-link:hover {
  opacity: 1;
}

.contact-email-link:active {
  opacity: .8;
}

.protected-form {
  flex-direction: column;
  display: flex;
}

.protected-wrap {
  justify-content: center;
  padding-top: 90px;
  padding-bottom: 100px;
  display: flex;
}

.protected-heading {
  margin-bottom: 30px;
}

.utility-page-wrap {
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding: 30px;
  display: flex;
}

._404-wrap {
  background-color: #1a1b1f;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 30px;
  display: flex;
}

._404-content-wrap {
  margin-bottom: 20px;
}

.home-content-wrap {
  margin-top: 80px;
  margin-bottom: 120px;
}

.home-section-wrap {
  margin-bottom: 30px;
}

.section-heading {
  margin-top: 10px;
  margin-bottom: 20px;
  font-weight: 400;
}

.about-grid {
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template: ". ."
  / 1fr 2fr;
  align-items: center;
  margin-bottom: 80px;
}

.about-grid.cc-about-2 {
  grid-template-columns: 2fr 1fr;
  grid-template-areas: ". .";
}

.intro-text {
  width: 80%;
  margin-bottom: 35px;
  margin-left: auto;
  margin-right: auto;
}

.collection-wrap {
  flex-wrap: wrap;
  place-content: flex-start center;
  align-items: flex-start;
  margin-left: -15px;
  margin-right: -15px;
  display: flex;
}

.work-heading {
  margin-top: 10px;
  margin-bottom: 20px;
  font-weight: 400;
}

.blog-heading {
  text-align: center;
  margin-bottom: 60px;
}

.blog-preview-wrap {
  width: 33.33%;
  padding-bottom: 30px;
  padding-left: 15px;
  padding-right: 45px;
}

.collection-list-wrapper {
  margin-bottom: 120px;
}

.business-article-heading {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 500;
  line-height: 38px;
  text-decoration: none;
}

.business-article-heading:hover {
  opacity: .8;
}

.business-article-heading:active {
  opacity: .7;
}

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

.container-2 {
  background-color: var(--white);
  justify-content: center;
  align-items: center;
  display: flex;
}

.navbar {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 100%;
  display: block;
  position: absolute;
  inset: 0% 0% auto;
}

.navbar-link {
  color: var(--white);
  margin-left: 29px;
  margin-right: 29px;
  padding-left: 0;
  padding-right: 0;
  font-family: Vollkorn, sans-serif;
  font-size: 17px;
  font-weight: 700;
}

.navbar-link:hover {
  color: var(--barber-beige);
}

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

.nav-container {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: static;
}

.nav-menu {
  object-fit: fill;
  flex-flow: row;
  flex: none;
  justify-content: center;
  align-items: center;
  width: auto;
  min-width: auto;
  margin-left: 0;
  margin-right: 0;
  display: flex;
  position: sticky;
  inset: 0% 0% auto;
}

.image {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.text-block {
  font-family: "Vollkorn variablefont wght (custom)";
  font-size: 19px;
  font-weight: 700;
}

._2-section-about-us {
  background-color: var(--black);
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

.text-span {
  color: var(--barber-beige);
}

.paragraph {
  text-align: justify;
  margin-bottom: 30px;
  font-family: Vollkorn, sans-serif;
  font-size: 20px;
  font-weight: 300;
}

._3-section-gallery {
  background-color: var(--black);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

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

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

.lightbox-link {
  background-image: none;
  overflow: hidden;
}

.pic {
  transition: transform .5s;
}

.pic:hover {
  transform: translate(0)scale(1.03);
}

.pic.zoom {
  filter: contrast(80%);
  transition: filter .4s, transform .5s;
  overflow: hidden;
}

.pic.zoom:hover {
  filter: none;
  transform: scale(1.1);
}

._4-section-service-prices {
  background-color: var(--black);
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

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

.heading {
  color: var(--barber-beige);
  text-align: center;
  margin-bottom: 0;
  font-family: Vollkorn, sans-serif;
  font-size: 29px;
  font-weight: 700;
}

.heading-2 {
  color: var(--white);
  text-align: center;
  margin-top: 0;
  font-family: Vollkorn, sans-serif;
  font-weight: 700;
}

.paragraph-2 {
  text-align: center;
  margin-top: 30px;
  padding-left: 0;
  font-family: Vollkorn, sans-serif;
  font-size: 19px;
}

.price-block {
  color: #2b42a2;
  background-color: #0000;
  border: 1px solid #f3cb9245;
  width: 360px;
  padding-left: 0;
  padding-right: 0;
}

._5-section-contact {
  background-color: var(--black);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 60vh;
  display: flex;
}

.div-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 80%;
  margin-top: 131px;
  display: flex;
}

.anschrift {
  color: var(--barber-beige);
  text-align: center;
  width: auto;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Vollkorn, sans-serif;
  font-size: 20px;
  font-weight: 400;
}

.anschrift.text {
  color: var(--white);
  text-align: justify;
  width: 60%;
  margin-top: 39px;
}

.anschrift.text.urlaub {
  border: 3px solid var(--barber-beige);
  color: var(--white);
  text-align: center;
  background-color: #f3cb92a1;
  width: 60%;
  padding-left: 64px;
  padding-right: 64px;
}

.field-label, .field-label-2 {
  color: var(--barber-beige);
  font-family: Vollkorn, sans-serif;
  font-weight: 700;
}

.field-label-2.nachricht {
  margin-top: 30px;
}

.form {
  margin-top: 0;
  display: none;
}

.form-block {
  text-align: center;
  width: 50%;
  margin-bottom: 0;
}

.text-field-2 {
  height: 200px;
}

.submit-button {
  background-color: var(--barber-beige);
}

.success-message {
  border: 4px solid var(--barber-beige);
  background-color: var(--white);
}

.error-message {
  background-color: #f55656;
}

.paragraph-4 {
  text-transform: capitalize;
  font-family: Vollkorn, sans-serif;
}

.checkbox {
  margin: 0 11px 3px 0;
}

.checkbox-label {
  color: var(--white);
  text-transform: none;
  margin-bottom: 0;
  font-family: Vollkorn, sans-serif;
  font-size: 14px;
}

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

._6-section-book {
  background-color: var(--black);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 120vh;
  margin-top: 100px;
  margin-bottom: 100px;
  display: flex;
}

.div-block-2 {
  text-align: left;
  width: 50%;
  margin-top: 132px;
}

.paragraph-5, .paragraph-6 {
  text-align: center;
}

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

.text-span-3, .text-span-4 {
  color: var(--barber-beige);
}

.background-video {
  height: 900px;
}

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

.background-video-2 {
  height: 500px;
}

._7-section-pic-grid {
  margin-top: 220px;
}

.footer {
  color: var(--white);
  background-color: #181818;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 60vh;
  transition: transform .375s ease-in;
  display: flex;
}

.copyright {
  background-color: var(--black);
  color: #363636;
  height: 40px;
}

.fotter-grid {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 60%;
  margin-top: 0;
}

.section-up-arrow {
  background-color: var(--black);
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-2 {
  padding-top: 20px;
  padding-bottom: 0;
}

.heading-3 {
  color: var(--white);
  margin-top: 0;
  font-family: Vollkorn, sans-serif;
  font-size: 14px;
}

.div-block-3 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-4 {
  justify-content: center;
  align-items: center;
  height: 40px;
  display: flex;
}

.paragraph-7 {
  margin-bottom: 0;
  font-family: Vollkorn, sans-serif;
  font-size: 14px;
}

.link-block {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: opacity .2s, transform .2s;
  display: flex;
}

.background-video-3 {
  opacity: 1;
  background-image: linear-gradient(#00000040, #00000040);
}

.div-block-5 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center;
  width: 80%;
  display: grid;
}

.text-span-5, .text-span-6 {
  color: var(--barber-beige);
}

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

.paragraph-8, .paragraph-9 {
  text-align: center;
  font-family: Vollkorn, sans-serif;
}

.heading-4 {
  text-align: center;
  margin-top: 0;
  font-family: Vollkorn, sans-serif;
}

.link {
  color: var(--white);
  margin-top: 59px;
  font-family: Vollkorn, sans-serif;
  text-decoration: none;
}

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

.text-span-7 {
  color: var(--barber-beige);
}

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

.impressum-section {
  height: auto;
  margin-left: 315px;
  margin-right: 315px;
  padding-bottom: 0;
}

.div-block-7 {
  color: var(--barber-beige);
  text-align: center;
  margin-top: 222px;
}

.heading-5 {
  font-family: Vollkorn, sans-serif;
}

.paragraph-10 {
  color: #fff;
  margin-top: 66px;
  font-family: Vollkorn, sans-serif;
  font-weight: 400;
}

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

.text-span-8, .text-span-9, .text-span-10, .text-span-11 {
  color: var(--barber-beige);
}

.text-span-12, .text-span-13, .text-span-14 {
  text-decoration: underline;
}

.dsgvo {
  color: var(--white);
  margin-left: auto;
  margin-right: auto;
  font-family: Vollkorn, sans-serif;
}

.link-2, .text-span-15, .text-span-16 {
  color: var(--white);
}

.paragraph-11 {
  font-family: Vollkorn, sans-serif;
}

.text-span-17 {
  color: var(--barber-beige);
}

.link-3 {
  color: var(--white);
}

.text-span-18 {
  color: var(--barber-beige);
}

.text-span-19, .text-span-20, .link-4, .link-5, .link-6, .link-7, .link-8, .link-9 {
  color: var(--white);
}

.link-10 {
  color: var(--white);
  object-fit: contain;
  margin-left: auto;
  margin-right: auto;
}

.link-11, .link-12, .link-12:hover, .link-13 {
  color: var(--white);
}

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

.text-span-21 {
  color: var(--barber-beige);
  font-family: "Vollkorn variablefont wght (custom)";
  font-style: normal;
  font-weight: 400;
}

.link-17, .link-18 {
  color: var(--white);
  text-decoration: none;
}

.html-embed {
  text-align: center;
  display: none;
}

.text-span-24, .text-span-25 {
  color: var(--white);
}

.paragraph-12 {
  color: var(--white);
  text-align: center;
  border: 3px solid #000;
  margin-top: 10px;
  font-family: Vollkorn, sans-serif;
  font-size: 20px;
}

.paragraph-12.eng {
  border-color: var(--barber-beige);
  text-align: center;
}

.paragraph-12.gold {
  border-style: none;
  border-color: var(--barber-beige);
  text-align: center;
  background-color: #0000;
  background-image: none;
  background-position: 0 0;
  flex-flow: column;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: auto;
  margin-bottom: 0;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: 22px;
  font-weight: 700;
  line-height: 28px;
  display: block;
}

.paragraph-12.urlaub {
  color: var(--barber-beige);
  background-color: #ffffff3d;
  padding-left: 55px;
  padding-right: 55px;
}

.paragraph-12.frame {
  border-width: 2px;
  border-color: #f3cb92;
}

.text-span-26 {
  color: var(--barber-beige);
}

.popup {
  z-index: 3;
  opacity: 1;
  background-color: #000000b3;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
}

.popupdiv {
  border: 4px solid var(--barber-beige);
  object-fit: fill;
  background-color: #fff;
  border-radius: 20px;
  width: 600px;
  height: 450px;
  margin-left: 0;
  margin-right: 0;
  display: none;
  position: static;
  inset: 0%;
}

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

.heading-7 {
  padding-left: 29px;
  padding-right: 29px;
  font-size: 17px;
}

.heading-8 {
  margin-top: 25px;
  padding-left: 29px;
  padding-right: 29px;
  font-size: 17px;
  line-height: 30px;
}

.heading-8.anil {
  color: var(--barber-beige);
  margin-top: 6px;
}

.text-span-27 {
  color: var(--barber-beige);
}

.div-block-12 {
  justify-content: center;
  align-items: center;
  margin-top: -20px;
  display: flex;
}

.link-19 {
  color: var(--white);
  text-align: center;
  text-decoration: none;
}

.link-19:hover {
  color: var(--white);
}

.text-span-28, .text-span-29 {
  color: var(--barber-beige);
}

.link-20 {
  color: #fff;
  font-family: Vollkorn, sans-serif;
  font-weight: 400;
  text-decoration: none;
}

.link-20:hover, .heading-white {
  color: #fff;
}

.team {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: grid;
}

.div-block-13 {
  width: 60%;
}

.paragraph-13 {
  color: var(--black);
}

.feature-section {
  border: 3px solid var(--barber-beige);
  background-color: var(--black);
  justify-content: center;
  align-items: center;
  height: 40vh;
  margin-top: 289px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

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

.feature-image-mask {
  width: 100%;
  margin-right: 40px;
}

.feature-image {
  object-fit: scale-down;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
}

.heading-9 {
  color: var(--barber-beige);
  text-transform: uppercase;
  font-family: Vollkorn, sans-serif;
  font-size: 21px;
  line-height: 34px;
}

.paragraph-14 {
  font-family: Vollkorn, sans-serif;
  font-size: 20px;
}

.text-span-33 {
  color: var(--barber-beige);
  font-weight: 700;
}

.text-span-34 {
  color: var(--white);
}

.text-span-35 {
  color: var(--barber-beige);
}

.div-block-14 {
  border: 3px solid var(--barber-beige);
  background-color: #0000;
  background-image: none;
  background-position: 0 0;
  background-size: auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 50vh;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.text-span-36, .text-span-37, .text-span-38, .text-span-39 {
  color: var(--barber-beige);
}

.button-2 {
  background-color: var(--barber-beige);
  margin-top: 0;
  margin-bottom: 0;
  padding: 16px 35px;
  font-size: 19px;
  font-weight: 400;
}

.text-span-40, .text-span-41 {
  color: var(--barber-beige);
}

.image-3 {
  width: 50%;
  margin-top: 0;
  display: block;
}

.text-span-42 {
  color: var(--barber-beige);
}

@media screen and (max-width: 991px) {
  ._1-section-main-wrapper.cc-cta {
    padding-left: 0;
    padding-right: 0;
  }

  .styleguide-block {
    text-align: center;
  }

  .button {
    justify-content: center;
  }

  .button.cc-contact-us {
    display: none;
  }

  .heading-jumbo {
    font-size: 56px;
    line-height: 70px;
  }

  .logo-link.w--current {
    flex: 1;
  }

  .menu-icon {
    display: block;
  }

  .menu {
    margin-left: 30px;
    position: static;
  }

  .navigation-wrap {
    background-color: #fff;
  }

  .navigation {
    padding: 25px 30px;
  }

  .navigation-item {
    text-align: center;
    padding: 15px 30px;
    transition: background-color .4s, opacity .4s, color .4s;
  }

  .navigation-item:hover {
    background-color: #f7f8f9;
  }

  .navigation-item:active {
    background-color: #eef0f3;
  }

  .menu-button {
    padding: 0;
  }

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

  .logo-image {
    margin-left: 20px;
  }

  .navigation-items {
    background-color: #fff;
  }

  .cta-text {
    width: auto;
  }

  .cta-wrap {
    width: auto;
    padding: 80px 50px 90px;
  }

  .our-services-grid {
    text-align: center;
    grid-template: ". ."
                   ". ."
                   ". ."
                   / 1fr 1fr;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .service-icon {
    display: inline-block;
  }

  .contact-form-grid {
    grid-row-gap: 50px;
    text-align: center;
    grid-template: "."
                   "."
                   / 1fr;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .get-in-touch-form {
    text-align: left;
  }

  .our-contacts {
    grid-template: "."
                   "."
                   "."
                   / 1fr;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .team-members {
    grid-template: ". ."
                   ". ."
                   ". ."
                   / 1fr 1fr;
  }

  .team-member-title-wrap {
    margin-bottom: 30px;
  }

  .project-details-grid {
    grid-row-gap: 50px;
    text-align: center;
    grid-template: "."
                   "."
                   / 1fr;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .blog-detail-header-wrap {
    width: 70%;
  }

  .detail-header-image {
    height: 460px;
  }

  .blog-item {
    width: 80%;
  }

  .blog-preview-image {
    height: 460px;
  }

  .blog-summary-wrap {
    width: 100%;
  }

  .about-grid {
    grid-row-gap: 50px;
    text-align: center;
    grid-template: "."
                   "."
                   / 1fr;
  }

  .about-grid.cc-about-2 {
    grid-template-columns: 1fr;
    grid-template-areas: "."
                         ".";
  }

  .intro-text {
    width: auto;
  }

  .collection-wrap {
    flex-flow: column;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
  }

  .blog-preview-wrap {
    text-align: center;
    width: 80%;
    padding-right: 15px;
  }

  .nav-container {
    justify-content: space-between;
  }

  .grid-2 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
    margin-left: auto;
    margin-right: auto;
    padding: 49px;
  }

  .anschrift.text {
    text-align: justify;
    padding-left: 0;
    padding-right: 0;
  }

  .anschrift.text.urlaub {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-2 {
    width: 90%;
  }

  .footer {
    width: 100%;
  }

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

  .icon {
    color: var(--white);
  }

  .paragraph-12.eng {
    padding-left: 7px;
    padding-right: 7px;
  }

  .paragraph-12.gold {
    text-align: center;
    font-size: 22px;
    line-height: 28px;
    display: block;
  }

  .paragraph-12.urlaub {
    margin-left: 40px;
    margin-right: 40px;
  }

  .paragraph-12.frame {
    margin-top: 0;
    margin-bottom: 0;
  }

  .popup {
    display: none;
  }

  .feature-section {
    margin-top: 250px;
    margin-bottom: 250px;
  }

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

  .div-block-14 {
    margin-top: 0;
  }

  .image-3 {
    width: 40%;
  }

  .text-span-42 {
    color: var(--barber-beige);
  }
}

@media screen and (max-width: 767px) {
  ._1-section-main-wrapper {
    margin-left: 15px;
    margin-right: 15px;
  }

  ._1-section-main-wrapper.cc-cta {
    padding: 15px;
  }

  ._1-section-main-wrapper.cc-home-wrap {
    margin-left: 15px;
    margin-right: 15px;
  }

  ._1-section-main-wrapper.cc-store-home-wrap {
    width: auto;
    min-width: auto;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
  }

  .container {
    text-align: center;
    max-width: none;
  }

  .paragraph-bigger {
    font-size: 16px;
    line-height: 28px;
  }

  .paragraph-bigger.cc-bigger-white-light {
    margin-bottom: 0;
  }

  .button.cc-jumbo-button.cc-jumbo-white {
    margin-top: 0;
  }

  .rich-text {
    text-align: left;
    width: 90%;
    max-width: 470px;
  }

  .heading-jumbo {
    font-size: 50px;
    line-height: 64px;
  }

  .heading-jumbo-small {
    font-size: 30px;
    line-height: 52px;
  }

  .logo-link {
    padding-left: 0;
  }

  .navigation {
    padding: 20px 30px;
  }

  .cta-wrap {
    padding-left: 30px;
    padding-right: 30px;
  }

  .intro-header {
    width: auto;
    min-width: 100%;
    height: 100vh;
  }

  .intro-content {
    width: 80%;
  }

  .motto-wrap {
    margin-top: 50px;
  }

  .our-services-grid {
    grid-row-gap: 60px;
    grid-template: "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   / 1fr;
  }

  .status-message.cc-no-data {
    width: 80%;
    max-width: 470px;
  }

  .contact-form-wrap {
    padding: 30px;
  }

  .text-field.cc-contact-field, .text-field.cc-textarea {
    text-align: left;
  }

  .team-pic {
    height: 300px;
    margin-bottom: 30px;
  }

  .team-member-name {
    font-size: 16px;
    line-height: 28px;
  }

  .project-name-wrap {
    margin-bottom: 30px;
  }

  .project-name-link {
    font-size: 16px;
    line-height: 28px;
  }

  .detail-image {
    margin-bottom: 15px;
  }

  .blog-detail-header-wrap {
    text-align: left;
    width: 90%;
    max-width: 470px;
  }

  .blog-item {
    width: 90%;
    max-width: 470px;
  }

  .blog-summary-wrap {
    text-align: center;
  }

  .utility-page-wrap {
    padding: 15px;
  }

  ._404-wrap {
    padding: 30px;
  }

  .nav-container {
    justify-content: space-between;
  }

  ._2-section-about-us, ._3-section-gallery {
    height: auto;
  }

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

  ._4-section-service-prices {
    height: auto;
  }

  .grid-3 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    margin: 12px;
  }

  .price-block {
    width: auto;
  }

  ._5-section-contact {
    height: auto;
  }

  .div-block {
    width: 90%;
    margin-top: 50px;
  }

  .anschrift {
    color: var(--white);
    text-decoration: none;
  }

  .anschrift.text {
    width: 100%;
  }

  .anschrift.text.urlaub {
    width: 90%;
  }

  ._6-section-book {
    height: auto;
  }

  .div-block-2 {
    width: 90%;
    margin-top: 83px;
    margin-bottom: 50px;
  }

  .footer {
    height: auto;
    margin-top: 35px;
  }

  .fotter-grid {
    width: 90%;
    margin-top: 19px;
    margin-bottom: 20px;
  }

  .impressum-section {
    margin-left: auto;
    margin-right: auto;
  }

  .paragraph-10 {
    color: #fff;
  }

  .dsgvo {
    margin-left: auto;
    margin-right: auto;
  }

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

  .div-block-8 {
    margin-top: 0;
    margin-bottom: 60px;
  }

  .text-span-21 {
    color: var(--barber-beige);
  }

  .div-block-9 {
    margin-bottom: 88px;
  }

  .link-16, .link-17, .text-span-23 {
    color: var(--white);
  }

  .nummer {
    color: #fff;
    background-color: #0000;
  }

  .icon {
    color: var(--white);
  }

  .paragraph-12 {
    margin-top: 0;
    font-size: 18px;
  }

  .paragraph-12.gold {
    margin-top: 0;
    padding-left: 18px;
    padding-right: 18px;
  }

  .popupdiv {
    width: auto;
    height: auto;
    margin: -26px 55px;
  }

  .heading-7, .heading-8 {
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 17px;
    padding-right: 17px;
    font-size: 16px;
  }

  .div-block-12 {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .text-span-30, .text-span-31, .text-span-32 {
    color: #fff;
  }

  .heading-white {
    color: #fff;
    font-family: Vollkorn, sans-serif;
    font-weight: 400;
  }

  .feature-section {
    height: 60vh;
    margin-top: 250px;
    margin-bottom: 250px;
    padding: 40px 20px;
  }

  .flex-container {
    flex-direction: column;
  }

  .feature-image-mask {
    margin-right: 0;
  }

  .feature-image {
    margin-left: auto;
    margin-right: auto;
  }

  .heading-9, .paragraph-14 {
    text-align: center;
  }

  .div-block-14 {
    height: 50vh;
  }

  .image-3 {
    margin-top: 10px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 36px;
    line-height: 52px;
  }

  ._1-section-main-wrapper.cc-store-home-wrap {
    max-width: none;
    margin-left: 0;
  }

  .container {
    max-width: none;
    margin-top: 0;
  }

  .paragraph-bigger.cc-bigger-white-light {
    font-size: 21px;
  }

  .rich-text {
    width: 100%;
    max-width: none;
  }

  .heading-jumbo {
    font-size: 43px;
    line-height: 48px;
  }

  .heading-jumbo-small {
    line-height: 41px;
  }

  .menu {
    margin-left: 15px;
  }

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

  .menu-button, .menu-button.w--open {
    flex: none;
  }

  .cta-wrap {
    padding-left: 15px;
    padding-right: 15px;
  }

  .intro-header {
    background-image: linear-gradient(#0000007a, #0000007a), url('../images/Anil_Main_BG.jpg');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    width: auto;
    min-width: 100%;
    height: 100vh;
  }

  .intro-content.cc-homepage {
    width: 80%;
  }

  .motto-wrap {
    width: 90%;
  }

  .status-message.cc-no-data, .contact-form-grid {
    width: 100%;
  }

  .our-contacts {
    width: 90%;
  }

  .team-members {
    grid-template: "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   / 1fr;
  }

  .project-details-grid {
    width: 100%;
  }

  .blog-detail-header-wrap, .blog-item {
    width: 100%;
    max-width: none;
  }

  .navbar {
    z-index: 1;
  }

  .navbar-link {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .nav-container {
    justify-content: space-between;
  }

  .nav-menu {
    background-color: #000000b5;
  }

  ._2-section-about-us {
    height: auto;
  }

  .paragraph {
    text-align: justify;
  }

  ._3-section-gallery {
    height: auto;
    margin-top: 0;
  }

  .grid-2 {
    place-items: center;
    margin-left: 0;
    margin-right: 0;
    padding: 0;
  }

  .lightbox-link {
    margin-left: 0;
    margin-right: 0;
  }

  ._4-section-service-prices {
    align-items: center;
    height: auto;
    margin-top: 79px;
    margin-bottom: 0;
  }

  .grid-3 {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
    place-items: stretch stretch;
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .price-block {
    width: 300px;
    padding-left: 6px;
    padding-right: 6px;
  }

  ._5-section-contact {
    height: auto;
    margin-top: 99px;
  }

  .div-block {
    width: 100%;
  }

  .anschrift.text {
    text-align: justify;
    width: 90%;
  }

  .anschrift.text.urlaub {
    width: 90%;
  }

  ._6-section-book {
    height: auto;
    margin-top: auto;
  }

  .div-block-2 {
    width: 90%;
    margin-top: 40px;
  }

  .grid-4 {
    grid-template-columns: 1fr 1fr;
    margin-bottom: 0;
  }

  ._7-section-pic-grid {
    margin-bottom: 80px;
  }

  .footer {
    height: auto;
    margin-top: 0;
  }

  .fotter-grid {
    grid-template-columns: 1fr 1fr;
    width: 90%;
    margin-top: 41px;
    margin-bottom: 42px;
  }

  .section-up-arrow {
    align-items: center;
    margin-top: 0;
  }

  .link-block {
    margin-left: 0;
    margin-right: 0;
  }

  .background-video-3 {
    margin-top: 124px;
  }

  .div-block-5 {
    grid-column-gap: 17px;
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .impressum-section {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: auto;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .div-block-7 {
    margin-left: auto;
    margin-right: auto;
  }

  .heading-5 {
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    font-size: 23px;
  }

  .paragraph-10, .paragraph-10.heading-white {
    color: #fff;
  }

  .dsgvo {
    width: 350px;
    margin-left: auto;
    margin-right: auto;
  }

  .link-11 {
    text-align: left;
    object-fit: fill;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    overflow: hidden;
  }

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

  .div-block-8 {
    align-self: auto;
    margin-top: 0;
  }

  .text-span-21 {
    color: var(--barber-beige);
  }

  .link-14 {
    color: var(--white);
    text-decoration: none;
  }

  .text-span-22 {
    color: var(--white);
  }

  .text-span-22.phone {
    text-decoration: none;
  }

  .link-15 {
    margin-left: 0;
    margin-right: 0;
    overflow: visible;
  }

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

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

  .paragraph-12 {
    text-align: center;
    border-color: #000;
    border-radius: 2px;
    margin-top: 0;
  }

  .paragraph-12.gold {
    height: auto;
    margin-top: 0;
    padding: 16px 10px;
    font-size: 20px;
    line-height: 26px;
  }

  .paragraph-12.urlaub {
    margin-left: 10px;
    margin-right: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .paragraph-12.frame {
    border: 2px solid var(--barber-beige);
    margin-bottom: 10px;
  }

  .popup {
    display: none;
  }

  .popupdiv {
    margin: 0 10px;
  }

  .heading-8 {
    margin-top: 8px;
    margin-bottom: 8px;
    line-height: 28px;
  }

  .heading-white {
    text-decoration: none;
  }

  .feature-section {
    height: 70vh;
    margin-top: 50px;
    margin-bottom: 50px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .heading-9 {
    text-align: center;
    font-size: 18px;
    font-weight: 700;
  }

  .heading-9.label {
    text-align: center;
    font-size: 20px;
  }

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

  .div-block-14 {
    background-image: none;
    background-position: 0 0;
    height: 40vh;
    margin-top: 0;
    padding: 0 12px;
    line-height: 26px;
  }

  .button-2 {
    margin-bottom: 18px;
    font-weight: 700;
  }

  .image-3 {
    width: 90%;
    margin-top: 40px;
  }

  .text-span-42 {
    color: var(--barber-beige);
  }
}

#w-node-_524b1648-dfce-8d5e-7e8c-b586a79fa2c1-8abe8ac2 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_3d8f7495-ceb5-2802-fd2a-93af57bc2344-8abe8ac2, #w-node-e9426f47-35fe-670f-ddc1-1394da483df9-8abe8ac2, #w-node-fd87b655-3fae-9fa4-9d69-39bd1fc156f9-8abe8ac2 {
  place-self: center;
}

#w-node-_95d2a980-7fda-3e0b-5baf-0d10048f4b80-8abe8ac2 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  place-self: center;
}

#w-node-_2961e620-957f-c6ac-c676-87f242da703d-8abe8ac2 {
  grid-area: 2 / 2 / 3 / 3;
  place-self: center;
}

#w-node-_9c6aaff3-b42b-66cf-3093-15558cbebfb8-8cbebfb6 {
  place-self: start center;
}

#w-node-_9c6aaff3-b42b-66cf-3093-15558cbebfc0-8cbebfb6 {
  grid-area: 1 / 3 / 2 / 4;
  place-self: start center;
}

#w-node-_9c6aaff3-b42b-66cf-3093-15558cbebfc9-8cbebfb6 {
  grid-area: 1 / 2 / 2 / 3;
  place-self: start center;
}

#w-node-_9c6aaff3-b42b-66cf-3093-15558cbebfd1-8cbebfb6 {
  grid-area: 3 / 1 / 4 / 2;
  justify-self: center;
}

#w-node-_9c6aaff3-b42b-66cf-3093-15558cbebfd3-8cbebfb6 {
  grid-area: 3 / 2 / 4 / 3;
  justify-self: center;
}

#w-node-_9c6aaff3-b42b-66cf-3093-15558cbebfd5-8cbebfb6 {
  grid-area: 3 / 3 / 4 / 4;
  justify-self: center;
}

@media screen and (max-width: 991px) {
  #w-node-_6c6cc591-1f91-ae1d-0b23-3f96136d49a6-8abe8ac2 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_6c6cc591-1f91-ae1d-0b23-3f96136d49a8-8abe8ac2 {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-_6c6cc591-1f91-ae1d-0b23-3f96136d49aa-8abe8ac2 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_6c6cc591-1f91-ae1d-0b23-3f96136d49ac-8abe8ac2 {
    grid-area: 3 / 2 / 4 / 3;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_6c6cc591-1f91-ae1d-0b23-3f96136d49a4-8abe8ac2 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_6c6cc591-1f91-ae1d-0b23-3f96136d49a6-8abe8ac2 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_6c6cc591-1f91-ae1d-0b23-3f96136d49a8-8abe8ac2 {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-_6c6cc591-1f91-ae1d-0b23-3f96136d49aa-8abe8ac2 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_6c6cc591-1f91-ae1d-0b23-3f96136d49ac-8abe8ac2 {
    grid-area: 3 / 2 / 4 / 3;
  }

  #w-node-fd87b655-3fae-9fa4-9d69-39bd1fc156f9-8abe8ac2 {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-_2961e620-957f-c6ac-c676-87f242da703d-8abe8ac2 {
    grid-area: 2 / 1 / 3 / 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_8931912f-40f8-881a-94b1-44f869029a1f-8abe8ac2 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_524b1648-dfce-8d5e-7e8c-b586a79fa2c1-8abe8ac2 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_8984c4c0-ba24-1bfb-5681-f8c45be3444a-8abe8ac2 {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-_3d8f7495-ceb5-2802-fd2a-93af57bc2344-8abe8ac2 {
    grid-area: 1 / 1 / 2 / 3;
    place-self: center;
  }

  #w-node-e9426f47-35fe-670f-ddc1-1394da483df9-8abe8ac2 {
    grid-area: 2 / 1 / 3 / 3;
    place-self: center;
  }

  #w-node-fd87b655-3fae-9fa4-9d69-39bd1fc156f9-8abe8ac2 {
    grid-area: 5 / 1 / 6 / 3;
    place-self: center;
  }

  #w-node-_2961e620-957f-c6ac-c676-87f242da703d-8abe8ac2 {
    grid-area: 4 / 1 / 5 / 3;
    place-self: center;
  }

  #w-node-_9c6aaff3-b42b-66cf-3093-15558cbebfc0-8cbebfb6 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_9c6aaff3-b42b-66cf-3093-15558cbebfc9-8cbebfb6 {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-_9c6aaff3-b42b-66cf-3093-15558cbebfd1-8cbebfb6 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_9c6aaff3-b42b-66cf-3093-15558cbebfd5-8cbebfb6 {
    grid-area: 3 / 1 / 4 / 2;
  }
}


@font-face {
  font-family: 'Vollkorn';
  src: url('../fonts/Vollkorn-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Vollkorn';
  src: url('../fonts/Vollkorn-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}