:root {
  --black: #1c1c1c;
  --black-2: #e9ece3;
  --copy-bright: #f8eed8;
  --untitled-ui-white: white;
  --sandy-brown: #ffbb69;
  --copy-grey: #7a7a7a;
  --waves-library-white: white;
  --waves-library-black: #131313;
  --untitled-ui-primary600: #7f56d9;
  --untitled-ui-primary700: #6941c6;
  --untitled-ui-primary100: #f4ebff;
  --untitled-ui-gray300: #d0d5dd;
  --untitled-ui-gray700: #344054;
  --untitled-ui-gray50: #f9fafb;
  --untitled-ui-gray800: #1d2939;
  --untitled-ui-gray100: #f2f4f7;
  --untitled-ui-gray600: #475467;
  --untitled-ui-gray900: #101828;
  --untitled-ui-primary50: #f9f5ff;
  --dark-sea-green-2: #a7ae90;
  --beige: #d8decd;
  --untitled-ui-primary800: #53389e;
  --dim-grey: #73604b;
  --main-grün: #a6d7c7;
  --untitled-ui-gray200: #eaecf0;
  --kütüp-library-dark-slate-grey: #264653;
  --kütüp-library-burntsienna: #e76f51;
  --kütüp-library-white: white;
  --dark-sea-green: #93b57e;
  --beige-2: #d8decd;
  --untitled-ui-gray400: #98a2b3;
  --hover-anfragen: #bcf1e0;
  --dark-green: #86ada0;
  --kütüp-library-dark-slate-grey-x: #2e5261;
  --waves-library--dark-elevation: #ede0d8;
  --light-green-section: rgba(208, 240, 229, .31);
  --waves-library--background: #faebe3;
  --walsh--walsh-light-green: #c2ecd5;
  --walsh--black: #2c2c2c;
  --light-green-main: #f1faf7;
  --untitled-ui-primary500: #9e77ed;
}

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

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.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-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 {
  font-family: Manrope, sans-serif;
  font-size: 1rem;
  line-height: 1.2;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4.25em;
  line-height: 1.1;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3.375em;
  line-height: 1.1;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.25em;
  line-height: 1.2;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.75em;
  line-height: 1.2;
}

h5 {
  letter-spacing: .1em;
  text-transform: uppercase;
  margin-top: 3em;
  margin-bottom: 1.1em;
  font-size: 1.2em;
  line-height: 1.2;
}

h6 {
  letter-spacing: .1em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1em;
  line-height: 1.2;
}

p {
  margin-bottom: 0;
  line-height: 1.4;
}

a {
  text-decoration: underline;
}

ul, ol {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 22px;
}

figure {
  margin-bottom: 10px;
}

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

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

.gutter-outside {
  padding-left: 4em;
  padding-right: 4em;
}

.title4 {
  font-size: 1.75em;
  font-weight: 600;
  line-height: 1.2;
}

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

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

.p-sm-start {
  padding-top: 3em;
}

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

.divider {
  width: 100%;
  height: 1px;
  background-color: #ddd;
}

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

.container-w1.gutter-outside.full-height {
  height: 113%;
  height: 100%;
  height: 113%;
  background-color: #fff;
  flex-direction: column;
  flex: 0 auto;
  align-items: stretch;
  margin-bottom: 0;
  padding: 0 5.3em;
  display: flex;
}

.footer {
  z-index: 10;
  background-color: var(--black);
  position: relative;
}

.section-tutorial {
  z-index: 10;
  background-color: #fff;
  position: relative;
}

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

.text-regular {
  font-weight: 400;
}

.main-nav__underline {
  height: 1px;
  background-color: #121217;
  position: relative;
  bottom: 0;
  left: 0;
  right: 0;
}

.main-nav__underline.light {
  color: #e9ece3;
  -webkit-text-stroke-color: #e9ece3;
  background-color: #a7ae90;
  display: none;
}

.intro {
  width: 100%;
  max-width: 43.75em;
}

.hero__background-image-wrapper {
  z-index: 0;
  width: 100%;
  height: 100%;
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
  position: relative;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: visible;
}

.hero__background-image-wrapper.main {
  position: absolute;
}

.hero__grid-left {
  z-index: 2;
  max-width: 630px;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.hero__grid-left.hero {
  max-width: 39em;
}

.main-nav__logo {
  width: 200px;
  height: 100%;
  border-right: 1px #c1c2c5;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  padding-right: 2em;
  text-decoration: none;
  display: flex;
}

.main-nav__menu {
  justify-content: center;
  padding-left: 140px;
  padding-right: 40px;
  text-decoration: none;
  display: flex;
  position: relative;
  left: -37px;
}

.main-nav__links-wrap {
  grid-column-gap: 2em;
  grid-row-gap: 1em;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 0;
  text-decoration: none;
  display: flex;
}

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

.page-wrapper.wiewirarbeiten {
  background-color: var(--black-2);
}

.page-wrapper.wiewirarbeiten.mobile {
  display: none;
}

.page-wrapper.wiewirarbeiten {
  background-color: #e9ece3;
  background-image: linear-gradient(227deg, rgba(179, 185, 175, .8), #fff), url('../images/Objekt-Liebigstraáe-36---Architekturfotograf-Rudolf-Langemann-96_2.webp');
  background-position: 0 0, 50% 46%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  padding-left: 0;
  padding-right: 0;
}

.page-wrapper.wiewirarbeiten._2 {
  display: none;
}

.main-section {
  z-index: 10;
  color: #121217;
  background-color: #fff;
  padding-top: 7.5rem;
  position: relative;
  overflow: hidden;
}

.main-section.main-hero {
  min-height: 60vh;
  color: var(--copy-bright);
  background-color: rgba(0, 0, 0, 0);
  padding-top: 6em;
  padding-bottom: 2em;
  display: block;
}

.main-section.main-hero-copy {
  min-height: 43vh;
  color: var(--copy-bright);
  background-color: rgba(0, 0, 0, 0);
  padding-top: 6em;
  padding-bottom: 0;
  display: block;
}

.main-section.main-hero {
  min-height: 43vh;
  color: #f8eed8;
  background-color: #fff;
  padding-top: 7em;
  padding-bottom: 2em;
  display: block;
}

.main-section.main-hero-copy {
  min-height: 43vh;
  color: #f8eed8;
  background-color: rgba(0, 0, 0, 0);
  padding-top: 6em;
  padding-bottom: 0;
  display: block;
}

.subtitle {
  color: #73737c;
  font-size: 1.125em;
}

.main-nav {
  height: 100px;
  background-color: var(--untitled-ui-white);
  border-bottom: 1px solid #c1c2c5;
  flex-direction: column;
  justify-content: center;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.main-nav-inner {
  height: 100%;
  flex-wrap: nowrap;
  flex: 0 auto;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hero__background-image {
  height: auto;
  max-height: 80vh;
}

.hero__grid {
  z-index: auto;
  height: 40%;
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/dasdf_1dasdf.webp');
  background-position: 50% 14%;
  background-size: cover;
  grid-template-rows: auto;
  padding-top: 0;
  padding-bottom: 3.75em;
  display: block;
  position: relative;
}

.main-nav__link {
  color: #121217;
  letter-spacing: .05em;
  text-transform: uppercase;
  line-height: 1.4;
  text-decoration: none;
}

.main-nav__link:hover {
  opacity: 1;
}

.main-nav__link.light {
  color: var(--copy-bright);
  font-size: .875rem;
  text-decoration: none;
}

.main-nav__link.right {
  padding-right: 0;
}

.main-nav__link.icon {
  width: 25px;
  height: 25px;
  background-image: url('../images/2.webp');
  background-position: 50%;
  background-size: cover;
  align-self: center;
  margin-top: -2px;
}

.main-nav__link.light {
  color: #f8eed8;
  font-size: .75rem;
}

.hero-parallax {
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.grid-leistung__subtitle {
  align-self: flex-end;
  margin-bottom: 80px;
  font-size: 18px;
}

.grid-leistung__subtitle.left {
  align-self: flex-start;
  margin-bottom: 0;
}

.grid-leistung__card {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  color: var(--black);
  border: 1px solid #ddd;
  border-radius: 12px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  padding: 2.125em;
  font-size: 1rem;
  line-height: 1.5;
  text-decoration: none;
  transition: background-color .4s;
  display: flex;
}

.grid-leistung__card:hover {
  background-color: #eee;
}

.grid-leistung__card.first {
  border-style: none;
  align-items: flex-start;
  padding: 34px 0;
  display: flex;
}

.grid-leistung__card.first:hover {
  background-color: rgba(0, 0, 0, 0);
}

.grid-leistungen {
  grid-column-gap: 1.875em;
  grid-row-gap: 1.875em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.subtitle__wrapper {
  width: 100%;
  max-width: 56em;
  padding-bottom: 0;
}

.logo-text {
  color: var(--sandy-brown);
  letter-spacing: .01em;
  font-size: 1.2em;
}

.cta-link {
  color: var(--copy-grey);
  display: inline;
}

.text-color-highlight {
  color: var(--sandy-brown);
}

.text-bright {
  color: var(--copy-bright);
}

.slide {
  background-image: linear-gradient(rgba(0, 0, 0, .49), rgba(0, 0, 0, .49)), url('../images/love-concept-represented-by-hands-extended-each-other_1.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  overflow: visible;
}

.slide._1 {
  background-image: url('../images/Objekt-Liebigstraáe-36---Architekturfotograf-Rudolf-Langemann-155_1Objekt Liebigstraáe 36 - Architekturfotograf Rudolf Langemann-155.webp');
}

.slide._2 {
  background-image: url('../images/Objekt-Liebigstraáe-36---Architekturfotograf-Rudolf-Langemann-74_1Objekt Liebigstraáe 36 - Architekturfotograf Rudolf Langemann-74.webp');
  background-position: 50% 10%;
}

.slide._4 {
  background-image: url('../images/Objekt-Liebigstraáe-36---Architekturfotograf-Rudolf-Langemann-96_1Objekt Liebigstraáe 36 - Architekturfotograf Rudolf Langemann-96.webp');
  background-position: 50% 80%;
}

.slide._3 {
  background-image: url('../images/Objekt-Liebigstraáe-36---Architekturfotograf-Rudolf-Langemann-83_1Objekt Liebigstraáe 36 - Architekturfotograf Rudolf Langemann-83.webp');
  background-position: 50% 80%;
}

.slide._5 {
  background-image: url('../images/Objekt-Liebigstraáe-36---Architekturfotograf-Rudolf-Langemann-55_1Objekt Liebigstraáe 36 - Architekturfotograf Rudolf Langemann-55.webp');
  background-position: 50% 80%;
}

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

.slide-content {
  height: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.slide-txt-wrap {
  z-index: 2;
  color: #fff;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 200;
  line-height: 30px;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.text-block {
  color: var(--black);
  font-family: Manrope, sans-serif;
  font-weight: 400;
}

.text-block-2, .text-block-3, .text-block-4 {
  color: var(--black);
  font-family: Montserrat, sans-serif;
  font-weight: 300;
}

.image {
  max-width: 120%;
  position: relative;
  left: -16px;
}

.container {
  width: 570px;
  height: 250px;
  max-width: 1100px;
  background-color: rgba(0, 0, 0, 0);
  margin-top: 0;
  margin-left: 220px;
  margin-right: auto;
  padding-top: 20px;
  padding-left: 10px;
}

.footer-link-block {
  color: #313149;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.link-block-text {
  margin-bottom: 0;
  margin-right: 10px;
}

.footer-title {
  margin-bottom: 30px;
  font-size: 18px;
  font-weight: 700;
  line-height: 15px;
}

.footer-link {
  color: #313149;
  margin-bottom: 5px;
  font-family: Open Sans, sans-serif;
  font-size: 13px;
  font-weight: 500;
  text-decoration: none;
  transition: color .2s;
  display: block;
}

.footer-link:hover {
  color: #8181ca;
}

.link-block-arrow {
  width: 12px;
}

.footer-icon {
  width: 15px;
  margin-top: -2.5px;
  margin-right: 5px;
}

.footer-icon.address {
  margin-top: 5px;
}

.footer-flex-col {
  flex: 1;
  padding-left: 10px;
  padding-right: 10px;
}

.footer-section {
  border-top: 1px solid #ececec;
  padding: 50px 25px;
}

.footer-flex-row {
  justify-content: space-between;
  padding-bottom: 30px;
  display: flex;
}

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

.flex-row.address {
  align-items: center;
  font-size: .9rem;
}

.footer-logo {
  width: 110px;
}

.waves---cta-white {
  height: 52px;
  background-color: var(--waves-library-white);
  color: var(--waves-library-black);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: 8px 24px;
  font-size: 16px;
  font-weight: 700;
  display: flex;
}

.waves---cta-white.wide-cta {
  min-width: 200px;
}

.waves---mg-top-16 {
  margin-top: 16px;
}

.waves---subtitle {
  font-size: 24px;
  line-height: 40px;
}

.waves---limit-480 {
  width: 100%;
  max-width: 480px;
}

.waves---mega-heading-1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 100px;
  line-height: 115%;
}

.waves-title-wrap-hero-5 {
  z-index: 1;
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.waves---main-container {
  max-width: 1352px;
  padding-left: 24px;
  padding-right: 24px;
}

.waves-gradient-hero-5 {
  background-image: linear-gradient(rgba(19, 19, 19, .1) 22%, rgba(19, 19, 19, .66) 77%, rgba(19, 19, 19, .8));
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.waves-section-hero-5 {
  color: var(--waves-library-white);
  background-image: url('../images/Wide-Image_1Wide Image.webp');
  background-position: 50%;
  background-size: cover;
  padding-top: 340px;
  padding-bottom: 88px;
  position: relative;
}

.heading {
  color: var(--black);
  text-align: left;
  font-size: 28px;
  font-weight: 400;
  line-height: 30px;
}

.heading-2 {
  font-size: 2em;
  font-weight: 700;
  line-height: 1.1;
}

.heading-3 {
  font-size: 1em;
  font-weight: 600;
}

.text-block-5 {
  margin-top: 20px;
  font-size: 14px;
  font-weight: 300;
}

.paragraph {
  text-align: left;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 300;
}

.paragraph.centered {
  text-align: center;
  padding-right: 0;
}

.hero-heading-center {
  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;
}

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

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

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

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

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

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

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

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

.button-primary.mehr-zu-unseren-leistungen-und-pakete {
  width: 400px;
  margin: 60px auto 40px;
  display: block;
}

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

.uui-button {
  grid-column-gap: .5rem;
  border: 1px solid var(--untitled-ui-primary600);
  background-color: var(--untitled-ui-primary600);
  color: var(--untitled-ui-white);
  text-align: center;
  white-space: nowrap;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  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: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px rgba(16, 24, 40, .05);
}

.uui-button:hover {
  border-color: var(--untitled-ui-primary700);
  background-color: var(--untitled-ui-primary700);
}

.uui-button:focus {
  background-color: var(--untitled-ui-primary600);
  box-shadow: 0 1px 2px 0 rgba(16, 24, 40, .05), 0 0 0 4px var(--untitled-ui-primary100);
}

.uui-button-wrapper.max-width-full-mobile-landscape {
  width: 300px;
  margin-left: 0;
  margin-right: 0;
  padding: 5px 0;
}

.uui-button-secondary-gray {
  grid-column-gap: .5rem;
  border: 1px solid var(--untitled-ui-gray300);
  background-color: var(--untitled-ui-white);
  color: var(--untitled-ui-gray700);
  text-align: center;
  white-space: nowrap;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px rgba(16, 24, 40, .05);
}

.uui-button-secondary-gray:hover {
  background-color: var(--untitled-ui-gray50);
  color: var(--untitled-ui-gray800);
}

.uui-button-secondary-gray:focus {
  background-color: var(--untitled-ui-white);
  box-shadow: 0 1px 2px 0 rgba(16, 24, 40, .05), 0 0 0 4px var(--untitled-ui-gray100);
}

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

.uui-button-row.button-row-center {
  justify-content: center;
}

.uui-space-medium {
  width: 100%;
  min-height: 2rem;
}

.uui-text-size-large {
  color: var(--untitled-ui-gray600);
  letter-spacing: normal;
  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: 1.125rem;
  line-height: 1.5;
}

.uui-space-xsmall {
  width: 100%;
  min-height: 1rem;
}

.uui-heading-medium {
  color: var(--untitled-ui-gray900);
  margin-top: 0;
  margin-bottom: 0;
  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: 2rem;
  font-weight: 600;
  line-height: 1.3;
}

.uui-space-small {
  width: 100%;
  min-height: 1.5rem;
}

.uui-icon-1x1-xsmall {
  width: 1.5rem;
  height: 1.5rem;
}

.uui-icon-featured-outline-large {
  width: 3.5rem;
  height: 3.5rem;
  border: .5rem solid var(--untitled-ui-primary50);
  background-color: var(--untitled-ui-primary100);
  color: var(--untitled-ui-primary600);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.uui-icon-featured-outline-large.align-center, .align-center {
  margin-left: auto;
  margin-right: auto;
}

.uui-max-width-medium {
  width: 100%;
  max-width: 35rem;
}

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

.uui-padding-vertical-xhuge {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.uui-container-large {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.uui-page-padding {
  padding-left: 2rem;
  padding-right: 2rem;
}

.rich-text-block {
  color: var(--untitled-ui-gray900);
  padding-left: 60px;
  padding-right: 60px;
}

.einleitung-section {
  border-bottom: 1px solid #e4ebf3;
  padding: 0 40px 40px;
  font-family: Montserrat, sans-serif;
  position: relative;
}

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

.testimonial-wrapper-four {
  flex-direction: column-reverse;
  justify-content: center;
  align-items: center;
  padding-left: 100px;
  padding-right: 100px;
  display: flex;
}

.testimonial-left {
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  display: flex;
}

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

.testimonial-right {
  text-align: center;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
}

.heading-small {
  font-size: 32px;
  font-weight: 600;
  line-height: 40px;
}

.heading-small.margin-bottom-32px {
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: 400;
  line-height: 18px;
  display: none;
}

.testimonial-text-four {
  margin-bottom: 10px;
  font-weight: 300;
}

.testimonial-author-name-three {
  margin-bottom: 10px;
  font-size: 1em;
}

.testimonial-title {
  font-weight: 300;
}

.heading-4 {
  font-size: 2em;
}

.heading-5 {
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  font-size: 2rem;
  font-weight: 500;
  line-height: 3;
  display: flex;
}

.italic-text {
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
}

.uui-button-2 {
  grid-column-gap: .5rem;
  border: 1px solid var(--untitled-ui-primary600);
  background-color: var(--untitled-ui-primary600);
  color: var(--untitled-ui-white);
  text-align: center;
  white-space: nowrap;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  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: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px rgba(16, 24, 40, .05);
}

.uui-button-2:hover {
  border-color: var(--untitled-ui-primary700);
  background-color: var(--untitled-ui-primary700);
}

.uui-button-2:focus {
  background-color: var(--untitled-ui-primary600);
  box-shadow: 0 1px 2px 0 rgba(16, 24, 40, .05), 0 0 0 4px var(--untitled-ui-primary100);
}

.uui-button-secondary-gray-2 {
  grid-column-gap: .5rem;
  border: 1px solid var(--untitled-ui-gray300);
  background-color: var(--untitled-ui-white);
  color: var(--untitled-ui-gray700);
  text-align: center;
  white-space: nowrap;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  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: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px rgba(16, 24, 40, .05);
}

.uui-button-secondary-gray-2:hover {
  background-color: var(--untitled-ui-gray50);
  color: var(--untitled-ui-gray800);
}

.uui-button-secondary-gray-2:focus {
  background-color: var(--untitled-ui-white);
  box-shadow: 0 1px 2px 0 rgba(16, 24, 40, .05), 0 0 0 4px var(--untitled-ui-gray100);
}

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

.uui-text-size-medium {
  color: var(--untitled-ui-gray600);
  letter-spacing: normal;
  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: 1rem;
  line-height: 1.5;
}

.uui-space-xxsmall {
  width: 100%;
  min-height: .5rem;
}

.uui-heading-xxsmall {
  color: var(--untitled-ui-gray900);
  letter-spacing: normal;
  margin-top: 0;
  margin-bottom: 0;
  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: 1.25rem;
  font-weight: 600;
  line-height: 1.5;
}

.uui-space-small-2 {
  width: 100%;
  min-height: 1.5rem;
}

.uui-icon-1x1-xsmall-2 {
  width: 1.5rem;
  height: 1.5rem;
}

.uui-icon-featured-outline-large-2 {
  width: 3.5rem;
  height: 3.5rem;
  border: .5rem solid var(--untitled-ui-primary50);
  background-color: var(--untitled-ui-primary100);
  color: var(--untitled-ui-primary600);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.uui-layout96item {
  flex-direction: column;
  align-items: center;
}

.uui-layout96_list {
  grid-column-gap: 2rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  justify-items: start;
  margin-top: 4rem;
  margin-bottom: 4rem;
  display: grid;
}

.uui-text-size-large-2 {
  color: var(--untitled-ui-gray600);
  letter-spacing: normal;
  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: 1.125rem;
  line-height: 1.5;
}

.uui-heading-medium-2 {
  color: var(--untitled-ui-gray900);
  margin-top: 0;
  margin-bottom: 0;
  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: 2.25rem;
  font-weight: 600;
  line-height: 1.3;
}

.uui-space-xsmall-2 {
  width: 100%;
  min-height: 1rem;
}

.uui-heading-subheading {
  color: var(--untitled-ui-primary600);
  margin-bottom: .75rem;
  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: 1rem;
  font-weight: 600;
  line-height: 1.5;
}

.uui-layout96_content {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.uui-layout96_component {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.uui-padding-vertical-xhuge-2 {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.uui-container-large-2 {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.uui-page-padding-2 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.bold-text {
  font-weight: 500;
}

.paragraph-2 {
  color: #44465f;
  letter-spacing: -.3px;
  font-size: 1rem;
  line-height: 1.2;
}

.card_row {
  width: 100%;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: 15px;
  display: flex;
}

.container_p {
  max-width: 1140px;
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  font-family: Montserrat, sans-serif;
  display: flex;
}

.text_features {
  letter-spacing: -.3px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 16px;
  font-weight: 300;
  line-height: 25px;
}

.button {
  background-color: var(--dark-sea-green-2);
  text-align: left;
  border-radius: 5px;
  margin-top: auto;
  padding: 17px 35px;
  font-size: 15px;
  font-weight: 500;
  position: relative;
}

.button:hover {
  background-color: var(--beige);
  color: rgba(115, 96, 75, .72);
}

.button._456 {
  margin-top: auto;
}

.h1_features {
  letter-spacing: -.3px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 27px;
}

.col_40 {
  width: 40%;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.card_col_2 {
  width: 50%;
  flex-direction: column;
  align-items: center;
  padding: 15px;
  display: flex;
  position: relative;
  top: -30px;
}

.icon_wrap {
  display: none;
  overflow: hidden;
}

.card_base {
  width: 100%;
  height: 100%;
  min-height: 500px;
  color: #44465f;
  background-color: #fff;
  border-radius: 15px;
  margin-bottom: 35px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 55px 25px 25px;
  text-decoration: none;
  position: relative;
  box-shadow: 7px 7px 55px #f2f3f6;
}

.col_60 {
  width: 100%;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
  display: flex;
}

.content-wrap-warumhomestaging {
  min-height: 100vh;
  justify-content: center;
  align-items: center;
  padding: 120px 5%;
  display: flex;
}

.card_title_wrap {
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  display: block;
}

.h1_example {
  color: #000645;
  letter-spacing: -.5px;
  margin-bottom: 10px;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.2;
}

.udesly-code-snippet {
  display: none;
}

.udesly-label-text {
  width: auto;
  color: #fff;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 300;
}

.udesly-after-label {
  z-index: 3;
  width: 100px;
  background-color: rgba(255, 255, 255, .15);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 10px;
  transition: opacity .2s ease-in-out;
  display: flex;
  position: absolute;
  top: 20px;
  bottom: auto;
  left: auto;
  right: 20px;
}

.udesly-before-label {
  z-index: 3;
  width: 100px;
  background-color: rgba(255, 255, 255, .15);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 10px;
  padding-right: 10px;
  transition: opacity .2s ease-in-out;
  display: flex;
  position: absolute;
  top: 20px;
  bottom: auto;
  left: 20px;
  right: auto;
}

.udesly-circle-handle {
  width: 40px;
  height: 40px;
  cursor: grab;
  background-color: #fff;
  background-image: url('../images/arrows.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 20px;
  border-radius: 50%;
  position: absolute;
}

.udesly-handlebar-wrapper {
  z-index: 10;
  width: 1px;
  height: 100%;
  color: rgba(0, 0, 0, 0);
  cursor: grab;
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.udesly-left-image {
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
}

.udesly-right-image {
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
}

.udesly-before-after-slider {
  width: 350px;
  height: 40vh;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.uui-button-3 {
  grid-column-gap: .5rem;
  border: 1px solid var(--untitled-ui-primary600);
  background-color: var(--untitled-ui-primary600);
  color: var(--untitled-ui-white);
  text-align: center;
  white-space: nowrap;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  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: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px rgba(16, 24, 40, .05);
}

.uui-button-3:hover {
  border-color: var(--untitled-ui-primary700);
  background-color: var(--untitled-ui-primary700);
}

.uui-button-3:focus {
  background-color: var(--untitled-ui-primary600);
  box-shadow: 0 1px 2px 0 rgba(16, 24, 40, .05), 0 0 0 4px var(--untitled-ui-primary100);
}

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

.uui-button-row-3.button-row-center {
  justify-content: center;
}

.uui-button-icon {
  width: 1.25rem;
  height: 1.25rem;
  min-height: 1.25rem;
  min-width: 1.25rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.uui-button-link {
  grid-column-gap: .5rem;
  color: var(--untitled-ui-primary700);
  white-space: nowrap;
  background-color: rgba(0, 0, 0, 0);
  justify-content: center;
  align-items: center;
  padding: 0;
  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: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.uui-button-link:hover {
  color: var(--untitled-ui-primary800);
}

.uui-space-small-3 {
  width: 100%;
  min-height: 1.5rem;
}

.uui-text-size-medium-2 {
  color: var(--untitled-ui-gray600);
  letter-spacing: normal;
  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: 1rem;
  line-height: 1.5;
}

.uui-heading-xsmall {
  color: var(--untitled-ui-gray900);
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 0;
  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: 1.5rem;
  font-weight: 600;
  line-height: 1.4;
}

.uui-blogsection02_title-link {
  margin-bottom: .5rem;
  text-decoration: none;
  display: block;
}

.uui-blogsection02_read-time {
  align-items: center;
  padding-left: .5rem;
  padding-right: .5rem;
  display: flex;
}

.uui-blogsection02_category-link {
  background-color: var(--untitled-ui-white);
  color: var(--untitled-ui-primary700);
  border-radius: 1rem;
  align-items: center;
  padding: .125rem .5rem;
  font-size: .75rem;
  font-weight: 500;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.uui-blogsection02_category-link:hover {
  color: var(--untitled-ui-primary800);
}

.uui-blogsection02_meta-wrapper {
  background-color: var(--untitled-ui-primary50);
  color: var(--untitled-ui-primary700);
  mix-blend-mode: multiply;
  border-radius: 10rem;
  align-items: center;
  margin-bottom: 1rem;
  padding: .25rem;
  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: .75rem;
  font-weight: 500;
  display: flex;
}

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

.uui-blogsection02_image-wrapper {
  width: 100%;
  padding-top: 0%;
  position: relative;
  overflow: hidden;
}

.uui-blogsection02_image-link {
  width: 100%;
  margin-bottom: 2rem;
  transition: all .3s;
}

.uui-blogsection02_image-link:hover {
  box-shadow: 0 24px 48px -12px rgba(16, 24, 40, .18);
}

.uui-blogsection02_item {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.uui-blogsection02_list {
  grid-column-gap: 2rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.uui-blogsection02_component {
  flex-direction: column;
  align-items: center;
  margin-top: 4rem;
  margin-bottom: 4rem;
  display: none;
}

.uui-text-size-large-3 {
  color: var(--untitled-ui-gray600);
  letter-spacing: normal;
  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: 1.125rem;
  line-height: 1.5;
}

.uui-space-xsmall-3 {
  width: 100%;
  min-height: 1rem;
}

.uui-heading-medium-3 {
  color: var(--untitled-ui-gray900);
  margin-top: 0;
  margin-bottom: 0;
  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: 2.25rem;
  font-weight: 600;
  line-height: 1.3;
}

.uui-heading-subheading-2 {
  color: var(--untitled-ui-primary600);
  margin-bottom: .75rem;
  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: 1rem;
  font-weight: 600;
  line-height: 1.5;
}

.uui-max-width-large {
  width: 100%;
  max-width: 48rem;
}

.uui-max-width-large.align-center, .align-center-2 {
  margin-left: auto;
  margin-right: auto;
}

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

.uui-padding-vertical-xhuge-3 {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.uui-container-large-3 {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.uui-page-padding-3 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.uui-section_blogsection02 {
  display: none;
}

.after_mobile {
  z-index: 1;
  width: 100%;
  height: 100%;
  background-image: url('../images/2023-GLB-SUV-CT-1-5-02-DR.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 70%;
  background-attachment: fixed;
  display: none;
  position: absolute;
}

.after {
  z-index: 1;
  width: 100%;
  height: 100%;
  background-image: url('../images/2023-GLB-SUV-CT-1-5-02-DR.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  position: absolute;
  overflow: hidden;
}

.link-block {
  margin-top: 32px;
}

.awasero_logo {
  height: 28px;
}

.arrow_icon {
  font-size: 27px;
}

.global-padding {
  text-align: center;
  flex: 1;
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.drag {
  z-index: 5;
  width: 2%;
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  cursor: grab;
  background-color: rgba(255, 255, 255, .55);
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 49%;
  right: auto;
}

.section_hero {
  z-index: 1;
  width: 100vw;
  height: 100vh;
  color: #fff;
  background-image: url('../images/Frame-13.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  font-family: Montserrat, sans-serif;
  display: flex;
}

.before_mobile {
  z-index: 2;
  width: 100%;
  height: 100%;
  background-image: url('../images/2023-GLB-SUV-CT-1-5-01-DR.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 70%;
  background-attachment: fixed;
  display: none;
  position: absolute;
  overflow: hidden;
}

.before {
  z-index: 2;
  width: 50%;
  height: 100%;
  background-image: url('../images/2023-GLB-SUV-CT-1-5-01-DR.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  position: absolute;
  overflow: hidden;
}

.container-4 {
  height: 50vh;
  max-width: 100%;
  background-color: #fff;
  border-radius: 25px;
  flex: 1;
  position: relative;
  overflow: hidden;
}

.clone_project {
  color: #e9e9e9;
  margin: 23px;
  font-weight: 700;
  text-decoration: none;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.icon-2 {
  width: 50px;
  height: 38px;
  min-height: 38px;
  min-width: 37px;
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
  background-color: rgba(255, 255, 255, .89);
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  padding: 5px;
  display: flex;
}

.cd-image-2 {
  max-width: none;
  object-fit: cover;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0%;
  left: 0;
  right: auto;
}

.cd-image-container {
  width: 1280px;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  overflow: hidden;
}

.cd-handle {
  width: 44px;
  height: 44px;
  opacity: 0;
  cursor: ew-resize;
  transform-style: preserve-3d;
  background-color: #d51c44;
  background-image: url('../images/cd-arrows.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 22px 22px;
  border-radius: 44px;
  margin-top: -22px;
  margin-left: -22px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: scale3d(0, 0, 0);
  box-shadow: 0 0 0 6px rgba(0, 0, 0, .2);
}

.btn-s-rounded-outlined {
  min-width: 105px;
  color: #141414;
  text-align: center;
  text-transform: uppercase;
  border: 1px solid #666;
  border-radius: 50px;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: 10px 30px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.1;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.btn-s-rounded-outlined:hover {
  color: #fff;
  background-color: #272731;
}

.btn-s-rounded-outlined.invert {
  color: #fff;
  border-color: #fff;
}

.cd-resize-img {
  width: 100%;
  height: 100%;
  justify-content: center;
  transition: opacity .3s;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  transform: translate(0);
}

.compare-text {
  align-items: center;
  margin-bottom: 20px;
  line-height: 1.6;
  display: flex;
}

.compare-text.after {
  text-align: right;
}

.cd-image-label {
  width: 300px;
  height: 100%;
  color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  padding-left: 60px;
  padding-right: 60px;
  transition: opacity .3s;
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(0, 20px);
}

.cd-image-label.original {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  left: 0;
  right: auto;
}

.cd-handle-2 {
  width: 44px;
  height: 44px;
  opacity: 0;
  cursor: ew-resize;
  transform-style: preserve-3d;
  background-color: #d51c44;
  background-image: url('../images/cd-arrows_1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 22px 22px;
  border-radius: 44px;
  margin-top: -22px;
  margin-left: -22px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: scale3d(0, 0, 0);
  box-shadow: 0 0 0 6px rgba(0, 0, 0, .2);
}

.section {
  height: 100vh;
  margin-left: 220px;
  margin-right: 220px;
  display: block;
  position: relative;
}

.before-2 {
  height: 100vh;
  filter: grayscale();
  background-image: url('../images/color-people_1.webp');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  display: block;
  position: relative;
}

.after-2 {
  z-index: 1;
  height: 100vh;
  transform-origin: 100%;
  background-image: url('../images/color-people_1.webp');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.example_component {
  width: 61%;
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.arrow-image {
  width: 9.14px;
  height: 18.28px;
}

.padding-0 {
  padding: 0;
}

.splitter_handle-wrapper {
  width: 100%;
  height: 100%;
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.splitter_component {
  width: 70vw;
  height: 70vh;
  cursor: pointer;
  display: flex;
  position: relative;
  overflow: hidden;
}

.splitter_component.is-radius {
  width: 31vw;
  height: 36vh;
  border-radius: 1rem;
}

.splitter_image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.splitter_image.is-after {
  width: 100%;
  max-width: 100%;
  object-fit: cover;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.example_info_wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: space-between;
  align-items: center;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  display: flex;
}

.container-large {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.tag_component {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  border: 1px solid #121b24;
  border-radius: 100px;
  align-items: center;
  padding: 10px 20px;
  display: flex;
}

.splitter_before {
  width: 100%;
  position: static;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.text-style-tag {
  font-size: .75rem;
  line-height: 1.3;
}

.line-wrapper {
  width: 10px;
  height: 100%;
  background-color: #fff;
}

.tag_colour-wrapper {
  width: .5rem;
  height: .5rem;
  background-color: #a484ff;
  border-radius: 50%;
}

.tag_colour-wrapper.is-5 {
  background-color: #fcd14f;
}

.spliter_after {
  z-index: 2;
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
  overflow: hidden;
}

.padding-section-vorhernachher {
  justify-content: center;
  padding-bottom: 7.5rem;
  padding-left: 0;
  display: flex;
}

.splitter_handle-component {
  z-index: 2;
  width: 2px;
  height: 100%;
  background-color: #fff;
  position: absolute;
  left: 50%;
}

.splitter_handle-circle {
  width: 2.6875rem;
  height: 2.6875rem;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 2rem;
}

.splitter_handle-circle.is-2 {
  width: 3.75rem;
  height: 3.75rem;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: rgba(0, 0, 0, 0);
  border-style: none;
  justify-content: center;
  align-items: center;
  display: flex;
}

.vorher-nachher-section {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: visible;
}

.example_info_tags-wrapper {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  align-items: center;
  display: flex;
}

.container-5 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.heading-6 {
  font-size: 4.25rem;
}

.heading-7 {
  text-align: center;
  padding-top: 40px;
  padding-bottom: 40px;
  font-family: Montserrat, sans-serif;
  font-size: 2em;
  font-weight: 500;
  line-height: 1.2;
}

.text-block-6 {
  margin-right: 0;
  padding-right: 0;
  display: block;
}

.waves---cta-dark {
  height: 52px;
  background-color: var(--waves-library-black);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: 8px 24px;
  font-size: 16px;
  font-weight: 700;
  transition: background-color .2s;
  display: flex;
}

.waves---cta-dark:hover {
  background-color: rgba(19, 19, 19, .9);
}

.waves---cta-dark.wide-cta {
  min-width: 200px;
}

.waves---mg-top-32 {
  margin-top: 32px;
}

.waves---subtitle-2 {
  font-size: 24px;
  line-height: 40px;
}

.waves-bottom-right-hero-3 {
  width: 100%;
  max-width: 430px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.waves-bottom-hero-3 {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.waves-divider-hero-4 {
  width: 100%;
  height: 1px;
  background-color: var(--waves-library-black);
  margin-top: 64px;
  margin-bottom: 64px;
}

.waves---mega-heading-2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  line-height: 2rem;
}

.waves---main-container-2 {
  max-width: 1352px;
  padding-left: 24px;
  padding-right: 24px;
}

.waves---section-hero-primary {
  padding-top: 100px;
  padding-bottom: 100px;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.waves---paragraph-big {
  font-size: 20px;
  line-height: 130%;
}

.waves---heading-3-no-margins {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 120%;
}

.waves-name-wrap-testimonial-1 {
  grid-row-gap: 8px;
  color: var(--dim-grey);
  flex-direction: column;
  display: flex;
}

.waves-image-testimonial-1 {
  width: 72px;
  height: 72px;
  object-fit: cover;
  border-radius: 50%;
}

.wrap-person-testimonial-1 {
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.waves---testimonial-text-big {
  font-size: 32px;
  line-height: 130%;
}

.waves-logo-testimonial-1 {
  height: 34px;
  max-width: 170%;
}

.waves-master-testimonial-1 {
  width: 100%;
  max-width: 890px;
  grid-row-gap: 40px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.zitat-franziska {
  padding-top: 10px;
  padding-bottom: 10px;
}

.block-quote {
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 16px;
}

.uui-button-4 {
  grid-column-gap: .5rem;
  border: 1px solid var(--untitled-ui-primary600);
  background-color: var(--untitled-ui-primary600);
  color: var(--untitled-ui-white);
  text-align: center;
  white-space: nowrap;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  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: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px rgba(16, 24, 40, .05);
}

.uui-button-4:hover {
  border-color: var(--untitled-ui-primary700);
  background-color: var(--untitled-ui-primary700);
}

.uui-button-4:focus {
  background-color: var(--untitled-ui-primary600);
  box-shadow: 0 1px 2px 0 rgba(16, 24, 40, .05), 0 0 0 4px var(--untitled-ui-primary100);
}

.uui-button-secondary-gray-3 {
  grid-column-gap: .5rem;
  border: 1px solid var(--untitled-ui-gray300);
  background-color: var(--untitled-ui-white);
  color: var(--untitled-ui-gray700);
  text-align: center;
  white-space: nowrap;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  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: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px rgba(16, 24, 40, .05);
}

.uui-button-secondary-gray-3:hover {
  background-color: var(--untitled-ui-gray50);
  color: var(--untitled-ui-gray800);
}

.uui-button-secondary-gray-3:focus {
  background-color: var(--untitled-ui-white);
  box-shadow: 0 1px 2px 0 rgba(16, 24, 40, .05), 0 0 0 4px var(--untitled-ui-gray100);
}

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

.uui-button-row-4.button-row-center {
  justify-content: center;
}

.zitat-space {
  width: 100%;
  min-height: 2rem;
}

.zitat-franziska-weiss {
  color: var(--untitled-ui-gray600);
  letter-spacing: normal;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.5;
}

.zitat-mini-spacee {
  width: 100%;
  min-height: 1rem;
}

.zitat-heading {
  color: var(--untitled-ui-gray900);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.3;
}

.zitat-mini-space {
  width: 100%;
  min-height: 1.5rem;
}

.uui-icon-1x1-xsmall-3 {
  width: 1.5rem;
  height: 1.5rem;
}

.uui-icon-featured-outline-large-3 {
  width: 3.5rem;
  height: 3.5rem;
  border: .5rem solid var(--untitled-ui-primary50);
  background-color: var(--untitled-ui-primary100);
  color: var(--untitled-ui-primary600);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.uui-icon-featured-outline-large-3.align-center, .align-center-3 {
  margin-left: auto;
  margin-right: auto;
}

.zitat-max-width {
  width: 100%;
  max-width: 35rem;
}

.zitat-max-width.align-center {
  width: 100%;
  max-width: 41rem;
  width: 100%;
  max-width: 41rem;
  margin-top: -40px;
  margin-bottom: 10px;
}

.zitat-text-align {
  text-align: center;
  font-family: Montserrat, sans-serif;
}

.zitat-vert-padding {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.zitat-container {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.zitat-padding {
  padding-left: 2rem;
  padding-right: 2rem;
}

.text-span {
  font-size: 1rem;
}

.bg-black {
  background-color: #000;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.bg-gradient {
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.home-wrapper {
  min-width: 740px;
  justify-content: center;
  align-items: center;
  padding-bottom: 20px;
  display: flex;
}

.home-wrapper._2 {
  display: none;
}

.process-steps-wrap {
  width: 100%;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.representation-wrapper {
  width: 100%;
  display: none;
  position: relative;
}

.nav_container {
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
}

.send-wrapper {
  width: 100%;
  display: none;
  position: relative;
}

.nav-component {
  background-color: rgba(0, 0, 0, 0);
  padding-top: 10px;
  padding-bottom: 10px;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.step-heading {
  color: var(--black);
  text-align: right;
  letter-spacing: .01em;
  font-size: 16px;
  font-weight: 300;
  line-height: 1;
}

.send-contents {
  z-index: 999;
  grid-row-gap: 12px;
  background-color: #6a2cff;
  border-radius: 12px;
  flex-direction: column;
  align-items: flex-start;
  padding: 20px 24px;
  position: absolute;
  top: -100%;
}

.step-number {
  width: 45px;
  height: 45px;
  border: 1px solid var(--black);
  color: var(--black);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  display: flex;
}

.founders-content {
  z-index: 999;
  grid-row-gap: 12px;
  background-color: #6a2cff;
  background-image: none;
  border-radius: 12px;
  flex-direction: column;
  align-items: flex-start;
  padding: 20px 24px;
  position: absolute;
  top: -100%;
}

.home-task-wrapper {
  width: 100%;
  display: none;
  position: relative;
}

.representation-contents {
  z-index: 999;
  grid-row-gap: 12px;
  background-color: #6a2cff;
  background-image: none;
  border-radius: 12px;
  flex-direction: column;
  align-items: flex-start;
  padding: 20px 24px;
  position: absolute;
  top: -100%;
}

.founders-wrapper {
  width: 100%;
  display: none;
  position: relative;
}

.container-6 {
  max-width: 1440px;
  padding-bottom: 20px;
}

.home-component {
  height: auto;
  justify-content: center;
  align-items: center;
  padding-top: 40px;
  font-family: Montserrat, sans-serif;
  font-weight: 300;
  display: flex;
  overflow: hidden;
}

.process-step {
  grid-column-gap: 24px;
  grid-row-gap: 16px;
  opacity: .5;
  cursor: pointer;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  justify-items: center;
  padding-top: 8px;
  padding-bottom: 8px;
  display: grid;
}

.process-step._3 {
  opacity: .7;
  grid-template-columns: 1fr auto;
  padding-left: 0;
  padding-right: 0;
  font-size: 16px;
}

.process-step._5 {
  opacity: .7;
  grid-template-columns: 1fr auto;
  padding-left: 0;
  padding-right: 0;
}

.process-step._5._1 {
  margin-top: -19px;
  padding-top: 0;
}

.process-step._4 {
  opacity: 1;
  grid-template-columns: 1fr auto;
  padding-left: 0;
  padding-right: 0;
}

.process-step._4._1 {
  position: relative;
  top: 58px;
  left: 10px;
}

.process-step._6 {
  opacity: .7;
  grid-template-columns: 1fr auto;
  padding-left: 0;
}

.process-step._6._1 {
  padding-top: 0;
}

.process-step._2 {
  opacity: .7;
  grid-template-columns: 1fr auto;
  padding-left: 0;
  padding-right: 0;
}

.process-step._1 {
  opacity: .7;
  grid-template-columns: 1fr auto;
  padding-top: 27px;
  padding-right: 10px;
}

.process-step._1._3._5 {
  padding-top: 29px;
}

.dotted-line {
  width: 1px;
  height: 60px;
  border-right: 1px dashed var(--black);
  align-self: center;
}

.home-task-content {
  z-index: 999;
  grid-row-gap: 12px;
  background-color: #6a2cff;
  background-image: none;
  border-radius: 12px;
  flex-direction: column;
  align-items: flex-start;
  padding: 20px 24px;
  position: absolute;
  top: -100%;
}

.offer-wrapper {
  width: 100%;
  display: none;
  position: relative;
}

.offer-contents {
  z-index: 999;
  grid-row-gap: 12px;
  background-color: #6a2cff;
  background-image: none;
  border-radius: 12px;
  flex-direction: column;
  align-items: flex-start;
  padding: 20px 24px;
  position: absolute;
  top: -250%;
}

.section_home {
  position: relative;
}

.heading-8 {
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 1em;
  font-weight: 400;
}

.paragraph-3 {
  color: #73604b;
  font-family: Montserrat, sans-serif;
  font-size: 1.8rem;
  font-weight: 500;
}

.container-7 {
  padding-top: 40px;
}

.hero-white-living {
  background-color: rgba(0, 0, 0, 0);
}

.hero__grid-copy {
  z-index: auto;
  height: 18.5vw;
  opacity: 1;
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/L-beige.svg'), linear-gradient(81deg, rgba(115, 96, 75, .75), rgba(195, 187, 178, 0) 38%, rgba(255, 255, 255, 0)), url('../images/Objekt-Liebigstraáe-36---Architekturfotograf-Rudolf-Langemann-41_1Objekt Liebigstraáe 36 - Architekturfotograf Rudolf Langemann-41.webp');
  background-position: 104% 388%, 0 0, 50% 65%;
  background-repeat: no-repeat, repeat, repeat;
  background-size: 207px, auto, cover;
  grid-template-rows: auto;
  padding-top: 0;
  padding-bottom: 28.05em;
  padding-left: 60px;
  display: flex;
  position: relative;
  top: 4px;
}

.heading-2-copy {
  height: auto;
  border-left: 5px none var(--main-grün);
  color: var(--main-grün);
  text-shadow: 0 8px 14px rgba(28, 28, 28, .71);
  flex: 0 auto;
  align-items: center;
  padding-bottom: 10px;
  padding-left: 0;
  font-size: 3em;
  font-weight: 500;
  line-height: 1.1;
  display: flex;
  position: relative;
  top: 0;
}

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

.heading-9 {
  color: #73604b;
  text-align: left;
  font-size: 58px;
}

.uui-button-5 {
  grid-column-gap: .5rem;
  border: 1px solid var(--untitled-ui-primary600);
  background-color: var(--untitled-ui-primary600);
  color: var(--untitled-ui-white);
  text-align: center;
  white-space: nowrap;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  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: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px rgba(16, 24, 40, .05);
}

.uui-button-5:hover {
  border-color: var(--untitled-ui-primary700);
  background-color: var(--untitled-ui-primary700);
}

.uui-button-5:focus {
  background-color: var(--untitled-ui-primary600);
  box-shadow: 0 1px 2px 0 rgba(16, 24, 40, .05), 0 0 0 4px var(--untitled-ui-primary100);
}

.uui-faq03_cta-button-row {
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.uui-text-size-large-4 {
  color: var(--untitled-ui-gray600);
  letter-spacing: normal;
  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: 1.125rem;
  line-height: 1.5;
}

.uui-space-xxsmall-2 {
  width: 100%;
  min-height: .5rem;
}

.uui-heading-xxsmall-2 {
  color: var(--untitled-ui-gray900);
  letter-spacing: normal;
  margin-top: 0;
  margin-bottom: 0;
  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: 1.25rem;
  font-weight: 600;
  line-height: 1.5;
}

.uui-max-width-large-2 {
  width: 100%;
  max-width: 48rem;
}

.uui-faq03_cta-content {
  flex: 1;
}

.uui-uui-faq03_cta {
  grid-column-gap: 5rem;
  grid-row-gap: 1rem;
  background-color: var(--untitled-ui-gray50);
  border-radius: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: start;
  margin-top: 4rem;
  padding: 2rem;
  display: grid;
}

.uui-text-size-medium-3 {
  color: var(--untitled-ui-gray600);
  letter-spacing: normal;
  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: 1rem;
  line-height: 1.5;
}

.uui-faq03_heading {
  color: var(--untitled-ui-gray900);
  letter-spacing: normal;
  margin-top: 0;
  margin-bottom: 0;
  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: 1.125rem;
  font-weight: 500;
}

.uui-faq03_content {
  grid-column-gap: 4rem;
  grid-row-gap: 3rem;
  border-top: 1px solid var(--untitled-ui-gray200);
  grid-template-rows: auto auto auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: grid;
}

.uui-faq03_list {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.uui-faq03_component {
  margin-top: 4rem;
}

.uui-space-xsmall-4 {
  width: 100%;
  min-height: 1rem;
}

.uui-heading-medium-4 {
  color: var(--untitled-ui-gray900);
  margin-top: 0;
  margin-bottom: 0;
  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: 2.25rem;
  font-weight: 600;
  line-height: 1.3;
}

.uui-heading-subheading-3 {
  color: var(--untitled-ui-primary600);
  margin-bottom: .75rem;
  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: 1rem;
  font-weight: 600;
  line-height: 1.5;
}

.uui-padding-vertical-xhuge-4 {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.uui-container-large-4 {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.uui-page-padding-4 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.uui-layout17_image {
  width: 100%;
  object-fit: cover;
}

.uui-layout17_image-wrapper {
  width: 100%;
  height: 100%;
  background-color: var(--untitled-ui-gray50);
}

.uui-button-wrapper-5.max-width-full-mobile-landscape {
  width: 328px;
  margin-left: 20px;
  margin-right: 0;
  padding: 5px;
}

.uui-button-wrapper-5.max-width-full-mobile-landscape._2 {
  position: relative;
  left: 47px;
}

.uui-button-secondary-gray-4 {
  grid-column-gap: .5rem;
  border: 1px solid var(--untitled-ui-gray300);
  background-color: var(--untitled-ui-white);
  color: var(--untitled-ui-gray700);
  text-align: center;
  white-space: nowrap;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  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: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px rgba(16, 24, 40, .05);
}

.uui-button-secondary-gray-4:hover {
  background-color: var(--untitled-ui-gray50);
  color: var(--untitled-ui-gray800);
}

.uui-button-secondary-gray-4:focus {
  background-color: var(--untitled-ui-white);
  box-shadow: 0 1px 2px 0 rgba(16, 24, 40, .05), 0 0 0 4px var(--untitled-ui-gray100);
}

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

.uui-heading-xsmall-2 {
  color: var(--untitled-ui-gray900);
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 0;
  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: 1.5rem;
  font-weight: 600;
  line-height: 1.4;
}

.uui-layout17_item-text-wrapper {
  padding-top: .5rem;
}

.uui-icon-1x1-xsmall-4 {
  width: 1.5rem;
  height: 1.5rem;
}

.uui-icon-featured-outline-large-4 {
  width: 3.5rem;
  height: 3.5rem;
  border: .5rem solid var(--untitled-ui-primary50);
  background-color: var(--untitled-ui-primary100);
  color: var(--untitled-ui-primary600);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.layout17_item-icon-wrapper {
  flex: none;
  align-self: flex-start;
  margin-right: 1rem;
}

.uui-layout17_item {
  display: flex;
}

.uui-layout17_item-list {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  margin-bottom: 2.5rem;
}

.uui-layout17_component {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.waves---cta-dark-2 {
  height: 52px;
  background-color: var(--waves-library-black);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: 8px 24px;
  font-size: 16px;
  font-weight: 700;
  transition: background-color .2s;
  display: flex;
}

.waves---cta-dark-2:hover {
  background-color: rgba(19, 19, 19, .9);
}

.waves---cta-dark-2.wide-cta {
  min-width: 200px;
}

.waves---mg-top-33 {
  margin-top: 32px;
}

.waves---subtitle-3 {
  color: var(--dim-grey);
  padding-left: 20px;
  padding-right: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 40px;
}

.waves-bottom-right-hero-4 {
  width: 100%;
  max-width: none;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.waves-bottom-hero-4 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template: "."
  / 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  display: grid;
}

.waves-divider-hero-5 {
  width: 100%;
  height: 1px;
  background-color: var(--waves-library-black);
  margin-top: 64px;
  margin-bottom: 64px;
}

.waves---mega-heading-3 {
  color: var(--dim-grey);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 26px;
  font-weight: 500;
  line-height: 115%;
}

.waves---main-container-3 {
  max-width: 1352px;
  background-color: #fafafa;
  padding-left: 24px;
  padding-right: 24px;
}

.waves---section-hero-primary-2 {
  padding-top: 100px;
  padding-bottom: 0;
}

.italic-text-2 {
  color: var(--dark-sea-green-2);
  font-family: Manrope, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
}

.heading-10 {
  color: var(--waves-library-black);
  font-style: italic;
  font-weight: 200;
  text-decoration: none;
}

.div-block {
  padding-top: 40px;
  padding-left: 2%;
  padding-right: 2%;
}

.waves---mega-heading-3-copy {
  color: var(--dim-grey);
  text-align: right;
  margin-top: 50px;
  margin-bottom: 0;
  font-size: 26px;
  font-weight: 500;
  line-height: 115%;
}

.waves---main-container-3-copy {
  max-width: 1352px;
  background-color: #e9ece3;
  background-image: linear-gradient(rgba(233, 236, 227, .62), rgba(233, 236, 227, .62));
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  margin-top: 71px;
  padding: 0 24px 40px;
}

.container-8 {
  z-index: auto;
  max-width: 75%;
  background-color: #fafafa;
  flex-direction: column;
  align-items: center;
  margin-top: -120px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 130px;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

._232414 {
  max-width: 1352px;
  background-color: #fafafa;
  margin-top: 80px;
  padding-left: 24px;
  padding-right: 24px;
}

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

.div-block-2 {
  max-width: 1397px;
  margin-top: 100px;
}

.container-8-copy {
  z-index: auto;
  max-width: none;
  background-color: #fafafa;
  flex-direction: column;
  align-items: center;
  margin-top: 202px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 130px;
  padding-bottom: 0;
  display: none;
  position: relative;
}

.waves-bottom-hero-4-copy {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template: "."
                 "."
                 / 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  display: grid;
}

.uui-button-icon-2 {
  width: 1.25rem;
  height: 1.25rem;
  min-height: 1.25rem;
  min-width: 1.25rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.uui-button-link-2 {
  grid-column-gap: .5rem;
  color: var(--untitled-ui-primary700);
  white-space: nowrap;
  background-color: rgba(0, 0, 0, 0);
  justify-content: center;
  align-items: center;
  padding: 0;
  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: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.uui-button-link-2:hover {
  color: var(--untitled-ui-primary800);
}

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

.uui-space-small-4 {
  width: 100%;
  min-height: 1.5rem;
}

.uui-text-size-medium-4 {
  color: var(--dim-grey);
  letter-spacing: normal;
  font-family: Manrope, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5;
}

.uui-space-xxsmall-3 {
  width: 100%;
  min-height: .5rem;
}

.uui-heading-xxsmall-3 {
  color: var(--dim-grey);
  letter-spacing: normal;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 4px;
  font-family: Manrope, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
}

.uui-heading-xxsmall-3._1, .uui-heading-xxsmall-3._2 {
  margin-bottom: 1rem;
}

.uui-space-xxlarge {
  width: 74%;
  min-height: 2.3rem;
}

.uui-icon-1x1-xsmall-5 {
  width: 4rem;
  height: 4rem;
  align-self: auto;
  margin: auto;
  padding-top: 5px;
  padding-left: 5px;
}

.icon-featured-square-large {
  width: 5rem;
  height: 5rem;
  color: var(--untitled-ui-white);
  background-color: #73604b;
  border-radius: .625rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.uui-layout72_item {
  width: 100%;
  min-width: 100%;
  background-color: var(--untitled-ui-gray50);
  color: var(--dim-grey);
  text-align: center;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 2.4rem 1.5rem 1.5rem;
  display: flex;
}

.uui-layout72_component {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 2fr 2fr 2fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  justify-items: start;
  display: grid;
}

.uui-layout72_component._1 {
  display: none;
}

.uui-padding-vertical-xhuge-5 {
  padding-top: 1rem;
  padding-bottom: 7rem;
}

.uui-container-large-5 {
  width: 100%;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.uui-page-padding-5 {
  margin-bottom: 35px;
  padding-left: 2rem;
  padding-right: 2rem;
}

.uui-text-size-medium-4-copy {
  color: var(--dim-grey);
  letter-spacing: normal;
  padding-top: 15px;
  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: 16px;
  line-height: 1.5;
}

.hero-heading-left {
  background-color: #73604b;
  background-image: linear-gradient(rgba(115, 96, 75, .85), rgba(115, 96, 75, .85));
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  border-bottom: 1px solid #e4ebf3;
  border-radius: 10px;
  margin-top: 50px;
  margin-bottom: 50px;
  padding: 40px 72px 40px 33px;
  position: relative;
}

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

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

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

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

.button-primary-2 {
  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-2:hover {
  color: #fff;
  background-color: #32343a;
}

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

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

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

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

.splitter_component-copy {
  width: 70vw;
  height: 70vh;
  cursor: pointer;
  display: flex;
  position: relative;
  overflow: hidden;
}

.splitter_component-copy.is-radius {
  width: 31vw;
  height: 36vh;
  border-radius: 1rem;
}

.heading-12 {
  max-width: 463px;
  border-left: 5px solid var(--copy-bright);
  color: var(--copy-bright);
  padding-left: 20px;
  font-size: 25px;
  font-weight: 300;
  line-height: 40px;
}

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

.kutup-button-line {
  width: 100%;
  height: 1px;
  background-color: var(--main-grün);
  position: relative;
  top: 5px;
}

.kutup-button-with-line {
  color: var(--kütüp-library-dark-slate-grey);
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
}

.kutup-features-title-2 {
  color: var(--black);
  text-align: left;
  margin-top: 0;
  font-family: Manrope, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1;
}

.kutup-features-icon {
  color: #7e7173;
  flex: 0 auto;
  align-self: flex-start;
}

.kutup-features-icon.moeberlierte-vermietung {
  width: 10%;
  max-width: 10%;
}

.kutup-features-2-wrapper {
  width: 100%;
  height: 100%;
  min-height: 100%;
  min-width: 100%;
  grid-row-gap: 30px;
  background-color: #fff;
  border-radius: 5px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 30px 20px;
  display: flex;
}

.kutup-features-2-wrapper._2 {
  padding-top: 10px;
  padding-bottom: 48px;
}

.kutup-features-2-wrapper._2._1 {
  padding-top: 61px;
}

.kutup-grid-3-columns {
  max-width: 90%;
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  background-color: #f1f8f6;
  background-image: none;
  background-position: 0 0;
  grid-template: ". Area-6 Area-5"
                 ". Area-4 Area-3"
                 ". Area-2 Area"
                 / 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.kutup-section-gray {
  background-color: #eeece9;
  margin-top: 170px;
  padding: 100px 5% 200px;
}

.text-block-7 {
  color: var(--dim-grey);
  text-align: left;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5;
}

.heading-13 {
  max-width: 90%;
  color: var(--dim-grey);
  margin-left: auto;
  margin-right: auto;
  font-size: 25px;
  font-weight: 400;
  line-height: 30px;
}

.paragraph-4 {
  max-width: 90%;
  color: var(--dim-grey);
  margin: 26px auto 40px;
  font-size: 20px;
  font-weight: 300;
}

.button-copy {
  background-color: var(--dark-sea-green-2);
  text-align: left;
  border-radius: 5px;
  margin-top: auto;
  padding: 17px 35px;
  font-size: 15px;
  font-weight: 500;
  position: relative;
}

.button-copy:hover {
  background-color: var(--beige);
  color: rgba(115, 96, 75, .82);
}

._545641 {
  background-color: var(--dark-sea-green-2);
  text-align: left;
  border-radius: 5px;
  margin-top: auto;
  padding: 17px 35px;
  font-size: 15px;
  font-weight: 500;
  position: relative;
}

._545641:hover {
  background-color: var(--beige);
  color: rgba(115, 96, 75, .7);
}

._45474 {
  background-color: var(--dark-sea-green-2);
  text-align: left;
  border-radius: 5px;
  margin-top: auto;
  padding: 17px 35px;
  font-size: 15px;
  font-weight: 500;
  position: relative;
}

._45474:hover {
  background-color: var(--beige);
  color: rgba(115, 96, 75, .71);
}

._45474.dsad {
  margin-top: auto;
}

._45474.dsad.adsd {
  background-color: var(--dim-grey);
  margin-top: 0;
  padding-left: 80px;
  padding-right: 80px;
}

._45474.dsad.adsd:hover {
  color: rgba(255, 255, 255, .71);
  background-color: #bda993;
}

._45474._4342 {
  margin-top: auto;
  margin-bottom: auto;
  font-size: 14px;
}

._45474._4342-copy {
  margin-top: auto;
  margin-bottom: auto;
}

._45474._4342-copy._23 {
  top: 23px;
  left: 106px;
}

.kutup-features-2-wrapper-copy {
  grid-row-gap: 30px;
  background-color: #fff;
  border-radius: 5px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 30px 50px;
  display: flex;
}

.kutup-button-line-2 {
  width: 100%;
  height: 1px;
  background-color: var(--kütüp-library-burntsienna);
  position: relative;
  top: 5px;
}

.white-text {
  color: var(--kütüp-library-white);
}

.kutup-button-white {
  background-color: var(--kütüp-library-white);
  color: var(--kütüp-library-dark-slate-grey);
  border-radius: 5px;
  padding: 14px 20px;
  font-size: 17px;
  font-weight: 700;
}

.kutup-button-white:hover {
  background-color: rgba(255, 255, 255, .74);
}

.kutup-flex-divider {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  align-items: center;
  display: flex;
}

.kutup-subhead-white {
  color: rgba(255, 255, 255, .7);
  margin-top: 20px;
  margin-bottom: 41px;
  font-size: 16px;
  font-weight: 400;
}

.kutup-divider-15px {
  height: 15px;
}

.kutup-display-2 {
  color: var(--kütüp-library-dark-slate-grey);
  margin-top: 0;
  font-size: 50px;
  font-weight: 700;
  line-height: 1.1;
}

.kutup-display-2.white-text {
  color: #fff;
  font-size: 25px;
  font-weight: 400;
}

.kutup-small-top-text {
  color: var(--dark-sea-green);
  margin-bottom: 15px;
  font-size: 15px;
  font-weight: 400;
}

.kutup-small-top-text._2 {
  opacity: .66;
  color: var(--dim-grey);
}

.kutup-cta-right-part {
  color: #fff;
  background-image: linear-gradient(rgba(145, 130, 114, .89), rgba(145, 130, 114, .89));
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  flex-direction: column;
  justify-content: space-between;
  padding: 100px 13%;
  display: flex;
}

.kutup-cta-photo {
  background-color: #fff;
  background-image: url('../images/Objekt-Liebigstraáe-36---Architekturfotograf-Rudolf-Langemann-102_1Objekt Liebigstraáe 36 - Architekturfotograf Rudolf Langemann-102.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.kutup-cta-photo._2 {
  background-image: url('../images/Objekt-Liebigstraáe-36---Architekturfotograf-Rudolf-Langemann-17.webp');
}

.kutup-cta-3 {
  min-height: 700px;
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  background-color: rgba(115, 96, 75, .78);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 0 0%;
  display: grid;
}

.italic-text-2-copy {
  color: var(--dark-sea-green);
  font-family: Manrope, sans-serif;
  font-size: 17px;
  font-weight: 200;
}

.heading-10-copy {
  background-color: var(--untitled-ui-white);
  color: var(--dim-grey);
  border-radius: 5px;
  margin-top: 12px;
  padding: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  text-decoration: none;
  box-shadow: 0 2px 12px rgba(0, 0, 0, .5);
}

.kutup-cta-3-copy {
  min-height: 700px;
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  background-color: rgba(147, 181, 126, .68);
  background-image: linear-gradient(rgba(181, 205, 168, .63), rgba(181, 205, 168, .63));
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 0 0%;
  display: grid;
}

.kutup-cta-right-part-copy {
  color: #fff;
  flex-direction: column;
  justify-content: space-between;
  padding: 100px 13%;
  display: flex;
}

.kutup-subhead-white-copy {
  color: rgba(255, 255, 255, .7);
  margin-top: 20px;
  margin-bottom: 41px;
  font-size: 16px;
  font-weight: 400;
}

.div-block-3 {
  margin-top: -70px;
}

.heading-14 {
  color: var(--black);
  text-align: center;
  margin-top: 0;
  font-size: 28px;
}

.waves---section-hero-primary-2-copy {
  background-color: var(--beige-2);
  background-image: none;
  background-position: 0 0;
  padding-top: 50px;
  padding-bottom: 60px;
}

.heading-15 {
  min-width: auto;
  color: var(--black);
  text-align: left;
  margin-left: 0;
  margin-right: auto;
  font-size: 25px;
  font-weight: 500;
  line-height: 1.4;
  display: block;
}

.heading-16 {
  color: var(--dim-grey);
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 20px;
  font-weight: 400;
  line-height: 25px;
}

.paragraph-5 {
  color: var(--dim-grey);
  text-align: center;
  font-size: 16px;
  line-height: 24px;
}

.container-10 {
  max-width: 50%;
  color: var(--dim-grey);
  margin-bottom: 20px;
}

.nav-link {
  color: var(--waves-library-black);
  text-transform: uppercase;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 15px;
  font-weight: 400;
  text-decoration: none;
}

.nav-link:hover, .nav-link.w--current:hover {
  color: var(--copy-grey);
}

.nav-link.projekte, .nav-link.test.w--current {
  display: none;
}

.card-leistungen {
  width: 100%;
  background-color: var(--untitled-ui-gray50);
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 1.5rem;
  display: flex;
}

.card-leistungen._1 {
  border: .5px solid var(--dim-grey);
}

.uui-layout72_item-content-copy {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.uui-space-xxlarge-copy {
  width: 100%;
  min-height: 5rem;
}

.uui-heading-xxsmall-3-copy {
  width: 100%;
  color: var(--dim-grey);
  letter-spacing: normal;
  border-bottom: 1px solid rgba(115, 96, 75, .36);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Manrope, sans-serif;
  font-size: 25px;
  font-weight: 400;
  line-height: 1.5;
}

.uui-heading-xxsmall-3-copy._1 {
  font-weight: 700;
}

.uui-text-size-medium-4-copy {
  color: var(--untitled-ui-gray600);
  letter-spacing: normal;
  margin-bottom: 10px;
  font-family: Manrope, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

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

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

.centered-heading-2 {
  color: var(--dim-grey);
  text-align: center;
  margin-bottom: 16px;
  font-size: 25px;
  font-weight: 400;
}

.pricing-description {
  max-width: 550px;
  color: var(--dim-grey);
  text-align: center;
  margin-bottom: 24px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 50px;
  padding-bottom: 0;
  font-size: 25px;
  font-weight: 500;
  text-decoration: none;
}

.pricing-grid {
  grid-column-gap: 64px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 50px;
  display: grid;
}

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

.pricing-image {
  width: 80px;
  height: 80px;
  object-fit: cover;
  margin-bottom: 16px;
}

.pricing-card-text {
  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;
}

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

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

.uui-button-6 {
  grid-column-gap: .5rem;
  border: 1px solid var(--untitled-ui-primary600);
  background-color: var(--untitled-ui-primary600);
  color: var(--untitled-ui-white);
  text-align: center;
  white-space: nowrap;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  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: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px rgba(16, 24, 40, .05);
}

.uui-button-6:hover {
  border-color: var(--untitled-ui-primary700);
  background-color: var(--untitled-ui-primary700);
}

.uui-button-6:focus {
  background-color: var(--untitled-ui-primary600);
  box-shadow: 0 1px 2px 0 rgba(16, 24, 40, .05), 0 0 0 4px var(--untitled-ui-primary100);
}

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

.uui-button-row-7.button-row-center {
  justify-content: center;
}

.uui-space-small-5 {
  width: 100%;
  min-height: 1.5rem;
}

.uui-text-size-large-5 {
  color: var(--dim-grey);
  letter-spacing: normal;
  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: 16px;
  font-weight: 300;
  line-height: 1.5;
}

.uui-space-xxsmall-4 {
  width: 100%;
  min-height: .5rem;
}

.uui-heading-xxsmall-4 {
  color: var(--dim-grey);
  letter-spacing: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Manrope, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5;
}

.uui-avatar-group_item, .uui-avatar-stack_item {
  width: 2.75rem;
  height: 2.75rem;
  border: 2px solid var(--untitled-ui-white);
  background-color: var(--untitled-ui-white);
  border-radius: 50%;
  margin-right: -1rem;
}

.uui-avatar-stack_item.featured {
  width: 7rem;
  height: 7rem;
  margin-bottom: -22px;
  position: relative;
}

.avatar-stack_component {
  width: auto;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: flex-end;
  margin-bottom: 2rem;
  margin-right: 1rem;
  display: flex;
}

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

.uui-faq01_cta {
  max-width: none;
  background-color: var(--untitled-ui-gray50);
  background-image: linear-gradient(rgba(249, 250, 251, .62), rgba(249, 250, 251, .62)), url('../images/L-gruen.svg');
  background-position: 0 0, 103% 206%;
  background-repeat: repeat, no-repeat;
  background-size: auto, 130px 400px;
  border-radius: 1rem;
  justify-content: center;
  margin-top: 4rem;
  padding: 2rem;
  display: flex;
}

.uui-space-medium-2 {
  width: 100%;
  min-height: 2rem;
}

.uui-text-size-medium-5 {
  color: var(--dim-grey);
  letter-spacing: normal;
  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: 1rem;
  font-weight: 300;
  line-height: 1.5;
}

.uui-faq01_answer {
  overflow: hidden;
}

.accordion-icon_vertical-line {
  width: 2px;
  height: .75rem;
  background-color: var(--dark-sea-green);
  border-radius: 1px;
  position: absolute;
}

.accordion-icon_horizontal-line {
  width: .75rem;
  height: 2px;
  background-color: var(--dark-sea-green);
  border-radius: 1px;
  position: absolute;
}

.accordion-icon_component {
  width: 1.5rem;
  height: 1.5rem;
  border: 2px solid var(--dark-sea-green);
  color: var(--dark-sea-green);
  border-radius: 50%;
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.uui-faq01_icon-wrapper {
  color: var(--untitled-ui-primary600);
}

.uui-faq01_heading {
  color: var(--dim-grey);
  letter-spacing: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Manrope, sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
}

.uui-faq01_question {
  width: 100%;
  min-width: 100%;
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  display: flex;
}

.uui-faq01_accordion {
  width: 100%;
  min-width: 100%;
  border-bottom: 1px solid var(--untitled-ui-gray200);
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}

.uui-faq01_accordion.last-item {
  border-bottom-color: rgba(0, 0, 0, 0);
}

.uui-faq01_list {
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
}

.uui-faq01_component {
  margin-top: 4rem;
}

.uui-space-xsmall-5 {
  width: 100%;
  min-height: 1rem;
}

.uui-heading-medium-5 {
  color: var(--untitled-ui-gray900);
  margin-top: 0;
  margin-bottom: 0;
  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: 2.25rem;
  font-weight: 600;
  line-height: 1.3;
}

.uui-heading-subheading-4 {
  color: var(--untitled-ui-primary600);
  margin-bottom: .75rem;
  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: 1rem;
  font-weight: 600;
  line-height: 1.5;
}

.uui-max-width-large-3 {
  width: 100%;
  max-width: 48rem;
}

.uui-max-width-large-3.align-center, .align-center-4 {
  margin-left: auto;
  margin-right: auto;
}

.uui-padding-vertical-xhuge-6 {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.uui-container-large-6 {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.uui-page-padding-6 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.accordion-icon_vertical-line-2 {
  width: 2px;
  height: .75rem;
  background-color: var(--untitled-ui-gray400);
  border-radius: 1px;
  position: absolute;
}

.accordion-icon_horizontal-line-2 {
  width: .75rem;
  height: 2px;
  background-color: var(--untitled-ui-gray400);
  border-radius: 1px;
  position: absolute;
}

.accordion-icon_component-2 {
  width: 1.5rem;
  height: 1.5rem;
  border: 2px solid var(--untitled-ui-gray400);
  color: var(--untitled-ui-gray400);
  border-radius: 50%;
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.uui-faq01_heading-2 {
  color: var(--untitled-ui-gray900);
  letter-spacing: normal;
  margin-top: 0;
  margin-bottom: 0;
  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: 1.125rem;
  font-weight: 500;
}

.uui-page-padding-5-copy {
  margin-top: 140px;
  padding-left: 7rem;
  padding-right: 7rem;
}

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

.container-13 {
  padding-top: 50px;
}

.container-14 {
  max-width: 83%;
  background-color: #f5f8f4;
  border-radius: 5px;
  margin-bottom: 110px;
  padding-top: 70px;
  padding-bottom: 70px;
}

.waves---section-hero-primary-2-copy-copy {
  width: auto;
  background-color: rgba(0, 0, 0, 0);
  margin-top: 40px;
  padding-top: 0;
  padding-bottom: 60px;
  overflow: hidden;
}

.cell {
  justify-content: center;
  align-items: center;
}

.div-block-4 {
  width: 27.3em;
  height: 18.1em;
  background-image: url('../images/Objekt-Liebigstraáe-36---Architekturfotograf-Rudolf-Langemann-96_2.webp');
  background-position: 0 0;
  background-size: cover;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-5 {
  max-width: 59%;
  background-color: rgba(253, 255, 247, .79);
  border-radius: 5px;
  padding: 15px 21px;
  text-decoration: none;
  position: relative;
  top: -238px;
  left: 98px;
}

.heading-17 {
  color: var(--black);
  text-align: left;
  margin-bottom: 10px;
  margin-right: auto;
  font-size: 30px;
  font-weight: 500;
  text-decoration: none;
}

.heading-17._1 {
  color: var(--waves-library-white);
}

.heading-18 {
  color: var(--black);
  text-align: left;
  margin-right: 0;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 28px;
  font-weight: 500;
}

.container-15 {
  max-width: 90%;
  flex-direction: column;
  margin-top: 19px;
  display: flex;
}

.container-16 {
  height: 57vh;
  background-color: #fff;
  border-radius: 25px;
  flex: 1;
  position: relative;
  overflow: hidden;
}

.before-3 {
  z-index: 2;
  width: 50%;
  height: 100%;
  background-image: url('../images/Wintergarten_vorher_1.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 42vh;
  background-attachment: scroll;
  position: absolute;
  overflow: hidden;
}

.after-3 {
  z-index: 1;
  width: 100%;
  height: 100%;
  background-image: url('../images/Objekt-Liebigstraáe-36---Architekturfotograf-Rudolf-Langemann-109.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 42vh;
  background-attachment: scroll;
  position: absolute;
  overflow: hidden;
}

.before-wrapper {
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.container--full {
  height: 51vh;
  border-radius: 12px;
  position: relative;
}

.container--full.vertical {
  height: 60vh;
}

.runner {
  width: 30px;
  height: 30px;
  background-color: #fff;
  background-image: none;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 16px;
  border-radius: 100%;
  position: absolute;
}

.after-image {
  border-radius: 12px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.after-image-inner {
  background-image: url('../images/Schlafzimmer_nachher.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: visible;
}

.after-image-inner._2 {
  background-image: url('../images/Badezimmer-Nachher_1Badezimmer Nachher.webp');
}

.after-image-inner._3 {
  background-image: url('../images/FlurEG4_nachher_1FlurEG4_nachher.webp');
  display: block;
}

.after-image-inner._4 {
  background-image: url('../images/Badezimmer-Nachher_1Badezimmer Nachher.webp');
  display: block;
}

.after-image-inner._5 {
  background-image: url('../images/Ankleidezimmer-nachher_1Ankleidezimmer nachher.webp');
  display: block;
}

.after-image-inner._6 {
  background-image: url('../images/K�che-Nachher_1K�che Nachher.webp');
  display: block;
}

.after-image-inner._7 {
  background-image: url('../images/Arbeitszimmer_nachher_1Arbeitszimmer_nachher.webp');
  background-position: 38% 90%;
  background-size: cover;
  display: block;
}

.after-image-inner._8 {
  background-image: url('../images/Ankleidezimmer-nachher_1Ankleidezimmer nachher.webp');
  background-position: 50% 62%;
  background-size: cover;
  display: block;
}

.slider--comparison {
  border-radius: 12px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.before-image {
  background-image: url('../images/Schlafzimmer_vorher_1Schlafzimmer_vorher.webp');
  background-position: 70%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.before-image._2 {
  background-image: url('../images/Badezimmer-Vorher_1Badezimmer Vorher.webp');
  background-position: 50% 100%;
}

.before-image._3 {
  background-image: url('../images/FlurEG4_vorher_1FlurEG4_vorher.webp');
  background-position: 50% 0;
}

.before-image._4 {
  background-image: url('../images/Badezimmer-Vorher_1Badezimmer Vorher.webp');
  background-position: 50% 31%;
}

.before-image._5 {
  background-image: url('../images/Ankleidezimmer-vorher_1Ankleidezimmer vorher.webp');
  background-position: 30% 24%;
}

.before-image._6 {
  background-image: url('../images/K�cher-Vorher_1K�cher Vorher.webp');
  background-position: 50% 100%;
}

.before-image._7 {
  background-image: url('../images/Arbeitszimmer2_vorher_1Arbeitszimmer2_vorher.webp');
  background-position: 50% 100%;
}

.before-image._8 {
  background-image: url('../images/Ankleidezimmer-vorher_1Ankleidezimmer vorher.webp');
  background-position: 100% 44%;
}

.after-wrapper {
  border-radius: 12px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: visible;
}

.devider-line {
  width: 4px;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  margin-left: -2px;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.container-before-after {
  max-width: 61%;
  padding-top: 0;
  padding-bottom: 78px;
}

.heading-15-copy {
  min-width: auto;
  color: var(--dim-grey);
  text-align: center;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  font-size: 20px;
  font-weight: 200;
  display: block;
}

.lightbox-link {
  height: auto;
  max-width: none;
  padding-bottom: 0;
  text-decoration: none;
}

.image-2 {
  height: 385px;
  max-width: 470px;
  border-radius: 5px;
}

.div-referenzen {
  height: 100%;
}

.quick-stack {
  background-color: rgba(122, 101, 77, 0);
  border-radius: 5px;
}

.div-referenzen-copy {
  margin-top: -43px;
  position: relative;
  top: -67px;
}

.grid-4 {
  grid-column-gap: 0px;
  grid-template-columns: minmax(152px, 1.75fr) 1fr;
  align-content: stretch;
  justify-content: stretch;
  align-items: center;
  justify-items: center;
  padding-left: 86px;
  padding-right: 86px;
}

.heading-15-copy {
  min-width: 100%;
  color: var(--dim-grey);
  text-align: center;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 10px;
  font-family: Manrope, sans-serif;
  font-size: 26px;
  font-weight: 600;
  line-height: 30px;
  display: block;
}

.kutup-social-link._1 {
  display: none;
}

.kutup-social-wrapper-flex {
  grid-column-gap: 15px;
  display: flex;
}

.kutup-divider-30px {
  height: 209px;
}

.kutup-subhead-white-2 {
  color: var(--dim-grey);
  font-size: 20px;
  font-weight: 400;
}

.kutup-display-3 {
  color: var(--kütüp-library-dark-slate-grey);
  margin-top: 0;
  font-size: 38px;
  font-weight: 700;
  line-height: 1.1;
}

.kutup-display-3.white-text {
  color: var(--dim-grey);
  font-size: 20px;
  font-weight: 500;
}

.kutup-team-content {
  background-color: rgba(167, 174, 144, .54);
  flex-direction: column;
  justify-content: space-between;
  padding: 60px;
  display: flex;
}

.kutup-team-image-big {
  min-height: 595px;
}

.kutup-team-grid-4 {
  max-width: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  border-radius: 10px;
  grid-template-rows: auto;
  grid-template-columns: .8fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  overflow: hidden;
}

.kutup-team-section-2 {
  background-color: rgba(147, 181, 126, 0);
  margin-top: -101px;
  padding: 100px 5%;
}

.heading-19 {
  color: var(--dim-grey);
  margin-top: 30px;
  margin-bottom: 30px;
  font-size: 20px;
  font-weight: 300;
}

.heading-19-copy {
  color: var(--dim-grey);
  margin-top: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}

.image-3 {
  min-height: auto;
}

.heading-19-copy-copy {
  color: #fff;
  margin-top: -8px;
  font-size: 24px;
  font-weight: 200;
  line-height: 1.4;
}

.section-2 {
  margin-top: 0;
  padding-top: 40px;
  padding-bottom: 0;
}

.hero-impressum, .hero-datenschutz {
  z-index: auto;
  height: 18.5em;
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/5.jpg');
  background-position: 50% 65%;
  background-size: cover;
  grid-template-rows: auto;
  padding-top: 0;
  padding-bottom: 28.05em;
  padding-left: 60px;
  display: flex;
  position: relative;
  top: 4px;
}

.hero-projekte {
  z-index: auto;
  height: 18.5em;
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/L-beige.svg'), linear-gradient(88deg, rgba(115, 96, 75, .43), rgba(189, 180, 170, 0) 53%, rgba(255, 255, 255, 0)), url('../images/Objekt-Liebigstraáe-36---Architekturfotograf-Rudolf-Langemann-92_1Objekt Liebigstraáe 36 - Architekturfotograf Rudolf Langemann-92.webp');
  background-position: 105% 184%, 0 0, 50% 65%;
  background-repeat: no-repeat, repeat, repeat;
  background-size: 278px, auto, cover;
  grid-template-rows: auto;
  padding-top: 0;
  padding-bottom: 28.05em;
  padding-left: 60px;
  display: flex;
  position: relative;
  top: 4px;
}

.hero-leistungen {
  z-index: auto;
  height: 18.5em;
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/L-beige.svg'), linear-gradient(97deg, rgba(115, 96, 75, .52), rgba(185, 176, 165, 0) 50%, rgba(255, 255, 255, 0)), url('../images/Objekt-Liebigstraáe-36---Architekturfotograf-Rudolf-Langemann-16_2Objekt Liebigstraáe 36 - Architekturfotograf Rudolf Langemann-16.webp');
  background-position: 102% 545%, 0 0, 50% 65%;
  background-repeat: no-repeat, repeat, repeat;
  background-size: 200px, auto, cover;
  grid-template-rows: auto;
  padding-top: 0;
  padding-bottom: 2em;
  padding-left: 60px;
  display: flex;
  position: relative;
  top: 4px;
}

.hero-ueber-uns {
  z-index: auto;
  height: 18.5em;
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(97deg, rgba(0, 0, 0, .69) 14%, rgba(255, 255, 255, .31)), linear-gradient(rgba(255, 255, 255, .5), rgba(255, 255, 255, .5)), url('../images/love-concept-represented-by-hands-extended-each-other_1.webp');
  background-position: 0 0, 0 0, 50%;
  background-size: auto, auto, cover;
  grid-template-rows: auto;
  padding-top: 0;
  padding-bottom: 2em;
  padding-left: 60px;
  display: flex;
  position: relative;
  top: 4px;
}

.hero-ueber-uns._2 {
  background-image: url('../images/L-beige.svg'), linear-gradient(81deg, rgba(115, 96, 75, .75), rgba(195, 187, 178, 0) 38%, rgba(255, 255, 255, 0)), url('../images/supporting-senior-woman-from-caregiver-1_1.webp');
  background-position: 103% 552%, 0 0, 50%;
  background-repeat: no-repeat, repeat, repeat;
  background-size: 200px, auto, cover;
}

.hero-ueber-uns.leistungen {
  background-image: linear-gradient(97deg, rgba(0, 0, 0, .69) 14%, rgba(255, 255, 255, .31)), url('../images/closeup-support-hands_1.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.hero-ueber-uns.kontakt {
  background-image: linear-gradient(97deg, rgba(0, 0, 0, .69) 14%, rgba(255, 255, 255, .31)), linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url('../images/supporting-senior-woman-from-caregiver-1_1.webp');
}

.hero-ueber-uns.datenschutz {
  background-image: linear-gradient(97deg, rgba(0, 0, 0, .69) 14%, rgba(255, 255, 255, .31)), linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url('../images/44877_1.webp');
  background-position: 0 0, 0 0, 50% 100%;
}

.hero-ueber-uns.impressum {
  background-image: linear-gradient(97deg, rgba(0, 0, 0, .69) 14%, rgba(255, 255, 255, .31)), linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url('../images/doctor-holding-hands-with-senior-patient_1.webp');
  background-position: 0 0, 0 0, 50%;
}

.hero__grid-copy-cimpr {
  z-index: auto;
  height: 18.5em;
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/L-beige.svg'), linear-gradient(81deg, rgba(115, 96, 75, .75), rgba(195, 187, 178, 0) 38%, rgba(255, 255, 255, 0)), url('../images/hfdfss_1hfdfss.webp');
  background-position: 105% 240%, 0 0, 50% 65%;
  background-repeat: no-repeat, repeat, repeat;
  background-size: 239px, auto, cover;
  grid-template-rows: auto;
  padding-top: 0;
  padding-bottom: 28.05em;
  padding-left: 60px;
  display: flex;
  position: relative;
  top: 4px;
}

.hero__grid-copy-daten {
  z-index: auto;
  height: 18.5em;
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/L-beige.svg'), linear-gradient(81deg, rgba(115, 96, 75, .75), rgba(195, 187, 178, 0) 38%, rgba(255, 255, 255, 0)), url('../images/hjhgz6_1hjhgz6.webp');
  background-position: 101% -2755%, 0 0, 50% 98%;
  background-repeat: no-repeat, repeat, repeat;
  background-size: 178px, auto, cover;
  grid-template-rows: auto;
  padding-top: 0;
  padding-bottom: 28.05em;
  padding-left: 60px;
  display: flex;
  position: relative;
  top: 4px;
}

.uui-layout19_image {
  width: 100%;
  object-fit: cover;
  border-radius: 5px;
}

.uui-layout19_image-wrapper {
  width: 100%;
  height: 100%;
  background-color: rgba(249, 250, 251, 0);
}

.uui-button-icon-3 {
  width: 1.25rem;
  height: 1.25rem;
  min-height: 1.25rem;
  min-width: 1.25rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.uui-button-link-3 {
  grid-column-gap: .5rem;
  color: var(--untitled-ui-primary700);
  white-space: nowrap;
  background-color: rgba(0, 0, 0, 0);
  justify-content: center;
  align-items: center;
  padding: 0;
  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: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.uui-button-link-3:hover {
  color: var(--untitled-ui-primary800);
}

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

.uui-space-xsmall-6 {
  width: 100%;
  min-height: 1rem;
}

.uui-text-size-medium-6 {
  color: var(--dim-grey);
  letter-spacing: normal;
  font-family: Manrope, sans-serif;
  font-size: 16px;
  line-height: 1.5;
}

.uui-space-xxsmall-5 {
  width: 100%;
  min-height: .5rem;
}

.uui-heading-xsmall-3 {
  color: var(--untitled-ui-gray900);
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 0;
  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: 1.5rem;
  font-weight: 600;
  line-height: 1.4;
}

.uui-layout19_item-text-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: .5rem;
  display: flex;
}

.uui-icon-1x1-xsmall-6 {
  width: 1.5rem;
  height: 1.5rem;
  color: #838f5e;
}

.uui-icon-featured-outline-large-5 {
  width: 3.5rem;
  height: 3.5rem;
  color: var(--dim-grey);
  background-color: rgba(147, 181, 126, .14);
  border: .5rem solid rgba(147, 181, 126, .34);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.uui-layout19_item-icon-wrapper {
  flex: none;
  align-self: flex-start;
  margin-right: 1rem;
}

.uui-layout19_item {
  display: flex;
}

.uui-layout19_item-list {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  color: var(--dim-grey);
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  justify-items: center;
}

.uui-layout19_component {
  grid-column-gap: 4rem;
  grid-row-gap: 1.5rem;
  grid-template: ". ."
                 "Area Area"
                 / 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.uui-padding-vertical-xhuge-7 {
  padding: 7rem 47px 2rem;
}

.uui-container-large-7 {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.uui-page-padding-7 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.button-2 {
  background-color: var(--dark-sea-green);
  font-size: 18px;
  font-weight: 200;
}

.uui-text-size-medium-6-copy {
  color: var(--dim-grey);
  text-align: center;
  letter-spacing: normal;
  font-family: Manrope, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.5;
}

.main-nav__logo-2 {
  width: 200px;
  height: 100%;
  border-right: 1px #c1c2c5;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  padding-right: 4em;
  text-decoration: none;
  display: flex;
}

.main-nav__menu-2 {
  display: flex;
}

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

.main-nav-2 {
  height: 100px;
  background-color: #fff;
  border-bottom: 1px solid #c1c2c5;
  flex-direction: column;
  justify-content: center;
  display: flex;
  position: fixed;
  top: 0%;
  left: 0%;
  right: 0%;
}

.main-nav__links-wrap-2 {
  grid-column-gap: 2em;
  grid-row-gap: 1em;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.text-block-9 {
  color: #1c1c1c;
  font-family: Montserrat, sans-serif;
  font-size: .8rem;
  font-weight: 300;
}

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

.text-block-10 {
  color: #1c1c1c;
  font-family: Montserrat, sans-serif;
  font-weight: 300;
}

.main-nav-inner-2 {
  height: 80%;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  font-size: 1rem;
  display: flex;
}

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

.container-17 {
  width: 47%;
  height: auto;
  max-width: 1100px;
  background-color: rgba(255, 255, 255, .81);
  border-radius: 10px 10px 90px;
  margin-top: 0;
  margin-left: 70px;
  margin-right: auto;
  padding: 20px 0 20px 22px;
}

.text-block-11 {
  color: #1c1c1c;
  font-family: Montserrat, sans-serif;
  font-size: .8rem;
  font-weight: 300;
}

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

.hero__grid-2 {
  z-index: auto;
  height: 64vh;
  background-color: rgba(0, 0, 0, 0);
  grid-template-rows: auto;
  padding-top: 0;
  padding-bottom: 3.75em;
  display: block;
  position: relative;
}

.paragraph-6 {
  color: var(--waves-library-black);
  text-align: center;
  margin-top: 10px;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
}

.button-primary-3 {
  background-color: var(--main-grün);
  color: var(--black);
  letter-spacing: 2px;
  text-transform: uppercase;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding: 10px 20px;
  font-family: Manrope, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
  transition: all .2s;
  display: flex;
}

.button-primary-3:hover {
  background-color: var(--hover-anfragen);
  color: var(--black);
}

.button-primary-3:active {
  color: var(--black);
  background-color: #e4f6f0;
}

.button-primary-3.nav {
  background-color: var(--main-grün);
  color: var(--waves-library-black);
  border-radius: 10px;
  margin-top: 0;
  padding-left: 20px;
  padding-right: 20px;
}

.button-primary-3.nav:hover {
  background-color: var(--hover-anfragen);
}

.button-primary-3.dark {
  background-color: var(--waves-library-white);
  color: var(--waves-library-black);
  margin-top: 0;
  font-weight: 500;
}

.button-primary-3.dark:hover {
  color: var(--main-grün);
  font-weight: 500;
}

.button-primary-3.dark.leistungen {
  color: var(--waves-library-white);
  display: inline-block;
}

.button-primary-3.dark.leistungen:hover {
  background-color: var(--main-grün);
}

.button-primary-3.leistungen {
  background-color: var(--black);
  color: var(--waves-library-white);
  padding-left: 38px;
  padding-right: 38px;
}

.button-primary-3.leistungen:hover {
  background-color: var(--main-grün);
}

.button-primary-3.ber-uns {
  background-color: var(--black);
  color: var(--waves-library-white);
  padding-left: 38px;
  padding-right: 38px;
}

.button-primary-3.ber-uns:hover {
  background-color: var(--main-grün);
}

.button-primary-3.ber-uns.w--current {
  padding-left: 38px;
  padding-right: 38px;
}

.text-block-12 {
  color: var(--dim-grey);
  margin-top: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 20px;
}

.text-block-12._2 {
  color: var(--waves-library-black);
  text-align: center;
  margin-top: 10px;
}

.heading-20 {
  color: var(--waves-library-white);
  text-align: center;
  font-size: 30px;
  font-weight: 600;
  line-height: 1.2;
}

.heading-21 {
  color: var(--dim-grey);
  text-transform: uppercase;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: Montserrat, sans-serif;
  font-size: 35px;
  font-weight: 500;
  line-height: 43px;
}

.bold-text-2 {
  color: var(--dim-grey);
  font-family: Manrope, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
}

.italic-text-3 {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
}

.bold-text-3 {
  font-size: 16px;
  line-height: 18px;
}

.heading-22 {
  color: var(--dim-grey);
  text-align: center;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 12px;
  padding-left: 0;
  font-family: Manrope, sans-serif;
  font-size: 25px;
  font-weight: 500;
  line-height: 30px;
  display: flex;
}

.einleitung-section-2 {
  min-width: 988px;
  background-color: #e1efea;
  background-image: none;
  background-position: 0 0;
  background-size: auto;
  border-bottom: 1px solid #e9ece3;
  border-radius: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 50px 140px 50px 180px;
  font-family: Montserrat, sans-serif;
  position: relative;
}

.testimonial-author-name-three-2 {
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 20px;
  line-height: 22px;
  display: none;
}

.testimonial-title-2 {
  color: #fff;
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 0;
  font-size: 16px;
  font-weight: 300;
  line-height: 18px;
  display: block;
}

.testimonial-text-four-2 {
  color: var(--dim-grey);
  letter-spacing: 0;
  margin-top: 20px;
  margin-bottom: 0;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  font-family: Manrope, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 26px;
}

.testimonial-wrapper-four-2 {
  flex-direction: column-reverse;
  justify-content: center;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.testimonial-right-2 {
  text-align: center;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding-left: 140px;
  padding-right: 140px;
  display: flex;
}

.testimonial-right-2._2 {
  display: none;
}

.container-18 {
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}

.uui-button-secondary-gray-5 {
  max-width: 1000px;
  grid-column-gap: .5rem;
  color: var(--dim-grey);
  text-align: center;
  white-space: nowrap;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(115, 96, 75, 0);
  border-radius: 4px;
  justify-content: flex-start;
  align-items: center;
  margin-right: 0;
  padding: .125rem 1rem;
  font-family: Manrope, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px rgba(16, 24, 40, .05);
}

.uui-button-secondary-gray-5:hover {
  background-color: var(--beige);
  color: #fff;
  border-color: rgba(255, 255, 255, .93);
}

.uui-button-secondary-gray-5:focus {
  background-color: #fff;
  box-shadow: 0 1px 2px rgba(16, 24, 40, .05), 0 0 0 4px #f2f4f7;
}

.testimonial-left-2 {
  width: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-left: 69px;
  padding-right: 69px;
  display: grid;
}

.col_60-2 {
  width: 100%;
  border-bottom: 2px #a7ae90;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 10px;
  display: flex;
}

.text_features-2 {
  color: var(--dim-grey);
  text-align: center;
  letter-spacing: -.3px;
  padding: 10px;
  font-family: Manrope, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 25px;
}

.h1_example-2 {
  min-width: 580px;
  color: var(--dim-grey);
  text-align: center;
  letter-spacing: -.5px;
  margin-bottom: 20px;
  font-family: Manrope, sans-serif;
  font-size: 28px;
  font-weight: 500;
  line-height: 30px;
}

.image-wrapper-cards._2 {
  height: 200px;
  background-image: url('../images/Jugendzimmer-nachher_1Jugendzimmer nachher.webp');
  background-position: 50%;
  background-size: cover;
}

.image-wrapper-cards._1 {
  height: 200px;
  background-image: url('../images/Objekt-Liebigstraáe-36---Architekturfotograf-Rudolf-Langemann-96_1Objekt Liebigstraáe 36 - Architekturfotograf Rudolf Langemann-96.webp');
  background-position: 50%;
  background-size: cover;
}

.image-wrapper-cards._3 {
  height: 200px;
  background-image: url('../images/Objekt-Liebigstraáe-36---Architekturfotograf-Rudolf-Langemann-49.webp');
  background-position: 50%;
  background-size: cover;
}

.content-wrap-warumhomestaging-2 {
  min-width: 350px;
  border-top: 2px none var(--dark-sea-green-2);
  border-bottom: 2px solid var(--dark-sea-green-2);
  justify-content: center;
  align-items: center;
  margin: 0 auto 40px;
  padding: 100px 5%;
  display: flex;
}

.paragraph-7 {
  color: var(--dim-grey);
  letter-spacing: 0;
  margin-bottom: 30px;
  font-family: Manrope, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 26px;
}

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

.card_base-2 {
  width: 100%;
  height: 100%;
  max-width: 100%;
  min-height: 650px;
  min-width: 370px;
  color: #44465f;
  background-color: #fff;
  border-radius: 15px;
  margin-bottom: 35px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 20px 25px 25px;
  text-decoration: none;
  position: relative;
  box-shadow: 7px 7px 55px #f2f3f6;
}

.h1_features-2 {
  color: var(--dim-grey);
  text-align: center;
  letter-spacing: -.3px;
  padding-top: 20px;
  padding-bottom: 10px;
  font-family: Manrope, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 27px;
}

.card_row-2 {
  width: 100%;
  flex-flow: row;
  align-content: flex-end;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  padding: 15px;
  display: flex;
}

.container_p-2 {
  max-width: 100%;
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  font-family: Montserrat, sans-serif;
  display: flex;
}

.button-primary-4 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #a7ae90;
  border-radius: 10px;
  margin-top: 20px;
  padding: 12px 25px;
  font-size: 12px;
  font-weight: 300;
  line-height: 16px;
  transition: all .2s;
}

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

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

.button-primary-4.mehr-erfahren {
  width: 200px;
  text-align: center;
  background-color: #a7ae90;
  border-radius: 99px;
  margin-left: auto;
  margin-right: auto;
  font-family: Manrope, sans-serif;
  font-size: 12px;
  font-weight: 400;
  display: block;
}

.button-primary-4.mehr-erfahren:hover {
  background-color: var(--beige);
  color: var(--dim-grey);
}

.card_title_wrap-2 {
  height: 300px;
  min-height: 300px;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  padding-top: 10px;
  display: block;
}

.zitat-heading-2 {
  color: #101828;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Manrope, sans-serif;
  font-size: 2rem;
  font-weight: 300;
  line-height: 1.3;
}

.container-19 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.after-image-inner-2 {
  background-image: url('../images/Wintergarten_nachher_1Wintergarten_nachher.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: visible;
}

.after-image-inner-2._2 {
  border-radius: 15px;
}

.after-image-inner-2._6 {
  background-image: url('../images/FlurEG4_nachher_1FlurEG4_nachher.webp');
  border-radius: 15px;
}

.after-image-inner-2._4 {
  background-image: url('../images/Wohnzimmer_nachher_1Wohnzimmer_nachher.webp');
  border-radius: 15px;
}

.after-image-inner-2._8 {
  background-image: url('../images/Arbeitszimmer_nachher_1Arbeitszimmer_nachher.webp');
  background-position: 50%;
  background-size: cover;
  border-radius: 10px;
}

.padding-0-2 {
  width: 85%;
  background-color: #e9ece3;
  background-image: url('../images/L-beige.svg');
  background-position: 112% -22%;
  background-repeat: no-repeat;
  background-size: 352px;
  border-radius: 30px;
  padding: 3rem 8rem 4rem;
}

.text-span-3 {
  color: var(--dim-grey);
  font-size: 25px;
  font-weight: 300;
  line-height: 30px;
}

.container--full-2 {
  height: 50vh;
  border-radius: 15px;
  position: relative;
}

.after-wrapper-2 {
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: visible;
}

.text-block-13 {
  color: var(--dim-grey);
  margin-right: 0;
  padding-right: 0;
  font-size: 16px;
  display: block;
}

.zitat-container-2 {
  width: 80%;
  height: 80px;
  max-width: none;
  background-color: #e9ece3;
  border-radius: 0;
  margin-left: auto;
  margin-right: auto;
}

.content-container {
  max-width: 891px;
  flex: 1;
  margin-left: auto;
  margin-right: auto;
}

.zitat-vert-padding-2 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.zitat-franziska-weiss-2 {
  color: #8b6c57;
  letter-spacing: normal;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.5;
}

.image-6 {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.slider--comparison-2 {
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.before-image-2 {
  background-image: url('../images/Wintergarten_vorher_2Wintergarten_vorher.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.before-image-2._5 {
  background-image: url('../images/FlurEG4_vorher_1FlurEG4_vorher.webp');
  border-radius: 15px;
}

.before-image-2._3 {
  background-image: url('../images/Wohnzimmer_vorher_1Wohnzimmer_vorher.webp');
  border-radius: 15px;
}

.before-image-2._1 {
  background-image: url('../images/Arbeitszimmer2_vorher_1Arbeitszimmer2_vorher.webp');
  border-radius: 15px;
}

.before-image-2._1._2 {
  background-image: url('../images/Wintergarten_vorher_2Wintergarten_vorher.webp');
}

.heading-23 {
  color: var(--dim-grey);
  text-align: center;
  padding: 10px 60px 20px;
  font-family: Manrope, sans-serif;
  font-size: 25px;
  font-weight: 400;
  line-height: 30px;
}

.wrapper-logo {
  height: 80px;
  max-width: 400px;
}

.button-primary-5 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #a7ae90;
  border-radius: 10px;
  margin-top: 20px;
  padding: 12px 25px;
  font-size: 12px;
  font-weight: 300;
  line-height: 16px;
  transition: all .2s;
}

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

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

.button-primary-5.mehr-zu-unseren-leistungen-und-pakete {
  width: 400px;
  text-align: center;
  border-radius: 99px;
  margin: 0 auto 40px;
  font-size: 14px;
  display: block;
  position: relative;
  top: -40px;
}

.button-primary-5.mehr-zu-unseren-leistungen-und-pakete:hover {
  background-color: var(--beige);
  color: var(--dim-grey);
}

.section-3 {
  padding-top: 64px;
  padding-bottom: 64px;
}

.section-3.section-overflow {
  padding-top: 50px;
  padding-bottom: 50px;
  overflow: hidden;
}

.text-span-4 {
  color: var(--dim-grey);
  font-size: 25px;
  line-height: 30px;
}

.after-image-2 {
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.zitat-2 {
  padding-bottom: 60px;
}

.step-heading-2 {
  color: #1d1813;
  text-align: right;
  letter-spacing: .01em;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
}

.heading-24 {
  color: var(--dim-grey);
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.home-component-2 {
  height: auto;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
  padding-top: 0;
  font-family: Montserrat, sans-serif;
  font-weight: 300;
  display: flex;
  overflow: hidden;
}

.container-20 {
  text-align: center;
  padding-top: 40px;
}

.paragraph-8 {
  color: var(--dim-grey);
  font-family: Montserrat, sans-serif;
  font-size: 25px;
  font-weight: 500;
}

.process-steps-wrap-2 {
  width: 100%;
  height: 100%;
  grid-column-gap: 9px;
  grid-row-gap: 5px;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
  padding-left: 40px;
  padding-right: 40px;
  display: grid;
}

.step-number-2 {
  width: 45px;
  height: 45px;
  border: 1px solid var(--dim-grey);
  color: var(--dim-grey);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  display: flex;
}

.lightbox-neus {
  z-index: 0;
  height: 0;
  flex: 1;
  align-self: stretch;
  position: relative;
}

.portfolio-wrapper {
  height: 100vh;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: none;
  flex: none;
  order: 0;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: stretch;
  justify-content: space-around;
  align-self: stretch;
  align-items: stretch;
  justify-items: stretch;
  margin-bottom: -240px;
  display: grid;
  position: static;
}

.portfolio {
  height: 72%;
  object-fit: none;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  padding-bottom: 20px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  position: relative;
}

.portfolio._4 {
  top: -149px;
}

.lightbox-rosenheim {
  flex: 0 auto;
  text-decoration: none;
  position: relative;
  top: -38px;
}

.lightbox {
  z-index: 0;
  height: 50vh;
  float: none;
  clear: none;
  object-fit: none;
  flex-direction: row;
  flex: 1;
  justify-content: center;
  align-self: stretch;
  align-items: stretch;
  display: none;
  position: relative;
  overflow: visible;
}

.h1-2 {
  color: #0f3c49;
  text-align: left;
  flex: 1;
  align-self: center;
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 5.2rem;
  font-weight: 200;
  line-height: 4.3rem;
  display: block;
}

.h1-2.overlay {
  z-index: 3;
  width: auto;
  height: 100%;
  clear: both;
  color: var(--dim-grey);
  text-align: center;
  letter-spacing: 0;
  text-transform: capitalize;
  flex: 1;
  justify-content: center;
  align-self: center;
  align-items: center;
  margin: auto 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 2rem;
  display: flex;
  position: relative;
  top: auto;
  bottom: auto;
}

.h1-2.overlay:hover {
  transform: none;
}

.h1-2.overlay.rosenheim {
  text-decoration: none;
  position: relative;
  top: 0;
}

.h1-2.overlay {
  z-index: 3;
  width: auto;
  height: 100%;
  max-height: 20px;
  clear: both;
  color: var(--dim-grey);
  text-align: center;
  letter-spacing: 0;
  text-transform: capitalize;
  flex: 1;
  justify-content: center;
  align-self: center;
  align-items: center;
  margin: auto 0 12px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 2rem;
  text-decoration: none;
  display: flex;
  position: relative;
  top: auto;
  bottom: auto;
}

.h1-2.overlay:hover {
  transform: none;
}

.h1-2.overlay.rosenheim {
  text-decoration: none;
  top: 0;
}

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

.section-4 {
  color: var(--dim-grey);
  margin-bottom: -180px;
  padding: 100px 100px 0;
}

.paragraph-9 {
  color: var(--dim-grey);
  text-align: left;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.paragraph-9._5 {
  margin-top: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  position: relative;
  top: -200px;
}

.hidden {
  height: 15vh;
  max-width: 300px;
  object-fit: contain;
  background-color: #e9ece3;
  flex-direction: row;
  justify-content: flex-start;
  align-self: stretch;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  top: 50%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.hidden.rosenheim {
  background-color: rgba(233, 236, 227, .75);
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px 10px;
  text-decoration: none;
  position: absolute;
  top: 140px;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.hidden._1 {
  background-color: rgba(233, 236, 227, .75);
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 10px 20px;
  top: 140px;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.hidden._2 {
  height: 12vh;
  background-color: rgba(233, 236, 227, .9);
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding: 55px 10px 60px;
  top: 140px;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.heading-25 {
  color: var(--dim-grey);
  text-align: left;
  margin-left: 0;
  padding-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 25px;
  font-weight: 500;
}

.portfolio-image {
  width: auto;
  height: auto;
  max-width: 100%;
  min-height: 33vh;
  object-fit: cover;
  margin-bottom: 0;
  padding-bottom: 0;
  overflow: hidden;
}

.right {
  width: auto;
  height: auto;
  flex-direction: row;
  align-items: stretch;
  display: block;
  position: static;
  top: 0;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.right-mobile {
  width: 85vw;
  height: 776.471vh;
  flex-direction: row;
  align-items: stretch;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.category {
  height: 50vh;
  object-fit: contain;
  background-color: #2a7fa0;
  justify-content: flex-start;
  align-self: stretch;
  align-items: flex-start;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.waves-image-testimonial-2 {
  width: 72px;
  height: 72px;
  object-fit: cover;
  border-radius: 50%;
  display: none;
}

.slider-2 {
  height: 333px;
  background-color: rgba(233, 236, 227, .97);
  border-radius: 30px;
}

.waves---heading-3-no-margins-2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 400;
  line-height: 120%;
}

.heading-26 {
  color: var(--dim-grey);
  text-align: center;
  margin-bottom: 40px;
  padding-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 25px;
  font-weight: 500;
}

.waves---paragraph-big-2 {
  font-size: 16px;
  line-height: 130%;
}

.waves-logo-testimonial-2 {
  height: 64px;
  flex: 0 auto;
  align-self: auto;
  margin-top: -10px;
  position: relative;
  top: 18px;
}

.bewertungen {
  background-image: linear-gradient(337deg, rgba(255, 255, 255, .28) 57%, #fff), url('../images/Objekt-Liebigstraáe-36---Architekturfotograf-Rudolf-Langemann-130.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  padding: 100px 78px 140px;
}

.waves-master-testimonial-2 {
  width: 100%;
  max-width: 890px;
  grid-row-gap: 40px;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin: 0 auto;
  padding-top: 23px;
  padding-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-weight: 300;
  display: flex;
}

.wrap-person-testimonial-2 {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.icon-4 {
  color: #8b6c57;
}

.waves---testimonial-text-big-2 {
  color: var(--dim-grey);
  margin-top: 0;
  padding-left: 60px;
  padding-right: 60px;
  font-family: Manrope, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 156%;
}

.div-block-7 {
  padding-top: 10px;
}

.slide-nav {
  padding-top: 47px;
  display: none;
}

.waves---heading-2-no-margins {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  line-height: 130%;
}

.team-member-name {
  color: var(--dim-grey);
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 300;
  line-height: 26px;
}

.waves---heading-3-no-margins-3 {
  color: var(--dim-grey);
  margin-top: -10px;
  margin-bottom: 0;
  font-family: Manrope, sans-serif;
  font-size: 12px;
  font-weight: 200;
  line-height: 120%;
}

.container-21 {
  width: 95%;
  max-width: 100%;
  border: 1px rgba(167, 174, 144, .45);
  border-radius: 15px;
}

.kontakt-page {
  background-color: rgba(255, 255, 255, .22);
  border: 1px #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: -150px;
  padding-top: 91px;
  padding-bottom: 60px;
  display: flex;
}

.waves---center-heading {
  grid-row-gap: 16px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: none;
}

.link-block-3 {
  color: #1c1c1c;
  background-color: #bdc3a8;
  border: 1px solid #d8decd;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  padding: 10px 20px;
  text-decoration: none;
  display: flex;
}

.link-block-3:hover {
  background-color: #a9b191;
}

.waves-content-contact-2 {
  z-index: 1;
  width: auto;
  max-width: none;
  background-color: #fff;
  border: 1px rgba(167, 174, 144, .54);
  border-radius: 10px;
  flex-direction: column;
  align-items: center;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 64px 100px;
  display: flex;
  position: relative;
}

.waves---main-container-5 {
  max-width: 1352px;
  background-color: #fff;
  border-radius: 15px 15px 0 0;
  justify-content: flex-start;
  padding: 20px;
  display: flex;
}

.team-card {
  width: 250px;
  text-align: center;
  background-color: rgba(147, 181, 126, .23);
  border-radius: 10px;
  flex-direction: column;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 30px;
  padding-bottom: 30px;
  font-size: 14px;
  line-height: 22px;
  display: flex;
}

.waves-icon-32 {
  width: 80%;
  height: auto;
}

.waves---mg-bottom-16 {
  margin-bottom: 16px;
}

.waves---mg-bottom-16._1 {
  position: relative;
  top: auto;
}

.paragraph-10 {
  color: #fff;
  letter-spacing: 1px;
  font-family: Manrope, sans-serif;
  font-size: 12px;
  font-weight: 400;
  text-decoration: none;
}

.waves-tile-feature-5 {
  grid-row-gap: 16px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
}

.waves---grid-features-5 {
  grid-column-gap: 24px;
  grid-row-gap: 40px;
  flex-direction: column;
  grid-template: ". Area"
  / .5fr .5fr;
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  margin-top: 0;
  display: flex;
}

.image-7 {
  max-width: 20px;
  align-self: center;
  margin-left: 10px;
  padding-left: 0;
}

.team-member-image {
  width: 100px;
  height: 100px;
  max-width: 50%;
  object-fit: cover;
  border-radius: 100%;
  margin-bottom: 24px;
}

.footer-title-2 {
  color: #8b6c57;
  margin-bottom: 15px;
  font-size: 16px;
  font-weight: 500;
  line-height: 15px;
}

.paragraph-11 {
  align-self: center;
  font-size: 13px;
}

.footer-link-2 {
  color: var(--waves-library-black);
  margin-bottom: 5px;
  font-family: Manrope, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.4;
  text-decoration: none;
  transition: color .2s;
  display: block;
}

.footer-link-2:hover {
  color: #a7ae90;
}

.footer-link-2.w--current {
  font-size: 13px;
}

.footer-icon-2 {
  width: 15px;
  margin-top: -2.5px;
  margin-right: 5px;
}

.footer-icon-2.address {
  margin-top: 5px;
}

.footer-logo-2 {
  width: 224px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.footer-section-2 {
  border-top: 1px #ececec;
  padding: 30px 0 0;
}

.footer-flex-col-2 {
  flex: 1;
  align-self: auto;
  padding-left: 10px;
  padding-right: 10px;
}

.footer-flex-col-2._1 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 30px;
  display: flex;
}

.image-8 {
  position: relative;
  left: 31px;
}

.bold-text-2-copy {
  font-family: Manrope, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
}

.waves-icon-32-copy {
  width: 83%;
  height: auto;
}

.logo-card {
  max-width: 40%;
  margin-bottom: 20px;
}

.uui-text-size-medium-7 {
  color: var(--dim-grey);
  letter-spacing: normal;
  font-family: Manrope, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5;
}

.uui-heading-tiny {
  color: var(--dim-grey);
  letter-spacing: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Manrope, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.5;
}

.uui-testimonial01_client-image {
  width: 4rem;
  height: 4rem;
  min-height: 4rem;
  min-width: 4rem;
  object-fit: cover;
  border-radius: 100%;
}

.uui-testimonial01_client-image-wrapper {
  margin-top: 2rem;
  margin-bottom: 1rem;
}

.uui-heading-medium-6 {
  color: var(--untitled-ui-gray900);
  margin-top: 0;
  margin-bottom: 0;
  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: 2.25rem;
  font-weight: 600;
  line-height: 1.3;
}

.uui-heading-medium-6.text-weight-medium {
  font-family: Manrope, sans-serif;
  font-weight: 300;
  line-height: .9em;
}

.uui-testimonial01_logo {
  max-height: 3rem;
}

.uui-testimonial01_logo-wrapper {
  margin-bottom: 2rem;
}

.uui-testimonial01_component {
  max-width: 95%;
  text-align: center;
  background-color: #f1f1f1;
  background-image: linear-gradient(25deg, rgba(115, 96, 75, .07), rgba(115, 96, 75, .02) 38%, #fff);
  border: 1px solid rgba(0, 0, 0, .13);
  border-radius: 15px;
  flex-direction: column;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 30px 144px;
  display: flex;
}

.uui-max-width-xlarge {
  width: 100%;
  max-width: 64rem;
}

.align-center-5 {
  margin-left: auto;
  margin-right: auto;
}

.uui-padding-vertical-xhuge-8 {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.uui-container-large-8 {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.uui-page-padding-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.footer-link-2-copy {
  color: #313149;
  margin-bottom: 5px;
  font-family: Manrope, sans-serif;
  font-size: 13px;
  font-weight: 300;
  line-height: 1.3;
  text-decoration: none;
  transition: color .2s;
  display: block;
  position: relative;
  top: 15px;
  bottom: -5px;
}

.footer-link-2-copy:hover {
  color: #a7ae90;
}

.footer-link-2-co23 {
  color: var(--dim-grey);
  margin-bottom: 5px;
  font-family: Manrope, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.3;
  text-decoration: none;
  transition: color .2s;
  display: block;
  position: relative;
  top: 2px;
}

.footer-link-2-co23:hover {
  color: #a7ae90;
}

.div-block-8 {
  border-top: .5px solid #000;
  justify-content: center;
  padding-top: 10px;
  padding-bottom: 6px;
  display: flex;
}

.footer-link-2-copy {
  color: var(--dim-grey);
  margin-bottom: 5px;
  font-family: Manrope, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
  text-decoration: none;
  transition: color .2s;
  display: block;
  top: auto;
}

.footer-link-2-copy:hover {
  color: #a7ae90;
}

.footer-link-2-copy-copy {
  color: var(--waves-library-black);
  margin-bottom: 5px;
  font-family: Manrope, sans-serif;
  font-size: 12px;
  font-weight: 300;
  line-height: 1.4;
  text-decoration: none;
  transition: color .2s;
  display: block;
  top: auto;
}

.footer-link-2-copy-copy:hover {
  color: #a7ae90;
}

.footer-link-2-copy-copy-copy {
  color: var(--dim-grey);
  margin-bottom: 5px;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Manrope, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.4;
  text-decoration: none;
  transition: color .2s;
  display: block;
  top: auto;
}

.footer-link-2-copy-copy-copy:hover {
  color: #a7ae90;
}

.uui-text-style-link-02 {
  color: var(--dim-grey);
  font-family: Manrope, sans-serif;
  font-weight: 300;
  text-decoration: none;
}

.uui-space-small-6 {
  width: 100%;
  min-height: 1.5rem;
}

.uui-text-size-medium-8 {
  color: var(--dim-grey);
  letter-spacing: normal;
  font-family: Manrope, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5;
}

.uui-space-xxsmall-6 {
  width: 100%;
  min-height: .5rem;
}

.uui-heading-xxsmall-5 {
  color: var(--dim-grey);
  letter-spacing: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Manrope, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5;
}

.uui-icon-1x1-xsmall-7 {
  width: 1.5rem;
  height: 1.5rem;
  color: #838383;
}

.uui-icon-featured-outline-large-6 {
  width: 3.5rem;
  height: 3.5rem;
  color: #141414;
  background-color: rgba(254, 255, 254, .37);
  border: .5rem solid rgba(147, 181, 126, .3);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.uui-contact08_item {
  width: 100%;
  flex-direction: column;
  align-items: center;
  padding: 0 60px 40px 100px;
}

.uui-contact08_item.telefon {
  padding-left: 0;
}

.uui-contact08_component {
  grid-column-gap: 2rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  justify-items: start;
  margin-top: 2rem;
  padding-left: 100px;
  padding-right: 100px;
  display: none;
}

.uui-text-size-large-6 {
  color: var(--dim-grey);
  text-align: center;
  letter-spacing: normal;
  padding-top: 8px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}

.uui-space-xsmall-7 {
  width: 100%;
  min-height: 1rem;
}

.uui-heading-medium-7 {
  color: var(--dim-grey);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 25px;
  font-weight: 500;
  line-height: 27px;
}

.uui-heading-subheading-5 {
  color: var(--dim-grey);
  margin-bottom: .75rem;
  font-family: Manrope, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
}

.uui-max-width-large-4 {
  width: 100%;
  max-width: 48rem;
}

.uui-padding-vertical-xhuge-9 {
  margin-top: 10px;
  margin-bottom: 50px;
  padding-top: 0;
  padding-bottom: 2rem;
  font-family: Manrope, sans-serif;
}

.uui-container-large-9 {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.uui-page-padding-9 {
  padding-left: 4rem;
  padding-right: 4rem;
}

.uui-section_contact08 {
  background-image: linear-gradient(rgba(255, 255, 255, .63), rgba(255, 255, 255, .63)), url('../images/L-gruen.svg');
  background-position: 0 0, 100% -700%;
  background-repeat: repeat, no-repeat;
  background-size: auto, auto 600px;
}

.image-2-copy {
  height: 385px;
  max-width: 470px;
  border-radius: 5px;
}

.lightbox-link-copy {
  text-decoration: none;
}

.footer-link-2-copy89 {
  color: var(--dim-grey);
  margin-bottom: 5px;
  font-family: Manrope, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.4;
  text-decoration: none;
  transition: color .2s;
  display: block;
}

.footer-link-2-copy89:hover {
  color: #a7ae90;
}

.footer-link-2-copy89.w--current {
  font-size: 13px;
}

.footer-link-2-co23-copy323 {
  color: var(--dim-grey);
  margin-bottom: 5px;
  font-family: Manrope, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.3;
  text-decoration: none;
  transition: color .2s;
  display: block;
  position: relative;
  top: 5px;
}

.footer-link-2-co23-copy323:hover {
  color: #a7ae90;
}

.lightbox-link-copy-copy {
  padding-left: 0;
  padding-right: 0;
  text-decoration: none;
  position: relative;
  left: auto;
}

.div-block-9 {
  background-color: var(--beige);
  border-radius: 5px;
  margin-top: 40px;
  margin-bottom: 29px;
  padding: 30px 50px;
}

.text-span-5 {
  color: var(--dim-grey);
  font-weight: 300;
}

.text-span-6 {
  color: var(--dim-grey);
  -webkit-text-stroke-color: var(--untitled-ui-gray600);
  font-weight: 300;
  text-decoration: none;
}

.text-span-7 {
  color: var(--dim-grey);
  font-weight: 300;
}

.text-span-8 {
  color: var(--dim-grey);
  font-size: 16px;
}

.text-span-9 {
  color: var(--dim-grey);
}

.container-22 {
  z-index: 10;
  height: 400px;
  max-width: 300px;
  opacity: .32;
  position: absolute;
  top: -72px;
  bottom: 0%;
  left: 85%;
  right: 0%;
}

.image-9 {
  z-index: 99;
  max-height: 60%;
  max-width: 60%;
  opacity: .2;
  margin: 0;
  display: block;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 100px;
  right: 2%;
}

.image-10 {
  z-index: 1;
  max-height: 50%;
  max-width: 50%;
  opacity: .5;
  position: absolute;
  top: 2541.09px;
  left: 134.398px;
}

.image-11 {
  z-index: 1;
  max-height: 40%;
  max-width: 40%;
  position: absolute;
  top: 5829.75px;
  left: 122px;
}

.image-12 {
  max-height: 40%;
  max-width: 40%;
  opacity: .1;
  position: absolute;
  left: 146.492px;
}

.container-23 {
  max-height: 90%;
  max-width: 500px;
  min-height: 95%;
  min-width: 300px;
  background-color: rgba(255, 255, 255, .79);
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 20px auto;
  padding: 0 20px;
  display: flex;
}

.image-13 {
  max-width: 15%;
}

.image-14 {
  mix-blend-mode: exclusion;
  margin-left: -27px;
}

.text-block-15 {
  margin-left: -6px;
  font-size: 14px;
}

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

.paragraph-12 {
  color: var(--dim-grey);
  text-align: left;
  padding-top: 20px;
  font-size: 16px;
  font-weight: 300;
}

.lightbox-neus-2 {
  z-index: 0;
  height: 50vh;
  flex: 1;
  align-self: center;
  margin-top: 0;
  margin-bottom: 0;
  position: relative;
}

.lightbox-rosenheim-2 {
  text-decoration: none;
}

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

.section-5 {
  padding: 100px 100px 240px;
}

.paragraph-13 {
  color: var(--dim-grey);
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
}

.paragraph-13._5 {
  margin-top: 40px;
  padding-top: 20px;
  padding-bottom: 20px;
  position: static;
}

.heading-27 {
  text-align: center;
  margin-left: 0;
  font-family: Montserrat, sans-serif;
  font-size: 2em;
  font-weight: 400;
}

.portfolio-image-2 {
  width: auto;
  height: auto;
  max-width: 100%;
  min-height: 36vh;
  object-fit: cover;
  border-radius: 5px;
  overflow: hidden;
}

.image-15 {
  display: none;
}

.container-25 {
  margin-top: 0;
  margin-bottom: auto;
  position: relative;
  top: -193px;
}

.paragraph-14 {
  color: var(--dim-grey);
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-weight: 300;
}

.paragraph-15 {
  color: var(--dim-grey);
  text-align: center;
}

.grid-5 {
  max-width: 90%;
  grid-template-rows: auto auto auto;
  grid-template-areas: "Area Area-6"
                       "Area-2 Area-5"
                       "Area-3 Area-4";
  margin: auto;
}

.image-16 {
  width: 30px;
  mix-blend-mode: color-dodge;
}

.section-6 {
  border-bottom: 1px none var(--dim-grey);
  background-color: rgba(167, 215, 199, .16);
  margin-bottom: 0;
  padding-top: 100px;
  padding-bottom: 60px;
  display: none;
}

.section-7, .section-8 {
  border-bottom: 1px solid var(--dim-grey);
  padding-bottom: 100px;
}

.image-17 {
  max-height: 200vh;
}

.container-26 {
  width: 300px;
  max-width: none;
  background-image: url('../images/Franziska-Weis---Werbefotograf-Rudolf-Langemann-3_1Franziska Weis - Werbefotograf Rudolf Langemann-3.webp');
  background-position: 50%;
  background-size: cover;
  border-radius: 10px;
}

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

.image-18 {
  width: 30px;
}

.image-19 {
  width: 27px;
}

.rich-text-block-2 {
  margin-bottom: 100px;
}

.rich-text-block-2 h3, .rich-text-block-3 h4 {
  color: var(--black);
}

.h1_example-2-copy {
  min-width: 580px;
  color: var(--dim-grey);
  text-align: center;
  letter-spacing: -.5px;
  margin-top: 20px;
  margin-bottom: 25px;
  font-family: Manrope, sans-serif;
  font-size: 25px;
  font-weight: 500;
  line-height: 30px;
}

.grid-7 {
  max-width: 90%;
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  flex-direction: column;
  grid-template: "Area-2 Area" 390px
                 "Area-3 ."
                 / .5fr .5fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  display: grid;
  overflow: visible;
}

.grid-7._2 {
  display: none;
}

.mask {
  overflow: hidden;
}

.image-20 {
  opacity: .51;
  position: absolute;
  top: -113%;
  bottom: auto;
  left: auto;
  right: 4%;
}

.image-22 {
  opacity: .5;
  position: absolute;
  top: 2247.22px;
  left: 119px;
}

.image-26 {
  position: absolute;
  top: 2143.02px;
  left: 3px;
}

.image-28 {
  opacity: .41;
  position: absolute;
  top: -16%;
  bottom: auto;
  left: 1132px;
  right: 1%;
}

.slide-nav-2 {
  display: none;
}

.text-block-absatz-2 {
  font-size: 14px;
}

.image-29 {
  height: 584px;
  display: none;
  position: absolute;
  top: 2434.78px;
  left: 947.922px;
}

.image-30 {
  max-width: 20px;
  align-self: center;
  margin-left: 10px;
  padding-left: 0;
}

.waves---grid-features-6 {
  grid-column-gap: 24px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: center;
  margin-top: 40px;
}

.paragraph-16 {
  color: #fff;
  letter-spacing: 1px;
  font-family: Manrope, sans-serif;
  font-size: 12px;
  font-weight: 400;
  text-decoration: none;
}

.logo-card-2 {
  margin-bottom: 20px;
}

.team-member-image-2 {
  width: 270px;
  height: 270px;
  object-fit: cover;
  border-radius: 100%;
  margin-bottom: 24px;
}

.link-block-4 {
  color: #1c1c1c;
  background-color: #bdc3a8;
  border: 1px solid #d8decd;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  padding: 10px 20px;
  text-decoration: none;
  display: flex;
}

.link-block-4:hover {
  background-color: #a9b191;
}

.waves---main-container-6 {
  max-width: 1352px;
  background-color: #fff;
  border-radius: 15px 15px 0 0;
  padding-bottom: 20px;
  padding-left: 0;
  padding-right: 0;
}

.waves-tile-feature-6 {
  grid-row-gap: 16px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
}

.waves-content-contact-3 {
  z-index: 1;
  width: 90%;
  max-width: 940px;
  background-color: #fff;
  border: 1px rgba(167, 174, 144, .54);
  border-radius: 0 0 16px 16px;
  flex-direction: column;
  align-items: center;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  padding: 64px 100px;
  display: flex;
  position: relative;
}

.kontakt-page-2 {
  background-color: rgba(216, 222, 205, .22);
  border: 1px #000;
  padding-top: 150px;
  padding-bottom: 150px;
}

.team-member-name-2 {
  color: var(--dim-grey);
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 300;
  line-height: 26px;
}

.container-27 {
  border: 1px rgba(167, 174, 144, .45);
  border-radius: 15px;
}

.team-card-2 {
  text-align: center;
  background-color: #e9ece3;
  background-image: url('../images/L-beige.svg');
  background-position: 105% -375%;
  background-repeat: no-repeat;
  background-size: 200px;
  border-radius: 15px 15px 150px 150px;
  flex-direction: column;
  align-items: center;
  padding-top: 30px;
  padding-bottom: 30px;
  font-size: 14px;
  line-height: 22px;
  display: flex;
}

.waves-icon-33 {
  width: 60%;
  height: auto;
}

.waves---heading-3-no-margins-4 {
  color: #b1b1b1;
  margin-top: -25px;
  margin-bottom: 0;
  font-family: Manrope, sans-serif;
  font-size: 12px;
  font-weight: 200;
  line-height: 120%;
}

.l {
  max-width: 13%;
  position: absolute;
  top: 8514.57px;
  left: 962.578px;
}

.l2 {
  display: none;
}

.image-31 {
  max-width: 70%;
}

.link {
  color: var(--copy-bright);
  -webkit-text-stroke-color: var(--dim-grey);
  text-decoration: none;
}

.text-span-10 {
  color: var(--dim-grey);
  -webkit-text-stroke-color: var(--dim-grey);
  text-decoration: underline;
}

.step-heading-2-para {
  color: var(--dim-grey);
  text-align: right;
  letter-spacing: .01em;
  font-size: 15px;
  font-weight: 300;
  line-height: 1;
}

.para-schritte {
  color: var(--untitled-ui-gray900);
  margin-bottom: auto;
  padding-left: 32px;
  font-size: 14px;
  font-weight: 300;
}

.para-schritte._2 {
  padding-left: 3px;
}

.para-schritte._1 {
  padding-left: 0;
}

.div-block-12 {
  grid-column-gap: 106px;
  grid-row-gap: 16px;
  border: 3px solid var(--main-grün);
  background-color: #fff;
  border-radius: 2px;
  grid-template-rows: auto;
  grid-template-columns: 1.75fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  padding-left: 120px;
  padding-right: 120px;
  display: grid;
}

.image-32 {
  max-width: 100%;
  text-align: left;
  border-radius: 5px;
}

.div-block-13 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.home-wrapper-copy {
  min-width: 740px;
  justify-content: center;
  align-items: center;
  padding-bottom: 0;
  display: flex;
}

.div-raute {
  background-image: url('../images/Objekt-Liebigstraáe-36---Architekturfotograf-Rudolf-Langemann-123.webp');
  background-position: 43%;
  background-size: cover;
  border-radius: 5px;
  padding: 23% 24%;
  text-decoration: none;
}

.div-raute._2 {
  background-image: url('../images/IMG_0635.webp');
}

.div-raute._3 {
  background-image: url('../images/Foto-26.02.23-15-10-29.webp');
}

.div-raute._4 {
  background-image: url('../images/Objekt-Liebigstraáe-36---Architekturfotograf-Rudolf-Langemann-16_1.webp');
  padding-top: 33%;
  padding-bottom: 33%;
}

.div-in-raute {
  background-color: rgba(232, 233, 224, .94);
  border-radius: 5px;
  padding: 21px 8px;
  text-decoration: none;
}

.heading-15-copy-copy {
  min-width: auto;
  color: var(--dim-grey);
  text-align: center;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  font-size: 27px;
  font-weight: 500;
  display: block;
}

.div-block-15 {
  max-width: 161px;
  text-align: center;
  background-color: rgba(232, 233, 224, .9);
  position: relative;
  top: -235px;
  left: 151px;
}

.div-block-16 {
  max-width: 59%;
  background-color: rgba(232, 233, 224, .9);
  border-radius: 5px;
  padding: 15px 21px;
  text-decoration: none;
  position: relative;
  top: -238px;
  left: 98px;
}

.heading-28 {
  color: #73604b;
  text-align: center;
  padding-top: 9px;
  padding-bottom: 9px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
}

.heading-29 {
  color: #73604b;
  text-align: center;
  padding-top: 5px;
  font-size: 1rem;
  font-weight: 300;
}

.heading-30 {
  color: var(--dim-grey);
  text-align: center;
  margin-bottom: 50px;
  font-family: Manrope, sans-serif;
  font-size: 25px;
  font-weight: 600;
}

.navbar-logo-left-container {
  z-index: 5;
  width: 1030px;
  max-width: 100%;
  background-color: rgba(0, 0, 0, 0);
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container.shadow-three {
  width: 100%;
  max-width: 1140px;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

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

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

.nav-menu-two {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link-2 {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

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

.nav-link-2:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link-2[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: rgba(26, 27, 31, .75);
}

.nav-dropdown-toggle:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-divider {
  width: 1px;
  height: 22px;
  background-color: #e4ebf3;
  margin-left: 15px;
  margin-right: 15px;
}

.nav-link-accent {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

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

.button-primary-6 {
  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-6:hover {
  color: #fff;
  background-color: #32343a;
}

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

.kutup-social-wrapper-flex-2 {
  grid-column-gap: 15px;
  display: flex;
}

.kutup-nav-link {
  color: var(--kütüp-library-dark-slate-grey);
  padding: 15px;
  font-size: 17px;
  font-weight: 700;
  transition: opacity .3s;
}

.kutup-nav-link:hover {
  color: rgba(38, 70, 83, .8);
}

.kutup-dropdown-link {
  color: var(--kütüp-library-dark-slate-grey-x);
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
  font-weight: 700;
}

.kutup-dropdown-link:hover {
  color: var(--kütüp-library-dark-slate-grey);
}

.kutup-dropdown-list {
  padding: 2px;
}

.kutup-dropdown-list.w--open {
  background-color: #fff;
  border: 1px solid #eeece9;
  border-radius: 5px;
  padding: 10px 5px;
}

.kutup-dropdown-arrow {
  color: var(--kütüp-library-dark-slate-grey-x);
  margin-right: 12px;
  font-size: 12px;
  font-weight: 300;
}

.kutup-dropdown-toggle {
  color: #264653;
  padding: 15px 30px 15px 15px;
  font-size: 17px;
  font-weight: 600;
}

.kutup-dropdown-toggle:hover {
  color: rgba(38, 70, 83, .8);
}

.kutup-dropdown {
  font-weight: 700;
}

.kutup-flex-center {
  justify-content: center;
  display: flex;
}

.kutup-shrink-item {
  z-index: 1;
  flex: 1;
  position: relative;
}

.kutup-first-element {
  order: -1;
}

.kutup-nav-container-2 {
  max-width: 1200px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.kutup-nav-component-2 {
  background-color: #fff;
  padding: 25px 3%;
  display: none;
}

.grid-9 {
  display: none;
}

.move-icon {
  z-index: 10;
  width: 50px;
  height: 50px;
  background-color: rgba(255, 255, 255, .5);
  border: 1px solid #fff;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  top: 50%;
  bottom: auto;
  left: 0%;
  right: 0%;
  transform: translate(0%, -50%);
}

.img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 15px;
}

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

.ba-wrap {
  width: 800px;
  height: 300px;
  position: relative;
}

.wrap {
  width: 100%;
  height: auto;
  justify-content: center;
  align-items: center;
  margin-top: 90px;
  margin-bottom: 90px;
  display: flex;
}

.tri-a {
  width: 10px;
  height: 20px;
  border-top: 14px solid rgba(0, 0, 0, 0);
  border-bottom: 14px solid rgba(0, 0, 0, 0);
  border-right: 12px solid #fff;
  margin-right: 2px;
}

.fixed-width-div {
  width: 800px;
  height: 100%;
}

.back-img-wrap {
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.tri-b {
  width: 10px;
  height: 20px;
  border-top: 14px solid rgba(0, 0, 0, 0);
  border-bottom: 14px solid rgba(0, 0, 0, 0);
  border-left: 12px solid #fff;
  margin-left: 2px;
}

.c-compare-after {
  width: 50%;
  perspective-origin: 100%;
  transform-origin: 100%;
  justify-content: flex-end;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
  overflow: hidden;
}

.compare-img {
  width: 880px;
  max-width: none;
}

.c-info {
  z-index: 10;
  cursor: pointer;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
  position: absolute;
  top: 5px;
  bottom: auto;
  left: auto;
  right: 5px;
}

.c-info-details {
  color: #fff;
  white-space: nowrap;
  background-color: rgba(19, 19, 19, .5);
  border-radius: 5px;
  padding: 10px;
  font-size: .8em;
  line-height: 1em;
  position: absolute;
  top: 25px;
}

._w-compare {
  border-radius: 10px;
  justify-content: flex-end;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 1px 1px 15px rgba(0, 0, 0, .15);
}

._w-info {
  z-index: 10;
  width: 22px;
  height: 22px;
  background-color: var(--dim-grey);
  border: 1px solid rgba(255, 255, 255, .5);
  border-radius: 1000px;
  justify-content: center;
  align-items: center;
  padding: 5px;
  display: flex;
  position: relative;
}

.info-text {
  display: none;
}

.c-compare {
  justify-content: flex-end;
  padding: 15px;
  display: inline-block;
  position: relative;
}

.c-compare-before {
  display: inline-block;
  position: relative;
}

.compare-tag {
  color: #fff;
  letter-spacing: 1px;
  background-color: rgba(19, 19, 19, .5);
  padding: 10px;
  font-size: .9em;
  font-weight: 500;
  position: absolute;
}

.compare-tag.before {
  top: auto;
  bottom: 15px;
  left: 0%;
  right: auto;
}

.compare-tag.after {
  top: auto;
  bottom: 15px;
  left: auto;
  right: 0%;
}

.cloneable-area {
  justify-content: center;
  margin-bottom: 60px;
  display: flex;
}

.compare-img-home-staging {
  width: 561px;
  max-width: none;
}

.compare-img-projekte {
  width: 880px;
  max-width: none;
}

.image-2-copy, .image-2-copy-copy {
  height: 385px;
  max-width: 470px;
  border-radius: 5px;
}

.footer-neu {
  border-top: 1px #ececec;
  flex-direction: column;
  align-items: center;
  padding: 45px 0 30px;
  display: none;
}

.cell-2 {
  justify-content: center;
  align-items: center;
}

.cell-3, .cell-4 {
  align-items: center;
}

.quick-stack-2 {
  grid-column-gap: 60px;
  color: var(--black);
  padding-top: 20px;
}

.image-37 {
  margin-bottom: 30px;
}

.html-embed, .trustsiegek, .trustsiegel {
  z-index: 11;
  height: 40%;
  max-width: 15%;
  position: fixed;
  top: 18%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.image-38 {
  max-width: 60%;
}

.image-39 {
  max-width: 200px;
}

.link-block-5 {
  max-height: 100%;
}

.button-wrap {
  max-width: 220px;
}

.waves---heading-3-no-margins-5 {
  width: 100%;
  max-width: 100%;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 120%;
  display: block;
}

.waves-icon-34 {
  width: 32px;
  height: 32px;
  margin-right: 0;
}

.waves---mg-bottom-17 {
  margin-bottom: 16px;
}

.waves-tile-feature-7 {
  grid-row-gap: 16px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
}

.waves---grid-features-7 {
  grid-column-gap: 24px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 80px;
}

.waves---paragraph-big-3 {
  text-align: center;
  font-size: 20px;
  line-height: 130%;
}

.waves---limit-510 {
  max-width: 510px;
}

.waves---heading-2-no-margins-2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  line-height: 130%;
}

.waves---center-heading-2 {
  grid-row-gap: 16px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.waves---main-container-7 {
  max-width: 1352px;
  padding-left: 0;
  padding-right: 0;
}

.waves---section-medium {
  border-top: 2px solid var(--main-grün);
  padding-top: 20px;
  padding-bottom: 100px;
  display: none;
}

.list {
  text-align: left;
  padding-left: 0;
}

.list._3 {
  padding-right: 40px;
}

.waves---heading-3-no-margins-6 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 120%;
}

.waves-icon-35 {
  width: 34px;
  height: 34px;
}

.waves-tile-feature-1 {
  grid-row-gap: 16px;
  flex-direction: column;
  align-items: flex-start;
  padding-right: 32px;
  display: flex;
}

.waves-grid-features-1 {
  grid-column-gap: 22px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.25fr 1.25fr;
}

.waves---cta-dark-3 {
  height: 52px;
  background-color: var(--waves-library-black);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: 8px 24px;
  font-size: 16px;
  font-weight: 700;
  transition: background-color .2s;
  display: flex;
}

.waves---cta-dark-3:hover {
  background-color: rgba(19, 19, 19, .9);
}

.waves---sides-heading-button {
  text-align: left;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding-right: 0;
  display: flex;
}

.waves---mg-bottom-100 {
  margin-bottom: 60px;
  margin-right: 0;
}

.flex-block {
  width: 100px;
  background-color: var(--waves-library-white);
  padding-top: 1px;
  padding-bottom: 1px;
}

.flex-block.green {
  background-color: var(--main-grün);
}

.waves---cta-white-2 {
  height: 52px;
  background-color: var(--waves-library-white);
  color: var(--waves-library-black);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: 8px 24px;
  font-size: 16px;
  font-weight: 700;
  display: flex;
}

.waves---cta-white-2.wide-cta {
  min-width: 200px;
}

.waves---mg-top-34 {
  margin-top: 16px;
}

.waves---subtitle-4 {
  font-size: 24px;
  line-height: 40px;
}

.waves---limit-511 {
  width: 100%;
  max-width: 800px;
}

.waves---mega-heading-4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 100px;
  line-height: 115%;
}

.waves-title-wrap-hero-6 {
  z-index: 1;
  grid-row-gap: 5px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.waves-gradient-hero-6 {
  background-image: linear-gradient(255deg, rgba(19, 19, 19, .1) 22%, rgba(19, 19, 19, .66) 64%, rgba(19, 19, 19, .9));
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.waves-section-hero-6 {
  color: var(--waves-library-white);
  background-image: url('../images/young-couple-their-financial-advisor-using-digital-tablet-during-meeting-home-man-is-wheelchair_1.webp');
  background-position: 50% 0;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 220px;
  padding-bottom: 88px;
  display: block;
  position: relative;
}

.text-span-11 {
  color: var(--main-grün);
  font-weight: 500;
}

.image-40 {
  max-width: 20%;
  margin-bottom: 30px;
}

.container-29 {
  flex-direction: column-reverse;
  justify-content: flex-start;
  align-items: center;
  margin-left: 0;
  display: flex;
}

.flex-block-2 {
  max-width: 50%;
  background-color: var(--main-grün);
  padding-top: 1px;
  padding-bottom: 1px;
}

.flex-block-2.light {
  max-width: 3%;
  background-color: var(--untitled-ui-white);
}

.flex-block-2.light.green {
  max-width: 30%;
  background-color: var(--main-grün);
}

.flex-block-2.light.green.home {
  margin-top: 60px;
}

.container-30 {
  width: 100px;
  background-color: var(--main-grün);
  margin-left: 0;
  padding-top: 2px;
  padding-bottom: 2px;
}

.container-30.white {
  background-color: var(--kütüp-library-white);
}

.uui-layout10_image {
  width: 40rem;
  min-width: 40rem;
  border: .25rem solid var(--untitled-ui-gray900);
  border-radius: .5rem;
  position: absolute;
  top: 3rem;
  bottom: auto;
  left: 3rem;
  right: auto;
}

.uui-layout10_image.shadow-xlarge {
  width: 40rem;
  max-width: 70%;
  min-width: 30rem;
  border-color: var(--main-grün);
  top: 1rem;
  left: 1rem;
}

.uui-layout10_image-wrapper {
  height: 100%;
  min-height: 27rem;
  background-color: rgba(166, 215, 199, .32);
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}

.uui-button-7 {
  grid-column-gap: .5rem;
  border: 1px solid var(--untitled-ui-primary600);
  background-color: var(--untitled-ui-primary600);
  color: var(--untitled-ui-white);
  text-align: center;
  white-space: nowrap;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  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: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px rgba(16, 24, 40, .05);
}

.uui-button-7:hover {
  border-color: var(--untitled-ui-primary700);
  background-color: var(--untitled-ui-primary700);
}

.uui-button-7:focus {
  background-color: var(--untitled-ui-primary600);
  box-shadow: 0 1px 2px 0 rgba(16, 24, 40, .05), 0 0 0 4px var(--untitled-ui-primary100);
}

.uui-button-secondary-gray-6 {
  grid-column-gap: .5rem;
  border: 1px solid var(--untitled-ui-gray300);
  background-color: var(--untitled-ui-white);
  color: var(--untitled-ui-gray700);
  text-align: center;
  white-space: nowrap;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  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: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px rgba(16, 24, 40, .05);
}

.uui-button-secondary-gray-6:hover {
  background-color: var(--untitled-ui-gray50);
  color: var(--untitled-ui-gray800);
}

.uui-button-secondary-gray-6:focus {
  background-color: var(--untitled-ui-white);
  box-shadow: 0 1px 2px 0 rgba(16, 24, 40, .05), 0 0 0 4px var(--untitled-ui-gray100);
}

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

.uui-button-row-9.is-reverse-mobile-landscape.leistungen {
  border-top: 1px none var(--black);
  justify-content: center;
  margin-top: 40px;
}

.uui-button-row-9.is-reverse-mobile-landscape.leistungen._1 {
  border-top-width: 1px;
  border-top-color: var(--waves-library-white);
}

.uui-button-row-9.is-reverse-mobile-landscape.centered {
  justify-content: center;
  margin-top: 40px;
  margin-left: 0;
}

.uui-button-row-9.is-reverse-mobile-landscape.home {
  justify-content: center;
  margin-top: 60px;
  padding-top: 10px;
}

.uui-space-medium-3 {
  width: 100%;
  min-height: 2rem;
}

.uui-text-size-large-7 {
  color: var(--untitled-ui-gray600);
  letter-spacing: normal;
  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: 1.125rem;
  line-height: 1.5;
}

.uui-space-xsmall-8 {
  width: 100%;
  min-height: 1rem;
}

.uui-heading-medium-8 {
  color: var(--untitled-ui-gray900);
  margin-top: 0;
  margin-bottom: 0;
  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: 2.25rem;
  font-weight: 600;
  line-height: 1.3;
}

.uui-space-small-7 {
  width: 100%;
  min-height: 1.5rem;
}

.uui-icon-1x1-xsmall-8 {
  width: 1.5rem;
  height: 1.5rem;
}

.uui-icon-featured-outline-large-7 {
  width: 3.5rem;
  height: 3.5rem;
  color: var(--untitled-ui-primary600);
  background-color: #e3f2ed;
  border: .5rem solid rgba(166, 215, 199, .23);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.uui-layout10_component {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.uui-padding-vertical-xhuge-10 {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.uui-container-large-10 {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.uui-page-padding-10 {
  padding-left: 5rem;
  padding-right: 5rem;
}

.waves---heading-3-no-margins-7 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 120%;
}

.waves-name-wrap-team-1 {
  grid-row-gap: 8px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.waves-image-team-1 {
  width: 80%;
  height: auto;
  max-width: 100%;
  border-radius: 8px;
  margin-right: auto;
}

.waves-image-team-1.hide {
  display: none;
}

.waves-tile-team-1 {
  grid-row-gap: 24px;
  border: 2px solid var(--main-grün);
  text-align: center;
  background-color: rgba(142, 185, 171, .31);
  border-radius: 12px;
  flex-direction: column;
  align-items: center;
  padding: 24px;
  display: flex;
}

.waves-grid-team-1 {
  grid-column-gap: 32px;
  grid-row-gap: 48px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  margin-top: 64px;
}

.hero-heading-right {
  background-color: #dde9e5;
  border-bottom: 1px solid #e4ebf3;
  padding: 60px 100px;
  position: relative;
}

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

.hero-wrapper-3 {
  justify-content: space-between;
  align-items: center;
  padding-left: 20px;
  padding-right: 40px;
  display: flex;
}

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

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

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

.button-primary-7 {
  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-7:hover {
  color: #fff;
  background-color: #32343a;
}

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

.text-span-12, .text-span-13 {
  font-weight: 500;
}

.image-41 {
  display: none;
}

.button-primary-8 {
  color: #1c1c1c;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #a6d7c7;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  margin-left: 0;
  margin-right: 0;
  padding: 10px 20px;
  font-family: Manrope, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
  transition: all .2s;
  display: flex;
}

.button-primary-8:hover {
  color: #73604b;
  background-color: #d8decd;
}

.button-primary-8:active {
  color: #d8decd;
  background-color: #73604b;
}

.button-primary-8.nav {
  color: #131313;
  background-color: #a6d7c7;
  border-radius: 10px;
  margin-top: 0;
  padding-left: 20px;
  padding-right: 20px;
}

.button-primary-8.nav:hover {
  background-color: var(--hover-anfragen);
}

.main-nav-inner-3 {
  height: 100%;
  flex-wrap: nowrap;
  flex: 0 auto;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.main-nav-3 {
  height: 100px;
  background-color: #fff;
  border-bottom: 1px solid #c1c2c5;
  flex-direction: column;
  justify-content: center;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.image-42 {
  position: relative;
  left: 31px;
}

.container-32 {
  width: 100px;
  background-color: #a6d7c7;
  margin-left: 0;
  padding-top: 2px;
  padding-bottom: 2px;
}

.image-43 {
  max-width: 200px;
}

.main-nav__menu-3 {
  justify-content: center;
  padding-left: 40px;
  padding-right: 40px;
  text-decoration: none;
  display: flex;
  position: relative;
  left: -37px;
}

.nav-link-3 {
  color: #131313;
  text-transform: uppercase;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 15px;
  font-weight: 400;
  text-decoration: none;
}

.nav-link-3.projekte {
  display: none;
}

.heading-2-copy-2 {
  height: auto;
  color: #a6d7c7;
  text-shadow: 0 8px 14px rgba(28, 28, 28, .71);
  border-left: 5px #a6d7c7;
  flex: 0 auto;
  align-items: center;
  padding-bottom: 10px;
  padding-left: 0;
  font-size: 3em;
  font-weight: 500;
  line-height: 1.1;
  display: flex;
  position: relative;
  top: 0;
}

.container-33 {
  flex-direction: column-reverse;
  justify-content: flex-start;
  align-items: center;
  margin-left: 0;
  display: flex;
}

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

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

.features-wrapper-two {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.features-left {
  max-width: 40%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

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

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

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

.features-right {
  max-width: 46%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: -16px;
  display: flex;
}

.features-block-two {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 16px;
  display: flex;
}

.features-image {
  width: 80px;
  height: 80px;
  object-fit: cover;
  margin-right: 16px;
}

.waves---heading-3-no-margins-8 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 120%;
}

.waves-icon-36 {
  width: 32px;
  height: 32px;
}

.waves---mg-bottom-101 {
  margin-bottom: 16px;
}

.waves-tile-small-feature-7 {
  grid-row-gap: 16px;
  background-color: var(--waves-library--dark-elevation);
  border-radius: 12px;
  flex-direction: column;
  align-items: flex-start;
  padding: 36px 32px;
  display: flex;
}

.image-vertical-feature-7 {
  width: 100%;
}

.waves-inside-tile-vertical-features-7 {
  z-index: 2;
  grid-row-gap: 16px;
  flex-direction: column;
  align-items: center;
  padding-left: 32px;
  padding-right: 32px;
  display: flex;
  position: relative;
}

.waves-vertical-tile-features-7 {
  grid-row-gap: 24px;
  background-color: var(--waves-library--dark-elevation);
  text-align: center;
  border-radius: 12px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding-top: 36px;
  padding-bottom: 0;
  display: flex;
}

.waves-image-wide-feature-7 {
  z-index: 1;
  width: 50%;
  max-height: 100%;
  object-fit: contain;
  object-position: 50% 100%;
  margin-top: auto;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.waves-inside-wide-feature-7 {
  z-index: 2;
  width: 100%;
  max-width: 365px;
  grid-row-gap: 16px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.waves-wide-tile-features-7 {
  min-height: 410px;
  background-color: var(--waves-library--dark-elevation);
  border-radius: 12px;
  flex-direction: column;
  align-items: flex-start;
  padding: 36px 32px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.waves---grid-features-8 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 80px;
}

.waves---cta-dark-4 {
  height: 52px;
  background-color: var(--waves-library-black);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: 8px 24px;
  font-size: 16px;
  font-weight: 700;
  transition: background-color .2s;
  display: flex;
}

.waves---cta-dark-4:hover {
  background-color: rgba(19, 19, 19, .9);
}

.waves---cta-dark-4.wide-cta {
  min-width: 200px;
}

.waves---heading-2-no-margins-3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  line-height: 130%;
}

.waves---sides-heading-button-2 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.waves---main-container-8 {
  max-width: 1352px;
  padding-left: 24px;
  padding-right: 24px;
}

.waves---section-medium-2 {
  background-color: var(--main-grün);
  padding-top: 0;
  padding-bottom: 0;
}

.uui-text-size-medium-9 {
  color: var(--untitled-ui-gray600);
  text-align: center;
  letter-spacing: normal;
  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: 1rem;
  line-height: 1.5;
}

.uui-space-xxsmall-7 {
  width: 100%;
  min-height: .5rem;
}

.uui-heading-xxsmall-6 {
  color: var(--untitled-ui-gray900);
  letter-spacing: normal;
  margin-top: 0;
  margin-bottom: 0;
  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: 1.25rem;
  font-weight: 600;
  line-height: 1.5;
}

.uui-space-small-8 {
  width: 100%;
  min-height: 1.5rem;
}

.uui-icon-1x1-xsmall-9 {
  width: 1.5rem;
  height: 1.5rem;
}

.uui-icon-featured-outline-large-8 {
  width: 3.5rem;
  height: 3.5rem;
  color: var(--untitled-ui-primary600);
  background-color: rgba(190, 224, 213, .51);
  border: .5rem solid rgba(166, 215, 199, .77);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.uui-layout82_item {
  flex-direction: column;
  align-items: center;
}

.uui-layout82_list {
  width: 100%;
  grid-column-gap: 2rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
}

.uui-button-8 {
  grid-column-gap: .5rem;
  border: 1px solid var(--untitled-ui-primary600);
  background-color: var(--untitled-ui-primary600);
  color: var(--untitled-ui-white);
  text-align: center;
  white-space: nowrap;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  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: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px rgba(16, 24, 40, .05);
}

.uui-button-8:hover {
  border-color: var(--untitled-ui-primary700);
  background-color: var(--untitled-ui-primary700);
}

.uui-button-8:focus {
  background-color: var(--untitled-ui-primary600);
  box-shadow: 0 1px 2px 0 rgba(16, 24, 40, .05), 0 0 0 4px var(--untitled-ui-primary100);
}

.uui-button-secondary-gray-7 {
  grid-column-gap: .5rem;
  border: 1px solid var(--untitled-ui-gray300);
  background-color: var(--untitled-ui-white);
  color: var(--untitled-ui-gray700);
  text-align: center;
  white-space: nowrap;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  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: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px rgba(16, 24, 40, .05);
}

.uui-button-secondary-gray-7:hover {
  background-color: var(--untitled-ui-gray50);
  color: var(--untitled-ui-gray800);
}

.uui-button-secondary-gray-7:focus {
  background-color: var(--untitled-ui-white);
  box-shadow: 0 1px 2px 0 rgba(16, 24, 40, .05), 0 0 0 4px var(--untitled-ui-gray100);
}

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

.uui-button-row-10.button-row-center {
  justify-content: center;
}

.uui-space-medium-4 {
  width: 100%;
  min-height: 2rem;
}

.uui-text-size-large-8 {
  color: var(--untitled-ui-gray600);
  letter-spacing: normal;
  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: 1.125rem;
  line-height: 1.5;
}

.uui-space-xsmall-9 {
  width: 100%;
  min-height: 1rem;
}

.uui-heading-medium-9 {
  color: var(--untitled-ui-gray900);
  margin-top: 0;
  margin-bottom: 0;
  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: 2.25rem;
  font-weight: 600;
  line-height: 1.3;
}

.uui-heading-subheading-6 {
  color: var(--untitled-ui-primary600);
  margin-bottom: .75rem;
  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: 1rem;
  font-weight: 600;
  line-height: 1.5;
}

.uui-layout82_content {
  flex-direction: column;
  align-items: center;
}

.uui-layout82_component {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  justify-items: start;
  display: grid;
}

.uui-padding-vertical-xhuge-11 {
  padding-top: 2rem;
  padding-bottom: 7rem;
}

.uui-container-large-11 {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.uui-page-padding-11 {
  background-color: var(--light-green-section);
  padding-top: 100px;
  padding-left: 8rem;
  padding-right: 8rem;
}

.uui-layout74_item {
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.uui-layout74_list {
  width: 100%;
  grid-column-gap: 2rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  justify-items: center;
  margin-top: 4rem;
  margin-bottom: 4rem;
  display: grid;
}

.uui-max-width-large-5 {
  width: 100%;
  max-width: 50rem;
  text-align: center;
}

.uui-text-align-center-4 {
  border-bottom: 3px none var(--main-grün);
  text-align: center;
}

.uui-layout74_component {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.uui-section_layout74 {
  margin-top: 0;
  margin-bottom: 20px;
}

.waves-text-field-background {
  height: 52px;
  border: 1px solid var(--waves-library-black);
  background-color: var(--waves-library--background);
  color: var(--waves-library-black);
  border-radius: 8px;
  margin: 0;
  font-size: 16px;
}

.waves-text-field-background:focus {
  border-color: var(--waves-library-black);
  color: var(--waves-library-black);
}

.waves-text-field-background.field-cta-1 {
  min-width: 260px;
}

.waves-form-cta-1 {
  grid-column-gap: 8px;
  align-items: center;
  display: flex;
}

.waves---form-block-cta-1 {
  margin-top: 40px;
  margin-bottom: 32px;
}

.waves---paragraph-big-4 {
  font-size: 20px;
  line-height: 130%;
}

.waves---left-cta-1 {
  width: 100%;
  max-width: 50rem;
  grid-row-gap: 16px;
  border-bottom: 3px solid var(--main-grün);
  text-align: left;
  flex-direction: column;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  padding-right: 60px;
  display: flex;
}

.waves---master-cta-1 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.text-span-14 {
  color: var(--black);
  font-size: 30px;
  font-weight: 500;
}

.walsh-icon-arrow {
  height: 12px;
  margin-top: 2px;
  margin-left: 10px;
}

.walsh-link-wrapper {
  color: rgba(0, 0, 0, .85);
  white-space: nowrap;
  border-bottom: 1px dashed #c5c5c5;
  justify-content: space-between;
  align-items: center;
  padding-top: 5px;
  padding-bottom: 5px;
  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: 1.2em;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

.walsh-link-wrapper:hover {
  color: rgba(87, 85, 85, .85);
  padding-right: 0;
}

.walsh-button-hover-fill {
  width: 5em;
  height: 5em;
  background-color: #000;
  border-radius: 100%;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: -100%;
  bottom: auto;
  left: -46%;
  right: auto;
}

.walsh-icon-arrow-flip {
  height: 12px;
}

.walsh-arrow-wrapper {
  height: 12px;
  grid-row-gap: 0px;
  flex-direction: column;
  flex: none;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.walsh-label-button {
  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: 1.2em;
}

.walsh-button-label-wrapper {
  z-index: 4;
  grid-column-gap: 8px;
  align-items: center;
  display: flex;
  position: relative;
}

.walsh-link-block-green {
  background-color: var(--walsh--walsh-light-green);
  color: #000;
  text-align: center;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 20px 32px;
  text-decoration: none;
  transition: background-color .2s cubic-bezier(.645, .045, .355, 1);
  display: flex;
  position: relative;
  overflow: hidden;
}

.walsh-link-block-green:hover {
  color: #000;
  background-color: #ffbba6;
}

.walsh-hero-div-block {
  grid-column-gap: 1.25em;
  justify-content: flex-end;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.walsh-main-paragraph {
  color: rgba(0, 0, 0, .6);
  letter-spacing: 0;
  font-family: Merriweather, serif;
  font-size: 1.45em;
  line-height: 1.5;
}

.walsh-heading-large {
  color: var(--walsh--black);
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  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: 4.8em;
  font-weight: 700;
  line-height: 1;
}

.walsh-title-tag {
  color: var(--walsh--black);
  font-size: 1.2em;
  font-weight: 500;
}

.walsh-bullet-tag {
  width: 12px;
  height: 12px;
  background-color: var(--walsh--black);
  border-radius: 100px;
}

.walsh-flex-tag {
  grid-column-gap: 10px;
  align-items: center;
  display: flex;
}

.walsh-inner-rounded-banner {
  height: 100%;
  grid-row-gap: 1.5em;
  text-align: left;
  flex-direction: column;
  flex: 1;
  align-self: center;
  align-items: flex-start;
  padding: 6em 6em 3em;
  display: flex;
}

.walsh-image-hero {
  max-height: 45em;
  border: 1px #000;
  border-radius: 0;
}

.walsh-inner-rounded-img-float {
  max-width: 50%;
  grid-row-gap: 1.5em;
  text-align: left;
  flex-direction: column;
  flex: 1;
  align-items: center;
  padding-top: 4em;
  padding-bottom: 2em;
  padding-right: 4em;
  display: flex;
}

.walsh-rounded-box-banner {
  width: 100%;
  max-width: 1480px;
  grid-row-gap: 1em;
  text-align: center;
  background-color: #fff;
  border-radius: 15px;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  overflow: hidden;
}

.walsh-container {
  z-index: 2;
  width: 100%;
  max-width: 1480px;
  flex: none;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  position: relative;
}

.section-9 {
  padding-top: 6rem;
}

.section-9.bg-purple {
  background-color: #c084fc;
}

.section-9.bg-red.pt-0 {
  background-color: #f1faf7;
}

.paragraph-1-25 {
  font-size: 1.25rem;
}

.pt-0 {
  padding-top: 0;
}

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

.transition {
  height: 100%;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.transition.mt-extra {
  background-color: var(--light-green-main);
  margin-top: 6rem;
  display: block;
}

.logo {
  height: 64px;
  justify-content: center;
  margin-bottom: 1em;
  display: flex;
}

.transition_wrapper {
  height: 10rem;
}

.container-36 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.footer-heading {
  font-weight: 400;
}

.section-10 {
  width: 100%;
  clear: left;
  background-color: #e9e9e9;
  position: relative;
}

.section-10.open-sans {
  color: #686868;
  background-color: #fff;
  font-family: Open Sans, sans-serif;
}

.hold-social-media-logos {
  width: 100%;
  max-width: 200px;
  clear: left;
  margin-top: 10px;
  margin-bottom: 10px;
  display: block;
  position: relative;
}

.line-block {
  width: 80px;
  height: 1px;
  max-width: 100%;
  background-color: #a7a7a7;
  margin-top: 0;
  margin-bottom: 5px;
}

.company-footer-logo {
  width: 220px;
  height: 100px;
  clear: left;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.text-block-16 {
  color: gray;
}

.styled-footer-link {
  color: gray;
  margin-top: 5px;
  text-decoration: none;
  display: block;
}

.label {
  color: #fcfcfc;
  background-color: #7c7c7c;
  border-radius: 3px;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 10px;
  padding: 10px;
  display: inline-block;
}

.social-media-logo-20 {
  width: 20%;
  padding-left: 0;
  padding-right: 10px;
}

.hold-a-footer {
  width: 100%;
  clear: left;
  background-color: #fff;
  border-top: 1px solid #d4d4d4;
  position: relative;
}

.column, .column-2 {
  text-align: center;
}

.column-3 {
  text-align: left;
}

.text-info-final {
  color: #9c9c9c;
  letter-spacing: .05em;
  padding-top: 0;
  padding-bottom: 0;
  font-size: .75em;
  font-weight: 500;
  line-height: 1.5;
}

.heading-footer {
  text-align: center;
  letter-spacing: .1em;
  white-space: nowrap;
  flex-direction: column;
  font-size: 4em;
  line-height: 1.2;
  display: flex;
}

.gdpr-text-wrapper {
  width: 100%;
  justify-content: space-around;
  align-items: baseline;
  display: flex;
  overflow: hidden;
}

.container-37 {
  width: 1560px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 5em;
}

.container-37.footer-copywriting {
  width: auto;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  padding-left: 5.21em;
  padding-right: 5.21em;
}

.container-37.footer {
  width: auto;
  background-color: #fff;
  border-top: 2px solid #a6d7c7;
  border-bottom: 2px solid #a6d7c7;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.social-wrapper {
  width: 50%;
  align-items: baseline;
  padding-right: 0;
  display: flex;
}

.grid_item {
  width: 100%;
  padding: 1.5em;
}

.grid_item.subscribe-heading {
  width: 100%;
  justify-content: center;
  align-items: center;
  padding: 1.5em;
  display: flex;
}

.grid_item.text-links {
  width: 50%;
  border-right: 2px solid #a6d7c7;
  justify-content: center;
  align-items: baseline;
  padding: 2em 5.21em;
  display: flex;
}

.grid_item.contact-social {
  width: 50%;
  flex-direction: column;
  padding: 0;
  display: flex;
}

.grid_item.footer-copywriting {
  height: 13em;
  justify-content: space-between;
  align-items: center;
  padding: 2em 0 0;
  display: flex;
}

.grid_item.subscribe-form {
  justify-content: center;
  align-items: center;
  padding-top: 3.5em;
  padding-left: 10em;
  padding-right: 10em;
  display: flex;
}

.form {
  position: static;
}

.form-block {
  width: 44em;
  position: relative;
}

.logo-middle {
  width: 11.9em;
  mix-blend-mode: normal;
}

.grid-10.footer-text-contact {
  display: flex;
}

.contact-social {
  width: 100%;
  padding-top: 5em;
  padding-bottom: 5em;
}

.contact-social.column-2-vertical {
  width: auto;
  height: 50%;
  justify-content: flex-start;
  align-items: center;
  padding: 0 5.21em 0 6.93em;
  display: flex;
}

.contact-social.column-1-vertical {
  width: auto;
  height: 50%;
  border-bottom: 2px solid #a6d7c7;
  align-items: center;
  padding: 5em 5.21em 5em 6.93em;
  display: flex;
}

.text-link-footer {
  color: var(--black);
  text-align: center;
  letter-spacing: .25em;
  padding-top: 1.5em;
  padding-bottom: 1.5em;
  font-size: .75em;
  line-height: 1.5;
}

.text-link-footer:hover {
  font-weight: 500;
}

.submit-button {
  height: 5em;
  color: #7e7e7e;
  letter-spacing: .2em;
  text-transform: uppercase;
  background-color: rgba(56, 152, 236, 0);
  border: 2px solid #ebeaea;
  border-radius: .8em;
  padding: .3em 2em 0;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.text-gdpr {
  color: var(--black);
  letter-spacing: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-size: .8em;
  font-weight: 300;
  line-height: 1.5;
  text-decoration: none;
}

.text-gdpr:hover {
  font-weight: 400;
}

.link-2 {
  text-decoration: none;
  overflow: visible;
}

.text-link_wrapper {
  display: flex;
}

.text-link_wrapper.column-2 {
  width: 50%;
  flex-direction: column;
  align-items: flex-start;
  padding-left: 5em;
  display: flex;
}

.text-link_wrapper.column-1 {
  width: 50%;
  flex-direction: column;
  display: flex;
}

.contact-text {
  color: var(--black);
  letter-spacing: .1em;
  padding-top: .31em;
  padding-bottom: .31em;
  font-size: .75em;
  line-height: 1.5;
}

.wrapper-text-final {
  overflow: hidden;
}

.social-icon {
  width: 4.2em;
  opacity: 1;
  align-items: baseline;
  padding-right: 2.71em;
  display: flex;
}

.contact-wrapper {
  width: 50%;
  flex-direction: column;
  align-items: flex-end;
  padding-top: 1.5em;
  display: flex;
  overflow: hidden;
}

.text-field {
  z-index: 0;
  width: 25em;
  height: 5em;
  color: #cacbcb;
  letter-spacing: .2em;
  background-color: rgba(255, 255, 255, 0);
  border: 2px solid #ebeaea;
  border-radius: .8em;
  margin-bottom: 0;
  padding: .3em 0 0 2.1em;
  font-size: 1vw;
  line-height: 1.3;
  position: relative;
}

.text-field::-ms-input-placeholder {
  color: #cacbcb;
  font-size: .8em;
}

.text-field::placeholder {
  color: #cacbcb;
  font-size: .8em;
}

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

.vertical-divider {
  font-weight: 200;
}

.waves---paragraph-regular {
  font-size: 18px;
  line-height: 130%;
}

.waves---heading-3-no-margins-9 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 120%;
}

.waves-icon-64 {
  width: 46px;
  height: 46px;
}

.waves---mg-bottom-102 {
  margin-bottom: 16px;
}

.waves-tile-contact-3 {
  grid-row-gap: 5px;
  color: var(--black);
  background-color: #e1efea;
  border-radius: 12px;
  flex-direction: column;
  align-items: center;
  padding: 30px 24px;
  text-decoration: none;
  display: flex;
}

.waves-grid-contact-3 {
  grid-column-gap: 32px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 64px;
}

.waves---paragraph-big-5 {
  font-size: 20px;
  line-height: 130%;
}

.waves---heading-2-no-margins-4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  line-height: 130%;
}

.waves---center-heading-3 {
  grid-row-gap: 16px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.waves---main-container-9 {
  max-width: 1352px;
  padding-left: 24px;
  padding-right: 24px;
}

.waves---section-medium-3 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.kontakt-section {
  padding: 100px 60px;
}

.container-38 {
  margin-left: 0;
}

.page-wrapper-3 {
  width: 100%;
  object-fit: fill;
  overflow: hidden;
}

.wtf-hero-parent {
  width: 100%;
  background-color: var(--main-grün);
  background-image: linear-gradient(rgba(27, 44, 39, .63), rgba(27, 44, 39, .63)), url('../images/close-up-disabled-people-playing-basketball_1.webp');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  padding: 10vh 100px;
}

.wtf-hero-parent._1 {
  background-color: #000;
}

.wtf-hero-parent._2 {
  background-image: linear-gradient(rgba(27, 44, 39, .63), rgba(27, 44, 39, .63)), url('../images/closeup-support-hands_1.webp');
  background-position: 0 0, 0 100%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.container-md {
  width: 85%;
  align-items: flex-end;
  margin-left: auto;
  margin-right: auto;
}

.wtf-text-line {
  color: #646464;
}

.wtf-para {
  color: var(--black);
  letter-spacing: 1px;
  margin-top: 4rem;
  margin-bottom: 4rem;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.5;
}

.wtf-para._1 {
  color: #b6c9c2;
}

.entwurf {
  color: #cc2525;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 40px;
  font-weight: 700;
  text-decoration: none;
}

.white-flex {
  background-color: var(--main-grün);
  margin-bottom: 0;
  margin-left: 0;
  padding: 1px 60px;
}

.bold-text-4 {
  color: var(--black);
  font-weight: 500;
}

.html-embed-2 {
  margin-bottom: 0;
}

.container-39 {
  padding-bottom: 100px;
}

.teams-ohne-biler {
  padding-top: 20px;
  padding-bottom: 100px;
}

@media screen and (min-width: 1280px) {
  .button-primary-3:hover {
    background-color: var(--beige);
    color: var(--untitled-ui-white);
  }

  .button-primary-3:active {
    color: var(--dim-grey);
  }

  .button-primary-5.mehr-zu-unseren-leistungen-und-pakete:hover {
    background-color: var(--beige);
  }

  .button-primary-8:hover {
    color: #fff;
    background-color: #d8decd;
  }

  .button-primary-8:active {
    color: #73604b;
  }
}

@media screen and (min-width: 1440px) {
  .footer-link-2:hover {
    color: #a7ae90;
  }

  .footer-link-2.w--current {
    font-size: 16px;
  }

  .footer-link-2-copy:hover, .footer-link-2-co23:hover, .footer-link-2-copy:hover, .footer-link-2-copy-copy:hover, .footer-link-2-copy-copy-copy:hover, .footer-link-2-copy89:hover, .footer-link-2-co23-copy323:hover {
    color: #a7ae90;
  }
}

@media screen and (min-width: 1920px) {
  .nav-link:hover {
    color: #73604b;
  }

  .nav-link.w--current {
    font-size: 18px;
  }

  .footer-link-2:hover {
    color: #a7ae90;
  }

  .footer-link-2.w--current {
    font-size: 18px;
  }

  .footer-link-2-copy:hover, .footer-link-2-co23:hover, .footer-link-2-copy:hover, .footer-link-2-copy-copy:hover, .footer-link-2-copy-copy-copy:hover, .footer-link-2-copy89:hover, .footer-link-2-co23-copy323:hover {
    color: #a7ae90;
  }

  .nav-link-3:hover {
    color: #73604b;
  }

  .nav-link-3.w--current {
    font-size: 18px;
  }
}

@media screen and (max-width: 991px) {
  body {
    font-size: .87rem;
  }

  .gutter-outside {
    padding-left: 6vw;
    padding-right: 6vw;
  }

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

  .intro {
    max-width: none;
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .hero__background-image-wrapper {
    justify-content: center;
    align-items: flex-start;
    padding-right: 0;
    position: relative;
  }

  .hero__background-image-wrapper.main {
    align-items: flex-end;
    position: relative;
  }

  .hero__grid-left {
    max-width: none;
    display: block;
  }

  .hero__grid-left.hero {
    max-width: none;
    align-items: center;
  }

  .main-nav__logo {
    z-index: 1000;
    border-right-style: none;
  }

  .main-nav__menu {
    z-index: 99;
    position: relative;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .page-wrapper.wiewirarbeiten {
    border-top: 3px none var(--black);
    background-color: #e9ece3;
    border-top: 3px #1c1c1c;
    padding: 0 54px 50px;
  }

  .main-section.main-hero, .main-section.main-hero-copy, .main-section.main-hero, .main-section.main-hero-copy {
    height: auto;
    min-height: auto;
    padding-top: 0;
    padding-bottom: 0;
  }

  .main-nav {
    z-index: 999;
    height: 80px;
    display: none;
  }

  .hero__background-image {
    flex: 0 auto;
  }

  .hero__grid {
    height: auto;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    padding-left: 6vw;
    padding-right: 6vw;
  }

  .main-nav__link {
    color: #fff;
    transition: opacity .4s;
  }

  .main-nav__link:hover {
    opacity: .7;
  }

  .hero-parallax {
    position: relative;
    overflow: hidden;
  }

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

  .footer-flex-col.about {
    min-width: 40%;
  }

  .waves---mega-heading-1 {
    font-size: 72px;
    line-height: 110%;
  }

  .waves-section-hero-5 {
    padding-top: 240px;
  }

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

  .button-primary.mehr-zu-unseren-leistungen-und-pakete {
    width: 400px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .uui-padding-vertical-xhuge {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

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

  .testimonial-left {
    width: 40%;
    margin-right: 40px;
  }

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

  .uui-layout96_content {
    grid-row-gap: 1.25rem;
    grid-template-columns: 1fr;
  }

  .uui-padding-vertical-xhuge-2 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .card_row {
    padding-left: 0;
  }

  .container_p {
    flex-direction: column;
  }

  .text_features {
    font-size: 1rem;
  }

  .h1_features {
    font-size: 1.2rem;
    font-weight: 500;
  }

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

  .card_col_2 {
    padding-right: 0;
  }

  .col_60 {
    width: 100%;
    padding-top: 80px;
    padding-bottom: 0;
    padding-left: 0;
  }

  .udesly-handlebar-wrapper {
    height: 500px;
  }

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

  .uui-padding-vertical-xhuge-3 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .after_mobile {
    width: 100%;
    background-position: 50% 60%;
    background-size: auto 40vh;
    display: block;
  }

  .after {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    background-attachment: scroll;
  }

  .global-padding {
    padding-left: 24px;
    padding-right: 24px;
  }

  .before_mobile {
    width: 100%;
    background-position: 50% 60%;
    background-size: auto 40vh;
    display: block;
  }

  .before {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    background-attachment: scroll;
  }

  .cd-image-2, .cd-image-container {
    width: 768px;
  }

  .cd-image-label {
    padding-left: 40px;
    padding-right: 40px;
  }

  .example_component, .splitter_component, .splitter_component.is-radius, .splitter_image.is-after {
    width: 85vw;
  }

  .splitter_before {
    width: 80vw;
  }

  .waves-bottom-right-hero-3 {
    align-items: center;
  }

  .waves-bottom-hero-3 {
    grid-row-gap: 40px;
    flex-direction: column;
    align-items: center;
  }

  .waves---mega-heading-2 {
    font-size: 72px;
    line-height: 110%;
  }

  .waves---section-hero-primary {
    text-align: center;
  }

  .zitat-vert-padding {
    padding-top: 0;
    padding-bottom: 4rem;
  }

  .home-wrapper {
    padding-top: 3px;
  }

  .container-6 {
    height: auto;
  }

  .home-component {
    height: 100vh;
  }

  .process-step._3._1 {
    padding-top: 0;
    position: relative;
    top: 11px;
  }

  .process-step._5._1 {
    align-items: center;
    margin-top: -1px;
    padding-top: 0;
  }

  .process-step._4 {
    padding-right: 10px;
  }

  .process-step._4._1 {
    top: auto;
    left: auto;
  }

  .process-step._6._1 {
    padding-top: 0;
  }

  .process-step._2 {
    padding-top: 0;
    position: relative;
    top: -3px;
  }

  .process-step._1 {
    justify-items: start;
    padding-top: 0;
  }

  .end-wrapper {
    display: none;
  }

  .heading-8 {
    text-align: left;
    padding-top: 20px;
    padding-bottom: 20px;
    font-family: Montserrat, sans-serif;
    font-size: 2em;
    font-weight: 400;
  }

  .paragraph-3 {
    text-align: left;
    font-family: Montserrat, sans-serif;
    font-size: 1rem;
    font-weight: 300;
  }

  .container-7 {
    margin-bottom: 0;
  }

  .hero-white-living.wiewirarbeiten {
    border-top: 3px none var(--black);
    background-color: #e9ece3;
    padding-top: 100px;
  }

  .hero__grid-copy {
    height: auto;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    padding-left: 6vw;
    padding-right: 6vw;
  }

  .heading-2-copy {
    height: 61px;
    border-left-width: 5px;
  }

  .uui-faq03_cta-button-row {
    flex: none;
    justify-content: flex-start;
  }

  .uui-faq03_cta-content {
    margin-right: 3rem;
  }

  .uui-uui-faq03_cta {
    grid-column-gap: 3rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .uui-faq03_content {
    grid-column-gap: 3rem;
    grid-row-gap: 4rem;
  }

  .uui-padding-vertical-xhuge-4 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

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

  .uui-layout17_component {
    min-height: auto;
    grid-column-gap: 3rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    align-items: start;
  }

  .waves---subtitle-3._1 {
    text-align: left;
    padding-left: 10px;
    padding-right: 10px;
    line-height: 36px;
  }

  .waves-bottom-right-hero-4 {
    align-items: center;
  }

  .waves-bottom-hero-4 {
    grid-row-gap: 40px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    align-items: center;
  }

  .waves-divider-hero-5._1 {
    margin-top: 40px;
  }

  .waves---mega-heading-3 {
    text-align: left;
    font-size: 32px;
    line-height: 110%;
  }

  .waves---section-hero-primary-2 {
    text-align: center;
  }

  .div-block {
    padding-left: 2%;
    padding-right: 2%;
  }

  .waves---mega-heading-3-copy {
    font-size: 32px;
    line-height: 110%;
  }

  .container-8 {
    padding-right: 0;
  }

  .waves-bottom-hero-4-copy {
    grid-row-gap: 40px;
    flex-direction: column;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
    align-items: center;
  }

  .uui-heading-xxsmall-3 {
    margin-bottom: 1rem;
    font-weight: 500;
  }

  .uui-heading-xxsmall-3._1 {
    margin-bottom: -.6rem;
  }

  .uui-space-xxlarge {
    width: 56%;
    min-height: 2.2rem;
  }

  .uui-layout72_component {
    grid-template-columns: 1fr;
    display: none;
  }

  .uui-layout72_component._1 {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .uui-padding-vertical-xhuge-5 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .hero-heading-left {
    padding-left: 19px;
    padding-right: 19px;
  }

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

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

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

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

  .splitter_component-copy, .splitter_component-copy.is-radius {
    width: 85vw;
  }

  .heading-12 {
    margin-left: 19px;
  }

  .kutup-features-2-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }

  .kutup-grid-3-columns {
    max-width: 100%;
    grid-template-columns: 1fr 1fr;
  }

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

  .kutup-cta-photo._2 {
    background-position: 50% 79%;
  }

  .kutup-cta-3, .kutup-cta-3-copy {
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
  }

  .waves---section-hero-primary-2-copy {
    text-align: center;
  }

  .container-10 {
    max-width: 81%;
  }

  .uui-space-xxlarge-copy {
    min-height: 4.5rem;
  }

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

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

  .uui-padding-vertical-xhuge-6 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .uui-page-padding-5-copy {
    padding-left: 2.1rem;
    padding-right: 2.1rem;
  }

  .waves---section-hero-primary-2-copy-copy {
    text-align: center;
  }

  .before-3, .after-3 {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    background-attachment: scroll;
  }

  .container--full {
    height: 24vh;
  }

  .grid-4 {
    grid-template-columns: minmax(152px, 1.75fr);
  }

  .kutup-social-wrapper-flex {
    margin-top: 35px;
  }

  .kutup-team-content {
    padding-top: 35px;
    padding-bottom: 35px;
  }

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

  .kutup-team-grid-4 {
    max-width: 490px;
    flex-direction: column;
    display: block;
  }

  .section-2 {
    padding-left: 5%;
    padding-right: 5%;
  }

  .hero-impressum, .hero-datenschutz, .hero-projekte, .hero-leistungen, .hero-ueber-uns, .hero__grid-copy-cimpr, .hero__grid-copy-daten {
    height: auto;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    padding-left: 6vw;
    padding-right: 6vw;
  }

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

  .uui-layout19_component {
    min-height: auto;
    grid-column-gap: 3rem;
    flex-direction: column;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    align-items: start;
    display: flex;
  }

  .uui-padding-vertical-xhuge-7 {
    padding-top: 2rem;
    padding-bottom: 6rem;
  }

  .uui-page-padding-7 {
    padding-left: 0;
    padding-right: 0;
  }

  .main-nav__logo-2 {
    z-index: 1000;
    border-right-style: none;
  }

  .main-nav__menu-2 {
    z-index: 99;
    position: relative;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .main-nav-2 {
    z-index: 999;
    height: 80px;
  }

  .hero__grid-2 {
    height: auto;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .paragraph-6, .text-block-12 {
    max-width: 100%;
  }

  .heading-20 {
    max-width: 61%;
  }

  .heading-21 {
    max-width: 432px;
    margin-bottom: 14px;
    font-weight: 400;
    line-height: 37px;
  }

  .einleitung-section-2 {
    min-width: 65%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
  }

  .testimonial-right-2._2 {
    display: none;
  }

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

  .uui-button-secondary-gray-5 {
    position: relative;
  }

  .uui-button-secondary-gray-5.einrichtungs._4._2 {
    left: -47px;
  }

  .uui-button-secondary-gray-5._2 {
    left: 45px;
  }

  .testimonial-left-2 {
    width: 100%;
    grid-template-columns: .25fr 1fr;
    margin-right: 40px;
  }

  .col_60-2 {
    width: 100%;
    padding-top: 80px;
    padding-bottom: 0;
    padding-left: 0;
  }

  .text_features-2 {
    font-size: 1rem;
  }

  .card_base-2 {
    min-height: 31%;
  }

  .h1_features-2 {
    font-size: 1.2rem;
    font-weight: 500;
  }

  .card_row-2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    padding-left: 0;
    display: grid;
  }

  .container_p-2 {
    flex-direction: column;
  }

  .card_title_wrap-2 {
    height: 219px;
    min-height: 186px;
  }

  .padding-0-2 {
    background-position: 153% -22%;
    align-self: center;
    padding-left: 0;
    padding-right: 0;
  }

  .container--full-2 {
    height: 47vh;
  }

  .content-container {
    width: auto;
    max-width: none;
    margin-left: 32px;
    margin-right: 32px;
  }

  .zitat-vert-padding-2 {
    padding-top: 0;
    padding-bottom: 4rem;
  }

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

  .button-primary-5.mehr-zu-unseren-leistungen-und-pakete {
    width: 400px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    font-size: 14px;
    display: flex;
    position: relative;
    top: 14px;
    bottom: -14px;
  }

  .section-3 {
    padding-top: 56px;
    padding-bottom: 56px;
  }

  .section-3.section-overflow {
    padding-top: 19px;
  }

  .step-heading-2 {
    line-height: 1.2;
  }

  .heading-24 {
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
    font-family: Montserrat, sans-serif;
    font-size: 16px;
    font-weight: 400;
  }

  .home-component-2 {
    height: 34vh;
    overflow: visible;
  }

  .home-component-2._2 {
    height: 12vh;
  }

  .container-20 {
    margin-bottom: 0;
  }

  .paragraph-8 {
    text-align: center;
    margin-bottom: 50px;
    font-family: Montserrat, sans-serif;
    font-size: 25px;
    font-weight: 500;
  }

  .process-steps-wrap-2 {
    grid-row-gap: 39px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    position: relative;
    top: 36px;
  }

  .portfolio-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex: none;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .lightbox {
    object-fit: cover;
    overflow: hidden;
  }

  .h1-2 {
    letter-spacing: -5px;
    margin-bottom: 20px;
    font-size: 4rem;
    line-height: 4rem;
  }

  .h1-2.overlay {
    font-size: 15px;
    font-weight: 500;
    display: flex;
  }

  .hidden {
    height: 50vh;
    justify-content: space-between;
    align-items: stretch;
    display: flex;
  }

  .portfolio-image {
    max-width: 100%;
    object-fit: cover;
    display: inline-block;
    overflow: visible;
  }

  .right, .right-mobile {
    width: 80vw;
  }

  .category {
    height: 50vh;
    justify-content: space-between;
    align-items: stretch;
    display: flex;
  }

  .waves---heading-3-no-margins-2 {
    font-size: 18px;
  }

  .waves---paragraph-big-2 {
    font-size: 15px;
  }

  .waves-logo-testimonial-2 {
    height: auto;
    margin-top: -28px;
    margin-bottom: -28px;
  }

  .waves-logo-testimonial-2._2 {
    margin-bottom: -15px;
  }

  .waves-master-testimonial-2 {
    padding-top: 28px;
  }

  .text-block-14 {
    margin-bottom: -24px;
    font-size: 15px;
  }

  .waves---testimonial-text-big-2._2 {
    margin-bottom: -25px;
  }

  .div-block-7 {
    width: 90%;
    max-width: none;
    align-items: center;
    padding-bottom: 0;
  }

  .kontakt-page {
    padding-top: 70px;
  }

  .waves-content-contact-2 {
    padding: 48px 40px;
  }

  .waves---grid-features-5 {
    width: 100%;
    max-width: 430px;
    grid-template-columns: 1fr;
    margin-left: auto;
    margin-right: auto;
  }

  .team-member-image {
    width: 190px;
    height: 190px;
  }

  .footer-logo-2 {
    width: 153px;
  }

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

  .footer-flex-col-2 {
    position: relative;
  }

  .footer-flex-col-2._3 {
    left: -34px;
  }

  .footer-flex-col-2._2 {
    left: 22px;
  }

  .waves-icon-32-copy {
    width: 141px;
    max-width: none;
  }

  .uui-testimonial01_component {
    padding-left: 35px;
    padding-right: 35px;
  }

  .uui-padding-vertical-xhuge-8 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .uui-padding-vertical-xhuge-9 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .div-block-9 {
    max-width: 379px;
    padding: 15px 60px;
  }

  .container-23 {
    max-width: 95%;
    min-width: 65%;
    padding-top: 120px;
    padding-left: 40px;
    padding-right: 30px;
  }

  .section-5 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .portfolio-image-2 {
    max-width: 100%;
    object-fit: cover;
    display: inline-block;
    overflow: visible;
  }

  .grid-5 {
    flex-direction: column;
    grid-template: "Area Area-6"
                   "Area-2 Area-5"
                   "Area-3 Area-4"
                   / 1fr;
    display: flex;
  }

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

  .grid-7 {
    grid-template-columns: .5fr;
    display: block;
  }

  .image-29 {
    left: 537.922px;
  }

  .waves---grid-features-6 {
    width: 100%;
    max-width: 71%;
    grid-column-gap: 24px;
    grid-template-columns: 1fr 1fr 1fr;
    margin-left: auto;
    margin-right: auto;
  }

  .team-member-image-2 {
    width: 190px;
    height: 190px;
  }

  .waves-content-contact-3 {
    padding: 48px 40px;
  }

  .team-member-name-2 {
    font-size: 23px;
  }

  .team-card-2 {
    background-position: 106% -183%;
    background-size: 162px;
    padding-bottom: 60px;
  }

  .waves-icon-33 {
    width: 94%;
    max-width: none;
  }

  .waves---heading-3-no-margins-4 {
    font-size: 12px;
  }

  .para-schritte {
    padding-left: 4px;
  }

  .div-block-12 {
    grid-column-gap: 72px;
    padding-left: 7%;
    padding-right: 7%;
  }

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

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

  .nav-menu-wrapper {
    background-color: rgba(0, 0, 0, 0);
  }

  .nav-menu-two {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px rgba(0, 0, 0, .05);
  }

  .nav-link-2 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .menu-button {
    padding: 12px;
  }

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

  .kutup-menu-button {
    order: 1;
    padding-top: 15px;
    padding-left: 30px;
  }

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

  .kutup-nav-link {
    color: var(--dim-grey);
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 15px;
    font-weight: 400;
  }

  .kutup-nav-link:hover {
    color: rgba(115, 96, 75, .46);
  }

  .kutup-dropdown-arrow {
    margin-right: 30px;
  }

  .kutup-dropdown-toggle {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .kutup-dropdown {
    width: 100%;
  }

  .kutup-nav-menu {
    background-color: #fff;
  }

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

  .kutup-nav-component-2 {
    padding-top: 18px;
    padding-bottom: 16px;
    display: block;
  }

  .img {
    max-width: 82%;
  }

  .compare-img {
    width: 597px;
  }

  .c-info {
    display: none;
  }

  .info-text {
    color: #ccc;
    text-align: center;
    margin-bottom: 5px;
    font-size: .8em;
    line-height: 1em;
    display: block;
  }

  .c-compare {
    cursor: pointer;
  }

  .compare-tag.before, .compare-tag.after {
    font-size: .8em;
    line-height: 1em;
  }

  .cloneable-area {
    margin-bottom: 30px;
  }

  .compare-img-home-staging {
    width: 556px;
  }

  .compare-img-projekte {
    width: 597px;
  }

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

  .waves---grid-features-7 {
    width: 100%;
    max-width: 430px;
    grid-template-columns: 1fr;
    margin-left: auto;
    margin-right: auto;
  }

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

  .waves---sides-heading-button {
    grid-row-gap: 32px;
    text-align: center;
    flex-direction: column;
  }

  .waves---mega-heading-4 {
    font-size: 72px;
    line-height: 110%;
  }

  .waves-section-hero-6 {
    padding-top: 240px;
  }

  .uui-layout10_image {
    top: 2rem;
    left: 2rem;
  }

  .uui-layout10_component {
    min-height: auto;
    grid-column-gap: 3rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
  }

  .uui-padding-vertical-xhuge-10 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .waves-grid-team-1 {
    width: 100%;
    max-width: 400px;
    grid-template-columns: 1fr;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
  }

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

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

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

  .main-nav-3 {
    z-index: 999;
    height: 80px;
    display: none;
  }

  .main-nav__menu-3 {
    z-index: 99;
    position: relative;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .heading-2-copy-2 {
    height: 61px;
    border-left-width: 5px;
  }

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

  .features-wrapper-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .features-left {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .features-right {
    max-width: 100%;
  }

  .waves-inside-wide-feature-7 {
    max-width: 280px;
  }

  .waves-wide-tile-features-7 {
    min-height: 330px;
  }

  .waves---grid-features-8 {
    grid-template-columns: 1fr 1fr;
  }

  .waves---sides-heading-button-2 {
    grid-row-gap: 32px;
    text-align: center;
    flex-direction: column;
  }

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

  .uui-padding-vertical-xhuge-11 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .waves---left-cta-1 {
    align-items: center;
  }

  .waves---master-cta-1 {
    flex-direction: column;
    justify-content: flex-start;
  }

  .walsh-button-hover-fill {
    display: none;
  }

  .walsh-hero-div-block {
    justify-content: center;
  }

  .walsh-heading-large {
    letter-spacing: -.01em;
    font-size: 3em;
  }

  .walsh-inner-rounded-banner {
    text-align: center;
    align-items: center;
    padding: 45px 30px 30px;
  }

  .walsh-image-hero {
    width: 100%;
    max-width: none;
  }

  .walsh-inner-rounded-img-float {
    max-width: none;
    padding-left: 4em;
  }

  .walsh-rounded-box-banner {
    flex-direction: column;
  }

  .walsh-container {
    width: auto;
    flex: 0 auto;
  }

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

  .pt-0 {
    padding-top: 0;
  }

  .transition.mt-extra {
    margin-top: 5rem;
  }

  .transition_wrapper {
    height: 8rem;
  }

  .text-info-final {
    font-size: 1em;
  }

  .container-37 {
    font-size: 1vw;
  }

  .container-37.footer {
    border-bottom-style: none;
  }

  .grid_item.subscribe-heading {
    font-size: 1.5vw;
  }

  .grid_item.text-links {
    width: 100%;
    border-right-style: none;
    padding-left: 20em;
    padding-right: 20em;
  }

  .grid_item.contact-social {
    width: 100%;
    border-top: 2px solid #ebeaea;
    border-bottom: 2px solid #ebeaea;
    flex-direction: row;
    align-items: baseline;
  }

  .grid_item.subscribe-form, .form {
    font-size: 1vw;
  }

  .form-block {
    width: 44em;
    font-size: 1vw;
  }

  .grid-10.footer-text-contact {
    flex-direction: column;
  }

  .contact-social.column-2-vertical {
    width: 50%;
  }

  .contact-social.column-1-vertical {
    width: 50%;
    border-bottom-style: none;
    border-right: 2px solid #ebeaea;
  }

  .text-link-footer {
    font-size: 1.2em;
  }

  .text-gdpr {
    font-size: 1em;
  }

  .text-link_wrapper.column-2 {
    padding-left: 10em;
  }

  .text-link_wrapper.column-1 {
    justify-content: center;
    padding-left: 5em;
  }

  .contact-text {
    font-size: 1em;
  }

  .footer-3 {
    width: 100%;
    overflow: hidden;
  }

  .waves-grid-contact-3 {
    width: 100%;
    max-width: 400px;
    grid-template-columns: 1fr;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 767px) {
  body {
    font-size: .72rem;
  }

  h1 {
    font-size: 3.2em;
  }

  h2 {
    font-size: 2.7em;
  }

  h3 {
    font-size: 2em;
  }

  h4 {
    font-size: 1.5em;
  }

  h5 {
    font-size: 1.1em;
  }

  h6 {
    font-size: .9em;
  }

  .title2 {
    font-size: 2.7em;
  }

  .title4 {
    font-size: 1.5em;
  }

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

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

  .p-sm-start {
    padding-top: 2.3em;
  }

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

  .hero__background-image-wrapper {
    overflow: visible;
  }

  .main-nav__logo {
    padding-left: 0;
    padding-right: 0;
  }

  .main-nav__menu {
    width: 100%;
    justify-content: center;
    margin-top: 2em;
  }

  .page-wrapper.wiewirarbeiten._1 {
    display: none;
  }

  .page-wrapper.wiewirarbeiten._2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: center;
    padding-bottom: 460px;
    display: flex;
  }

  .main-section.main-hero, .main-section.main-hero-copy, .main-section.main-hero, .main-section.main-hero-copy {
    overflow: hidden;
  }

  .main-nav {
    height: auto;
    margin-left: auto;
    margin-right: auto;
    padding-top: 3em;
    padding-bottom: 3em;
    position: absolute;
  }

  .main-nav-inner {
    flex-direction: column;
  }

  .hero__grid {
    padding-top: 17em;
    padding-bottom: 5em;
  }

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

  .slider {
    height: 38vh;
    margin-bottom: -58px;
  }

  .footer-title {
    margin-top: 20px;
    margin-bottom: 10px;
  }

  .footer-flex-col {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .footer-flex-row {
    flex-direction: column;
  }

  .waves---subtitle {
    font-size: 22px;
    line-height: 34px;
  }

  .waves---mega-heading-1 {
    font-size: 56px;
  }

  .waves-title-wrap-hero-5 {
    text-align: center;
    align-items: center;
  }

  .waves---main-container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .waves-section-hero-5 {
    padding-top: 160px;
  }

  .heading {
    font-size: 18px;
  }

  .hero-heading-center {
    padding: 60px 15px;
  }

  .uui-button {
    font-size: 1rem;
  }

  .uui-button:hover {
    border-color: var(--untitled-ui-primary600);
    background-color: var(--untitled-ui-primary600);
  }

  .uui-button-wrapper.max-width-full-mobile-landscape {
    width: 100%;
  }

  .max-width-full-mobile-landscape {
    width: 100%;
    max-width: none;
  }

  .uui-button-secondary-gray {
    padding-left: 1.25rem;
    font-size: 1rem;
  }

  .uui-button-secondary-gray:hover {
    background-color: var(--untitled-ui-white);
    color: var(--untitled-ui-gray700);
  }

  .uui-button-row {
    align-self: stretch;
  }

  .uui-button-row.button-row-center.is-reverse-mobile-landscape, .uui-button-row.is-reverse-mobile-landscape {
    flex-direction: column-reverse;
  }

  .uui-space-medium {
    min-height: 1.5rem;
  }

  .uui-text-size-large {
    font-size: 1rem;
  }

  .uui-space-xsmall {
    min-height: .75rem;
  }

  .uui-heading-medium {
    font-size: 1.75rem;
    line-height: 1.4;
  }

  .uui-space-small {
    min-height: 1.25rem;
  }

  .uui-padding-vertical-xhuge {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .uui-page-padding {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .einleitung-section {
    padding: 60px 15px;
  }

  .testimonial-wrapper-four {
    flex-direction: column;
  }

  .testimonial-left {
    width: 100%;
    margin-bottom: 40px;
    margin-right: 0;
  }

  .testimonial-image-four {
    height: auto;
  }

  .heading-small {
    font-size: 28px;
    line-height: 36px;
  }

  .uui-button-2 {
    font-size: 1rem;
  }

  .uui-button-2:hover {
    border-color: var(--untitled-ui-primary600);
    background-color: var(--untitled-ui-primary600);
  }

  .uui-button-wrapper-2.max-width-full-mobile-landscape {
    width: 100%;
  }

  .max-width-full-mobile-landscape-2 {
    width: 100%;
    max-width: none;
  }

  .uui-button-secondary-gray-2 {
    padding-left: 1.25rem;
    font-size: 1rem;
  }

  .uui-button-secondary-gray-2:hover {
    background-color: var(--untitled-ui-white);
    color: var(--untitled-ui-gray700);
  }

  .uui-button-row-2 {
    align-self: stretch;
  }

  .uui-button-row-2.is-reverse-mobile-landscape {
    flex-direction: column-reverse;
  }

  .uui-heading-xxsmall {
    font-size: 1.125rem;
  }

  .uui-space-small-2 {
    min-height: 1.25rem;
  }

  .uui-layout96_list {
    grid-row-gap: 2.5rem;
    grid-template-columns: 1fr;
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .uui-text-size-large-2 {
    font-size: 1rem;
  }

  .uui-heading-medium-2 {
    font-size: 1.75rem;
    line-height: 1.4;
  }

  .uui-space-xsmall-2 {
    min-height: .75rem;
  }

  .uui-layout96_content {
    grid-row-gap: 1rem;
  }

  .uui-layout96_component {
    align-items: stretch;
  }

  .uui-padding-vertical-xhuge-2 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .uui-page-padding-2 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .card_row {
    width: 100%;
    padding-right: 0;
  }

  .col_40 {
    padding-right: 0;
  }

  .card_col_2 {
    width: 100%;
    padding-left: 0;
  }

  .col_60 {
    flex-direction: column;
  }

  .uui-button-3 {
    font-size: 1rem;
  }

  .uui-button-3:hover {
    border-color: var(--untitled-ui-primary600);
    background-color: var(--untitled-ui-primary600);
  }

  .uui-button-wrapper-3.max-width-full-mobile-landscape {
    width: 100%;
  }

  .max-width-full-mobile-landscape-3 {
    width: 100%;
    max-width: none;
  }

  .uui-button-row-3 {
    align-self: stretch;
  }

  .uui-button-link {
    font-size: 1rem;
  }

  .uui-button-link:hover {
    color: var(--untitled-ui-primary700);
  }

  .uui-space-small-3 {
    min-height: 1.25rem;
  }

  .uui-heading-xsmall {
    font-size: 1.25rem;
  }

  .uui-blogsection02_category-link {
    padding: .125rem .5rem;
    font-size: .75rem;
  }

  .uui-blogsection02_meta-wrapper {
    font-size: .75rem;
  }

  .uui-blogsection02_image-link {
    margin-bottom: 1.5rem;
  }

  .uui-blogsection02_image-link:hover {
    box-shadow: none;
  }

  .uui-blogsection02_list {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .uui-blogsection02_component {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .uui-text-size-large-3 {
    font-size: 1rem;
  }

  .uui-space-xsmall-3 {
    min-height: .75rem;
  }

  .uui-heading-medium-3 {
    font-size: 1.75rem;
    line-height: 1.4;
  }

  .uui-padding-vertical-xhuge-3 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .uui-page-padding-3 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .after_mobile, .before_mobile {
    background-position: 50% 70%;
  }

  .container-4 {
    height: 300px;
  }

  .cd-image-2, .cd-image-container {
    width: 480px;
  }

  .cd-image-label {
    padding-left: 20px;
    padding-right: 20px;
  }

  .cd-image-label.original {
    padding-left: 10px;
    padding-right: 10px;
  }

  .example_component {
    width: 90vw;
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .splitter_component {
    width: 90vw;
    height: 55vh;
  }

  .splitter_component.is-radius {
    width: 90vw;
    height: 35vh;
  }

  .splitter_image.is-after {
    width: 90vw;
  }

  .example_info_wrapper {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-direction: column;
    align-items: flex-start;
    padding-left: 0;
    padding-right: 0;
  }

  .splitter_before {
    width: 90vw;
  }

  .waves---subtitle-2 {
    font-size: 22px;
    line-height: 34px;
  }

  .waves---mega-heading-2 {
    font-size: 56px;
  }

  .waves---main-container-2 {
    padding-left: 16px;
    padding-right: 16px;
  }

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

  .zitat-franziska {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .uui-button-4 {
    font-size: 1rem;
  }

  .uui-button-4:hover {
    border-color: var(--untitled-ui-primary600);
    background-color: var(--untitled-ui-primary600);
  }

  .uui-button-wrapper-4.max-width-full-mobile-landscape {
    width: 100%;
  }

  .max-width-full-mobile-landscape-4 {
    width: 100%;
    max-width: none;
  }

  .uui-button-secondary-gray-3 {
    padding-left: 1.25rem;
    font-size: 1rem;
  }

  .uui-button-secondary-gray-3:hover {
    background-color: var(--untitled-ui-white);
    color: var(--untitled-ui-gray700);
  }

  .uui-button-row-4 {
    align-self: stretch;
  }

  .uui-button-row-4.button-row-center.is-reverse-mobile-landscape, .uui-button-row-4.is-reverse-mobile-landscape {
    flex-direction: column-reverse;
  }

  .zitat-space {
    min-height: 1.5rem;
  }

  .zitat-franziska-weiss {
    font-size: 1rem;
  }

  .zitat-mini-spacee {
    min-height: .75rem;
  }

  .zitat-heading {
    font-size: 1.75rem;
    line-height: 1.4;
  }

  .zitat-mini-space {
    min-height: 1.25rem;
  }

  .zitat-vert-padding {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .zitat-padding {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .home-wrapper {
    min-width: auto;
    order: 0;
    justify-content: center;
  }

  .container-6 {
    height: 301px;
    margin-top: auto;
    margin-bottom: auto;
  }

  .process-step._3, .process-step._5 {
    padding-right: 10px;
  }

  .process-step._4 {
    padding-right: 0;
  }

  .hero__grid-copy {
    background-position: 104% 191%, 0 0, 50% 65%;
    padding-top: 19.4em;
    padding-bottom: 11.1em;
  }

  .heading-2-copy {
    height: 10%;
    border-left-width: 5px;
    font-size: 3.4em;
    top: -108px;
  }

  .uui-button-5 {
    font-size: 1rem;
  }

  .uui-button-5:hover {
    border-color: var(--untitled-ui-primary600);
    background-color: var(--untitled-ui-primary600);
  }

  .uui-faq03_cta-button-row {
    width: 100%;
    flex-flow: wrap-reverse;
    justify-content: flex-start;
  }

  .uui-text-size-large-4 {
    font-size: 1rem;
  }

  .uui-heading-xxsmall-2 {
    font-size: 1.125rem;
  }

  .uui-faq03_cta-content {
    margin-right: 0;
  }

  .uui-uui-faq03_cta {
    flex-direction: column;
    margin-top: 3rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .uui-faq03_content {
    grid-row-gap: .5rem;
    border-top-style: none;
    grid-template-columns: 1fr;
    padding-top: 0;
    padding-bottom: 0;
  }

  .uui-faq03_list {
    grid-row-gap: 2.5rem;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .uui-faq03_component {
    margin-top: 3rem;
  }

  .uui-space-xsmall-4 {
    min-height: .75rem;
  }

  .uui-heading-medium-4 {
    font-size: 1.75rem;
    line-height: 1.4;
  }

  .uui-padding-vertical-xhuge-4 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .uui-page-padding-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .uui-button-wrapper-5.max-width-full-mobile-landscape {
    width: 100%;
    width: 100%;
    max-width: 297px;
  }

  .max-width-full-mobile-landscape-5 {
    width: 100%;
    max-width: none;
  }

  .uui-button-secondary-gray-4 {
    padding-left: 1.25rem;
    font-size: 1rem;
  }

  .uui-button-secondary-gray-4:hover {
    background-color: var(--untitled-ui-white);
    color: var(--untitled-ui-gray700);
  }

  .uui-button-row-5 {
    align-self: stretch;
  }

  .uui-button-row-5.is-reverse-mobile-landscape {
    flex-direction: column-reverse;
  }

  .uui-heading-xsmall-2 {
    font-size: 1.25rem;
  }

  .uui-layout17_item-list {
    grid-row-gap: 2.5rem;
    margin-bottom: 2rem;
  }

  .uui-layout17_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .waves---subtitle-3 {
    font-size: 22px;
    line-height: 34px;
  }

  .waves---subtitle-3._1 {
    font-size: 16px;
    line-height: 32px;
  }

  .waves---mega-heading-3 {
    font-size: 26px;
  }

  .waves---main-container-3 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .italic-text-2._1 {
    font-size: 18px;
    font-weight: 500;
  }

  .waves---mega-heading-3-copy {
    font-size: 26px;
  }

  .waves---main-container-3-copy {
    padding-left: 16px;
    padding-right: 16px;
  }

  .container-8 {
    max-width: 90%;
    align-items: center;
  }

  ._232414 {
    padding-left: 16px;
    padding-right: 16px;
  }

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

  .uui-button-link-2 {
    font-size: 1rem;
  }

  .uui-button-link-2:hover {
    color: var(--untitled-ui-primary700);
  }

  .uui-button-row-6 {
    align-self: stretch;
  }

  .uui-space-small-4 {
    min-height: 1.25rem;
  }

  .uui-heading-xxsmall-3 {
    font-size: 1.125rem;
    font-weight: 500;
  }

  .uui-space-xxlarge {
    min-height: 3rem;
  }

  .uui-layout72_item {
    padding: 1.5rem;
  }

  .uui-layout72_component {
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr;
  }

  .uui-padding-vertical-xhuge-5 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .uui-page-padding-5 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

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

  .splitter_component-copy {
    width: 90vw;
    height: 55vh;
  }

  .splitter_component-copy.is-radius {
    width: 90vw;
    height: 35vh;
  }

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

  .kutup-features-2-wrapper, .kutup-features-2-wrapper._2 {
    padding-top: 30px;
  }

  .kutup-grid-3-columns {
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    display: flex;
  }

  .kutup-section-gray {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .heading-13 {
    margin-bottom: 20px;
    font-size: 22px;
  }

  .paragraph-4 {
    font-size: 18px;
  }

  .kutup-display-2 {
    font-size: 40px;
  }

  .kutup-display-2.white-text {
    font-size: 22px;
  }

  .kutup-cta-right-part {
    padding: 60px 11%;
  }

  .kutup-cta-3, .kutup-cta-3-copy {
    grid-template-columns: 1fr;
  }

  .kutup-cta-right-part-copy {
    padding: 60px 11%;
  }

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

  .heading-16 {
    font-size: 18px;
  }

  .card-leistungen {
    padding: 1.5rem;
  }

  .uui-space-xxlarge-copy {
    min-height: 3rem;
  }

  .uui-heading-xxsmall-3-copy {
    font-size: 1.125rem;
  }

  .pricing-overview {
    padding: 60px 15px;
  }

  .centered-heading-2 {
    font-weight: 300;
  }

  .pricing-description {
    margin-bottom: -15px;
  }

  .pricing-overview-2 {
    padding: 60px 15px;
  }

  .uui-button-6 {
    font-size: 1rem;
  }

  .uui-button-6:hover {
    border-color: var(--untitled-ui-primary600);
    background-color: var(--untitled-ui-primary600);
  }

  .uui-button-row-7 {
    align-self: stretch;
  }

  .uui-button-row-7.button-row-center.is-reverse-mobile-landscape, .uui-button-row-7.is-reverse-mobile-landscape {
    flex-direction: column-reverse;
  }

  .uui-space-small-5 {
    min-height: 1.25rem;
  }

  .uui-text-size-large-5 {
    font-size: 1rem;
  }

  .uui-heading-xxsmall-4 {
    font-size: 1.125rem;
  }

  .avatar-stack_component {
    margin-bottom: 1.5rem;
  }

  .uui-faq01_cta {
    background-image: linear-gradient(rgba(249, 250, 251, .78), rgba(249, 250, 251, .78)), url('../images/L-gruen.svg');
    background-position: 0 0, 103% 206%;
    background-repeat: repeat, no-repeat;
    background-size: auto, 130px 400px;
    margin-top: 3rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .uui-space-medium-2 {
    min-height: 1.5rem;
  }

  .uui-text-size-medium-5 {
    font-size: 16px;
  }

  .uui-faq01_component {
    margin-top: 3rem;
  }

  .uui-space-xsmall-5 {
    min-height: .75rem;
  }

  .uui-heading-medium-5 {
    font-size: 1.75rem;
    line-height: 1.4;
  }

  .uui-padding-vertical-xhuge-6 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .uui-page-padding-6, .uui-page-padding-5-copy {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .container-16 {
    height: 300px;
  }

  .container--full {
    width: 348px;
    left: -29px;
  }

  .image-2._3 {
    margin-top: -55px;
  }

  .kutup-subhead-white-2 {
    font-size: 18px;
  }

  .kutup-team-image-big {
    min-height: 300px;
  }

  .kutup-team-grid-4 {
    max-width: 80%;
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
  }

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

  .heading-19 {
    font-size: 18px;
  }

  .hero-impressum, .hero-datenschutz, .hero-projekte {
    padding-top: 17em;
    padding-bottom: 5em;
  }

  .hero-leistungen {
    background-position: 108% -1046%, 0 0, 50% 65%;
    background-size: 115px, auto, cover;
    padding-top: 17em;
    padding-bottom: 5em;
  }

  .hero-ueber-uns {
    padding-top: 23em;
    padding-bottom: 11.3em;
  }

  .hero__grid-copy-cimpr {
    background-position: 124% 240%, 0 0, 50% 65%;
    padding-top: 21em;
    padding-bottom: 10em;
  }

  .hero__grid-copy-daten {
    background-position: 104% -2780%, 0 0, 50% 98%;
    padding-top: 22.5em;
    padding-bottom: 12.8em;
  }

  .uui-button-link-3 {
    font-size: 1rem;
  }

  .uui-button-link-3:hover {
    color: var(--untitled-ui-primary700);
  }

  .uui-button-row-8 {
    align-self: stretch;
  }

  .uui-space-xsmall-6 {
    min-height: .75rem;
  }

  .uui-heading-xsmall-3 {
    font-size: 1.25rem;
  }

  .uui-layout19_item-list {
    grid-row-gap: 2.5rem;
  }

  .uui-layout19_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .uui-padding-vertical-xhuge-7 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .uui-page-padding-7 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .uui-text-size-medium-6-copy {
    font-size: 20px;
  }

  .main-nav__logo-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .main-nav__menu-2 {
    width: 100%;
    justify-content: center;
    margin-top: 2em;
  }

  .main-nav-2 {
    height: auto;
    padding-top: 3em;
    padding-bottom: 3em;
    position: absolute;
  }

  .main-nav-inner-2 {
    flex-direction: column;
  }

  .hero__grid-2 {
    padding-top: 0;
    padding-bottom: 5em;
  }

  .paragraph-6 {
    max-width: 100%;
    font-weight: 400;
  }

  .text-block-12 {
    max-width: 100%;
    margin-top: 5px;
    margin-bottom: -20px;
    font-weight: 400;
  }

  .heading-20 {
    max-width: 100%;
    font-size: 14px;
    font-weight: 500;
  }

  .heading-21 {
    max-width: 100%;
    margin-bottom: -3px;
    font-size: 20px;
    font-weight: 500;
    line-height: 29px;
  }

  .heading-22 {
    font-size: 21px;
    line-height: 29px;
  }

  .einleitung-section-2 {
    padding: 30px 25px 50px;
  }

  .testimonial-text-four-2 {
    line-height: 23px;
  }

  .testimonial-wrapper-four-2 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .testimonial-right-2 {
    padding-left: 44px;
    padding-right: 44px;
    display: none;
  }

  .testimonial-right-2._2 {
    display: block;
  }

  .uui-button-secondary-gray-5 {
    padding-left: .25rem;
    font-size: 1rem;
  }

  .uui-button-secondary-gray-5:hover {
    color: #344054;
    background-color: #fff;
  }

  .uui-button-secondary-gray-5.einrichtungs {
    max-width: 100%;
  }

  .uui-button-secondary-gray-5.einrichtungs._4 {
    max-width: 80%;
    padding-left: 0;
    padding-right: 0;
    position: relative;
    left: 89px;
  }

  .uui-button-secondary-gray-5.einrichtungs._4._2 {
    left: 43px;
  }

  .testimonial-left-2 {
    width: 100%;
    grid-template-columns: .25fr 1fr;
    margin-bottom: 40px;
    margin-left: -28px;
    margin-right: 0;
    padding-left: 0;
    position: relative;
    left: -35px;
  }

  .col_60-2 {
    flex-direction: column;
    padding-top: 0;
  }

  .text_features-2 {
    padding-top: 0;
  }

  .h1_example-2 {
    min-width: auto;
    margin-bottom: 6px;
    font-size: 24px;
  }

  .content-wrap-warumhomestaging-2 {
    padding-top: 69px;
    padding-bottom: 114px;
  }

  .h1_features-2 {
    padding-bottom: 5px;
    font-size: 1.1rem;
  }

  .card_row-2 {
    width: 100%;
    padding-right: 0;
  }

  .card_title_wrap-2 {
    min-height: 218px;
  }

  .zitat-heading-2 {
    font-size: 1.75rem;
    line-height: 1.4;
  }

  .padding-0-2 {
    background-position: 233% -77%;
  }

  .text-span-3 {
    font-size: 19px;
  }

  .container--full-2 {
    height: 22vh;
  }

  .content-container {
    margin-left: 16px;
    margin-right: 16px;
  }

  .zitat-vert-padding-2 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .zitat-franziska-weiss-2 {
    font-size: 1rem;
  }

  .heading-23 {
    font-size: 18px;
    line-height: 24px;
  }

  .button-primary-5.mehr-zu-unseren-leistungen-und-pakete {
    margin-top: auto;
    line-height: 24px;
    bottom: auto;
  }

  .section-3 {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .step-heading-2 {
    text-align: left;
    font-size: 16px;
  }

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

  .home-component-2 {
    height: 42vh;
    aspect-ratio: auto;
    overflow: visible;
  }

  .paragraph-8 {
    margin-bottom: 40px;
    font-size: 23px;
  }

  .process-steps-wrap-2 {
    width: auto;
    height: auto;
    grid-template-columns: 1fr 1fr;
    margin-top: 83px;
  }

  .step-number-2 {
    font-size: 14px;
    font-weight: 700;
    position: relative;
  }

  .portfolio-wrapper {
    width: 100vw;
    height: auto;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
    margin: 20px auto 0;
    display: block;
    position: relative;
    overflow: auto;
  }

  .portfolio {
    z-index: 3;
    width: auto;
    height: auto;
    flex-direction: column;
    align-items: center;
    margin: 0 auto;
    position: static;
  }

  .lightbox {
    height: auto;
    object-fit: none;
    flex: 1;
    align-self: stretch;
    text-decoration: none;
    overflow: hidden;
  }

  .h1-2 {
    margin-bottom: 5px;
    font-size: 3.6rem;
  }

  .h1-2.overlay {
    z-index: auto;
    height: auto;
    clear: none;
    color: #d5e1ef;
    text-align: center;
    mix-blend-mode: normal;
    z-index: auto;
    height: auto;
    clear: none;
    color: var(--dim-grey);
    text-align: center;
    mix-blend-mode: normal;
    justify-content: center;
    align-items: center;
    margin: 10px auto;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.5rem;
    text-decoration: none;
    display: block;
  }

  .hidden {
    height: 10%;
    background-color: #2a7fa0;
    border: 1px #000;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    text-decoration: none;
    display: block;
    position: relative;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
    overflow: visible;
  }

  .heading-25 {
    font-size: 22px;
  }

  .portfolio-image {
    height: auto;
    max-width: 100%;
    min-height: 400px;
    object-fit: cover;
    overflow: hidden;
  }

  .right {
    width: 100vw;
    height: auto;
    display: none;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .right-mobile {
    z-index: 0;
    width: 100vw;
    height: auto;
    float: none;
    clear: none;
    display: block;
    position: static;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .category {
    height: 60px;
    background-color: rgba(0, 0, 0, 0);
    border: 1px #000;
    flex-direction: row;
    flex: none;
    justify-content: center;
    align-self: stretch;
    align-items: center;
    font-size: 14px;
    text-decoration: none;
    display: block;
    position: relative;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
    overflow: hidden;
  }

  .category-title {
    height: 60px;
    color: #75adc9;
    text-align: center;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    font-size: 1.7rem;
    font-weight: 300;
    line-height: 1.7rem;
    display: flex;
    position: static;
  }

  .slider-2 {
    height: 345px;
  }

  .bewertungen {
    padding: 80px 33px;
  }

  .slide-2 {
    height: 432px;
  }

  .waves-master-testimonial-2._5 {
    padding-top: 57px;
  }

  .waves---testimonial-text-big-2 {
    font-size: 12px;
  }

  .waves---heading-2-no-margins {
    font-size: 44px;
    line-height: 125%;
  }

  .kontakt-page {
    padding-top: 80px;
    padding-bottom: 160px;
  }

  .waves-content-contact-2 {
    width: 92%;
    padding: 40px 32px;
  }

  .waves---main-container-5 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .footer-title-2 {
    margin-top: 20px;
    margin-bottom: 10px;
  }

  .footer-logo-2 {
    display: block;
  }

  .footer-section-2 {
    padding-top: 10px;
    padding-left: 30px;
  }

  .footer-flex-col-2 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .footer-flex-col-2._3, .footer-flex-col-2._2 {
    position: static;
  }

  .uui-heading-tiny {
    font-size: 18px;
  }

  .uui-heading-medium-6 {
    font-size: 1.75rem;
    line-height: 1.4;
  }

  .uui-testimonial01_logo {
    max-height: 2.5rem;
  }

  .uui-padding-vertical-xhuge-8 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .uui-page-padding-8 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .uui-space-small-6 {
    min-height: 1.25rem;
  }

  .uui-heading-xxsmall-5 {
    font-size: 1.125rem;
  }

  .uui-contact08_component {
    grid-row-gap: 2.5rem;
    grid-template-columns: 1fr;
    margin-top: 3rem;
  }

  .uui-text-size-large-6 {
    font-size: 1rem;
  }

  .uui-space-xsmall-7 {
    min-height: .75rem;
  }

  .uui-heading-medium-7 {
    font-size: 1.75rem;
    line-height: 1.4;
  }

  .uui-padding-vertical-xhuge-9 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .uui-page-padding-9 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .image-2-copy {
    margin-top: -55px;
  }

  .container-23 {
    max-width: 66%;
    min-width: auto;
    padding-top: 40px;
    padding-right: 32px;
  }

  .image-13._2._1 {
    max-width: 25%;
  }

  .portfolio-image-2 {
    height: auto;
    max-width: 100%;
    min-height: 400px;
    object-fit: cover;
    overflow: hidden;
  }

  .paragraph-14 {
    font-size: 14px;
  }

  .section-6 {
    padding-top: 84px;
  }

  .h1_example-2-copy {
    min-width: auto;
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 21px;
  }

  .text-block-absatz-2 {
    font-size: 13px;
  }

  .link-block-4 {
    margin-top: 0;
  }

  .waves---main-container-6 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .waves-content-contact-3 {
    width: 92%;
    padding: 40px 32px;
  }

  .kontakt-page-2 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .team-member-name-2 {
    color: var(--dim-grey);
    font-size: 21px;
  }

  .team-card-2 {
    background-position: 111% -188%;
    padding-bottom: 60px;
  }

  .div-block-12 {
    grid-row-gap: 51px;
    grid-template-columns: 1.75fr;
  }

  .image-32 {
    max-width: 289%;
  }

  .div-block-13 {
    padding-top: 0;
  }

  .home-wrapper-copy {
    min-width: auto;
  }

  .div-raute {
    padding-left: 10%;
    padding-right: 10%;
  }

  .div-in-raute {
    padding-left: 0;
    padding-right: 0;
  }

  .navbar-logo-left-container {
    max-width: 100%;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu-two {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-link-2 {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px rgba(0, 0, 0, .05);
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-divider {
    width: 200px;
    height: 1px;
    max-width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .nav-link-accent {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .kutup-nav-component-2 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .image-33 {
    max-width: 75%;
  }

  .image-34, .image-35, .image-36 {
    display: none;
  }

  .paragraph-17 {
    font-size: 16px;
  }

  .heading-31 {
    font-size: 1.2em;
  }

  .img {
    width: 61%;
  }

  .compare-img {
    width: 383px;
  }

  .compare-img-home-staging {
    width: 436px;
  }

  .compare-img-projekte {
    width: 383px;
  }

  .image-2-copy._3, .image-2-copy-copy._3 {
    margin-top: -55px;
  }

  .footer-neu {
    padding-top: 40px;
    padding-left: 30px;
    overflow: hidden;
  }

  .waves---heading-2-no-margins-2 {
    font-size: 44px;
    line-height: 125%;
  }

  .waves---main-container-7 {
    padding-left: 16px;
    padding-right: 16px;
  }

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

  .waves---subtitle-4 {
    font-size: 22px;
    line-height: 34px;
  }

  .waves---mega-heading-4 {
    font-size: 56px;
  }

  .waves-title-wrap-hero-6 {
    text-align: center;
    align-items: center;
  }

  .waves-section-hero-6 {
    padding-top: 160px;
  }

  .uui-layout10_image {
    width: 100%;
    min-width: 100%;
    position: static;
  }

  .uui-layout10_image-wrapper {
    min-height: auto;
    padding: 1.5rem 1rem;
  }

  .uui-button-7 {
    font-size: 1rem;
  }

  .uui-button-7:hover {
    border-color: var(--untitled-ui-primary600);
    background-color: var(--untitled-ui-primary600);
  }

  .uui-button-wrapper-6.max-width-full-mobile-landscape {
    width: 100%;
  }

  .max-width-full-mobile-landscape-6 {
    width: 100%;
    max-width: none;
  }

  .uui-button-secondary-gray-6 {
    padding-left: 1.25rem;
    font-size: 1rem;
  }

  .uui-button-secondary-gray-6:hover {
    background-color: var(--untitled-ui-white);
    color: var(--untitled-ui-gray700);
  }

  .uui-button-row-9 {
    align-self: stretch;
  }

  .uui-button-row-9.is-reverse-mobile-landscape {
    flex-direction: column-reverse;
  }

  .uui-space-medium-3 {
    min-height: 1.5rem;
  }

  .uui-text-size-large-7 {
    font-size: 1rem;
  }

  .uui-space-xsmall-8 {
    min-height: .75rem;
  }

  .uui-heading-medium-8 {
    font-size: 1.75rem;
    line-height: 1.4;
  }

  .uui-space-small-7 {
    min-height: 1.25rem;
  }

  .uui-layout10_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .uui-padding-vertical-xhuge-10 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .uui-page-padding-10 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .hero-heading-right {
    padding: 60px 15px;
  }

  .main-nav-inner-3 {
    flex-direction: column;
  }

  .main-nav-3 {
    height: auto;
    margin-left: auto;
    margin-right: auto;
    padding-top: 3em;
    padding-bottom: 3em;
    position: absolute;
  }

  .main-nav__menu-3 {
    width: 100%;
    justify-content: center;
    margin-top: 2em;
  }

  .heading-2-copy-2 {
    height: 10%;
    border-left-width: 5px;
    font-size: 3.4em;
    top: -108px;
  }

  .features-list {
    padding: 60px 15px;
  }

  .waves-image-wide-feature-7 {
    width: auto;
    height: 320px;
    position: static;
  }

  .waves-inside-wide-feature-7 {
    max-width: 80%;
    text-align: center;
    align-items: center;
  }

  .waves-wide-tile-features-7 {
    grid-row-gap: 30px;
    align-items: center;
    padding-bottom: 0;
  }

  .waves---grid-features-8 {
    grid-template-columns: 1fr;
  }

  .waves---heading-2-no-margins-3 {
    font-size: 44px;
    line-height: 125%;
  }

  .waves---main-container-8 {
    padding-left: 16px;
    padding-right: 16px;
  }

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

  .uui-heading-xxsmall-6 {
    font-size: 1.125rem;
  }

  .uui-space-small-8 {
    min-height: 1.25rem;
  }

  .uui-layout82_list {
    grid-row-gap: 2.5rem;
  }

  .uui-button-8 {
    font-size: 1rem;
  }

  .uui-button-8:hover {
    border-color: var(--untitled-ui-primary600);
    background-color: var(--untitled-ui-primary600);
  }

  .uui-button-wrapper-7.max-width-full-mobile-landscape {
    width: 100%;
  }

  .max-width-full-mobile-landscape-7 {
    width: 100%;
    max-width: none;
  }

  .uui-button-secondary-gray-7 {
    padding-left: 1.25rem;
    font-size: 1rem;
  }

  .uui-button-secondary-gray-7:hover {
    background-color: var(--untitled-ui-white);
    color: var(--untitled-ui-gray700);
  }

  .uui-button-row-10 {
    align-self: stretch;
  }

  .uui-button-row-10.is-reverse-mobile-landscape, .uui-button-row-10.button-row-center.is-reverse-mobile-landscape {
    flex-direction: column-reverse;
  }

  .uui-space-medium-4 {
    min-height: 1.5rem;
  }

  .uui-text-size-large-8 {
    font-size: 1rem;
  }

  .uui-space-xsmall-9 {
    min-height: .75rem;
  }

  .uui-heading-medium-9 {
    font-size: 1.75rem;
    line-height: 1.4;
  }

  .uui-layout82_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .uui-padding-vertical-xhuge-11 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .uui-page-padding-11 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .uui-layout74_list {
    grid-row-gap: 2.5rem;
    grid-template-columns: 1fr;
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .uui-layout74_component {
    align-items: stretch;
  }

  .waves-text-field-background.field-cta-1 {
    min-width: 0;
  }

  .waves-form-cta-1 {
    grid-row-gap: 8px;
    flex-direction: column;
    align-items: stretch;
  }

  .waves---form-block-cta-1 {
    width: 100%;
    max-width: 320px;
  }

  .waves---master-cta-1 {
    text-align: center;
  }

  .walsh-heading-large {
    font-size: 2em;
  }

  .walsh-rounded-box-banner {
    grid-row-gap: 1.5em;
  }

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

  .paragraph-1-25 {
    font-size: 1.1rem;
  }

  .pt-0 {
    padding-top: 0;
  }

  .transition.mt-extra {
    margin-top: 4rem;
  }

  .transition_wrapper {
    height: 6rem;
    margin-top: 2rem;
  }

  .container-36 {
    padding: 75px 15px;
  }

  .waves---heading-2-no-margins-4 {
    font-size: 44px;
    line-height: 125%;
  }

  .waves---main-container-9 {
    padding-left: 16px;
    padding-right: 16px;
  }

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

  .wtf-para {
    font-size: 2em;
  }
}

@media screen and (max-width: 479px) {
  .hero__background-image-wrapper {
    padding-top: 0;
    overflow: visible;
  }

  .main-nav__logo {
    max-width: 45vw;
    border-right-style: none;
    padding-right: 0;
  }

  .page-wrapper.wiewirarbeiten.mobile {
    padding-bottom: 70px;
    display: block;
  }

  .page-wrapper.wiewirarbeiten {
    display: none;
  }

  .page-wrapper.wiewirarbeiten._2 {
    margin-bottom: 99px;
    padding-bottom: 120px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .main-section {
    padding-top: 6.25rem;
  }

  .main-section.main-hero {
    height: auto;
    min-height: auto;
  }

  .main-section.main-hero-copy {
    height: auto;
    min-height: 43vh;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding-top: 0;
    display: block;
  }

  .main-section.main-hero {
    height: auto;
    min-height: auto;
  }

  .main-section.main-hero-copy {
    height: auto;
    min-height: auto;
    padding-top: 0;
  }

  .hero__background-image {
    overflow: hidden;
  }

  .hero-parallax {
    position: relative;
  }

  .grid-leistung__card.first {
    justify-content: flex-start;
    padding-top: 0;
    padding-bottom: 0;
  }

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

  .slider {
    height: 59vh;
  }

  .flex-row {
    margin-top: -90px;
  }

  .waves---subtitle {
    font-size: 20px;
  }

  .waves---mega-heading-1 {
    font-size: 36px;
  }

  .waves-section-hero-5 {
    padding-bottom: 48px;
  }

  .heading {
    text-align: center;
  }

  .heading-3 {
    font-size: 18px;
  }

  .paragraph {
    text-align: center;
    font-size: 14px;
    line-height: 1.4;
  }

  .paragraph.centered {
    padding-right: 0;
  }

  .paragraph.left {
    text-align: left;
  }

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

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

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

  .heading-small {
    font-size: 24px;
    line-height: 32px;
  }

  .col_40 {
    padding-left: 0;
  }

  .udesly-circle-handle {
    width: 60px;
    height: 60px;
  }

  .udesly-handlebar-wrapper {
    height: 300px;
  }

  .udesly-before-after-slider {
    width: 100%;
    min-width: 250px;
  }

  .after_mobile {
    background-position: 50% 75%;
    background-size: auto 200px;
  }

  .drag {
    width: 4%;
    left: 48%;
  }

  .before_mobile {
    background-position: 50% 75%;
    background-size: auto 200px;
  }

  .before {
    background-repeat: repeat-x;
    background-size: cover;
  }

  .container-4 {
    height: 300px;
  }

  .cd-image-2 {
    width: 320px;
  }

  .cd-image-container {
    width: 320px;
    height: 180px;
  }

  .btn-s-rounded-outlined {
    flex: none;
  }

  .splitter_component {
    width: 90vw;
    height: 35vh;
  }

  .splitter_image.is-after, .splitter_before {
    width: 90vw;
  }

  .splitter_handle-component {
    width: 2px;
  }

  .vorher-nachher-section {
    justify-content: center;
  }

  .example_info_tags-wrapper {
    flex-wrap: wrap;
  }

  .waves---subtitle-2 {
    font-size: 20px;
  }

  .waves---mega-heading-2 {
    font-size: 36px;
  }

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

  .waves---heading-3-no-margins, .waves---testimonial-text-big {
    font-size: 22px;
  }

  .zitat-franziska {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .home-wrapper._2 {
    display: block;
  }

  .step-heading {
    font-size: 12px;
    line-height: 1.3;
  }

  .send-contents {
    padding: 10px;
  }

  .step-number {
    width: 40px;
    height: 40px;
    font-size: 12px;
  }

  .founders-content, .representation-contents {
    padding: 10px;
  }

  .main-wrapper.mobil {
    overflow: hidden;
  }

  .container-6 {
    height: auto;
    max-width: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: none;
  }

  .process-step {
    grid-column-gap: 10px;
  }

  .process-step._3 {
    opacity: 1;
  }

  .process-step._3.mobil {
    grid-template-columns: .25fr 1fr;
  }

  .process-step._3._1._2 {
    top: auto;
  }

  .process-step._5 {
    opacity: 1;
  }

  .process-step._5.mobil {
    grid-template-columns: .25fr 1fr;
  }

  .process-step._4 {
    padding-right: 10px;
  }

  .process-step._4.mobil {
    grid-template-columns: .25fr 1fr;
  }

  .process-step._6 {
    opacity: 1;
    padding-right: 10px;
  }

  .process-step._6.mobil {
    grid-template-columns: .25fr 1fr;
  }

  .process-step._2 {
    opacity: 1;
    padding-right: 10px;
  }

  .process-step._2.mobil {
    grid-template-columns: .25fr 1fr;
  }

  .process-step._1 {
    opacity: 1;
    text-align: left;
    justify-items: center;
  }

  .process-step._1.mobil {
    grid-template-columns: .25fr 1fr;
  }

  .dotted-line {
    height: 40px;
  }

  .home-task-content, .offer-contents {
    padding: 10px;
  }

  .hero__grid-copy {
    background-position: 159% 213%, 0 0, 50% 65%;
    padding-top: 20.9em;
    padding-bottom: 8.4em;
  }

  .heading-2-copy {
    height: auto;
    border-left-width: 4px;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-end;
    padding-bottom: 0;
    padding-left: 0;
    font-size: 34px;
    top: auto;
  }

  .uui-button-wrapper-5.max-width-full-mobile-landscape {
    margin-left: auto;
    padding-left: 0;
  }

  .uui-button-wrapper-5.max-width-full-mobile-landscape._2 {
    margin-left: auto;
    left: auto;
  }

  .waves---subtitle-3 {
    font-size: 20px;
  }

  .waves---subtitle-3._1 {
    line-height: 27px;
  }

  .waves-divider-hero-5._1 {
    margin-bottom: 30px;
  }

  .waves---mega-heading-3 {
    font-size: 25px;
  }

  .waves---section-hero-primary-2 {
    padding-top: 80px;
    padding-bottom: 41px;
  }

  .waves---mega-heading-3-copy {
    font-size: 25px;
  }

  .container-8 {
    max-width: 93%;
  }

  .uui-padding-vertical-xhuge-5 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .uui-page-padding-5 {
    margin-bottom: 131px;
    padding-left: 0;
    padding-right: 0;
  }

  .hero-heading-left {
    flex-direction: column;
    display: flex;
  }

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

  .splitter_component-copy {
    width: 90vw;
    height: 35vh;
  }

  .heading-12 {
    font-size: 18px;
  }

  .kutup-features-2-wrapper {
    padding-left: 25px;
    padding-right: 25px;
  }

  .kutup-grid-3-columns {
    grid-row-gap: 15px;
  }

  .kutup-section-gray {
    padding: 60px 0%;
  }

  .text-block-7 {
    color: var(--black);
    font-size: 15px;
  }

  .paragraph-4 {
    font-size: 18px;
  }

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

  ._45474.dsad.adsd {
    padding-left: 45px;
    padding-right: 45px;
    font-size: 14px;
    left: 37px;
  }

  .kutup-flex-divider {
    flex-direction: column;
    align-items: flex-start;
  }

  .kutup-display-2 {
    font-size: 30px;
    line-height: 1.1;
  }

  .kutup-display-2.white-text {
    font-size: 20px;
  }

  .kutup-cta-right-part {
    padding-left: 5%;
    padding-right: 5%;
  }

  .kutup-cta-photo._2 {
    height: 263px;
    background-position: 50%;
  }

  .kutup-cta-3 {
    grid-template-rows: auto auto;
  }

  .heading-10-copy {
    font-size: 16px;
  }

  .kutup-cta-3-copy {
    min-height: 740px;
  }

  .kutup-cta-right-part-copy {
    padding-top: 130px;
  }

  .div-block-3 {
    align-self: center;
  }

  .heading-14 {
    font-size: 22px;
  }

  .waves---section-hero-primary-2-copy {
    padding-top: 49px;
    padding-bottom: 49px;
  }

  .heading-15 {
    margin-right: auto;
    font-size: 22px;
  }

  .heading-15.centered {
    margin-right: 0;
  }

  .heading-16 {
    font-size: 18px;
    line-height: 21px;
  }

  .nav-link {
    color: var(--waves-library-black);
  }

  .card-leistungen {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .card-leistungen._1 {
    padding-left: .9rem;
    padding-right: .9rem;
  }

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

  .centered-heading-2 {
    margin-bottom: 24px;
    font-size: 20px;
  }

  .pricing-description {
    font-size: 23px;
  }

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

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

  .uui-text-size-large-5 {
    font-size: .9rem;
  }

  .uui-heading-xxsmall-4 {
    font-size: 1rem;
  }

  .uui-avatar-stack_item.featured {
    margin-bottom: 0;
  }

  .uui-faq01_cta {
    background-image: linear-gradient(rgba(249, 250, 251, .55), rgba(249, 250, 251, .55)), url('../images/L-gruen.svg');
    background-position: 0 0, 122% 450%;
    background-repeat: repeat, no-repeat;
    background-size: auto, 130px 400px;
  }

  .uui-page-padding-5-copy {
    padding-left: 0;
    padding-right: 0;
  }

  .container-14 {
    padding-top: 35px;
    padding-bottom: 30px;
  }

  .waves---section-hero-primary-2-copy-copy {
    margin-top: auto;
    padding-top: 80px;
    padding-bottom: 30px;
  }

  .heading-17 {
    margin-right: 0;
    font-size: 22px;
  }

  .heading-18 {
    margin-right: 0;
    padding-right: 0;
    font-size: 18px;
  }

  .container-16 {
    height: 300px;
  }

  .before-3 {
    background-repeat: repeat-x;
    background-size: cover;
  }

  .container--full {
    width: 133%;
    height: 11vh;
  }

  .lightbox-link {
    height: 164px;
  }

  .image-2 {
    height: 234px;
    max-width: 287px;
    margin-top: -70px;
  }

  .image-2._2 {
    margin-top: -92px;
  }

  .heading-15-copy {
    margin-bottom: 0;
    padding-bottom: 0;
    font-size: 23px;
  }

  .kutup-display-3 {
    font-size: 32px;
  }

  .kutup-team-content {
    padding: 25px 24px 25px 30px;
  }

  .kutup-team-image-big {
    min-height: 180px;
  }

  .kutup-team-grid-4 {
    max-width: 399px;
  }

  .kutup-team-section-2 {
    padding-left: 5%;
    padding-right: 5%;
  }

  .heading-19-copy {
    font-size: 15px;
  }

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

  .hero-leistungen {
    background-position: 108% -149%, 0 0, 50% 65%;
    padding-top: 17.9em;
    padding-bottom: 10.9em;
  }

  .hero-ueber-uns {
    height: 18.5em;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    background-image: linear-gradient(97deg, rgba(0, 0, 0, .69) 14%, rgba(255, 255, 255, .31)), linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url('../images/love-concept-represented-by-hands-extended-each-other_1.webp');
    background-position: 0 0, 0 0, 28% 28%;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    align-items: stretch;
    justify-items: baseline;
    padding: 0 0 2em 10px;
    display: flex;
  }

  .hero-ueber-uns.leistungen {
    background-image: linear-gradient(97deg, rgba(0, 0, 0, .69) 14%, rgba(255, 255, 255, .31)), url('../images/closeup-support-hands_1.webp'), linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
    background-position: 0 0, 50%, 0 0;
    background-size: auto, cover, auto;
  }

  .hero__grid-copy-cimpr {
    background-position: 225% 240%, 0 0, 1%;
    padding-top: 23em;
    padding-bottom: 10.1em;
  }

  .hero__grid-copy-daten {
    background-position: 126% -580%, 0 0, 78%;
    background-size: 160px, auto, cover;
  }

  .uui-text-size-medium-6 {
    font-size: 15px;
  }

  .uui-layout19_component {
    flex-direction: column;
    display: flex;
  }

  .uui-padding-vertical-xhuge-7 {
    padding-left: 9px;
    padding-right: 0;
  }

  .uui-page-padding-7 {
    padding-left: .9rem;
    padding-right: 1.9rem;
  }

  .uui-text-size-medium-6-copy {
    font-size: 18px;
  }

  .main-nav__logo-2 {
    max-width: 45vw;
    border-right-style: none;
    padding-right: 0;
  }

  .paragraph-6 {
    font-size: 16px;
    font-weight: 300;
  }

  .button-primary-3 {
    margin-left: 0;
    margin-right: auto;
    font-size: 12px;
  }

  .button-primary-3.dark.leistungen {
    max-width: none;
    margin-top: 20px;
    margin-left: 0;
    padding-left: 36px;
    padding-right: 36px;
    font-size: 12px;
    text-decoration: none;
  }

  .button-primary-3.leistungen, .button-primary-3.ber-uns {
    padding-left: 40px;
    padding-right: 40px;
  }

  .text-block-12 {
    font-size: 16px;
    font-weight: 300;
  }

  .text-block-12._2 {
    margin-bottom: -20px;
  }

  .heading-20 {
    text-align: center;
    margin-right: auto;
    font-size: 18px;
    font-weight: 600;
  }

  .heading-21 {
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
  }

  .bold-text-2 {
    font-size: 20px;
  }

  .heading-22 {
    text-align: left;
    padding-left: 2%;
    padding-right: 2%;
  }

  .einleitung-section-2 {
    padding-left: 5%;
    padding-right: 5%;
  }

  .testimonial-text-four-2 {
    text-align: left;
  }

  .testimonial-right-2._2 {
    padding-left: 2%;
    padding-right: 2%;
  }

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

  .uui-button-secondary-gray-5 {
    max-width: 100%;
    padding-left: 0;
  }

  .uui-button-secondary-gray-5:hover {
    color: var(--waves-library-white);
    background-color: rgba(255, 255, 255, 0);
  }

  .uui-button-secondary-gray-5.einrichtungs._4 {
    max-width: none;
    left: auto;
  }

  .uui-button-secondary-gray-5.einrichtungs._4:hover {
    color: var(--waves-library-white);
    background-color: rgba(255, 255, 255, 0);
    border-style: solid;
  }

  .uui-button-secondary-gray-5.einrichtungs._4._2 {
    max-width: 100%;
    left: auto;
  }

  .uui-button-secondary-gray-5.einrichtungs._4._3 {
    width: 140%;
  }

  .uui-button-secondary-gray-5._2 {
    max-width: 100%;
    padding-left: 0;
    left: auto;
  }

  .uui-button-secondary-gray-5._2:hover {
    color: var(--waves-library-white);
    background-color: rgba(255, 255, 255, 0);
  }

  .testimonial-left-2 {
    grid-template-columns: .25fr;
    align-content: center;
    justify-content: start;
    align-self: auto;
    justify-items: start;
    margin-left: auto;
    padding-left: 2%;
    padding-right: 0%;
    left: auto;
    right: auto;
  }

  .col_60-2 {
    display: none;
  }

  .text_features-2 {
    font-size: 16px;
  }

  .content-wrap-warumhomestaging-2 {
    min-width: 100%;
    flex-direction: column;
    align-items: center;
    padding-top: 80px;
    padding-left: 2%;
    padding-right: 2%;
    display: flex;
  }

  .paragraph-7 {
    margin-bottom: 60px;
  }

  .card_base-2 {
    min-width: 92%;
    padding-left: 14px;
    padding-right: 14px;
  }

  .card_base-2._1 {
    min-width: 100%;
    top: auto;
  }

  .card_base-2._2 {
    right: 7px;
  }

  .card_row-2 {
    grid-row-gap: 95px;
    justify-content: start;
    justify-items: start;
  }

  .button-primary-4.mehr-erfahren {
    width: 81%;
    position: relative;
    top: 52px;
  }

  .button-primary-4.mehr-erfahren._4, .button-primary-4.mehr-erfahren._1, .button-primary-4.mehr-erfahren._5 {
    top: auto;
  }

  .card_title_wrap-2 {
    height: 43%;
    min-height: 42%;
  }

  .padding-0-2 {
    width: 93%;
    background-position: 103% -6%;
    background-size: 80px;
    background-attachment: scroll;
  }

  .text-span-3 {
    font-size: 18px;
  }

  .container--full-2 {
    height: 23vh;
  }

  .text-block-13 {
    text-align: center;
    align-self: center;
    font-weight: 300;
  }

  .heading-23 {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 16px;
    font-weight: 300;
  }

  .button-primary-5.mehr-zu-unseren-leistungen-und-pakete {
    width: 94%;
    max-height: 92px;
    padding: 4px 37px;
    font-size: 12px;
    top: 44px;
  }

  .step-heading-2 {
    text-align: left;
    font-size: 12px;
    line-height: 1.3;
    position: static;
  }

  .step-heading-2.mobil {
    text-align: left;
  }

  .step-heading-2._2 {
    padding-top: 12px;
    padding-left: 14px;
    font-size: 14px;
    position: relative;
    left: auto;
  }

  .step-heading-2._2._4 {
    align-self: flex-start;
    padding-top: 7px;
    padding-left: 21px;
    left: auto;
  }

  .step-heading-2._2._1 {
    align-self: center;
    padding-top: 0;
  }

  .step-heading-2._3 {
    position: relative;
    left: auto;
  }

  .step-heading-2._4 {
    position: relative;
    left: 57px;
  }

  .step-heading-2._5 {
    position: relative;
    left: 58px;
  }

  .heading-24 {
    text-align: left;
    font-size: 20px;
  }

  .home-component-2 {
    height: auto;
    flex-direction: row;
    overflow: visible;
  }

  .paragraph-8 {
    text-align: left;
    margin-bottom: 0;
    font-size: 19px;
  }

  .process-steps-wrap-2 {
    width: auto;
    height: auto;
    grid-row-gap: 40px;
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 1fr;
    justify-content: space-between;
    justify-items: stretch;
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .process-steps-wrap-2._3 {
    grid-row-gap: 26px;
    left: -4px;
  }

  .step-number-2 {
    width: 40px;
    height: 40px;
    font-size: 12px;
  }

  .step-number-2._2 {
    position: relative;
    left: auto;
  }

  .portfolio-wrapper {
    width: 100vw;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    overflow: auto;
  }

  .portfolio {
    margin-top: 0;
    margin-bottom: 0;
  }

  .lightbox {
    min-height: auto;
    object-fit: none;
    align-self: stretch;
  }

  .h1-2 {
    color: #09252d;
    letter-spacing: -2px;
    text-transform: none;
    margin-bottom: 0;
    font-size: 2.6rem;
    font-weight: 300;
    line-height: 4.2rem;
  }

  .h1-2.overlay {
    color: #d5e1ef;
    text-align: center;
    color: var(--dim-grey);
    text-align: center;
    margin: 5px auto;
    font-size: .8rem;
    font-weight: 700;
    line-height: .8rem;
    display: block;
  }

  .hidden {
    display: none;
  }

  .portfolio-image {
    max-width: 100%;
    min-height: 420px;
    object-fit: cover;
    position: relative;
  }

  .right {
    display: none;
  }

  .right-mobile {
    overflow: auto;
  }

  .category {
    height: 62px;
    background-color: #09252d;
    display: block;
  }

  .category-title {
    height: 62px;
    color: #75adc9;
    text-align: center;
    letter-spacing: .25px;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 1.5rem;
    font-weight: 300;
    line-height: 1.4rem;
  }

  .slider-2 {
    height: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .waves---heading-3-no-margins-2 {
    font-size: 20px;
  }

  .heading-26 {
    font-size: 21px;
  }

  .waves---paragraph-big-2 {
    font-size: 14px;
  }

  .waves-logo-testimonial-2 {
    max-width: 89%;
  }

  .bewertungen {
    padding: 64px 20px;
  }

  .slide-2 {
    height: auto;
  }

  .waves---testimonial-text-big-2 {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 13px;
    line-height: 23px;
  }

  .div-block-7 {
    width: auto;
    padding: 10px 17px;
  }

  .waves---heading-2-no-margins {
    font-size: 34px;
  }

  .waves---heading-3-no-margins-3 {
    font-size: 22px;
  }

  .kontakt-page {
    padding-top: 81px;
    padding-bottom: 131px;
  }

  .waves-content-contact-2 {
    padding: 24px 16px;
  }

  .uui-testimonial01_component {
    padding-left: 0;
    padding-right: 0;
  }

  .uui-text-size-large-6 {
    font-size: 16px;
  }

  .uui-heading-medium-7 {
    text-align: center;
    font-size: 20px;
  }

  .div-block-9 {
    max-width: 232px;
    padding: 15px 36px;
  }

  .container-23 {
    max-width: 84%;
    background-color: rgba(255, 255, 255, 0);
    background-image: linear-gradient(102deg, #fff 21%, rgba(255, 255, 255, .46));
    padding-top: 85px;
    padding-left: 18px;
  }

  .image-13 {
    max-width: 20%;
  }

  .image-13._2 {
    max-width: 15%;
  }

  .image-13._2._1 {
    max-width: 22%;
  }

  .container-24 {
    padding-left: 31px;
    padding-right: 31px;
  }

  .section-5 {
    padding-bottom: 140px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .portfolio-image-2 {
    max-width: 100%;
    min-height: 420px;
    object-fit: cover;
    position: relative;
  }

  .paragraph-14 {
    font-size: 13px;
  }

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

  .h1_example-2-copy {
    font-size: 17px;
  }

  .grid-7 {
    display: none;
  }

  .grid-7._2 {
    display: block;
  }

  .text-block-absatz-2 {
    font-size: 14px;
  }

  .waves---grid-features-6 {
    grid-template-columns: 1fr;
  }

  .waves-content-contact-3 {
    padding: 24px 16px;
  }

  .kontakt-page-2 {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .team-member-name-2 {
    font-weight: 400;
  }

  .team-card-2 {
    padding-bottom: 80px;
  }

  .waves---heading-3-no-margins-4 {
    font-size: 22px;
  }

  .step-heading-2-para {
    font-size: 12px;
    line-height: 1.3;
  }

  .para-schritte {
    margin-top: -5px;
    padding-left: 9px;
    font-size: 14px;
  }

  .home-wrapper-copy {
    flex-direction: row;
    position: static;
  }

  .div-in-raute {
    padding-top: 10px;
    padding-left: 5px;
    padding-right: 5px;
  }

  .div-block-16 {
    padding: 6px 2px 19px;
    top: -177px;
    left: 61px;
  }

  .heading-28 {
    padding-bottom: 5px;
    font-size: 16px;
  }

  .heading-29 {
    font-size: 13px;
  }

  .heading-30 {
    margin-bottom: 111px;
    font-size: 22px;
  }

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

  .nav-menu-two {
    flex-direction: column;
  }

  .kutup-menu-button {
    max-width: 30%;
    flex-direction: row;
    flex: 0 auto;
    justify-content: flex-end;
    align-items: flex-end;
    margin-left: 0;
    margin-right: 0;
    padding: 0;
    display: flex;
  }

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

  .kutup-mobile-portrait-hide {
    display: none;
  }

  .kutup-nav-link {
    color: var(--black);
    padding: 20px;
    transition: opacity .3s;
  }

  .kutup-nav-link:hover {
    color: var(--dark-green);
  }

  .kutup-nav-link.no-pad {
    padding-left: 0;
    padding-right: 0;
  }

  .kutup-nav-menu {
    color: #000;
    margin-top: 0;
    margin-left: auto;
    margin-right: 0;
    display: block;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .kutup-shrink-item {
    margin-left: 0;
  }

  .kutup-nav-component-2 {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .image-33 {
    max-width: 55%;
  }

  .grid-9 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    display: block;
    position: relative;
    left: -10px;
  }

  .div-block-17 {
    position: relative;
  }

  .mask-2 {
    overflow: hidden;
  }

  .right-arrow, .left-arrow {
    width: 50px;
  }

  .div-block-18 {
    display: flex;
  }

  .paragraph-17 {
    font-size: 15px;
  }

  .img {
    width: 34%;
  }

  .compare-img {
    width: 313px;
  }

  .c-compare {
    padding-left: 0;
    padding-right: 0;
  }

  .compare-img-home-staging {
    width: 296px;
  }

  .compare-img-projekte {
    width: 231px;
  }

  .image-2-copy {
    height: 234px;
    max-width: 287px;
    margin-top: -70px;
  }

  .image-2-copy._2 {
    margin-top: -92px;
  }

  .image-2-copy-copy {
    height: 234px;
    max-width: 287px;
    margin-top: -70px;
    margin-bottom: 10px;
  }

  .image-2-copy-copy._2 {
    margin-top: -92px;
  }

  .footer-neu {
    padding-top: 70px;
  }

  .quick-stack-2 {
    grid-column-gap: 0px;
    margin-top: -90px;
  }

  .image-37 {
    margin-bottom: 100px;
  }

  .trustsiegel {
    display: none;
  }

  .waves---heading-3-no-margins-5 {
    font-size: 22px;
  }

  .waves---heading-2-no-margins-2 {
    font-size: 34px;
  }

  .waves---main-container-7 {
    padding-left: 0;
    padding-right: 0;
    font-size: 16px;
  }

  .waves---section-medium {
    padding: 64px 2rem;
  }

  .waves---heading-3-no-margins-6 {
    font-size: 18px;
    line-height: 1.2;
  }

  .waves-tile-feature-1 {
    width: 100%;
  }

  .waves-grid-features-1 {
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
    justify-content: stretch;
    justify-items: center;
    padding-left: 10px;
    padding-right: 0;
  }

  .waves---subtitle-4 {
    font-size: 20px;
  }

  .waves---limit-511 {
    font-size: 16px;
  }

  .waves---mega-heading-4 {
    font-size: 36px;
  }

  .waves-title-wrap-hero-6 {
    font-size: 16px;
  }

  .waves-gradient-hero-6 {
    background-image: linear-gradient(255deg, rgba(19, 19, 19, .1) 22%, rgba(19, 19, 19, .66) 43%, rgba(19, 19, 19, .9));
  }

  .waves-section-hero-6 {
    padding: 20px 10px;
    font-size: 16px;
  }

  .container-29 {
    max-width: 940px;
    flex-flow: column-reverse;
    justify-content: flex-start;
    align-items: center;
    margin-right: auto;
  }

  .container-30 {
    max-width: 940px;
    margin-bottom: 0;
    font-size: 1rem;
    display: none;
  }

  .uui-layout10_image-wrapper {
    display: none;
  }

  .uui-button-row-9.is-reverse-mobile-landscape {
    align-content: center;
  }

  .uui-button-row-9.is-reverse-mobile-landscape.leistungen {
    padding-top: 10px;
  }

  .uui-button-row-9.is-reverse-mobile-landscape.home {
    flex-direction: column-reverse;
    align-content: flex-start;
    justify-content: flex-start;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .uui-icon-featured-outline-large-7 {
    margin-left: auto;
    margin-right: auto;
  }

  .uui-layout10_content {
    padding-right: 0;
  }

  .uui-page-padding-10 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .waves---heading-3-no-margins-7 {
    font-size: 22px;
  }

  .waves-image-team-1 {
    width: 100%;
  }

  .waves-tile-team-1 {
    padding: 16px;
  }

  .waves-grid-team-1 {
    grid-row-gap: 32px;
  }

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

  .container-32 {
    display: none;
  }

  .heading-2-copy-2 {
    height: 36px;
    border-left-width: 4px;
    align-items: center;
    padding-top: 0;
    padding-left: 7px;
    font-size: 34px;
    top: -83px;
  }

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

  .features-right {
    margin-bottom: -30px;
  }

  .features-block-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 30px;
  }

  .features-image {
    margin-bottom: 10px;
  }

  .waves---heading-3-no-margins-8 {
    font-size: 22px;
  }

  .waves-tile-small-feature-7 {
    text-align: center;
    align-items: center;
  }

  .waves-inside-tile-vertical-features-7 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .waves-image-wide-feature-7 {
    width: 100%;
    height: auto;
  }

  .waves-inside-wide-feature-7 {
    max-width: 100%;
  }

  .waves-wide-tile-features-7 {
    padding-top: 32px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .waves---heading-2-no-margins-3 {
    font-size: 34px;
  }

  .waves---section-medium-2 {
    padding-top: 64px;
    padding-bottom: 64px;
  }

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

  .uui-page-padding-11 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

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

  .walsh-link-wrapper, .walsh-label-button {
    font-size: 16px;
  }

  .walsh-link-block-green {
    padding-left: 30px;
    padding-right: 25px;
  }

  .walsh-hero-div-block {
    width: 100%;
    grid-row-gap: 1.25em;
    flex-direction: column;
    align-items: center;
  }

  .walsh-main-paragraph {
    font-size: 1em;
  }

  .walsh-title-tag {
    font-size: 16px;
  }

  .walsh-inner-rounded-banner {
    padding-left: 40px;
    padding-right: 40px;
  }

  .walsh-image-hero {
    width: 50%;
  }

  .walsh-inner-rounded-img-float {
    padding: 30px;
  }

  .walsh-container {
    width: 100%;
    flex: 0 auto;
  }

  .section-9 {
    padding-top: 3rem;
  }

  .pt-0 {
    padding-top: 0;
  }

  .transition.mt-extra {
    margin-top: 3rem;
  }

  .transition_wrapper {
    height: 4rem;
  }

  .container-36 {
    padding: 50px 10px;
  }

  .gdpr-text-wrapper {
    flex-direction: column;
    justify-content: space-around;
    align-items: baseline;
    font-size: 3vw;
    display: flex;
  }

  .container-37 {
    padding-top: 10em;
  }

  .container-37.footer-copywriting {
    padding-top: 7em;
  }

  .container-37.footer {
    padding-top: 5em;
    padding-bottom: 5em;
  }

  .social-wrapper {
    width: 100%;
    font-size: 1vw;
  }

  .grid_item.subscribe-heading {
    font-size: 2vw;
  }

  .grid_item.text-links {
    padding: 7em 5em 10em;
  }

  .grid_item.contact-social {
    border-top-color: var(--main-grün);
    border-bottom-color: var(--main-grün);
    align-items: center;
  }

  .grid_item.footer-copywriting {
    font-size: 2vw;
  }

  .form {
    font-size: 1vw;
  }

  .form-block {
    width: 80em;
    font-size: 1vw;
  }

  .contact-social.column-2-vertical {
    flex-direction: row;
    align-items: flex-start;
    padding-top: 7em;
  }

  .contact-social.column-1-vertical {
    border-right-color: var(--main-grün);
    flex-direction: column;
    padding-top: 10em;
    padding-bottom: 10em;
    padding-left: 5em;
  }

  .text-link-footer {
    font-size: 1.4em;
  }

  .submit-button {
    border-width: 1px;
    font-size: 2vw;
  }

  .text-gdpr {
    padding-top: .25em;
    padding-bottom: .25em;
  }

  .link-2 {
    font-size: 2vw;
  }

  .text-link_wrapper.column-2 {
    width: 42%;
    align-items: flex-start;
    padding-left: 0;
  }

  .text-link_wrapper.column-1 {
    width: 60%;
    padding-left: 0;
    font-size: 1vw;
  }

  .contact-text {
    font-size: 1.2em;
  }

  .footer-section-3 {
    font-size: 1vw;
  }

  .social-icon {
    width: 5em;
    font-size: 2vw;
  }

  .contact-wrapper {
    width: 100%;
    align-items: flex-start;
    padding-top: 5em;
  }

  .footer-3 {
    font-size: 1vw;
  }

  .text-field {
    width: 24em;
    border-width: 1px;
    padding-top: 0;
    font-size: 2vw;
  }

  .vertical-divider {
    display: none;
  }

  .waves---heading-3-no-margins-9 {
    font-size: 22px;
  }

  .waves-icon-64 {
    width: 36px;
  }

  .waves-tile-contact-3 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .waves-grid-contact-3 {
    justify-items: stretch;
    margin-top: 20px;
  }

  .waves---heading-2-no-margins-4 {
    font-size: 34px;
  }

  .waves---main-container-9 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .waves---section-medium-3 {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .kontakt-section {
    background-color: rgba(255, 255, 255, 0);
    padding-left: 10px;
    padding-right: 10px;
  }

  .wtf-hero-parent {
    background-image: linear-gradient(to bottom, null, null), url('../images/close-up-disabled-people-playing-basketball_1.webp');
    background-position: 0 0, 50%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .wtf-para {
    font-size: 1.7em;
  }

  .wtf-para._1 {
    margin-top: 2rem;
    margin-bottom: 2rem;
    font-size: 14px;
  }

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

  .image-45 {
    min-width: 20px;
  }

  .burger-menu {
    width: auto;
    max-width: 40px;
    min-width: auto;
    opacity: 1;
  }

  .brand {
    max-width: 50%;
  }

  .brand.w--current {
    width: 50%;
    max-width: 100%;
  }

  .body {
    font-size: 16px;
  }

  .teams-ohne-biler {
    padding-left: 20px;
    padding-right: 20px;
  }
}

#w-node-_6c6beb9e-f061-acf1-fb40-3447e5882dd1-d93f3269, #w-node-_6c6beb9e-f061-acf1-fb40-3447e5882dd8-d93f3269, #w-node-_6c6beb9e-f061-acf1-fb40-3447e5882ddf-d93f3269 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e7023b15-22a7-ba6e-e953-cd0433b0112d-33b0112b {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

#w-node-ea69c8f4-710f-92ec-faf1-b26cbbb90e66-d93f326d {
  justify-self: auto;
}

#w-node-c8cc7a05-9d98-b40d-186e-ae14e6123073-d93f326e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1a367130-0fcb-6d45-ccf3-346c551717f5-d93f326e {
  align-self: center;
}

#w-node-bab765d6-cfa2-b24d-cde7-41ba6478add0-d93f326e, #w-node-bab765d6-cfa2-b24d-cde7-41ba6478add9-d93f326e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
  justify-self: center;
}

#w-node-bab765d6-cfa2-b24d-cde7-41ba6478ade2-d93f326e, #w-node-bab765d6-cfa2-b24d-cde7-41ba6478adeb-d93f326e, #w-node-bab765d6-cfa2-b24d-cde7-41ba6478adf4-d93f326e, #w-node-bab765d6-cfa2-b24d-cde7-41ba6478adfd-d93f326e, #w-node-_85e7297f-58a3-acaa-7971-60fce64bffa3-d93f326e, #w-node-_3f241ecd-8458-8817-9985-d302984a2d1f-d93f326e, #w-node-_37aaad09-f12b-0e6f-721c-89c7465a32dd-d93f326e, #w-node-fb8145aa-b7c6-c4de-5b4b-98ddaa7932ee-d93f326e, #w-node-ccd954c6-dc8d-75bc-2e69-245b04cc3e85-d93f3272, #w-node-ccd954c6-dc8d-75bc-2e69-245b04cc3e8c-d93f3272, #w-node-_41a2e1f2-22fe-038b-8181-73be0827e9fd-d93f3272, #w-node-_41a2e1f2-22fe-038b-8181-73be0827ea05-d93f3272 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (min-width: 1280px) {
  #w-node-ea69c8f4-710f-92ec-faf1-b26cbbb90e5a-d93f326d {
    justify-self: auto;
  }
}

@media screen and (max-width: 767px) {
  #w-node-e7023b15-22a7-ba6e-e953-cd0433b0112d-33b0112b {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_6c6beb9e-f061-acf1-fb40-3447e5882dd8-d93f3269 {
    justify-self: auto;
  }

  #w-node-e7023b15-22a7-ba6e-e953-cd0433b0112d-33b0112b {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}


@font-face {
  font-family: 'Manrope';
  src: url('../fonts/Manrope-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Manrope';
  src: url('../fonts/Manrope-Bold.ttf') format('truetype'), url('../fonts/Manrope-ExtraBold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Manrope';
  src: url('../fonts/Manrope-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Manrope';
  src: url('../fonts/Manrope-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Manrope';
  src: url('../fonts/Manrope-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Manrope';
  src: url('../fonts/Manrope-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}