/* Cachebuster: cb1 */
.header-desktop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 1.8rem 2.6rem;
  z-index: 1000;
  overflow: visible;
  isolation: isolate;
  background: transparent;
  transition:
    top 0.45s cubic-bezier(0.22, 1, 0.36, 1),
    background 0.3s ease-in-out;
}

.mobile-call-button {
  display: none !important;
  pointer-events: none;
}

@media (max-width: 768px) {
  .mobile-call-button {
    position: fixed;
    right: calc(0.9rem + env(safe-area-inset-right));
    bottom: calc(0.9rem + env(safe-area-inset-bottom));
    z-index: 10000;
    display: none !important;
    width: 3.75rem;
    height: 3.75rem;
    place-items: center;
    border-radius: 50% 0 50% 50%;
    background: #143b55;
    box-shadow: 0 10px 22px rgba(20, 59, 85, 0.24);
    text-decoration: none;
    -webkit-tap-highlight-color: transparent;
  }

  .mobile-call-button img {
    width: 1.25rem;
    height: 1.25rem;
    pointer-events: none;
  }

  body:has(.anfrage-quickcheck-main) .mobile-call-button {
    display: grid !important;
    pointer-events: auto;
  }
}

.header-desktop::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: -3rem;
  left: 0;
  z-index: 0;
  pointer-events: none;
  opacity: 0;
  background: linear-gradient(
    180deg,
    rgba(29, 29, 29, 0.82) 0%,
    rgba(29, 29, 29, 0.55) 46%,
    rgba(29, 29, 29, 0) 100%
  );
  transition: opacity 0.32s ease;
}

.header-desktop.scrolled::before {
  opacity: 1;
}

.header-desktop.is-services-open::before,
.header-desktop.is-services-open.scrolled::before {
  opacity: 0;
}

.header-desktop.scrolled {
  background: transparent;
}

.header-desktop.is-services-open,
.header-desktop.is-services-open.scrolled {
  background: transparent;
}

.header-desktop nav {
  position: relative;
  z-index: 30;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.nav-logo {
  display: flex;
  align-items: center;
}

.nav-logo a {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
}

.nav-logo img {
  display: block;
  width: 380px;
  height: auto;
}

.desktop-links {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}

.desktop-links a {
  color: #e6e6e6;
  font-size: 1.2rem;
  font-weight: 200;
  line-height: 1;
  text-decoration: none;
}

.desktop-links .current-page {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
}

.desktop-links .current-page::before {
  content: "";
  display: inline-block;
  flex: 0 0 auto;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #81b435;
}

.nav-service-trigger {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
}

.nav-service-trigger img,
.lang-link img {
  width: 0.78rem;
  height: auto;
  filter: brightness(0) invert(1);
  transition:
    transform 0.3s ease,
    filter 0.3s ease;
}

.lang-link {
  display: inline-flex;
  align-items: center;
  gap: 4px;
}

.header-desktop.is-services-open .desktop-links > a:not(.main-cta) {
  color: #26221c;
}

.header-desktop.is-services-open .nav-service-trigger img {
  transform: rotate(180deg);
}

.header-desktop.is-services-open .nav-service-trigger img,
.header-desktop.is-services-open .lang-link img {
  filter: brightness(0) saturate(100%) invert(11%) sepia(10%) saturate(1319%)
    hue-rotate(345deg) brightness(96%) contrast(88%);
}

.header-desktop .main-cta {
  display: inline-flex;
  align-items: center;
  width: max-content;
  gap: 0.4rem;
  padding: 0.27rem 0.27rem 0.27rem 1.1rem;
  border-radius: 1.5625rem 0 1.5625rem 1.5625rem;
  background: #143f5a;
  color: #e6e6e6;
  font-size: 1.1rem;
  font-weight: 200;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
  transition:
    transform 0.4s cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 0.4s cubic-bezier(0.22, 1, 0.36, 1);
}

.header-desktop .main-cta:hover {
  transform: translateY(-0.12rem) scale(1.025);
  box-shadow: 0 0.7rem 1.4rem rgba(20, 63, 90, 0.18);
}

.header-desktop .main-cta:active {
  transform: translateY(0) scale(0.985);
}

.header-desktop .cta-icon {
  position: relative;
  width: 2.15rem;
  height: 2.15rem;
  overflow: hidden;
  border-radius: 1.5625rem 0 1.5625rem 1.5625rem;
  background: #eef0f1;
  flex: 0 0 auto;
}

.header-desktop .arrow {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  padding: 0.72rem;
  box-sizing: border-box;
  transition: transform 0.45s cubic-bezier(0.65, 0, 0.35, 1);
}

.header-desktop .arrow-1 {
  transform: translate(0, 0);
}

.header-desktop .arrow-2 {
  transform: translate(-120%, 120%);
}

.header-desktop .main-cta:hover .arrow-1 {
  transform: translate(120%, -120%);
}

.header-desktop .main-cta:hover .arrow-2 {
  transform: translate(0, 0);
}

.nav-service-mega {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100vw;
  box-sizing: border-box;
  padding: 10.3rem 4.5rem 2.45rem;
  background: linear-gradient(
    180deg,
    rgba(239, 237, 237, 0.99) 0%,
    rgba(239, 237, 237, 0.97) 70%,
    rgba(239, 237, 237, 0.93) 100%
  );
  border-bottom: 1px solid rgba(38, 34, 28, 0.1);
  box-shadow: 0 2.4rem 4rem rgba(0, 0, 0, 0.16);
  backdrop-filter: blur(14px);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  clip-path: inset(0 0 100% 0);
  transition:
    clip-path 0.68s cubic-bezier(0.22, 1, 0.36, 1),
    opacity 0.28s ease,
    visibility 0s linear 0.68s;
}

.header-desktop.is-services-open .nav-service-mega {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  clip-path: inset(0 0 0 0);
  transition:
    clip-path 0.72s cubic-bezier(0.22, 1, 0.36, 1),
    opacity 0.22s ease,
    visibility 0s linear 0s;
}

.nav-service-mega-inner {
  width: min(100%, 112rem);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(16rem, 0.72fr) minmax(0, 2.15fr);
  gap: 3rem;
  align-items: stretch;
}

.nav-service-mega-copy {
  min-height: 100%;
  padding: 0.2rem 0 0;
  color: #26221c;
}

.nav-service-kicker {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  color: #81b435;
  font-size: 0.82rem;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0.04em;
}

.nav-service-kicker::before {
  content: "";
  display: inline-block;
  width: 0.42rem;
  height: 0.42rem;
  border-radius: 50%;
  background: #81b435;
}

.nav-service-mega-copy h2 {
  max-width: 24rem;
  margin: 1rem 0 0;
  color: #26221c;
  font-family: "PPNeueMontreal", sans-serif;
  font-size: 2.7rem;
  font-weight: 400;
  line-height: 1.05;
}

.nav-service-mega-copy p {
  max-width: 25rem;
  margin: 1rem 0 0;
  color: rgba(38, 34, 28, 0.72);
  font-size: 1rem;
  font-weight: 200;
  line-height: 1.42;
}

.nav-service-mega-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.85rem;
}

.nav-service-card {
  position: relative;
  display: grid;
  grid-template-rows: 8.8rem 1fr;
  min-height: 18rem;
  overflow: hidden;
  border: 1px solid rgba(38, 34, 28, 0.12);
  background: rgba(255, 255, 255, 0.42);
  color: #26221c;
  text-decoration: none;
  box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.06);
  transition:
    transform 0.35s cubic-bezier(0.22, 1, 0.36, 1),
    border-color 0.3s ease,
    background-color 0.3s ease,
    box-shadow 0.3s ease;
}

.nav-service-card:hover,
.nav-service-card:focus-visible {
  transform: translateY(-0.12rem);
  border-color: rgba(129, 180, 53, 0.76);
  background: rgba(255, 255, 255, 0.68);
  box-shadow: 0 1.25rem 2.4rem rgba(0, 0, 0, 0.1);
}

.nav-service-card:focus-visible {
  outline: 2px solid #81b435;
  outline-offset: 0.25rem;
}

.nav-service-card-media {
  position: relative;
  display: block;
  overflow: hidden;
  background: #26221c;
}

.nav-service-card-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(38, 34, 28, 0.05) 0%,
    rgba(38, 34, 28, 0.28) 100%
  );
  pointer-events: none;
}

.nav-service-card-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.55s cubic-bezier(0.22, 1, 0.36, 1);
}

.nav-service-card:hover .nav-service-card-media img,
.nav-service-card:focus-visible .nav-service-card-media img {
  transform: scale(1.055);
}

.nav-service-card-body {
  display: grid;
  grid-template-rows: auto 1fr auto;
  padding: 1rem 1rem 0.95rem;
}

.nav-service-card-title {
  color: #26221c;
  font-family: "PPNeueMontreal", sans-serif;
  font-size: 1.08rem;
  font-weight: 400;
  line-height: 1.15;
}

.nav-service-card-text {
  margin-top: 0.55rem;
  color: rgba(38, 34, 28, 0.74);
  font-size: 0.88rem;
  font-weight: 200;
  line-height: 1.32;
}

.nav-service-card-link {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  width: max-content;
  margin-top: 1rem;
  color: #26221c;
  font-size: 0.86rem;
  font-weight: 200;
  line-height: 1;
}

.nav-service-card-link::after {
  content: "";
  display: inline-block;
  width: 0.68rem;
  height: 0.68rem;
  background-color: #26221c;
  transform: translateY(0.01rem);
  transition:
    transform 0.3s ease,
    background-color 0.3s ease;
  -webkit-mask: url("/assets/icons/chevron-right.svg") center / contain
    no-repeat;
  mask: url("/assets/icons/chevron-right.svg") center / contain no-repeat;
}

.nav-service-card:hover .nav-service-card-link::after,
.nav-service-card:focus-visible .nav-service-card-link::after {
  transform: translate(0.14rem, 0.01rem);
  background-color: #81b435;
}

body:has(.contact-section) .header-desktop,
body:has(.anfrage-page-wrapper) .header-desktop,
body:has(.zb-status) .header-desktop {
  background: rgba(239, 237, 237, 0.94);
  backdrop-filter: blur(10px);
}

body:has(.contact-section) .header-desktop.scrolled,
body:has(.anfrage-page-wrapper) .header-desktop.scrolled,
body:has(.zb-status) .header-desktop.scrolled {
  background: rgba(239, 237, 237, 0.94);
}

body:has(.contact-section) .header-desktop::before,
body:has(.anfrage-page-wrapper) .header-desktop::before,
body:has(.zb-status) .header-desktop::before {
  opacity: 0;
}

body:has(.contact-section) .desktop-links a:not(.main-cta),
body:has(.anfrage-page-wrapper) .desktop-links a:not(.main-cta),
body:has(.zb-status) .desktop-links a:not(.main-cta) {
  color: #26221c;
}

body:has(.contact-section)
  .header-desktop.scrolled
  .desktop-links
  > a:not(.main-cta),
body:has(.zb-status)
  .header-desktop.scrolled
  .desktop-links
  > a:not(.main-cta) {
  color: #26221c;
}

body:has(.contact-section) .nav-service-trigger img,
body:has(.contact-section) .lang-link img,
body:has(.anfrage-page-wrapper) .nav-service-trigger img,
body:has(.anfrage-page-wrapper) .lang-link img,
body:has(.zb-status) .nav-service-trigger img,
body:has(.zb-status) .lang-link img {
  filter: brightness(0) saturate(100%) invert(11%) sepia(10%) saturate(1319%)
    hue-rotate(345deg) brightness(96%) contrast(88%);
}

body:has(.contact-section) .header-desktop.scrolled .nav-service-trigger img,
body:has(.contact-section) .header-desktop.scrolled .lang-link img,
body:has(.zb-status) .header-desktop.scrolled .nav-service-trigger img,
body:has(.zb-status) .header-desktop.scrolled .lang-link img {
  filter: brightness(0) saturate(100%) invert(11%) sepia(10%) saturate(1319%)
    hue-rotate(345deg) brightness(96%) contrast(88%);
}

body:has(.contact-section) .mobile-header,
body:has(.anfrage-page-wrapper) .mobile-header,
body:has(.zb-status) .mobile-header {
  background: #fff6ec;
  backdrop-filter: none;
}

body:has(.contact-section) .line-menu,
body:has(.contact-section) .line-small,
body:has(.anfrage-page-wrapper) .line-menu,
body:has(.anfrage-page-wrapper) .line-small,
body:has(.zb-status) .line-menu,
body:has(.zb-status) .line-small {
  background-color: #eef0f1;
}

.mobile-header {
  z-index: 1000;
  padding: 0.85rem 1rem;
  background: #fff6ec;
}

.logo-mobile {
  display: block;
  width: 220px;
  max-width: 58vw;
  height: auto;
}

.nav-menu {
  display: inline-flex;
  width: 2.69rem;
  height: 2.69rem;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 0.25rem;
  padding: 0;
  border: 0;
  border-radius: 1.5625rem 0 1.5625rem 1.5625rem;
  background: #143f5a;
  cursor: pointer;
  box-shadow:
    0 38px 11px 0 rgba(0, 0, 0, 0),
    0 24px 10px 0 rgba(0, 0, 0, 0.01),
    0 14px 8px 0 rgba(0, 0, 0, 0.05),
    0 6px 6px 0 rgba(0, 0, 0, 0.09),
    0 2px 3px 0 rgba(0, 0, 0, 0.1);
  -webkit-tap-highlight-color: transparent;
}

.nav-menu:focus-visible {
  outline: 2px solid #81b435;
  outline-offset: 0.25rem;
}

.line-menu,
.line-small {
  display: block;
  height: 0.1rem;
  margin: 0;
  float: none;
  border-radius: 999px;
  background-color: #eef0f1;
}

.line-menu {
  width: 1.28rem;
}

.line-small {
  width: 0.92rem;
}

body:has(.contact-section) .line-menu,
body:has(.contact-section) .line-small {
  background-color: #eef0f1;
}

.menu-mobile {
  z-index: 2200;
  background:
    linear-gradient(135deg, rgba(239, 237, 237, 0.98) 0%, #efeded 60%), #efeded;
}

.menu-mobile-brand {
  position: absolute;
  top: 0.85rem;
  left: 1rem;
  z-index: 2;
  display: inline-flex;
  width: 220px;
  max-width: 58vw;
  align-items: center;
}

.menu-mobile-brand img {
  display: block;
  width: 100%;
  height: auto;
}

.menu-close {
  width: 1.45rem;
  height: 1.45rem;
}

.menu-closing {
  top: 1rem;
  right: 1rem;
  z-index: 2;
}

@media only screen and (min-width: 1024px) and (max-width: 1520px) {
  .nav-logo img {
    width: 340px;
  }

  .desktop-links {
    gap: 1.25rem;
  }

  .desktop-links a {
    font-size: 1.08rem;
  }

  .nav-service-card {
    grid-template-rows: 8rem 1fr;
    min-height: 17rem;
  }
}

@media only screen and (min-width: 1025px) and (max-width: 1380px) {
  .header-desktop {
    padding: 1.4rem 2rem;
  }

  .nav-logo img {
    width: 19.875rem;
  }

  .desktop-links {
    gap: 1rem;
  }

  .desktop-links a {
    font-size: 1rem;
  }

  .nav-service-mega {
    padding-top: 9.4rem;
  }

  .nav-service-mega-inner {
    grid-template-columns: 1fr;
  }

  .nav-service-mega-copy {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(18rem, 0.85fr);
    gap: 2rem;
    align-items: end;
  }

  .nav-service-mega-copy h2 {
    margin-top: 0.8rem;
  }

  .nav-service-mega-copy p {
    margin-top: 0;
  }

  .nav-service-mega-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .nav-service-card {
    grid-template-rows: 7.5rem 1fr;
    min-height: 16.5rem;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .header-desktop,
  .nav-service-mega {
    display: none;
  }

  .mobile-header {
    display: block;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1200px) and (orientation: landscape) {
  .header-desktop,
  .nav-service-mega {
    display: none;
  }

  .mobile-header {
    display: block;
  }
}

@media (max-width: 768px) {
  .header-desktop,
  .nav-service-mega {
    display: none;
  }

  .mobile-header {
    display: block;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1520px) {
  .baggerunternehmen-hero-content,
  .bauunternehmen-hero-content,
  .gartenbau-hero-content,
  .projektleitung-hero-content,
  .erpolzheim-hero-content,
  .anfrage-hero-content {
    left: 5rem;
    right: 5rem;
    bottom: 5rem;
  }

  .blog-article-hero-badge {
    left: 5rem;
  }

  .blog-article-hero-content {
    left: 5rem;
    right: 5rem;
    bottom: 5rem;
  }

  .erpolzheim-hero-facts,
  .anfrage-hero-facts {
    right: 5rem;
  }

  .baggerunternehmen-intro-section,
  .baggerunternehmen-overview-section,
  .baggerunternehmen-detail-section,
  .baggerunternehmen-media-section,
  .baggerunternehmen-interface-section,
  .baggerunternehmen-process-section,
  .baggerunternehmen-related-section,
  .baggerunternehmen-cta-section,
  .bauunternehmen-intro-section,
  .bauunternehmen-overview-section,
  .bauunternehmen-detail-section,
  .bauunternehmen-living-section,
  .bauunternehmen-interface-section,
  .bauunternehmen-process-section,
  .bauunternehmen-project-section,
  .bauunternehmen-related-section,
  .bauunternehmen-cta-section,
  .gartenbau-intro-section,
  .gartenbau-overview-section,
  .gartenbau-image-section,
  .gartenbau-detail-section,
  .gartenbau-technical-section,
  .gartenbau-process-section,
  .gartenbau-related-section,
  .gartenbau-cta-section,
  .projektleitung-intro-section,
  .projektleitung-overview-section,
  .projektleitung-planning-section,
  .projektleitung-room-section,
  .projektleitung-interface-section,
  .projektleitung-process-section,
  .projektleitung-related-section,
  .projektleitung-erpolzheim-section,
  .erpolzheim-intro-section,
  .erpolzheim-overview-section,
  .erpolzheim-location-section,
  .erpolzheim-plan-section,
  .erpolzheim-housing-section,
  .erpolzheim-floorplan-section,
  .erpolzheim-energy-section,
  .erpolzheim-kfw-section,
  .erpolzheim-benefits-section,
  .erpolzheim-form-section,
  .anfrage-intro-section,
  .anfrage-funnel-section,
  .contact-section,
  .impressum-section,
  .datenschutz-section,
  .barrierefreiheit-section,
  .blog-article-body {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .baggerunternehmen-overview-grid,
  .bauunternehmen-overview-grid,
  .gartenbau-overview-grid,
  .projektleitung-overview-grid,
  .erpolzheim-overview-grid,
  .baggerunternehmen-process-list,
  .bauunternehmen-process-list,
  .gartenbau-process-list,
  .projektleitung-process-list,
  .erpolzheim-plan-caption,
  .projektleitung-erpolzheim-facts {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .anfrage-option-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media only screen and (min-width: 1025px) and (max-width: 1380px) {
  .baggerunternehmen-hero-content h1,
  .bauunternehmen-hero-content h1,
  .gartenbau-hero-content h1,
  .projektleitung-hero-content h1,
  .erpolzheim-hero-content h1,
  .anfrage-hero-content h1,
  .blog-article-hero-content h1 {
    max-width: none;
    font-size: 2.76rem;
    overflow-wrap: normal;
    word-break: normal;
    hyphens: manual;
  }

  .baggerunternehmen-intro-section,
  .bauunternehmen-intro-section,
  .gartenbau-intro-section,
  .projektleitung-intro-section,
  .erpolzheim-intro-section,
  .anfrage-intro-section,
  .anfrage-funnel-head,
  .contact-layout,
  .erpolzheim-form-section {
    gap: 3rem;
  }

  .baggerunternehmen-section-intro,
  .bauunternehmen-section-intro,
  .gartenbau-section-intro,
  .projektleitung-section-intro,
  .projektleitung-room-intro,
  .erpolzheim-section-intro {
    max-width: 100%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .baggerunternehmen-hero,
  .bauunternehmen-hero,
  .gartenbau-hero,
  .projektleitung-hero,
  .erpolzheim-hero,
  .anfrage-hero,
  .blog-article-hero {
    min-height: 86svh;
  }

  .baggerunternehmen-hero-content,
  .bauunternehmen-hero-content,
  .gartenbau-hero-content,
  .projektleitung-hero-content,
  .erpolzheim-hero-content,
  .anfrage-hero-content {
    left: 3rem;
    right: 3rem;
    bottom: 4rem;
    width: auto;
  }

  .blog-article-hero-badge {
    top: 6rem;
    left: 3rem;
  }

  .blog-article-hero-content {
    left: 3rem;
    right: 3rem;
    bottom: 4rem;
  }

  .erpolzheim-hero-facts,
  .anfrage-hero-facts {
    left: 3rem;
    right: 3rem;
    top: 7rem;
    grid-template-columns: repeat(2, max-content);
    justify-content: start;
  }

  .baggerunternehmen-hero-content h1,
  .bauunternehmen-hero-content h1,
  .gartenbau-hero-content h1,
  .projektleitung-hero-content h1,
  .erpolzheim-hero-content h1,
  .anfrage-hero-content h1,
  .blog-article-hero-content h1,
  .page-wrapper h1 {
    max-width: none;
    font-size: 2.852rem;
    overflow-wrap: normal;
    word-break: normal;
    hyphens: manual;
  }

  .baggerunternehmen-intro-section,
  .baggerunternehmen-overview-section,
  .baggerunternehmen-detail-section,
  .baggerunternehmen-media-section,
  .baggerunternehmen-interface-section,
  .baggerunternehmen-process-section,
  .baggerunternehmen-related-section,
  .baggerunternehmen-cta-section,
  .bauunternehmen-intro-section,
  .bauunternehmen-overview-section,
  .bauunternehmen-detail-section,
  .bauunternehmen-living-section,
  .bauunternehmen-interface-section,
  .bauunternehmen-process-section,
  .bauunternehmen-project-section,
  .bauunternehmen-related-section,
  .bauunternehmen-cta-section,
  .gartenbau-intro-section,
  .gartenbau-overview-section,
  .gartenbau-image-section,
  .gartenbau-detail-section,
  .gartenbau-technical-section,
  .gartenbau-process-section,
  .gartenbau-related-section,
  .gartenbau-cta-section,
  .projektleitung-intro-section,
  .projektleitung-overview-section,
  .projektleitung-planning-section,
  .projektleitung-room-section,
  .projektleitung-interface-section,
  .projektleitung-process-section,
  .projektleitung-related-section,
  .projektleitung-erpolzheim-section,
  .erpolzheim-intro-section,
  .erpolzheim-overview-section,
  .erpolzheim-location-section,
  .erpolzheim-plan-section,
  .erpolzheim-housing-section,
  .erpolzheim-floorplan-section,
  .erpolzheim-energy-section,
  .erpolzheim-kfw-section,
  .erpolzheim-benefits-section,
  .erpolzheim-form-section,
  .anfrage-intro-section,
  .anfrage-funnel-section,
  .contact-section,
  .impressum-section,
  .datenschutz-section,
  .barrierefreiheit-section,
  .blog-article-body {
    padding: 5rem 2.5rem;
  }

  body:has(.contact-section) .contact-section {
    padding-top: 7rem;
  }

  .projektleitung-erpolzheim-section,
  .baggerunternehmen-cta-section,
  .bauunternehmen-cta-section,
  .gartenbau-cta-section {
    padding-top: 0;
  }

  .baggerunternehmen-intro-section,
  .bauunternehmen-intro-section,
  .gartenbau-intro-section,
  .projektleitung-intro-section,
  .erpolzheim-intro-section,
  .anfrage-intro-section,
  .anfrage-funnel-head,
  .contact-layout,
  .erpolzheim-form-section,
  .blog-article-section,
  .blog-article-blue-block {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .baggerunternehmen-interface-section,
  .bauunternehmen-living-section,
  .bauunternehmen-interface-section,
  .bauunternehmen-project-section,
  .gartenbau-image-section,
  .gartenbau-technical-section,
  .projektleitung-planning-section,
  .projektleitung-interface-section,
  .erpolzheim-location-section,
  .erpolzheim-energy-section,
  .erpolzheim-benefits-section,
  .projektleitung-erpolzheim-card,
  .erpolzheim-plan-card,
  .erpolzheim-housing-card {
    grid-template-columns: 1fr;
  }

  .baggerunternehmen-overview-grid,
  .bauunternehmen-overview-grid,
  .gartenbau-overview-grid,
  .projektleitung-overview-grid,
  .erpolzheim-overview-grid,
  .baggerunternehmen-process-list,
  .bauunternehmen-process-list,
  .gartenbau-process-list,
  .projektleitung-process-list,
  .baggerunternehmen-related-grid,
  .bauunternehmen-related-grid,
  .gartenbau-related-grid,
  .projektleitung-related-grid,
  .gartenbau-detail-grid,
  .erpolzheim-kfw-grid,
  .blog-article-principles,
  .blog-article-checklist-grid,
  .blog-article-blue-grid,
  .contact-info-grid,
  .erpolzheim-project-contact-grid,
  .projektleitung-erpolzheim-facts,
  .erpolzheim-plan-caption {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .baggerunternehmen-detail-card,
  .bauunternehmen-detail-card,
  .projektleitung-room-layout,
  .projektleitung-room-card,
  .erpolzheim-doc-layout {
    grid-template-columns: 1fr;
  }

  .baggerunternehmen-detail-img {
    height: 24rem;
    min-height: 24rem;
  }

  .erpolzheim-doc-info,
  .erpolzheim-doc-card,
  .erpolzheim-doc-card-large {
    grid-column: auto;
  }

  .anfrage-step {
    padding: 2.4rem;
  }

  .anfrage-option-grid,
  .anfrage-option-grid-compact,
  .anfrage-chip-grid,
  .anfrage-chip-grid-large {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .anfrage-number-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .contact-form-row,
  .erpolzheim-form-row,
  .anfrage-form-row {
    grid-template-columns: 1fr;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1200px) and (orientation: landscape) {
  .baggerunternehmen-hero,
  .bauunternehmen-hero,
  .gartenbau-hero,
  .projektleitung-hero,
  .erpolzheim-hero,
  .anfrage-hero,
  .blog-article-hero {
    min-height: 100svh;
  }

  .baggerunternehmen-hero-content,
  .bauunternehmen-hero-content,
  .gartenbau-hero-content,
  .projektleitung-hero-content,
  .erpolzheim-hero-content,
  .anfrage-hero-content,
  .blog-article-hero-content {
    left: 3rem;
    right: 3rem;
    bottom: 3rem;
    width: auto;
  }

  .blog-article-hero-badge,
  .erpolzheim-hero-facts,
  .anfrage-hero-facts {
    display: none;
  }

  .baggerunternehmen-hero-content h1,
  .bauunternehmen-hero-content h1,
  .gartenbau-hero-content h1,
  .projektleitung-hero-content h1,
  .erpolzheim-hero-content h1,
  .anfrage-hero-content h1,
  .blog-article-hero-content h1 {
    max-width: none;
    font-size: 2.576rem;
    overflow-wrap: normal;
    word-break: normal;
    hyphens: manual;
  }

  .baggerunternehmen-intro-section,
  .baggerunternehmen-overview-section,
  .baggerunternehmen-detail-section,
  .baggerunternehmen-media-section,
  .baggerunternehmen-interface-section,
  .baggerunternehmen-process-section,
  .baggerunternehmen-related-section,
  .baggerunternehmen-cta-section,
  .bauunternehmen-intro-section,
  .bauunternehmen-overview-section,
  .bauunternehmen-detail-section,
  .bauunternehmen-living-section,
  .bauunternehmen-interface-section,
  .bauunternehmen-process-section,
  .bauunternehmen-project-section,
  .bauunternehmen-related-section,
  .bauunternehmen-cta-section,
  .gartenbau-intro-section,
  .gartenbau-overview-section,
  .gartenbau-image-section,
  .gartenbau-detail-section,
  .gartenbau-technical-section,
  .gartenbau-process-section,
  .gartenbau-related-section,
  .gartenbau-cta-section,
  .projektleitung-intro-section,
  .projektleitung-overview-section,
  .projektleitung-planning-section,
  .projektleitung-room-section,
  .projektleitung-interface-section,
  .projektleitung-process-section,
  .projektleitung-related-section,
  .projektleitung-erpolzheim-section,
  .erpolzheim-intro-section,
  .erpolzheim-overview-section,
  .erpolzheim-location-section,
  .erpolzheim-plan-section,
  .erpolzheim-housing-section,
  .erpolzheim-floorplan-section,
  .erpolzheim-energy-section,
  .erpolzheim-kfw-section,
  .erpolzheim-benefits-section,
  .erpolzheim-form-section,
  .anfrage-intro-section,
  .anfrage-funnel-section,
  .contact-section,
  .impressum-section,
  .datenschutz-section,
  .barrierefreiheit-section,
  .blog-article-body {
    padding: 4rem 3rem;
  }

  body:has(.contact-section) .contact-section {
    padding-top: 7rem;
  }

  .projektleitung-erpolzheim-section,
  .baggerunternehmen-cta-section,
  .bauunternehmen-cta-section,
  .gartenbau-cta-section {
    padding-top: 0;
  }

  .baggerunternehmen-interface-section,
  .bauunternehmen-living-section,
  .bauunternehmen-interface-section,
  .bauunternehmen-project-section,
  .gartenbau-image-section,
  .gartenbau-technical-section,
  .projektleitung-planning-section,
  .projektleitung-interface-section,
  .erpolzheim-location-section,
  .erpolzheim-energy-section,
  .erpolzheim-benefits-section,
  .projektleitung-erpolzheim-card,
  .erpolzheim-plan-card,
  .erpolzheim-housing-card,
  .anfrage-intro-section,
  .anfrage-funnel-head,
  .contact-layout,
  .erpolzheim-form-section {
    grid-template-columns: 1fr;
  }

  .baggerunternehmen-overview-grid,
  .bauunternehmen-overview-grid,
  .gartenbau-overview-grid,
  .projektleitung-overview-grid,
  .erpolzheim-overview-grid,
  .baggerunternehmen-process-list,
  .bauunternehmen-process-list,
  .gartenbau-process-list,
  .projektleitung-process-list,
  .blog-article-principles,
  .blog-article-checklist-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .anfrage-step {
    padding: 2.2rem;
  }
}

@media (max-width: 768px) {
  html {
    width: 100%;
    max-width: 100%;
    overflow-x: visible;
  }

  body {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden !important;
  }

  .page-wrapper {
    position: relative;
    z-index: 1;
    overflow: hidden;
    width: 100%;
    max-width: 100%;
    border-radius: 0 0 30px 30px;
    margin-bottom: -3rem;
  }

  footer.site-footer {
    position: sticky;
    bottom: 0;
    z-index: -1;
  }

  .footer-bottom {
    display: flex;
    width: 100%;
  }

  .baggerunternehmen-hero,
  .bauunternehmen-hero,
  .gartenbau-hero,
  .projektleitung-hero,
  .erpolzheim-hero,
  .anfrage-hero,
  .blog-article-hero {
    min-height: 92svh;
  }

  .baggerunternehmen-hero-media,
  .baggerunternehmen-hero-gradient,
  .bauunternehmen-hero-media,
  .bauunternehmen-hero-gradient,
  .gartenbau-hero-media,
  .gartenbau-hero-gradient,
  .projektleitung-hero-media,
  .projektleitung-hero-gradient,
  .erpolzheim-hero-media,
  .erpolzheim-hero-gradient,
  .anfrage-hero-media,
  .anfrage-hero-gradient,
  .blog-article-hero-media,
  .blog-article-hero-gradient {
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 0 0 10px 10px;
  }

  .baggerunternehmen-hero-content,
  .bauunternehmen-hero-content,
  .gartenbau-hero-content,
  .projektleitung-hero-content,
  .erpolzheim-hero-content,
  .anfrage-hero-content {
    left: 1.25rem;
    right: 1.25rem;
    bottom: 4rem;
    width: auto;
  }

  .blog-article-hero-content {
    left: 1.25rem;
    right: 1.25rem;
    bottom: 3rem;
  }

  .blog-article-hero-badge,
  .erpolzheim-hero-facts,
  .anfrage-hero-facts {
    display: none;
  }

  .baggerunternehmen-hero-content h1,
  .bauunternehmen-hero-content h1,
  .gartenbau-hero-content h1,
  .projektleitung-hero-content h1,
  .erpolzheim-hero-content h1,
  .anfrage-hero-content h1,
  .blog-article-hero-content h1,
  .page-wrapper h1 {
    max-width: none;
    width: 100% !important;
    font-size: 1.748rem;
    line-height: 1.06;
    text-wrap: balance;
    overflow-wrap: break-word;
    word-break: normal;
    hyphens: auto;
  }

  .baggerunternehmen-hero-content p,
  .bauunternehmen-hero-content p,
  .gartenbau-hero-content p,
  .projektleitung-hero-content p,
  .erpolzheim-hero-content p,
  .anfrage-hero-content p,
  .blog-article-hero-content p {
    max-width: 100%;
    font-size: 1rem;
  }

  .page-wrapper .anfrage-page-title {
    max-width: 58rem;
    color: #26221c;
    font-size: 1.656rem;
    line-height: 1.05;
  }

  .page-wrapper .anfrage-page-description {
    max-width: 82rem;
    color: #26221c;
    font-size: 1.2rem;
    line-height: 1.35;
    margin-top: 1.2rem;
  }

  .baggerunternehmen-hero-actions,
  .bauunternehmen-hero-actions,
  .gartenbau-hero-actions,
  .projektleitung-hero-actions,
  .erpolzheim-hero-actions {
    align-items: flex-start;
    flex-direction: column;
  }

  .baggerunternehmen-intro-section,
  .baggerunternehmen-overview-section,
  .baggerunternehmen-detail-section,
  .baggerunternehmen-media-section,
  .baggerunternehmen-interface-section,
  .baggerunternehmen-process-section,
  .baggerunternehmen-related-section,
  .baggerunternehmen-cta-section,
  .bauunternehmen-intro-section,
  .bauunternehmen-overview-section,
  .bauunternehmen-detail-section,
  .bauunternehmen-living-section,
  .bauunternehmen-interface-section,
  .bauunternehmen-process-section,
  .bauunternehmen-project-section,
  .bauunternehmen-related-section,
  .bauunternehmen-cta-section,
  .gartenbau-intro-section,
  .gartenbau-overview-section,
  .gartenbau-image-section,
  .gartenbau-detail-section,
  .gartenbau-technical-section,
  .gartenbau-process-section,
  .gartenbau-related-section,
  .gartenbau-cta-section,
  .projektleitung-intro-section,
  .projektleitung-overview-section,
  .projektleitung-planning-section,
  .projektleitung-room-section,
  .projektleitung-interface-section,
  .projektleitung-process-section,
  .projektleitung-related-section,
  .projektleitung-erpolzheim-section,
  .erpolzheim-intro-section,
  .erpolzheim-overview-section,
  .erpolzheim-location-section,
  .erpolzheim-plan-section,
  .erpolzheim-housing-section,
  .erpolzheim-floorplan-section,
  .erpolzheim-energy-section,
  .erpolzheim-kfw-section,
  .erpolzheim-benefits-section,
  .erpolzheim-form-section,
  .anfrage-intro-section,
  .anfrage-funnel-section,
  .contact-section,
  .impressum-section,
  .datenschutz-section,
  .barrierefreiheit-section,
  .blog-article-body {
    padding: 4rem 1rem;
  }

  .anfrage-funnel-section {
    padding: 2rem 1rem !important;
  }

  body:has(.contact-section) .contact-section {
    padding-top: 8rem;
  }

  .projektleitung-erpolzheim-section,
  .baggerunternehmen-cta-section,
  .bauunternehmen-cta-section,
  .gartenbau-cta-section {
    padding-top: 0;
  }

  .baggerunternehmen-intro-section,
  .bauunternehmen-intro-section,
  .gartenbau-intro-section,
  .projektleitung-intro-section,
  .erpolzheim-intro-section,
  .baggerunternehmen-interface-section,
  .bauunternehmen-living-section,
  .bauunternehmen-interface-section,
  .bauunternehmen-project-section,
  .gartenbau-image-section,
  .gartenbau-technical-section,
  .projektleitung-planning-section,
  .projektleitung-interface-section,
  .projektleitung-room-layout,
  .projektleitung-erpolzheim-card,
  .erpolzheim-location-section,
  .erpolzheim-energy-section,
  .erpolzheim-benefits-section,
  .erpolzheim-plan-card,
  .erpolzheim-housing-card,
  .erpolzheim-doc-layout,
  .erpolzheim-form-section,
  .anfrage-intro-section,
  .anfrage-funnel-head,
  .baggerunternehmen-interface-section,
  .contact-layout,
  .blog-article-section,
  .blog-article-blue-block {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }

  .baggerunternehmen-overview-grid,
  .bauunternehmen-overview-grid,
  .gartenbau-overview-grid,
  .projektleitung-overview-grid,
  .erpolzheim-overview-grid,
  .baggerunternehmen-process-list,
  .bauunternehmen-process-list,
  .gartenbau-process-list,
  .projektleitung-process-list,
  .baggerunternehmen-related-grid,
  .bauunternehmen-related-grid,
  .gartenbau-related-grid,
  .projektleitung-related-grid,
  .baggerunternehmen-media-grid,
  .gartenbau-detail-grid,
  .erpolzheim-kfw-grid,
  .blog-article-principles,
  .blog-article-blue-grid,
  .blog-article-checklist-grid,
  .contact-info-grid,
  .erpolzheim-project-contact-grid,
  .projektleitung-erpolzheim-facts,
  .erpolzheim-plan-caption,
  .contact-form-row,
  .erpolzheim-form-row,
  .anfrage-form-row,
  .anfrage-option-grid,
  .anfrage-option-grid-compact,
  .anfrage-chip-grid,
  .anfrage-chip-grid-large,
  .anfrage-number-grid {
    grid-template-columns: 1fr;
  }

  .baggerunternehmen-detail-card,
  .bauunternehmen-detail-card,
  .projektleitung-room-card {
    grid-template-columns: 1fr;
  }

  .baggerunternehmen-detail-card-reverse .baggerunternehmen-detail-img,
  .baggerunternehmen-detail-card-reverse .baggerunternehmen-detail-text {
    order: initial;
  }

  .baggerunternehmen-detail-section {
    padding: 2.75rem 0.75rem;
  }

  .baggerunternehmen-detail-grid {
    gap: 14px;
  }

  .baggerunternehmen-detail-text {
    padding: 1.5rem;
  }

  .baggerunternehmen-section-intro,
  .bauunternehmen-section-intro,
  .gartenbau-section-intro,
  .projektleitung-section-intro,
  .projektleitung-room-intro,
  .erpolzheim-section-intro,
  .contact-intro,
  .erpolzheim-form-intro,
  .blog-article-lead,
  .blog-article-conclusion {
    max-width: 100%;
    margin-bottom: 2rem;
  }

  .baggerunternehmen-intro-text p,
  .bauunternehmen-intro-text p,
  .gartenbau-intro-text p,
  .projektleitung-intro-text p,
  .erpolzheim-intro-text p,
  .blog-article-lead p {
    font-size: 1.7rem;
    line-height: 1.08;
  }

  .baggerunternehmen-section-intro h2,
  .baggerunternehmen-interface-content h2,
  .baggerunternehmen-cta-card h2,
  .bauunternehmen-section-intro h2,
  .bauunternehmen-living-content h2,
  .bauunternehmen-interface-content h2,
  .bauunternehmen-project-content h2,
  .bauunternehmen-cta-card h2,
  .gartenbau-section-intro h2,
  .gartenbau-image-content h2,
  .gartenbau-technical-content h2,
  .gartenbau-cta-card h2,
  .projektleitung-section-intro h2,
  .projektleitung-planning-content h2,
  .projektleitung-interface-content h2,
  .projektleitung-erpolzheim-content h2,
  .erpolzheim-section-intro h2,
  .erpolzheim-location-content h2,
  .erpolzheim-energy-content h2,
  .erpolzheim-benefits-content h2,
  .erpolzheim-form-intro h2,
  .contact-intro h2,
  .blog-article-section h2,
  .blog-article-checklist h2,
  .blog-article-conclusion h2,
  .blog-article-cta h2,
  .blog-article-blue-block h2,
  .page-wrapper h2 {
    max-width: 100%;
    font-size: 1.8rem;
  }

  .baggerunternehmen-detail-img,
  .bauunternehmen-detail-img,
  .bauunternehmen-living-media,
  .bauunternehmen-project-media,
  .gartenbau-image-media,
  .gartenbau-technical-media,
  .projektleitung-planning-media,
  .projektleitung-room-feature-media,
  .erpolzheim-location-media img,
  .erpolzheim-energy-media img,
  .erpolzheim-housing-img,
  .blog-article-image img {
    height: 16rem;
  }

  .baggerunternehmen-detail-img {
    height: 13.5rem;
    min-height: 13.5rem;
  }

  .erpolzheim-plan-img {
    height: 18rem;
  }

  .baggerunternehmen-media-grid,
  .baggerunternehmen-media-card {
    width: 100%;
    max-width: 100%;
    min-width: 0;
  }

  .baggerunternehmen-media-card {
    min-height: 0;
    aspect-ratio: 4 / 3;
  }

  .baggerunternehmen-media-card img {
    width: 100%;
    max-width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .erpolzheim-doc-info,
  .erpolzheim-doc-card,
  .erpolzheim-doc-card-large {
    grid-column: auto;
  }

  .erpolzheim-doc-card,
  .erpolzheim-doc-card-large {
    grid-template-rows: 15rem auto;
  }

  .baggerunternehmen-overview-card,
  .bauunternehmen-overview-card,
  .gartenbau-overview-card,
  .projektleitung-overview-card,
  .erpolzheim-overview-card,
  .baggerunternehmen-process-list article,
  .bauunternehmen-process-list article,
  .gartenbau-process-list article,
  .projektleitung-process-list article,
  .baggerunternehmen-related-card,
  .bauunternehmen-related-card,
  .gartenbau-related-card,
  .projektleitung-related-card,
  .gartenbau-detail-card,
  .erpolzheim-kfw-card,
  .blog-article-principles article {
    min-height: 0;
  }

  .baggerunternehmen-interface-list div,
  .bauunternehmen-interface-list div,
  .projektleitung-interface-list div,
  .erpolzheim-benefits-list div {
    grid-template-columns: 2.5rem 1fr;
    gap: 1rem;
  }

  .baggerunternehmen-cta-card,
  .bauunternehmen-cta-card,
  .gartenbau-cta-card,
  .blog-article-cta {
    align-items: flex-start;
    flex-direction: column;
    gap: 1.5rem;
    padding: 1.5rem;
  }

  .bauunternehmen-detail-text,
  .gartenbau-detail-card,
  .projektleitung-room-feature-content {
    padding: 1.5rem;
  }

  .baggerunternehmen-detail-text > span,
  .bauunternehmen-detail-text > span,
  .gartenbau-detail-card > span,
  .projektleitung-room-feature-content > span,
  .baggerunternehmen-cta-card > div > span,
  .bauunternehmen-cta-card > div > span,
  .gartenbau-cta-card > div > span,
  .blog-article-cta > span {
    font-size: 0.95rem;
    line-height: 1.2;
    margin-bottom: 0.6rem;
  }

  .baggerunternehmen-detail-text h3,
  .bauunternehmen-detail-text h3,
  .gartenbau-detail-card h3,
  .projektleitung-room-feature-content h3,
  .baggerunternehmen-cta-card h2,
  .bauunternehmen-cta-card h2,
  .gartenbau-cta-card h2,
  .blog-article-cta h2 {
    max-width: 100%;
    font-size: 1.55rem;
    line-height: 1.1;
    margin-bottom: 0.85rem;
  }

  .baggerunternehmen-detail-text p,
  .baggerunternehmen-detail-text li,
  .bauunternehmen-detail-text p,
  .bauunternehmen-detail-text li,
  .gartenbau-detail-card p,
  .gartenbau-detail-card li,
  .projektleitung-room-feature-content p,
  .baggerunternehmen-cta-card p,
  .bauunternehmen-cta-card p,
  .gartenbau-cta-card p,
  .blog-article-cta p {
    font-size: 1rem;
    line-height: 1.36;
  }

  .baggerunternehmen-detail-text p,
  .bauunternehmen-detail-text p,
  .gartenbau-detail-card p,
  .projektleitung-room-feature-content p,
  .baggerunternehmen-cta-card p,
  .bauunternehmen-cta-card p,
  .gartenbau-cta-card p,
  .blog-article-cta p {
    margin-bottom: 0.85rem;
  }

  .main-cta,
  .main-cta-b,
  .blog-article-button,
  .projektleitung-secondary-link,
  .projektleitung-erpolzheim-link {
    max-width: 100%;
  }

  .anfrage-funnel-shell {
    max-width: none;
  }

  .anfrage-progress-head {
    top: 4.2rem;
    margin-bottom: 1.5rem;
    padding: 0.9rem 0;
  }

  .anfrage-progress-meta {
    gap: 1rem;
    flex-direction: column;
    align-items: flex-start;
  }

  .anfrage-step {
    padding: 1.25rem;
    border-radius: 8px;
  }

  .anfrage-step-head {
    max-width: 100%;
    margin-bottom: 1.6rem;
  }

  .anfrage-step-head h3 {
    font-size: 1.85rem;
  }

  .anfrage-step-head p,
  .anfrage-option-group legend {
    font-size: 1.05rem;
  }

  .anfrage-option-card,
  .anfrage-pill-card,
  .anfrage-chip-grid label,
  .anfrage-number-grid label {
    width: 100%;
    justify-content: flex-start;
    min-height: 3rem;
    white-space: normal;
    text-align: left;
    overflow-wrap: anywhere;
  }

  .anfrage-pill-card,
  .anfrage-chip-grid label,
  .anfrage-number-grid label {
    justify-content: center;
    text-align: center;
  }

  .anfrage-step-actions {
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 1rem;
  }

  .anfrage-step-actions > span {
    display: none;
  }

  .anfrage-back-button,
  .anfrage-form .main-cta {
    align-self: auto;
    justify-content: center;
    width: max-content;
    max-width: 100%;
    flex: 0 0 auto;
  }

  .contact-form-field input,
  .contact-form-field textarea,
  .erpolzheim-form-field input,
  .erpolzheim-form-field textarea,
  .anfrage-form-field input,
  .anfrage-form-field textarea {
    font-size: 1rem;
  }

  .erpolzheim-interest-options label {
    width: 100%;
  }

  .contact-subject-options label {
    width: auto;
    max-width: 100%;
  }

  .zb-status {
    padding: 8rem 1.25rem 9rem;
  }

  .zb-status h1 {
    font-size: 2.024rem;
  }

  footer.site-footer {
    position: sticky;
    right: 0;
    bottom: 0;
    left: 0;
    top: auto;
    z-index: -1;
    width: 100%;
    min-height: 0;
    height: auto;
    max-height: none;
    overflow: hidden;
  }

  .site-footer-inner {
    display: flex;
    flex-direction: column;
    padding: 2.5rem 1rem calc(1rem + env(safe-area-inset-bottom)) 1rem;
  }

  .site-footer-top {
    display: none;
  }

  .site-footer-nav {
    width: 100%;
    grid-template-columns: 1fr;
    justify-items: start;
    gap: 1.35rem;
    margin: 2rem 0 1rem 0;
    text-align: left;
  }

  .site-footer-column {
    width: 100%;
    text-align: left;
  }

  .site-footer-column h3 {
    font-size: 1.45rem;
    margin-bottom: 0.55rem;
  }

  .site-footer-column a {
    font-size: 1rem;
    text-align: left;
  }

  .site-footer-social-links {
    justify-content: flex-start;
  }

  .footer-bottom {
    display: flex !important;
    width: 100%;
    align-items: center;
    flex-direction: column;
    gap: 0.55rem;
    padding: 1.2rem 0 0 0;
    text-align: center;
  }

  .footer-bottom p {
    display: block;
    width: 100%;
  }
}

.baggerunternehmen-hero,
.bauunternehmen-hero,
.gartenbau-hero,
.projektleitung-hero {
  min-height: 70vh;
  min-height: 70svh;
}

.baggerunternehmen-hero-content,
.bauunternehmen-hero-content,
.gartenbau-hero-content,
.projektleitung-hero-content {
  bottom: 12rem;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .baggerunternehmen-hero,
  .bauunternehmen-hero,
  .gartenbau-hero,
  .projektleitung-hero {
    min-height: 64vh;
    min-height: 64svh;
  }

  .baggerunternehmen-hero-content,
  .bauunternehmen-hero-content,
  .gartenbau-hero-content,
  .projektleitung-hero-content {
    bottom: 7.5rem;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1200px) and (orientation: landscape) {
  .baggerunternehmen-hero,
  .bauunternehmen-hero,
  .gartenbau-hero,
  .projektleitung-hero {
    min-height: 68vh;
    min-height: 68svh;
  }

  .baggerunternehmen-hero-content,
  .bauunternehmen-hero-content,
  .gartenbau-hero-content,
  .projektleitung-hero-content {
    bottom: 6.5rem;
  }
}

@media (max-width: 768px) {
  .baggerunternehmen-hero,
  .bauunternehmen-hero,
  .gartenbau-hero,
  .projektleitung-hero {
    min-height: 66vh;
    min-height: 66svh;
  }

  .baggerunternehmen-hero-content h1,
  .bauunternehmen-hero-content h1,
  .gartenbau-hero-content h1,
  .projektleitung-hero-content h1 {
    font-size: 1.9rem;
  }

  .baggerunternehmen-hero-actions,
  .bauunternehmen-hero-actions,
  .gartenbau-hero-actions,
  .projektleitung-hero-actions {
    margin-top: 1rem;
  }
}

@media (max-width: 480px) {
  .baggerunternehmen-hero,
  .bauunternehmen-hero,
  .gartenbau-hero,
  .projektleitung-hero {
    min-height: 68vh;
    min-height: 68svh;
  }

  .baggerunternehmen-hero-content h1,
  .bauunternehmen-hero-content h1,
  .gartenbau-hero-content h1,
  .projektleitung-hero-content h1 {
    font-size: 1.8rem;
  }

  .baggerunternehmen-hero-content p,
  .bauunternehmen-hero-content p,
  .gartenbau-hero-content p,
  .projektleitung-hero-content p {
    font-size: 0.95rem;
    line-height: 1.32;
  }
}

@media (max-width: 768px) {
  .baggerunternehmen-hero-content h1,
  .bauunternehmen-hero-content h1,
  .gartenbau-hero-content h1,
  .projektleitung-hero-content h1 {
    line-height: 1.09;
  }

  .hero-mobile-extra {
    display: none;
  }

  .menu-mobile-inner {
    padding: 7.35rem 1.35rem 1.35rem;
  }

  .menu-links {
    display: flex;
    flex-direction: column;
    gap: 0.15rem;
    top: auto;
    left: auto;
    padding: 0;
  }

  .menu-mobile-bottom {
    padding-bottom: 0;
  }

  .menu-divider {
    margin: 0 0 0.9rem;
    width: 100%;
  }

  .language-switch {
    align-items: center;
    gap: 0.7rem;
    padding: 0;
    font-size: 1.35rem;
    line-height: 1;
  }

  .language-switch a {
    margin: 0;
  }

  .menu-links a:not(.main-cta) {
    padding: 0.44rem 0;
    font-family: "Roboto", sans-serif;
    font-weight: 200;
    font-size: 1.7rem;
    line-height: 1.14;
  }

  .menu-links a:not(.main-cta) + .main-cta {
    margin-top: 1.2rem;
  }
}

@media (max-width: 420px) {
  .menu-links a:not(.main-cta) {
    padding: 0.4rem 0;
    font-size: 1.5rem;
    line-height: 1.14;
  }
}

.menu-links a:not(.main-cta) {
  font-family: "Roboto", sans-serif;
  font-weight: 200;
}

/* Full-viewport heroes for the four service pages. */
.baggerunternehmen-hero,
.bauunternehmen-hero,
.gartenbau-hero,
.projektleitung-hero {
  width: 100%;
  height: 100vh;
  min-height: 100vh;
  margin: 0;
  border-radius: 0;
}

.baggerunternehmen-hero-media,
.baggerunternehmen-hero-gradient,
.bauunternehmen-hero-media,
.bauunternehmen-hero-gradient,
.gartenbau-hero-media,
.gartenbau-hero-gradient,
.projektleitung-hero-media,
.projektleitung-hero-gradient {
  inset: 0;
  width: 100%;
  height: 100%;
  border-radius: 0;
}

.baggerunternehmen-hero-media img,
.bauunternehmen-hero-media img,
.gartenbau-hero-media img,
.projektleitung-hero-media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  border-radius: 0;
}

.service-hero-scroll-cue {
  position: absolute;
  left: 50%;
  bottom: 2.5rem;
  z-index: 4;
  display: grid;
  width: 2rem;
  height: 2rem;
  place-items: center;
  opacity: 0.9;
  pointer-events: none;
  transition:
    opacity 0.16s linear,
    visibility 0.16s linear;
  animation: service-hero-chevron-bounce 1.65s ease-in-out infinite;
  will-change: transform, opacity;
}

.service-hero-scroll-cue img {
  display: block;
  width: 1.45rem;
  height: auto;
  filter: drop-shadow(0 0.2rem 0.35rem rgba(0, 0, 0, 0.4));
}

@keyframes service-hero-chevron-bounce {
  0%,
  100% {
    transform: translate(-50%, 0);
  }

  50% {
    transform: translate(-50%, 0.65rem);
  }
}

@media (max-width: 768px) {
  .service-hero-scroll-cue {
    bottom: 1.65rem;
    width: 1.8rem;
    height: 1.8rem;
  }

  .service-hero-scroll-cue img {
    width: 1.35rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .service-hero-scroll-cue {
    animation: none;
    transform: translateX(-50%);
  }
}

/* Compact related-service cards shared by the four category pages. */
.baggerunternehmen-related-grid,
.bauunternehmen-related-grid,
.gartenbau-related-grid,
.projektleitung-related-grid {
  gap: clamp(0.85rem, 1.2vw, 1.35rem);
  counter-reset: related-service;
}

.baggerunternehmen-related-card,
.bauunternehmen-related-card,
.gartenbau-related-card,
.projektleitung-related-card {
  position: relative;
  display: grid;
  grid-template-rows: auto 1fr auto;
  min-height: 16.5rem;
  padding: clamp(1.35rem, 1.6vw, 1.75rem);
  overflow: hidden;
  border: 1px solid rgba(238, 240, 241, 0.09);
  border-radius: 10px;
  background:
    radial-gradient(
      circle at 100% 0,
      rgba(129, 180, 53, 0.12),
      transparent 36%
    ),
    #143b55;
  counter-increment: related-service;
  transition:
    transform 0.42s cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 0.42s cubic-bezier(0.22, 1, 0.36, 1),
    background-color 0.3s ease;
}

.baggerunternehmen-related-card::before,
.bauunternehmen-related-card::before,
.gartenbau-related-card::before,
.projektleitung-related-card::before {
  content: "0" counter(related-service);
  position: absolute;
  top: 1.25rem;
  right: 1.35rem;
  color: rgba(238, 240, 241, 0.42);
  font-size: 0.78rem;
  font-weight: 200;
  line-height: 1;
  letter-spacing: 0.08em;
}

.baggerunternehmen-related-card::after,
.bauunternehmen-related-card::after,
.gartenbau-related-card::after,
.projektleitung-related-card::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 3px;
  background: #81b435;
  transition: width 0.48s cubic-bezier(0.22, 1, 0.36, 1);
}

.baggerunternehmen-related-card:hover,
.bauunternehmen-related-card:hover,
.gartenbau-related-card:hover,
.projektleitung-related-card:hover {
  transform: translateY(-0.28rem);
  box-shadow: 0 1.1rem 2.4rem rgba(20, 59, 85, 0.16);
}

.baggerunternehmen-related-card:hover::after,
.bauunternehmen-related-card:hover::after,
.gartenbau-related-card:hover::after,
.projektleitung-related-card:hover::after,
.baggerunternehmen-related-card:focus-visible::after,
.bauunternehmen-related-card:focus-visible::after,
.gartenbau-related-card:focus-visible::after,
.projektleitung-related-card:focus-visible::after {
  width: 100%;
}

.baggerunternehmen-related-card h3,
.bauunternehmen-related-card h3,
.gartenbau-related-card h3,
.projektleitung-related-card h3 {
  padding-right: 2.4rem;
  margin-bottom: 0.75rem;
  font-size: clamp(1.55rem, 1.7vw, 1.85rem);
  text-wrap: balance;
}

.baggerunternehmen-related-card p,
.bauunternehmen-related-card p,
.gartenbau-related-card p,
.projektleitung-related-card p {
  max-width: 34rem;
  color: rgba(238, 240, 241, 0.76);
  font-size: clamp(1rem, 1vw, 1.08rem);
  line-height: 1.42;
}

.baggerunternehmen-related-card .service-slide-link,
.bauunternehmen-related-card .service-slide-link,
.gartenbau-related-card .service-slide-link,
.projektleitung-related-card .service-slide-link {
  align-self: end;
  gap: 0.62rem;
  margin-top: 1.6rem;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #eef0f1;
}

.baggerunternehmen-related-card .service-slide-link > span,
.bauunternehmen-related-card .service-slide-link > span,
.gartenbau-related-card .service-slide-link > span,
.projektleitung-related-card .service-slide-link > span {
  display: grid;
  width: 1.75rem;
  height: 1.75rem;
  place-items: center;
  border-radius: 50%;
  background: rgba(238, 240, 241, 0.1);
  transition:
    background-color 0.3s ease,
    transform 0.32s cubic-bezier(0.22, 1, 0.36, 1);
}

.baggerunternehmen-related-card .service-slide-link img,
.bauunternehmen-related-card .service-slide-link img,
.gartenbau-related-card .service-slide-link img,
.projektleitung-related-card .service-slide-link img {
  width: 0.7rem;
  margin: 0;
}

.baggerunternehmen-related-card:hover .service-slide-link,
.baggerunternehmen-related-card:focus-visible .service-slide-link,
.bauunternehmen-related-card:hover .service-slide-link,
.bauunternehmen-related-card:focus-visible .service-slide-link,
.gartenbau-related-card:hover .service-slide-link,
.gartenbau-related-card:focus-visible .service-slide-link,
.projektleitung-related-card:hover .service-slide-link,
.projektleitung-related-card:focus-visible .service-slide-link {
  border: 0;
  background: transparent;
  color: #eef0f1;
}

.baggerunternehmen-related-card:hover .service-slide-link > span,
.baggerunternehmen-related-card:focus-visible .service-slide-link > span,
.bauunternehmen-related-card:hover .service-slide-link > span,
.bauunternehmen-related-card:focus-visible .service-slide-link > span,
.gartenbau-related-card:hover .service-slide-link > span,
.gartenbau-related-card:focus-visible .service-slide-link > span,
.projektleitung-related-card:hover .service-slide-link > span,
.projektleitung-related-card:focus-visible .service-slide-link > span {
  background: #81b435;
  transform: translateX(0.14rem);
}

@media only screen and (max-width: 767px) {
  .baggerunternehmen-related-card,
  .bauunternehmen-related-card,
  .gartenbau-related-card,
  .projektleitung-related-card {
    min-height: 14.5rem;
    padding: 1.35rem;
  }

  .baggerunternehmen-related-card h3,
  .bauunternehmen-related-card h3,
  .gartenbau-related-card h3,
  .projektleitung-related-card h3 {
    font-size: 1.55rem;
  }
}

/* Consistent vertical rhythm across the four service pages. */
.projektleitung-room-section,
.zb-architektur-scope,
.projektleitung-related-section,
.projektleitung-cta-section,
.bauunternehmen-detail-section,
.bauunternehmen-project-section,
.bauunternehmen-related-section,
.bauunternehmen-cta-section,
.baggerunternehmen-detail-section,
.zb-bagger-scope,
.baggerunternehmen-related-section,
.baggerunternehmen-cta-section,
.zb-garten-scope,
.gartenbau-image-section,
.gartenbau-related-section,
.gartenbau-cta-section {
  padding-top: 2.25rem;
  padding-bottom: 2.25rem;
}

.projektleitung-room-section,
.bauunternehmen-detail-section,
.baggerunternehmen-detail-section,
.zb-garten-scope {
  padding-top: 4rem;
}

@media (max-width: 768px) {
  .projektleitung-room-section,
  .zb-architektur-scope,
  .projektleitung-related-section,
  .projektleitung-cta-section,
  .bauunternehmen-detail-section,
  .bauunternehmen-project-section,
  .bauunternehmen-related-section,
  .bauunternehmen-cta-section,
  .baggerunternehmen-detail-section,
  .zb-bagger-scope,
  .baggerunternehmen-related-section,
  .baggerunternehmen-cta-section,
  .zb-garten-scope,
  .gartenbau-image-section,
  .gartenbau-related-section,
  .gartenbau-cta-section {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }

  .projektleitung-room-section,
  .bauunternehmen-detail-section,
  .baggerunternehmen-detail-section,
  .zb-garten-scope {
    padding-top: 2.75rem;
  }
}

@media (min-width: 1181px) {
  .zb-architektur-scope,
  .zb-bagger-scope,
  .zb-garten-scope {
    column-gap: clamp(3rem, 4vw, 5rem);
  }

  .projektleitung-room-section {
    padding-bottom: 1.5rem;
  }

  .zb-architektur-scope {
    padding-top: 1.5rem;
  }
}

@media (min-width: 1181px) and (max-width: 1520px) {
  .zb-architektur-scope,
  .zb-bagger-scope,
  .zb-garten-scope {
    grid-template-columns: minmax(15.5rem, 0.72fr) minmax(0, 1.68fr);
    padding-right: 5rem;
    padding-left: 5rem;
  }

  .zb-architektur-scope-row,
  .zb-bagger-scope-row,
  .zb-garten-scope-row {
    grid-template-columns: 2.5rem minmax(0, 1fr);
    column-gap: 1.25rem;
  }

  .zb-architektur-scope-head h2,
  .zb-bagger-scope-head h2,
  .zb-garten-scope-head h2 {
    font-size: 2.1rem;
    line-height: 1.08;
  }

  .zb-architektur-scope-head p,
  .zb-bagger-scope-head p,
  .zb-garten-scope-head p {
    font-size: 1.05rem;
    line-height: 1.35;
  }
}
