@font-face {
  font-family: "Jost 300";
  src: url('../fonts/Jost-300-LightItalic.ttf') format("truetype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

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

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

@font-face {
  font-family: "Jost 700";
  src: url('../fonts/Jost-700-BoldItalic.ttf') format("truetype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Jost 600";
  src: url('../fonts/Jost-600-SemiItalic.ttf') format("truetype");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Jost 200";
  src: url('../fonts/Jost-200-ThinItalic.ttf') format("truetype");
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}

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

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

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

@font-face {
  font-family: "Jost 900";
  src: url('../fonts/Jost-900-BlackItalic.ttf') format("truetype");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

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

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

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

@font-face {
  font-family: "Jost 500";
  src: url('../fonts/Jost-500-MediumItalic.ttf') format("truetype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Jost 800";
  src: url('../fonts/Jost-800-HeavyItalic.ttf') format("truetype");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Jost 100";
  src: url('../fonts/Jost-100-HairlineItalic.ttf') format("truetype");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}

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

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

@font-face {
  font-family: Jost Variablefont Wght;
  src: url('../fonts/Jost-VariableFont_wght.ttf') format("truetype");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

:root {
  --text-primary: white;
  --primary-font: "Jost Variablefont Wght", Arial, sans-serif;
  --text-secondary: #ffffffbf;
  --background-primary: #0e0e0e;
  --background-secondary: #0d141f;
  --transparent: #0000;
  --blue-transparent: #0d141f26;
  --white: white;
  --light-blue: #3d5d8f;
  --primary: Montserrat, sans-serif;
  --hero-section-font-color: white;
  --background-position-y-slider: 50%;
}

.hero-image {
  z-index: -1;
  background-image: url('../images/Frame-25.jpg');
  background-position: 50% 100%;
  background-size: cover;
  width: 100vw;
  height: 100vh;
  display: block;
  position: absolute;
  overflow: hidden;
}

.hero-image.bg1 {
  background-image: url('../images/Haro_OutsideBalkony-Large.jpeg');
}

.hero-image.bg3 {
  background-image: url('../images/Wissenspark_Urstein_Large.jpeg');
  background-position: 50% 100%;
}

.hero-image.bg4 {
  background-image: url('../images/2025_02_19-ledererbach_103_2000_Compressed.jpeg');
  background-position: 100%;
  background-size: cover;
}

.hero-image.restaurantbg {
  background-image: url('../images/Nordsee_Kaerntnerstraße.jpg');
}

.home-desktop {
  -webkit-text-stroke-color: var(--text-primary);
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.hero-section {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  padding: 0;
  display: flex;
  position: relative;
  overflow: visible;
}

.hero-section.hero-gridline-top {
  position: static;
}

.c-navbar {
  z-index: 10000;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 10px;
  padding-left: 128px;
  padding-right: 128px;
  text-decoration: none;
  display: none;
  position: fixed;
}

.navbar-logo-link {
  grid-column-gap: 10px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.logo-1 {
  object-fit: cover;
  max-width: 100%;
  height: auto;
}

._404-logo-text {
  font-family: var(--primary-font);
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 400;
  line-height: 32px;
  text-decoration: none;
}

.frame-4 {
  grid-column-gap: 20px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.navlink-1 {
  color: #ffffffbf;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.3;
  text-decoration: none;
}

.c-hero-heading {
  z-index: 11;
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  text-decoration: none;
  display: flex;
  position: relative;
}

.hero-h1 {
  grid-row-gap: 15px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.hero-heading {
  color: #fff;
  text-align: left;
  text-indent: 20px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 126px;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
  overflow: hidden;
}

.hero-subheading {
  color: #fff;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 36px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

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

.action-button {
  clear: left;
  aspect-ratio: auto;
  -webkit-backdrop-filter: blur(12.5px);
  backdrop-filter: blur(12.5px);
  cursor: pointer;
  background-color: #ffffff0d;
  flex: 0 auto;
  justify-content: center;
  align-self: auto;
  align-items: center;
  height: 62px;
  text-decoration: none;
  transition: background-color .4s;
  display: flex;
  overflow: visible;
}

.action-button:hover {
  background-color: #fff3;
}

.action-button.phone-link {
  display: none;
}

.state-layer {
  grid-column-gap: 12px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  height: 62px;
  padding: 16px 20px 16px 16px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-6 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  text-decoration: none;
  display: flex;
}

.label-text {
  font-family: var(--primary-font);
  color: #fff;
  text-align: center;
  letter-spacing: .1px;
  text-shadow: 0 4px 4px #00000040;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 600;
  line-height: 20px;
  text-decoration: none;
}

.about-section {
  z-index: auto;
  grid-row-gap: 10px;
  background-color: #0d141f;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  padding: 75px 128px;
  text-decoration: none;
  display: block;
  position: relative;
  overflow: hidden;
}

.about-section-container {
  grid-column-gap: 250px;
  grid-row-gap: 250px;
  flex-direction: column;
  flex: 1px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
  position: relative;
  top: auto;
  left: auto;
}

.about-heading {
  z-index: 11;
  grid-row-gap: 63px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
  position: relative;
}

.feature-heading-container {
  grid-row-gap: 15px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.feature-heading {
  font-family: var(--primary-font);
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 86px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

.feature-subheading {
  font-family: var(--primary-font);
  color: var(--text-secondary);
  text-align: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 26px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

.feature-subheading.slideinup {
  color: var(--text-primary);
  font-weight: 400;
}

.statistics-container {
  justify-content: center;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.frame-18 {
  font-family: var(--primary-font);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 152px;
  padding: 1px 64px;
  text-decoration: none;
  display: flex;
}

.text-6 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 86px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

.text-7 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 22px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

.frame-19 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
  padding: 32px 64px;
  font-size: 32px;
  text-decoration: none;
  display: flex;
}

.text-8 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 22px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

.frame-20 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 152px;
  padding: 32px 64px;
  font-size: 32px;
  text-decoration: none;
  display: flex;
}

.partners-container {
  grid-row-gap: 15px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
  overflow: visible;
}

.partners-container.slideinupcontainer {
  background-color: var(--background-primary);
  margin-top: 0;
}

.services-section {
  grid-row-gap: 10px;
  font-family: var(--primary-font);
  background-image: linear-gradient(#0d141f, #0e0e0e);
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100vw;
  padding-top: 150px;
  padding-bottom: 75px;
  display: flex;
  position: static;
}

.services-section-wrapper {
  grid-row-gap: 30px;
  cursor: pointer;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 0;
  padding-bottom: 0;
  text-decoration: none;
  display: flex;
}

.services-section-wrapper.slideinupcontainer {
  overflow: visible;
}

.services {
  grid-row-gap: 25px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  text-decoration: none;
  display: flex;
  overflow: visible;
}

.services-top {
  grid-column-gap: 25px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.card-small {
  grid-column-gap: 10px;
  object-fit: fill;
  background-image: url('../images/Hero-Section.jpg');
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 410px;
  min-height: 410px;
  padding: 162px 101px;
  text-decoration: none;
  transition: opacity .4s, background-color .4s, box-shadow .4s, transform .4s;
  display: flex;
}

.card-small:hover {
  background-image: url('../images/Hero-Section.jpg');
  background-position: 0 0;
  background-size: cover;
  transform: scale(1.02)translate(0, -6px);
  box-shadow: 0 1px 10px 5px #fff3;
}

.card-small.gradient {
  background-image: url('../images/Haro_OutsideBalkony-Large.jpeg');
  background-position: 50%;
  background-size: cover;
  height: 100%;
  min-height: 0;
  padding: 0;
}

.card-small.gradient.hero-services-card {
  flex: 1;
  height: 100%;
  min-height: 0;
  padding: 0;
}

.card-small.gradient.hero-services-card:hover {
  box-shadow: 0 1px 10px 5px #fff3;
}

.card-small.gradient.hero-services-card.bg2 {
  background-image: url('../images/Nordsee_Kaerntnerstraße.jpg');
}

.card-small.gradient.hero-services-card.bg3 {
  background-image: url('../images/Wissenspark_Urstein_Large.jpeg');
}

.card-small.gradient.hero-services-card.bg4 {
  background-size: cover;
}

.card-small.gradient.hero-services-card.bg5 {
  background-image: url('../images/Nordsee_Kaerntnerstraße.jpg');
}

.card-small.gradient.hero-services-card.bg1 {
  background-image: url('../images/Haro_OutsideBalkony-Large.jpeg');
}

.card-small.gradient.hero-services-card.restaurantbg {
  background-image: url('../images/Nordsee_Kaerntnerstraße.jpg');
}

.card-small.gradient.hero-services-card.restaurantbg.w--current {
  background-image: url('../images/Haro_InsideLivingSpace-Large.jpeg');
}

.card-small.gradient.bg2, .card-small.gradient.bg3 {
  background-image: url('../images/Wissenspark_Urstein_Large.jpeg');
}

.card-small.gradient.bg5 {
  object-fit: fill;
  background-image: url('../images/Nordsee_Kaerntnerstraße.jpg');
}

.card-small.gradient.bg4 {
  background-image: url('../images/2025_02_19-ledererbach_103_2000_Compressed.jpeg');
}

.text-10 {
  z-index: 3;
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 30px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
  position: relative;
}

.services-bottom {
  grid-column-gap: 25px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  text-decoration: none;
  display: flex;
}

.services-bottom.slideinupcontainer {
  overflow: visible;
}

.team-section {
  background-color: #0e0e0e;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 75px 30px;
  display: flex;
  position: relative;
}

.team-top {
  grid-row-gap: 50px;
  background-color: var(--background-secondary);
  color: var(--transparent);
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 75px 10px;
  text-decoration: none;
  display: flex;
}

.team-top.slideinupcontainer {
  grid-row-gap: 0px;
  padding-left: 15px;
  padding-right: 15px;
}

.team-1-container {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  text-decoration: none;
  display: flex;
}

.frame-36 {
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-11 {
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: none;
  position: absolute;
  inset: auto auto 0% 0%;
}

.quote-container {
  background-color: var(--background-primary);
  -webkit-backdrop-filter: blur(12.5px);
  backdrop-filter: blur(12.5px);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  height: 100%;
  padding: 150px 10px;
  text-decoration: none;
  display: flex;
}

.quote-container.slideinupcontainer {
  padding-left: 30px;
  padding-right: 30px;
}

.vectors-wrapper-12 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 50px;
  text-decoration: none;
  display: flex;
}

.project-container {
  -webkit-text-fill-color: inherit;
  object-fit: fill;
  background-image: url('../images/Frame-24.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  background-clip: border-box;
  width: 100%;
  height: 100%;
  padding-top: 25px;
  padding-left: 25px;
  position: relative;
}

.project-container.project1 {
  background-image: url('../images/04_Golling_mirrored.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
}

.project-container.project2 {
  background-image: url('../images/Wissenspark_Urstein_Large.jpeg');
  background-position: 100% 0;
}

.project-container.project3 {
  background-image: url('../images/UKO_Estate_Drohne-2-1-2.jpg');
  background-position: 100% 0;
}

.project-container.project5 {
  background-image: url('../images/04_Golling_mirrored.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
}

.project-container.b-home {
  background-image: url('../images/Einfamilienhaus.png');
  background-position: 50%;
}

.project-container.eugendorf {
  background-image: url('../images/Familientraum_Eugendorf_Aussenansicht_Nacht.jpg');
  background-position: 50% 66%;
}

.project-container.eugendorf.foto {
  background-image: url('../images/Familientraum_Eugendorf_Aussenansicht_Nacht.jpg');
}

.project-container.projekt-ledererbach {
  background-image: url('../images/2025_02_19-ledererbach_103_2000_Compressed.jpeg');
  background-position: 50% 0;
}

.project-container.projekt-nordsee {
  background-image: url('../images/Nordsee_Kaerntnerstraße.jpg');
  background-position: 50% 0;
}

.project-container.projects-more {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-image: url('../images/B-Home_2.jpg');
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: space-between;
  place-items: stretch stretch;
  padding-top: 0;
  padding-left: 0;
  display: grid;
  overflow: visible;
}

.project-container.ledererbach, .project-container.eugendorf, .project-container.nordsee, .project-container.eugendorf, .project-container.project_einfamilienhaus {
  background-image: url('../images/Wissenspark_Urstein_Large.jpeg');
  background-position: 100% 0;
}

.project-container.project_einfamiilienhaus {
  background-image: url('../images/Einfamilienhaus.png');
  background-position: 100% 0;
}

.project-info {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  -webkit-backdrop-filter: blur(12.5px);
  backdrop-filter: blur(12.5px);
  background-color: #0d141f80;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 450px;
  height: auto;
  padding: 15px 25px;
  text-decoration: none;
  display: block;
}

.footer {
  grid-row-gap: 10px;
  font-family: var(--primary-font);
  background-image: linear-gradient(#0e0e0e, #0d141f);
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.frame-47 {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 512px;
  padding: 75px;
  text-decoration: none;
  display: flex;
}

.footer-logo {
  grid-column-gap: 30px;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.logo-text-2 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
  text-decoration: none;
}

.footer-logo-2 {
  grid-column-gap: 150px;
  justify-content: center;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.frame-48 {
  grid-column-gap: 50px;
  flex: 0 auto;
  justify-content: center;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.frame-49 {
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.text-15 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 32px;
  text-decoration: none;
}

._43-664-211-45-72-info-bm-wass-at {
  clear: none;
  aspect-ratio: auto;
  color: #ffffffbf;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 32px;
  text-decoration: none;
}

.frame-50 {
  grid-column-gap: 25px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.footer-legal {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.frame-51 {
  grid-column-gap: 10px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 10px;
  text-decoration: none;
  display: flex;
}

.frame-52 {
  grid-column-gap: 25px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.action-button-arrow {
  box-sizing: border-box;
  clear: none;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  aspect-ratio: auto;
  outline-offset: 0px;
  object-fit: fill;
  border-top: 30px solid #0000;
  border-bottom: 30px solid #0000;
  border-left: 15px solid #3d5d8f;
  outline: 3px #333;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 0;
  height: 100%;
  font-size: 0;
  font-weight: 400;
  line-height: 0%;
  display: block;
  position: static;
}

.action-button-arrow.arrow-right {
  transform-style: preserve-3d;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.hero-gridlines {
  z-index: 10;
  aspect-ratio: auto;
  object-fit: fill;
  width: 100%;
  height: 100%;
  padding-left: 0;
  padding-right: 0;
  display: block;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.body {
  font-family: var(--primary-font);
  background-color: #0d141f;
}

.splide {
  width: 100%;
  position: relative;
}

.splide.slider1 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.splide__slide {
  box-sizing: border-box;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  flex: none;
  width: 80%;
  min-height: auto;
  position: static;
}

.projectscontainer {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: column;
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 0 2em;
  display: none;
}

.projectscontainer.slideinupcontainer {
  padding-left: 30px;
  padding-right: 30px;
  display: block;
}

.splide__arrows {
  justify-content: flex-end;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.embed {
  background-color: var(--transparent);
  color: var(--white);
  -webkit-text-stroke-color: var(--white);
}

.splide__list {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.splide__track {
  width: 100%;
}

.hero-content {
  z-index: auto;
  background-image: linear-gradient(#00000080, #00000080);
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding-left: 128px;
  padding-right: 128px;
  display: flex;
  position: relative;
}

.expertise__item {
  border-bottom: 1px solid var(--light-blue);
  color: #141414;
  align-items: center;
  padding-top: 30px;
  padding-bottom: 30px;
  font-size: 32px;
  line-height: .8%;
  text-decoration: none;
  transition: background-color .3s, padding .3s;
  display: flex;
  position: relative;
}

.expertise__item:hover {
  background-color: #1414140d;
  padding-left: 39px;
}

.div-block-3 {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.animation1 {
  background-color: var(--transparent);
  opacity: 1;
  color: #fff;
  text-align: center;
  font-size: 6em;
  font-weight: 300;
  line-height: 1.2;
}

.hero-section-services {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  padding: 0;
  display: flex;
  position: relative;
  overflow: visible;
}

.hero-content-services {
  z-index: auto;
  background-image: linear-gradient(#000000a8, #000000a8);
  flex-flow: column;
  flex: 0 auto;
  order: 0;
  justify-content: center;
  align-self: auto;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
}

.hero-headig-services {
  z-index: 11;
  grid-row-gap: 32px;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-self: auto;
  align-items: center;
  width: 100%;
  max-width: none;
  margin-top: 0;
  margin-bottom: 15%;
  text-decoration: none;
  display: flex;
  position: relative;
}

.body-2 {
  font-family: var(--primary-font);
}

.hero-section-navigation {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  aspect-ratio: auto;
  flex: 0 auto;
  order: 0;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  height: 25%;
  margin-top: 0;
  margin-bottom: 25px;
  padding-left: 25px;
  padding-right: 25px;
  display: flex;
  position: absolute;
  bottom: 0;
  overflow: visible;
}

.div-block-5 {
  box-sizing: border-box;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  aspect-ratio: auto;
  object-fit: fill;
  flex-flow: column;
  flex: 1;
  order: 0;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  min-height: 0;
  max-height: 100%;
  display: flex;
  overflow: visible;
}

.div-block-5:visited {
  text-decoration: none;
}

.div-block-5.w--current {
  aspect-ratio: auto;
  object-fit: contain;
  flex: 1;
  text-decoration: none;
  position: static;
  overflow: visible;
}

.image {
  box-sizing: border-box;
  aspect-ratio: auto;
  object-fit: cover;
  flex: 8;
  order: 0;
  align-self: auto;
  width: 100%;
  height: auto;
  max-height: 90%;
  overflow: hidden;
  box-shadow: 0 1px 10px 5px #fff3;
}

.content-section-1 {
  background-color: var(--background-secondary);
  justify-content: center;
  align-self: auto;
  align-items: center;
  width: 100%;
  height: auto;
  display: flex;
}

.content-secion-1-wrapper {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  justify-content: center;
  align-items: center;
  max-width: 1800px;
  padding: 150px 128px;
  display: flex;
  position: static;
}

.heading-6 {
  color: var(--text-primary);
  text-align: left;
  font-size: 38px;
  font-weight: 400;
}

.paragraph {
  color: var(--text-secondary);
  font-size: 18px;
  line-height: 1.3;
}

.div-block-6 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  display: flex;
}

.div-block-7 {
  width: 50%;
}

.div-block-8 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
}

.content-section-1-reverse {
  background-color: var(--background-secondary);
  flex-flow: row;
  flex: 0 auto;
  order: 0;
  justify-content: center;
  align-self: auto;
  align-items: center;
  width: 100%;
  height: auto;
  display: flex;
}

.content-secion-1-wrapper-reverse {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  flex-flow: row-reverse;
  justify-content: center;
  align-items: center;
  max-width: 1800px;
  padding: 150px 128px;
  display: flex;
  position: static;
}

.layout {
  grid-column-gap: 80px;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 1440px;
  padding: 112px 64px;
  text-decoration: none;
  display: flex;
}

.layout._253 {
  max-width: 1800px;
}

.content {
  grid-column-gap: 80px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.section-title {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 380px;
  text-decoration: none;
  display: flex;
}

.frame-112 {
  grid-row-gap: 25px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.content-2 {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.heading-7 {
  font-family: var(--primary-font);
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

.text-16 {
  font-family: var(--primary-font);
  color: var(--text-secondary);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.content-3 {
  grid-row-gap: 64px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.list {
  grid-column-gap: 48px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-16 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  text-decoration: none;
  display: flex;
}

.heading-8 {
  font-family: var(--primary-font);
  color: #efe9e1;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 600;
  line-height: 140%;
  text-decoration: none;
}

.text-17 {
  font-family: var(--primary-font);
  color: var(--text-secondary);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

.list-item {
  grid-row-gap: 24px;
  flex-direction: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.div-block-9 {
  background-color: var(--background-secondary);
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.hero-heading-copy {
  color: #fff;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 126px;
  font-weight: 500;
  line-height: 100px;
  text-decoration: none;
}

.hero-heading-copy.center-text {
  text-align: center;
  font-size: 112px;
}

.hero-h1-services {
  grid-row-gap: 15px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.div-block-10 {
  justify-content: center;
  width: 100%;
  display: flex;
}

.cf-flex-1---image-contain {
  align-items: stretch;
  width: 45%;
  display: flex;
  position: relative;
}

.cf-flex-1---image-1 {
  object-fit: contain;
  border-radius: 0;
  width: 100%;
  max-width: 480px;
  overflow: visible;
}

.image-6 {
  border-radius: 20px;
  width: 50%;
  position: absolute;
  inset: auto 0% -50px 40%;
}

.image-6.parallax-image {
  border-radius: 0;
  bottom: -100px;
  left: -5%;
}

.cta-section {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  background-image: linear-gradient(#00000080, #00000080), url('../images/Haro_OutsideBalkony-Large.jpeg');
  background-position: 0 0, 50%;
  background-size: auto, auto;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 36px;
  padding-bottom: 36px;
  display: flex;
}

.cta-heading {
  color: var(--white);
  text-align: center;
}

.heading-9 {
  color: var(--text-primary);
  text-align: center;
  font-weight: 600;
}

.project-description-wrapper {
  grid-row-gap: 15px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.proejct-heading {
  color: #fff;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
}

.project-description {
  color: #ffffffbf;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

.splide__slide_mobile {
  box-sizing: border-box;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  flex: none;
  width: 80%;
  min-height: auto;
  position: static;
}

.services-heading {
  font-family: var(--primary-font);
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 86px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

.rl_navbar2_container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr .25fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.rl_navbar2_component {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #0d141f26;
  border-bottom: 1px #000;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  height: auto;
  min-height: 4.5rem;
  padding-left: 128px;
  padding-right: 129px;
  display: flex;
  position: fixed;
  top: 0;
}

.rl_navbar2_menu-button {
  padding: 0;
}

.rl_navbar2_button-wrapper {
  grid-column-gap: 1rem;
  width: 0;
  margin-left: 1rem;
  display: flex;
}

.rl_navbar2_link {
  font-family: var(--primary-font);
  color: var(--white);
  padding: .5rem 1em;
  font-size: 19px;
  font-weight: 400;
  line-height: 1.5;
}

.rl_navbar2_link.w--current {
  font-family: var(--primary-font);
  color: var(--text-primary);
}

.rl_navbar2_link.phone-link {
  display: none;
}

.div-block-11 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: flex-end;
  align-items: center;
  padding-right: 0;
  display: flex;
}

.rl_navbar2_menu {
  justify-content: center;
  align-items: center;
  display: flex;
  position: static;
}

.rl_navbar2_menu.is-page-height-tablet {
  color: var(--white);
  justify-content: flex-end;
  align-items: center;
  width: 100%;
}

.card-small-wrapper {
  width: 100%;
  height: 100%;
}

.vectors-wrapper-17 {
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 61.425px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-18 {
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 45px;
  text-decoration: none;
  display: flex;
}

.frame-113 {
  grid-column-gap: 75px;
  justify-content: center;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-19 {
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 50.9px;
  text-decoration: none;
  display: flex;
}

.text-18 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 26px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

.vectors-wrapper-20 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 135px;
  height: 135px;
  text-decoration: none;
  display: flex;
}

.cta-subheading {
  color: var(--text-primary);
  text-align: center;
  font-weight: 500;
}

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

.utility-page-content {
  -webkit-backdrop-filter: blur(12.5px);
  backdrop-filter: blur(12.5px);
  text-align: center;
  background-color: #0d141f80;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: auto;
  padding: 75px;
  display: flex;
}

.feature-section-cards {
  width: 100%;
  height: 100%;
}

.fsc-wrapper {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  background-color: var(--background-secondary);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 150px 64px;
  display: flex;
}

.fsc-heading {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 60%;
  display: flex;
}

.heading-11 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 700;
}

.paragraph-2 {
  color: var(--text-secondary);
  width: 100%;
  font-size: 18px;
  line-height: 1.2;
}

.fsc-features {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: wrap;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.fsc-feature {
  background-color: #101826;
  border: 0 solid #000;
  flex-flow: column;
  flex: 0 auto;
  order: 0;
  justify-content: flex-start;
  align-self: auto;
  align-items: center;
  width: auto;
  max-width: 350px;
  height: auto;
  padding: 25px 25px 50px;
  display: flex;
  overflow: visible;
}

.fsc-feature-description {
  color: var(--text-secondary);
  text-align: center;
  margin-bottom: 0;
  font-size: 16px;
}

.fsc-feature-heading {
  color: var(--white);
  text-align: center;
  margin-top: 35px;
  margin-bottom: 0;
  padding-bottom: 10px;
  font-size: 26px;
  line-height: 1.1;
}

.fsc-feature-icon {
  width: 50px;
}

.heading-12 {
  font-family: var(--primary-font);
  color: var(--text-primary);
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 64px;
  line-height: 1.2;
}

.text-block {
  font-family: var(--primary-font);
  color: var(--text-secondary);
  padding-bottom: 30px;
  font-size: 24px;
  line-height: 1.2;
}

._404-action-button {
  clear: left;
  aspect-ratio: auto;
  -webkit-backdrop-filter: blur(12.5px);
  backdrop-filter: blur(12.5px);
  cursor: pointer;
  background-color: #ffffff0d;
  flex: 0 auto;
  justify-content: center;
  align-self: auto;
  align-items: center;
  height: 62px;
  text-decoration: none;
  transition: background-color .4s;
  display: flex;
  overflow: visible;
}

._404-action-button:hover {
  background-color: #fff3;
}

.projects-more-image {
  box-sizing: border-box;
  object-fit: fill;
  flex: 0 auto;
  width: auto;
  min-width: 0;
  max-width: none;
  height: auto;
  min-height: 0;
  display: block;
  overflow: visible;
}

.project-info-more-projects {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  background-color: #0d141f80;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  height: 100%;
  padding: 15px 25px;
  text-decoration: none;
  display: flex;
  position: absolute;
}

.project-description-wrapper-more-projects {
  grid-row-gap: 15px;
  text-align: center;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.impressum-container {
  font-family: var(--primary-font);
  padding: 200px 100px 75px 15%;
}

.impressum-content {
  font-size: 18px;
}

.body-4 {
  background-color: var(--background-secondary);
  color: var(--text-secondary);
}

.heading-13 {
  color: var(--white);
  font-size: 86px;
  line-height: 1.2;
}

.rich-text-block {
  color: var(--text-secondary);
}

.bold {
  font-size: 20px;
  font-weight: 900;
}

.heading-14, .heading-15 {
  color: var(--white);
}

.heading-16, .heading-17 {
  color: var(--text-primary);
}

.copyright {
  clear: none;
  aspect-ratio: auto;
  color: #ffffffbf;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 32px;
  text-decoration: none;
}

.projects_all.is--dark {
  color: #dfdad5;
  background-color: #0e0e0e;
  width: 100%;
  padding-top: 150px;
  padding-bottom: 150px;
  display: block;
  overflow: hidden;
}

.team-subheading {
  color: #fff;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 36px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

.link-2 {
  color: var(--text-secondary);
  text-decoration: none;
}

.div-block-14 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  font-size: 18px;
  display: flex;
}

.link-3 {
  color: var(--text-secondary);
  text-decoration: none;
}

.text-block-2 {
  color: var(--text-primary);
  text-align: right;
}

.div-block-15 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.logo-text-footer {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 35px;
  font-weight: 300;
  line-height: 32px;
  text-decoration: none;
}

.logo-text-footer-sub {
  color: var(--text-primary);
  text-align: right;
  font-size: 16px;
}

._404-logo {
  grid-column-gap: 30px;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.logo-text-404 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 35px;
  font-weight: 300;
  line-height: 32px;
  text-decoration: none;
}

.logo-text-404-sub {
  color: var(--text-primary);
  text-align: right;
  font-size: 16px;
}

.link-4 {
  color: var(--text-secondary);
  text-decoration: underline;
}

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

.section {
  background-color: #0000000d;
  padding: 150px 20px;
  display: none;
}

.features-right {
  grid-row-gap: 200px;
  flex-direction: column;
  width: 400px;
  display: flex;
  position: relative;
}

.features-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.features-card {
  transform-origin: 50% 0;
  text-align: center;
  -webkit-text-fill-color: inherit;
  background-color: #fff;
  background-clip: border-box;
  border-radius: 15px;
  flex-direction: column;
  align-items: center;
  padding: 40px;
  display: flex;
  position: sticky;
  top: 150px;
}

.features-card.third {
  margin-bottom: 15px;
  top: 180px;
}

.features-card.second {
  margin-bottom: 30px;
  top: 165px;
}

.features-card.first {
  margin-bottom: 45px;
}

.features-card.fourth, .features-card.fifth {
  top: 195px;
}

.splide__arrows-2 {
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.splide__arrow {
  background-color: #0000;
  background-image: url('../images/arrow-right.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 30%;
  border: 1px solid #242022;
  border-radius: 100vw;
  width: 6em;
  height: 3em;
  margin-right: 1em;
  transition: all .2s;
}

.splide__arrow:hover {
  background-color: #3732350f;
}

.splide__arrow.splide__arrow--prev {
  transform: rotate(-180deg);
}

.splide__arrow.splide__arrow--prev:active {
  transform: scale(.95)rotate(-180deg);
}

.splide__arrow.splide__arrow--next:active {
  transform: scale(.95);
}

@media screen and (min-width: 1280px) {
  .hero-image {
    background-image: url('../images/UKO_Estate_Drohne-2-1-2.jpg');
  }

  .hero-image.bg4 {
    background-position: 50% 75%;
  }

  .hero-section.hero-gridline-top {
    background-image: none;
  }

  .navbar-logo-link.w--current {
    grid-column-gap: 20px;
    justify-content: center;
    align-items: center;
    width: auto;
    height: 100%;
  }

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

  .about-section {
    height: auto;
    padding-bottom: 75px;
  }

  .feature-heading-container {
    width: 100%;
  }

  .feature-subheading {
    width: 75%;
  }

  .feature-subheading.slideinup {
    color: var(--text-primary);
    width: 75%;
  }

  .frame-18 {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .frame-19 {
    justify-content: center;
    align-items: center;
  }

  .partners-container.slideinupcontainer {
    margin-top: 0;
    padding-top: 75px;
    padding-bottom: 75px;
  }

  .services-section {
    box-sizing: border-box;
    height: 100vh;
    margin-top: 150px;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 15px;
    overflow: visible;
  }

  .services-section-wrapper, .services, .services-top {
    height: 100%;
  }

  .card-small.gradient {
    background-image: url('../images/Haro_OutsideBalkony-Large.jpeg');
    height: 100%;
    min-height: 0;
    padding: 0;
  }

  .card-small.gradient.hero-services-card.bg2 {
    background-image: url('../images/Nordsee_Kaerntnerstraße.jpg');
  }

  .card-small.gradient.hero-services-card.bg3 {
    background-image: url('../images/Wissenspark_Urstein_Large.jpeg');
    background-position: 50% 0;
    background-size: cover;
  }

  .card-small.gradient.hero-services-card.bg4 {
    background-image: url('../images/2025_02_19-ledererbach_103_2000_Compressed.jpeg');
  }

  .card-small.gradient.hero-services-card.bg5 {
    background-image: url('../images/Nordsee_Kaerntnerstraße.jpg');
  }

  .card-small.gradient.bg2, .card-small.gradient.bg3 {
    background-image: url('../images/Wissenspark_Urstein_Large.jpeg');
    min-height: 0;
  }

  .card-small.gradient.bg5 {
    background-image: url('../images/Nordsee_Kaerntnerstraße.jpg');
    background-position: 50% 75%;
    min-height: 0;
  }

  .card-small.gradient.bg4 {
    background-image: url('../images/2025_02_19-ledererbach_103_2000_Compressed.jpeg');
    background-position: 50%;
    min-height: 0;
  }

  .text-10 {
    font-size: 32px;
    font-weight: 400;
  }

  .services-bottom {
    height: 100%;
  }

  .team-section {
    padding-top: 150px;
  }

  .team-top {
    padding-left: 75px;
    padding-right: 75px;
  }

  .vectors-wrapper-11 {
    display: block;
  }

  .project-container.project1 {
    background-image: url('../images/04_Golling_mirrored.jpg');
    background-position: 50% 0;
    background-size: cover;
    background-position-y: var(--background-position-y-slider);
  }

  .project-container.project2 {
    background-image: url('../images/Wissenspark_Urstein_Large.jpeg');
    background-position: 50%;
    background-position-y: var(--background-position-y-slider);
  }

  .project-container.project3 {
    background-image: url('../images/UKO_Estate_Drohne-2-1-2.jpg');
    background-position-x: 50%;
    background-position-y: var(--background-position-y-slider);
  }

  .project-container.project5 {
    background-image: url('../images/b3d-eugendorf_cam06-01---Wohnhaus_resized.jpg');
    background-position-x: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
    background-position-y: var(--background-position-y-slider);
    background-image: url('../images/04_Golling_mirrored.jpg');
    background-position: 50% 0;
    background-size: cover;
    background-position-y: var(--background-position-y-slider);
  }

  .project-container.projekt-ledererbach {
    background-image: url('../images/2025_02_19-ledererbach_103_2000_Compressed.jpeg');
    background-position: 50%;
    background-position-y: var(--background-position-y-slider);
  }

  .project-container.projekt-nordsee {
    background-image: url('../images/Nordsee_Kaerntnerstraße.jpg');
    background-position: 50%;
    background-position-y: var(--background-position-y-slider);
  }

  .project-container.ledererbach, .project-container.eugendorf, .project-container.nordsee, .project-container.eugendorf, .project-container.project_einfamilienhaus {
    background-image: url('../images/Wissenspark_Urstein_Large.jpeg');
    background-position: 50%;
    background-position-y: var(--background-position-y-slider);
  }

  .project-container.project_einfamiilienhaus {
    background-image: url('../images/Einfamilienhaus.png');
    background-position: 50%;
    background-position-y: var(--background-position-y-slider);
  }

  .footer-logo {
    grid-column-gap: 35px;
    justify-content: center;
    align-items: flex-end;
  }

  .logo-text-2 {
    direction: ltr;
    text-transform: none;
    text-overflow: clip;
    word-break: normal;
    font-size: 26px;
    font-weight: 300;
    line-height: 1;
  }

  .footer-logo-2 {
    margin-top: 50px;
  }

  .frame-48 {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .frame-49 {
    justify-content: flex-start;
    align-items: center;
  }

  .projectscontainer {
    display: none;
  }

  .hero-content {
    background-image: linear-gradient(#00000080, #00000080);
  }

  .animation1 {
    aspect-ratio: auto;
    color: var(--text-secondary);
    object-fit: fill;
    align-self: auto;
    font-size: 6em;
    position: relative;
    overflow: visible;
  }

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

  .hero-section-navigation {
    padding-right: 25px;
  }

  .div-block-5.w--current {
    overflow: visible;
  }

  .image {
    overflow: hidden;
  }

  .heading-6 {
    line-height: 1.2;
  }

  .paragraph {
    width: 80%;
    font-size: 20px;
  }

  .layout._253 {
    padding-top: 150px;
    padding-bottom: 150px;
  }

  .heading-8 {
    font-family: var(--primary-font);
    font-size: 32px;
    font-weight: 500;
  }

  .div-block-10 {
    height: auto;
    overflow: visible;
  }

  .cf-flex-1---image-contain {
    max-height: 50%;
  }

  .cf-flex-1---image-1 {
    border-radius: 15px;
    width: 100%;
    max-width: none;
  }

  .image-6.parallax-image {
    border-radius: 0;
    bottom: -150px;
  }

  .cta-section {
    grid-column-gap: 35px;
    grid-row-gap: 35px;
    background-image: linear-gradient(#0009, #0009), url('../images/Wissenspark_Urstein_Large.jpeg');
    background-position: 0 0, 50% 40%;
    background-size: auto, cover;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
    display: flex;
  }

  .cta-heading {
    color: var(--text-primary);
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 64px;
    line-height: 1.2;
  }

  .heading-9 {
    color: var(--text-primary);
    text-align: center;
    -webkit-text-stroke-color: var(--text-secondary);
    margin-top: 0;
    margin-bottom: 0;
    line-height: 1.3;
  }

  .project-description-wrapper {
    text-align: center;
  }

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

  .project-description {
    text-align: left;
    white-space: normal;
    word-break: normal;
    overflow-wrap: normal;
  }

  .rl_navbar2_container {
    grid-template-columns: .25fr 1fr 1fr;
    justify-content: space-between;
    align-items: center;
    padding-top: 7px;
    padding-bottom: 7px;
    display: flex;
  }

  .rl_navbar2_component {
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    background-color: #ffffff26;
    background-image: none;
    border-bottom-style: none;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    position: fixed;
    top: 0;
  }

  .rl_navbar2_button-wrapper {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    justify-content: center;
  }

  .rl_navbar2_link {
    font-weight: 500;
  }

  .div-block-11 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .card-small-wrapper {
    width: 100%;
    height: 100%;
  }

  .cta-subheading {
    color: var(--text-primary);
    text-align: center;
    -webkit-text-stroke-color: var(--text-secondary);
    margin-top: 0;
    margin-bottom: 0;
    line-height: 1.3;
  }

  .fsc-features {
    max-width: 1920px;
  }

  .fsc-feature {
    max-width: 400px;
  }

  .heading-12 {
    font-weight: 400;
  }

  .project-description-wrapper-more-projects {
    text-align: center;
  }

  .impressum-container {
    font-family: var(--primary-font);
    height: auto;
    min-height: 100vh;
    padding-top: 0;
    padding-left: 0%;
    display: block;
  }

  .impressum-content {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    height: 100%;
    padding-top: 200px;
    padding-left: 15%;
    padding-right: 15%;
    display: flex;
  }

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

  .heading-13 {
    color: var(--text-primary);
    font-size: 86px;
    line-height: 1;
  }

  .rich-text-block {
    color: var(--text-secondary);
    font-size: 20px;
    line-height: 1.2;
  }

  .bold {
    font-weight: 900;
  }

  .projects_all.is--dark {
    padding-bottom: 100px;
  }

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

  .text-block-2 {
    color: var(--text-primary);
    text-align: right;
    font-size: 14px;
    line-height: 1;
  }

  .logo-text-footer {
    direction: ltr;
    text-transform: none;
    text-overflow: clip;
    word-break: normal;
    font-size: 46px;
    font-weight: 300;
    line-height: 1;
  }

  .logo-text-footer-sub {
    color: var(--text-primary);
    text-align: right;
    font-size: 20px;
    line-height: 1;
  }

  ._404-logo {
    grid-column-gap: 35px;
    justify-content: center;
    align-items: flex-end;
  }

  .logo-text-404 {
    direction: ltr;
    font-family: var(--primary-font);
    text-transform: none;
    text-overflow: clip;
    word-break: normal;
    font-size: 46px;
    font-weight: 300;
    line-height: 1;
  }

  .logo-text-404-sub {
    font-family: var(--primary-font);
    color: var(--text-primary);
    text-align: right;
    font-size: 20px;
    line-height: 1;
  }

  .section {
    display: none;
  }
}

@media screen and (max-width: 991px) {
  .hero-heading {
    text-indent: 15px;
    font-size: 86px;
    line-height: 1;
  }

  .hero-subheading {
    font-size: 28px;
    line-height: 1.15;
  }

  .action-button.phone-link {
    display: none;
  }

  .about-section {
    padding-left: 25px;
    padding-right: 25px;
  }

  .about-section-container {
    grid-column-gap: 150px;
    grid-row-gap: 150px;
  }

  .feature-heading {
    font-size: 64px;
    line-height: 1;
  }

  .feature-subheading {
    font-size: 20px;
  }

  .feature-subheading.slideinup {
    color: var(--text-primary);
  }

  .statistics-container {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
  }

  .frame-18 {
    padding: 0;
  }

  .text-6 {
    font-size: 64px;
  }

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

  .frame-19 {
    justify-content: center;
    align-items: center;
    padding: 0;
  }

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

  .frame-20 {
    padding: 0;
  }

  .card-small.gradient.bg3 {
    background-image: url('../images/Wissenspark_Urstein_Large.jpeg');
  }

  .text-10 {
    font-size: 24px;
  }

  .team-top {
    padding-left: 25px;
    padding-right: 25px;
  }

  .project-container.project1 {
    background-image: url('../images/04_Golling_mirrored.jpg');
    background-position: 50%;
    padding-top: 15px;
    padding-left: 15px;
  }

  .project-container.project2 {
    background-image: url('../images/Wissenspark_Urstein_Large.jpeg');
    padding-top: 15px;
    padding-left: 15px;
  }

  .project-container.project3 {
    background-image: url('../images/UKO_Estate_Drohne-2-1-2.jpg');
    background-position: 0 0;
    padding-top: 15px;
    padding-left: 15px;
  }

  .project-container.project5 {
    background-image: url('../images/04_Golling_mirrored.jpg');
    background-position: 50%;
    padding-top: 15px;
    padding-left: 15px;
  }

  .project-container.eugendorf {
    background-image: none;
  }

  .project-container.eugendorf.foto {
    background-image: url('../images/Familientraum_Eugendorf_Aussenansicht_Nacht.jpg');
    background-position: 50% 75%;
  }

  .project-container.projekt-ledererbach {
    background-image: url('../images/2025_02_19-ledererbach_103_1200_630.jpeg');
    padding-top: 15px;
    padding-left: 15px;
  }

  .project-container.projekt-nordsee {
    background-image: url('../images/Nordsee_Kaerntnerstraße.jpg');
    padding-top: 15px;
    padding-left: 15px;
  }

  .project-container.ledererbach, .project-container.eugendorf, .project-container.nordsee, .project-container.eugendorf, .project-container.project_einfamilienhaus {
    background-image: url('../images/Wissenspark_Urstein_Large.jpeg');
    padding-top: 15px;
    padding-left: 15px;
  }

  .project-container.project_einfamiilienhaus {
    background-image: url('../images/Einfamilienhaus.png');
    padding-top: 15px;
    padding-left: 15px;
  }

  .project-info {
    max-width: 400px;
    height: auto;
  }

  .footer-logo {
    grid-column-gap: 25px;
    justify-content: center;
    align-items: flex-end;
  }

  .splide__slide {
    width: 100%;
  }

  .projectscontainer {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .splide__arrows {
    display: none;
  }

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

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

  .animation1 {
    font-size: 58px;
  }

  .hero-section-navigation {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: wrap;
    flex: 0 auto;
    order: 0;
    grid-template-rows: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    justify-content: space-between;
    place-items: center;
    height: 30%;
    margin-bottom: 15px;
    padding-left: 15px;
    padding-right: 15px;
    display: grid;
  }

  .div-block-5.w--current {
    justify-content: space-between;
    align-items: center;
    overflow: visible;
  }

  .image {
    overflow: hidden;
  }

  .content-secion-1-wrapper {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-left: 50px;
    padding-right: 50px;
  }

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

  .content-secion-1-wrapper-reverse, .layout._253 {
    padding-left: 50px;
    padding-right: 50px;
  }

  .content {
    grid-row-gap: 35px;
    flex-flow: column;
    align-items: stretch;
  }

  .section-title {
    justify-content: flex-start;
    align-items: stretch;
    max-width: none;
  }

  .hero-heading-copy.center-text {
    font-size: 78px;
    line-height: 1;
  }

  .cf-flex-1---image-contain {
    width: 100%;
    max-width: 500px;
  }

  .cf-flex-1---image-1 {
    margin-top: 25px;
  }

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

  .project-description {
    font-size: 16px;
  }

  .splide__slide_mobile {
    width: 100%;
  }

  .services-heading {
    font-size: 64px;
    line-height: 1;
  }

  .rl_navbar2_container {
    grid-template-columns: .25fr 1fr;
    display: flex;
  }

  .rl_navbar2_component {
    background-color: var(--blue-transparent);
    border-bottom-style: none;
    padding-right: 128px;
  }

  .rl_navbar2_menu-button {
    padding: 0;
  }

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

  .rl_menu-icon2_line-middle {
    background-color: var(--white);
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .rl_navbar2_button-wrapper {
    align-items: center;
  }

  .rl_navbar2_link {
    text-align: center;
    padding: 1rem 0;
    font-size: 2rem;
  }

  .rl_navbar2_link.phone-link {
    display: none;
  }

  .rl_menu-icon2 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    margin-right: -.5rem;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .rl_menu-icon2_line-bottom {
    border: 1px solid var(--white);
    background-color: #000;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .rl_navbar2_menu {
    -webkit-text-fill-color: inherit;
    background-color: #fff;
    background-clip: border-box;
    border-bottom: 1px solid #000;
    justify-content: center;
    padding: 1rem 5% 2.5rem;
    display: flex;
    position: absolute;
    overflow: auto;
  }

  .rl_navbar2_menu.is-page-height-tablet {
    background-color: var(--background-secondary);
    height: 100vh;
    padding-bottom: 15rem;
  }

  .rl_menu-icon_line-middle-inner {
    border: 1px solid var(--white);
    width: 4px;
    height: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .rl_menu-icon2_line-top {
    background-color: var(--white);
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .card-small-wrapper {
    width: 100%;
    height: 100%;
  }

  .vectors-wrapper-17 {
    flex: 0 auto;
    width: 175px;
    height: auto;
    display: block;
    overflow: visible;
  }

  .vectors-wrapper-18 {
    width: 175px;
    height: auto;
  }

  .frame-113 {
    grid-column-gap: 25px;
    flex: 100px;
    order: 0;
    height: auto;
    position: static;
    overflow: visible;
  }

  .vectors-wrapper-19 {
    order: 0;
    align-self: auto;
    width: 175px;
    height: auto;
  }

  .vectors-wrapper-20 {
    width: 100px;
    height: auto;
  }

  .project-info-more-projects {
    max-width: 400px;
    height: 275px;
  }

  .team-subheading {
    font-size: 28px;
    line-height: 1.15;
  }

  .div-block-14 {
    text-align: center;
  }

  ._404-logo {
    grid-column-gap: 25px;
    justify-content: center;
    align-items: flex-end;
  }
}

@media screen and (max-width: 767px) {
  .c-hero-heading {
    text-align: left;
    justify-content: center;
    align-items: center;
  }

  .hero-h1 {
    justify-content: center;
    align-items: center;
  }

  .hero-heading {
    text-align: center;
    text-indent: 0;
    font-size: 86px;
    line-height: 1.1;
  }

  .hero-subheading {
    text-align: center;
    font-size: 28px;
    line-height: 1.1;
  }

  .hero-subheading.center-text {
    font-size: 20px;
  }

  .action-button.phone-link {
    display: flex;
  }

  .action-button.email-link {
    display: none;
  }

  .feature-heading {
    padding-left: 25px;
    padding-right: 25px;
    font-size: 48px;
  }

  .feature-subheading {
    font-size: 18px;
  }

  .statistics-container {
    grid-column-gap: 35px;
    grid-row-gap: 35px;
    flex-flow: wrap;
  }

  .frame-18, .frame-19, .frame-20 {
    width: auto;
    height: auto;
    padding-left: 15px;
    padding-right: 15px;
  }

  .services-section {
    height: auto;
  }

  .services {
    grid-row-gap: 0px;
  }

  .services-top {
    flex-flow: column;
  }

  .card-small.gradient {
    padding-top: 150px;
    padding-bottom: 150px;
  }

  .card-small.gradient.bg3 {
    background-image: url('../images/Wissenspark_Urstein_Large.jpeg');
  }

  .services-bottom {
    flex-flow: column;
  }

  .team-top {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .quote-container.slideinupcontainer {
    height: 100svh;
    padding-top: 0;
    padding-bottom: 0;
  }

  .project-container {
    height: 275px;
  }

  .project-container.project1, .project-container.project2, .project-container.project3 {
    background-position: 50%;
  }

  .project-container.project5 {
    background-image: url('../images/b3d-eugendorf_cam06-01---Wohnhaus_resized.jpg');
    background-position: 50%;
  }

  .project-container.projekt-ledererbach, .project-container.projekt-nordsee {
    background-position: 50%;
  }

  .project-container.ledererbach {
    background-image: url('../images/2025_02_19-ledererbach_103_1200_630.jpeg');
    background-position: 50%;
  }

  .project-container.eugendorf {
    background-image: url('../images/Familientraum_Eugendorf_Aussenansicht_Nacht.jpg');
    background-position: 50%;
  }

  .project-container.nordsee {
    background-image: url('../images/Nordsee_Kaerntnerstraße.jpg');
    background-position: 50% 0;
  }

  .project-container.eugendorf {
    background-position: 50%;
  }

  .project-container.project_einfamilienhaus {
    background-image: url('../images/Einfamilienhaus.png');
    background-position: 50%;
  }

  .project-container.project_einfamiilienhaus {
    background-position: 50%;
  }

  .project-info {
    max-width: none;
    height: auto;
    padding-left: 15px;
    padding-right: 15px;
  }

  .frame-47 {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    padding-left: 0;
    padding-right: 0;
  }

  .footer-logo {
    grid-column-gap: 25px;
    justify-content: center;
    align-items: flex-end;
  }

  .logo-text-2 {
    font-size: 28px;
  }

  .footer-logo-2 {
    grid-row-gap: 25px;
    flex-flow: column;
  }

  .footer-legal {
    flex-flow: column-reverse;
    padding-top: 25px;
  }

  .hero-gridlines {
    display: none;
  }

  .splide__slide {
    width: 100%;
  }

  .projectscontainer {
    padding-left: 8vw;
    padding-right: 8vw;
    display: block;
  }

  .projectscontainer.slideinupcontainer {
    display: none;
  }

  .hero-content {
    padding-left: 36px;
    padding-right: 36px;
  }

  .animation1 {
    font-size: 36px;
  }

  .hero-section-navigation {
    margin-bottom: 15px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .content-secion-1-wrapper {
    flex-flow: column;
    padding-left: 25px;
    padding-right: 25px;
  }

  .div-block-6, .div-block-7 {
    width: 100%;
  }

  .content-secion-1-wrapper-reverse {
    flex-flow: column;
    padding-left: 25px;
    padding-right: 25px;
  }

  .layout._253 {
    padding-left: 25px;
    padding-right: 25px;
  }

  .content {
    grid-row-gap: 35px;
    flex-flow: column;
  }

  .hero-heading-copy.center-text {
    font-size: 48px;
  }

  .cf-flex-1---image-1 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .project-description-wrapper {
    justify-content: center;
    align-items: flex-start;
  }

  .splide__slide_mobile {
    flex-flow: column;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .services-heading {
    padding-left: 25px;
    padding-right: 25px;
    font-size: 48px;
  }

  .rl_navbar2_component {
    -webkit-backdrop-filter: blur(15px);
    backdrop-filter: blur(15px);
    justify-content: space-between;
    align-items: center;
    min-height: 4rem;
    padding-left: 15px;
    padding-right: 15px;
  }

  .rl_menu-icon2_line-middle {
    border: 1px solid var(--white);
  }

  .rl_navbar2_button-wrapper {
    width: auto;
  }

  .rl_navbar2_link.phone-link {
    display: inline-block;
  }

  .rl_navbar2_link.email-link {
    display: none;
  }

  .rl_menu-icon2_line-bottom, .rl_menu-icon_line-middle-inner, .rl_menu-icon2_line-top {
    border: 1px solid var(--white);
  }

  .card-small-wrapper {
    width: 100%;
  }

  .frame-113 {
    flex-flow: wrap;
  }

  .frame-113.slideinupcontainer {
    grid-row-gap: 25px;
  }

  .project-info-more-projects {
    max-width: none;
    height: auto;
    padding-left: 15px;
    padding-right: 15px;
  }

  .project-description-wrapper-more-projects {
    justify-content: center;
    align-items: flex-start;
  }

  .impressum-container {
    padding-left: 25px;
    padding-right: 25px;
  }

  .impressum-content {
    text-align: left;
  }

  .projects_all.is--dark {
    display: block;
  }

  .team-subheading {
    text-align: center;
    font-size: 28px;
    line-height: 1.1;
  }

  .logo-text-footer {
    font-size: 28px;
  }

  ._404-logo {
    grid-column-gap: 25px;
    justify-content: center;
    align-items: flex-end;
  }

  .logo-text-404 {
    font-size: 28px;
  }

  .section {
    display: none;
  }
}

@media screen and (max-width: 479px) {
  .hero-section.hero-gridline-top {
    height: 100svh;
  }

  .c-navbar {
    padding-left: 32px;
    padding-right: 32px;
  }

  .navbar-logo-link {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
  }

  ._404-logo-text {
    font-size: 26px;
  }

  .navlink-1 {
    font-size: 18px;
  }

  .hero-heading {
    font-size: 64px;
    line-height: 1;
  }

  .hero-subheading {
    text-align: center;
    font-size: 22px;
  }

  .hero-subheading.center-text {
    font-size: 1.25em;
  }

  .action-button.email-link {
    display: none;
  }

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

  .about-section {
    padding-bottom: 75px;
  }

  .feature-heading {
    margin-bottom: 30px;
    padding-left: 0;
    padding-right: 0;
    font-size: 48px;
  }

  .partners-container.slideinupcontainer {
    grid-row-gap: 30px;
    justify-content: center;
    align-items: center;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .services-section {
    padding-top: 75px;
  }

  .card-small.gradient.hero-services-card.bg1 {
    overflow: visible;
  }

  .card-small.gradient.bg3 {
    background-image: url('../images/Wissenspark_Urstein_Large.jpeg');
  }

  .text-10 {
    font-size: 18px;
    font-weight: 500;
  }

  .team-section {
    padding-left: 0;
    padding-right: 0;
  }

  .quote-container.slideinupcontainer {
    height: 90svh;
    padding-top: 0;
    padding-bottom: 0;
  }

  .project-container.project5 {
    background-image: url('../images/B-Home_2.jpg');
  }

  .project-container.ledererbach {
    background-image: url('../images/2025_02_19-ledererbach_103_1200_630.jpeg');
  }

  .project-container.nordsee {
    background-image: url('../images/Nordsee_Kaerntnerstraße.jpg');
    background-position: 50% 0;
  }

  .project-container.eugendorf {
    background-image: url('../images/Familientraum_Eugendorf_Aussenansicht_Nacht.jpg');
  }

  .project-container.project_einfamilienhaus {
    background-image: url('../images/Einfamilienhaus.png');
  }

  .project-info {
    background-color: var(--blue-transparent);
    height: auto;
  }

  .frame-47 {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    height: auto;
    padding-bottom: 0;
  }

  .footer-logo {
    justify-content: center;
    align-items: flex-end;
  }

  .logo-text-2 {
    font-size: 20px;
  }

  .footer-logo-2 {
    grid-row-gap: 50px;
  }

  .projectscontainer {
    padding-left: 15px;
    padding-right: 15px;
    display: block;
  }

  .projectscontainer.slideinupcontainer {
    display: none;
  }

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

  .hero-content {
    padding-left: 25px;
    padding-right: 25px;
  }

  .expertise__item {
    width: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .animation1 {
    font-size: 30px;
  }

  .hero-section-services {
    height: 100svh;
  }

  .hero-content-services {
    justify-content: center;
    align-items: center;
  }

  .hero-headig-services {
    margin-top: auto;
    margin-bottom: 0%;
  }

  .hero-section-navigation {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    height: 35%;
    margin-top: auto;
    padding-left: 0;
    padding-right: 0;
    position: relative;
    top: auto;
    bottom: 0;
  }

  .div-block-5.w--current {
    overflow: hidden;
  }

  .content-secion-1-wrapper {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    flex-flow: column;
    width: 100%;
    padding: 100px 25px;
  }

  .heading-6 {
    font-size: 2em;
    line-height: 1.2;
  }

  .paragraph {
    font-size: 1.25em;
    line-height: 1.2;
  }

  .div-block-6, .div-block-7, .div-block-8 {
    width: 100%;
  }

  .content-secion-1-wrapper-reverse {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    flex-flow: column;
    padding: 100px 25px;
  }

  .layout._253 {
    background-color: var(--background-primary);
    padding: 100px 25px;
  }

  .content {
    grid-column-gap: 0px;
    grid-row-gap: 60px;
    flex-flow: column;
  }

  .heading-7 {
    font-family: var(--primary-font);
    font-size: 2em;
    font-weight: 700;
  }

  .text-16 {
    font-family: var(--primary-font);
    font-size: 18px;
    line-height: 1.2;
  }

  .content-3 {
    grid-row-gap: 30px;
  }

  .list {
    grid-row-gap: 30px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .heading-8 {
    font-family: var(--primary-font);
    font-weight: 400;
  }

  .text-17 {
    font-family: var(--primary-font);
    font-size: 1.25em;
    line-height: 1.2;
  }

  .hero-heading-copy.center-text {
    font-size: 2.5em;
  }

  .cf-flex-1---image-1 {
    width: 100%;
  }

  .heading-9 {
    font-size: 1.5em;
    font-weight: 400;
    line-height: 1.2;
  }

  .project-description {
    font-size: 18px;
  }

  .splide__slide_mobile {
    display: block;
    position: static;
    top: 0;
  }

  .services-heading {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 48px;
  }

  .rl_navbar2_component {
    background-color: var(--blue-transparent);
    -webkit-backdrop-filter: blur(12.5px);
    backdrop-filter: blur(12.5px);
    border-bottom-style: none;
    padding-left: 15px;
    padding-right: 15px;
    position: fixed;
  }

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

  .rl_menu-icon2_line-middle {
    background-color: var(--white);
    color: var(--white);
  }

  .rl_navbar2_button-wrapper {
    color: var(--white);
    width: auto;
  }

  .rl_navbar2_link {
    margin-top: auto;
    margin-bottom: auto;
    font-size: 2.25rem;
    top: auto;
    bottom: auto;
  }

  .rl_menu-icon2 {
    color: var(--white);
  }

  .rl_menu-icon2_line-bottom {
    border: 1px solid var(--white);
    background-color: var(--white);
    color: var(--white);
  }

  .rl_navbar2_menu.is-page-height-tablet {
    background-color: var(--background-secondary);
    padding-left: 0%;
    padding-right: 0%;
    display: block;
    position: absolute;
    overflow: hidden;
  }

  .rl_menu-icon_line-middle-inner {
    border: 1px solid var(--white);
  }

  .rl_menu-icon2_line-top {
    background-color: var(--white);
    color: var(--white);
  }

  .card-small-wrapper {
    width: 100%;
    display: block;
  }

  .frame-113 {
    grid-row-gap: 25px;
    flex-flow: column;
  }

  .cta-subheading {
    font-size: 1.5em;
    font-weight: 400;
    line-height: 1.2;
  }

  .fsc-wrapper {
    background-color: var(--background-secondary);
    padding: 100px 25px;
  }

  .fsc-heading {
    width: 100%;
  }

  .heading-11 {
    font-size: 2em;
    line-height: 1.2;
  }

  .fsc-features {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
  }

  .fsc-feature {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .project-info-more-projects {
    height: auto;
  }

  .heading-13 {
    font-size: 48px;
  }

  .menu-wrapper {
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    margin-top: auto;
    display: flex;
    position: relative;
    top: auto;
    bottom: auto;
    overflow: hidden;
  }

  .div-block-13 {
    position: relative;
  }

  .projects_all.is--dark {
    padding-top: 150px;
    display: block;
    overflow: visible;
  }

  .team-subheading {
    text-align: left;
    font-size: 22px;
  }

  .div-block-14 {
    text-align: center;
    font-size: 16px;
  }

  .link-3 {
    font-size: 16px;
  }

  .text-block-2 {
    font-size: 12px;
  }

  .logo-text-footer {
    font-size: 28px;
  }

  .logo-text-footer-sub {
    font-size: 16px;
  }

  ._404-logo {
    justify-content: center;
    align-items: flex-end;
  }

  .logo-text-404 {
    font-size: 28px;
  }

  .logo-text-404-sub {
    font-size: 16px;
  }

  .section {
    padding-left: 15px;
    padding-right: 15px;
    display: none;
  }

  .features-right {
    width: auto;
  }

  .features-wrapper {
    justify-content: center;
    align-items: center;
  }

  .features-card {
    background-color: var(--background-secondary);
    padding: 0;
    top: 225px;
  }

  .features-card.third {
    margin-bottom: 45px;
  }

  .features-card.second {
    margin-bottom: 60px;
  }

  .features-card.first {
    margin-bottom: 75px;
    padding-left: 0;
    padding-right: 0;
    top: 150px;
  }

  .features-card.fourth {
    margin-bottom: 30px;
    top: 195px;
  }

  .features-card.fifth {
    margin-bottom: 15px;
    top: 210px;
  }
}

#w-node-_874c587f-f0b5-5484-3ee5-bb5abf3a80e9-e696afd2 {
  justify-self: center;
}

#w-node-_874c587f-f0b5-5484-3ee5-bb5abf3a80f3-e696afd2 {
  justify-self: end;
}

#w-node-bdbf7d42-5557-afcf-26eb-c8b8105cc18b-e696afd2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: auto;
}

#w-node-_29ed9b0f-eba5-b240-e0f7-e194c68f7e2c-e696afd2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8af9924e-e69e-01fe-bf7f-5fd6481d8130-481d812c {
  justify-self: center;
}

#w-node-_8af9924e-e69e-01fe-bf7f-5fd6481d8138-481d812c {
  justify-self: end;
}

@media screen and (min-width: 1280px) {
  #w-node-_874c587f-f0b5-5484-3ee5-bb5abf3a80e9-e696afd2, #w-node-_8af9924e-e69e-01fe-bf7f-5fd6481d8130-481d812c {
    justify-self: end;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_4f3211f6-1154-b745-d67e-673e2f5edfe8-6f1b0041 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: auto;
  }
}


@font-face {
  font-family: 'Jost 300';
  src: url('../fonts/Jost-300-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Jost 500';
  src: url('../fonts/Jost-500-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Jost 600 Semi';
  src: url('../fonts/Jost-600-Semi.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Jost 700';
  src: url('../fonts/Jost-700-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Jost 600';
  src: url('../fonts/Jost-600-SemiItalic.ttf') format('truetype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Jost 200';
  src: url('../fonts/Jost-200-ThinItalic.ttf') format('truetype');
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Jost 400';
  src: url('../fonts/Jost-400-BookItalic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Jost 300';
  src: url('../fonts/Jost-300-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Jost 100 Hairline';
  src: url('../fonts/Jost-100-Hairline.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Jost 900';
  src: url('../fonts/Jost-900-BlackItalic.ttf') format('truetype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Jost 900';
  src: url('../fonts/Jost-900-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Jost 200';
  src: url('../fonts/Jost-200-Thin.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Jost 700';
  src: url('../fonts/Jost-700-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Jost 500';
  src: url('../fonts/Jost-500-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Jost 800';
  src: url('../fonts/Jost-800-HeavyItalic.ttf') format('truetype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Jost 100';
  src: url('../fonts/Jost-100-HairlineItalic.ttf') format('truetype');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Jost 400 Book';
  src: url('../fonts/Jost-400-Book.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Jost 800';
  src: url('../fonts/Jost-800-Heavy.ttf') format('truetype');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Jost Variablefont Wght';
  src: url('../fonts/Jost-VariableFont_wght.ttf') format('truetype');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}