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

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

@font-face {
  font-family: Zapfinoextralt Four;
  src: url('../fonts/ZapfinoExtraLT-Four.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --zweitfarbe: #ecdec4;
  --black: black;
  --hauptfarbe: #baad96;
  --white: white;
  --zweitfarbe1: #fffaf1;
}

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

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

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

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

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

body {
  color: #333;
  flex-direction: column;
  justify-content: space-between;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
  display: flex;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: bold;
  line-height: 44px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: bold;
  line-height: 36px;
}

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

.utility-page-wrap {
  background-image: url('../images/5e959eb33ff0bb50fe9c62cc_5e4e799880743331e550192d_schloss-gold_1.webp');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
  position: absolute;
  inset: auto auto 0%;
}

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

.submit-button {
  background-color: #ecbf38;
}

.logo-img {
  object-fit: contain;
  height: 18vh;
}

.logo {
  justify-content: center;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  text-decoration: none;
  display: flex;
}

.logo.ber-button {
  position: fixed;
  inset: auto 0% 15% auto;
}

.heading-logo {
  color: #000;
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 35px;
  font-weight: 400;
  line-height: 30px;
}

.telefonnummer {
  margin-bottom: 5px;
  line-height: 1.3;
}

.ffnungszeiten {
  margin-bottom: 5px;
}

.hauptfarbe {
  color: #000;
  background-color: #baad96;
}

.email {
  margin-bottom: 5px;
  line-height: 1.3;
}

.zweitfarbe {
  background-color: var(--zweitfarbe);
  color: #000;
}

.highlights {
  color: #000;
  background-color: #dac8a5;
}

.adresse {
  margin-bottom: 5px;
  line-height: 1.3;
}

.google-maps {
  width: 100%;
  height: 100%;
}

.heading-1 {
  font-family: Zapfino, Verdana, sans-serif;
  font-weight: 400;
  line-height: 1.3;
}

.heading-2 {
  font-family: Zapfino, Verdana, sans-serif;
  font-weight: 200;
  line-height: 1.3;
}

.heading-3 {
  font-family: Zapfino, Verdana, sans-serif;
  font-weight: 400;
  line-height: 1.3;
}

.flie-text {
  font-family: Gfsdidot, Verdana, sans-serif;
  font-weight: 400;
  line-height: 1.5;
}

.farbe-der-headings {
  color: #baad96;
  line-height: 1.3;
}

.terminbutton {
  text-transform: uppercase;
  font-family: Exo, sans-serif;
}

.terminbutton:hover {
  background-color: #292929;
}

.terminbutton.highlights {
  font-family: Roboto, sans-serif;
}

.terminbutton.highlights:hover {
  background-color: #161616;
}

.divblock1 {
  text-align: center;
  width: auto;
  height: auto;
  margin-left: 10px;
  margin-right: 10px;
  padding-top: 0;
  padding-bottom: 20px;
}

.datenschutz, .impressum {
  color: #fff;
  text-decoration: none;
}

.bold-text-9 {
  font-family: Droid Sans, sans-serif;
}

.video {
  height: 80vh;
  position: relative;
}

.video.bigger {
  height: 100vh;
}

.titelvideo {
  height: 100%;
  position: relative;
}

.titelvideo-div {
  color: #fff;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
  padding-top: 40px;
  padding-bottom: 100px;
  display: flex;
  position: relative;
  inset: 0%;
}

.slogan {
  text-align: center;
  font-size: 50px;
}

.slogan.heading-1 {
  font-size: 25px;
  line-height: 3;
}

.heading {
  text-align: left;
  font-size: 25px;
  line-height: 120px;
}

.heading.heading-1 {
  line-height: 1.5;
}

.footer-wrap {
  color: #fff;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 40px 140px;
  display: flex;
}

.div-block-114 {
  filter: invert();
}

.navlink {
  color: #fff;
  letter-spacing: 3px;
  font-size: 18px;
  line-height: 25px;
}

.navlink.flie-text {
  transition: all .2s;
}

.navlink.flie-text:hover {
  color: #8b8b8b;
}

.navlink.flie-text.w--current {
  color: #c2a893;
}

.nav-menu-3 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.navbar {
  background-color: #0000;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.bild-zoom-effekt1 {
  background-image: linear-gradient(#fff3, #fff3), url('../images/AdobeStock_305628877_visu.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  justify-content: center;
  align-items: flex-start;
  height: 700px;
  padding-top: 40px;
  padding-bottom: 40px;
  transition: all .2s;
  display: flex;
}

.bild-zoom-effekt1:hover {
  background-image: linear-gradient(#fff0, #fff0), url('../images/AdobeStock_305628877_visu.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.impdat {
  padding: 100px 5vw;
}

.success {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.success-block {
  border: 2px solid #000;
  justify-content: center;
  align-items: center;
  padding: 100px 76px 100px 100px;
  display: flex;
}

.success-block.highlights {
  padding-right: 100px;
}

.section-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 100px;
  display: flex;
}

.html-embed-2 {
  width: 100%;
}

.maos-footer {
  justify-content: center;
  width: 100%;
  min-width: 250px;
  height: 120px;
  display: flex;
}

.maps-gro {
  width: 100%;
  height: 100%;
  min-height: 500px;
}

.paragraph1 {
  font-size: 20px;
  line-height: 30px;
}

.paragraph1.flie-text {
  font-weight: 300;
  line-height: 1.5;
}

.button {
  text-align: center;
  letter-spacing: 2px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 15px 30px;
  font-size: 16px;
  line-height: 24px;
}

.button.flie-text.hauptfarbe {
  font-family: Gfsdidot, Verdana, sans-serif;
  transition: all .2s;
}

.button.flie-text.hauptfarbe:hover {
  transform: scale(1.02);
}

.farbe-der-headings-2 {
  line-height: 1.3;
}

.section1 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 60px 100px;
  display: flex;
}

.section1.zweitfarbe {
  padding-top: 100px;
  padding-bottom: 100px;
}

.navigation-link {
  letter-spacing: 2px;
  text-transform: uppercase;
  align-items: center;
  width: 100%;
  margin-bottom: 20px;
  padding-right: 15px;
  font-size: 40px;
  line-height: 50px;
  display: flex;
  position: relative;
}

.navigation-link.heading-1 {
  color: #000;
  text-decoration: none;
  transition: all .2s;
}

.navigation-link.heading-1:hover {
  transform: scale(1.1);
}

.navigation-line {
  width: 3px;
  height: 30px;
  margin-top: 1px;
  position: absolute;
  transform: skew(-15deg);
}

.top-title-text {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 0;
  font-size: 26px;
  line-height: 34px;
}

.navigation-text {
  z-index: 1;
  color: #fff;
  margin-left: 20px;
  line-height: 40px;
  position: relative;
}

.navigation {
  z-index: 10;
  background-image: linear-gradient(#00000080, #0000);
  justify-content: space-between;
  align-items: center;
  width: 100%;
  min-height: 0;
  padding: 20px 25px;
  display: flex;
  position: fixed;
  inset: 0% auto auto 0%;
}

.text-field {
  background-color: #fff;
  border: 1px solid #000;
  border-bottom-color: #e9e9f8;
  min-height: 40px;
}

.text-field.area {
  min-height: auto;
  padding-bottom: 55px;
}

.right-part-overlay {
  z-index: 1;
  width: 0%;
  height: 100%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.navigation-divider {
  width: 1px;
  height: 30px;
  margin-left: 18px;
  margin-right: 18px;
  transform: skew(-15deg);
}

.field-label {
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 10px;
  font-size: 11px;
}

.big-paragraph {
  margin-bottom: 0;
  font-size: 17px;
}

.line-first {
  background-color: #fff;
  border-radius: 5px;
  width: 22px;
  height: 2px;
  position: absolute;
}

.line-first.top {
  margin-top: -12px;
}

.line-first.bottom {
  margin-top: 12px;
}

.left-part {
  z-index: 3;
  float: left;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
  position: relative;
}

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

.top-title.half {
  margin-bottom: 60px;
}

.form-block-3 {
  width: 100%;
}

.navigation-menu {
  z-index: 9;
  width: 0%;
  display: block;
  position: fixed;
  inset: 0%;
}

.quote-wrapper {
  z-index: 9;
  opacity: 1;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 450px;
  display: none;
  position: relative;
}

.navigation-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  min-width: 350px;
  display: block;
}

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

.button-wrapper.submit {
  width: 100%;
  margin-top: 15px;
  padding: 16px 30px;
}

.div-block-42 {
  width: 100%;
}

.right-part {
  z-index: 3;
  float: right;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 0%;
  height: 100%;
  display: flex;
  position: relative;
}

.full-part {
  background-color: #fff;
  width: 0%;
  height: 100%;
  display: none;
}

.left-part-overlay {
  z-index: 1;
  width: 0%;
  height: 100%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.form {
  width: 100%;
}

.hamburger-menu {
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 50px;
  height: 50px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.logo_white {
  filter: invert();
}

.no-overflow {
  width: 100%;
  height: 60vh;
  overflow: hidden;
}

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

.impdat-2 {
  min-height: 80vh;
  padding: 100px 40px;
}

.impdat-2.flie-text {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  min-height: auto;
  margin-bottom: 10px;
  padding: 0;
  display: flex;
}

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

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

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

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

.html-embed-3 {
  width: 100%;
  height: 100%;
}

.nav-men-1 {
  z-index: 10000;
  margin-left: auto;
}

.logo-abstand1 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.navbar-6 {
  width: 100%;
}

.nav-link-3 {
  color: #fff;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.nav-link-3:hover {
  color: gray;
}

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

.nav-link-3.flie-text {
  color: var(--white);
  font-family: Gfsdidot, Verdana, sans-serif;
  font-size: .9vw;
}

.nav-link-3.flie-text:hover {
  color: var(--white);
  font-weight: 400;
}

.nav-link-3.flie-text.w--current {
  color: #fffaf0;
  font-weight: 400;
}

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

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

.image-100.position {
  object-position: 100% 60%;
}

.image-100.cnt {
  object-fit: contain;
}

.section-6 {
  padding: 100px;
}

.ablaufplan-big-button-3 {
  z-index: 2;
  color: #fff;
  background-color: #d4af37;
  border-radius: 30px;
  margin-bottom: 10px;
  margin-left: 0;
  margin-right: 0;
  padding: 10px 20px;
  text-decoration: none;
  transition: all .2s;
}

.ablaufplan-big-button-3:hover {
  transform: scale(1.03);
}

.ablaufplan-big-button-3.black.ablaufplan {
  margin-top: -2px;
  top: 10px;
}

.ablaufplan-big-button-3.black {
  z-index: 10000;
  color: #fff;
  background-color: #000;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  font-size: 16px;
  position: fixed;
  inset: 60px auto auto 0%;
}

.ablaufplan-big-button-3.black:hover {
  transform: none;
}

.slogan-div {
  z-index: 5;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.slogan-div.rel-2 {
  bottom: 20%;
}

.image-100-4 {
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: all .2s;
}

.image-100-4:hover {
  transform: scale(1.05);
}

.bild-inhalt-unten-1 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 80%;
  background-size: cover;
  flex-direction: column;
  justify-content: flex-end;
  align-items: stretch;
  width: 20vw;
  height: 55vh;
  margin-bottom: 10px;
  display: flex;
}

.container-9 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.heading-mitting {
  text-align: center;
  margin-bottom: 20px;
  font-size: 25px;
  line-height: 1.5;
}

.heading-mitting.heading-1.farbe-der-headings-2 {
  z-index: 5;
}

.heading-mitting.heading-1.farbe-der-headings-2.absolute {
  z-index: 4;
  margin-top: 0;
  line-height: 1.8;
}

.heading-mitting.heading-1.farbe-der-headings-2.absolute.adj {
  line-height: 2.5;
}

.paragraph-mitting {
  text-align: center;
  font-size: 20px;
  line-height: 30px;
}

.paragraph-mitting.flie-text {
  font-size: 18px;
  font-weight: 300;
  line-height: 1.5;
}

.paragraph-mitting.flie-text.kleiner {
  font-size: 15px;
}

.paragraph-mitting.flie-text {
  font-size: 18px;
  font-weight: 300;
  line-height: 1.5;
}

.paragraph-mitting.flie-text.klein {
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 12px;
  line-height: 1.3;
}

.frame-offset {
  border: 3px solid #baad96;
  width: 99.9588%;
  height: 100%;
  position: absolute;
  inset: -40px 0% 0% 10%;
}

.feature-image {
  z-index: 1;
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 100.056%;
  position: relative;
}

.paragraph-links1 {
  margin-bottom: 20px;
  font-size: 20px;
  line-height: 22px;
}

.paragraph-links1.flie-text {
  font-size: 18px;
  line-height: 1.5;
}

.team-info_content-wrapper {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.team-info_image-wrapper-2 {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.card_team-info-wrapper-2 {
  cursor: pointer;
  border: 1px solid #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 35em;
  padding: .5em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.team-info_image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.team-info_image.contain {
  object-fit: contain;
  overflow: visible;
}

.text-mittig1 {
  text-align: center;
  font-size: 14px;
  line-height: 20px;
}

.text-mittig1.flie-text {
  font-size: 16px;
  line-height: 1.5;
}

.details_background-color-2 {
  color: #333;
  background-color: #ecdec4;
  height: 100%;
  position: relative;
}

.details_icon-wrapper {
  z-index: 10;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 2em;
  height: 2em;
  display: flex;
  position: absolute;
  inset: auto 2em 2em auto;
}

.details_text-wrapper-2 {
  color: #333;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 2em;
  display: flex;
  position: absolute;
  inset: 0%;
}

.team-info_details-wrapper-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 100%;
  padding: 0;
  display: flex;
  position: absolute;
  left: 0%;
  right: 0%;
}

._3er-grid {
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 20px;
}

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

.heading-mitting-small {
  text-align: center;
  font-size: 25px;
  line-height: 1.5;
}

.heading-mitting-small.heading-2 {
  margin-top: 50px;
  font-size: 16px;
  font-weight: 700;
}

.heading-mitting-small.flie-text {
  font-size: 1.2vw;
}

.section2-center {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 100px;
  display: flex;
  position: relative;
}

.section2-center.hauptfarbe {
  background-color: var(--zweitfarbe1);
}

.number-2 {
  z-index: 3;
  justify-content: center;
  align-items: flex-end;
  width: 50%;
  height: 20vh;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.heading-large {
  text-align: center;
  font-family: Gfsdidot, Verdana, sans-serif;
  font-size: 50px;
  font-weight: 400;
}

.header_image-wrapper {
  width: 100%;
  padding-top: 120%;
  position: relative;
}

.button-row {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.header_content-right {
  grid-column-gap: 1rem;
  align-items: center;
  height: 100vh;
  overflow: hidden;
}

.header_component {
  grid-column-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.header_component.zweitfarbe {
  grid-column-gap: 5vw;
  width: 100%;
}

.header_image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.header_images-layout {
  grid-column-gap: 1rem;
  width: 100%;
  display: flex;
}

.header_image-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
  display: grid;
}

.margin-top {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.header_image-list-left {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  column-count: 2;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-self: center;
  column-gap: 1.5rem;
  width: 100%;
  height: 100%;
  margin-top: -60%;
  display: grid;
}

.header_content-left {
  max-width: 40rem;
  padding-top: 5vh;
  padding-bottom: 5vh;
}

.margin-bottom {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom.margin-small {
  margin-left: 0;
}

.section-header {
  width: 100%;
}

.header_image-list-right {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
  display: grid;
}

.no-padding-section {
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
  position: relative;
}

.no-padding-section.zweitfarbe {
  padding-left: 5vw;
  padding-right: 5vw;
}

.divider-14 {
  border-bottom: 4px dotted #7f7f7f;
  width: 90%;
  margin-bottom: 15px;
}

.content-vertical-left {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 20px;
  display: flex;
}

.content-vertical-left.linkss {
  padding-left: 100px;
}

._2er-grid1-6 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  place-items: center stretch;
  width: 90%;
  margin-top: 40px;
}

._2er-grid1-6.hide {
  display: none;
}

.secton-pattern {
  padding: 10vh 5vw;
  position: relative;
}

.card-wrapper {
  background-image: linear-gradient(#0000004d, #0000004d);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  position: absolute;
}

.heading-mitting-45px {
  text-align: center;
  text-transform: uppercase;
  font-size: 45px;
  font-style: italic;
  line-height: 1.5;
}

.heading-mitting-45px.heading-1 {
  color: #fff;
  font-size: 16px;
}

.section-63 {
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100%;
  display: block;
}

.section-63.expand {
  width: 100%;
}

.section-63.expand.zweitfarbe {
  padding: 100px;
}

.c-scrolling-content {
  overflow: hidden;
}

.c-scrolling-content.see {
  overflow: visible;
}

.wrapper-7 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.scroll-item-header {
  text-align: center;
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 5px;
  padding-right: 5px;
  font-family: Gfsdidot, Verdana, sans-serif;
  font-size: 3em;
  font-weight: 700;
  line-height: 1.4em;
}

._w-scrolling-content {
  align-items: flex-start;
  position: relative;
}

.c-scrolling-details {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.c-scroll-track {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex: none;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.c-scrolling-item {
  flex: none;
  width: 15%;
}

.line-1 {
  border: 1px solid #000;
  width: 100%;
  height: 2px;
}

.numb-1 {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.heading-mitting-25px {
  text-align: center;
  font-size: 25px;
  line-height: 1.5;
}

.heading-mitting-25px.heading-1 {
  font-size: 14px;
  line-height: 3;
}

.grid-17 {
  grid-template-rows: auto;
  width: 50%;
  margin: 40px auto;
}

.priese-cards {
  height: 100%;
  color: var(--black);
  border-top-left-radius: 250px;
  border-top-right-radius: 250px;
  padding: 0;
  overflow: hidden;
}

.card1 {
  height: 100%;
}

.card1.auto {
  width: 50%;
  margin-left: auto;
  margin-right: auto;
}

.list.paragraph-links1.flie-text {
  font-size: 18px;
  line-height: 1.5;
}

.list-item {
  margin-bottom: 10px;
}

.divider {
  background-color: #000;
  width: 80%;
  height: 2px;
  margin: 20px auto;
}

.card-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  height: 100%;
  display: flex;
}

.card-2 {
  height: 45vh;
  position: relative;
}

.dropdown-list {
  transition: all .2s;
  position: relative;
}

.dropdown-list.w--open {
  background-color: #0000;
  margin-top: 41px;
}

.faq-icon-line {
  background-color: #010202;
  border-radius: 10px;
  width: 3px;
  height: 15px;
  position: absolute;
}

.padding-vertical {
  margin-top: 40px;
  padding-left: 0;
  padding-right: 0;
}

.accrodian-toggle {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 0;
  padding: 0;
  transition: all .2s;
  display: flex;
}

.accrodian-toggle.w--open {
  padding: 0;
}

.faq-icon-line-2 {
  background-color: #010202;
  border-radius: 10px;
  width: 15px;
  height: 3px;
}

.blog-accrodian-question {
  font-family: Gfsdidot, Verdana, sans-serif;
  font-size: 22px;
  font-weight: 500;
}

.accrodian-item {
  background-color: #baad96;
  width: 100%;
  margin-bottom: 20px;
  padding: 15px 30px;
  transition: all .2s;
}

.faq-icon-2 {
  border: 3px solid #333;
  border-radius: 50px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 31px;
  padding: 0;
  display: flex;
  position: relative;
}

.logo-white {
  z-index: 10;
  margin-top: 10px;
  position: relative;
}

.logo-img-2 {
  object-fit: contain;
  width: 8rem;
}

.logo-3 {
  background-color: #fff;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  max-width: 200px;
  height: auto;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 10px;
  text-decoration: none;
  display: flex;
  position: relative;
  left: auto;
  overflow: visible;
}

.navbar1-2 {
  z-index: 1000;
  justify-content: space-between;
  width: 100%;
  display: flex;
  position: fixed;
}

.navbar-1 {
  background-color: #0000;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 10px 5vw;
  display: flex;
}

.image-100-top {
  object-fit: cover;
  object-position: 50% 0%;
  width: 100%;
  height: 100%;
}

.image-100-top:hover {
  transform: scale(1.05);
}

.navbar-block.hauptfarbe {
  height: 23vh;
}

._3er {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
}

._3er.top {
  margin-top: 20px;
}

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

.content-div {
  color: #333;
  background-color: #ecdec4;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 2em;
  display: flex;
  position: static;
  inset: 0%;
}

.wrapper-card {
  height: 55vh;
  position: relative;
}

.image-100-contain {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  object-fit: contain;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.wrapper-gallery {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 100px;
  display: flex;
}

.lightbox-link {
  width: 100%;
  height: 100%;
}

.mini_heading-mitting-slogan {
  text-align: center;
  letter-spacing: 2px;
  font-size: 20px;
  line-height: 20px;
}

.mini_heading-mitting-slogan.flie-text {
  color: #000;
}

.zweitfarbe-light {
  background-color: var(--zweitfarbe1);
  color: #000;
}

.slider-2 {
  height: 85vh;
}

.image-100-blur {
  filter: blur(5px);
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.image-100-contain-abs {
  object-fit: contain;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

._2er-grid1-6-top {
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  place-items: start stretch;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
}

._2er-grid1-6-top.enger {
  grid-template-columns: .5fr 1fr;
}

.container-9-abs {
  z-index: 50;
  color: #fff;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 80vw;
  display: flex;
  position: absolute;
  inset: 50% auto auto 50%;
  transform: translate(-50%, -50%);
}

.section-no-padding-rel {
  position: relative;
}

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

.adresse-black {
  color: #000;
  margin-bottom: 5px;
  line-height: 1.3;
}

.impressum-link-blacvk {
  color: #000;
  text-decoration: none;
}

.impressum-link-blacvk:hover {
  color: var(--black);
}

.datenschutz-link-black {
  color: #000;
  text-decoration: none;
}

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

.quick-stack-4er {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  width: 80%;
  margin-top: 12px;
  padding: 0;
}

.bild-wrapper-galerie-2 {
  width: 100%;
  height: 80vh;
}

.quick-stack-3er {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  width: 80%;
  margin-top: 12px;
  padding: 0;
}

.priese-cards-3 {
  width: 100%;
  color: var(--black);
  padding: 0;
  overflow: hidden;
}

.priese-cards-3.zweitfarbe {
  padding-bottom: 10px;
}

.priese-cards-3.zweitfarbe._100 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.image-100-top-mid {
  object-fit: cover;
  object-position: 50% 12%;
  width: 100%;
  height: 100%;
}

.small-icon {
  object-fit: contain;
  width: 3rem;
  height: 3rem;
  margin-bottom: 20px;
}

.titelvideo-div-2 {
  color: #fff;
  background-image: linear-gradient(#00000080, #00000080), url('../images/B1_Vintage-Shooting_.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
  padding-top: 40px;
  padding-bottom: 100px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.titelvideo-div-2._2 {
  background-image: linear-gradient(#00000080, #00000080);
  background-position: 0 0;
}

.mini_heading-mitting-slogan-white {
  text-align: center;
  letter-spacing: 2px;
  font-size: 20px;
  line-height: 20px;
}

.section3-small-contact-2 {
  background-image: url('../images/DSC_3650.avif');
  background-position: 50% 30%;
  background-size: cover;
  background-attachment: fixed;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 60vh;
  position: relative;
  overflow: hidden;
}

.div-block-video-4 {
  color: #fff;
  letter-spacing: 1px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 10vw;
  padding-right: 10vw;
  display: flex;
  position: absolute;
  inset: 0%;
}

.slogan-4 {
  text-align: left;
  letter-spacing: 0;
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 70px;
  line-height: 1.5;
}

._4er-3 {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 100%;
}

.no-overflow-6 {
  width: 100%;
  height: 75vh;
  overflow: hidden;
}

._2er-grid1-7 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  place-items: center stretch;
  margin-top: 20px;
  margin-bottom: 20px;
}

.container-12 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.galerie_section {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 10vh 5vw;
  display: flex;
}

.no_overflow {
  width: 100%;
}

.dropdown-list-16 {
  background-color: #ecdec4;
}

.dropdown-list-16.w--open {
  background-color: var(--hauptfarbe);
}

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

.text-span-14 {
  display: block;
}

.startseite_hero-section {
  height: 90vh;
  position: relative;
}

.link-block-4 {
  text-decoration: none;
}

.button-9 {
  text-align: center;
  letter-spacing: 2px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 15px 30px;
  font-size: 16px;
  line-height: 24px;
}

.button-9.flie-text.zweitfarbe {
  transition: all .2s;
}

.button-9.flie-text.zweitfarbe:hover {
  transform: scale(1.02);
}

.heading-89 {
  text-align: left;
  font-size: 25px;
  line-height: 120px;
}

.heading-89.heading-1 {
  line-height: 1.5;
}

.heading-89.heading-1.farbe-der-headings-2 {
  z-index: 5;
}

._2er-grid1-6-top-4 {
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
  place-items: start stretch;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
}

.button-10 {
  text-align: center;
  letter-spacing: 2px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 15px 30px;
  font-size: 16px;
  line-height: 24px;
}

.button-10.flie-text.hauptfarbe {
  transition: all .2s;
}

.button-10.flie-text.hauptfarbe:hover {
  transform: scale(1.02);
}

.dropdown-link {
  color: #fff;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.dropdown-link:hover {
  color: gray;
}

.dropdown-link.w--current {
  color: #ebe3de;
}

.dropdown-link.flie-text {
  color: var(--white);
  font-family: Gfsdidot, Verdana, sans-serif;
  font-size: .9vw;
}

.dropdown-link.flie-text:hover {
  color: var(--zweitfarbe1);
}

.dropdown-link.flie-text.w--current {
  color: #e2ded8;
}

.slider_wrapper {
  width: 100%;
  height: 100%;
  position: relative;
}

.custom-slider {
  background-color: #ddd0;
  justify-content: center;
  align-items: flex-start;
  width: 28%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: static;
}

.main-image {
  object-fit: contain;
  width: 100%;
  height: 65vh;
}

.main-image.cover {
  object-fit: cover;
}

.main-image.cover.top {
  object-position: 50% 0%;
}

.left-arrow {
  color: #333;
  width: 4rem;
  height: 4rem;
  inset: auto auto 0% 0%;
}

.right-arrow {
  color: #333;
  width: 4rem;
  height: 4rem;
  inset: auto 0% 0% auto;
}

.slide-nav {
  display: none;
}

.paragraph-mitting-small {
  text-align: center;
  font-size: 20px;
  line-height: 30px;
}

.paragraph-mitting-small.flie-text {
  font-size: 14px;
  font-weight: 300;
  line-height: 1.5;
}

.tab-link {
  width: 100%;
  margin-left: 10px;
  margin-right: 10px;
  padding: 0;
  font-size: 16px;
  line-height: 22px;
}

.tab-link.flie-text {
  background-color: #f3b46100;
  transition: all .2s;
}

.tab-link.flie-text:hover {
  background-color: #f3b46100;
}

.tab-link.flie-text.w--current {
  color: #fff;
  background-color: #f2b56100;
  padding: 0;
  transform: none;
}

.tabs-content {
  margin-bottom: 60px;
}

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

.button-11 {
  text-align: center;
  letter-spacing: 2px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 15px 30px;
  font-size: 16px;
  line-height: 24px;
}

.button-11.flie-text.zweitfarbe {
  transition: all .2s;
}

.button-11.flie-text.zweitfarbe:hover {
  transform: scale(1.02);
}

.button-11.flie-text.zweitfarbe.red {
  color: #fff;
  background-color: #974142;
}

.content_wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.termine-button {
  text-align: center;
  letter-spacing: 2px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 15px 30px;
  font-size: 16px;
  line-height: 24px;
}

.termine-button.flie-text.zweitfarbe {
  transition: all .2s;
}

.termine-button.flie-text.zweitfarbe:hover {
  transform: scale(1.02);
}

.button-25 {
  text-align: center;
  letter-spacing: 2px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 15px 30px;
  font-size: 16px;
  line-height: 24px;
}

.button-25.flie-text.zweitfarbe {
  transition: all .2s;
}

.button-25.flie-text.zweitfarbe:hover {
  transform: scale(1.02);
}

.button-25.flie-text.hauptfarbe {
  font-family: Gfsdidot, Verdana, sans-serif;
  transition: all .2s;
}

.button-25.flie-text.hauptfarbe:hover {
  transform: scale(1.02);
}

.section-padding-top {
  background-color: var(--hauptfarbe);
  padding-top: 100px;
}

.grid-18 {
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 100%;
  margin-top: 40px;
}

.ratio-box {
  padding-top: 149%;
  position: relative;
}

.lightbox-link-abs {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.image-100-4-contain {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  object-fit: contain;
  width: 100%;
  height: 100%;
  transition: all .2s;
  position: absolute;
  inset: 0% auto auto 0%;
}

.image-100-4-contain:hover {
  transform: scale(1.05);
}

.link-block-5 {
  background-color: #fff;
  border-radius: 50%;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 75px;
  height: 75px;
  display: flex;
}

.wa-icon {
  width: 75px;
}

.relative-div {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 75vh;
  display: flex;
  position: relative;
}

.abs-image-1 {
  z-index: 1;
  object-fit: cover;
  border-top-left-radius: 200px;
  border-top-right-radius: 200px;
  width: 70%;
  height: 75vh;
  position: absolute;
  inset: auto 0% 0% -10%;
}

.abs-image-1.spiegel {
  left: auto;
  right: -11%;
}

.image-shape {
  object-fit: cover;
  border-top-left-radius: 200px;
  border-top-right-radius: 200px;
  width: 65%;
  height: 100%;
}

.content-vertical-left-2 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 20px 100px 20px 20px;
  display: flex;
}

.tabs {
  width: 100%;
}

.relative-div-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 75vh;
  display: flex;
  position: relative;
}

.image-100-2 {
  object-fit: cover;
  width: 70%;
  height: 55vh;
  position: relative;
  bottom: 120px;
  left: 100px;
}

.image-100-2.apiegel {
  left: auto;
  right: 115px;
}

.image-100-2.size {
  transform: translate(0);
}

.relative-div-3 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 75vh;
  display: flex;
  position: relative;
}

.secton-pattern-1 {
  padding: 10vh 5vw;
  position: relative;
}

.secton-pattern-1.zweitfarbe {
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

.text-span-16, .text-span-17 {
  font-size: 30px;
}

.dropdown-toggle-12 {
  font-family: Gfsdidot, Verdana, sans-serif;
}

._2er-grid1-6-top-5 {
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr;
  place-items: start stretch;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
}

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

.jotform {
  width: 100%;
}

.navbar-wrapper {
  background-color: var(--hauptfarbe);
  height: 20vh;
}

.quick-stack-2er-2 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  width: 80%;
  margin-top: 12px;
  padding: 0;
}

.link-block-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #333;
  background-color: #baad96;
  border: 1px solid #575757;
  border-radius: 10px;
  justify-content: flex-start;
  align-items: center;
  width: 75px;
  height: 75px;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-right: 5px;
  padding: 10px;
  text-decoration: none;
  transition: all .5s;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

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

.image-105 {
  object-fit: contain;
  width: 55px;
  height: 55px;
}

.small-heading-2 {
  margin-top: 10px;
  font-size: 18px;
  line-height: 25px;
  display: none;
}

.icon-wrapper {
  z-index: 100;
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  display: flex;
  position: fixed;
  inset: auto 0% 3% auto;
}

.image-100-abs {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.tabs-menu-80 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 70%;
  margin: auto;
  display: grid;
}

.container-9-abs-black {
  z-index: 50;
  color: #fff;
  background-color: #00000070;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 80vw;
  padding-top: 25px;
  padding-bottom: 10px;
  display: flex;
  position: absolute;
  inset: 50% auto auto 50%;
  transform: translate(-50%, -50%);
}

.team-info_image-vintage {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.team-info_image-vintage.contain {
  object-fit: contain;
  overflow: visible;
}

.titelbild-kundengarderobe {
  color: #fff;
  background-image: linear-gradient(#00000080, #00000080), url('../images/00-1.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
  padding-top: 40px;
  padding-bottom: 100px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.titelvideo-div-2-1 {
  color: #fff;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
  padding-top: 40px;
  padding-bottom: 100px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.image-100-abs-contian {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  object-fit: contain;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.image-100-abs-contian.hide {
  display: none;
}

.slogan-black {
  text-align: center;
  font-size: 50px;
}

.slogan-black.heading-1 {
  color: #ababab;
  font-size: 25px;
  line-height: 3;
}

.navbar-block2 {
  background-color: #0000005e;
  height: 17vh;
  position: absolute;
  inset: 0% 0% auto;
}

.utility-page-wrap-3 {
  background-color: var(--hauptfarbe);
  background-image: linear-gradient(180deg, var(--hauptfarbe), var(--zweitfarbe));
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding-left: 100px;
  padding-right: 100px;
  font-family: Gfsdidot, Verdana, sans-serif;
  display: flex;
}

.utility-page-content-4 {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: auto;
  display: flex;
  position: static;
  inset: auto auto 0%;
}

.image-106 {
  object-fit: contain;
  height: 10rem;
}

.heading-90, .text-block {
  font-family: Gfsdidot, Verdana, sans-serif;
}

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

.right-arrow-2, .left-arrow-2, .icon-7 {
  display: none;
}

.image-107 {
  object-fit: cover;
  width: 100%;
  height: 60vh;
}

.grid-19 {
  grid-template-rows: auto;
  place-items: center;
  margin-top: 10px;
}

.div-block-116 {
  background-color: #f5f5f5;
  padding: 40px;
}

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

.icon-small {
  height: 25px;
  margin-bottom: 10px;
  margin-left: 5px;
}

.grid-20 {
  grid-template-rows: auto;
  width: 50%;
  margin: 40px auto;
}

.swiper-slide {
  flex: none;
  width: 100%;
  height: 100%;
}

.swiper-slide.cc-how-slider {
  justify-content: center;
  align-items: center;
  padding: 60px;
  display: flex;
}

.swiper-slide.cc-how-slider-thumbs {
  border-radius: 8px;
  text-decoration: none;
}

.swiper-slide.cc-how-slider-thumbs:focus-visible, .swiper-slide.cc-how-slider-thumbs[data-wf-focus-visible] {
  outline-offset: -4px;
}

.swiper-slide.cc-how-slider-thumbs.swiper-slide-thumb-active {
  color: #fff;
  padding: 0;
  text-decoration: none;
}

.h4 {
  margin-top: 0;
  margin-bottom: .8em;
  font-size: 1.2rem;
  font-weight: 500;
}

.col {
  flex: 1;
  margin-bottom: 40px;
  padding-left: 20px;
  padding-right: 20px;
}

.col.col-lg-7 {
  flex-basis: 58.33%;
  max-width: 58.3333%;
}

.col.col-lg-7.col-md-12 {
  max-width: 100%;
}

.col.col-lg-5 {
  flex-basis: 41.67%;
  max-width: 41.6667%;
}

.col.col-lg-5.col-md-12 {
  max-width: 80%;
  padding: 0;
}

.u-position-relative {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  position: relative;
}

.u-mb-0 {
  margin-bottom: 0;
}

.swiper-wrapper {
  height: 100%;
  display: flex;
}

.swiper-wrapper.cc-how-slider-thumbs {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.phone-mock_border {
  z-index: 1;
  border: 12px solid #1d1c1a;
  border-radius: 28px;
  position: absolute;
  inset: 0%;
}

.phone-mock {
  background-color: #1d1c1a;
  border-radius: 40px;
  width: 70%;
  max-width: 280px;
  margin-left: auto;
  margin-right: auto;
  padding: 12px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 20px 50px #0000000f;
}

.page-wrapper {
  color: #fff;
  background-color: #1d1c1a;
  position: relative;
}

.slider-arrow {
  color: #dfddd6;
  background-color: #0000;
  border: 1px solid #888680;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 4rem;
  height: 4rem;
  font-size: 24px;
  transition: all .2s;
  display: flex;
}

.slider-arrow:hover {
  color: #fff;
  background-color: #888680;
}

.slider-arrow.cc-how-slide-left {
  z-index: 2;
  position: absolute;
  inset: 100% auto auto 0;
  transform: translate(0, -50%);
}

.slider-arrow.cc-how-slide-right {
  z-index: 2;
  position: absolute;
  inset: 100% 0 auto auto;
  transform: translate(0, -50%);
}

.phone-screen {
  position: relative;
}

.swiper.cc-how-slider {
  border-radius: 8px;
  height: 100%;
  overflow: hidden;
}

.section {
  padding-top: 8rem;
  padding-bottom: 8rem;
  position: relative;
}

.container {
  width: 90%;
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.phone-mock_tab {
  background-color: #1d1c1a;
  border-bottom-right-radius: 1em;
  border-bottom-left-radius: 1em;
  width: 50%;
  height: 32px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 0% 0% auto;
}

.swiper-slider_details-collapse {
  display: none;
}

.row {
  flex-wrap: wrap;
  align-content: stretch;
  margin-left: -20px;
  margin-right: -20px;
  display: flex;
}

.row.row-align-center {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  margin-left: 0;
  margin-right: 0;
  display: grid;
}

.phone-screen_wrapper {
  border-radius: 28px;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.phone-screen_img {
  object-fit: cover;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex: none;
  width: 100%;
  height: 100%;
}

.container-13 {
  z-index: 2;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: relative;
}

.arrow {
  color: #2c2b46;
  background-color: #fff;
  border: 2px solid #fff;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  margin-left: 0;
  margin-right: 0;
  display: flex;
  inset: auto auto 98px 0%;
}

.arrow:hover {
  color: #000;
}

.arrow.tab_previous {
  position: absolute;
  top: 65vh;
  left: 0%;
  right: auto;
}

.arrow.tab_next {
  position: absolute;
  inset: 65vh 0% 0% auto;
}

.v-tab_menu {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 70%;
  display: grid;
}

.values_slide-no-wrap {
  justify-content: center;
  align-items: center;
  max-width: 100%;
  height: 48px;
  display: flex;
}

.v-tabs {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.values_slide-no {
  text-align: center;
}

.values_c-block {
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  display: flex;
}

.v-tab_pan {
  height: 100%;
}

.values_text {
  letter-spacing: .4px;
  margin-top: 16px;
  line-height: 1.6;
}

.v-tab_link {
  background-color: #0000;
  border-bottom: 2px solid #0000;
  padding-left: 0;
  padding-right: 0;
}

.v-tab_link.w--current {
  color: #fff;
  background-color: #0000;
  border-bottom: 2px #d0ff00;
  padding-left: 0;
  padding-right: 0;
}

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

.v-tab_contemt {
  flex: 1;
  margin-bottom: 60px;
  overflow: visible;
}

.values {
  grid-template-rows: auto;
  width: 388px;
  height: 330px;
  position: relative;
}

.values.tab-wrapper {
  width: 100%;
  height: auto;
}

.lightbox-link-2 {
  width: 100%;
  height: 100%;
}

.overlay {
  background-image: linear-gradient(#0003, #0003);
  position: absolute;
  inset: 0%;
}

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

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

.image.desktop {
  cursor: pointer;
  display: block;
}

.image.mobile {
  display: none;
}

.div-block-118 {
  margin-top: -100px;
  padding-top: 100px;
  display: none;
}

.div-block-118.show {
  display: block;
}

.gallery-grid {
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
}

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

.lightbox-link-3 {
  width: 100%;
  height: auto;
}

.divider-15 {
  background-color: #000;
  width: 80%;
  height: 2px;
  margin: 20px auto;
}

.priese-cards-4 {
  color: #000;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

.priese-cards-4.zweitfarbe {
  padding-bottom: 10px;
}

.priese-cards-4.zweitfarbe._100 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.container-14 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.priese-cards-5 {
  color: #000;
  border-top-left-radius: 250px;
  border-top-right-radius: 250px;
  height: 100%;
  padding: 0;
  overflow: hidden;
}

@media screen and (max-width: 991px) {
  .logo-img {
    width: 120px;
    height: auto;
  }

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

  .telefonnummer, .email {
    margin-bottom: 5px;
  }

  .flie-text {
    overflow-wrap: anywhere;
  }

  .divblock1 {
    padding-bottom: 20px;
  }

  .video {
    height: 60vh;
  }

  .slogan.heading-1 {
    font-size: 17px;
    line-height: 3.2;
  }

  .heading {
    font-size: 90px;
    line-height: 90px;
  }

  .heading.heading-1 {
    text-align: center;
    font-size: 34px;
  }

  .footer-wrap {
    padding: 10px 20px;
  }

  .div-f-r-nav {
    width: auto;
  }

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

  .icon-5 {
    color: #fff;
  }

  .navlink.flie-text {
    text-align: right;
  }

  .nav-menu-3 {
    background-color: #000c;
    width: 100%;
  }

  .navbar {
    justify-content: space-between;
  }

  .bild-zoom-effekt1 {
    height: 400px;
  }

  .impdat {
    padding: 60px;
  }

  .success-block {
    width: auto;
    padding-left: 40px;
    padding-right: 40px;
  }

  .success-block.highlights, .section-2 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .paragraph1.flie-text {
    text-align: center;
    font-size: 16px;
  }

  .button.flie-text.hauptfarbe {
    margin-bottom: 0;
  }

  .section1.zweitfarbe {
    padding: 60px;
  }

  .section1.hauptfarbe {
    padding-left: 60px;
    padding-right: 60px;
  }

  .no-overflow {
    height: 59vh;
  }

  .html-embed-3 {
    height: 100%;
  }

  .nav-men-1 {
    background-color: var(--hauptfarbe);
    padding: 10px;
  }

  .men-icon1 {
    color: #fff;
  }

  .nav-link-3.flie-text {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 14px;
  }

  .nav-link-3.flie-text:hover {
    color: var(--white);
  }

  .nav-link-3.flie-text.w--current {
    color: #fff;
    font-weight: 700;
  }

  .men-buttton1.hauptfarbe {
    margin-left: auto;
  }

  .men-buttton1.hauptfarbe.w--open {
    background-color: var(--hauptfarbe);
  }

  .image-100 {
    height: 100%;
  }

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

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

  .ablaufplan-big-button-3.black.ablaufplan {
    top: 70px;
  }

  .ablaufplan-big-button-3.black {
    top: 20px;
  }

  .slogan-div.rel-2 {
    bottom: 0%;
  }

  .container-9 {
    max-width: 100%;
  }

  .heading-mitting {
    font-size: 90px;
    line-height: 90px;
  }

  .heading-mitting.heading-1.farbe-der-headings-2 {
    text-align: center;
    width: 100%;
    margin-bottom: 10px;
    font-size: 35px;
    line-height: 70px;
  }

  .heading-mitting.heading-1.farbe-der-headings-2.absolute {
    font-size: 23px;
    line-height: 62px;
    position: static;
    inset: 0% auto auto;
  }

  .heading-mitting.heading-1.farbe-der-headings-2.absolute.adj {
    line-height: 62px;
  }

  .heading-mitting.flie-text {
    font-size: 25px;
    line-height: 33px;
  }

  .paragraph-mitting.flie-text {
    text-align: center;
    text-align: center;
    text-align: center;
    text-align: center;
    text-align: center;
    font-size: 16px;
  }

  .frame-offset {
    height: 400px;
    top: -20px;
    left: -20px;
  }

  .feature-image {
    height: 400px;
  }

  .paragraph-links1.flie-text {
    text-align: center;
    font-size: 16px;
  }

  .team-info_image-wrapper-2 {
    overflow: hidden;
  }

  .team-info_image-wrapper-2.size {
    height: 50vh;
  }

  .card_team-info-wrapper-2 {
    width: 100%;
    height: auto;
  }

  .team-info_image.contain.blk {
    background-color: var(--zweitfarbe);
  }

  .details_icon-wrapper {
    display: flex;
  }

  .details_text-wrapper-2 {
    width: 100%;
    padding: 1em;
    position: static;
  }

  .team-info_details-wrapper-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    width: 100%;
    padding-top: .5em;
    position: static;
  }

  ._3er-grid {
    flex-flow: column;
    width: 100%;
    display: flex;
  }

  .heading-mitting-small {
    font-size: 90px;
    line-height: 90px;
  }

  .heading-mitting-small.flie-text {
    font-size: 16px;
    line-height: 1.5rem;
  }

  .section2-center {
    flex-direction: column;
    justify-content: flex-start;
    height: 175vh;
  }

  .section2-center.zweitfarbe, .section2-center.hauptfarbe, .section2-center.highlights, .section2-center.zweitfarbe-light {
    height: auto;
    padding: 60px;
  }

  .number-2 {
    width: auto;
    height: auto;
  }

  .button-row {
    justify-content: center;
    align-items: flex-start;
  }

  .header_content-right {
    height: 40rem;
    padding-left: 0;
  }

  .header_component {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
    padding-top: 6rem;
  }

  .header_component.zweitfarbe {
    grid-column-gap: 5vw;
    grid-row-gap: 4rem;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    padding-top: 2rem;
    display: grid;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-top.margin-medium {
    width: 100%;
  }

  .header_content-left {
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .no-padding-section {
    flex-direction: column;
    justify-content: flex-start;
    height: 175vh;
  }

  .no-padding-section.zweitfarbe {
    height: auto;
    padding-left: 60px;
    padding-right: 60px;
  }

  .content-vertical-left {
    justify-content: flex-start;
    align-items: center;
    padding: 20px 0 0;
  }

  .content-vertical-left.linkss {
    padding-left: 0;
  }

  .content-vertical-left.last {
    order: 1;
  }

  .content-vertical-left.last.oben {
    margin-top: 20px;
  }

  ._2er-grid1-6 {
    flex-flow: column;
    width: 100%;
    margin-top: 20px;
    display: flex;
  }

  .secton-pattern {
    padding-bottom: 5vh;
  }

  .secton-pattern.zweitfarbe, .secton-pattern.highlights {
    padding: 60px;
  }

  .card-wrapper {
    background-color: var(--hauptfarbe);
    position: static;
  }

  .heading-mitting-45px {
    font-size: 90px;
    line-height: 90px;
  }

  .heading-mitting-45px.heading-1 {
    line-height: 72px;
  }

  .section-63.expand {
    height: auto;
    overflow: hidden;
  }

  .section-63.expand.zweitfarbe {
    padding: 60px;
  }

  .wrapper-7 {
    padding-left: 0;
    padding-right: 0;
  }

  .c-scrolling-details {
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .c-scroll-track {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .c-scrolling-item {
    width: 100%;
  }

  .heading-mitting-25px {
    font-size: 90px;
    line-height: 90px;
  }

  .grid-17 {
    grid-column-gap: 3px;
    grid-row-gap: 3px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: auto;
    margin-top: 20px;
    margin-bottom: 20px;
    display: flex;
  }

  .priese-cards.zweitfarbe {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .card1 {
    width: 100%;
  }

  .card1.auto {
    width: auto;
  }

  .list.paragraph-links1.flie-text {
    text-align: left;
    font-size: 16px;
  }

  .card-wrap, .card-2 {
    width: 100%;
  }

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

  .padding-vertical.padding-xxlarge {
    width: 100%;
    margin-top: 20px;
  }

  .accrodian-toggle {
    justify-content: space-between;
    align-items: center;
  }

  .blog-accrodian-question {
    font-size: 1.2rem;
  }

  .accrodian-item {
    border-radius: 24px;
  }

  .logo-img-2 {
    width: 130px;
  }

  .navbar1-2 {
    background-color: #fff;
    position: sticky;
  }

  .navbar-1 {
    padding: 0 40px;
  }

  .image-100-top {
    height: 100%;
  }

  ._3er.top {
    grid-column-gap: 21px;
    grid-row-gap: 21px;
    flex-flow: column;
    display: flex;
  }

  .content-div {
    padding: 1em;
  }

  .image-100-contain {
    height: 100%;
  }

  .wrapper-gallery {
    width: 100%;
    margin-bottom: 10px;
  }

  .image-100-blur, .image-100-contain-abs {
    height: 100%;
  }

  ._2er-grid1-6-top {
    flex-flow: column;
    margin-top: 10px;
    margin-bottom: 10px;
    display: flex;
  }

  .container-9-abs {
    max-width: none;
  }

  .quick-stack-4er, .quick-stack-3er {
    width: 100%;
  }

  .image-100-top-mid {
    height: 100%;
  }

  .small-icon {
    margin-bottom: 10px;
  }

  .titelvideo-div-2 {
    justify-content: center;
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
  }

  .mini_heading-mitting-slogan-white.flie-text {
    font-size: 16px;
  }

  .div-block-video-4 {
    z-index: 20;
    background-image: linear-gradient(#ffffff26, #ffffff26);
    width: 100%;
    padding-left: 40px;
    padding-right: 40px;
  }

  .slogan-4 {
    font-size: 40px;
  }

  .no-overflow-6 {
    height: 50vh;
  }

  .galerie_section.hauptfarbe {
    padding: 60px;
  }

  .dropdown-list-16.w--open {
    background-color: var(--black);
    position: relative;
  }

  .startseite_hero-section {
    height: 60vh;
  }

  .heading-89 {
    font-size: 90px;
    line-height: 90px;
  }

  .heading-89.heading-1 {
    text-align: center;
    font-size: 28px;
    line-height: 1.7;
  }

  .heading-89.heading-1.farbe-der-headings-2 {
    text-align: center;
    width: 100%;
  }

  ._2er-grid1-6-top-4 {
    flex-flow: column;
    display: flex;
  }

  .dropdown-link.flie-text {
    font-size: 14px;
  }

  .custom-slider {
    width: 100%;
  }

  .main-image {
    object-position: 50% 22%;
    height: 60vh;
  }

  .paragraph-mitting-small.flie-text {
    text-align: center;
    text-align: center;
    text-align: center;
    text-align: center;
    text-align: center;
    text-align: center;
    text-align: center;
    text-align: center;
  }

  .tab-link.flie-text {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .button-25.flie-text.hauptfarbe {
    margin-bottom: 0;
  }

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

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

  .abs-image-1 {
    width: 55%;
    height: 50vh;
    position: static;
  }

  .image-shape.top {
    object-position: 50% 16%;
  }

  .content-vertical-left-2 {
    justify-content: flex-start;
    align-items: center;
    padding: 0 0 20px;
  }

  .content-vertical-left-2.last {
    order: 1;
    padding-top: 20px;
  }

  .relative-div-2 {
    height: auto;
  }

  .image-100-2 {
    width: 50%;
    height: 100%;
    bottom: 0;
    left: 0;
  }

  .image-100-2.apiegel {
    position: static;
  }

  .image-100-2.size {
    width: 55%;
    height: 60vh;
  }

  .relative-div-3 {
    height: 60vh;
  }

  .secton-pattern-1 {
    padding-bottom: 5vh;
  }

  .secton-pattern-1.zweitfarbe {
    flex-flow: column;
    height: auto;
    padding: 60px;
  }

  .text-span-16 {
    font-size: 26px;
  }

  .dropdown-toggle-12 {
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
  }

  .dropdown-15, .card-wrapper-2 {
    width: 100%;
  }

  ._2er-grid1-6-top-5 {
    flex-flow: column;
    display: flex;
  }

  .navbar-wrapper {
    display: none;
  }

  .quick-stack-2er-2 {
    width: 100%;
  }

  .link-block-2 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
    justify-content: center;
    width: 45px;
    height: 45px;
    margin-right: 10px;
    padding: 5px;
  }

  .link-block-2.w--current {
    flex-flow: column;
  }

  .image-105 {
    width: 30px;
    height: 30px;
  }

  .small-heading-2 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 17px;
    display: none;
  }

  .image-100-abs {
    height: 100%;
  }

  .tabs-menu-80 {
    flex-flow: column;
    grid-template-columns: 1fr;
    display: flex;
  }

  .container-9-abs-black {
    padding-left: 20px;
    padding-right: 20px;
  }

  .team-info_image-vintage.contain.blk {
    background-color: var(--zweitfarbe);
  }

  .titelbild-kundengarderobe, .titelvideo-div-2-1 {
    justify-content: center;
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
  }

  .image-100-abs-contian {
    height: 100%;
  }

  .slogan-black.heading-1 {
    font-size: 17px;
    line-height: 3.2;
  }

  .image-107 {
    height: 50vh;
  }

  .icon-small {
    height: 25px;
  }

  .stars {
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .grid-20 {
    grid-column-gap: 3px;
    grid-row-gap: 3px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: auto;
    margin-top: 20px;
    margin-bottom: 20px;
    display: flex;
  }

  .swiper-slide.cc-how-slider-thumbs {
    opacity: 0;
    display: none;
  }

  .swiper-slide.cc-how-slider-thumbs.swiper-slide-thumb-active {
    opacity: 1;
    background-color: #0000;
    display: block;
  }

  .u-mb-0 {
    margin-bottom: 0;
  }

  .swiper-wrapper.cc-how-slider-thumbs {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .phone-mock {
    width: 90%;
  }

  .swiper.cc-how-slider-thumbs {
    max-width: none;
  }

  .swiper.cc-how-slider {
    height: 650px;
  }

  .container-13 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .v-tab_menu {
    flex-flow: column;
    grid-template-columns: 1fr 1fr;
    width: 100%;
  }

  .v-tab_link {
    font-size: 16px;
  }

  .values {
    width: 330px;
  }

  .div-block-118 {
    margin-top: 0;
    padding-top: 0;
  }

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

  .lightbox-link-3 {
    height: 30rem;
  }

  .lightbox-link-3.auto {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
  }

  .container-14 {
    max-width: 100%;
  }

  .priese-cards-5.zweitfarbe {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }
}

@media screen and (max-width: 767px) {
  .heading-2 {
    font-size: 25px;
    line-height: 30px;
  }

  .divblock1 {
    height: auto;
  }

  .video {
    height: 28rem;
  }

  .titelvideo-div {
    padding-bottom: 20px;
  }

  .slogan.heading-1 {
    line-height: 3;
  }

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

  .bild-zoom-effekt1 {
    min-height: 300px;
  }

  .impdat {
    padding: 40px;
  }

  .success {
    height: auto;
    padding: 100px 40px;
  }

  .success-block {
    height: auto;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .success-block.highlights {
    padding-right: 40px;
  }

  .section-2 {
    padding: 40px 20px;
  }

  .maos-footer {
    height: 100px;
  }

  .maps-gro {
    height: 400px;
  }

  .section1.zweitfarbe, .section1.hauptfarbe {
    padding: 40px;
  }

  .no-overflow {
    height: 25rem;
  }

  .men-buttton1.hauptfarbe {
    padding: 10px;
  }

  .image-100.position {
    object-position: 100% 50%;
  }

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

  .slogan-div {
    justify-content: flex-start;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
  }

  .slogan-div.rel-2 {
    top: 30%;
  }

  .heading-mitting.heading-1.farbe-der-headings-2 {
    text-align: center;
    width: 100%;
    font-size: 24px;
    line-height: 54px;
  }

  .heading-mitting.flie-text {
    font-size: 25px;
  }

  .paragraph-mitting.flie-text.kleiner {
    font-size: 16px;
  }

  .frame-offset {
    height: 300px;
  }

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

  .paragraph-links1.flie-text {
    font-size: 14px;
  }

  .team-info_image-wrapper-2.size {
    height: 25rem;
  }

  .card_team-info-wrapper-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .team-info_image.contain.blk {
    object-fit: cover;
  }

  .details_text-wrapper-2 {
    padding-top: .25em;
    padding-bottom: .25em;
  }

  .section2-center {
    height: 184vh;
    padding-left: 20px;
    padding-right: 20px;
  }

  .section2-center.zweitfarbe, .section2-center.hauptfarbe, .section2-center.highlights, .section2-center.zweitfarbe-light {
    padding: 40px;
  }

  .header_content-right {
    width: 100%;
    height: 30rem;
  }

  .header_component {
    padding-top: 4rem;
  }

  .header_component.zweitfarbe {
    grid-column-gap: 0vw;
    grid-row-gap: 0rem;
    flex-flow: column;
    padding-top: 0;
    display: flex;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .header_content-left {
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
    padding-bottom: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .no-padding-section {
    height: 184vh;
    padding-left: 20px;
    padding-right: 20px;
  }

  .no-padding-section.zweitfarbe {
    height: auto;
    padding-top: 40px;
    padding-left: 40px;
    padding-right: 40px;
  }

  ._2er-grid1-6 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .secton-pattern.zweitfarbe, .secton-pattern.highlights, .section-63.expand.zweitfarbe {
    padding: 40px;
  }

  .list.paragraph-links1.flie-text {
    padding-left: 20px;
  }

  .card-2 {
    height: 25rem;
  }

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

  .padding-vertical.padding-xxlarge {
    margin-top: 0;
  }

  .blog-accrodian-question {
    white-space: pre-wrap;
    width: 92%;
    font-size: 1rem;
    line-height: 120%;
  }

  .accrodian-item {
    padding-left: 22px;
    padding-right: 21px;
  }

  .faq-icon-2 {
    width: 25px;
    height: 25px;
  }

  .logo-img-2 {
    width: 100px;
  }

  .navbar-1 {
    flex-flow: row;
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-font-span.heading-1 {
    font-size: 12px;
  }

  .slider-2 {
    height: 30rem;
  }

  ._2er-grid1-6-top {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .quick-stack-4er {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .bild-wrapper-galerie-2 {
    height: auto;
  }

  .quick-stack-3er {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .titelvideo-div-2 {
    background-image: url('../images/Vintage-Shooting-Galerie-Titelbild-Web.webp');
    background-position: 50%;
    padding-bottom: 0;
  }

  .mini_heading-mitting-slogan-white.flie-text {
    margin-top: 10px;
    line-height: 13px;
  }

  .section3-small-contact-2 {
    height: 28rem;
  }

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

  .slogan-4 {
    margin-bottom: 15px;
    font-size: 30px;
    line-height: 40px;
  }

  ._4er-3 {
    flex-flow: row;
    display: flex;
  }

  .no-overflow-6 {
    height: 20rem;
  }

  ._2er-grid1-7 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .container-12 {
    max-width: 100%;
  }

  .galerie_section.hauptfarbe {
    padding: 40px;
  }

  .startseite_hero-section {
    height: 28rem;
  }

  .heading-89.heading-1 {
    font-size: 23px;
  }

  .heading-89.heading-1.farbe-der-headings-2 {
    text-align: center;
    width: 100%;
  }

  ._2er-grid1-6-top-4 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  ._1-2-grid {
    flex-flow: column;
    display: flex;
  }

  .section-padding-top {
    padding: 40px;
  }

  .grid-18 {
    flex-flow: column;
    display: flex;
  }

  .ratio-box {
    padding-top: 125%;
  }

  .relative-div, .abs-image-1 {
    height: 25rem;
  }

  .image-shape, .image-shape.top {
    width: 55%;
  }

  .image-100-2.apiegel {
    right: 0;
  }

  .image-100-2.size, .relative-div-3 {
    height: 25rem;
  }

  .secton-pattern-1.zweitfarbe {
    padding: 40px;
  }

  ._2er-grid1-6-top-5 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .quick-stack-2er-2 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    margin-bottom: 20px;
  }

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

  .image-100-abs {
    height: 100%;
  }

  .tabs-menu-80 {
    flex-flow: column;
    width: 100%;
    display: flex;
  }

  .titelbild-kundengarderobe, .titelvideo-div-2-1 {
    padding-bottom: 0;
  }

  .image-100-abs-contian.hide {
    object-fit: cover;
  }

  .image-106 {
    height: 5rem;
  }

  .heading-90 {
    font-size: 34px;
  }

  .image-107 {
    height: 90vh;
  }

  .image-107._1 {
    height: 100vh;
  }

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

  .div-block-117 {
    flex-flow: column;
  }

  .icon-small {
    height: 20px;
  }

  .swiper-wrapper.cc-how-slider-thumbs {
    width: 90%;
  }

  .phone-mock {
    width: 150%;
    box-shadow: none;
  }

  .slider-arrow {
    width: 3rem;
    height: 3rem;
    font-size: 20px;
  }

  .slider-arrow.cc-how-slide-left {
    left: 20px;
  }

  .slider-arrow.cc-how-slide-right {
    right: 20px;
  }

  .section {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .phone-mock_tab {
    border-bottom-right-radius: .5em;
    border-bottom-left-radius: .5em;
    height: 29px;
  }

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

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

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

  .lightbox-link-3 {
    height: 25rem;
  }

  .lightbox-link-3.auto {
    width: auto;
  }
}

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

  h2 {
    font-size: 24px;
    line-height: 150%;
  }

  h3 {
    font-size: 20px;
    line-height: 150%;
  }

  .heading-2 {
    font-size: 22px;
    line-height: 26px;
  }

  .terminbutton.highlights {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 12px;
  }

  .slogan {
    font-size: 50px;
    line-height: 50px;
  }

  .slogan.heading-1 {
    font-size: 13px;
    line-height: 3;
  }

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

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

  .footer-wrap {
    padding-left: 10px;
    padding-right: 10px;
  }

  .impdat, .success {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-2 {
    padding: 10px;
  }

  .maps-gro {
    height: 300px;
  }

  .button {
    text-align: left;
    letter-spacing: 0;
    padding: 10px 5px;
    font-size: 12px;
    line-height: 20px;
  }

  .button.flie-text.zweitfarbe {
    padding-left: 20px;
    padding-right: 20px;
  }

  .button.flie-text.hauptfarbe {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 14px;
  }

  .section1.zweitfarbe, .section1.hauptfarbe {
    padding-left: 20px;
    padding-right: 20px;
  }

  .impdat-2 {
    padding: 40px 10px;
  }

  .impdat-2.flie-text {
    min-height: auto;
  }

  .image-100.position.hide {
    display: none;
  }

  .image-100.cnt {
    object-fit: cover;
    background-color: #1f2d3b;
  }

  .ablaufplan-big-button-3 {
    white-space: normal;
    padding-left: 20px;
    padding-right: 20px;
  }

  .ablaufplan-big-button-3.black.ablaufplan {
    top: 60px;
  }

  .ablaufplan-big-button-3.black {
    top: 10px;
  }

  .slogan-div.rel {
    top: 20%;
  }

  .slogan-div.rel-2 {
    top: 30%;
  }

  .bild-inhalt-unten-1 {
    height: 350px;
  }

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

  .heading-mitting.heading-1.farbe-der-headings-2 {
    font-size: 19px;
    line-height: 50px;
  }

  .heading-mitting.heading-1.farbe-der-headings-2.absolute {
    font-size: 19px;
    line-height: 48px;
    position: static;
    top: 0%;
  }

  .heading-mitting.heading-1.farbe-der-headings-2.absolute.adj {
    line-height: 48px;
  }

  .heading-mitting.flie-text {
    font-size: 20px;
    line-height: 28px;
  }

  .frame-offset {
    top: -10px;
    left: -10px;
  }

  .paragraph-links1.flie-text {
    font-size: 16px;
  }

  .team-info_image.contain.blk {
    object-fit: cover;
  }

  .heading-mitting-small {
    font-size: 50px;
    line-height: 50px;
  }

  .heading-mitting-small.heading-2 {
    font-size: 13px;
  }

  .section2-center {
    height: auto;
    padding: 40px 20px;
  }

  .section2-center.zweitfarbe, .section2-center.hauptfarbe, .section2-center.highlights, .section2-center.zweitfarbe-light {
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-large {
    font-size: 30px;
  }

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

  .header_component.zweitfarbe {
    padding-top: 0;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .no-padding-section {
    height: auto;
    padding: 40px 20px;
  }

  .no-padding-section.zweitfarbe {
    padding-left: 20px;
    padding-right: 20px;
  }

  .content-vertical-left {
    padding-left: 0;
    padding-right: 0;
  }

  .secton-pattern.zweitfarbe, .secton-pattern.highlights {
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-mitting-45px {
    font-size: 50px;
    line-height: 50px;
  }

  .heading-mitting-45px.heading-1 {
    font-size: 10px;
  }

  .section-63.expand.zweitfarbe {
    padding-left: 20px;
    padding-right: 20px;
  }

  .scroll-item-header {
    font-size: 2.3em;
  }

  .heading-mitting-25px {
    font-size: 50px;
    line-height: 50px;
  }

  .priese-cards.zweitfarbe {
    padding-left: 10px;
    padding-right: 10px;
  }

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

  .accrodian-toggle {
    justify-content: flex-start;
    align-items: center;
  }

  .blog-accrodian-question {
    white-space: normal;
    width: 80%;
    margin-right: auto;
    font-size: 15px;
  }

  .accrodian-item {
    height: 100%;
    padding: 22px 10px;
  }

  .image-100-top {
    object-fit: cover;
  }

  .heading-font-span.heading-1 {
    font-size: 10px;
  }

  .wrapper-card {
    height: 50vh;
  }

  .slider-2 {
    height: 40rem;
  }

  .div-block-video-4 {
    background-image: none;
    padding-left: 10px;
    padding-right: 10px;
  }

  .slogan-4 {
    font-size: 25px;
    line-height: 35px;
  }

  .no-overflow-6 {
    height: 10rem;
  }

  .galerie_section.hauptfarbe {
    padding-left: 20px;
    padding-right: 20px;
  }

  .button-9 {
    text-align: left;
    letter-spacing: 0;
    padding: 10px 5px;
    font-size: 12px;
    line-height: 20px;
  }

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

  .heading-89.heading-1 {
    font-size: 21px;
  }

  .button-10 {
    text-align: left;
    letter-spacing: 0;
    padding: 10px 5px;
    font-size: 12px;
    line-height: 20px;
  }

  .button-10.flie-text.hauptfarbe {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 15px;
  }

  .button-11 {
    text-align: left;
    letter-spacing: 0;
    padding: 10px 5px;
    font-size: 12px;
    line-height: 20px;
  }

  .button-11.flie-text.zweitfarbe {
    padding-left: 20px;
    padding-right: 20px;
  }

  .button-11.flie-text.zweitfarbe.red {
    text-align: center;
  }

  .termine-button, .button-25 {
    text-align: left;
    letter-spacing: 0;
    padding: 10px 5px;
    font-size: 12px;
    line-height: 20px;
  }

  .button-25.flie-text.zweitfarbe {
    padding-left: 20px;
    padding-right: 20px;
  }

  .button-25.flie-text.hauptfarbe {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 14px;
  }

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

  .ratio-box {
    padding-top: 130%;
  }

  .abs-image-1, .image-shape, .image-shape.top {
    width: 100%;
  }

  .content-vertical-left-2 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .image-100-2.apiegel {
    width: 100%;
    position: static;
    right: 10px;
  }

  .image-100-2.size {
    width: 100%;
  }

  .secton-pattern-1.zweitfarbe {
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-span-16 {
    font-size: 22px;
  }

  .text-span-17 {
    font-size: 20px;
  }

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

  .image-105 {
    width: 25px;
    height: 25px;
  }

  .image-100-abs, .team-info_image-vintage.contain.blk {
    object-fit: cover;
  }

  .image-100-abs-contian.hide {
    display: inline-block;
  }

  .slogan-black {
    font-size: 50px;
    line-height: 50px;
  }

  .slogan-black.heading-1 {
    font-size: 13px;
    line-height: 3;
  }

  .utility-page-wrap-3 {
    padding-left: 60px;
    padding-right: 60px;
  }

  .heading-90 {
    font-size: 23px;
    line-height: 118%;
  }

  .image-107 {
    height: 35vh;
  }

  .image-107._1 {
    object-fit: contain;
    height: 60vh;
  }

  .grid-19 {
    margin-top: 10px;
  }

  .div-block-116 {
    padding: 20px;
  }

  .swiper-slide.cc-how-slider-thumbs {
    padding-left: 0;
    padding-right: 0;
  }

  .col {
    flex-basis: 100%;
    order: 1;
    max-width: 100%;
  }

  .u-mb-0 {
    margin-bottom: 0;
  }

  .swiper-wrapper.cc-how-slider-thumbs {
    width: 100%;
  }

  .phone-mock_border {
    border-width: 5px;
  }

  .slider-arrow {
    width: 2rem;
    height: 2rem;
    font-size: 16px;
    display: none;
  }

  .slider-arrow.cc-how-slide-left {
    display: flex;
    left: 12px;
  }

  .slider-arrow.cc-how-slide-right {
    display: flex;
    right: 12px;
  }

  .swiper.cc-how-slider {
    height: 130vw;
  }

  .section {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .container {
    width: 86%;
  }

  .phone-mock_tab {
    height: 5vw;
  }

  .arrow, .values_slide-no {
    display: none;
  }

  .v-tab_link {
    font-size: 4.2vw;
  }

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

  .image.desktop {
    display: none;
  }

  .image.mobile {
    display: block;
  }

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

  .lightbox-link-3 {
    height: 18rem;
  }

  .priese-cards-5.zweitfarbe {
    padding-left: 10px;
    padding-right: 10px;
  }
}

#w-node-_2e4265be-4729-de9c-e9a0-81dafe702970-745eefc2 {
  justify-self: end;
}

#w-node-_2e4265be-4729-de9c-e9a0-81dafe702989-745eefc2, #w-node-_2e4265be-4729-de9c-e9a0-81dafe70298a-745eefc2, #w-node-_2e4265be-4729-de9c-e9a0-81dafe70298c-745eefc2, #w-node-_2e4265be-4729-de9c-e9a0-81dafe70298d-745eefc2, #w-node-_2e4265be-4729-de9c-e9a0-81dafe70298e-745eefc2, #w-node-_2e4265be-4729-de9c-e9a0-81dafe70298f-745eefc2, #w-node-_2e4265be-4729-de9c-e9a0-81dafe702990-745eefc2, #w-node-_2e4265be-4729-de9c-e9a0-81dafe702991-745eefc2, #w-node-_2e4265be-4729-de9c-e9a0-81dafe702992-745eefc2, #w-node-_2e4265be-4729-de9c-e9a0-81dafe702993-745eefc2, #w-node-_2e4265be-4729-de9c-e9a0-81dafe702994-745eefc2, #w-node-_2e4265be-4729-de9c-e9a0-81dafe702995-745eefc2, #w-node-_2e4265be-4729-de9c-e9a0-81dafe702996-745eefc2, #w-node-_2e4265be-4729-de9c-e9a0-81dafe702998-745eefc2, #w-node-_2e4265be-4729-de9c-e9a0-81dafe702999-745eefc2, #w-node-_2e4265be-4729-de9c-e9a0-81dafe70299b-745eefc2, #w-node-_2e4265be-4729-de9c-e9a0-81dafe70299c-745eefc2, #w-node-_2e4265be-4729-de9c-e9a0-81dafe70299d-745eefc2, #w-node-_2e4265be-4729-de9c-e9a0-81dafe70299e-745eefc2, #w-node-_2e4265be-4729-de9c-e9a0-81dafe70299f-745eefc2, #w-node-_2e4265be-4729-de9c-e9a0-81dafe7029a0-745eefc2, #w-node-_2e4265be-4729-de9c-e9a0-81dafe7029a1-745eefc2, #w-node-_2e4265be-4729-de9c-e9a0-81dafe7029a2-745eefc2, #w-node-_2e4265be-4729-de9c-e9a0-81dafe7029a3-745eefc2, #w-node-_2e4265be-4729-de9c-e9a0-81dafe7029a4-745eefc2, #w-node-_2e4265be-4729-de9c-e9a0-81dafe7029a5-745eefc2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ba07a685-4130-08c8-a512-f4d33f3294c0-4fc6bd56 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-aa8bd77f-fa01-e196-5837-76ebafb89dd5-4fc6bd56, #w-node-_61dded62-5837-b248-ae09-b08ec0173d4e-4fc6bd56 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_618bf8bd-7fc6-5124-eb94-425465abfbc7-4779633f {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_640373a6-5a49-cd0f-bbe6-4b6885524bf2-4779633f, #w-node-_8de21d29-1b76-6e8a-5739-90c2fbc4898f-4779633f, #w-node-_3d8f245c-17a2-7154-26d3-dd1716375b57-4779633f, #w-node-_5eb34e80-e4c0-37ae-f599-96b9e351e82a-4779633f, #w-node-_06b8a87e-e786-e5f3-6f59-e2a72d988e2a-4779633f, #w-node-d57cf321-a8e5-d3ae-ecae-e18457a43174-4779633f {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-ab87cde2-c80e-f162-8aad-85c4c59a1475-4779633f {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_9f8f2fc9-38b4-7533-0c32-c52b5d5f30ca-4779633f, #w-node-_0a3eea58-00c5-32cb-b7d0-a33a70ae2ef2-4779633f, #w-node-_7b0c8676-efa9-a077-bd29-14ee78d30447-4779633f, #w-node-bb9cd6cf-daee-18ce-7995-46399964bfe2-4779633f, #w-node-_9c059e7a-8911-46a6-6592-ff82de0bc9ff-4779633f, #w-node-f290ecc9-aa60-c865-5366-cf1731768c20-4779633f, #w-node-d431b3eb-5f6c-a66e-fd03-60adb091b966-4779633f, #w-node-_6d88d63d-07af-9fd8-ac28-e47333c6b6fa-4779633f {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-_13f86bf3-d995-401b-975d-9957df374681-4779633f {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_86177a5e-4210-26be-699e-357c4220e38a-4779633f {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

@media screen and (max-width: 991px) {
  #w-node-_2e4265be-4729-de9c-e9a0-81dafe702970-745eefc2 {
    justify-self: start;
  }

  #w-node-_618bf8bd-7fc6-5124-eb94-425465abfbc7-4779633f, #w-node-_640373a6-5a49-cd0f-bbe6-4b6885524bf2-4779633f, #w-node-_8de21d29-1b76-6e8a-5739-90c2fbc4898f-4779633f, #w-node-_3d8f245c-17a2-7154-26d3-dd1716375b57-4779633f, #w-node-_5eb34e80-e4c0-37ae-f599-96b9e351e82a-4779633f, #w-node-_06b8a87e-e786-e5f3-6f59-e2a72d988e2a-4779633f, #w-node-d57cf321-a8e5-d3ae-ecae-e18457a43174-4779633f, #w-node-ab87cde2-c80e-f162-8aad-85c4c59a1475-4779633f, #w-node-_9f8f2fc9-38b4-7533-0c32-c52b5d5f30ca-4779633f, #w-node-_0a3eea58-00c5-32cb-b7d0-a33a70ae2ef2-4779633f, #w-node-_7b0c8676-efa9-a077-bd29-14ee78d30447-4779633f, #w-node-bb9cd6cf-daee-18ce-7995-46399964bfe2-4779633f, #w-node-_9c059e7a-8911-46a6-6592-ff82de0bc9ff-4779633f, #w-node-f290ecc9-aa60-c865-5366-cf1731768c20-4779633f, #w-node-d431b3eb-5f6c-a66e-fd03-60adb091b966-4779633f, #w-node-_6d88d63d-07af-9fd8-ac28-e47333c6b6fa-4779633f, #w-node-_13f86bf3-d995-401b-975d-9957df374681-4779633f, #w-node-_86177a5e-4210-26be-699e-357c4220e38a-4779633f {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 767px) {
  #w-node-ad0ef955-bd71-eeb5-fc95-9c24cbc63891-4fc6bd56 {
    grid-column: span 1 / span 1;
  }

  #w-node-_618bf8bd-7fc6-5124-eb94-425465abfbc7-4779633f, #w-node-_640373a6-5a49-cd0f-bbe6-4b6885524bf2-4779633f, #w-node-_8de21d29-1b76-6e8a-5739-90c2fbc4898f-4779633f, #w-node-_3d8f245c-17a2-7154-26d3-dd1716375b57-4779633f, #w-node-_5eb34e80-e4c0-37ae-f599-96b9e351e82a-4779633f, #w-node-_06b8a87e-e786-e5f3-6f59-e2a72d988e2a-4779633f, #w-node-d57cf321-a8e5-d3ae-ecae-e18457a43174-4779633f, #w-node-ab87cde2-c80e-f162-8aad-85c4c59a1475-4779633f, #w-node-_9f8f2fc9-38b4-7533-0c32-c52b5d5f30ca-4779633f, #w-node-_0a3eea58-00c5-32cb-b7d0-a33a70ae2ef2-4779633f, #w-node-_7b0c8676-efa9-a077-bd29-14ee78d30447-4779633f, #w-node-bb9cd6cf-daee-18ce-7995-46399964bfe2-4779633f, #w-node-_9c059e7a-8911-46a6-6592-ff82de0bc9ff-4779633f, #w-node-f290ecc9-aa60-c865-5366-cf1731768c20-4779633f, #w-node-d431b3eb-5f6c-a66e-fd03-60adb091b966-4779633f, #w-node-_6d88d63d-07af-9fd8-ac28-e47333c6b6fa-4779633f, #w-node-_13f86bf3-d995-401b-975d-9957df374681-4779633f, #w-node-_86177a5e-4210-26be-699e-357c4220e38a-4779633f {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-bd037036-fb07-ca8c-c96a-1ab8f9b152b5-071aa9e6, #w-node-bd037036-fb07-ca8c-c96a-1ab8f9b152d2-071aa9e6, #w-node-_2d0a3616-d247-53d6-d58f-850abdd70bbb-ffa8575d, #w-node-_6d312941-4588-3ba2-9984-86a5694f0801-ffa8575d, #w-node-_2d0a3616-d247-53d6-d58f-850abdd70bbb-b022dd2c, #w-node-_6d312941-4588-3ba2-9984-86a5694f0801-b022dd2c {
    order: -9999;
  }
}


@font-face {
  font-family: 'Gfsdidot';
  src: url('../fonts/GFSDidot-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Zapfino';
  src: url('../fonts/Zapfino.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Zapfinoextralt Four';
  src: url('../fonts/ZapfinoExtraLT-Four.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}