/* Cachebuster: cb1 */
* {
  box-sizing: border-box;
}

body {
  background-color: #efeded;
  font-family: "Roboto", sans-serif;
  margin: 0;
  padding: 0;
  overflow-x: hidden !important;
  position: relative;
  z-index: -2;
}

.page-wrapper {
  position: relative;
  z-index: 1;
  overflow: hidden;
  background-color: #efeded;
  border-radius: 0 0 50px 50px;
  margin-bottom: -6rem;
}

@font-face {
  font-family: "PPNeueMontreal";
  font-style: normal;
  font-weight: 400;
  src: url("/assets/fonts/PPNeueMontreal/PPNeueMontreal-Regular.woff2")
    format("woff2");
  font-display: swap;
}

@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 300;
  src: url("/assets/fonts/Roboto/roboto-v50-latin-regular.woff2")
    format("woff2");
  font-display: swap;
}

@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 200;
  src: url("/assets/fonts/Roboto/roboto-v50-latin-300.woff2") format("woff2");
  font-display: swap;
}

.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: auto;
}
.lenis.lenis-stopped {
  overflow: clip;
}

.lenis.lenis-smooth {
  scroll-behavior: auto !important;
}
.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}
.lenis.lenis-stopped {
  overflow: hidden;
}
.lenis.lenis-smooth iframe {
  pointer-events: none;
}

.header-desktop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 1.8rem 2.6rem;
  z-index: 100;
  transition:
    top 0.45s cubic-bezier(0.22, 1, 0.36, 1),
    background 0.3s ease-in-out;
}

.header-desktop.scrolled {
  background: linear-gradient(
    0deg,
    rgba(29, 29, 29, 0) 0%,
    rgba(29, 29, 29, 0.8) 100%
  );
}

.header-desktop nav {
  position: relative;
  z-index: 5;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.nav-logo img {
  width: 380px;
}

.desktop-links {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}

.dot {
  display: inline-block;
  flex: 0 0 auto;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #81b435;
}

.desktop-links a {
  color: #e6e6e6;
  font-size: 1.2rem;
  font-weight: 200;
  text-decoration: none;
}

.desktop-links .current-page {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
}

.desktop-links .current-page::before {
  content: "";
  display: inline-block;
  flex: 0 0 auto;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #81b435;
}

.lang-link {
  display: flex;
  align-items: center;
  gap: 4px;
}

.mobile-header {
  display: none;
  width: 100%;
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  padding: 15px;
  background: linear-gradient(
    0deg,
    rgba(29, 29, 29, 0) 0%,
    rgba(29, 29, 29, 0.8) 100%
  );
}

.mobile-header nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.logo-mobile {
  width: 200px;
}

.nav-menu {
  background: transparent;
  border: none;
}

.line-menu {
  background-color: #efeded;
  width: 25px;
  height: 1px;
  margin-bottom: 5px;
}

.line-small {
  background-color: #efeded;
  width: 20px;
  height: 1px;
  margin-bottom: 5px;
  float: right;
}

.menu-mobile {
  display: none;
  background-color: #efeded;
  clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
  height: 100%;
  height: 100dvh;
  width: 100%;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 100;
}

.menu-mobile-inner {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.menu-close {
  display: block;
  height: 20px;
  position: relative;
  width: 20px;
  padding: 0;
  border: 0;
  background: transparent;
  appearance: none;
  cursor: pointer;
}

.menu-close img {
  display: block;
  width: 100%;
  height: 100%;
}

.menu-close:focus:not(:focus-visible) {
  outline: none;
}

.menu-close:focus-visible {
  outline: 2px solid #81b435;
  outline-offset: 4px;
}

.menu-closing {
  position: absolute;
  right: 1.4rem;
  top: 1.8rem;
}

.menu-links {
  display: flex;
  flex-direction: column;
  top: 20%;
  left: 1.4rem;
  padding: 30% 2rem 2rem 2rem;
}

.menu-mobile-bottom {
  padding-bottom: 1rem;
}

.menu-links a:not(.main-cta) {
  text-decoration: none;
  padding: 0.7rem 0;
  color: #26221c;
  font-weight: 200;
  font-size: 1.5rem;
  line-height: 1.6rem;
}
.menu-links a:not(.main-cta) + .main-cta {
  margin-top: 1.05rem;
}

.menu-divider {
  display: block;
  margin: 2rem 2rem 0;
  width: calc(100% - 4rem);
  height: 2px;
}

.menu-divider line {
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
}

.language-switch {
  display: flex;
  color: #26221c;
  font-weight: 200;
  font-size: 1.3rem;
  line-height: 2rem;
  padding: 0.8rem 0 0 1.5rem;
}

.language-switch a {
  text-decoration: none;
  color: #26221c;
  margin: 0 0.5rem;
}

.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);
}

.anfrage-page-wrapper {
  color: #26221c;
  background: #efeded;
}

.anfrage-quickcheck-main {
  min-height: 100vh;
}

body.anfrage-page .header-desktop,
body:has(.anfrage-page-wrapper) .header-desktop {
  background: rgba(239, 237, 237, 0.94);
  backdrop-filter: blur(10px);
}

body.anfrage-page .header-desktop.scrolled,
body:has(.anfrage-page-wrapper) .header-desktop.scrolled {
  background: rgba(239, 237, 237, 0.94);
}

body.anfrage-page .desktop-links a:not(.main-cta),
body:has(.anfrage-page-wrapper) .desktop-links a:not(.main-cta) {
  color: #26221c;
}

body.anfrage-page .desktop-links .main-cta,
body.anfrage-page .desktop-links .main-cta span,
body:has(.anfrage-page-wrapper) .desktop-links .main-cta,
body:has(.anfrage-page-wrapper) .desktop-links .main-cta span {
  color: #e6e6e6;
}

body.anfrage-page .desktop-links .main-cta,
body:has(.anfrage-page-wrapper) .desktop-links .main-cta {
  background: #143f5a;
}

body.anfrage-page .desktop-links .main-cta .cta-icon,
body:has(.anfrage-page-wrapper) .desktop-links .main-cta .cta-icon {
  background: #eef0f1;
}

body.anfrage-page .mobile-header,
body:has(.anfrage-page-wrapper) .mobile-header {
  background: rgba(239, 237, 237, 0.94);
  backdrop-filter: blur(10px);
}

body.anfrage-page .line-menu,
body.anfrage-page .line-small,
body:has(.anfrage-page-wrapper) .line-menu,
body:has(.anfrage-page-wrapper) .line-small {
  background-color: #26221c;
}

.anfrage-page-head {
  padding: 11.5rem 8rem 3.5rem;
}

.anfrage-page-head-inner,
.anfrage-funnel-shell {
  width: 100%;
  max-width: 96rem;
  margin: 0 auto;
}

.anfrage-page-title {
  max-width: 48rem;
  color: #26221c;
  font-family: "PPNeueMontreal", sans-serif;
  font-weight: 400;
  font-size: 3.128rem;
  line-height: 1.05;
  letter-spacing: 0;
  margin: 0;
}

.anfrage-page-description {
  max-width: 42rem;
  color: rgba(38, 34, 28, 0.72);
  font-weight: 200;
  font-size: 1.2rem;
  line-height: 1.35;
  margin: 1rem 0 0;
}

.anfrage-funnel-section {
  padding: 0 8rem 8rem;
  color: #26221c;
}

.anfrage-progress-head {
  position: sticky;
  top: 6.4rem;
  z-index: 30;
  padding: 1rem;
  margin: 0 0 1.75rem;
  scroll-margin-top: 7rem;
  background: rgba(239, 237, 237, 0.96);
  backdrop-filter: blur(10px);
}

.anfrage-progress-meta {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 1.5rem;
  margin-bottom: 0.75rem;
}

.anfrage-progress-meta span {
  color: #81b435;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1;
}

.anfrage-progress-meta strong {
  color: #26221c;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 1.18rem;
  line-height: 1.1;
  text-align: right;
}

.anfrage-progress-line {
  width: 100%;
  height: 2px;
  overflow: hidden;
  background: rgba(38, 34, 28, 0.16);
}

.anfrage-progress-line span {
  display: block;
  width: 100%;
  height: 2px;
  background: #143b55;
  transform: scaleX(0.1667);
  transform-origin: left center;
  transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1);
}

.anfrage-form {
  width: 100%;
  min-width: 0;
}

.anfrage-form.is-enhanced {
  display: block;
}

.anfrage-form.is-enhanced .anfrage-step {
  display: none;
  width: 100%;
}

.anfrage-form.is-enhanced .anfrage-step.is-active {
  display: block;
}

.anfrage-step {
  min-width: 0;
  min-height: 42rem;
  padding: 4rem;
  border-radius: 10px;
  background: #e6e6e6;
  color: #26221c;
  box-shadow: 0 1rem 3rem rgba(20, 59, 85, 0.055);
}

.anfrage-step-head {
  max-width: 64rem;
  margin: 0 auto 2.4rem;
  text-align: center;
}

.anfrage-step-head > span {
  width: 2rem;
  min-width: 2rem;
  height: 2rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: #81b435;
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 0.78rem;
  line-height: 1;
  letter-spacing: 0.01em;
  margin-bottom: 1rem;
}

.anfrage-step-head h2,
.anfrage-step-head h3 {
  max-width: 62rem;
  margin: 0 auto;
  color: #143b55;
  font-family: "PPNeueMontreal", sans-serif;
  font-weight: 400;
  font-size: 3.75rem;
  line-height: 1.04;
  letter-spacing: -0.04em;
}

.anfrage-option-group {
  margin: 0;
  padding: 0;
  border: 0;
}

.sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.anfrage-card-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.15rem;
}

.anfrage-card-grid--three {
  max-width: 68rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 0 auto;
}

.anfrage-option {
  position: relative;
  min-width: 0;
}

.anfrage-option input[type="radio"],
.anfrage-option input[type="checkbox"] {
  position: absolute;
  inset: 0;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}

.anfrage-image-card,
.anfrage-time-card {
  cursor: pointer;
  user-select: none;
}

.anfrage-image-card {
  min-height: 16.2rem;
  display: grid;
  grid-template-rows: 11.45rem 4.75rem;
  overflow: hidden;
  border: 1px solid rgba(20, 59, 85, 0.12);
  border-radius: 10px;
  background: #fff;
  color: #143b55;
  box-shadow: 0 0.55rem 1.4rem rgba(20, 59, 85, 0.045);
  transition:
    transform 0.25s ease,
    border-color 0.25s ease,
    box-shadow 0.25s ease;
}

.anfrage-image-card strong {
  min-height: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.95rem 1rem;
  color: inherit;
  font-family: "PPNeueMontreal", sans-serif;
  font-weight: 400;
  font-size: 1.28rem;
  line-height: 1.1;
  letter-spacing: -0.025em;
  text-align: center;
}

.anfrage-card-visual {
  position: relative;
  display: block;
  min-height: 0;
  height: 11.45rem;
  overflow: hidden;
  background: linear-gradient(
    180deg,
    #dceff1 0%,
    #eaf5ef 56%,
    #c6dda9 57%,
    #bad49b 100%
  );
}

.anfrage-card-visual img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.anfrage-card-visual--image::before,
.anfrage-card-visual--image::after {
  display: none;
}

.anfrage-card-visual::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 18%;
  width: 46%;
  height: 36%;
  transform: translateX(-50%);
  border-radius: 0.2rem;
  background: #fff;
  box-shadow: none;
}

.anfrage-card-visual::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 49%;
  width: 38%;
  height: 38%;
  transform: translateX(-50%) rotate(45deg);
  border-radius: 0.15rem;
  background: #143b55;
}

.anfrage-card-visual--bungalow::before {
  width: 58%;
  height: 26%;
}

.anfrage-card-visual--bungalow::after {
  width: 50%;
  height: 24%;
  bottom: 42%;
}

.anfrage-card-visual--villa::before {
  width: 48%;
  height: 48%;
}

.anfrage-card-visual--villa::after {
  width: 50%;
  height: 10%;
  bottom: 66%;
  transform: translateX(-50%);
}

.anfrage-card-visual--question,
.anfrage-card-visual--no-plot {
  background: linear-gradient(180deg, #ededed 0%, #d9d9d9 100%);
}

.anfrage-card-visual--question::before {
  content: "?";
  left: 50%;
  bottom: 50%;
  width: auto;
  height: auto;
  transform: translate(-50%, 50%);
  background: transparent;
  color: #fff;
  font-family: "PPNeueMontreal", sans-serif;
  font-size: 5.5rem;
  font-weight: 400;
  line-height: 1;
  box-shadow: none;
}

.anfrage-card-visual--question::after,
.anfrage-card-visual--no-plot::after {
  display: none;
}

.anfrage-card-visual--plot::before {
  width: 58%;
  height: 38%;
  bottom: 24%;
  border: 5px solid #fff;
  background: #5a392a;
}

.anfrage-card-visual--plot::after {
  display: none;
}

.anfrage-card-visual--reserved::before {
  content: "RESERVIERT";
  left: 50%;
  bottom: 45%;
  width: auto;
  height: auto;
  transform: translateX(-50%) rotate(-4deg);
  padding: 0.65rem 0.9rem;
  border-radius: 0.25rem;
  background: #26221c;
  color: #fff;
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  box-shadow: none;
}

.anfrage-card-visual--reserved::after {
  display: block;
  left: 50%;
  bottom: 17%;
  width: 0.45rem;
  height: 32%;
  transform: translateX(-50%);
  background: #b9854d;
}

.anfrage-card-visual--no-plot::before {
  content: "";
  left: 50%;
  bottom: 50%;
  width: 4.4rem;
  height: 4.4rem;
  transform: translate(-50%, 50%);
  border: 0.45rem solid #fff;
  border-radius: 999px;
  background: transparent;
  box-shadow: none;
}

.anfrage-card-visual--no-plot::after {
  content: "";
  display: block;
  left: 50%;
  bottom: 50%;
  width: 0.45rem;
  height: 4.7rem;
  transform: translate(-50%, 50%) rotate(45deg);
  border-radius: 999px;
  background: #fff;
}

.anfrage-time-card {
  min-height: 15.8rem;
  display: grid;
  grid-template-rows: 58% 42%;
  align-items: stretch;
  justify-items: center;
  gap: 0;
  padding: 0;
  border: 1px solid rgba(20, 59, 85, 0.12);
  border-radius: 10px;
  background: linear-gradient(
    180deg,
    #f4f4f4 0%,
    #e5e5e5 58%,
    #fff 58%,
    #fff 100%
  );
  color: #143b55;
  box-shadow: 0 0.55rem 1.4rem rgba(20, 59, 85, 0.045);
  transition:
    transform 0.25s ease,
    border-color 0.25s ease,
    box-shadow 0.25s ease;
}

.anfrage-time-card strong {
  align-self: center;
  justify-self: center;
  margin: 0;
  transform: translateY(-0.03em);
  color: #26221c;
  font-family: "PPNeueMontreal", sans-serif;
  font-weight: 400;
  font-size: 5.25rem;
  line-height: 0.9;
  letter-spacing: -0.07em;
}

.anfrage-time-card span {
  align-self: start;
  justify-self: center;
  margin-top: 0.65rem;
  color: #143b55;
  font-weight: 400;
  font-size: 1.1rem;
  line-height: 1;
}

.anfrage-option input:checked + .anfrage-image-card,
.anfrage-option input:checked + .anfrage-time-card {
  border-color: #81b435;
  box-shadow: 0 0.9rem 2.2rem rgba(129, 180, 53, 0.14);
  transform: translateY(-0.08rem);
}

.anfrage-option input:focus-visible + .anfrage-image-card,
.anfrage-option input:focus-visible + .anfrage-time-card {
  outline: 3px solid #81b435;
  outline-offset: 4px;
}

.anfrage-budget-box,
.anfrage-location-box {
  width: min(100%, 66rem);
  margin: 0 auto;
  border: 1px solid rgba(20, 59, 85, 0.12);
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 0.55rem 1.4rem rgba(20, 59, 85, 0.045);
}

.anfrage-budget-box {
  padding: clamp(1.6rem, 3vw, 2.4rem);
}

.anfrage-location-box {
  padding: 3.2rem;
}

.anfrage-budget-box.is-invalid {
  border-color: rgba(143, 45, 34, 0.45);
}

.anfrage-budget-box.is-invalid .anfrage-budget-error {
  display: block;
}

.anfrage-budget-value {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 0.35rem;
  min-width: 0;
  margin-bottom: 1.45rem;
  color: #26221c;
}

.anfrage-budget-value span {
  min-width: 2.4rem;
  text-align: right;
  font-weight: 200;
  font-size: 1.15rem;
}

.anfrage-budget-value strong {
  font-family: "PPNeueMontreal", sans-serif;
  font-weight: 400;
  font-size: clamp(2rem, 5vw, 2.45rem);
  letter-spacing: 0;
  line-height: 1;
  white-space: nowrap;
}

.anfrage-budget-box input[type="range"] {
  width: 100%;
  appearance: none;
  height: 0.35rem;
  border-radius: 999px;
  background: linear-gradient(
    90deg,
    #143b55 var(--budget-progress, 10%),
    rgba(20, 59, 85, 0.22) var(--budget-progress, 10%)
  );
  outline: none;
}

.anfrage-budget-box input[type="range"]::-webkit-slider-thumb {
  appearance: none;
  width: 2.3rem;
  height: 2.3rem;
  border-radius: 999px;
  border: 0;
  background: #143b55;
  box-shadow: 0 0.5rem 1.1rem rgba(20, 59, 85, 0.28);
  cursor: pointer;
}

.anfrage-budget-box input[type="range"]::-moz-range-thumb {
  width: 2.3rem;
  height: 2.3rem;
  border-radius: 999px;
  border: 0;
  background: #143b55;
  box-shadow: 0 0.5rem 1.1rem rgba(20, 59, 85, 0.28);
  cursor: pointer;
}

.anfrage-budget-scale {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  margin: 1.1rem 0 2rem;
  color: rgba(38, 34, 28, 0.68);
  font-weight: 300;
  font-size: 1.05rem;
}

.anfrage-budget-input-row {
  max-width: 26rem;
  margin: 0 auto;
}

.anfrage-budget-input-row label,
.anfrage-location-box label,
.anfrage-form-field label {
  display: block;
  color: rgba(38, 34, 28, 0.48);
  font-weight: 200;
  font-size: 1rem;
  line-height: 1.15;
  margin-bottom: 0.55rem;
}

.anfrage-budget-input-wrap {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 0.75rem;
  border: 1px solid rgba(20, 59, 85, 0.22);
  border-radius: 10px;
  padding: 0.2rem 0.9rem;
}

.anfrage-budget-input-wrap input {
  width: 100%;
  min-width: 0;
  border: 0;
  background: transparent;
  color: #26221c;
  font: inherit;
  font-size: 1.1rem;
  line-height: 1.2;
  padding: 0.75rem 0;
  outline: none;
}

.anfrage-budget-input-wrap span {
  color: #26221c;
  font-weight: 700;
  font-size: 1.25rem;
}

.anfrage-form-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.2rem;
}

.anfrage-form-field {
  position: relative;
  margin-bottom: 1.8rem;
}

.anfrage-form-field input,
.anfrage-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.1rem;
  line-height: 1.3;
  padding: 0.15rem 0 0.55rem;
  outline: none;
}

.anfrage-form-field--large {
  margin-bottom: 0;
}

.anfrage-form-field--large input {
  font-family: "PPNeueMontreal", sans-serif;
  font-weight: 400;
  font-size: 2.7rem;
}

.anfrage-form-field input::placeholder,
.anfrage-form-field textarea::placeholder {
  color: rgba(38, 34, 28, 0.32);
}

.anfrage-form-field input:focus,
.anfrage-form-field textarea:focus {
  border-bottom-color: #143b55;
}

.anfrage-privacy {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.5rem;
  align-items: start;
  margin: 0 0 2rem;
  color: #26221c;
  font-weight: 200;
  font-size: 0.95rem;
  line-height: 1.35;
  cursor: pointer;
}

.anfrage-privacy input {
  width: 1rem;
  height: 1rem;
  margin: 0.15rem 0 0;
  accent-color: #81b435;
}

.anfrage-privacy a {
  color: #81b435;
  text-decoration: none;
}

.anfrage-privacy a:hover {
  text-decoration: underline;
  text-underline-offset: 0.18em;
}

.anfrage-step-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-top: 2.4rem;
}

.anfrage-step-actions:has(.anfrage-back-button:only-child) {
  justify-content: flex-start;
}

.anfrage-back-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  max-width: 100%;
  min-height: 2.55rem;
  border: 1px solid rgba(20, 59, 85, 0.22);
  border-radius: 4.75px;
  background: rgba(255, 255, 255, 0.42);
  color: #26221c;
  font: inherit;
  font-weight: 200;
  font-size: 1rem;
  line-height: 1.28;
  margin: 0;
  padding: 0.55rem 0.95rem;
  text-decoration: none;
  cursor: pointer;
  transition:
    border-color 0.25s ease,
    background-color 0.25s ease,
    color 0.25s ease,
    transform 0.25s ease;
}

.anfrage-back-button::before {
  display: none;
}

.anfrage-back-button:hover {
  border-color: #81b435;
  background: #fff;
  color: #143b55;
  transform: translateY(-0.06rem);
}

.anfrage-back-button:focus-visible {
  outline: 2px solid #81b435;
  outline-offset: 3px;
}

.anfrage-form .main-cta {
  border: none;
  cursor: pointer;
  font-family: "Roboto", sans-serif;
  font-weight: 200;
}

.anfrage-submit.is-loading,
.anfrage-next.is-loading {
  pointer-events: none;
  opacity: 0.72;
}

.anfrage-honeypot {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  opacity: 0;
}

.anfrage-error {
  display: none;
  color: #8f2d22;
  font-weight: 200;
  font-size: 0.98rem;
  line-height: 1.3;
  margin: 0.75rem 0 0;
}

.anfrage-form-field.is-invalid .anfrage-error,
.anfrage-option-group.is-invalid > .anfrage-error,
.anfrage-privacy.is-invalid + .anfrage-privacy-error {
  display: block;
}

.anfrage-form-field.is-invalid input,
.anfrage-form-field.is-invalid textarea {
  border-bottom-color: #8f2d22;
}

.anfrage-option-group.is-invalid .anfrage-image-card,
.anfrage-option-group.is-invalid .anfrage-time-card {
  border-color: rgba(143, 45, 34, 0.45);
}

.anfrage-form-message {
  display: none;
  margin: 0 0 1rem;
  padding: 1rem 1.15rem;
  border-radius: 10px;
  font-weight: 200;
  font-size: 1rem;
  line-height: 1.3;
}

.anfrage-form-message.is-visible {
  display: block;
}

.anfrage-form-message.is-success {
  background: #143b55;
  color: #e6e6e6;
}

.anfrage-form-message.is-error {
  background: rgba(143, 45, 34, 0.08);
  color: #8f2d22;
}

.anfrage-form.is-sent .anfrage-step {
  display: none !important;
}

.is-hidden {
  display: none !important;
}

@media (hover: hover) and (pointer: fine) {
  .anfrage-image-card:hover,
  .anfrage-time-card:hover {
    transform: translateY(-0.12rem);
    box-shadow: 0 1rem 2.4rem rgba(20, 59, 85, 0.12);
  }
}

@media (prefers-reduced-motion: reduce) {
  .anfrage-progress-line span,
  .anfrage-form.is-enhanced .anfrage-step,
  .anfrage-image-card,
  .anfrage-time-card,
  .anfrage-back-button {
    transition: none;
    transform: none;
  }

  .anfrage-image-card:hover,
  .anfrage-time-card:hover,
  .anfrage-option input:checked + .anfrage-image-card,
  .anfrage-option input:checked + .anfrage-time-card,
  .anfrage-back-button:hover {
    transform: none;
  }
}

.anfrage-form:not(.is-enhanced) .anfrage-step:not(.is-active) {
  display: none !important;
}

.anfrage-form.is-enhanced {
  display: block !important;
}

.anfrage-form.is-enhanced .anfrage-step {
  display: none !important;
  width: 100%;
}

.anfrage-form.is-enhanced .anfrage-step.is-active {
  display: block !important;
}

.anfrage-form-row--single {
  grid-template-columns: 1fr;
}

.anfrage-form-field--full {
  grid-column: 1 / -1;
}

.anfrage-form-field textarea {
  min-height: 7.5rem;
  resize: vertical;
}

footer.site-footer {
  position: sticky;
  right: 0;
  bottom: 0;
  left: 0;
  top: auto;
  z-index: -1;
  width: 100%;
  min-height: 0;
  overflow: hidden;
  color: #e6e6e6;
  background: #143b55;
  isolation: isolate;
}

.footer-img {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.footer-img img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
}

.site-footer-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    linear-gradient(
      180deg,
      rgba(20, 59, 85, 0.52) 0%,
      rgba(0, 0, 0, 0.42) 46%,
      rgba(0, 0, 0, 0.72) 100%
    ),
    linear-gradient(
      90deg,
      rgba(0, 0, 0, 0.4) 0%,
      rgba(0, 0, 0, 0.1) 50%,
      rgba(0, 0, 0, 0.36) 100%
    );
}

.site-footer-inner {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  padding: 8rem 8rem 1.4rem 8rem;
}

.site-footer-top {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.site-footer-logo {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.5rem;
}

.site-footer-logo img {
  width: 17rem;
  height: auto;
  display: block;
}

.site-footer-top h2 {
  max-width: 38rem;
  color: #e6e6e6;
  font-family: "PPNeueMontreal", sans-serif;
  font-weight: 400;
  font-size: 2.3rem;
  line-height: 1.05;
  margin: 0 0 1.2rem 0;
}

.site-footer-cta {
  width: fit-content;
}

.site-footer-nav {
  width: min(82rem, calc(100% - 8rem));
  display: grid;
  grid-template-columns: 1.1fr 1fr 1fr 0.9fr;
  gap: 7rem;
  align-items: start;
  margin: 6.5rem auto 5.5rem auto;
}

.site-footer-column h3 {
  color: #e6e6e6;
  font-family: "PPNeueMontreal", sans-serif;
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 1.1;
  margin: 0 0 0.9rem 0;
}

.site-footer-column ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.site-footer-column li {
  margin: 0 0 0.45rem 0;
}

.site-footer-column a {
  position: relative;
  display: inline-block;
  width: fit-content;
  max-width: 100%;
  color: #e6e6e6;
  font-weight: 200;
  font-size: 1rem;
  line-height: 1.25;
  text-decoration: none;
  padding-bottom: 0.08rem;
}

.site-footer-column a::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.08rem;
  width: 100%;
  height: 1px;
  background: #e6e6e6;
  transform: scaleX(0);
  transform-origin: right center;
  transition: transform 0.38s cubic-bezier(0.65, 0, 0.35, 1);
}

.site-footer-column a:hover::before {
  transform: scaleX(1);
  transform-origin: left center;
}

.site-footer-column a:focus-visible {
  outline: 2px solid #81b435;
  outline-offset: 4px;
}

.site-footer-social-links {
  display: flex;
  align-items: center;
  gap: 0.8rem;
}

.site-footer-social-links a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  text-decoration: none;
  transition: transform 0.25s ease;
}

.site-footer-social-links a::before {
  display: none;
}

.site-footer-social-links img {
  display: block;
}

.footer-bottom {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 2rem;
  padding: 1.2rem 0 0 0;
}

.footer-bottom::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(
    90deg,
    rgba(230, 230, 230, 0) 0%,
    rgba(230, 230, 230, 0.42) 10%,
    rgba(230, 230, 230, 0.42) 90%,
    rgba(230, 230, 230, 0) 100%
  );
}

.footer-bottom p {
  color: #e6e6e6;
  font-size: 0.9rem;
  font-weight: 100;
  margin: 0;
}

.credits {
  color: #e6e6e6;
  font-size: 0.9rem;
  font-weight: 100;
  text-decoration: none;
  transition: color 0.25s ease;
}

.credits:hover {
  color: #81b435;
}

@media (hover: hover) and (pointer: fine) {
  .site-footer-social-links a:hover {
    transform: translateY(-0.12rem);
  }
}

@media (prefers-reduced-motion: reduce) {
  .site-footer-column a::before,
  .site-footer-social-links a,
  .credits {
    transition: none;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1520px) {
  .site-footer-inner {
    padding-left: 5rem;
    padding-right: 5rem;
  }
}

@media only screen and (min-width: 1025px) and (max-width: 1380px) {
  .anfrage-page-head {
    padding-top: 9rem;
  }

  .anfrage-page-title {
    font-size: 2.852rem;
  }

  .anfrage-page-description {
    font-size: 1.1rem;
  }

  .anfrage-step-head h2,
  .anfrage-step-head h3 {
    font-size: 2.8rem;
  }

  .header-desktop {
    padding: 1.4rem 2rem;
  }

  .nav-logo img {
    width: 19.875rem;
  }

  .desktop-links {
    gap: 1rem;
  }

  .desktop-links a {
    font-size: 1rem;
  }

  .site-footer-inner {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .anfrage-page-head {
    padding: 8rem 3rem 2.5rem;
  }

  .anfrage-page-title {
    max-width: 36rem;
    font-size: 2.76rem;
  }

  .anfrage-page-description {
    max-width: 32rem;
    font-size: 1.1rem;
  }

  .anfrage-step {
    min-height: 39rem;
  }

  .anfrage-step-head h2,
  .anfrage-step-head h3 {
    font-size: 2.55rem;
  }

  .anfrage-card-grid,
  .anfrage-card-grid--three {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .anfrage-form-row {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .header-desktop {
    display: none;
  }

  .mobile-header {
    display: block;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1200px) and (orientation: landscape) {
  .header-desktop {
    display: none;
  }

  .mobile-header {
    display: block;
  }
}

@media (max-width: 768px) {
  .page-wrapper {
    border-radius: 0 0 30px 30px;
    margin-bottom: -3rem;
  }

  .anfrage-hero-facts {
    display: none;
  }

  .anfrage-page-head {
    padding: 6rem 1rem 1rem 1rem;
  }

  .anfrage-page-title {
    max-width: 21rem;
    font-size: 2.346rem;
    line-height: 1;
  }

  .anfrage-page-description {
    max-width: 22rem;
    font-size: 1rem;
    line-height: 1.35;
    margin-top: 0.85rem;
  }

  .anfrage-funnel-section {
    padding: 0 0.75rem 4rem;
  }

  .anfrage-progress-head {
    top: 0;
    margin-bottom: 1.1rem;
  }

  .anfrage-step {
    min-height: auto;
    padding: 1.25rem;
    border-radius: 14px;
  }

  .anfrage-step-head {
    margin-bottom: 1.35rem;
  }

  .anfrage-step-head > span {
    width: 1.75rem;
    min-width: 1.75rem;
    height: 1.75rem;
    font-size: 0.72rem;
    margin-bottom: 0.75rem;
  }

  .anfrage-step-head h2,
  .anfrage-step-head h3 {
    max-width: 22rem;
    font-size: 1.9rem;
    line-height: 1.04;
  }

  .anfrage-card-grid,
  .anfrage-card-grid--three {
    grid-template-columns: 1fr;
  }

  .anfrage-budget-box {
    padding: 1.25rem;
  }

  .anfrage-location-box {
    padding: 1.55rem;
  }

  .anfrage-form-field--large input {
    font-size: clamp(1.45rem, 6.2vw, 1.85rem);
  }

  .anfrage-budget-value {
    gap: 0.28rem;
    margin-bottom: 1.1rem;
  }

  .anfrage-budget-value span {
    min-width: 0;
    font-size: 0.95rem;
  }

  .anfrage-budget-value strong {
    font-size: clamp(1.82rem, 9vw, 2.18rem);
  }

  .anfrage-budget-box input[type="range"]::-webkit-slider-thumb {
    width: 2rem;
    height: 2rem;
  }

  .anfrage-budget-box input[type="range"]::-moz-range-thumb {
    width: 2rem;
    height: 2rem;
  }

  .anfrage-budget-scale {
    margin: 0.85rem 0 1.35rem;
    font-size: 0.95rem;
  }

  .anfrage-budget-input-row {
    max-width: none;
  }

  .anfrage-budget-input-wrap {
    padding: 0.12rem 0.75rem;
  }

  .anfrage-image-card,
  .anfrage-time-card {
    min-height: 12.6rem;
  }

  .anfrage-image-card {
    grid-template-rows: 8.3rem 4.3rem;
  }

  .anfrage-card-visual {
    min-height: 0;
    height: 8.3rem;
  }

  .anfrage-image-card strong {
    min-height: 0;
    font-size: 1rem;
  }

  .anfrage-time-card {
    grid-template-rows: 57% 43%;
  }

  .anfrage-time-card strong {
    font-size: 3.35rem;
  }

  .anfrage-time-card span {
    margin-top: 0.55rem;
    font-size: 1rem;
  }

  .anfrage-form-row {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .anfrage-step-actions {
    align-items: stretch;
    flex-direction: column-reverse;
  }

  .anfrage-step-actions .main-cta,
  .anfrage-back-button {
    width: 100%;
    justify-content: center;
  }

  .header-desktop {
    display: none;
  }

  .mobile-header {
    display: block;
  }

  .site-footer-inner {
    padding: 2.5rem 1rem 1rem 1rem;
  }

  .site-footer-top {
    display: none;
  }

  .site-footer-nav {
    width: 100%;
    grid-template-columns: 1fr;
    justify-items: start;
    gap: 1.35rem;
    margin: 2rem 0 1rem 0;
    text-align: left;
  }

  .site-footer-column {
    width: 100%;
    text-align: left;
  }

  .site-footer-column h3 {
    font-size: 1.45rem;
    margin-bottom: 0.55rem;
  }

  .site-footer-column a {
    font-size: 1rem;
    text-align: left;
  }

  .site-footer-social-links {
    justify-content: flex-start;
  }

  .footer-bottom {
    width: 100%;
    align-items: center;
    flex-direction: column;
    gap: 0.55rem;
    text-align: center;
  }

  .footer-bottom p {
    width: 100%;
  }
}
