:root {
  --white: white;
  --black: black;
  --black-2: #26232b;
  --alice-blue: #ebf1f3;
  --primary: #dfd7c6;
}

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

body {
  color: #333;
  font-family: Intertight, sans-serif;
  font-size: 1rem;
  line-height: 1.4;
}

h1 {
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Intertight, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
}

p {
  text-align: left;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.5;
}

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

.slider {
  height: 100vh;
}

.div-block {
  z-index: 1000;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-top: 50px;
  margin-left: 50px;
  padding: 20px;
  display: grid;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.text-block {
  color: #494949;
  letter-spacing: 1px;
  margin: 0 0 0 30px;
  padding: 0;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  display: inline-block;
}

.slider-2 {
  height: 100vh;
  text-decoration: none;
}

.image {
  height: auto;
}

.slide {
  background-image: url('../images/bettinahass-dekoration_foto-marcelfromme.webp');
  background-position: 50%;
  background-size: cover;
}

.slide-2 {
  background-image: url('../images/bettinahass-dekoration_foto-marcelfromme-2.webp');
  background-position: 50%;
  background-size: cover;
}

.copyright {
  z-index: 10000;
  color: #fff;
  text-align: right;
  letter-spacing: .1rem;
  text-transform: uppercase;
  white-space: nowrap;
  word-break: keep-all;
  margin-bottom: 1rem;
  margin-right: 1rem;
  font-size: .6rem;
  font-weight: 600;
  line-height: 1.3;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.mobiliar {
  z-index: 10000;
  color: #fff;
  letter-spacing: .1rem;
  text-transform: uppercase;
  margin: 0 20px 40px 0;
  font-size: .6rem;
  font-weight: 600;
  line-height: 1.2;
  text-decoration: none;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.impressum {
  z-index: 10000;
  color: #fff;
  margin: 0 20px 20px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  line-height: 12px;
  text-decoration: none;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.slide-nav {
  display: none;
}

.html-embed {
  margin: 50px;
}

.text-block-2 {
  margin: 30px;
}

.text-block-3 {
  color: #050505;
  margin: 50px 50px 0;
}

.link {
  color: #6c6c6c;
}

.hero-slider {
  height: 100vh;
  text-decoration: none;
}

.container {
  text-align: center;
  border: 1px #000;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 80px;
  padding-bottom: 80px;
  display: block;
  position: relative;
}

.container.flex {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-flow: column;
  display: flex;
}

.quote {
  text-align: center;
  font-family: Merriweather, serif;
  font-size: 1.8rem;
  font-style: italic;
  font-weight: 300;
  line-height: 1.4;
}

.span-antitalic {
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
}

.scroll-cta {
  z-index: 99999;
  text-align: center;
  width: 100%;
  margin-bottom: 45px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.link-block {
  width: 50px;
}

.lottie-animation {
  height: 60px;
}

.navbar {
  z-index: 99999999;
  color: var(--white);
  background-color: rgba(0, 0, 0, 0);
  justify-content: center;
  align-items: center;
  padding: 1rem;
  font-family: Merriweather, serif;
  font-size: 18px;
  font-weight: 300;
  display: block;
}

.nav-link {
  color: #fff;
  border-radius: 8px;
  padding: 15px 30px;
}

.nav-link:hover {
  border: 1px solid var(--white);
  padding-left: 29px;
  padding-right: 29px;
}

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

.link-2, .link-3 {
  font-family: Merriweather, serif;
  font-weight: 300;
}

.nav-menu {
  align-items: center;
  height: 100%;
  margin-left: auto;
  margin-right: 0;
  display: flex;
}

.brand {
  align-items: center;
  width: 280px;
  display: flex;
}

.text-block-4 {
  color: var(--white);
  font-size: 30px;
  font-weight: 400;
  line-height: 30px;
}

.section-1 {
  background-color: #fff;
  background-image: url('../images/bg-light.png');
  background-position: 0 0;
  background-size: 200px;
}

.section-1.hero {
  padding-top: 10svh;
}

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

.leistungen {
  grid-column-gap: 42px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  position: relative;
}

.leistungen-container {
  color: var(--black);
  background-color: #fff;
  margin-bottom: 22px;
  text-decoration: none;
  box-shadow: 0 5px 20px -15px rgba(0, 0, 0, .81);
}

.leistungen-container.highlight {
  margin-top: -15px;
  margin-bottom: 0;
}

.leistungen-bild {
  height: 220px;
}

.leistungen-bild.leistung-1 {
  background-image: url('../images/dekoration.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  height: 220px;
}

.leistungen-bild.leistung-2 {
  background-image: url('../images/eventkonzepte.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  height: 235px;
}

.leistungen-bild.leistung-3 {
  background-image: url('../images/objektgestaltung.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.leistungen-bild.honigdachs {
  background-image: url('../images/65b7a16d39d326ec53b48e34_brandbook_mockup.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.leistungen-bild.dekorent {
  background-image: url('../images/dekorent.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.leistungen-bild.schaeferstunde {
  background-image: url('../images/schaeferstunde-coelln.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.leistungen-bild.zooevent {
  background-image: url('../images/Zoo-Event-Eingang.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.leistungen-bild.publiccologne {
  background-image: url('../images/pr.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.leistungen-beschreibung {
  border: 1px none var(--black-2);
  text-align: center;
  background-color: #fff;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  padding: 30px;
}

.leistungen-header {
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 25px;
  line-height: 32px;
}

.leistungen-text {
  max-width: 500px;
  margin-bottom: 18px;
  margin-left: auto;
  margin-right: auto;
  font-size: 16px;
  line-height: 23px;
}

.leistungen-text.solo {
  margin-top: 15px;
}

.body {
  font-family: Merriweather, serif;
}

.section-header {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 34px;
  line-height: 40px;
}

.trenner {
  opacity: .86;
  justify-content: center;
  align-items: center;
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
}

.div-block-2 {
  background-color: #000;
  width: 72%;
  height: 1px;
}

.div-block-3 {
  background-color: var(--white);
  border: 1px solid #000;
  width: 8px;
  height: 8px;
  position: absolute;
  transform: rotate(45deg);
}

.section-3 {
  background-color: #fff;
  background-image: url('../images/gitter.png');
  background-position: 0 0;
  background-size: 80px;
}

.section-2 {
  background-color: var(--alice-blue);
}

.partner-grid {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  background-color: var(--alice-blue);
  grid-template-rows: max-content;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-rows: max-content;
  grid-auto-columns: 1fr;
  align-items: center;
  justify-items: center;
  width: 72%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  display: grid;
}

.partner-container {
  aspect-ratio: 1;
  background-color: #fff;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 16.66svh;
  height: 16.66svh;
  padding: 1rem;
  display: flex;
}

.kontakt {
  background-color: var(--alice-blue);
}

.footer-content-block {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer-content-block.padding {
  text-align: center;
  justify-content: center;
  align-items: center;
}

.footer-title {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-size: 13px;
  font-weight: 600;
  line-height: 23px;
}

.about-pompeo-text {
  width: 75%;
  line-height: 24px;
}

.about-pompeo-text.center {
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
}

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

.div-block-4 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: auto;
  margin-right: auto;
}

.button-2 {
  border-radius: 4px;
}

.lightbox-content-dekoration {
  display: none;
}

.dekoration-lightbox {
  background-color: rgba(80, 76, 128, .66);
  background-image: url('../images/lupe.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 38px;
  width: 100%;
  height: 100%;
}

.partnerlogo {
  filter: grayscale();
  object-fit: contain;
  width: 100%;
  height: 100%;
  transition: all .5s;
}

.partnerlogo:hover {
  filter: grayscale(0%);
}

.partnerlogo.hochkant {
  width: 100%;
  height: 80%;
}

.partnerlogo.darkened {
  filter: brightness(50%) grayscale();
}

.partnerlogo.darkened:hover {
  filter: brightness() grayscale(0%);
}

.profilbild {
  width: 100%;
  height: 100%;
  min-height: 450px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
}

.partner-logo-wrapper {
  -webkit-backdrop-filter: brightness(48%) blur(2px);
  backdrop-filter: brightness(48%) blur(2px);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 10% 20%;
  display: flex;
}

.inner {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.inner.top {
  transition: all .4s;
}

.inner.top:hover {
  opacity: 0;
}

.slide-3 {
  background-image: url('../images/schaeferstunde_breitschuh.webp');
  background-position: 50%;
  background-size: cover;
}

.rich-text p, .margin-bottom {
  margin-bottom: 1rem;
}

.margin-bottom._2rem {
  margin-bottom: 2rem;
}

.margin-bottom.max-w-600px {
  max-width: 600px;
}

.hero-heading-left {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-2 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

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

.hero-split {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

.margin-bottom-24px {
  margin-bottom: 24px;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

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

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

.shadow-two {
  box-shadow: 0 4px 24px rgba(150, 163, 181, .08);
}

.pricing-overview {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.centered-heading {
  text-align: center;
  margin-bottom: 16px;
}

.pricing-description {
  text-align: center;
  max-width: 550px;
  margin-left: auto;
  margin-right: auto;
}

.pricing-grid {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.pricing-card-three {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.pricing-image {
  object-fit: contain;
  width: 2rem;
  height: 2rem;
  margin-bottom: 16px;
}

.pricing-card-text {
  text-align: center;
  margin-bottom: 20px;
}

.text-link-arrow {
  color: #1a1b1f;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.arrow-embed {
  margin-left: 2px;
  display: flex;
}

.tag {
  color: #9c9478;
  letter-spacing: .1rem;
  text-transform: uppercase;
  margin-top: .5rem;
  margin-left: auto;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: .6rem;
  font-weight: 700;
  line-height: 1.2;
}

.tag.lb {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: auto;
}

.hero-section {
  justify-content: center;
  align-items: center;
  height: 80svh;
  display: flex;
  position: relative;
}

.hero-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.hero-heading {
  color: var(--white);
  text-align: center;
  letter-spacing: .2rem;
  text-shadow: 0 1px 20px rgba(0, 0, 0, .57);
  font-family: Intertight, sans-serif;
  font-size: 3.5rem;
  line-height: 1.2;
  position: relative;
}

.bildabdunkler {
  pointer-events: none;
  background-color: rgba(0, 0, 0, .34);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.footer-dark {
  background-color: var(--black-2);
  color: var(--white);
  padding-bottom: 2rem;
  position: relative;
}

.container-3 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.footer-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-content {
  grid-column-gap: 70px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.title-small {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
}

.footer-link {
  color: #fff;
  margin-top: 12px;
  margin-bottom: 6px;
  font-size: .8rem;
  line-height: 1.4;
  text-decoration: none;
}

.footer-link:hover {
  color: rgba(26, 27, 31, .75);
}

.footer-social-block {
  justify-content: flex-start;
  align-items: center;
  margin-top: 12px;
  margin-left: -12px;
  display: flex;
}

.footer-social-link {
  margin-left: 12px;
}

.footer-divider {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 70px;
  margin-bottom: 15px;
}

.footer-copyright-center {
  text-align: center;
  font-size: 14px;
  line-height: 16px;
}

.navbar-wrapper {
  z-index: 10;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  height: 12svh;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

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

.copy-medium {
  font-size: 1.3em;
  font-weight: 400;
  line-height: 1.45em;
}

.copy-medium.text-grey {
  color: #707070;
}

.social-link {
  color: #000;
  align-items: center;
  margin-top: .7em;
  margin-bottom: .7em;
  font-size: 1.5em;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.social-link:hover {
  color: #f39a0e;
  transform: scale(1.2);
}

.p-xs-end {
  padding-bottom: 1.6em;
}

.blog-teaser-item-wrapper {
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  padding: 2em;
  display: flex;
  position: relative;
}

.blog-teaser-item-wrapper.quote {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 2em 4em;
  display: flex;
}

.blog-teaser-item-wrapper.page-teaser {
  justify-content: center;
  align-items: center;
  padding-top: 2em;
  padding-bottom: 2em;
}

.blog-teaser-item-wrapper.hoverclass {
  transition: all .575s;
}

.blog-teaser-item-wrapper.hoverclass:hover {
  padding: 0;
}

.blog-teaser-item-wrapper._100svh {
  height: 100svh;
  padding: 0;
  overflow: hidden;
}

.infotext {
  color: #707070;
  font-size: .9em;
}

.section-blog-overview {
  overflow: hidden;
}

.blog-header-divider-inner {
  width: 50%;
  height: 1px;
  position: relative;
}

.p-xs-start {
  padding-top: 1.6em;
}

.header {
  border-bottom: 0 solid #d3d3d3;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}

.page-teaser-text-wrapper {
  z-index: 2;
  color: #fff;
  text-align: center;
  padding: 6.5em 10.2em;
  position: relative;
}

.social-title {
  letter-spacing: .04em;
  text-transform: uppercase;
  font-size: 1.2em;
}

.text-dark {
  color: #000;
}

.grid-border-line-wrapper {
  background-color: #fff;
  width: 2px;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.grid-border-line-wrapper.right {
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

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

.page-teaser-gradient {
  z-index: 1;
  background-image: linear-gradient(163deg, rgba(255, 255, 255, 0) 9%, rgba(60, 35, 1, .6) 83%);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.quote-author {
  text-align: left;
  font-family: Intertight, sans-serif;
}

.title2 {
  font-size: 3.375em;
  font-weight: 600;
  line-height: 1.1em;
}

.header-button {
  color: #edebd1;
  letter-spacing: .08em;
  text-transform: uppercase;
  background-color: #000;
  border: 1px solid #000;
  border-radius: 999em;
  padding: 1em 1.6em;
  font-size: .65em;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
  transition: all .35s cubic-bezier(.165, .84, .44, 1);
  display: inline-block;
}

.header-button:hover {
  padding-left: 3.5em;
  padding-right: 3.5em;
}

.header-button.secondary {
  color: #000;
  background-color: rgba(0, 0, 0, 0);
  border-width: 1px;
}

.social-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.intro-description {
  padding-top: 2em;
}

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

.page-teaser-title {
  font-size: 3.5em;
  font-weight: 500;
  line-height: 1.15em;
}

.social-icon {
  width: 1.5em;
  height: 1.5em;
}

.page-teaser-subtitle {
  letter-spacing: .25em;
  text-transform: uppercase;
  font-size: 1.15em;
  font-weight: 500;
}

.page-teaser-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.blog-teaser-quote {
  text-align: right;
  letter-spacing: .04em;
  font-family: Intertight, sans-serif;
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.blog-header-divider {
  background-color: #000;
  width: 100%;
  height: 1px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.blog-header-divider.right {
  width: 100%;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.blog-header-title-letter {
  display: block;
}

.video-description {
  margin-top: 1em;
  margin-bottom: 4em;
}

.quote-author-wrapper {
  margin-top: 1em;
}

.blog-header-title-wrapper {
  justify-content: flex-end;
  display: flex;
}

.p-sm-end {
  padding-bottom: 3em;
}

.header-button-wrapper {
  margin-right: 1em;
}

.container-w1 {
  width: 100%;
  max-width: 95%;
  margin-left: auto;
  margin-right: auto;
}

.container-w1.flex {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.container-w2 {
  width: 100%;
  max-width: 83.125em;
  margin-left: auto;
  margin-right: auto;
}

.blog-teaser-list-wrapper {
  height: 100%;
}

.p-xl-end {
  padding-bottom: 8.5em;
}

.section-intro {
  background-color: #e6d7cd;
  background-image: none;
  justify-content: center;
  align-items: center;
  display: flex;
}

.p-xxs-end {
  padding-bottom: 1.1em;
}

.container-w3 {
  width: 100%;
  max-width: 67em;
  margin-left: auto;
  margin-right: auto;
}

.button-3 {
  color: #000;
  text-align: center;
  letter-spacing: .02em;
  background-color: #fff;
  background-image: linear-gradient(135deg, #ffc260 13%, #fdf89e 50%, #e3fecc 82%, #fff);
  border: 0 rgba(0, 0, 0, 0);
  border-radius: 999em;
  margin-bottom: 0;
  padding: 1.2em 2.5em;
  font-size: 1em;
  font-weight: 600;
  line-height: 1.1em;
  text-decoration: none;
  transition: all .5s cubic-bezier(.165, .84, .44, 1);
  position: relative;
  overflow: hidden;
}

.button-3:hover {
  transform: scale(1.06);
  box-shadow: inset 1px 1px 30em #f8ffad;
}

.button-3:active {
  transform: scale(.96);
}

.page-teaser-image {
  object-fit: cover;
  flex: 1;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.blog-teaser-list {
  height: 100%;
}

.blog-teaser-item {
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  display: flex;
}

.title1 {
  font-size: 4.25em;
  font-weight: 600;
  line-height: 1.1em;
}

.p-xl-start {
  padding-top: 8.5em;
}

.blog-header-divider-wrapper {
  justify-content: center;
  width: 100%;
  height: 1px;
  display: flex;
}

.text-grey {
  color: #707070;
}

.blog-header-title {
  perspective: 3em;
  perspective-origin: 50% 0;
  text-align: right;
  text-transform: uppercase;
  justify-content: flex-start;
  font-size: 10em;
  font-weight: 300;
  display: flex;
  position: relative;
}

.grid-border-line {
  background-color: #000;
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.position-realtive {
  position: relative;
}

.header-inner {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding-top: 1em;
  padding-bottom: 1em;
  display: flex;
}

.header-left {
  align-items: center;
  display: flex;
}

.gridslider {
  height: 80svh;
  text-decoration: none;
}

.blog-teaser-meta-wrapper {
  justify-content: space-between;
  margin-bottom: 1rem;
  font-size: 1.7em;
  display: flex;
}

.blog-teaser-category {
  font-size: 2.3rem;
  font-weight: 700;
}

.blog-teaser-date {
  text-transform: uppercase;
}

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

.services_wrapper {
  height: 100%;
}

.services_wrapper.centered {
  text-align: center;
}

.services_wrapper.footer {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.button1 {
  color: #000;
  border: 2px solid #000;
  padding: 15px 45px;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.button1-text {
  z-index: 1;
  text-transform: none;
  font-family: Lato, sans-serif;
  position: relative;
}

.button1-bubble {
  z-index: 0;
  background-color: #000;
  border-radius: 200px;
  width: 50px;
  height: 50px;
  margin-top: -35px;
  position: absolute;
}

.button4 {
  z-index: 1;
  color: #000;
  cursor: pointer;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 45px;
  text-decoration: none;
  transition: transform .25s cubic-bezier(.25, .46, .45, .94);
  display: flex;
  position: relative;
  overflow: hidden;
}

.button4.rb {
  margin-left: auto;
}

.top-line {
  perspective-origin: 0%;
  transform-origin: 0%;
  background-color: #000;
  width: 100%;
  height: 1px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.button3-text {
  z-index: 1;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: .8rem;
  font-weight: 600;
  line-height: 1.2;
  position: relative;
}

.bottom-line {
  perspective-origin: 100%;
  transform-origin: 100%;
  background-color: #000;
  width: 100%;
  height: 1px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.left-line {
  perspective-origin: 50% 100%;
  transform-origin: 50% 100%;
  background-color: #000;
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.right-line {
  perspective-origin: 50% 0;
  transform-origin: 50% 0;
  background-color: #000;
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.navwrapper {
  justify-content: space-between;
  align-items: center;
  padding-top: 4rem;
  padding-bottom: 4rem;
  display: flex;
}

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

.partner-grid-copy {
  grid-column-gap: .5rem;
  grid-row-gap: 0rem;
  grid-template-rows: max-content;
  grid-template-columns: 1fr;
  grid-auto-rows: max-content;
  grid-auto-columns: 1fr;
  align-items: center;
  justify-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  display: grid;
}

.inverted-wrapper {
  background-color: var(--primary);
  height: 100%;
  padding: 2rem;
  text-decoration: none;
  transition: all .5s;
  position: relative;
  overflow: hidden;
}

.inverted-wrapper:hover {
  filter: invert();
}

.inverted-wrapper.hide {
  display: none;
}

.image-4 {
  opacity: .1;
  pointer-events: none;
  width: 100%;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.spacer {
  width: 2rem;
  height: 2rem;
}

.spacer._4rem {
  width: 4rem;
  height: 4rem;
}

.spacer._6rem {
  width: 6rem;
  height: 6rem;
}

.spacer._8rem {
  width: 8rem;
  height: 8rem;
}

.button_ghost {
  z-index: 1;
  color: #000;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 45px;
  text-decoration: none;
  transition: transform .25s cubic-bezier(.25, .46, .45, .94);
  display: flex;
  position: relative;
  overflow: hidden;
}

.button_ghost.rb {
  margin-left: auto;
}

.button_ghost.rb.absolute {
  position: absolute;
  top: auto;
  bottom: 2rem;
  left: auto;
  right: 2rem;
}

.button_ghost.rb.absolute:hover {
  background-color: #fff;
}

.contact-icon {
  object-fit: contain;
  width: 2rem;
  height: 2rem;
}

.contact-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.partnerlogo-copy {
  filter: brightness(20%) grayscale();
  mix-blend-mode: normal;
  object-fit: contain;
  width: 100%;
  height: 70px;
  margin-left: auto;
  margin-right: auto;
}

.partnerlogo-copy.hochkant {
  width: 100%;
  height: 80%;
}

.background-color {
  pointer-events: none;
  background-color: rgba(255, 255, 255, .16);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.partner-name {
  text-align: center;
  letter-spacing: .05em;
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.2;
}

.max-w-600px {
  max-width: 600px;
}

.navlist {
  text-align: right;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
}

.navlist-item {
  padding-top: .15rem;
  padding-bottom: .15rem;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
}

.navlist_link {
  text-decoration: none;
}

.galerie-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.galerie-lightbox {
  aspect-ratio: 1;
}

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

.testimonial-slider-large {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-4 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.testimonial-slider-two {
  background-color: rgba(0, 0, 0, 0);
  height: 100%;
}

.testimonial-slide {
  background-color: #fff;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  padding: 1rem;
  display: flex;
}

.testimonial-content {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.testimonial-quote-icon {
  margin-bottom: 24px;
}

.testimonial-quote {
  margin-bottom: 32px;
  font-size: 1.5rem;
  font-style: italic;
  font-weight: 400;
}

.testimonial-info-two {
  align-items: center;
  display: flex;
}

.testimonial-image {
  object-fit: cover;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  margin-right: 16px;
}

.testimonial-author-name {
  font-size: 1.5rem;
  font-weight: 700;
}

.testimonial-image-two {
  object-fit: cover;
  width: 350px;
  height: 400px;
}

.testimonial-author-image-three {
  object-fit: cover;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  margin-right: 24px;
}

.testimonial-slider-arrow {
  display: none;
}

.testimonial-slider-nav {
  justify-content: center;
  align-items: flex-end;
  padding-top: 0;
  font-size: 10px;
  display: flex;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.footerlink {
  text-decoration: none;
  transition: all .2s;
}

.footerlink:hover {
  color: #8a7449;
  text-decoration: underline;
}

.copyright_wrapper {
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  display: flex;
}

.utility-page-wrap {
  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;
}

@media screen and (max-width: 991px) {
  .div-block {
    width: auto;
    margin-right: 50px;
  }

  .partner-container {
    max-width: 120px;
  }

  .footer-content-block {
    text-align: left;
    margin-bottom: 0;
  }

  .footer-content-block.padding {
    margin-bottom: 100px;
  }

  .container-2 {
    max-width: 728px;
  }

  .hero-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .pricing-grid {
    grid-column-gap: 30px;
  }

  .container-3 {
    max-width: 728px;
  }

  .footer-content {
    grid-column-gap: 60px;
  }

  .social-link:hover {
    color: #000;
    transform: none;
  }

  .blog-teaser-item-wrapper.quote {
    padding: 1em;
  }

  .blog-teaser-item-wrapper.hidemobile {
    display: none;
  }

  .page-teaser-text-wrapper {
    padding-left: 2em;
    padding-right: 2em;
  }

  .header-button:hover {
    padding-left: 1.6em;
    padding-right: 1.6em;
  }

  .header-button:active {
    transform: scale(.94);
  }

  .blog-overview-grid {
    overflow: hidden;
  }

  .page-teaser-title {
    font-size: 2.8em;
  }

  .blog-header-title-wrapper {
    justify-content: flex-start;
  }

  .button-3:hover {
    box-shadow: none;
    transform: none;
  }

  .button-3:active {
    transform: scale(.94);
  }

  .section-tutorial {
    border-top: 1px solid #d4d4d4;
  }

  .blog-header-title {
    text-align: left;
    font-size: 15vw;
  }

  .header-inner {
    padding-top: 2em;
  }

  .image-3 {
    height: 300px;
  }

  .services_wrapper.footer {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-flow: column;
  }

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

  .partner-grid-copy {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .partnerlogo-copy {
    width: 70%;
    height: 50px;
  }

  .navlist-item {
    font-size: .8rem;
  }

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

  .container-4 {
    max-width: 728px;
  }

  .testimonial-slide {
    padding: 0;
  }

  .testimonial-quote {
    overflow: visible;
  }
}

@media screen and (max-width: 767px) {
  .div-block {
    grid-template-rows: 20vh;
    grid-template-columns: .5fr 1fr;
    width: 100%;
    height: auto;
    margin: 0;
    position: relative;
  }

  .text-block {
    margin-left: 0;
    font-size: 12px;
    line-height: 14px;
  }

  .slider-2 {
    height: 80vh;
    margin-top: 0;
  }

  .html-embed {
    margin: 30px;
  }

  .text-block-3 {
    margin: 30px 30px 0;
  }

  .hero-slider {
    height: 80vh;
    margin-top: 0;
  }

  .brand {
    width: 240px;
  }

  .footer-content-block.padding {
    margin-bottom: 0;
  }

  .hero-heading-left, .pricing-overview {
    padding: 60px 15px;
  }

  .footer-dark {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .footer-content {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .footer-block {
    align-items: center;
  }

  .footer-link:hover {
    color: rgba(26, 27, 31, .75);
  }

  .footer-social-block {
    margin-top: 20px;
    margin-left: -20px;
  }

  .footer-social-link {
    margin-left: 20px;
  }

  .footer-divider {
    margin-top: 60px;
  }

  .copy-medium {
    font-size: 1.3em;
    line-height: 1.4em;
  }

  .p-xs-end {
    padding-bottom: 1.6em;
  }

  .blog-teaser-item-wrapper {
    padding: 1em;
  }

  .blog-teaser-item-wrapper.page-teaser {
    padding-top: 1em;
    padding-bottom: 1em;
  }

  .p-xs-start {
    padding-top: 1.6em;
  }

  .title2 {
    font-size: 2.7em;
  }

  .intro-description {
    padding-left: 0;
    padding-right: 0;
  }

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

  .page-teaser-title {
    font-size: 2em;
  }

  .page-teaser-subtitle {
    font-size: 1em;
  }

  .p-sm-end {
    padding-bottom: 2.3em;
  }

  .header-button-wrapper {
    margin-bottom: 1em;
  }

  .p-xl-end {
    padding-bottom: 6em;
  }

  .title1 {
    font-size: 3.2em;
  }

  .p-xl-start {
    padding-top: 6em;
  }

  .blog-header-title {
    font-size: 16vw;
  }

  .header-left {
    flex-wrap: wrap;
  }

  .gridslider {
    height: 80vh;
    margin-top: 0;
  }

  .contact-wrapper {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

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

  .testimonial-slider-large {
    padding: 60px 15px;
  }

  .testimonial-slide {
    flex-direction: column;
  }

  .testimonial-content {
    max-width: none;
    margin-bottom: 40px;
    margin-right: 0;
  }

  .testimonial-quote-icon {
    width: 50px;
    margin-bottom: 16px;
  }

  .testimonial-image-two {
    width: 100%;
    height: auto;
  }

  .copyright-2, .copyright-year {
    font-size: 12px;
    line-height: 12px;
  }

  .brand-text {
    font-size: .8rem;
  }
}

@media screen and (max-width: 479px) {
  .div-block {
    grid-column-gap: 14px;
    grid-template-rows: 20vh;
    grid-template-columns: .5fr 1fr;
    grid-auto-rows: 1fr;
  }

  .text-block {
    font-size: 9px;
    line-height: 11px;
  }

  .slider-2 {
    z-index: -1;
    height: 80vh;
  }

  .mobiliar {
    margin-bottom: 60px;
  }

  .impressum {
    top: auto;
    bottom: 0%;
    left: auto;
    right: 0%;
  }

  .slide-nav {
    display: none;
  }

  .html-embed {
    margin: 20px;
  }

  .text-block-2 {
    margin: 25px;
  }

  .button {
    margin: 20px;
    display: inline-block;
  }

  .text-block-3 {
    margin: 20px 20px 0;
  }

  .hero-slider {
    z-index: -1;
    height: 80vh;
  }

  .brand {
    width: 160px;
  }

  .partner-container {
    width: auto;
    height: auto;
  }

  .about-pompeo-text.center {
    width: 80%;
  }

  .container-2 {
    max-width: none;
  }

  .centered-heading {
    margin-bottom: 24px;
  }

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

  .container-3 {
    max-width: none;
  }

  .blog-teaser-item-wrapper._100svh {
    height: 180vw;
  }

  .quote-author {
    font-size: 1.4rem;
  }

  .blog-overview-grid {
    overflow: hidden;
  }

  .blog-teaser-quote {
    font-size: 1rem;
  }

  .container-w1.gutter-outside {
    max-width: 95%;
  }

  .gridslider {
    z-index: -1;
    height: 65vh;
  }

  .blog-teaser-category {
    font-size: 1.8rem;
  }

  .navwrapper {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .partnerlogo-copy {
    width: 100%;
  }

  .partner-name {
    font-size: .7rem;
  }

  .navlist-item {
    font-size: .6rem;
  }

  .container-4 {
    max-width: none;
  }

  .testimonial-quote-icon {
    width: 30px;
  }

  .testimonial-quote {
    font-size: 22px;
    line-height: 30px;
  }

  .testimonial-author-image-three {
    margin-right: 16px;
  }

  .brand-text {
    font-size: .7rem;
  }
}

#w-node-_146918db-0c3f-ac0b-a13f-9dbb8cab7637-a1006b99 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_146918db-0c3f-ac0b-a13f-9dbb8cab7688-a1006b99 {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-_146918db-0c3f-ac0b-a13f-9dbb8cab7657-a1006b99 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-fe82a4eb-ecec-6ab9-582d-6cf15ac0a98f-a1006b99, #w-node-a6183bf0-d976-bde3-5633-7b44b6fedb08-a1006b99 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-ef2022de-6d10-9b88-a453-4b08bd450e33-a1006b99 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_146918db-0c3f-ac0b-a13f-9dbb8cab76ca-a1006b99, #w-node-_146918db-0c3f-ac0b-a13f-9dbb8cab7687-a1006b99, #w-node-_59e4b050-5ec1-4949-4122-d737f276d4ad-a1006b99, #w-node-_146918db-0c3f-ac0b-a13f-9dbb8cab7738-a1006b99, #w-node-_146918db-0c3f-ac0b-a13f-9dbb8cab7747-a1006b99, #w-node-_4873441f-4f99-8391-8735-4e3aab77822b-ab77822b {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-eb953540-6210-ec2c-3abe-ce903e3f185b-3e3f185b, #w-node-_34b117db-949b-b1f3-9cab-86de908bff03-908bff03, #w-node-b40570b6-54f0-388d-7649-6427b1389692-b1389692 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-e56ad405-fb1b-02c8-27d3-56fd78b086eb-c437740b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e56ad405-fb1b-02c8-27d3-56fd78b086f4-c437740b, #w-node-e56ad405-fb1b-02c8-27d3-56fd78b086fb-c437740b {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-e56ad405-fb1b-02c8-27d3-56fd78b08702-c437740b, #w-node-e56ad405-fb1b-02c8-27d3-56fd78b08709-c437740b, #objektgestaltung.w-node-ee76ece5-b5e1-e57a-36f8-30fe1068f8c0-c437740b {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-e56ad405-fb1b-02c8-27d3-56fd78b08710-c437740b {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-e56ad405-fb1b-02c8-27d3-56fd78b08717-c437740b {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_72aa40b3-52cf-4d65-69fa-fc4a7e94d96f-c437740b, #w-node-e56ad405-fb1b-02c8-27d3-56fd78b0871e-c437740b, #w-node-e56ad405-fb1b-02c8-27d3-56fd78b08725-c437740b {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_6a4a0bd7-a953-4d89-3533-ebae3f52162d-c437740b {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_44922ace-e064-7f14-37b2-0739b2888737-c437740b {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-e56ad405-fb1b-02c8-27d3-56fd78b08747-c437740b, #w-node-e56ad405-fb1b-02c8-27d3-56fd78b08740-c437740b {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-b8d0ab6e-b49f-f1d5-0930-1f6b74d263f6-c437740b, #w-node-_527c6b23-5800-9eb0-4d42-d7e7fbe8f24b-c437740b {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-aee0c5e7-2fbf-8601-2653-48dd868c90a0-c437740b, #w-node-c7ea9222-9931-91f6-cca8-e69129f211c1-c437740b, #w-node-_1703f2d3-8cba-16e5-f6fa-ac80a029af66-c437740b, #w-node-f7dbac04-259d-5522-a069-a7bbb1d57298-c437740b, #w-node-fe3e66c6-eb24-52bd-681d-3ce00e4fc92b-c437740b, #w-node-_402957fa-30d8-9092-ce21-b67f67ce8b6f-c437740b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a6ea4bf4-c98d-d572-eef2-88a4dbb1ed2a-c437740b, #w-node-_88422563-e14c-b6b3-9ca9-e1a086922749-c437740b, #w-node-_69f57782-45f0-1b9d-c50d-fd56916c0dfd-c437740b {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-_146918db-0c3f-ac0b-a13f-9dbb8cab7637-9c2fabda {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_146918db-0c3f-ac0b-a13f-9dbb8cab7688-9c2fabda {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-_146918db-0c3f-ac0b-a13f-9dbb8cab7657-9c2fabda {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-fe82a4eb-ecec-6ab9-582d-6cf15ac0a98f-9c2fabda, #w-node-a6183bf0-d976-bde3-5633-7b44b6fedb08-9c2fabda {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-ef2022de-6d10-9b88-a453-4b08bd450e33-9c2fabda {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_146918db-0c3f-ac0b-a13f-9dbb8cab76ca-9c2fabda, #w-node-_146918db-0c3f-ac0b-a13f-9dbb8cab7687-9c2fabda, #w-node-_59e4b050-5ec1-4949-4122-d737f276d4ad-9c2fabda, #w-node-_146918db-0c3f-ac0b-a13f-9dbb8cab7738-9c2fabda, #w-node-_146918db-0c3f-ac0b-a13f-9dbb8cab7747-9c2fabda {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-_146918db-0c3f-ac0b-a13f-9dbb8cab7637-42fabfba {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_146918db-0c3f-ac0b-a13f-9dbb8cab7688-42fabfba, #w-node-_146918db-0c3f-ac0b-a13f-9dbb8cab7747-42fabfba, #w-node-_146918db-0c3f-ac0b-a13f-9dbb8cab7738-42fabfba, #w-node-_58292d88-74c8-1e70-df6f-53ae5307e4b2-42fabfba {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-_146918db-0c3f-ac0b-a13f-9dbb8cab7637-cb58b1e4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_146918db-0c3f-ac0b-a13f-9dbb8cab7688-cb58b1e4, #w-node-_146918db-0c3f-ac0b-a13f-9dbb8cab7747-cb58b1e4, #w-node-_146918db-0c3f-ac0b-a13f-9dbb8cab7738-cb58b1e4, #w-node-_58292d88-74c8-1e70-df6f-53ae5307e4b2-cb58b1e4 {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-_146918db-0c3f-ac0b-a13f-9dbb8cab7637-c92fe266 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_146918db-0c3f-ac0b-a13f-9dbb8cab7688-c92fe266 {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-_146918db-0c3f-ac0b-a13f-9dbb8cab7657-c92fe266 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-fe82a4eb-ecec-6ab9-582d-6cf15ac0a98f-c92fe266, #w-node-a6183bf0-d976-bde3-5633-7b44b6fedb08-c92fe266 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-ef2022de-6d10-9b88-a453-4b08bd450e33-c92fe266 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_146918db-0c3f-ac0b-a13f-9dbb8cab76ca-c92fe266, #w-node-_146918db-0c3f-ac0b-a13f-9dbb8cab7687-c92fe266, #w-node-_59e4b050-5ec1-4949-4122-d737f276d4ad-c92fe266, #w-node-_146918db-0c3f-ac0b-a13f-9dbb8cab7738-c92fe266, #w-node-_146918db-0c3f-ac0b-a13f-9dbb8cab7747-c92fe266 {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

@media screen and (max-width: 991px) {
  #w-node-_146918db-0c3f-ac0b-a13f-9dbb8cab7688-a1006b99, #w-node-_146918db-0c3f-ac0b-a13f-9dbb8cab7657-a1006b99, #w-node-fe82a4eb-ecec-6ab9-582d-6cf15ac0a98f-a1006b99, #w-node-a6183bf0-d976-bde3-5633-7b44b6fedb08-a1006b99, #w-node-ef2022de-6d10-9b88-a453-4b08bd450e33-a1006b99, #w-node-eb953540-6210-ec2c-3abe-ce903e3f185b-3e3f185b, #w-node-_34b117db-949b-b1f3-9cab-86de908bff03-908bff03, #w-node-b40570b6-54f0-388d-7649-6427b1389692-b1389692, #w-node-e56ad405-fb1b-02c8-27d3-56fd78b08702-c437740b, #w-node-e56ad405-fb1b-02c8-27d3-56fd78b08709-c437740b, #objektgestaltung.w-node-ee76ece5-b5e1-e57a-36f8-30fe1068f8c0-c437740b, #w-node-e56ad405-fb1b-02c8-27d3-56fd78b08717-c437740b {
    grid-area: span 1 / span 6 / span 1 / span 6;
  }

  #w-node-_72aa40b3-52cf-4d65-69fa-fc4a7e94d96f-c437740b, #w-node-e56ad405-fb1b-02c8-27d3-56fd78b0871e-c437740b, #w-node-e56ad405-fb1b-02c8-27d3-56fd78b08725-c437740b {
    grid-area: span 2 / span 2 / span 2 / span 2;
  }

  #w-node-_6a4a0bd7-a953-4d89-3533-ebae3f52162d-c437740b {
    grid-area: span 1 / span 6 / span 1 / span 6;
  }

  #w-node-aee0c5e7-2fbf-8601-2653-48dd868c90a0-c437740b, #w-node-c7ea9222-9931-91f6-cca8-e69129f211c1-c437740b, #w-node-_1703f2d3-8cba-16e5-f6fa-ac80a029af66-c437740b, #w-node-f7dbac04-259d-5522-a069-a7bbb1d57298-c437740b, #w-node-fe3e66c6-eb24-52bd-681d-3ce00e4fc92b-c437740b, #w-node-_402957fa-30d8-9092-ce21-b67f67ce8b6f-c437740b {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_146918db-0c3f-ac0b-a13f-9dbb8cab7688-9c2fabda, #w-node-_146918db-0c3f-ac0b-a13f-9dbb8cab7657-9c2fabda, #w-node-fe82a4eb-ecec-6ab9-582d-6cf15ac0a98f-9c2fabda, #w-node-a6183bf0-d976-bde3-5633-7b44b6fedb08-9c2fabda, #w-node-ef2022de-6d10-9b88-a453-4b08bd450e33-9c2fabda, #w-node-_146918db-0c3f-ac0b-a13f-9dbb8cab7688-42fabfba, #w-node-_146918db-0c3f-ac0b-a13f-9dbb8cab7688-cb58b1e4, #w-node-_146918db-0c3f-ac0b-a13f-9dbb8cab7688-c92fe266, #w-node-_146918db-0c3f-ac0b-a13f-9dbb8cab7657-c92fe266, #w-node-fe82a4eb-ecec-6ab9-582d-6cf15ac0a98f-c92fe266, #w-node-a6183bf0-d976-bde3-5633-7b44b6fedb08-c92fe266, #w-node-ef2022de-6d10-9b88-a453-4b08bd450e33-c92fe266 {
    grid-area: span 1 / span 6 / span 1 / span 6;
  }
}

@media screen and (max-width: 767px) {
  #w-node-f4881a2b-3e3d-9d4a-5c9c-9e2425de29bf-c437740b, #w-node-fb19539f-6a05-5d6a-1eb9-49d164d48789-c437740b {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-e56ad405-fb1b-02c8-27d3-56fd78b08747-c437740b, #w-node-e56ad405-fb1b-02c8-27d3-56fd78b08740-c437740b {
    grid-area: span 1 / span 6 / span 1 / span 6;
  }

  #w-node-aee0c5e7-2fbf-8601-2653-48dd868c90a0-c437740b, #w-node-c7ea9222-9931-91f6-cca8-e69129f211c1-c437740b, #w-node-_1703f2d3-8cba-16e5-f6fa-ac80a029af66-c437740b, #w-node-f7dbac04-259d-5522-a069-a7bbb1d57298-c437740b, #w-node-fe3e66c6-eb24-52bd-681d-3ce00e4fc92b-c437740b, #w-node-_402957fa-30d8-9092-ce21-b67f67ce8b6f-c437740b {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }
}


@font-face {
  font-family: 'Intertight';
  src: url('../fonts/InterTight-ExtraBoldItalic.ttf') format('truetype');
  font-weight: 800;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Intertight';
  src: url('../fonts/InterTight-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Intertight';
  src: url('../fonts/InterTight-ExtraLightItalic.ttf') format('truetype');
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Intertight';
  src: url('../fonts/InterTight-BlackItalic.ttf') format('truetype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Intertight';
  src: url('../fonts/InterTight-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Intertight';
  src: url('../fonts/InterTight-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Intertight';
  src: url('../fonts/InterTight-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Intertight';
  src: url('../fonts/InterTight-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Intertight';
  src: url('../fonts/InterTight-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Intertight';
  src: url('../fonts/InterTight-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Intertight';
  src: url('../fonts/InterTight-SemiBoldItalic.ttf') format('truetype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Intertight';
  src: url('../fonts/InterTight-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Intertight';
  src: url('../fonts/InterTight-ExtraBold.ttf') format('truetype');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Intertight';
  src: url('../fonts/InterTight-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Intertight';
  src: url('../fonts/InterTight-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Intertight';
  src: url('../fonts/InterTight-ThinItalic.ttf') format('truetype');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Intertight';
  src: url('../fonts/InterTight-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Intertight';
  src: url('../fonts/InterTight-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}