/* Cachebuster: cb1 */
* {
  box-sizing: border-box;
}

body {
  background-color: #efeded;
  font-family: "Roboto", sans-serif;
  margin: 0;
  padding: 0;
  overflow-x: hidden !important;
  position: relative;
  z-index: -2;
}

.page-wrapper {
  position: relative;
  z-index: 1;
  overflow: hidden;
  background-color: #efeded;
  border-radius: 0 0 50px 50px;
  margin-bottom: -6rem;
}

@font-face {
  font-family: "PPNeueMontreal";
  font-style: normal;
  font-weight: 400;
  src: url("/assets/fonts/PPNeueMontreal/PPNeueMontreal-Regular.woff2")
    format("woff2");
  font-display: swap;
}

@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 300;
  src: url("/assets/fonts/Roboto/roboto-v50-latin-regular.woff2")
    format("woff2");
  font-display: swap;
}

@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 200;
  src: url("/assets/fonts/Roboto/roboto-v50-latin-300.woff2") format("woff2");
  font-display: swap;
}

.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: auto;
}
.lenis.lenis-stopped {
  overflow: clip;
}

.lenis.lenis-smooth {
  scroll-behavior: auto !important;
}
.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}
.lenis.lenis-stopped {
  overflow: hidden;
}
.lenis.lenis-smooth iframe {
  pointer-events: none;
}

.header-desktop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 1.8rem 2.6rem;
  z-index: 100;
  transition:
    top 0.45s cubic-bezier(0.22, 1, 0.36, 1),
    background 0.3s ease-in-out;
}

.header-desktop.scrolled {
  background: linear-gradient(
    0deg,
    rgba(29, 29, 29, 0) 0%,
    rgba(29, 29, 29, 0.8) 100%
  );
}

.header-desktop nav {
  position: relative;
  z-index: 5;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.nav-logo img {
  width: 380px;
}

.desktop-links {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}

.dot {
  display: inline-block;
  flex: 0 0 auto;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #81b435;
}

.desktop-links a {
  color: #e6e6e6;
  font-size: 1.2rem;
  font-weight: 200;
  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;
}

.lang-link {
  display: flex;
  align-items: center;
  gap: 4px;
}

.mobile-header {
  display: none;
  width: 100%;
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  padding: 15px;
  background: linear-gradient(
    0deg,
    rgba(29, 29, 29, 0) 0%,
    rgba(29, 29, 29, 0.8) 100%
  );
}

.mobile-header nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.logo-mobile {
  width: 200px;
}

.nav-menu {
  background: transparent;
  border: none;
}

.line-menu {
  background-color: #efeded;
  width: 25px;
  height: 1px;
  margin-bottom: 5px;
}

.line-small {
  background-color: #efeded;
  width: 20px;
  height: 1px;
  margin-bottom: 5px;
  float: right;
}

.menu-mobile {
  display: none;
  background-color: #efeded;
  clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
  height: 100%;
  height: 100dvh;
  width: 100%;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 100;
}

.menu-mobile-inner {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.menu-close {
  display: block;
  height: 20px;
  position: relative;
  width: 20px;
  padding: 0;
  border: 0;
  background: transparent;
  appearance: none;
  cursor: pointer;
}

.menu-close img {
  display: block;
  width: 100%;
  height: 100%;
}

.menu-close:focus:not(:focus-visible) {
  outline: none;
}

.menu-close:focus-visible {
  outline: 2px solid #81b435;
  outline-offset: 4px;
}

.menu-closing {
  position: absolute;
  right: 1.4rem;
  top: 1.8rem;
}

.menu-links {
  display: flex;
  flex-direction: column;
  top: 20%;
  left: 1.4rem;
  padding: 30% 2rem 2rem 2rem;
}

.menu-mobile-bottom {
  padding-bottom: 1rem;
}

.menu-links a:not(.main-cta) {
  text-decoration: none;
  padding: 0.7rem 0;
  color: #26221c;
  font-weight: 200;
  font-size: 1.5rem;
  line-height: 1.6rem;
}
.menu-links a:not(.main-cta) + .main-cta {
  margin-top: 1.05rem;
}

.menu-divider {
  display: block;
  margin: 0 0 0.9rem;
  width: 100%;
  height: 2px;
}

.menu-divider line {
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
}

.language-switch {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  color: #26221c;
  font-weight: 200;
  font-size: 1.35rem;
  line-height: 1;
  padding: 0;
}

.language-switch a {
  text-decoration: none;
  color: #26221c;
  margin: 0;
}

.main-cta-shadow {
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}

.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: #e9eef1;
  text-decoration: none;
  white-space: nowrap;
  line-height: 1;
  transition:
    transform 0.4s cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 0.4s cubic-bezier(0.22, 1, 0.36, 1);
  color: #e6e6e6;
  font-size: 1.1rem;
  font-weight: 200;
  text-decoration: none;
}

.main-cta:hover {
  transform: translateY(-0.12rem) scale(1.025);
  box-shadow: 0 0.7rem 1.4rem rgba(20, 63, 90, 0.18);
}

.main-cta:active {
  transform: translateY(0) scale(0.985);
}

.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;
}

.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);
}

.arrow-1 {
  transform: translate(0, 0);
}

.arrow-2 {
  transform: translate(-120%, 120%);
}

.main-cta:hover .arrow-1 {
  transform: translate(120%, -120%);
}

.main-cta:hover .arrow-2 {
  transform: translate(0, 0);
}

.gartenbau-hero {
  position: relative;
  width: 100%;
  min-height: 100vh;
  overflow: hidden;
  color: #e6e6e6;
  isolation: isolate;
}

.gartenbau-hero-media,
.gartenbau-hero-gradient {
  position: absolute;
  top: 0;
  right: 1rem;
  bottom: 1rem;
  left: 1rem;
  overflow: hidden;
  border-radius: 0 0 10px 10px;
}

.gartenbau-hero-media {
  z-index: 1;
}

.gartenbau-hero-media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
}

.gartenbau-hero-gradient {
  z-index: 2;
  pointer-events: none;
  background:
    linear-gradient(
      180deg,
      rgba(4, 4, 4, 0.42) 0%,
      rgba(20, 59, 85, 0.18) 42%,
      rgba(0, 0, 0, 0.72) 100%
    ),
    linear-gradient(
      90deg,
      rgba(0, 0, 0, 0.48) 0%,
      rgba(0, 0, 0, 0.1) 52%,
      rgba(0, 0, 0, 0.34) 100%
    );
}

.gartenbau-hero-content {
  position: absolute;
  left: 8rem;
  right: 8rem;
  bottom: 8rem;
  z-index: 3;
}

.gartenbau-hero-content h1 {
  color: #e6e6e6;
  font-family: "PPNeueMontreal", sans-serif;
  font-weight: 400;
  font-size: 3.128rem;
  line-height: 1.05;
  margin: 0 0 1.4rem 0;
  width: 60%;
}

.gartenbau-hero-content p {
  max-width: 68rem;
  color: #e6e6e6;
  font-weight: 200;
  font-size: 1.2rem;
  line-height: 1.35;
  margin: 0;
}

.gartenbau-hero-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 1.6rem;
}

.gartenbau-intro-section,
.gartenbau-overview-section,
.gartenbau-image-section,
.gartenbau-detail-section,
.gartenbau-technical-section,
.gartenbau-process-section,
.gartenbau-related-section,
.gartenbau-cta-section {
  padding: 8rem;
}

.gartenbau-intro-section {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(20rem, 0.8fr);
  gap: 8rem;
  color: #26221c;
}

.gartenbau-intro-text p {
  max-width: 62rem;
  color: #26221c;
  font-family: "PPNeueMontreal", sans-serif;
  font-weight: 400;
  font-size: 2.3rem;
  line-height: 1.08;
  margin: 0;
}

.gartenbau-intro-small p {
  color: #26221c;
  font-weight: 200;
  font-size: 1.2rem;
  line-height: 1.35;
  margin: 0;
}

.gartenbau-section-intro {
  max-width: 80%;
  margin: 0 0 2.5rem 0;
  color: #26221c;
}

.gartenbau-section-intro h2,
.gartenbau-image-content h2,
.gartenbau-technical-content h2,
.gartenbau-cta-card h2 {
  max-width: 58rem;
  color: inherit;
  font-family: "PPNeueMontreal", sans-serif;
  font-weight: 400;
  font-size: 2.3rem;
  line-height: 1.05;
  margin: 0 0 1.2rem 0;
}

.gartenbau-section-intro p,
.gartenbau-image-content p,
.gartenbau-technical-content p,
.gartenbau-cta-card p {
  max-width: 82rem;
  color: inherit;
  font-weight: 200;
  font-size: 1.2rem;
  line-height: 1.35;
  margin: 0;
}

.gartenbau-image-content p + p,
.gartenbau-technical-content p + p {
  margin-top: 1rem;
}

.gartenbau-overview-section,
.gartenbau-detail-section,
.gartenbau-process-section,
.gartenbau-related-section,
.gartenbau-cta-section {
  color: #26221c;
}

.gartenbau-overview-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
}

.gartenbau-overview-card {
  min-height: 18rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 1.15rem;
  border-radius: 10px;
  background: #143b55;
  color: #e6e6e6;
}

.gartenbau-overview-card span {
  color: #81b435;
  font-weight: 400;
  font-size: 1rem;
}

.gartenbau-overview-card h3 {
  color: #e6e6e6;
  font-family: "PPNeueMontreal", sans-serif;
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 1.1;
  margin: auto 0 0.85rem 0;
}

.gartenbau-overview-card p {
  color: #e6e6e6;
  font-weight: 200;
  font-size: 1.1rem;
  line-height: 1.3;
  margin: 0;
}

.gartenbau-image-section,
.gartenbau-technical-section {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: 8rem;
  align-items: center;
  background: #143b55;
  color: #e6e6e6;
}

.gartenbau-image-media,
.gartenbau-technical-media {
  width: 100%;
  height: 40rem;
  overflow: hidden;
  border-radius: 10px;
  background: #143b55;
}

.gartenbau-image-media img,
.gartenbau-technical-media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
  transition: transform 0.85s cubic-bezier(0.22, 1, 0.36, 1);
}

.gartenbau-image-section:hover .gartenbau-image-media img,
.gartenbau-technical-section:hover .gartenbau-technical-media img {
  transform: scale(1.045);
}

.gartenbau-image-content,
.gartenbau-technical-content {
  color: #e6e6e6;
}

.gartenbau-image-content > span,
.gartenbau-technical-content > span,
.gartenbau-cta-card > div > span {
  display: block;
  color: #81b435;
  font-weight: 200;
  font-size: 1.2rem;
  margin-bottom: 0.9rem;
}

.gartenbau-image-tags,
.gartenbau-technical-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin-top: 1.8rem;
}

.gartenbau-image-tags span,
.gartenbau-technical-tags span {
  display: inline-flex;
  align-items: center;
  min-height: 2rem;
  padding: 0.45rem 1rem;
  border-radius: 999px;
  background: #e6e6e6;
  color: #26221c;
  font-weight: 200;
  font-size: 1rem;
  line-height: 1;
}

.gartenbau-detail-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}

.gartenbau-detail-card {
  min-height: 28rem;
  display: flex;
  flex-direction: column;
  padding: 2rem;
  border-radius: 10px;
  background: #143b55;
  color: #e6e6e6;
}

.gartenbau-detail-card > span {
  display: block;
  color: #81b435;
  font-weight: 200;
  font-size: 1.1rem;
  line-height: 1.1;
  margin-bottom: auto;
}

.gartenbau-detail-card h3 {
  max-width: 38rem;
  color: #e6e6e6;
  font-family: "PPNeueMontreal", sans-serif;
  font-weight: 400;
  font-size: 2rem;
  line-height: 1.08;
  margin: 3rem 0 1rem 0;
}

.gartenbau-detail-card p,
.gartenbau-detail-card li {
  color: #e6e6e6;
  font-weight: 200;
  font-size: 1.1rem;
  line-height: 1.35;
}

.gartenbau-detail-card p {
  margin: 0 0 1rem 0;
}

.gartenbau-detail-card ul {
  display: grid;
  gap: 0.45rem;
  padding-left: 1.15rem;
  margin: 0;
}

.gartenbau-process-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  overflow: hidden;
  border-radius: 10px;
  background: rgba(20, 59, 85, 0.18);
}

.gartenbau-process-list article {
  min-height: 20rem;
  display: flex;
  flex-direction: column;
  padding: 1.15rem;
  background: #e6e6e6;
  color: #26221c;
}

.gartenbau-process-list span {
  color: #81b435;
  font-weight: 400;
  font-size: 1rem;
}

.gartenbau-process-list h3 {
  color: #26221c;
  font-family: "PPNeueMontreal", sans-serif;
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 1.1;
  margin: auto 0 0.85rem 0;
}

.gartenbau-process-list p {
  color: #26221c;
  font-weight: 200;
  font-size: 1.1rem;
  line-height: 1.3;
  margin: 0;
}

.gartenbau-related-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.gartenbau-related-card {
  min-height: 20rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 1.15rem;
  border-radius: 10px;
  background: #143b55;
  color: #e6e6e6;
  text-decoration: none;
  transition:
    transform 0.45s cubic-bezier(0.22, 1, 0.36, 1),
    background-color 0.3s ease;
}

.gartenbau-related-card:hover {
  transform: translateY(-0.35rem);
}

.gartenbau-related-card:focus-visible {
  outline: 2px solid #81b435;
  outline-offset: 4px;
}

.gartenbau-related-marker {
  color: #81b435;
  font-weight: 200;
  font-size: 1rem;
  line-height: 1.1;
}

.gartenbau-related-card h3 {
  color: #e6e6e6;
  font-family: "PPNeueMontreal", sans-serif;
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 1.1;
  margin: 0 0 0.85rem 0;
}

.gartenbau-related-card p {
  color: #e6e6e6;
  font-weight: 200;
  font-size: 1.1rem;
  line-height: 1.3;
  margin: 0;
}

.gartenbau-related-card .service-slide-link {
  display: inline-flex;
  align-items: center;
  gap: 2px;
  width: fit-content;
  margin-top: 1.4rem;
  padding: 0.78rem;
  border: 1px solid rgba(230, 230, 230, 0.88);
  border-radius: 4px;
  color: #e6e6e6;
  font-weight: 200;
  font-size: 1rem;
  line-height: 1;
  transition:
    color 0.3s ease,
    background-color 0.3s ease,
    border-color 0.3s ease;
}

.gartenbau-related-card .service-slide-link img {
  width: 12px;
  height: auto;
  display: block;
  margin-top: 3px;
  filter: brightness(0) invert(1);
  transition:
    transform 0.3s ease,
    filter 0.3s ease;
}

.gartenbau-related-card:hover .service-slide-link,
.gartenbau-related-card:focus-visible .service-slide-link {
  background: #e6e6e6;
  border-color: #e6e6e6;
  color: #143b55;
}

.gartenbau-related-card:hover .service-slide-link img,
.gartenbau-related-card:focus-visible .service-slide-link img {
  transform: translateX(0.12rem);
  filter: none;
}

.gartenbau-cta-section {
  padding-top: 0;
}

.gartenbau-cta-card {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 3rem;
  padding: 4rem;
  border-radius: 10px;
  background: #143b55;
  color: #e6e6e6;
}

.gartenbau-cta-card h2,
.gartenbau-cta-card p {
  color: #e6e6e6;
}

.main-cta-b {
  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: #e6e6e6;
  color: #26221c !important;
  white-space: nowrap;
  line-height: 1;
  transition:
    transform 0.4s cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 0.4s cubic-bezier(0.22, 1, 0.36, 1);
  font-size: 1.1rem;
  font-weight: 200;
  text-decoration: none;
}

.main-cta-b:hover {
  transform: translateY(-0.12rem) scale(1.025);
  box-shadow: 0 0.7rem 1.4rem rgba(20, 63, 90, 0.18);
}

.main-cta-b:active {
  transform: translateY(0) scale(0.985);
}

.cta-icon-b {
  position: relative;
  width: 2.15rem;
  height: 2.15rem;
  overflow: hidden;
  border-radius: 1.5625rem 0 1.5625rem 1.5625rem;
  background: #143b55;
  flex: 0 0 auto;
}

.main-cta-b .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);
}

.main-cta-b:hover .arrow-1 {
  transform: translate(120%, -120%);
}

.main-cta-b:hover .arrow-2 {
  transform: translate(0, 0);
}

@media (prefers-reduced-motion: reduce) {
  .gartenbau-image-media img,
  .gartenbau-technical-media img,
  .gartenbau-related-card,
  .gartenbau-related-card .service-slide-link,
  .gartenbau-related-card .service-slide-link img,
  .main-cta-b,
  .main-cta-b .arrow {
    transition: none;
  }

  .gartenbau-image-section:hover .gartenbau-image-media img,
  .gartenbau-technical-section:hover .gartenbau-technical-media img,
  .gartenbau-related-card:hover,
  .gartenbau-related-card:hover .service-slide-link img,
  .gartenbau-related-card:focus-visible .service-slide-link img,
  .main-cta-b:hover,
  .main-cta-b:active {
    transform: none;
  }
}

footer.site-footer {
  position: sticky;
  right: 0;
  bottom: 0;
  left: 0;
  top: auto;
  z-index: -1;
  width: 100%;
  min-height: 0;
  overflow: hidden;
  color: #e6e6e6;
  background: #143b55;
  isolation: isolate;
}

.footer-img {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.footer-img img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
}

.site-footer-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    linear-gradient(
      180deg,
      rgba(20, 59, 85, 0.52) 0%,
      rgba(0, 0, 0, 0.42) 46%,
      rgba(0, 0, 0, 0.72) 100%
    ),
    linear-gradient(
      90deg,
      rgba(0, 0, 0, 0.4) 0%,
      rgba(0, 0, 0, 0.1) 50%,
      rgba(0, 0, 0, 0.36) 100%
    );
}

.site-footer-inner {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  padding: 8rem 8rem 1.4rem 8rem;
}

.site-footer-top {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.site-footer-logo {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.5rem;
}

.site-footer-logo img {
  width: 17rem;
  height: auto;
  display: block;
}

.site-footer-top h2 {
  max-width: 38rem;
  color: #e6e6e6;
  font-family: "PPNeueMontreal", sans-serif;
  font-weight: 400;
  font-size: 2.3rem;
  line-height: 1.05;
  margin: 0 0 1.2rem 0;
}

.site-footer-cta {
  width: fit-content;
}

.site-footer-nav {
  width: min(82rem, calc(100% - 8rem));
  display: grid;
  grid-template-columns: 1.1fr 1fr 1fr 0.9fr;
  gap: 7rem;
  align-items: start;
  margin: 6.5rem auto 5.5rem auto;
}

.site-footer-column h3 {
  color: #e6e6e6;
  font-family: "PPNeueMontreal", sans-serif;
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 1.1;
  margin: 0 0 0.9rem 0;
}

.site-footer-column ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.site-footer-column li {
  margin: 0 0 0.45rem 0;
}

.site-footer-column a {
  position: relative;
  display: inline-block;
  width: fit-content;
  max-width: 100%;
  color: #e6e6e6;
  font-weight: 200;
  font-size: 1rem;
  line-height: 1.25;
  text-decoration: none;
  padding-bottom: 0.08rem;
}

.site-footer-column a::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.08rem;
  width: 100%;
  height: 1px;
  background: #e6e6e6;
  transform: scaleX(0);
  transform-origin: right center;
  transition: transform 0.38s cubic-bezier(0.65, 0, 0.35, 1);
}

.site-footer-column a:hover::before {
  transform: scaleX(1);
  transform-origin: left center;
}

.site-footer-column a:focus-visible {
  outline: 2px solid #81b435;
  outline-offset: 4px;
}

.site-footer-social-links {
  display: flex;
  align-items: center;
  gap: 0.8rem;
}

.site-footer-social-links a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  text-decoration: none;
  transition: transform 0.25s ease;
}

.site-footer-social-links a::before {
  display: none;
}

.site-footer-social-links img {
  display: block;
}

.footer-bottom {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 2rem;
  padding: 1.2rem 0 0 0;
}

.footer-bottom::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(
    90deg,
    rgba(230, 230, 230, 0) 0%,
    rgba(230, 230, 230, 0.42) 10%,
    rgba(230, 230, 230, 0.42) 90%,
    rgba(230, 230, 230, 0) 100%
  );
}

.footer-bottom p {
  color: #e6e6e6;
  font-size: 0.9rem;
  font-weight: 100;
  margin: 0;
}

.credits {
  color: #e6e6e6;
  font-size: 0.9rem;
  font-weight: 100;
  text-decoration: none;
  transition: color 0.25s ease;
}

.credits:hover {
  color: #81b435;
}

@media (hover: hover) and (pointer: fine) {
  .site-footer-social-links a:hover {
    transform: translateY(-0.12rem);
  }
}

@media (prefers-reduced-motion: reduce) {
  .site-footer-column a::before,
  .site-footer-social-links a,
  .credits {
    transition: none;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1520px) {
  .site-footer-inner {
    padding-left: 5rem;
    padding-right: 5rem;
  }
}

@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;
  }

  .site-footer-inner {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .header-desktop {
    display: none;
  }

  .mobile-header {
    display: block;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1200px) and (orientation: landscape) {
  .header-desktop {
    display: none;
  }

  .mobile-header {
    display: block;
  }
}

@media (max-width: 768px) {
  .page-wrapper {
    border-radius: 0 0 30px 30px;
    margin-bottom: -3rem;
  }

  .header-desktop {
    display: none;
  }

  .mobile-header {
    display: block;
  }

  .site-footer-inner {
    padding: 2.5rem 1rem 1rem 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 {
    width: 100%;
    align-items: center;
    flex-direction: column;
    gap: 0.55rem;
    text-align: center;
  }

  .footer-bottom p {
    width: 100%;
  }
}

.gartenbau-page-wrapper {
  overflow: visible;
}

.zb-garten-scope {
  display: grid;
  grid-template-columns: minmax(18rem, 0.78fr) minmax(0, 1.62fr);
  padding: 5rem 8rem 8rem;
  color: #26221c;
}

.zb-garten-scope-head {
  position: sticky;
  top: 11rem;
  align-self: start;
  padding-top: 1.25rem;
}

.zb-garten-scope-head h2 {
  max-width: 48rem;
  margin: 0;
  color: #26221c;
  font-family: "PPNeueMontreal", sans-serif;
  font-size: 2.55rem;
  font-weight: 400;
  line-height: 1.06;
  letter-spacing: 0;
}

.zb-garten-scope-head p {
  max-width: 28rem;
  margin: 1.15rem 0 0;
  color: rgba(38, 34, 28, 0.74);
  font-size: 1.22rem;
  font-weight: 200;
}

.zb-garten-scope-cta {
  margin-top: 1.6rem;
  font-size: 1rem;
}

.zb-garten-scope-list {
  border-top: 1px solid rgba(38, 34, 28, 0.16);
}

.zb-garten-scope-row {
  display: grid;
  grid-template-columns: 4.25rem minmax(0, 1fr);
  gap: 3rem;
  padding: 2.85rem 0;
  border-bottom: 1px solid rgba(38, 34, 28, 0.16);
}

.zb-garten-scope-number {
  color: #81b435;
  font-size: 1.05rem;
  font-weight: 300;
  line-height: 1.1;
}

.zb-garten-scope-row h3 {
  margin: 0;
  color: #26221c;
  font-family: "PPNeueMontreal", sans-serif;
  font-size: 1.9rem;
  font-weight: 400;
  line-height: 1.08;
  letter-spacing: 0;
}

.zb-garten-scope-row p {
  max-width: 64rem;
  margin: 0.7rem 0 0;
  color: rgba(38, 34, 28, 0.74);
  font-size: 1.18rem;
  font-weight: 200;
  line-height: 1.42;
}

.zb-garten-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 1.05rem;
}

.zb-garten-tags span {
  display: inline-flex;
  align-items: center;
  min-height: 1.85rem;
  padding: 0.42rem 0.78rem;
  border: 1px solid rgba(20, 63, 90, 0.11);
  border-radius: 999px;
  background: rgba(20, 63, 90, 0.045);
  color: rgba(38, 34, 28, 0.82);
  font-size: 0.84rem;
  font-weight: 200;
  line-height: 1;
}

#leistungen,
#services,
#terrassenbau,
#patio-construction,
#wege-hauszugaenge,
#einfahrten-stellplaetze,
#pflaster-platten,
#unterbau-tragschichten,
#entwaesserung,
#stufen-mauern,
#aussenflaechen-anschluesse,
#individuelle-planung,
#poolbau-gartenkonzepte,
#rollrasen-bepflanzung,
#beleuchtung-ausstattung,
#alles-aus-einer-hand {
  scroll-margin-top: 7rem;
}

@media (max-width: 1180px) {
  .zb-garten-scope {
    grid-template-columns: 1fr;
    padding-top: 4.25rem;
  }

  .zb-garten-scope-head {
    position: static;
    padding-top: 0;
  }

  .zb-garten-scope-head p {
    max-width: 58rem;
  }
}

@media (max-width: 860px) {
  .zb-garten-scope {
    padding-top: 3.25rem;
    padding-right: 1.1rem;
    padding-left: 1.1rem;
  }

  .zb-garten-scope-row {
    grid-template-columns: 1fr;
    gap: 0.75rem;
  }
}

@media (max-width: 560px) {
  .zb-garten-scope {
    padding-top: 3rem;
    padding-bottom: 4.5rem;
  }

  .zb-garten-scope-list {
    border-top: 0;
  }

  .zb-garten-scope-head h2 {
    letter-spacing: 0;
  }

  .zb-garten-tags span {
    font-size: 0.8rem;
  }
}

@media (max-width: 768px) {
  .gartenbau-page-wrapper .gartenbau-hero-content {
    top: 11rem;
    bottom: auto;
  }

  .gartenbau-page-wrapper .gartenbau-hero-content h1 {
    margin-bottom: 1.25rem;
  }

  .gartenbau-page-wrapper .gartenbau-hero-actions {
    margin-top: 1.25rem;
  }
}
