/* 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;
}

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

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

html.zb-skip-preloader .zb-preloader,
html.zb-skip-preloader .zb-preloader-curtain {
  display: none !important;
}

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

html.zb-is-preloading,
html.zb-is-preloading body {
  width: 100%;
  min-height: 100%;
  overflow: hidden !important;
}

html.zb-is-preloading .header-desktop,
html.zb-is-preloading .page-wrapper,
html.zb-is-preloading .site-footer {
  visibility: hidden;
}

.zb-preloader,
.zb-preloader-curtain {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100dvh;
  pointer-events: none;
}

.zb-preloader {
  z-index: 100001;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4rem;
  background: #efeded;
}

.zb-preloader-curtain {
  z-index: 10001;
  background: #efeded;
  visibility: hidden;
  clip-path: inset(100% 0 0 0);
  will-change: clip-path;
}

.zb-logo-wrap {
  width: 710px;
  max-width: 1400px;
}

.zb-logo {
  display: block;
  width: 100%;
  height: auto;
  overflow: visible;
}

.zb-logo .house-mark,
.zb-logo .bauen {
  color: #7caf18;
  fill: currentColor;
}

.zb-logo .zuhause,
.zb-logo .logo-subtitle {
  color: #18314d;
  fill: currentColor;
}

.zb-logo .house-mark {
  opacity: 0;
  stroke: none;
  transform-box: fill-box;
  transform-origin: center;
  animation: popIn 0.45s ease forwards;
}

.zb-logo .house-main {
  animation-delay: 0s;
}

.zb-logo .w1 {
  animation-delay: 0.75s;
}

.zb-logo .w2 {
  animation-delay: 0.82s;
}

.zb-logo .w3 {
  animation-delay: 0.89s;
}

.zb-logo .w4 {
  animation-delay: 0.96s;
}

.zb-logo .house-door {
  animation-delay: 1.05s;
}

.zb-logo .logo-word,
.zb-logo .logo-subtitle {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 300;
  letter-spacing: 0.01em;
}

.zb-logo .logo-word {
  font-size: 122px;
  opacity: 0;
  transform-box: fill-box;
  transform-origin: left center;
  animation: textRise 0.75s cubic-bezier(0.2, 0.8, 0.2, 1) forwards;
}

.zb-logo .zuhause {
  animation-delay: 1.1s;
}

.zb-logo .bauen {
  animation-delay: 1.35s;
}

.zb-logo .logo-subtitle {
  font-size: 58px;
  opacity: 0;
  letter-spacing: 0.015em;
  animation: subtitleFade 0.65s ease forwards;
  animation-delay: 1.75s;
}

.zb-preloader.is-hidden {
  opacity: 0;
  transition: opacity 0.45s ease;
}

.zb-preloader-curtain.is-revealing {
  visibility: visible;
  animation: zbCurtainFallback 1.55s cubic-bezier(0.65, 0, 0.35, 1) forwards;
}

@keyframes popIn {
  0% {
    opacity: 0;
    transform: translateY(8px) scale(0.92);
  }

  100% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes textRise {
  0% {
    opacity: 0;
    transform: translateY(18px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes subtitleFade {
  0% {
    opacity: 0;
    transform: translateX(14px);
  }

  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes zbCurtainFallback {
  0% {
    clip-path: inset(100% 0 0 0);
  }

  45% {
    clip-path: inset(0 0 0 0);
  }

  100% {
    clip-path: inset(0 0 100% 0);
  }
}

.header-desktop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0.62rem 2.6rem 0.5rem;
  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;
}

.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: 305px;
  height: auto;
}

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

.desktop-links a {
  color: #26221c;
  font-size: 1.26rem;
  font-weight: 200;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
}

.header-desktop .desktop-links>a:not(.main-cta) {
  font-size: 1.26rem;
}

.header-desktop.scrolled .desktop-links>a:not(.main-cta) {
  color: #e6e6e6;
}

.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) saturate(100%) invert(11%) sepia(10%) saturate(1319%) hue-rotate(345deg) brightness(96%) contrast(88%);
  transition:
    transform 0.3s ease,
    filter 0.3s ease;
}

.header-desktop.scrolled .nav-service-trigger img,
.header-desktop.scrolled .lang-link img {
  filter: brightness(0) invert(1);
}

.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-fullscreen-trigger {
  display: inline-flex;
  flex: 0 0 auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0.25rem;
  width: 2.69rem;
  height: 2.69rem;
  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);
  transition:
    transform 0.4s cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 0.4s cubic-bezier(0.22, 1, 0.36, 1),
    background-color 0.3s ease;
}

.nav-fullscreen-trigger:hover {
  transform: translateY(-0.12rem) scale(1.025);
  background: #123851;
  box-shadow: 0 0.8rem 1.6rem rgba(20, 63, 90, 0.22);
}

.nav-fullscreen-trigger:active {
  transform: translateY(0) scale(0.985);
}

.nav-fullscreen-trigger:focus-visible {
  outline: 2px solid #81b435;
  outline-offset: 0.28rem;
}

.nav-fullscreen-trigger span {
  display: block;
  width: 1.28rem;
  height: 0.1rem;
  border-radius: 999px;
  background: #eef0f1;
}

.nav-fullscreen-trigger span:last-child {
  width: 0.92rem;
}

.fullscreen-menu {
  position: fixed;
  inset: 0;
  z-index: 2200;
  display: none;
  width: 100%;
  min-height: 100vh;
  min-height: 100dvh;
  overflow: auto;
  background:
    linear-gradient(135deg, rgba(239, 237, 237, 0.98) 0%, #efeded 56%), #efeded;
  clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
  pointer-events: none;
}

.fullscreen-menu.is-open {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  pointer-events: all;
  transition: clip-path 0.9s cubic-bezier(0.76, 0, 0.24, 1);
}

.fullscreen-menu::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(20, 63, 90, 0.08) 1px, transparent 1px),
    linear-gradient(180deg, rgba(20, 63, 90, 0.06) 1px, transparent 1px);
  background-size: 7.5rem 7.5rem;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.42), transparent 72%);
}

.fullscreen-menu-shell {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  min-height: 100dvh;
  padding: 1.6rem 3.5rem 2rem;
}

.fullscreen-menu-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
}

.fullscreen-menu-logo {
  display: inline-flex;
  align-items: center;
  width: min(19rem, 42vw);
}

.fullscreen-menu-logo img {
  display: block;
  width: 100%;
  height: auto;
}

.fullscreen-menu-close {
  position: relative;
  display: grid;
  flex: 0 0 auto;
  width: 2.69rem;
  height: 2.69rem;
  padding: 0;
  place-items: center;
  border: 0;
  border-radius: 1.5625rem 0 1.5625rem 1.5625rem;
  background: #143f5a;
  cursor: pointer;
  transition:
    transform 0.4s cubic-bezier(0.22, 1, 0.36, 1),
    background-color 0.3s ease;
}

.fullscreen-menu-close:hover {
  transform: translateY(-0.12rem) scale(1.025);
  background: #123851;
}

.fullscreen-menu-close:focus-visible {
  outline: 2px solid #81b435;
  outline-offset: 0.28rem;
}

.fullscreen-menu-close span {
  position: absolute;
  width: 1.28rem;
  height: 0.1rem;
  border-radius: 999px;
  background: #eef0f1;
}

.fullscreen-menu-close span:first-child {
  transform: rotate(45deg);
}

.fullscreen-menu-close span:last-child {
  transform: rotate(-45deg);
}

.fullscreen-menu-layout {
  display: grid;
  flex: 1;
  grid-template-columns: minmax(0, 1.15fr) minmax(21rem, 0.85fr);
  gap: 6rem;
  align-items: stretch;
  width: min(100%, 112rem);
  margin: 5.5rem auto 0;
}

.fullscreen-menu-primary {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.fullscreen-menu-primary a {
  position: relative;
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 1.5rem;
  padding: 0.82rem 0;
  border-bottom: 1px solid rgba(38, 34, 28, 0.13);
  color: #26221c;
  font-family: "PPNeueMontreal", sans-serif;
  font-size: 2.75rem;
  font-weight: 400;
  line-height: 1.03;
  text-decoration: none;
  letter-spacing: 0;
  transition:
    color 0.32s ease,
    padding-left 0.42s cubic-bezier(0.22, 1, 0.36, 1);
}

.fullscreen-menu-primary a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 0.62rem;
  height: 0.62rem;
  border-radius: 50%;
  background: #81b435;
  opacity: 0;
  transform: translate(-1.2rem, -50%);
  transition:
    opacity 0.28s ease,
    transform 0.38s cubic-bezier(0.22, 1, 0.36, 1);
}

.fullscreen-menu-primary a:hover,
.fullscreen-menu-primary a:focus-visible,
.fullscreen-menu-primary a[aria-current="page"] {
  color: #143f5a;
  padding-left: 1.2rem;
}

.fullscreen-menu-primary a:hover::before,
.fullscreen-menu-primary a:focus-visible::before,
.fullscreen-menu-primary a[aria-current="page"]::before {
  opacity: 1;
  transform: translate(0, -50%);
}

.fullscreen-menu-primary a:focus-visible {
  outline: none;
}

.fullscreen-menu-primary small {
  color: rgba(38, 34, 28, 0.45);
  font-family: "Roboto", sans-serif;
  font-size: 1rem;
  font-weight: 200;
  line-height: 1;
}

.fullscreen-menu-panel {
  display: grid;
  align-content: center;
  gap: 1.5rem;
}

.fullscreen-menu-media {
  position: relative;
  min-height: 19rem;
  overflow: hidden;
  border-radius: 0.5rem;
  background: #143f5a;
  color: #eef0f1;
}

.fullscreen-menu-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg,
      rgba(20, 63, 90, 0) 34%,
      rgba(20, 63, 90, 0.28) 100%),
    linear-gradient(90deg, rgba(20, 63, 90, 0.16), transparent 62%);
}

.fullscreen-menu-media img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.fullscreen-menu-media div {
  position: absolute;
  right: 1.2rem;
  bottom: 1.2rem;
  left: 1.2rem;
  z-index: 1;
}

.fullscreen-menu-media span {
  display: inline-flex;
  margin-bottom: 0.7rem;
  color: rgba(238, 240, 241, 0.72);
  font-size: 0.86rem;
  font-weight: 200;
  line-height: 1;
}

.fullscreen-menu-media strong {
  display: block;
  max-width: 18rem;
  color: #eef0f1;
  font-family: "PPNeueMontreal", sans-serif;
  font-size: 1.32rem;
  font-weight: 400;
  line-height: 1.16;
}

.fullscreen-menu-actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.8rem;
}

.fullscreen-menu-actions a {
  position: relative;
  min-height: 7.2rem;
  padding: 1rem;
  overflow: hidden;
  border: 1px solid rgba(20, 63, 90, 0.14);
  border-radius: 0.5rem;
  background: rgba(255, 255, 255, 0.42);
  color: #26221c;
  text-decoration: none;
  transition:
    transform 0.32s cubic-bezier(0.22, 1, 0.36, 1),
    border-color 0.3s ease,
    background-color 0.3s ease;
}

.fullscreen-menu-actions a::after {
  content: "";
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  width: 1rem;
  height: 1rem;
  background: #143f5a;
  -webkit-mask: url("/assets/icons/arrow-up-right.svg") center / contain no-repeat;
  mask: url("/assets/icons/arrow-up-right.svg") center / contain no-repeat;
  transition:
    transform 0.32s cubic-bezier(0.22, 1, 0.36, 1),
    background-color 0.3s ease;
}

.fullscreen-menu-actions a:hover,
.fullscreen-menu-actions a:focus-visible {
  transform: translateY(-0.12rem);
  border-color: rgba(129, 180, 53, 0.65);
  background: rgba(255, 255, 255, 0.68);
}

.fullscreen-menu-actions a:hover::after,
.fullscreen-menu-actions a:focus-visible::after {
  transform: translate(0.14rem, -0.14rem);
  background: #81b435;
}

.fullscreen-menu-actions a:focus-visible,
.fullscreen-menu-secondary a:focus-visible,
.fullscreen-menu-footer a:focus-visible {
  outline: 2px solid #81b435;
  outline-offset: 0.2rem;
}

.fullscreen-menu-actions span,
.fullscreen-menu-actions small {
  display: block;
}

.fullscreen-menu-actions span {
  max-width: 10rem;
  font-family: "PPNeueMontreal", sans-serif;
  font-size: 1.28rem;
  font-weight: 400;
  line-height: 1.08;
}

.fullscreen-menu-actions small {
  margin-top: 0.65rem;
  color: rgba(38, 34, 28, 0.62);
  font-size: 0.9rem;
  font-weight: 200;
  line-height: 1.2;
}

.fullscreen-menu-secondary {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.9rem 2rem;
  padding-top: 0.5rem;
  text-align: left;
}

.fullscreen-menu-secondary>div {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.62rem;
}

.fullscreen-menu-secondary>div:not(.fullscreen-menu-socials) {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.fullscreen-menu-secondary>div:not(.fullscreen-menu-socials)>span,
.fullscreen-menu-secondary>div:not(.fullscreen-menu-socials)>a {
  display: block;
}

.fullscreen-menu-socials {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.fullscreen-menu-secondary span {
  margin-bottom: 0.25rem;
  color: rgba(38, 34, 28, 0.5);
  font-size: 0.86rem;
  font-weight: 200;
  line-height: 1;
}

.fullscreen-menu-secondary>div:not(.fullscreen-menu-socials) a {
  width: max-content;
  max-width: 100%;
  color: #26221c;
  font-size: 1rem;
  font-weight: 200;
  line-height: 1.24;
  text-decoration: none;
  transition:
    color 0.25s ease,
    transform 0.25s ease;
}

.fullscreen-menu-social-links {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 0.8rem;
}

.fullscreen-menu-secondary .fullscreen-menu-social-links a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  text-decoration: none;
  transition: transform 0.25s ease;
}

.fullscreen-menu-social-links img {
  display: block;
}

.fullscreen-menu-secondary>div:not(.fullscreen-menu-socials) a:hover {
  color: #143f5a;
  transform: translateX(0.18rem);
}

.fullscreen-menu-social-links a:hover {
  transform: translateY(-0.12rem);
}

.fullscreen-menu-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  width: min(100%, 112rem);
  margin: 3.2rem auto 0;
  padding-top: 1rem;
  border-top: 1px solid rgba(38, 34, 28, 0.13);
  color: rgba(38, 34, 28, 0.62);
}

.fullscreen-menu-footer a {
  color: inherit;
  font-size: 0.98rem;
  font-weight: 200;
  line-height: 1;
  text-decoration: none;
  transition: color 0.25s ease;
}

.fullscreen-menu-footer a:hover {
  color: #143f5a;
}

.fullscreen-menu-footer span {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
}

.fullscreen-menu-footer span a[aria-current="page"] {
  color: #143f5a;
}

html.fullscreen-menu-is-open,
html.fullscreen-menu-is-open body,
body.fullscreen-menu-is-open {
  overflow: hidden;
}

.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-overview {
  display: none;
}

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

.mobile-header {
  display: none;
  width: 100%;
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  padding: 0.85rem 1rem;
  background-color: #fff6ec;
}

.mobile-header nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

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

.nav-menu {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0.25rem;
  width: 2.69rem;
  height: 2.69rem;
  padding: 0;
  border: none;
  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 {
  display: block;
  width: 1.28rem;
  height: 0.1rem;
  margin: 0;
  border-radius: 999px;
  background-color: #eef0f1;
}

.line-small {
  display: block;
  width: 0.92rem;
  height: 0.1rem;
  margin: 0;
  border-radius: 999px;
  background-color: #eef0f1;
}

.menu-mobile {
  display: none;
  background:
    linear-gradient(135deg, rgba(239, 237, 237, 0.98) 0%, #efeded 60%), #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: 2200;
  overflow: hidden;
}

.menu-mobile-inner {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  min-height: 100dvh;
  padding: 7.35rem 1.35rem 1.35rem;
}

.menu-close {
  display: block;
  height: 1.45rem;
  position: relative;
  width: 1.45rem;
  padding: 0;
  border: 0;
  background: transparent;
  appearance: none;
  cursor: pointer;
}

.menu-close img {
  display: block;
  width: 100%;
  height: 100%;
}

body.menu-is-open {
  overflow: hidden;
}

.menu-close:focus:not(:focus-visible) {
  outline: none;
}

.menu-close:focus-visible {
  outline: 2px solid #81b435;
  outline-offset: 4px;
}

.menu-closing {
  position: absolute;
  right: calc(1rem + env(safe-area-inset-right));
  top: calc(1rem + env(safe-area-inset-top));
  z-index: 2;
}

.menu-links {
  display: flex;
  flex-direction: column;
  gap: 0;
  padding: 0;
}

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

.menu-links a:not(.main-cta) {
  position: relative;
  text-decoration: none;
  padding: 0.95rem 0;
  color: #26221c;
  font-family: "PPNeueMontreal", sans-serif;
  font-weight: 400;
  font-size: 3.1rem;
  line-height: 1.06;
  letter-spacing: 0;
  transition:
    color 0.25s ease,
    padding-left 0.32s cubic-bezier(0.22, 1, 0.36, 1);
}

.menu-links a:not(.main-cta)::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 0.44rem;
  height: 0.44rem;
  border-radius: 50%;
  background: #81b435;
  opacity: 0;
  transform: translate(-0.9rem, -50%);
  transition:
    opacity 0.25s ease,
    transform 0.32s cubic-bezier(0.22, 1, 0.36, 1);
}

.menu-links a:not(.main-cta):hover,
.menu-links a:not(.main-cta):focus-visible {
  color: #143f5a;
  padding-left: 0.9rem;
}

.menu-links a:not(.main-cta):hover::before,
.menu-links a:not(.main-cta):focus-visible::before {
  opacity: 1;
  transform: translate(0, -50%);
}

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

.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;
  transition: color 0.25s ease;
}

.language-switch a:hover,
.language-switch a:focus-visible {
  color: #143f5a;
}

main {
  position: relative;
  width: 100%;
  height: 100vh;
  min-height: 42rem;
  overflow: hidden;
  isolation: isolate;
  background: #efeded;
}

.hero-gradient,
.hero-mask,
.hero-img {
  position: absolute;
  top: 5rem;
  right: 1.5rem;
  bottom: 1.4rem;
  left: 1.5rem;
  border-radius: 2.5rem;
}

.hero-gradient {
  z-index: 2;
  pointer-events: none;
  background:
    linear-gradient(90deg,
      rgba(0, 0, 0, 0.58) 0%,
      rgba(0, 0, 0, 0.42) 32%,
      rgba(0, 0, 0, 0.18) 58%,
      rgba(0, 0, 0, 0.04) 100%),
    linear-gradient(180deg,
      rgba(0, 0, 0, 0.05) 0%,
      rgba(0, 0, 0, 0.12) 52%,
      rgba(0, 0, 0, 0.34) 100%);
}

@media only screen and (max-width: 1024px) {
  .hero-gradient {
    background:
      linear-gradient(90deg,
        rgba(0, 0, 0, 0.62) 0%,
        rgba(0, 0, 0, 0.46) 34%,
        rgba(0, 0, 0, 0.22) 64%,
        rgba(0, 0, 0, 0.08) 100%),
      linear-gradient(180deg,
        rgba(0, 0, 0, 0.08) 0%,
        rgba(0, 0, 0, 0.18) 52%,
        rgba(0, 0, 0, 0.42) 100%);
  }
}

.hero-img {
  z-index: 1;
  width: auto;
  height: auto;
  overflow: hidden;
  background: #efeded;
  box-shadow: none;
}

.hero-img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.hero-img .hero-img-next {
  position: absolute;
  inset: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.72s cubic-bezier(0.22, 1, 0.36, 1);
}

.hero-img .hero-img-next.is-visible {
  opacity: 1;
}

.hero-mask {
  display: none;
}

.hero-mask::before {
  content: none;
  position: absolute;
  left: -1px;
  bottom: -1px;
  width: 58rem;
  height: 7rem;
  border-radius: 2.5rem 2.5rem 0 0;
  background: #efeded;
  box-shadow: none;
}

.hero-text {
  position: absolute;
  left: 7rem;
  right: 7rem;
  bottom: 22rem;
  z-index: 5;
  max-width: 72rem;
  text-align: left;
}

h1 {
  width: 95%;
  color: #e6e6e6;
  font-family: "PPNeueMontreal", sans-serif;
  font-weight: 400;
  font-size: 3.128rem;
  margin-bottom: 0;
}

.hero-kicker {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 1rem;
  color: rgba(230, 230, 230, 0.82);
  font-size: 1rem;
  font-weight: 200;
  line-height: 1;
  letter-spacing: 0;
}

.hero-kicker::before {
  content: "";
  display: block;
  width: 2.35rem;
  height: 2px;
  border-radius: 999px;
  background: #81b435;
}

.hero-content-wrapper {
  display: flex;
  justify-content: flex-start;
}

.hero-text p {
  width: 62rem;
  margin: 1.25rem 0 0;
  color: rgba(230, 230, 230, 0.9);
  font-size: 1.2rem;
  font-weight: 200;
  line-height: 1.45;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.9rem 1.15rem;
  margin-top: 1.6rem;
}

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

.hero-service-cards {
  position: absolute;
  left: 7rem;
  right: auto;
  bottom: 3rem;
  z-index: 5;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.85rem;
  width: 76rem;
}

.hero-service-cards .nav-service-card {
  grid-template-rows: 7.35rem 1fr;
  min-height: 16.4rem;
  border-color: rgba(238, 240, 241, 0.72);
  background: #efeded;
  box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.12);
  backdrop-filter: none;
}

.hero-service-cards .nav-service-card:hover,
.hero-service-cards .nav-service-card:focus-visible {
  background: #efeded;
}

.hero-service-cards .nav-service-card-media img {
  object-position: center;
}

.hero-service-cards .nav-service-card-text {
  max-width: 16.8rem;
}

.services-mobile {
  display: none;
}

.intro-section {
  padding: 8rem;
}

.intro-slogan {
  display: block;
  width: 380px;
  max-width: 100%;
  height: auto;
  aspect-ratio: 2.8 / 1;
  object-fit: cover;
  object-position: center bottom;
  margin-top: 0;
}

.text-letter {
  width: 50%;
  font-size: 1.6rem;
  color: #d1d5db;
  font-family: "PPNeueMontreal", sans-serif;
  font-weight: 400;
  font-size: 2.3rem;
  transition: color 0.1s;
  margin-top: 0.8rem;
}

.intro-text {
  display: flex;
  justify-content: center;
}

.intro-text p {
  font-family: "PPNeueMontreal", sans-serif;
  font-weight: 400;
  color: #26221c;
  font-size: 2.3rem;
  width: 65%;
  margin-top: 0rem;
}

.intro-small {
  width: 60%;
}

.intro-small p {
  color: #26221c;
  font-weight: 200;
  font-size: 1.2rem;
  margin-bottom: 2rem;
}

.services-section {
  background-color: #143b55;
  padding: 8rem;
}

.services-section.quickcheck-only {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: transparent;
}

.intro-section.quickcheck-intro-neighbor {
  padding-bottom: 3rem;
}

.reviews-section.quickcheck-reviews-neighbor {
  padding-top: 3rem;
}

.category-cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
  display: none;
}

.category-card {
  width: auto;
  height: 410px;
  position: relative;
  top: -50%;
  display: block;
  overflow: hidden;
  border-radius: 10px;
  text-decoration: none;
  color: inherit;
  box-shadow:
    -20px 324px 91px 0 rgba(0, 0, 0, 0),
    -13px 207px 83px 0 rgba(0, 0, 0, 0.01),
    -7px 117px 70px 0 rgba(0, 0, 0, 0.05),
    -3px 52px 52px 0 rgba(0, 0, 0, 0.09),
    -1px 13px 29px 0 rgba(0, 0, 0, 0.1);
}

.category-card-img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 10px;
}

.category-card-img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
  transform: scale(1);
  transition: transform 0.85s cubic-bezier(0.22, 1, 0.36, 1);
  will-change: transform;
}

.category-card:hover .category-card-img img,
.category-card:focus-visible .category-card-img img {
  transform: scale(1.07);
}

.category-card-gradient {
  background: linear-gradient(180deg,
      rgba(255, 255, 255, 0.08) 14%,
      rgba(23, 23, 23, 0.36) 48%,
      rgba(0, 0, 0, 0.72) 100%);
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  border-radius: 10px;
  pointer-events: none;
}

.category-card-text {
  position: absolute;
  bottom: 1rem;
  left: 1rem;
  right: 1rem;
  z-index: 3;
  transform: translateY(0);
  transition: transform 0.65s cubic-bezier(0.22, 1, 0.36, 1);
}

.category-card-text h3 {
  color: #e6e6e6;
  font-family: "PPNeueMontreal", sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.1;
  margin: 0;
}

.category-card-text p {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transform: translateY(0.8rem);
  color: #e6e6e6;
  font-weight: 200;
  font-size: 1.1rem;
  margin: 0;
  transition:
    max-height 0.65s cubic-bezier(0.22, 1, 0.36, 1),
    opacity 0.45s ease,
    transform 0.65s cubic-bezier(0.22, 1, 0.36, 1),
    margin-top 0.65s cubic-bezier(0.22, 1, 0.36, 1);
}

.category-card:hover .category-card-text,
.category-card:focus-visible .category-card-text {
  transform: translateY(-0.15rem);
}

.category-card:hover .category-card-text p,
.category-card:focus-visible .category-card-text p {
  max-height: 7rem;
  opacity: 1;
  transform: translateY(0);
  margin-top: 0.55rem;
}

.category-cta {
  position: absolute;
  top: 1rem;
  right: 1rem;
  z-index: 4;
  line-height: 0;
}

.cta-icon-cards {
  position: relative;
  display: block;
  width: 2.6rem;
  height: 2.6rem;
  overflow: hidden;
  border-radius: 1.5625rem 0 1.5625rem 1.5625rem;
  background: #143b55;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}

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

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

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

.category-card:hover .arrow-1-cards,
.category-card:focus-visible .arrow-1-cards {
  transform: translate(120%, -120%);
}

.category-card:hover .arrow-2-cards,
.category-card:focus-visible .arrow-2-cards {
  transform: translate(0, 0);
}

.category-card:focus-visible {
  outline: 2px solid #8cc63f;
  outline-offset: 4px;
}

.services-slider {
  --service-green: #81b435;
  --service-blue: #143b55;
  --service-text: #26221c;
  --service-white: #e6e6e6;
  --service-radius: 10px;

  position: relative;
  z-index: 5;
  margin-top: 0;
  color: var(--service-white);
}

.services-intro {
  max-width: 80%;
  margin: 0 0 2.5rem 0;
  font-size: 1.2rem;
  color: #e6e6e6;
  font-weight: 200;
}

.services-intro h2 {
  max-width: 58rem;
  color: #e6e6e6;
  font-family: "PPNeueMontreal", sans-serif;
  font-weight: 400;
  font-size: 2.3rem;
  line-height: 1.05;
  margin: 0 0 1.2rem 0;
}

.services-intro p {
  color: #e6e6e6;
  font-size: 1.2rem;
  font-weight: 200;
  margin: 0;
}

.services-slider-viewport {
  width: 100%;
}

.services-slider-track {
  display: flex;
  gap: 22px;
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-snap-type: x mandatory;
  scroll-padding-left: 1px;
  scroll-behavior: smooth;
  padding: 0.5rem 0 4rem 0;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior-x: contain;
  cursor: grab;
}

.services-slider-track::-webkit-scrollbar {
  display: none;
}

.services-slider-track.is-dragging {
  cursor: grabbing;
  scroll-snap-type: none;
  user-select: none;
}

.services-slider-track.is-dragging .service-slide-card {
  pointer-events: none;
}

.service-slide-card {
  position: relative;
  flex: 0 0 21rem;
  min-height: 15.5rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  scroll-snap-align: start;
  overflow: hidden;
  padding: 5.6rem 1.15rem 1.15rem 1.15rem;
  border-radius: var(--service-radius);
  background: var(--service-white);
  color: var(--service-text);
  text-decoration: none;
  transform: translateY(0);
  transition:
    transform 0.45s cubic-bezier(0.22, 1, 0.36, 1),
    background-color 0.35s ease;
}

.service-slide-card:focus-visible {
  outline: 2px solid var(--service-green);
  outline-offset: 4px;
}

.service-slide-marker {
  position: absolute;
  top: 1rem;
  left: 1rem;
  max-width: calc(100% - 2rem);
  padding: 0.72rem 1rem 0.76rem 1rem;
  border-radius: var(--service-radius) 0 0 0;
  background: var(--service-green);
  color: var(--service-white);
  font-weight: 200;
  font-size: 0.9rem;
  line-height: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.service-slide-card h3 {
  color: var(--service-text);
  font-family: "PPNeueMontreal", sans-serif;
  font-weight: 400;
  font-size: 2rem;
  line-height: 1.05;
  margin: 0 0 0.7rem 0;
}

.service-slide-card p {
  color: rgba(38, 34, 28, 0.86);
  font-family: "PPNeueMontreal", sans-serif;
  font-weight: 300;
  font-size: 1.1rem;
  line-height: 1.36;
  margin: 0 0 1.35rem 0;
}

.service-slide-link {
  display: inline-flex;
  align-items: center;
  gap: 2px;
  margin-top: auto;
  padding: 0.78rem;
  border: 1px solid rgba(38, 34, 28, 0.82);
  border-radius: 4px;
  color: var(--service-text);
  font-weight: 200;
  font-size: 1rem;
  line-height: 1;
  transition:
    color 0.3s ease,
    background-color 0.3s ease,
    border-color 0.3s ease;
}

.service-slide-chevron {
  width: 12px;
  height: auto;
  display: block;
  margin-top: 3px;
  transition:
    transform 0.3s ease,
    filter 0.3s ease;
}

.service-slide-link img {
  width: 12px;
  height: auto;
  margin-top: 3px;
}

.service-slide-card:focus-visible .service-slide-link {
  background: var(--service-blue);
  border-color: var(--service-blue);
  color: var(--service-white);
}

.service-slide-card:hover .service-slide-link img,
.service-slide-card:focus-visible .service-slide-link img {
  filter: invert(100%);
}

.services-slider-footer {
  display: flex;
  align-items: center;
  gap: 1.45rem;
  margin-top: -1.25rem;
}

.services-slider-controls {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  flex: 0 0 auto;
}

.services-slider-button {
  width: 3.15rem;
  height: 2.35rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 1px solid rgba(230, 230, 230, 0.7);
  border-radius: 4px;
  background: transparent;
  cursor: pointer;
  transition:
    background-color 0.25s ease,
    border-color 0.25s ease,
    opacity 0.25s ease;
}

.services-slider-button:focus-visible {
  outline: 2px solid var(--service-green);
  outline-offset: 3px;
}

.services-slider-button img {
  width: 1.05rem;
  height: 1.05rem;
  display: block;
  filter: brightness(0) invert(1);
}

.services-slider-button-prev img {
  transform: rotate(180deg);
}

.services-slider-progress {
  position: relative;
  flex: 1 1 auto;
  height: 1px;
  overflow: hidden;
  background: rgba(230, 230, 230, 0.5);
}

.services-slider-progress-bar {
  display: none;
}

.quickcheck-banner {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(25rem, 0.92fr);
  min-height: clamp(26rem, 28vw, 32rem);
  overflow: hidden;
  padding: 0;
  border: 0;
  border-radius: 8px;
  background: #0f334c;
  color: #eef0f1;
  box-shadow: 0 1.5rem 3.8rem rgba(5, 25, 38, 0.24);
  isolation: isolate;
}

.quickcheck-banner::before {
  content: none;
}

.services-slider + .quickcheck-banner {
  margin-top: 4rem;
}

.quickcheck-banner-content {
  position: relative;
  z-index: 2;
  grid-column: 1;
  grid-row: 1;
  display: flex;
  min-width: 0;
  margin-right: -7rem;
  padding: 3.5rem 9rem 3.5rem 3.6rem;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: #eef0f1;
  background: #0f334c;
  clip-path: polygon(0 0, 100% 0, 80% 100%, 0 100%);
}

.quickcheck-banner-content::before,
.quickcheck-banner-content::after {
  content: "";
  position: absolute;
  bottom: 2rem;
  left: 48%;
  z-index: 0;
  width: 37%;
  height: 1px;
  background: linear-gradient(
    90deg,
    transparent 0%,
    rgba(151, 184, 203, 0.26) 25%,
    rgba(151, 184, 203, 0.12) 72%,
    transparent 100%
  );
  transform: rotate(-28deg);
  transform-origin: left center;
  pointer-events: none;
}

.quickcheck-banner-content::after {
  bottom: 0.75rem;
  left: 59%;
  width: 26%;
  background: linear-gradient(
    90deg,
    transparent 0%,
    rgba(129, 180, 53, 0.22) 36%,
    rgba(129, 180, 53, 0.08) 74%,
    transparent 100%
  );
}

.quickcheck-banner-copy {
  position: relative;
  z-index: 1;
  min-width: 0;
  max-width: 38rem;
}

.quickcheck-banner-kicker {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  color: #81b435;
  font-weight: 400;
  font-size: 0.88rem;
  line-height: 1;
  letter-spacing: 0.045em;
  text-transform: uppercase;
}

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

.quickcheck-banner h3 {
  max-width: 38rem;
  margin: 1.15rem 0 0;
  color: #eef0f1;
  font-family: "PPNeueMontreal", sans-serif;
  font-size: 2.3rem;
  font-weight: 400;
  line-height: 1.05;
  text-wrap: balance;
}

.quickcheck-banner-accent {
  color: #81b435;
}

.quickcheck-banner p {
  max-width: 34rem;
  margin: 1.35rem 0 0;
  color: rgba(238, 240, 241, 0.78);
  font-size: 1.08rem;
  font-weight: 200;
  line-height: 1.48;
}

.quickcheck-banner-benefits {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, max-content);
  max-width: 38rem;
  margin: 2.1rem 0 0;
  padding: 0;
  align-items: center;
  gap: 0;
  list-style: none;
}

.quickcheck-banner-benefits li {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0 1.25rem;
  color: rgba(238, 240, 241, 0.92);
  font-size: 1rem;
  font-weight: 200;
  line-height: 1.2;
  white-space: nowrap;
}

.quickcheck-banner-benefits li + li::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 1px;
  height: 1.75rem;
  background: linear-gradient(
    180deg,
    transparent,
    rgba(151, 184, 203, 0.38),
    transparent
  );
  transform: translateY(-50%);
}

.quickcheck-banner-benefits li:first-child {
  padding-left: 0;
}

.quickcheck-banner-benefits li:last-child {
  padding-right: 0;
}

.quickcheck-benefit-icon {
  display: inline-flex;
  width: 1.35rem;
  height: 1.35rem;
  flex: 0 0 1.35rem;
  place-items: center;
  align-items: center;
  justify-content: center;
}

.quickcheck-benefit-icon img {
  display: block;
  width: 0.86rem;
  height: auto;
}

.quickcheck-banner-media {
  position: relative;
  z-index: 1;
  grid-column: 2;
  grid-row: 1;
  display: grid;
  min-width: 0;
  min-height: 100%;
  margin: 0 0 0 -7rem;
  place-items: center;
  overflow: hidden;
  background: #dfe3e5;
}

.quickcheck-banner-media::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  background: linear-gradient(
    90deg,
    rgba(15, 51, 76, 0.16) 0%,
    rgba(15, 51, 76, 0.02) 28%,
    transparent 54%
  );
  pointer-events: none;
}

.quickcheck-banner-media img {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  padding: 0;
  object-fit: cover;
  object-position: center;
  transform: scale(1.01);
}

.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;
  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-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.quickcheck-banner-cta {
  position: relative;
  z-index: 1;
  align-self: flex-start;
  margin-top: 2.2rem;
  border: 1px solid rgba(255, 255, 255, 0.64);
  background: #eef0f1;
  color: #143b55 !important;
  box-shadow: 0 0.75rem 1.7rem rgba(5, 25, 38, 0.22);
}

.main-cta-b.quickcheck-banner-cta .cta-icon-b {
  background: #143b55;
}

.main-cta-b.quickcheck-banner-cta .arrow {
  filter: none;
}

.main-cta-b.quickcheck-banner-cta:hover {
  box-shadow: 0 0.9rem 1.9rem rgba(5, 25, 38, 0.28);
}

.festpreis-section {
  position: relative;
  width: 100%;
  height: auto;
  min-height: min(90vh, 58rem);
  min-height: min(90svh, 58rem);
  margin-block: clamp(6rem, 8vw, 9rem);
  overflow: hidden;
  background: #143b55;
  isolation: isolate;
}

.festpreis-media {
  position: absolute;
  inset: 0 0 auto;
  z-index: -3;
  height: min(90vh, 58rem);
  height: min(90svh, 58rem);
  overflow: hidden;
  margin: 0;
  background: #143b55;
}

.festpreis-image {
  position: absolute;
  top: -5%;
  left: 0;
  display: block;
  width: 100%;
  height: 110%;
  object-fit: cover;
  object-position: center;
  transform: translate3d(0, 0, 0) scale(1.02);
  will-change: transform;
}

.festpreis-overlay {
  position: absolute;
  inset: 0;
  z-index: -2;
  pointer-events: none;
  background:
    linear-gradient(
      90deg,
      #0b3450 0%,
      rgba(11, 52, 80, 0.98) 23%,
      rgba(20, 59, 85, 0.82) 44%,
      rgba(20, 59, 85, 0.34) 66%,
      rgba(20, 59, 85, 0.04) 86%
    ),
    linear-gradient(
      0deg,
      #143b55 0%,
      rgba(20, 59, 85, 0.9) 22%,
      rgba(20, 59, 85, 0.45) 42%,
      rgba(20, 59, 85, 0) 68%
    );
}

.festpreis-content {
  position: relative;
  z-index: 1;
  display: flex;
  width: 100%;
  min-height: min(90vh, 58rem);
  min-height: min(90svh, 58rem);
  height: auto;
  padding:
    clamp(2.5rem, 3.4vw, 3.75rem)
    clamp(1.5rem, 4.5vw, 5.5rem)
    clamp(4rem, 5vw, 5.5rem);
  flex-direction: column;
  justify-content: space-between;
  gap: clamp(2.5rem, 4vw, 4rem);
  color: #eef0f1;
}

.festpreis-content h2 {
  max-width: 39rem;
  margin: 1.2rem 0 0;
  color: #eef0f1;
  font-family: "PPNeueMontreal", sans-serif;
  font-size: 2.3rem;
  font-weight: 400;
  line-height: 1.05;
  text-wrap: balance;
}

.festpreis-copy {
  display: block;
  width: min(52rem, 100%);
  max-width: 100%;
}

.festpreis-kicker {
  display: inline-flex;
  align-items: center;
  color: #81b435;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.055em;
  text-transform: uppercase;
}

.festpreis-copy p {
  max-width: 52rem;
  margin: 1.35rem 0 0;
  color: rgba(238, 240, 241, 0.86);
  font-size: 1.1rem;
  font-weight: 200;
  line-height: 1.5;
  text-wrap: pretty;
}

.main-cta-b.festpreis-cta {
  margin-top: 1.65rem;
  border: 1px solid rgba(255, 255, 255, 0.58);
  background: #eef0f1;
  color: #143b55 !important;
  box-shadow: 0 0.75rem 1.7rem rgba(5, 25, 38, 0.22);
}

.main-cta-b.festpreis-cta .cta-icon-b {
  background: #143b55;
}

.main-cta-b.festpreis-cta:hover {
  box-shadow: 0 0.9rem 1.9rem rgba(5, 25, 38, 0.3);
}

.festpreis-points {
  display: grid;
  width: 100%;
  margin: 0;
  padding: 0;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  list-style: none;
}

.festpreis-points li {
  display: flex;
  min-width: 0;
  padding: 0 clamp(1.2rem, 2vw, 2rem);
  flex-direction: column;
  align-items: center;
  text-align: center;
  color: rgba(238, 240, 241, 0.94);
  font-weight: 200;
  line-height: 1.35;
}

.festpreis-points li:first-child {
  padding-left: 0;
}

.festpreis-points li:last-child {
  padding-right: 0;
}

.festpreis-points li + li {
  border-left: 1px solid rgba(238, 240, 241, 0.32);
}

.festpreis-point-icon {
  display: flex;
  width: 3.5rem;
  height: 3.5rem;
  margin-bottom: 1.2rem;
  align-items: center;
  justify-content: center;
}

.festpreis-point-icon img {
  display: block;
  width: auto;
  max-width: 3.25rem;
  height: auto;
  max-height: 3.25rem;
}

.festpreis-points strong,
.festpreis-points li > span:last-child > span {
  display: block;
}

.festpreis-points strong {
  color: #eef0f1;
  font-size: 0.88rem;
  font-weight: 400;
  line-height: 1.25;
  letter-spacing: 0.025em;
  text-transform: uppercase;
}

.festpreis-points li > span:last-child > span {
  max-width: 18rem;
  margin: 0.85rem auto 0;
  color: rgba(238, 240, 241, 0.78);
  font-size: 0.92rem;
  font-weight: 200;
  line-height: 1.5;
}

.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-b:hover .arrow-1 {
  transform: translate(120%, -120%);
}

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

.reviews-section {
  padding: 8rem;
}

.reviews-slider {
  --review-bg: #143b55;
  --review-text: #e6e6e6;
  --review-dark: #26221c;
  --review-radius: 10px;

  color: var(--review-dark);
}

.reviews-header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 3rem;
  margin: 0 0 2.5rem 0;
}

.reviews-header .reviews-intro {
  margin: 0;
}

.reviews-intro {
  max-width: 80%;
  margin: 0 0 2.5rem 0;
  font-size: 1.2rem;
  color: var(--review-dark);
  font-weight: 200;
}

.reviews-intro h2 {
  max-width: 58rem;
  color: var(--review-dark);
  font-family: "PPNeueMontreal", sans-serif;
  font-weight: 400;
  font-size: 2.3rem;
  line-height: 1.05;
  margin: 0 0 1.2rem 0;
}

.reviews-intro p {
  color: var(--review-dark);
  font-size: 1.2rem;
  font-weight: 200;
  margin: 0;
}

.reviews-rating-summary {
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 0.45rem;
  color: var(--review-dark);
  margin-bottom: 0.05rem;
  font-weight: 200;
}

.reviews-rating-top {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0.85rem;
}

.reviews-rating-top strong {
  color: var(--review-dark);
  font-weight: 400;
  font-size: 2rem;
  line-height: 1;
}

.reviews-rating-stars {
  position: relative;
  width: 8.25rem;
  height: 1.45rem;
  flex: 0 0 auto;
}

.reviews-rating-stars-base,
.reviews-rating-stars-fill {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  gap: 0.25rem;
  height: 1.45rem;
}

.reviews-rating-stars-base {
  opacity: 0.18;
  filter: grayscale(1);
}

.reviews-rating-stars-fill {
  width: 95%;
  overflow: hidden;
}

.reviews-rating-stars img {
  width: 1.45rem;
  height: 1.45rem;
  display: block;
  flex: 0 0 1.45rem;
}

.reviews-rating-bottom {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0.55rem;
}

.reviews-rating-bottom span {
  color: var(--review-dark);
  font-weight: 200;
  font-size: 1.05rem;
  line-height: 1;
  white-space: nowrap;
}

.reviews-rating-bottom img {
  width: 5.5rem;
  height: auto;
  display: block;
}

.reviews-slider-viewport {
  width: 100%;
}

.reviews-slider-track {
  display: flex;
  gap: 14px;
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-snap-type: x mandatory;
  scroll-padding-left: 1px;
  scroll-behavior: smooth;
  padding: 0 0 2.25rem 0;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior-x: contain;
  cursor: grab;
}

.reviews-slider-track::-webkit-scrollbar {
  display: none;
}

.reviews-slider-track.is-dragging {
  cursor: grabbing;
  scroll-snap-type: none;
  user-select: none;
}

.reviews-slider-track.is-dragging .review-slide-card {
  pointer-events: none;
}

.review-slide-card {
  position: relative;
  flex: 0 0 24rem;
  min-height: 13rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  scroll-snap-align: start;
  padding: 1rem;
  border-radius: var(--review-radius);
  background: var(--review-bg);
  color: var(--review-text);
  text-decoration: none;
}

.review-slide-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
}

.review-slide-stars {
  display: flex;
  align-items: center;
  gap: 0.18rem;
  flex: 0 0 auto;
}

.review-slide-stars img {
  width: 1rem;
  height: 1rem;
  display: block;
}

.review-star-muted {
  opacity: 0.3;
  filter: grayscale(1);
}

.review-slide-quote {
  width: 1.5rem;
  height: 1.5rem;
  display: block;
  flex: 0 0 auto;
}

.review-slide-text {
  margin: 0;
  color: var(--review-text);
  font-weight: 200;
  font-size: 1.1rem;
}

.review-slide-card-rating-only .review-slide-text {
  color: rgba(230, 230, 230, 0.78);
}

.review-slide-user {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  margin-top: auto;
}

.review-user-avatar {
  width: 2.25rem;
  height: 2.25rem;
  display: block;
  overflow: hidden;
  border-radius: 50%;
  flex: 0 0 auto;
  background: rgba(230, 230, 230, 0.95);
}

.review-user-avatar img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.review-user-meta {
  display: flex;
  flex-direction: column;
  gap: 0.1rem;
}

.review-user-meta strong {
  color: var(--review-text);
  font-family: "PPNeueMontreal", sans-serif;
  font-weight: 400;
  font-size: 0.98rem;
  line-height: 1.2;
}

.review-user-meta span {
  color: rgba(230, 230, 230, 0.72);
  font-family: "PPNeueMontreal", sans-serif;
  font-weight: 300;
  font-size: 0.72rem;
  line-height: 1.2;
}

.reviews-slider-footer {
  display: flex;
  align-items: center;
  gap: 1.45rem;
}

.reviews-slider-controls {
  display: flex;
  align-items: center;
  gap: 0.35rem;
  flex: 0 0 auto;
}

.reviews-slider-button {
  width: 3.15rem;
  height: 2.35rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 1px solid rgba(38, 34, 28, 0.35);
  border-radius: 3px;
  background: transparent;
  cursor: pointer;
  transition:
    background-color 0.25s ease,
    border-color 0.25s ease;
}

.reviews-slider-button img {
  width: 0.95rem;
  height: 0.95rem;
  display: block;
}

.reviews-slider-button-prev img {
  transform: rotate(180deg);
}

.reviews-slider-line {
  flex: 1 1 auto;
  height: 1px;
  background: rgba(38, 34, 28, 0.3);
}

.faq-section {
  padding: 0 8rem 4rem 8rem;
  color: #26221c;
}

.faq-layout {
  display: flex;
  justify-content: space-between;
  gap: 5rem;
  align-items: flex-start;
}

.sticky-faq {
  position: sticky;
  top: 190px;
  padding-bottom: 2rem;
}

.services-item {
  width: 40%;
}

.faq-header {
  font-family: "PPNeueMontreal", sans-serif;
  font-weight: 400;
  font-size: 2.3rem;
  margin: 0 0 1.2rem 0;
}

.sticky-faq p {
  font-size: 1.2rem;
  font-weight: 200;
  width: 80%;
}

.faq-wrapper {
  width: 100%;
}

.faq-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid rgba(38, 34, 28, 0.3);
  width: 100%;
  cursor: pointer;
  padding: 1.4rem 0;
}

.faq-item:first-child {
  border-top: 1px solid rgba(38, 34, 28, 0.3);
  margin-top: 2rem;
}

.faq-item h4 {
  font-weight: 200;
  font-size: 1.6rem;
  margin: 2.3rem 0;
}

.faq-icon {
  border: 1.8px solid #4a4947;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 45px;
  width: 45px;
  border-radius: 2px;
}

.faq-content {
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  transition:
    max-height 300ms ease,
    opacity 250ms ease;
}

.faq-content p {
  margin: 1rem 0 2rem 0;
  font-size: 1.3rem;
  font-weight: 200;
}

.faq-content a {
  margin: 1rem 0 2rem 0;
  font-size: 1.3rem;
  font-weight: 200;
  color: #81b435;
  text-decoration: none;
  position: relative;
}

.adress-link {
  display: inline-block;
}

.faq-content a::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 220ms ease;
}

.faq-content a:hover::before {
  transform: scaleX(1);
}

.faq-content.open {
  opacity: 1;
}

.faq-item[aria-expanded="true"] {
  border-bottom-color: transparent;
}

.faq-item[aria-expanded="true"]+.faq-content {
  border-bottom: 1px solid #4a4947;
}

.project-spotlight-section {
  position: relative;
  width: 100%;
  height: 100vh;
  min-height: 42rem;
  overflow: hidden;
  isolation: isolate;
}

.project-spotlight-img-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.project-spotlight-gradient {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  background:
    linear-gradient(180deg,
      rgba(20, 59, 85, 0.42) 0%,
      rgba(20, 59, 85, 0.12) 38%,
      rgba(0, 0, 0, 0.76) 100%),
    linear-gradient(90deg,
      rgba(0, 0, 0, 0.48) 0%,
      rgba(0, 0, 0, 0.12) 48%,
      rgba(0, 0, 0, 0.32) 100%);
}

.project-spotlight-img {
  position: absolute;
  top: -10%;
  left: 0;
  width: 100%;
  height: 120%;
  display: block;
  object-fit: cover;
  object-position: center;
  transform: translate3d(0, 0, 0) scale(1.04);
  will-change: transform;
}

.project-spotlight-facts {
  position: absolute;
  top: 4rem;
  right: 8rem;
  z-index: 3;
  display: grid;
  grid-template-columns: repeat(4, auto);
  align-items: start;
  gap: 3.5rem;
  color: #e6e6e6;
}

.project-spotlight-fact {
  min-width: max-content;
  color: #e6e6e6;
}

.project-spotlight-fact strong {
  display: block;
  color: #e6e6e6;
  font-weight: 400;
  font-size: 1.2rem;
}

.project-spotlight-fact span {
  display: block;
  margin-top: 0.25rem;
  color: #e6e6e6;
  font-weight: 200;
  font-size: 1.2rem;
}

.project-spotlight-content {
  position: absolute;
  left: 8rem;
  bottom: 4rem;
  z-index: 3;
  width: min(44rem, calc(100% - 16rem));
  color: #e6e6e6;
}

.project-spotlight-kicker {
  display: inline-block;
  margin-bottom: 0.85rem;
  color: #e6e6e6;
  font-weight: 200;
  font-size: 1.2rem;
  line-height: 1;
}

.project-spotlight-content h2 {
  max-width: 42rem;
  color: #e6e6e6;
  font-family: "PPNeueMontreal", sans-serif;
  font-weight: 400;
  font-size: 2.3rem;
  line-height: 1.05;
  margin: 0 0 1.2rem 0;
}

.project-spotlight-content p {
  max-width: 46rem;
  color: #e6e6e6;
  font-weight: 200;
  font-size: 1.2rem;
  line-height: 1.38;
  margin: 0;
}

.project-spotlight-cta {
  display: flex;
  align-items: center;
  margin-top: 1.5rem;
}

.blog-section {
  padding: 4rem 8rem 8rem;
  color: #26221c;
}

.blog-intro {
  max-width: 80%;
  margin: 0 0 2.5rem 0;
  color: #26221c;
  font-size: 1.2rem;
  font-weight: 200;
}

.blog-intro h2 {
  max-width: 58rem;
  color: #26221c;
  font-family: "PPNeueMontreal", sans-serif;
  font-weight: 400;
  font-size: 2.3rem;
  line-height: 1.05;
  margin: 0 0 1.2rem 0;
}

.blog-intro p {
  color: #26221c;
  font-size: 1.2rem;
  font-weight: 200;
  margin: 0;
}

.blog-layout {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.25rem;
}

.blog-item {
  position: relative;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid rgba(38, 34, 28, 0.12);
  border-radius: 6px;
  background: #e6e6e6;
  color: #26221c;
  box-shadow: 0 0.75rem 2rem rgba(20, 59, 85, 0.07);
  transition:
    border-color 0.35s ease,
    box-shadow 0.35s ease;
}

.blog-info {
  position: absolute;
  top: 0.9rem;
  left: 0.9rem;
  right: 0.9rem;
  z-index: 4;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  pointer-events: none;
}

.blog-badge-new {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2rem;
  padding: 0.5rem 0.72rem;
  border-radius: 3px;
  background: #81b435;
  color: #eef0f1;
  font-weight: 200;
  font-size: 0.95rem;
  line-height: 1;
}

.blog-meta {
  display: flex;
  align-items: center;
  gap: 0.45rem;
}

.blog-meta span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2rem;
  padding: 0.5rem 0.72rem;
  border-radius: 3px;
  background: rgba(20, 59, 85, 0.82);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  color: #eef0f1;
  font-weight: 200;
  font-size: 0.95rem;
  line-height: 1;
}

.blog-meta span:last-child {
  border-radius: 3px;
}

.blog-img {
  position: relative;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: #143b55;
}

.blog-img::after {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 6rem;
  z-index: 2;
  pointer-events: none;
  background: linear-gradient(180deg,
      rgba(20, 59, 85, 0.52) 0%,
      rgba(20, 59, 85, 0.22) 48%,
      rgba(20, 59, 85, 0) 100%);
}

.blog-img img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transform: scale(1);
  transition: transform 0.75s cubic-bezier(0.22, 1, 0.36, 1);
}

.blog-text {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 1.3rem 1.35rem 1.4rem;
}

.blog-text h3 {
  color: #26221c;
  font-family: "PPNeueMontreal", sans-serif;
  font-weight: 400;
  font-size: 1.55rem;
  line-height: 1.12;
  margin: 0 0 0.85rem 0;
}

.blog-text p {
  color: #26221c;
  font-weight: 200;
  font-size: 1.05rem;
  line-height: 1.38;
  margin: 0 0 1.35rem 0;
}

.blog-card-link {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  margin-top: auto;
  padding: 0.62rem 0.78rem;
  border: 1px solid #26221c;
  border-radius: 3px;
  background: transparent;
  color: #26221c;
  font-weight: 200;
  font-size: 0.96rem;
  line-height: 1;
  text-decoration: none;
  transition:
    color 0.3s ease,
    background-color 0.3s ease,
    border-color 0.3s ease;
}

.blog-card-link:hover,
.blog-card-link:focus-visible {
  border-color: #26221c;
  background: #26221c;
  color: #eef0f1;
}

.blog-card-link:focus-visible {
  outline: 2px solid #81b435;
  outline-offset: 3px;
}

@media (hover: hover) and (pointer: fine) {
  .blog-item:hover {
    border-color: rgba(20, 59, 85, 0.2);
    box-shadow: 0 1rem 2.4rem rgba(20, 59, 85, 0.1);
  }

  .blog-item:hover .blog-img img {
    transform: scale(1.045);
  }
}

@media (prefers-reduced-motion: reduce) {
  .blog-item,
  .blog-img img,
  .blog-card-link {
    transition: none;
  }

  .festpreis-image {
    transform: scale(1.02) !important;
    will-change: auto;
  }
}

.contact-section {
  position: relative;
  padding: 0 8rem 8rem 8rem;
  color: #26221c;
}

.contact-locator {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(28rem, 0.88fr);
  gap: 1.75rem;
  align-items: stretch;
  min-height: 38rem;
}

.map-wrapper.contact-map-panel {
  width: 100%;
  height: auto;
  min-height: 38rem;
  position: relative;
  margin-top: 0;
  overflow: hidden;
  border: 1px solid rgba(38, 34, 28, 0.1);
  border-radius: 8px;
  background: #d8d5cc;
  box-shadow: 0 26px 60px rgba(38, 34, 28, 0.1);
}

.map-wrapper.contact-map-panel #map {
  width: 100%;
  height: 100%;
  min-height: inherit;
}

#map-overlay {
  position: absolute;
  inset: 0;
  z-index: 10;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 2rem;
  background:
    linear-gradient(rgba(15, 32, 43, 0.68), rgba(15, 32, 43, 0.72)),
    url("/assets/media/map-overlay.webp") center / cover no-repeat;
  color: #fff6ec;
  text-align: center;
}

#map-overlay p {
  position: relative;
  z-index: 1;
  max-width: 42rem;
  padding: 0;
  margin: 0 0 1.3rem 0;
  font-size: 1.1rem;
  font-weight: 200;
  line-height: 1.35;
}

#map-overlay a {
  color: #fff6ec;
  font-size: inherit;
  font-weight: inherit;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.18em;
}

#accept-map {
  position: relative;
  z-index: 1;
  width: auto;
  min-width: 9rem;
  min-height: 2.85rem;
  padding: 0.75rem 1.35rem;
  border: 0;
  border-radius: 4px;
  background-color: #81b435;
  color: #fff6ec;
  font-family: "Roboto", sans-serif !important;
  font-size: 1rem;
  font-weight: 200;
  cursor: pointer;
  transition:
    background-color 0.25s ease,
    transform 0.25s ease;
}

#accept-map:hover,
#accept-map:focus-visible {
  background-color: #75a32f;
  transform: translateY(-1px);
}

#accept-map:focus-visible {
  outline: 2px solid #81b435;
  outline-offset: 4px;
}

.contact-location-panel {
  min-width: 0;
  display: flex;
  flex-direction: column;
  padding: 1.35rem;
  border: 1px solid rgba(38, 34, 28, 0.1);
  border-radius: 8px;
  background: #f7f5ee;
  box-shadow: 0 26px 60px rgba(38, 34, 28, 0.08);
}

.contact-location-panel h2 {
  color: #26221c;
  font-family: "PPNeueMontreal", sans-serif;
  font-weight: 400;
  font-size: 2.15rem;
  line-height: 1.08;
  margin: 0;
  padding: 0 0 1rem 0;
  border-bottom: 1px solid rgba(38, 34, 28, 0.12);
}

.contact-brand-lockup {
  display: inline-flex;
  align-items: center;
  margin-left: 0.14em;
  white-space: nowrap;
  vertical-align: -0.04em;
}

.contact-brand-logo {
  display: block;
  flex: 0 0 auto;
  width: auto;
  height: 1.03em;
  max-width: 100%;
}

.contact-location-list {
  display: grid;
  gap: 0.75rem;
  padding-top: 0.85rem;
}

.contact-location-card {
  display: flex;
  flex-direction: column;
  gap: 0.58rem;
  padding: 0.68rem;
  border: 1px solid rgba(38, 34, 28, 0.08);
  border-radius: 8px;
  background: #ebe7dc;
}

.contact-form-link:focus-visible,
.contact-location-details a:focus-visible {
  outline: 2px solid #81b435;
  outline-offset: 3px;
}

.contact-location-card h3 {
  color: #26221c;
  font-family: "PPNeueMontreal", sans-serif;
  font-size: 1.82rem;
  font-weight: 400;
  line-height: 1.08;
  margin: 0 0 0.45rem 0;
}

.contact-location-details {
  display: grid;
  gap: 0.56rem;
  margin: 0;
}

.contact-location-details div {
  display: grid;
  grid-template-columns: 2.15rem minmax(0, 1fr);
  gap: 0.82rem;
  align-items: start;
}

.contact-location-details dt {
  position: relative;
  width: 2.15rem;
  height: 2.15rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.45);
}

.contact-location-details dt img {
  width: 1.05rem;
  height: 1.05rem;
  display: block;
}

.contact-detail-label {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip-path: inset(50%);
  white-space: nowrap;
}

.contact-location-details dd {
  min-width: 0;
  margin: 0;
  color: #26221c;
  font-size: 1.1rem;
  font-weight: 200;
  line-height: 1.28;
}

.contact-location-details a {
  color: inherit;
  text-decoration: none;
}

.contact-location-details a:hover {
  color: #143b55;
  text-decoration: underline;
  text-underline-offset: 0.18em;
}

.contact-form-link {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  max-width: 100%;
  margin-top: 0.15rem;
  padding: 0.8rem;
  border: 1px solid rgba(38, 34, 28, 0.34);
  border-radius: 6px;
  background: transparent;
  color: #26221c;
  font-family: "Roboto", sans-serif;
  font-size: 0.98rem;
  font-weight: 200;
  line-height: 1;
  text-align: left;
  text-decoration: none;
  cursor: pointer;
  transition:
    background-color 0.25s ease,
    color 0.25s ease,
    border-color 0.25s ease;
}

.contact-form-link:hover,
.contact-form-link:focus-visible {
  border-color: #26221c;
  background: rgba(38, 34, 28, 0.06);
  color: #26221c;
}

.contact-modal[hidden] {
  display: none;
}

.contact-modal {
  position: fixed;
  inset: 0;
  z-index: 10000;
  display: grid;
  place-items: center;
  padding: 2rem;
}

.contact-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(20, 59, 85, 0.58);
  backdrop-filter: blur(4px);
}

.contact-modal-dialog {
  position: relative;
  z-index: 1;
  width: calc(100vw - 4rem);
  max-width: 58rem;
  max-height: calc(100svh - 4rem);
  overflow: auto;
  padding: 2.25rem;
  border: 1px solid rgba(38, 34, 28, 0.1);
  border-radius: 8px;
  background: #efeded;
  box-shadow: 0 36px 110px rgba(20, 59, 85, 0.32);
  outline: none;
}

.contact-modal-close {
  position: absolute;
  top: 1.1rem;
  right: 1.1rem;
  width: 2.65rem;
  height: 2.65rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(38, 34, 28, 0.12);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.46);
  cursor: pointer;
  transition:
    background-color 0.25s ease,
    transform 0.25s ease;
}

.contact-modal-close img {
  width: 1rem;
  height: 1rem;
  display: block;
}

.contact-modal-close:hover,
.contact-modal-close:focus-visible {
  background: #ffffff;
  transform: rotate(90deg);
}

.contact-modal-close:focus-visible {
  outline: 2px solid #81b435;
  outline-offset: 3px;
}

body.contact-modal-is-open {
  overflow: hidden;
}

.contact-form {
  min-width: 0;
  padding-right: 0.2rem;
}

.contact-form h3,
.contact-subject-group legend {
  color: #26221c;
  font-family: "PPNeueMontreal", sans-serif;
  font-weight: 400;
  line-height: 1.1;
  margin: 0;
}

.contact-form h3 {
  padding-right: 3.5rem;
  margin-bottom: 1.5rem;
  font-size: 1.9rem;
}

.contact-form-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.contact-form-field {
  position: relative;
  margin-bottom: 2rem;
}

.contact-form-field label {
  display: block;
  color: rgba(38, 34, 28, 0.46);
  font-weight: 200;
  font-size: 1.2rem;
  line-height: 1;
  margin-bottom: 0.65rem;
}

.contact-form-field input,
.contact-form-field textarea {
  width: 100%;
  display: block;
  border: 0;
  border-bottom: 1px solid rgba(38, 34, 28, 0.72);
  border-radius: 0;
  background: transparent;
  color: #26221c;
  font: inherit;
  font-weight: 200;
  font-size: 1.2rem;
  line-height: 1.3;
  padding: 0.15rem 0 0.5rem 0;
  outline: none;
  resize: vertical;
}

.contact-form-field textarea {
  min-height: 9.5rem;
  resize: vertical;
}

.contact-form-field input:focus,
.contact-form-field textarea:focus {
  border-bottom-color: #143b55;
}

.contact-form-field:focus-within label {
  color: #143b55;
}

.contact-subject-group {
  margin: 0 0 2rem 0;
  padding: 0;
  border: 0;
}

.contact-subject-group legend {
  margin: 0 0 1rem 0;
  padding: 0;
  font-size: 1.7rem;
}

.contact-subject-options {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
}

.contact-subject-options input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.contact-subject-options label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2rem;
  padding: 0.45rem 1rem;
  border: 1px solid #143b55;
  border-radius: 999px;
  background: #143b55;
  color: #e6e6e6;
  font-weight: 200;
  font-size: 1rem;
  line-height: 1;
  cursor: pointer;
  transition:
    background-color 0.25s ease,
    color 0.25s ease,
    border-color 0.25s ease,
    transform 0.25s ease;
}

.contact-subject-options input:checked+label {
  background: #81b435;
  border-color: #81b435;
  color: #e6e6e6;
}

.contact-subject-options input:focus-visible+label {
  outline: 2px solid #81b435;
  outline-offset: 3px;
}

.contact-required-note {
  color: rgba(38, 34, 28, 0.48);
  font-weight: 200;
  font-size: 1rem;
  line-height: 1.3;
  margin: -0.75rem 0 1.25rem 0;
}

.contact-privacy {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.8rem;
  align-items: start;
  margin: 0 0 2rem 0;
  color: #26221c;
  font-weight: 200;
  font-size: 1rem;
  line-height: 1.32;
  cursor: pointer;
}

.contact-privacy input {
  width: 1rem;
  height: 1rem;
  margin: 0.15rem 0 0 0;
  accent-color: #81b435;
}

.contact-privacy a {
  color: #81b435;
  text-decoration: none;
}

.contact-privacy a:hover {
  text-decoration: underline;
  text-underline-offset: 0.18em;
}

.contact-honeypot {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  opacity: 0;
}

.contact-submit {
  font-family: "Roboto", sans-serif !important;
  font-weight: 200 !important;
  border: none !important;
  cursor: pointer;
}

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 only screen and (min-width: 1024px) and (max-width: 1520px) {
  .nav-logo img {
    width: 285px;
  }

  .desktop-links {
    gap: 0.85rem;
  }

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

  .header-desktop .desktop-links>a:not(.main-cta) {
    font-size: 1.05rem;
  }

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

  .hero-service-cards .nav-service-card {
    grid-template-rows: 7.35rem 1fr;
    min-height: 16.4rem;
  }

  .intro-section,
  .services-section,
  .reviews-section,
  .faq-section,
  .blog-section,
  .contact-section,
  .site-footer-inner {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .intro-section {
    padding-top: 7rem;
  }

  .services-section {
    padding-bottom: 7rem;
  }

  .services-section.quickcheck-only {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .intro-section.quickcheck-intro-neighbor {
    padding-bottom: 3rem;
  }

  .reviews-section.quickcheck-reviews-neighbor {
    padding-top: 3rem;
  }

  .faq-section {
    padding-bottom: 4rem;
  }

  .contact-section {
    padding-bottom: 7rem;
  }

  .contact-section {
    padding-left: 8rem;
    padding-right: 8rem;
  }

  h1 {
    width: 80% !important;
  }

  .hero-gradient,
  .hero-mask,
  .hero-img {
    top: 4.85rem;
    right: 1.25rem;
    bottom: 1.25rem;
    left: 1.25rem;
    border-radius: 2.1rem;
  }

  .hero-text {
    left: 5rem;
    right: 5rem;
    bottom: 21.65rem;
    max-width: 66rem;
  }

  .hero-text h1 {
    font-size: 2.8rem;
    line-height: 1.06;
    width: 66rem !important;
  }

  .hero-text p {
    width: 66rem;
    font-size: 1.14rem;
  }

  .hero-service-cards {
    left: 5rem;
    bottom: 3rem;
    width: 76rem;
  }

  .text-letter {
    width: 62%;
  }

  .intro-small {
    width: 68%;
  }

  .service-slide-card p {
    font-size: 1.08rem;
    line-height: 1.36;
  }

  .services-intro,
  .reviews-header .reviews-intro,
  .reviews-intro,
  .blog-intro {
    max-width: 90%;
  }

  .project-spotlight-facts {
    right: 5rem;
    gap: 2rem;
  }

  .project-spotlight-content {
    left: 5rem;
    width: min(42rem, calc(100% - 10rem));
  }
}

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

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

  .desktop-links {
    gap: 0.58rem;
  }

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

  .header-desktop .desktop-links>a:not(.main-cta) {
    font-size: 0.96rem;
  }

  .fullscreen-menu-shell {
    padding-inline: 1.4rem;
  }

  .fullscreen-menu-logo {
    width: 15rem;
  }

  .fullscreen-menu-layout {
    grid-template-columns: minmax(0, 1.08fr) minmax(19rem, 0.92fr);
    gap: 2rem;
    margin-top: 3rem;
  }

  .fullscreen-menu-primary a {
    padding-block: 0.7rem;
    font-size: 2.11rem;
  }

  .fullscreen-menu-media {
    min-height: 16rem;
  }

  .fullscreen-menu-actions {
    grid-template-columns: 1fr;
  }

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

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

  .nav-service-mega-copy {
    display: none !important;
    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;
  }

  .hero-service-cards .nav-service-card {
    grid-template-rows: 7.35rem 1fr;
    min-height: 16.4rem;
  }

  .intro-section,
  .services-section,
  .reviews-section,
  .faq-section,
  .blog-section,
  .contact-section,
  .site-footer-inner {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .contact-section {
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .hero-text {
    left: 4rem;
    right: 4rem;
    bottom: 21.65rem;
    max-width: 60rem;
    width: auto;
  }

  .hero-text h1 {
    font-size: 2.7rem;
    width: 60rem !important;
  }

  .hero-text p {
    width: 60rem;
    font-size: 1.1rem;
  }

  .hero-gradient,
  .hero-mask,
  .hero-img {
    top: 4.65rem;
    right: 1rem;
    bottom: 1rem;
    left: 1rem;
    border-radius: 1.8rem;
  }

  .hero-service-cards {
    left: 4rem;
    right: 4rem;
    bottom: 2.75rem;
    width: auto;
  }

  .service-slide-card p {
    font-size: 1.08rem;
    line-height: 1.36;
  }

  .faq-layout {
    gap: 3.5rem;
  }

  .project-spotlight-facts {
    right: 4rem;
    grid-template-columns: repeat(2, auto);
  }

  .project-spotlight-content {
    left: 4rem;
    width: min(40rem, calc(100% - 8rem));
  }
}

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

  .mobile-header {
    display: block;
  }

  .nav-service-mega {
    display: none;
  }

  .fullscreen-menu {
    display: none !important;
  }

  main {
    height: 100svh;
    min-height: 100svh;
  }

  .hero-gradient,
  .hero-mask,
  .hero-img {
    top: 4.85rem;
    right: 0.85rem;
    bottom: 0.85rem;
    left: 0.85rem;
    border-radius: 1.8rem;
  }

  .hero-text {
    top: auto;
    bottom: 3.5rem;
    left: 3rem;
    right: 3rem;
    width: auto;
    max-width: 48rem;
    transform: none;
    text-align: left;
  }

  .hero-mask,
  .hero-mask::before,
  .hero-service-cards {
    display: none !important;
    content: none !important;
  }

  .hero-content-wrapper {
    justify-content: flex-start;
  }

  .hero-text h1 {
    font-size: 2.2rem;
    line-height: 1.06;
    width: 42rem !important;
    max-width: 100%;
  }

  .hero-text p {
    width: 42rem;
    max-width: 100%;
    font-size: 1.2rem;
    line-height: 1.38;
  }

  .intro-section,
  .reviews-section {
    padding: 6rem 3rem;
  }

  .blog-section {
    padding: 4rem 3rem 6rem;
  }

  .services-section {
    padding: 6rem 3rem;
  }

  .services-section.quickcheck-only {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .intro-section.quickcheck-intro-neighbor {
    padding-bottom: 2.5rem;
  }

  .reviews-section.quickcheck-reviews-neighbor {
    padding-top: 2.5rem;
  }

  .faq-section {
    padding: 0 3rem 4rem;
  }

  .contact-section {
    padding: 0 3rem 6rem;
  }

  .text-letter,
  .intro-small,
  .services-intro,
  .reviews-header .reviews-intro,
  .reviews-intro,
  .blog-intro {
    width: 100%;
    max-width: 100%;
  }

  .reviews-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 1.5rem;
    overflow: hidden;
  }

  .reviews-rating-summary {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    max-width: 100%;
  }

  .reviews-rating-top,
  .reviews-rating-bottom {
    justify-content: flex-start;
    max-width: 100%;
  }

  .reviews-rating-bottom {
    flex-wrap: wrap;
  }

  .text-letter,
  .intro-text p,
  .services-intro h2,
  .reviews-intro h2,
  .faq-header,
  .blog-intro h2 {
    font-size: 2.1rem;
    line-height: 1.08;
  }

  .quickcheck-banner h3,
  .festpreis-content h2 {
    font-size: 2.1rem;
    line-height: 1.08;
  }

  .review-slide-card {
    flex-basis: min(70vw, 21rem);
    max-width: calc(100vw - 6rem);
  }

  .service-slide-card p {
    font-size: 1.08rem;
    line-height: 1.36;
  }

  .quickcheck-banner {
    grid-template-columns: 1fr;
    min-height: 0;
    gap: 0;
    padding: 0;
  }

  .quickcheck-banner-content {
    grid-column: 1;
    grid-row: 1;
    margin-right: 0;
    padding: 2.75rem;
    clip-path: none;
  }

  .quickcheck-banner-content::before {
    bottom: 1.6rem;
    left: 50%;
    width: 35%;
  }

  .quickcheck-banner-content::after {
    right: auto;
    bottom: 0.6rem;
    left: 62%;
    width: 23%;
  }

  .quickcheck-banner-media {
    grid-column: 1;
    grid-row: 2;
    min-height: 20rem;
    margin-left: 0;
    aspect-ratio: 16 / 9;
    border-top: 1px solid rgba(238, 240, 241, 0.14);
  }

  .quickcheck-banner-media img {
    width: 100%;
    padding: 0;
  }

  .main-cta-b.quickcheck-banner-cta {
    align-self: flex-start;
  }

  .faq-layout {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .sticky-faq {
    position: static;
  }

  .services-item,
  .sticky-faq p {
    width: 100%;
  }

  .project-spotlight-section {
    height: 100svh;
    min-height: 44rem;
    background: #143b55;
  }

  .project-spotlight-img-wrap {
    min-height: inherit;
    height: 100%;
  }

  .project-spotlight-img {
    z-index: 1;
    opacity: 1;
    visibility: visible;
  }

  .project-spotlight-facts {
    left: 3rem;
    right: 3rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    display: none;
  }

  .project-spotlight-fact {
    min-width: 0;
  }

  .project-spotlight-content {
    left: 3rem;
    right: 3rem;
    width: auto;
  }

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

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

  .mobile-header {
    display: block;
  }

  .nav-service-mega {
    display: none;
  }

  .fullscreen-menu {
    display: none !important;
  }

  main {
    height: 100svh;
    min-height: 100svh;
  }

  .hero-gradient,
  .hero-mask,
  .hero-img {
    top: 4.55rem;
    right: 0.85rem;
    bottom: 0.85rem;
    left: 0.85rem;
    border-radius: 1.8rem;
  }

  .hero-text {
    top: auto;
    bottom: 2.6rem;
    left: 3rem;
    right: 3rem;
    width: 44rem;
    max-width: calc(100% - 6rem);
    transform: none;
    text-align: left;
  }

  .hero-mask,
  .hero-mask::before,
  .hero-service-cards {
    display: none !important;
    content: none !important;
  }

  .hero-content-wrapper {
    justify-content: flex-start;
  }

  .hero-text h1 {
    font-size: 2.07rem;
    line-height: 1.04;
    width: 44rem !important;
    max-width: 100%;
  }

  .hero-text p {
    width: 44rem;
    max-width: 100%;
    font-size: 1.1rem;
  }

  .intro-section,
  .services-section,
  .reviews-section,
  .faq-section,
  .blog-section,
  .contact-section {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .text-letter,
  .intro-small {
    width: min(44rem, 100%);
  }

  .service-slide-card p {
    font-size: 1.08rem;
    line-height: 1.36;
  }

}

@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: 1000;
    display: grid;
    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;
    box-shadow:
      0 40px 11px 0 rgba(0, 0, 0, 0),
      0 26px 10px 0 rgba(0, 0, 0, 0.01),
      0 14px 9px 0 rgba(0, 0, 0, 0.05),
      0 6px 6px 0 rgba(0, 0, 0, 0.09),
      0 2px 4px 0 rgba(0, 0, 0, 0.1);
  }

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

  .zb-preloader {
    height: 100svh;
    padding-inline: 1rem;
  }

  .zb-logo-wrap {
    width: min(84vw, 28rem);
  }

  .zb-logo {
    transform: translateX(-11%);
  }

  .page-wrapper {
    border-radius: 0 0 30px 30px;
    margin-bottom: -3rem;
  }

  .header-desktop {
    display: none;
  }

  .mobile-header {
    display: block;
  }

  .nav-service-mega {
    display: none;
  }

  .fullscreen-menu {
    display: none !important;
  }

  main {
    height: 100svh;
    min-height: 100svh;
  }

  .hero-gradient,
  .hero-mask,
  .hero-img {
    top: 4.65rem;
    right: 0.55rem;
    bottom: 0.55rem;
    left: 0.55rem;
    border-radius: 1.25rem;
  }

  .hero-text {
    top: 11rem;
    bottom: auto;
    left: 1rem;
    right: 1rem;
    width: auto;
    max-width: none;
    transform: none;
    text-align: left;
  }

  .hero-mask,
  .hero-mask::before,
  .hero-service-cards {
    display: none !important;
    content: none !important;
  }

  .hero-content-wrapper {
    justify-content: flex-start;
  }

  h1 {
    width: 100%;
  }

  .hero-text h1 {
    font-size: 1.7rem;
    line-height: 1.1;
    width: 100% !important;
  }

  .hero-text p {
    width: 100%;
    margin-top: 1.25rem;
    font-size: 1.04rem;
    line-height: 1.4;
  }

  .hero-kicker {
    margin-bottom: 0.75rem;
    font-size: 0.88rem;
  }

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

  .main-cta,
  .main-cta-b {
    max-width: 100%;
    white-space: normal;
  }

  .services-mobile {
    display: block;
  }

  .services-desktop {
    display: none;
  }

  .intro-section,
  .reviews-section {
    padding: 4.5rem 1rem;
  }

  .blog-section {
    padding: 3rem 1rem 4.5rem;
  }

  .services-section {
    padding: 4.5rem 1rem;
  }

  .services-section.quickcheck-only {
    padding-top: 2.5rem;
    padding-bottom: 1.75rem;
  }

  .intro-section.quickcheck-intro-neighbor {
    padding-top: 4.5rem;
    padding-bottom: 2.5rem;
  }

  .reviews-section.quickcheck-reviews-neighbor {
    padding-top: 2.5rem;
  }

  .category-cards {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    padding: 0 0 4rem 0;
  }

  .faq-section {
    padding: 0 1rem 3rem;
  }

  .contact-section {
    padding: 0 1rem 4.5rem;
  }

  .text-letter,
  .intro-text p,
  .intro-small,
  .services-intro,
  .reviews-header .reviews-intro,
  .reviews-intro,
  .sticky-faq p,
  .blog-intro {
    width: 100%;
    max-width: 100%;
  }

  .reviews-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 1.4rem;
    overflow: hidden;
  }

  .reviews-rating-summary {
    align-items: flex-start;
    width: 100%;
    max-width: 100%;
  }

  .reviews-rating-top,
  .reviews-rating-bottom {
    justify-content: flex-start;
    max-width: 100%;
  }

  .reviews-rating-top {
    gap: 0.65rem;
  }

  .reviews-rating-bottom {
    flex-wrap: wrap;
  }

  .reviews-rating-top strong {
    font-size: 1.65rem;
  }

  .reviews-rating-stars {
    width: 7.25rem;
    height: 1.25rem;
  }

  .reviews-rating-stars-base,
  .reviews-rating-stars-fill {
    height: 1.25rem;
    gap: 0.2rem;
  }

  .reviews-rating-stars img {
    width: 1.25rem;
    height: 1.25rem;
    flex-basis: 1.25rem;
  }

  .reviews-rating-bottom img {
    width: 4.8rem;
  }

  .text-letter,
  .intro-text p,
  .services-intro h2,
  .reviews-intro h2,
  .faq-header,
  .project-spotlight-content h2,
  .blog-intro h2 {
    font-size: 1.8rem !important;
    line-height: 1.1;
  }

  .intro-small p,
  .services-intro p,
  .reviews-intro p,
  .sticky-faq p,
  .faq-content p,
  .project-spotlight-content p,
  .blog-intro p {
    font-size: 1.2rem;
    line-height: 1.38;
  }

  .blog-layout,
  .contact-form-row {
    grid-template-columns: 1fr;
  }

  .service-slide-card p {
    font-size: 1.1rem;
    line-height: 1.36;
  }

  .reviews-slider-track {
    gap: 12px;
    scroll-padding-left: 0;
  }

  .review-slide-card {
    flex-basis: min(86vw, 21rem);
    max-width: calc(100vw - 2rem);
    min-height: 12.5rem;
  }

  .quickcheck-banner {
    grid-template-columns: 1fr;
    min-height: 0;
    gap: 0;
    margin-top: 3rem;
    padding: 0;
  }

  .services-section.quickcheck-only .quickcheck-banner {
    margin-top: 0;
  }

  .quickcheck-banner-content {
    grid-column: 1;
    grid-row: 1;
    margin-right: 0;
    padding: 1.65rem 1.3rem 1.8rem;
    clip-path: none;
  }

  .quickcheck-banner-content::after {
    display: none;
  }

  .quickcheck-banner-content::before {
    display: none;
  }

  .quickcheck-banner-media {
    grid-column: 1;
    grid-row: 2;
    min-height: 0;
    margin-left: 0;
    aspect-ratio: 16 / 10;
  }

  .quickcheck-banner-media img {
    width: 100%;
    height: 100%;
    padding: 0;
  }

  .quickcheck-banner h3 {
    margin-top: 0.9rem;
    font-size: 1.8rem;
    line-height: 1.1;
  }

  .quickcheck-banner p {
    margin-top: 1rem;
    font-size: 1.08rem;
    line-height: 1.42;
  }

  .quickcheck-banner-benefits {
    grid-template-columns: 1fr;
    width: 100%;
    max-width: 20rem;
    margin-top: 1.5rem;
    gap: 0;
    border-top: 1px solid rgba(238, 240, 241, 0.16);
    border-bottom: 1px solid rgba(238, 240, 241, 0.16);
  }

  .quickcheck-banner-benefits li {
    width: 100%;
    gap: 0.5rem;
    padding: 0.68rem 0;
    border-left: 0;
    border-bottom: 1px solid rgba(238, 240, 241, 0.12);
    font-size: 0.95rem;
  }

  .quickcheck-banner-benefits li + li::before {
    display: none;
  }

  .quickcheck-banner-benefits li:first-child {
    padding-left: 0;
  }

  .quickcheck-banner-benefits li:last-child {
    padding-right: 0;
    border-bottom: 0;
  }

  .quickcheck-benefit-icon {
    width: 1.25rem;
    height: 1.25rem;
    flex-basis: 1.25rem;
  }

  .quickcheck-benefit-icon img {
    width: 0.8rem;
  }

  .main-cta-b.quickcheck-banner-cta {
    align-self: flex-start;
    justify-content: flex-start;
    width: max-content;
    max-width: 100%;
    margin-top: 1.75rem;
  }

  .faq-layout {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .sticky-faq {
    position: static;
  }

  .services-item {
    width: 100%;
  }

  .faq-item {
    gap: 1rem;
    padding: 1rem 0;
  }

  .faq-item h4 {
    font-size: 1.25rem;
    line-height: 1.22;
    margin: 1rem 0;
  }

  .faq-icon {
    width: 2.5rem;
    height: 2.5rem;
    flex: 0 0 2.5rem;
  }

  .project-spotlight-section {
    height: 100svh;
    min-height: 50rem;
    background: #143b55;
  }

  .project-spotlight-img-wrap {
    min-height: inherit;
    height: 100%;
  }

  .project-spotlight-img {
    z-index: 1;
    opacity: 1;
    visibility: visible;
  }

  .project-spotlight-facts {
    left: 1rem;
    right: 1rem;
    grid-template-columns: 1fr 1fr;
    display: none;
  }

  .project-spotlight-content {
    left: 1rem;
    right: 1rem;
    width: auto;
  }

  .blog-info {
    flex-wrap: wrap;
  }

  .blog-img {
    height: clamp(13.5rem, 70vw, 18rem);
    aspect-ratio: auto;
  }

  .blog-text {
    padding: 1.2rem 1.25rem 1.3rem;
  }

  .blog-text h3 {
    font-size: 1.42rem;
    line-height: 1.12;
    margin-bottom: 0.75rem;
  }

  .blog-text p {
    font-size: 1.05rem;
    line-height: 1.28;
    margin-bottom: 1.15rem;
  }

  .blog-card-link {
    padding: 0.58rem 0.72rem;
    font-size: 0.95rem;
  }

  .map-wrapper {
    height: 320px;
  }

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

@media (max-width: 768px) {
  .menu-mobile-inner {
    padding: 7.35rem 1.35rem 1.35rem;
  }

  .menu-links {
    gap: 0.15rem;
  }

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

@media only screen and (max-width: 1180px) {
  .festpreis-content {
    padding: 3.5rem 3rem 7rem;
    gap: 3rem;
  }

  .festpreis-copy {
    width: min(39rem, 100%);
  }

  .festpreis-points {
    width: min(52rem, 100%);
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .festpreis-points li {
    padding-inline: 2rem;
  }

  .festpreis-points li + li {
    border-left: 0;
  }

  .festpreis-points li:nth-child(even) {
    padding-right: 0;
    border-left: 1px solid rgba(238, 240, 241, 0.32);
  }

  .festpreis-points li:nth-child(odd) {
    padding-left: 0;
  }

  .festpreis-points li:nth-child(n + 3) {
    margin-top: 2rem;
    padding-top: 2rem;
    border-top: 1px solid rgba(238, 240, 241, 0.24);
  }

  .contact-locator {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .map-wrapper.contact-map-panel {
    min-height: 34.5rem;
  }

  .contact-location-panel {
    padding: 1.2rem;
  }

  .contact-location-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 768px) {
  .festpreis-section {
    height: auto;
    min-height: 0;
    margin-block: 4rem;
  }

  .festpreis-media {
    height: 90vh;
    height: 90svh;
  }

  .festpreis-image {
    object-position: 66% center;
  }

  .festpreis-overlay {
    background:
      linear-gradient(
        180deg,
        rgba(11, 52, 80, 0.82) 0%,
        rgba(11, 52, 80, 0.7) 30%,
        rgba(20, 59, 85, 0.84) 52%,
        rgba(20, 59, 85, 0.97) 70%,
        #143b55 100%
      ),
      linear-gradient(
        90deg,
        rgba(11, 52, 80, 0.62) 0%,
        rgba(11, 52, 80, 0.12) 100%
      );
  }

  .festpreis-content {
    display: flex;
    min-height: max(90svh, 54rem);
    height: auto;
    padding:
      3rem 1rem
      max(5rem, calc(4rem + env(safe-area-inset-bottom)));
    justify-content: space-between;
    gap: 2.5rem;
  }

  .festpreis-copy {
    display: block;
    width: 100%;
  }

  .festpreis-content h2 {
    max-width: 29rem;
    margin-top: 1.2rem;
    font-size: 1.9rem;
    line-height: 1.1;
  }

  .festpreis-kicker {
    font-size: 0.92rem;
  }

  .festpreis-copy p {
    max-width: 31rem;
    margin-top: 1.15rem;
    font-size: 1.05rem;
    line-height: 1.42;
  }

  .festpreis-points {
    width: 100%;
    max-width: 36rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .festpreis-points li {
    padding-inline: 0.85rem;
  }

  .festpreis-points li:nth-child(even) {
    padding-right: 0;
  }

  .festpreis-points li:nth-child(odd) {
    padding-left: 0;
  }

  .festpreis-points li:nth-child(n + 3) {
    margin-top: 1.35rem;
    padding-top: 1.35rem;
  }

  .festpreis-point-icon {
    width: 2.9rem;
    height: 2.9rem;
    margin-bottom: 0.9rem;
  }

  .festpreis-point-icon img {
    max-width: 2.7rem;
    max-height: 2.7rem;
  }

  .festpreis-points strong {
    font-size: 0.86rem;
    line-height: 1.3;
  }

  .festpreis-points li > span:last-child > span {
    margin-top: 0.6rem;
    font-size: 0.92rem;
    line-height: 1.42;
  }

  .contact-locator {
    gap: 1rem;
  }

  .map-wrapper.contact-map-panel {
    order: 2;
    min-height: 26rem;
    border-radius: 6px;
  }

  .contact-location-panel {
    order: 1;
    padding: 0.9rem;
    border-radius: 6px;
  }

  .contact-location-panel h2 {
    padding-bottom: 0.9rem;
    font-size: 1.85rem;
    line-height: 1.1;
  }

  .contact-brand-logo {
    height: 0.96em;
  }

  .contact-location-list {
    grid-template-columns: 1fr;
    gap: 0.7rem;
    padding-top: 0.75rem;
  }

  .contact-location-card {
    gap: 0.58rem;
    padding: 0.62rem;
    border-radius: 6px;
  }

  .contact-location-card h3 {
    font-size: 1.78rem;
  }

  .contact-location-details div {
    grid-template-columns: 2.15rem minmax(0, 1fr);
    gap: 0.82rem;
  }

  .contact-location-details dt {
    width: 2.15rem;
    height: 2.15rem;
  }

  .contact-location-details dt img {
    width: 1.05rem;
    height: 1.05rem;
  }

  .contact-location-details dd,
  .contact-form-link {
    font-size: 1.08rem;
  }

  .contact-form-link {
    font-size: 0.98rem;
  }

  .contact-form-link {
    padding: 0.8rem;
  }

  #map-overlay {
    padding: 1.25rem;
  }

  #map-overlay p {
    font-size: 1rem;
    line-height: 1.32;
  }

  .contact-modal {
    padding: 1rem;
  }

  .contact-modal-dialog {
    width: calc(100vw - 2rem);
    max-height: calc(100svh - 2rem);
    padding: 1.25rem;
    border-radius: 6px;
  }

  .contact-modal-close {
    top: 0.75rem;
    right: 0.75rem;
    width: 2.35rem;
    height: 2.35rem;
  }

  .contact-form {
    padding-right: 0;
  }

  .contact-form h3 {
    padding-right: 3rem;
    margin-bottom: 1.25rem;
    font-size: 1.65rem;
  }

  .contact-form-field {
    margin-bottom: 1.4rem;
  }

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

  .contact-form-field textarea {
    min-height: 8.5rem;
  }

  .contact-subject-group {
    margin-bottom: 1.4rem;
  }

  .contact-subject-group legend {
    font-size: 1.35rem;
    line-height: 1.15;
  }

  .contact-subject-options {
    gap: 0.5rem;
  }

  .contact-subject-options label {
    min-height: 2rem;
    padding: 0.48rem 0.78rem;
    font-size: 0.92rem;
    line-height: 1.05;
  }

  .contact-required-note,
  .contact-privacy {
    font-size: 0.92rem;
  }
}

@media (max-width: 420px) {
  .festpreis-section {
    margin-block: 3.5rem;
  }

  .festpreis-content {
    padding-inline: 0.9rem;
    padding-bottom: max(4.5rem, calc(3.5rem + env(safe-area-inset-bottom)));
    gap: 2rem;
  }

  .festpreis-copy p {
    font-size: 1.02rem;
  }

  .festpreis-points li {
    padding-inline: 0.65rem;
  }

  .festpreis-points li > span:last-child > span {
    font-size: 0.9rem;
  }

  .map-wrapper.contact-map-panel {
    min-height: 24rem;
  }

  .contact-location-panel {
    padding: 1rem;
  }

  .contact-modal-dialog {
    padding: 1rem;
  }
}

@media (max-width: 560px) {
  .festpreis-section,
  .festpreis-content {
    min-height: 0;
  }

  .festpreis-content {
    padding-top: 2.5rem;
  }

  .festpreis-points {
    grid-template-columns: 1fr;
  }

  .festpreis-points li,
  .festpreis-points li:nth-child(even),
  .festpreis-points li:nth-child(odd) {
    padding: 1.2rem 0;
    border-left: 0;
    align-items: flex-start;
    text-align: left;
  }

  .festpreis-points li:nth-child(n + 3) {
    margin-top: 0;
  }

  .festpreis-points li + li {
    margin-top: 0;
    border-top: 1px solid rgba(238, 240, 241, 0.24);
  }

  .festpreis-points li > span:last-child > span {
    max-width: none;
    margin-right: 0;
    margin-left: 0;
  }
}

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

/* Full-viewport homepage hero. */
.hero {
  width: 100%;
  height: 100vh;
  min-height: 100vh;
  margin: 0;
  border-radius: 0;
}

.hero-gradient,
.hero-mask,
.hero-img {
  inset: 0;
  width: 100%;
  height: 100%;
  border-radius: 0;
}

.hero-img img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  border-radius: 0;
}
