:root {
  --awz-blue: #0875b9;
  --awz-blue-dark: #07517f;
  --awz-red: #d9423a;
  --ink: #173042;
  --muted: #536674;
  --white: #ffffff;
  --line: #dbe3e8;
  --shadow: 0 18px 45px rgba(18, 48, 66, .11);
  --radius: 18px;
  --wrap: 1180px;
  color-scheme: light;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 112px; }
body {
  margin: 0;
  color: var(--ink);
  background: #fff;
  font-family: Inter, Aptos, "Segoe UI", Arial, sans-serif;
  font-size: 17px;
  line-height: 1.65;
  overflow-x: hidden;
}
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { line-height: 1.12; overflow-wrap: anywhere; }
h1 { margin-bottom: 24px; font-size: clamp(2.65rem, 5.6vw, 5.4rem); letter-spacing: -.055em; }
h2 { margin-bottom: 20px; font-size: clamp(2rem, 3.7vw, 3.35rem); letter-spacing: -.04em; }
h3 { margin-bottom: 12px; font-size: 1.3rem; }
p { margin-bottom: 1em; }

:focus-visible { outline: 3px solid #f0b43a; outline-offset: 4px; }
.wrap { width: min(calc(100% - 40px), var(--wrap)); margin-inline: auto; }
.skip { position: fixed; left: 16px; top: -100px; z-index: 1000; padding: 10px 14px; background: #fff; color: #000; }
.skip:focus { top: 12px; }
.kicker, .eyebrow, .contact-kicker {
  margin-bottom: 14px;
  color: var(--accent-dark);
  font-size: .76rem;
  font-weight: 850;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.operator { background: var(--awz-blue-dark); color: #fff; font-size: .78rem; }
.operator .wrap { min-height: 34px; display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.operator a { font-weight: 750; text-underline-offset: 3px; }
.site-header { position: sticky; top: 0; z-index: 100; background: rgba(255,255,255,.97); border-bottom: 1px solid #e5eaed; }
.head { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 13px; min-width: 0; text-decoration: none; }
.brand img { width: 88px; height: 48px; object-fit: contain; }
.domain-name { padding-left: 13px; border-left: 1px solid var(--line); color: var(--accent-dark); font-size: 1rem; font-weight: 850; overflow-wrap: anywhere; }
.nav { display: flex; align-items: center; gap: 24px; font-size: .88rem; font-weight: 750; }
.nav a { text-decoration: none; }
.nav a:not(.cta):hover { color: var(--accent); }
.nav-phone { color: var(--awz-blue-dark); }
.cta, .btn, .submit {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  border: 2px solid transparent;
  padding: 11px 21px;
  background: var(--awz-blue);
  color: #fff;
  font-weight: 820;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}
.cta:hover, .btn-primary:hover, .submit:hover { background: var(--awz-blue-dark); }
.nav-toggle { display: none; border: 1px solid var(--line); padding: 9px 12px; background: #fff; color: var(--ink); font-weight: 800; }

.hero { position: relative; padding: clamp(62px, 8vw, 116px) 0 clamp(72px, 9vw, 130px); background: var(--surface); }
.hero-grid { display: grid; grid-template-columns: minmax(0, .94fr) minmax(0, 1.06fr); align-items: center; gap: clamp(42px, 6vw, 86px); }
.hero-copy, .hero-media { min-width: 0; }
.lead { max-width: 680px; color: var(--muted); font-size: clamp(1.1rem, 1.45vw, 1.28rem); line-height: 1.72; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.btn-primary { background: var(--accent-dark); }
.btn-secondary { border-color: var(--accent-dark); background: transparent; color: var(--accent-dark); }
.btn-secondary:hover { background: var(--accent-soft); }
.image-frame { position: relative; overflow: hidden; background: var(--accent-soft); box-shadow: var(--shadow); }
.image-frame img { width: 100%; height: 100%; object-fit: cover; }
.symbol-label { position: absolute; right: 12px; bottom: 12px; z-index: 2; padding: 5px 9px; background: rgba(255,255,255,.94); color: #193341; font-size: .72rem; font-weight: 850; letter-spacing: .05em; }
.hero-media figcaption { margin-top: 13px; color: var(--muted); font-size: .82rem; }

.section { position: relative; padding: clamp(76px, 9vw, 128px) 0; }
.section-heading { max-width: 700px; }
.section-heading > p { color: var(--muted); font-size: 1.07rem; }
.section-heading--center { margin-inline: auto; text-align: center; }
.section--story { background: #fff; }
.story-layout { display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); gap: clamp(48px, 8vw, 110px); }
.story-copy { color: var(--muted); font-size: 1.08rem; }
.story-highlight { margin-top: 28px; padding: 18px 0 18px 24px; border-left: 4px solid var(--accent-two); color: var(--ink); font-weight: 800; }

.section--paths { background: var(--surface); }
.path-list { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; margin-top: 52px; }
.path-card { position: relative; min-width: 0; min-height: 360px; display: flex; flex-direction: column; padding: 30px; background: #fff; border: 1px solid color-mix(in srgb, var(--accent) 20%, #dce3e7); color: var(--ink); text-decoration: none; box-shadow: 0 10px 30px rgba(18,48,66,.06); transition: transform .18s ease, box-shadow .18s ease; }
.path-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.path-index { color: var(--accent); font-size: 2rem; font-weight: 250; }
.path-label { margin: 23px 0 8px; color: var(--accent-dark); font-size: .74rem; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.path-card h3 { font-size: 1.5rem; }
.path-card p { color: var(--muted); }
.path-cta { margin-top: auto; padding-top: 24px; color: var(--accent-dark); font-weight: 850; }

.section--questions { background: #fff; }
.section--questions .wrap { display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); gap: clamp(48px, 8vw, 100px); }
.question-list { border-top: 1px solid var(--line); }
.question-item { display: grid; grid-template-columns: 52px 1fr; gap: 18px; padding: 27px 0; border-bottom: 1px solid var(--line); }
.question-item h3 { margin-bottom: 7px; }
.question-item p { margin: 0; color: var(--muted); }
.question-marker { width: 38px; height: 38px; display: grid; place-items: center; background: var(--accent-soft); color: var(--accent-dark); font-weight: 850; }

.section--process { background: var(--accent-dark); color: #fff; }
.section--process .kicker { color: color-mix(in srgb, var(--accent-soft) 82%, white); }
.process-layout { display: grid; grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr); gap: clamp(48px, 8vw, 110px); }
.process-list { margin: 0; padding: 0; list-style: none; }
.process-list li { display: grid; grid-template-columns: 58px 1fr; gap: 20px; padding: 23px 0; border-bottom: 1px solid rgba(255,255,255,.22); }
.process-list li:first-child { border-top: 1px solid rgba(255,255,255,.22); }
.process-list p { margin: 0; color: rgba(255,255,255,.78); }
.process-number { width: 44px; height: 44px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.45); font-weight: 850; }

.fee-strip { padding: 62px 0; background: var(--accent-soft); }
.fee-grid { display: grid; grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr); align-items: start; gap: clamp(42px, 8vw, 100px); }
.fee-grid h2 { margin: 0; font-size: clamp(1.7rem, 3vw, 2.65rem); }
.fee-grid > p { margin: 0; color: #364d5d; }

.contact-section { padding: clamp(82px, 10vw, 142px) 0; background: #fff; }
.contact-intro { max-width: 780px; margin-bottom: 46px; text-align: center; }
.contact-intro p { color: var(--muted); font-size: 1.08rem; }
.contact-grid { display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(300px, .65fr); align-items: start; gap: 28px; }
.formbox { position: relative; padding: clamp(27px, 4vw, 46px); border: 1px solid var(--line); background: #fff; box-shadow: var(--shadow); }
.formbox > h3 { margin-bottom: 28px; font-size: clamp(1.55rem, 2.3vw, 2.1rem); }
.formbox fieldset { margin: 0 0 28px; padding: 0; border: 0; }
.formbox legend, .field-label { display: block; margin-bottom: 9px; color: var(--ink); font-size: .9rem; font-weight: 820; }
.choice-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; }
.choice { min-width: 0; display: flex; align-items: center; gap: 9px; padding: 14px; border: 1px solid var(--line); background: #fafcfd; cursor: pointer; }
.choice:has(input:checked) { border-color: var(--awz-blue); background: #ecf6fb; }
.choice input { flex: 0 0 auto; accent-color: var(--awz-blue); }
.choice span { font-size: .88rem; font-weight: 720; }
.fields { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.fields .full { grid-column: 1 / -1; }
.fields input, .fields textarea { width: 100%; border: 1px solid #b8c6cf; padding: 13px 14px; background: #fff; color: var(--ink); }
.fields textarea { min-height: 154px; resize: vertical; }
.fields input:focus, .fields textarea:focus { border-color: var(--awz-blue); outline: 3px solid rgba(8,117,185,.22); outline-offset: 1px; }
.personal { margin: 22px 0; border: 1px solid var(--line); }
.personal summary { padding: 15px; color: var(--awz-blue-dark); font-weight: 820; cursor: pointer; }
.personal-inner { padding: 4px 15px 18px; }
.consent { display: flex; align-items: flex-start; gap: 11px; margin: 22px 0; font-size: .86rem; }
.consent input { margin-top: 5px; accent-color: var(--awz-blue); }
.consent a { color: var(--awz-blue-dark); font-weight: 750; }
.submit { width: 100%; border: 0; }
.form-note { margin: 12px 0 0; color: var(--muted); font-size: .8rem; text-align: center; }
.form-status { display: none; margin-top: 14px; padding: 13px; background: #e9f7ed; color: #20502c; font-size: .86rem; font-weight: 700; }
.form-status.is-visible { display: block; }
.hp-field { position: absolute !important; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }

.contact-person { padding: 34px; background: var(--awz-blue-dark); color: #fff; }
.contact-person > img { width: 126px; height: 69px; margin-bottom: 34px; padding: 5px; background: #fff; object-fit: contain; }
.contact-person .contact-kicker { color: #b9e1f7; }
.contact-person > p { color: rgba(255,255,255,.8); }
.contact-link { display: block; padding: 17px 0; border-top: 1px solid rgba(255,255,255,.25); color: #fff; text-decoration: none; }
.contact-link span, .contact-link strong { display: block; }
.contact-link span { color: #b9e1f7; font-size: .72rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.contact-link strong { overflow-wrap: anywhere; }
.contact-promise { margin-top: 20px; padding: 14px; border: 1px solid rgba(255,255,255,.28); font-size: .8rem; }

.section--faq { background: var(--surface); }
.faq-layout { display: grid; grid-template-columns: minmax(0, .72fr) minmax(0, 1.28fr); gap: clamp(46px, 8vw, 110px); }
.faq-list { border-top: 1px solid color-mix(in srgb, var(--accent) 25%, #dce3e7); }
.faq-list details { border-bottom: 1px solid color-mix(in srgb, var(--accent) 25%, #dce3e7); }
.faq-list summary { position: relative; padding: 22px 48px 22px 0; font-weight: 820; cursor: pointer; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; position: absolute; right: 8px; top: 16px; color: var(--accent-dark); font-size: 1.7rem; }
.faq-list details[open] summary::after { content: "−"; }
.faq-list details p { padding-right: 50px; color: var(--muted); }

.site-footer { background: #112d3f; color: #fff; }
.footer-main { display: grid; grid-template-columns: 1.5fr 1fr 1fr; gap: 70px; padding-block: 70px; }
.footer-about img { width: 125px; height: 68px; margin-bottom: 22px; padding: 5px; background: #fff; object-fit: contain; }
.footer-about p { max-width: 440px; color: rgba(255,255,255,.72); }
.footer-col h2 { font-size: .8rem; letter-spacing: .12em; text-transform: uppercase; }
.footer-col a { display: block; margin: 10px 0; color: rgba(255,255,255,.78); font-size: .88rem; text-decoration: none; }
.footer-col a:hover { color: #fff; text-decoration: underline; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.15); }
.footer-bottom .wrap { min-height: 55px; display: flex; align-items: center; justify-content: space-between; gap: 20px; color: rgba(255,255,255,.6); font-size: .75rem; }

.credits-main { min-height: 72vh; padding: 90px 0; background: var(--surface); }
.credits-main h1 { max-width: 800px; }
.credit-card { display: grid; grid-template-columns: minmax(0, 1fr) minmax(280px, .8fr); gap: 34px; margin-top: 42px; padding: 26px; background: #fff; box-shadow: var(--shadow); }
.credit-card img { width: 100%; max-height: 430px; object-fit: cover; }
.credit-card a { color: var(--awz-blue-dark); font-weight: 750; }

/* Annabichl: Gartenportal und wohnliche, weichere Formen */
.layout-garden-gate h1, .layout-garden-gate h2 { font-family: Georgia, "Times New Roman", serif; font-weight: 520; }
.layout-garden-gate .hero-media .image-frame { height: 580px; border-radius: 48% 48% 8px 8px; border: 10px solid #fff; }
.layout-garden-gate .path-card { border-radius: 100px 100px 10px 10px; padding-top: 48px; }
.layout-garden-gate .question-marker { border-radius: 50%; }

/* Attersee V03: moderne, helle See-Editorialseite */
.layout-lake-horizon {
  --ink: #123441;
  --muted: #53676e;
  --line: #d4e2e4;
  --shadow: 0 20px 54px rgba(13, 72, 88, .12);
  background: #fff;
  font-size: 16.5px;
}
.layout-lake-horizon h1,
.layout-lake-horizon h2 {
  font-family: "Segoe UI Variable", Aptos, Inter, "Segoe UI", Arial, sans-serif;
  font-weight: 700;
  letter-spacing: -.042em;
}
.layout-lake-horizon h1 {
  max-width: 15ch;
  font-size: clamp(2.65rem, 4vw, 3.65rem);
  line-height: 1.03;
}
.layout-lake-horizon h2 {
  font-size: clamp(1.95rem, 3.1vw, 2.9rem);
  line-height: 1.08;
}
.layout-lake-horizon .site-header { box-shadow: 0 8px 28px rgba(13, 72, 88, .05); }
.layout-lake-horizon .kicker,
.layout-lake-horizon .eyebrow { letter-spacing: .16em; }
.layout-lake-horizon .hero {
  overflow: hidden;
  padding: clamp(44px, 6vw, 78px) 0;
  background: linear-gradient(145deg, #f9fbf9 0%, var(--accent-soft) 100%);
}
.layout-lake-horizon .hero-grid {
  min-height: clamp(560px, 52vw, 650px);
  display: grid;
  grid-template-columns: 1fr;
  align-items: stretch;
  gap: 0;
}
.layout-lake-horizon .hero-copy {
  position: relative;
  z-index: 3;
  grid-area: 1 / 1;
  align-self: center;
  width: min(58%, 620px);
  margin-left: clamp(22px, 5vw, 66px);
  padding: clamp(32px, 4.2vw, 52px);
  border: 1px solid rgba(255,255,255,.9);
  border-radius: 24px;
  background: rgba(255,255,255,.94);
  box-shadow: 0 28px 70px rgba(8, 50, 63, .18);
  backdrop-filter: blur(12px);
}
.layout-lake-horizon .lead {
  max-width: 570px;
  font-size: clamp(1rem, 1.25vw, 1.15rem);
  line-height: 1.62;
}
.layout-lake-horizon .hero-media {
  position: relative;
  grid-area: 1 / 1;
  min-width: 0;
  margin: 0;
}
.layout-lake-horizon .hero-media .image-frame {
  height: 100%;
  min-height: clamp(560px, 52vw, 650px);
  border: 7px solid rgba(255,255,255,.8);
  border-radius: 28px;
  box-shadow: 0 28px 65px rgba(13,72,88,.18);
}
.layout-lake-horizon .hero-media .image-frame::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(8,45,57,.16), transparent 58%);
  pointer-events: none;
}
.layout-lake-horizon .hero-media .symbol-label { top: 18px; right: 18px; bottom: auto; border-radius: 8px; }
.layout-lake-horizon .hero-media figcaption {
  position: absolute;
  right: 20px;
  bottom: 18px;
  z-index: 2;
  margin: 0;
  padding: 7px 11px;
  border-radius: 8px;
  background: rgba(8,45,57,.78);
  color: #fff;
}
.layout-lake-horizon .btn,
.layout-lake-horizon .cta,
.layout-lake-horizon .submit,
.layout-lake-horizon .nav-toggle { border-radius: 10px; }
.layout-lake-horizon .section { padding-block: clamp(68px, 7.2vw, 96px); }
.layout-lake-horizon .section--paths {
  background: linear-gradient(180deg, #fff 0%, #f3f8f7 100%);
}
.layout-lake-horizon .section--paths .section-heading { max-width: 760px; }
.layout-lake-horizon .path-list { align-items: stretch; gap: 18px; margin-top: 40px; }
.layout-lake-horizon .path-card,
.layout-lake-horizon .path-card:nth-child(2) {
  min-height: 286px;
  overflow: hidden;
  padding: 28px;
  border: 1px solid color-mix(in srgb, var(--accent) 22%, #e1e8e7);
  border-radius: 20px;
  box-shadow: 0 12px 32px rgba(13,72,88,.07);
}
.layout-lake-horizon .path-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 5px;
  background: var(--accent);
}
.layout-lake-horizon .path-card--mitarbeiter::before { background: var(--accent-two); }
.layout-lake-horizon .path-index { font-size: 1.15rem; font-weight: 800; }
.layout-lake-horizon .path-label { margin: 19px 0 8px; }
.layout-lake-horizon .path-card h3 { font-size: 1.38rem; }
.layout-lake-horizon .path-cta { padding-top: 18px; }
.layout-lake-horizon .section--story { background: #fff; }
.layout-lake-horizon .story-layout { grid-template-columns: minmax(0, .83fr) minmax(0, 1.17fr); gap: clamp(38px, 6vw, 78px); }
.layout-lake-horizon .story-copy { font-size: 1.04rem; line-height: 1.72; }
.layout-lake-horizon .story-highlight {
  margin-top: 24px;
  padding: 18px 20px;
  border: 0;
  border-radius: 14px;
  background: var(--accent-soft);
  color: var(--accent-dark);
}
.layout-lake-horizon .story-gallery {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: minmax(0, 1.28fr) minmax(280px, .72fr);
  align-items: end;
  gap: 18px;
  margin-top: 2px;
}
.layout-lake-horizon .story-image { margin: 0; }
.layout-lake-horizon .story-image-frame {
  position: relative;
  height: clamp(300px, 34vw, 430px);
  overflow: hidden;
  border-radius: 24px;
  background: var(--accent-soft);
  box-shadow: 0 18px 45px rgba(13,72,88,.11);
}
.layout-lake-horizon .story-image--2 .story-image-frame { height: clamp(260px, 28vw, 340px); }
.layout-lake-horizon .story-image img { width: 100%; height: 100%; object-fit: cover; }
.layout-lake-horizon .story-image .symbol-label { border-radius: 8px; }
.layout-lake-horizon .story-image figcaption { margin-top: 11px; color: var(--muted); font-size: .8rem; }
.layout-lake-horizon .section--questions { background: color-mix(in srgb, var(--accent-soft) 52%, white); }
.layout-lake-horizon .question-marker { border-radius: 10px; }
.layout-lake-horizon .section--process { background: linear-gradient(135deg, var(--accent-dark), #073745); }
.layout-lake-horizon .process-number { border-radius: 10px; }
.layout-lake-horizon .fee-strip { background: #f2e8db; }
.layout-lake-horizon .fee-grid > p { color: #44575c; }
.layout-lake-horizon .formbox,
.layout-lake-horizon .contact-person { border-radius: 22px; }
.layout-lake-horizon .choice,
.layout-lake-horizon .fields input,
.layout-lake-horizon .fields textarea,
.layout-lake-horizon .personal,
.layout-lake-horizon .form-status,
.layout-lake-horizon .contact-promise { border-radius: 10px; }
.layout-lake-horizon .contact-person { background: linear-gradient(155deg, var(--accent-dark), #0b3949); }
.layout-lake-horizon .section--faq { background: #f3f8f7; }
.layout-lake-horizon .site-footer { background: #102f3c; }
.layout-lake-horizon .credit-card { border-radius: 22px; }

/* Gugl: markante Höhenstaffelung */
.layout-city-slope h1 { font-size: clamp(2.7rem, 6vw, 5.8rem); }
.layout-city-slope .hero-grid { grid-template-columns: 1.12fr .88fr; }
.layout-city-slope .hero-media { transform: translateY(46px); }
.layout-city-slope .hero-media .image-frame { height: 560px; border: 14px solid #fff; border-radius: 4px 76px 4px 4px; }
.layout-city-slope .path-card:nth-child(1) { margin-top: 72px; }
.layout-city-slope .path-card:nth-child(2) { margin-top: 36px; }
.layout-city-slope .path-index { font-size: 3rem; }

/* Aussichtslage: Panorama und viel offene Fläche */
.layout-open-horizon .hero { padding-bottom: 48px; text-align: center; }
.layout-open-horizon .hero-grid { display: flex; flex-direction: column; }
.layout-open-horizon .hero-copy { max-width: 900px; }
.layout-open-horizon .lead { margin-inline: auto; }
.layout-open-horizon .hero-actions { justify-content: center; }
.layout-open-horizon .hero-media { width: 100%; }
.layout-open-horizon .hero-media .image-frame { height: clamp(250px, 30vw, 400px); }
.layout-open-horizon .hero-media figcaption { text-align: right; }
.layout-open-horizon .path-card { background: transparent; border: 0; border-top: 2px solid var(--accent); box-shadow: none; }

/* Bahnhofsnähe: Wegeplan und präzise Linien */
.layout-route-map .hero-grid { grid-template-columns: 1fr 1fr; }
.layout-route-map .hero-copy { padding-left: 34px; border-left: 5px solid var(--accent-two); }
.layout-route-map .hero-media .image-frame { height: 470px; border-radius: 50% 50% 0 0; }
.layout-route-map .path-list { gap: 0; border-top: 2px solid var(--accent); }
.layout-route-map .path-card { min-height: 330px; border-width: 0 1px 1px 0; box-shadow: none; }
.layout-route-map .path-card:last-child { border-right: 0; }
.layout-route-map .path-index, .layout-route-map .process-number { border-radius: 50%; }

/* Bregenzerwald: Holzrahmen und redaktionelle Ruhe */
.layout-timber-valley h1, .layout-timber-valley h2 { font-family: Georgia, "Times New Roman", serif; font-weight: 520; }
.layout-timber-valley .hero { border-bottom: 16px solid var(--accent-two); }
.layout-timber-valley .hero-media .image-frame { height: 500px; border: 18px solid #fff; outline: 2px solid var(--accent-two); outline-offset: 5px; }
.layout-timber-valley .path-list { grid-template-columns: 1.25fr .9fr .9fr; }
.layout-timber-valley .path-card:first-child { background: var(--accent-dark); color: #fff; }
.layout-timber-valley .path-card:first-child p, .layout-timber-valley .path-card:first-child .path-label, .layout-timber-valley .path-card:first-child .path-cta { color: rgba(255,255,255,.84); }

/* Bregenzerin: persönliche Magazinseite */
.layout-lake-persona .hero-grid { grid-template-columns: .82fr 1.18fr; }
.layout-lake-persona .hero-copy { position: relative; z-index: 2; margin-right: -120px; padding: 46px; background: rgba(255,255,255,.94); box-shadow: var(--shadow); }
.layout-lake-persona .hero-media .image-frame { height: 560px; }
.layout-lake-persona .path-list { grid-template-columns: 1fr; max-width: 900px; margin-inline: auto; }
.layout-lake-persona .path-card { min-height: 0; display: grid; grid-template-columns: 80px 160px 1fr 170px; align-items: center; gap: 20px; }
.layout-lake-persona .path-card > * { margin: 0; padding: 0; }
.layout-lake-persona .path-cta { text-align: right; }

/* Bruckhaufen: Garteninseln und Wasserformen */
.layout-water-garden .hero-media .image-frame { height: 545px; border-radius: 44% 12% 44% 12%; border: 12px solid #fff; }
.layout-water-garden .path-list { gap: 30px; }
.layout-water-garden .path-card { border-radius: 42px 8px 42px 8px; }
.layout-water-garden .question-item { padding: 24px; border: 0; background: var(--accent-soft); }
.layout-water-garden .question-item + .question-item { margin-top: 12px; }

/* Bucklige Welt: geschwungene Höhenbänder */
.layout-rolling-hills h1, .layout-rolling-hills h2 { font-family: Georgia, "Times New Roman", serif; font-weight: 520; }
.layout-rolling-hills .hero { padding-bottom: 0; }
.layout-rolling-hills .hero-grid { display: block; }
.layout-rolling-hills .hero-copy { max-width: 780px; padding-bottom: 52px; }
.layout-rolling-hills .hero-media .image-frame { height: clamp(330px, 40vw, 560px); border-radius: 50% 50% 0 0 / 22% 22% 0 0; }
.layout-rolling-hills .path-list { display: block; }
.layout-rolling-hills .path-card { min-height: 0; display: grid; grid-template-columns: 100px 150px 1fr 180px; align-items: center; gap: 20px; margin-bottom: 14px; }
.layout-rolling-hills .path-card:nth-child(2) { margin-left: 5%; }
.layout-rolling-hills .path-card:nth-child(3) { margin-left: 10%; }
.layout-rolling-hills .path-card > * { margin-top: 0; margin-bottom: 0; padding-top: 0; }

/* Citylage: strenger urbaner Rhythmus */
.layout-urban-rhythm h1, .layout-urban-rhythm h2 { letter-spacing: -.055em; }
.layout-urban-rhythm .hero-grid { grid-template-columns: .78fr 1.22fr; align-items: stretch; }
.layout-urban-rhythm .hero-copy { align-self: center; padding: 42px 0; }
.layout-urban-rhythm .hero-media .image-frame { height: 520px; border: 18px solid #fff; border-bottom: 70px solid #fff; }
.layout-urban-rhythm .hero-media figcaption { margin-top: -54px; padding: 0 28px; position: relative; z-index: 2; color: var(--ink); }
.layout-urban-rhythm .path-list { grid-template-columns: 1.1fr .9fr; grid-template-areas: "a b" "a c"; }
.layout-urban-rhythm .path-card:nth-child(1) { grid-area: a; }
.layout-urban-rhythm .path-card:nth-child(2) { grid-area: b; }
.layout-urban-rhythm .path-card:nth-child(3) { grid-area: c; }
.layout-urban-rhythm .path-card:nth-child(n+2) { min-height: 250px; }
.layout-urban-rhythm .question-marker { border-radius: 0; }

@media (max-width: 1000px) {
  .nav { gap: 14px; }
  .nav > a:not(.cta):not(.nav-phone) { display: none; }
  .hero-grid, .layout-city-slope .hero-grid, .layout-route-map .hero-grid, .layout-timber-valley .hero-grid, .layout-lake-persona .hero-grid, .layout-urban-rhythm .hero-grid { grid-template-columns: 1fr 1fr; gap: 34px; }
  .path-list { gap: 14px; }
  .path-card { padding: 24px; }
  .layout-lake-persona .path-card, .layout-rolling-hills .path-card { grid-template-columns: 60px 120px 1fr; }
  .layout-lake-persona .path-cta, .layout-rolling-hills .path-cta { grid-column: 3; text-align: left; }
}

@media (max-width: 820px) {
  html { scroll-padding-top: 78px; }
  body { font-size: 16px; }
  .operator { display: none; }
  .head { min-height: 70px; }
  .brand img { width: 72px; height: 40px; }
  .domain-name { font-size: .86rem; }
  .nav-toggle { display: inline-flex; }
  .nav { position: absolute; left: 0; right: 0; top: 100%; display: none; padding: 18px 20px 24px; background: #fff; border-bottom: 1px solid var(--line); box-shadow: 0 18px 24px rgba(18,48,66,.12); }
  .nav.is-open { display: grid; gap: 7px; }
  .nav > a:not(.cta):not(.nav-phone) { display: block; }
  .nav a { padding: 8px 0; }
  .nav .cta { margin-top: 8px; }
  .hero-grid, .layout-city-slope .hero-grid, .layout-route-map .hero-grid, .layout-timber-valley .hero-grid, .layout-lake-persona .hero-grid, .layout-urban-rhythm .hero-grid,
  .story-layout, .section--questions .wrap, .process-layout, .fee-grid, .contact-grid, .faq-layout, .footer-main, .credit-card { grid-template-columns: 1fr; }
  .hero { padding-top: 62px; }
  .hero-media .image-frame, .layout-garden-gate .hero-media .image-frame, .layout-city-slope .hero-media .image-frame, .layout-route-map .hero-media .image-frame, .layout-timber-valley .hero-media .image-frame, .layout-lake-persona .hero-media .image-frame, .layout-water-garden .hero-media .image-frame, .layout-urban-rhythm .hero-media .image-frame { height: clamp(300px, 74vw, 470px); }
  .layout-city-slope .hero-media { transform: none; }
  .layout-lake-persona .hero-copy { margin: 0; padding: 0; background: transparent; box-shadow: none; }
  .path-list, .layout-timber-valley .path-list, .layout-urban-rhythm .path-list { grid-template-columns: 1fr; grid-template-areas: none; }
  .layout-urban-rhythm .path-card:nth-child(n) { grid-area: auto; }
  .layout-city-slope .path-card:nth-child(n) { margin-top: 0; }
  .path-card { min-height: 300px; }
  .layout-lake-persona .path-card, .layout-rolling-hills .path-card { display: flex; align-items: stretch; margin-left: 0 !important; }
  .layout-lake-persona .path-cta, .layout-rolling-hills .path-cta { text-align: left; }
  .choice-grid { grid-template-columns: 1fr; }
  .footer-main { gap: 36px; }
}

@media (max-width: 520px) {
  .wrap { width: min(calc(100% - 28px), var(--wrap)); }
  h1 { font-size: clamp(2.25rem, 12.4vw, 3.4rem); }
  h2 { font-size: clamp(1.8rem, 9.5vw, 2.5rem); }
  .domain-name { max-width: 148px; }
  .hero-actions { display: grid; }
  .btn { width: 100%; }
  .layout-lake-horizon .hero-media { margin-inline: -14px; }
  .layout-open-horizon .hero-media .image-frame { height: 250px; }
  .section { padding-block: 70px; }
  .question-item { grid-template-columns: 42px 1fr; }
  .fields { grid-template-columns: 1fr; }
  .fields > * { grid-column: 1 !important; }
  .formbox, .contact-person { padding: 24px 18px; }
  .footer-bottom .wrap { padding-block: 14px; flex-direction: column; align-items: flex-start; gap: 3px; }
}

@media (max-width: 820px) {
  .layout-lake-horizon .hero { padding: 46px 0 60px; }
  .layout-lake-horizon .hero-grid { min-height: 0; display: flex; flex-direction: column; gap: 30px; }
  .layout-lake-horizon .hero-copy {
    order: 1;
    width: 100%;
    margin: 0;
    padding: 0;
    border: 0;
    background: transparent;
    box-shadow: none;
    backdrop-filter: none;
  }
  .layout-lake-horizon .hero-media { order: 2; }
  .layout-lake-horizon .hero-media .image-frame { height: clamp(320px, 67vw, 460px); min-height: 0; border-width: 5px; border-radius: 20px; }
  .layout-lake-horizon .hero-media figcaption { right: 14px; bottom: 13px; }
  .layout-lake-horizon .path-card,
  .layout-lake-horizon .path-card:nth-child(2) { min-height: 0; }
  .layout-lake-horizon .story-layout { grid-template-columns: 1fr; gap: 28px; }
  .layout-lake-horizon .story-gallery { grid-template-columns: 1fr; gap: 25px; margin-top: 4px; }
  .layout-lake-horizon .story-image-frame,
  .layout-lake-horizon .story-image--2 .story-image-frame { height: clamp(280px, 63vw, 420px); }
}

@media (max-width: 520px) {
  .layout-lake-horizon h1 { font-size: clamp(2.15rem, 10.5vw, 2.75rem); }
  .layout-lake-horizon h2 { font-size: clamp(1.75rem, 8.6vw, 2.25rem); }
  .layout-lake-horizon .hero { padding: 38px 0 50px; }
  .layout-lake-horizon .hero-grid { gap: 24px; }
  .layout-lake-horizon .hero-media { margin: 0; }
  .layout-lake-horizon .hero-media .image-frame { height: 282px; border-radius: 16px; }
  .layout-lake-horizon .hero-media .symbol-label { top: 11px; right: 11px; }
  .layout-lake-horizon .hero-media figcaption { max-width: calc(100% - 28px); font-size: .73rem; }
  .layout-lake-horizon .section { padding-block: 58px; }
  .layout-lake-horizon .path-list { margin-top: 30px; }
  .layout-lake-horizon .path-card { padding: 24px; }
  .layout-lake-horizon .story-image-frame,
  .layout-lake-horizon .story-image--2 .story-image-frame { height: 248px; border-radius: 16px; }
  .layout-lake-horizon .fee-strip { padding-block: 48px; }
  .layout-lake-horizon .contact-section { padding-block: 64px; }
}

/* Auf der Gugl V03: urbane Höhenlage mit gestaffelten Flächen */
.layout-city-slope {
  --ink: #173846;
  --muted: #586a6c;
  --line: #d4dfdc;
  --shadow: 0 20px 52px rgba(24, 63, 82, .12);
  background: #fff;
  font-size: 16.5px;
}
.layout-city-slope h1,
.layout-city-slope h2 {
  font-family: "Segoe UI Variable", Aptos, Inter, "Segoe UI", Arial, sans-serif;
  font-weight: 700;
  letter-spacing: -.043em;
}
.layout-city-slope h1 {
  max-width: 13ch;
  font-size: clamp(2.7rem, 4.2vw, 3.65rem);
  line-height: 1.02;
}
.layout-city-slope h2 {
  font-size: clamp(1.95rem, 3.1vw, 2.9rem);
  line-height: 1.08;
}
.layout-city-slope .site-header { box-shadow: 0 8px 28px rgba(24,63,82,.05); }
.layout-city-slope .kicker,
.layout-city-slope .eyebrow { letter-spacing: .16em; }
.layout-city-slope .hero {
  isolation: isolate;
  overflow: hidden;
  padding: clamp(54px, 6.5vw, 84px) 0 clamp(70px, 8vw, 102px);
  background: linear-gradient(145deg, #faf9f5 0%, var(--accent-soft) 100%);
}
.layout-city-slope .hero::before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 620px;
  height: 620px;
  right: -170px;
  top: -255px;
  border: 1px solid rgba(50,106,98,.13);
  border-radius: 50%;
  box-shadow: 0 0 0 44px rgba(50,106,98,.035), 0 0 0 88px rgba(50,106,98,.03), 0 0 0 132px rgba(50,106,98,.025);
}
.layout-city-slope .hero-grid {
  grid-template-columns: minmax(0, .84fr) minmax(430px, 1.16fr);
  align-items: center;
  gap: clamp(42px, 6vw, 82px);
}
.layout-city-slope .hero-copy { position: relative; z-index: 2; padding: 28px 0; }
.layout-city-slope .lead { max-width: 610px; font-size: clamp(1rem, 1.3vw, 1.16rem); line-height: 1.65; }
.layout-city-slope .hero-media {
  position: relative;
  z-index: 1;
  margin-right: -34px;
  transform: none;
}
.layout-city-slope .hero-media::before,
.layout-city-slope .hero-media::after {
  content: "";
  position: absolute;
  z-index: -1;
  border-radius: 20px;
}
.layout-city-slope .hero-media::before { inset: 38px -22px -22px 50px; background: var(--accent-two); opacity: .52; }
.layout-city-slope .hero-media::after { inset: 18px -10px -10px 25px; background: var(--accent); opacity: .62; }
.layout-city-slope .hero-media .image-frame {
  height: clamp(470px, 43vw, 580px);
  border: 7px solid #fff;
  border-radius: 24px 78px 24px 24px;
  box-shadow: 0 28px 62px rgba(24,63,82,.18);
}
.layout-city-slope .hero-media .symbol-label { top: 17px; right: 17px; bottom: auto; border-radius: 8px; }
.layout-city-slope .hero-media figcaption {
  position: relative;
  z-index: 2;
  width: max-content;
  max-width: calc(100% - 8px);
  margin: 14px 0 0 4px;
  padding: 6px 10px;
  color: #fff;
  background: rgba(24, 63, 82, .94);
  border-radius: 8px;
  font-size: .8rem;
}
.layout-city-slope .btn,
.layout-city-slope .cta,
.layout-city-slope .submit,
.layout-city-slope .nav-toggle { border-radius: 10px; }
.layout-city-slope .section { padding-block: clamp(68px, 7.2vw, 98px); }
.layout-city-slope .section--paths { background: #fff; }
.layout-city-slope .section--paths .section-heading { max-width: 760px; }
.layout-city-slope .path-list { align-items: stretch; gap: 18px; margin-top: 40px; }
.layout-city-slope .path-card,
.layout-city-slope .path-card:nth-child(1),
.layout-city-slope .path-card:nth-child(2) {
  min-height: 292px;
  margin-top: 0;
  overflow: hidden;
  padding: 28px;
  border: 1px solid color-mix(in srgb, var(--accent) 22%, #e2e7e5);
  border-radius: 18px;
  background: linear-gradient(160deg, #fff 55%, color-mix(in srgb, var(--accent-soft) 58%, white));
  box-shadow: 0 12px 30px rgba(24,63,82,.07);
}
.layout-city-slope .path-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 5px;
  background: var(--accent);
}
.layout-city-slope .path-card--mitarbeiter::before { background: var(--accent-two); }
.layout-city-slope .path-index {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 10px;
  background: var(--accent-soft);
  color: var(--accent-dark);
  font-size: .9rem;
  font-weight: 850;
}
.layout-city-slope .path-label { margin: 19px 0 8px; }
.layout-city-slope .path-card h3 { font-size: 1.38rem; }
.layout-city-slope .path-cta { padding-top: 18px; }
.layout-city-slope .section--story { background: var(--surface); }
.layout-city-slope .story-layout { grid-template-columns: minmax(0, .88fr) minmax(0, 1.12fr); gap: clamp(38px, 6vw, 76px); }
.layout-city-slope .story-copy { font-size: 1.04rem; line-height: 1.72; }
.layout-city-slope .story-highlight {
  margin-top: 24px;
  padding: 18px 20px;
  border: 0;
  border-radius: 12px;
  background: var(--accent-soft);
  color: var(--accent-dark);
}
.layout-city-slope .story-gallery {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
  align-items: end;
  gap: 22px;
  margin-top: 8px;
}
.layout-city-slope .story-image { margin: 0; }
.layout-city-slope .story-image-frame {
  position: relative;
  height: clamp(300px, 31vw, 390px);
  overflow: hidden;
  border-radius: 18px;
  background: var(--accent-soft);
  box-shadow: 0 18px 44px rgba(24,63,82,.11);
}
.layout-city-slope .story-image--1 { transform: translateY(34px); }
.layout-city-slope .story-image--1 .story-image-frame { height: clamp(270px, 27vw, 340px); }
.layout-city-slope .story-image img { width: 100%; height: 100%; object-fit: cover; }
.layout-city-slope .story-image .symbol-label { border-radius: 8px; }
.layout-city-slope .story-image figcaption { margin-top: 11px; color: var(--muted); font-size: .8rem; }
.layout-city-slope .section--process { background: linear-gradient(135deg, var(--accent-dark), #102f3e); }
.layout-city-slope .process-number { border-radius: 10px; }
.layout-city-slope .fee-strip { background: #f1e7db; }
.layout-city-slope .fee-grid > p { color: #46585c; }
.layout-city-slope .formbox,
.layout-city-slope .contact-person { border-radius: 20px; }
.layout-city-slope .choice,
.layout-city-slope .fields input,
.layout-city-slope .fields textarea,
.layout-city-slope .personal,
.layout-city-slope .form-status,
.layout-city-slope .contact-promise { border-radius: 10px; }
.layout-city-slope .contact-person { background: linear-gradient(155deg, var(--accent-dark), #102f3e); }
.layout-city-slope .section--faq { background: color-mix(in srgb, var(--accent-soft) 52%, white); }
.layout-city-slope .site-footer { background: #153442; }
.layout-city-slope .credit-card { border-radius: 20px; }

@media (min-width: 821px) and (max-width: 1000px) {
  .layout-city-slope .nav { gap: 11px; font-size: .78rem; }
  .layout-city-slope .nav > a:not(.cta):not(.nav-phone) { display: block; }
  .layout-city-slope .nav-phone { display: none; }
  .layout-city-slope .nav .cta { padding-inline: 14px; }
}

@media (max-width: 820px) {
  .layout-city-slope .hero { padding: 48px 0 64px; }
  .layout-city-slope .hero-grid { grid-template-columns: 1fr; gap: 34px; }
  .layout-city-slope .hero-copy { padding: 0; }
  .layout-city-slope .hero-media { margin: 0; transform: none; }
  .layout-city-slope .hero-media::before { inset: 24px -10px -13px 28px; }
  .layout-city-slope .hero-media::after { inset: 12px -5px -7px 14px; }
  .layout-city-slope .hero-media .image-frame { height: clamp(330px, 65vw, 470px); border-width: 5px; border-radius: 20px 52px 20px 20px; }
  .layout-city-slope .path-card,
  .layout-city-slope .path-card:nth-child(1),
  .layout-city-slope .path-card:nth-child(2) { min-height: 0; }
  .layout-city-slope .story-layout { grid-template-columns: 1fr; gap: 28px; }
  .layout-city-slope .story-gallery { grid-template-columns: 1fr; gap: 25px; margin-top: 4px; }
  .layout-city-slope .story-image--1 { transform: none; }
  .layout-city-slope .story-image-frame,
  .layout-city-slope .story-image--1 .story-image-frame { height: clamp(280px, 63vw, 420px); }
}

@media (max-width: 520px) {
  .layout-city-slope h1 { font-size: clamp(2.15rem, 10.5vw, 2.78rem); }
  .layout-city-slope h2 { font-size: clamp(1.75rem, 8.7vw, 2.26rem); }
  .layout-city-slope .hero { padding: 38px 0 54px; }
  .layout-city-slope .hero-grid { gap: 26px; }
  .layout-city-slope .hero-media .image-frame { height: 286px; border-radius: 16px 40px 16px 16px; }
  .layout-city-slope .hero-media .symbol-label { top: 11px; right: 11px; }
  .layout-city-slope .section { padding-block: 58px; }
  .layout-city-slope .path-list { margin-top: 30px; }
  .layout-city-slope .path-card { padding: 24px; }
  .layout-city-slope .story-image-frame,
  .layout-city-slope .story-image--1 .story-image-frame { height: 248px; border-radius: 15px; }
  .layout-city-slope .fee-strip { padding-block: 48px; }
  .layout-city-slope .contact-section { padding-block: 64px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; }
}

/* Aussichtslage V03: ruhiger, minimalistischer "Gerahmter Horizont" */
.layout-viewfinder {
  --ink: #18323d;
  --muted: #5b6d72;
  --line: #d7e1df;
  --shadow: 0 22px 60px rgba(25, 63, 80, .11);
  background: #fff;
  font-size: 16.5px;
}
.layout-viewfinder h1,
.layout-viewfinder h2,
.layout-viewfinder h3 {
  font-family: "Aptos Display", "Segoe UI Variable Display", Aptos, "Segoe UI", Arial, sans-serif;
}
.layout-viewfinder h1,
.layout-viewfinder h2 {
  font-weight: 650;
  letter-spacing: -.045em;
}
.layout-viewfinder h1 {
  max-width: 12ch;
  font-size: clamp(2.65rem, 4.15vw, 3.65rem);
  line-height: 1.03;
}
.layout-viewfinder h2 {
  font-size: clamp(1.95rem, 3vw, 2.72rem);
  line-height: 1.09;
}
.layout-viewfinder .site-header {
  box-shadow: 0 8px 30px rgba(25, 63, 80, .045);
}
.layout-viewfinder .kicker,
.layout-viewfinder .eyebrow {
  letter-spacing: .16em;
}
.layout-viewfinder .hero {
  isolation: isolate;
  overflow: hidden;
  padding: clamp(58px, 7vw, 92px) 0 clamp(72px, 8vw, 108px);
  background:
    linear-gradient(180deg, rgba(255,255,255,.76), transparent 45%),
    linear-gradient(135deg, var(--surface), var(--accent-soft));
}
.layout-viewfinder .hero::before,
.layout-viewfinder .hero::after {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  height: 1px;
  background: rgba(79, 125, 137, .14);
}
.layout-viewfinder .hero::before { top: 31%; }
.layout-viewfinder .hero::after { top: calc(31% + 48px); }
.layout-viewfinder .hero-grid {
  grid-template-columns: minmax(0, .82fr) minmax(440px, 1.18fr);
  gap: clamp(44px, 6vw, 80px);
}
.layout-viewfinder .lead {
  max-width: 590px;
  color: #51686f;
  font-size: clamp(1rem, 1.25vw, 1.16rem);
  line-height: 1.68;
}
.layout-viewfinder .hero-media {
  position: relative;
  margin: 0;
}
.layout-viewfinder .hero-media::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 24px -20px -20px 28px;
  border: 1px solid rgba(25,63,80,.2);
  border-radius: 24px;
}
.layout-viewfinder .hero-media .image-frame {
  height: clamp(450px, 43vw, 570px);
  border: 7px solid rgba(255,255,255,.94);
  border-radius: 22px;
  box-shadow: 0 28px 72px rgba(25,63,80,.15);
}
.layout-viewfinder .hero-media figcaption {
  margin: 14px 0 0 4px;
  color: var(--accent-dark);
  font-size: .8rem;
  font-weight: 700;
}
.layout-viewfinder :is(.btn, .cta, .submit, .nav-toggle) { border-radius: 10px; }
.layout-viewfinder .section { padding-block: clamp(68px, 7.5vw, 100px); }
.layout-viewfinder .section--paths { background: #fff; }
.layout-viewfinder .section--paths .section-heading { max-width: 770px; }
.layout-viewfinder .path-list { gap: 18px; margin-top: 40px; }
.layout-viewfinder .path-card,
.layout-viewfinder .path-card:nth-child(1),
.layout-viewfinder .path-card:nth-child(2) {
  min-height: 298px;
  margin-top: 0;
  overflow: hidden;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: linear-gradient(165deg, #fff 62%, #f6f9f8);
  box-shadow: 0 12px 34px rgba(25,63,80,.065);
  transform: none;
}
.layout-viewfinder .path-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
  background: var(--accent);
}
.layout-viewfinder .path-card--mitarbeiter::before { background: var(--accent-two); }
.layout-viewfinder .path-card:hover {
  border-color: color-mix(in srgb, var(--accent) 50%, var(--line));
  background: #fff;
  transform: none;
}
.layout-viewfinder .path-index {
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--accent-soft);
  color: var(--accent-dark);
  font-size: .85rem;
  font-weight: 850;
}
.layout-viewfinder .path-label { margin: 19px 0 8px; }
.layout-viewfinder .path-card h3 { font-size: 1.38rem; }
.layout-viewfinder .path-cta { padding-top: 18px; }
.layout-viewfinder .section--views {
  overflow: hidden;
  background: var(--surface);
}
.layout-viewfinder .views-layout { display: grid; gap: 42px; }
.layout-viewfinder .section--views .section-heading {
  max-width: 760px;
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
  column-gap: 52px;
  align-items: end;
}
.layout-viewfinder .section--views .section-heading .kicker,
.layout-viewfinder .section--views .section-heading h2 { grid-column: 1 / -1; }
.layout-viewfinder .section--views .section-heading > p {
  grid-column: 1 / -1;
  max-width: 610px;
  margin: 0;
}
.layout-viewfinder .views-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.22fr) minmax(300px, .78fr);
  align-items: end;
  gap: 22px;
}
.layout-viewfinder .view-image { min-width: 0; margin: 0; }
.layout-viewfinder .view-image-frame {
  position: relative;
  height: clamp(290px, 29vw, 385px);
  overflow: hidden;
  border-radius: 18px;
  background: var(--accent-soft);
  box-shadow: 0 18px 48px rgba(25,63,80,.1);
}
.layout-viewfinder .view-image--2 { transform: translateY(30px); }
.layout-viewfinder .view-image--2 .view-image-frame { height: clamp(340px, 36vw, 470px); }
.layout-viewfinder .view-image img { width: 100%; height: 100%; object-fit: cover; }
.layout-viewfinder .view-image figcaption {
  margin-top: 11px;
  color: var(--muted);
  font-size: .8rem;
}
.layout-viewfinder .view-image .symbol-label { border-radius: 8px; }
.layout-viewfinder .section--process { background: linear-gradient(135deg, var(--accent-dark), #102f3b); }
.layout-viewfinder .process-number { border-radius: 50%; }
.layout-viewfinder .fee-strip { background: #efe7dc; }
.layout-viewfinder :is(.formbox, .contact-person, .credit-card) { border-radius: 18px; }
.layout-viewfinder :is(.choice, .fields input, .fields textarea, .personal, .form-status, .contact-promise) { border-radius: 9px; }
.layout-viewfinder .contact-person { background: linear-gradient(150deg, var(--accent-dark), #102f3b); }
.layout-viewfinder .section--faq { background: color-mix(in srgb, var(--accent-soft) 52%, white); }
.layout-viewfinder .site-footer { background: #153743; }

@media (min-width: 821px) and (max-width: 1000px) {
  .layout-viewfinder .nav { gap: 11px; font-size: .78rem; }
  .layout-viewfinder .nav > a:not(.cta):not(.nav-phone) { display: block; }
  .layout-viewfinder .nav-phone { display: none; }
  .layout-viewfinder .nav .cta { padding-inline: 14px; }
}

@media (max-width: 820px) {
  .layout-viewfinder .hero { padding: 48px 0 64px; }
  .layout-viewfinder .hero-grid { grid-template-columns: 1fr; gap: 34px; }
  .layout-viewfinder .hero-media::before { inset: 18px -8px -10px 18px; border-radius: 18px; }
  .layout-viewfinder .hero-media .image-frame { height: clamp(310px, 70vw, 470px); border-width: 5px; border-radius: 18px; }
  .layout-viewfinder .path-card,
  .layout-viewfinder .path-card:nth-child(1),
  .layout-viewfinder .path-card:nth-child(2) { min-height: 0; }
  .layout-viewfinder .section--views .section-heading { display: block; }
  .layout-viewfinder .views-grid { grid-template-columns: 1fr; gap: 25px; }
  .layout-viewfinder .view-image--2 { transform: none; }
  .layout-viewfinder .view-image-frame,
  .layout-viewfinder .view-image--2 .view-image-frame { height: clamp(270px, 65vw, 420px); }
}

@media (max-width: 520px) {
  .layout-viewfinder h1 { font-size: clamp(2.18rem, 10.4vw, 2.72rem); }
  .layout-viewfinder h2 { font-size: clamp(1.75rem, 8.4vw, 2.22rem); }
  .layout-viewfinder .hero { padding: 38px 0 54px; }
  .layout-viewfinder .hero-grid { gap: 27px; }
  .layout-viewfinder .hero-media .image-frame { height: 278px; border-radius: 14px; }
  .layout-viewfinder .section { padding-block: 58px; }
  .layout-viewfinder .path-list { margin-top: 30px; }
  .layout-viewfinder .path-card { padding: 24px; border-radius: 14px; }
  .layout-viewfinder .view-image-frame,
  .layout-viewfinder .view-image--2 .view-image-frame { height: 245px; border-radius: 14px; }
  .layout-viewfinder .fee-strip { padding-block: 48px; }
  .layout-viewfinder .contact-section { padding-block: 64px; }
}

/* Bahnhofsnähe V03: klare Mobilitätsseite mit ruhigen Linien und direkten Wegen */
.layout-transit-link {
  --ink: #173743;
  --muted: #566a70;
  --line: #d6e1e2;
  --shadow: 0 20px 58px rgba(24, 63, 82, .11);
  background: #fff;
  font-size: 16.5px;
}
.layout-transit-link h1,
.layout-transit-link h2,
.layout-transit-link h3 {
  font-family: "Aptos Display", "Segoe UI Variable Display", Aptos, "Segoe UI", Arial, sans-serif;
}
.layout-transit-link h1,
.layout-transit-link h2 {
  font-weight: 680;
  letter-spacing: -.044em;
}
.layout-transit-link h1 {
  max-width: 13ch;
  font-size: clamp(2.35rem, 4.2vw, 3.65rem);
  line-height: 1.04;
}
.layout-transit-link h2 {
  font-size: clamp(1.8rem, 3vw, 2.7rem);
  line-height: 1.1;
}
.layout-transit-link .kicker,
.layout-transit-link .eyebrow { letter-spacing: .16em; }
.layout-transit-link .site-header { box-shadow: 0 8px 28px rgba(24, 63, 82, .045); }
.layout-transit-link :is(.btn, .cta, .submit, .nav-toggle) { border-radius: 10px; }
.layout-transit-link .hero {
  isolation: isolate;
  overflow: hidden;
  padding: clamp(52px, 6.5vw, 82px) 0 clamp(62px, 7.5vw, 96px);
  background:
    linear-gradient(145deg, rgba(255,255,255,.72), transparent 55%),
    linear-gradient(135deg, var(--surface), var(--accent-soft));
}
.layout-transit-link .hero::before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  bottom: 54px;
  height: 1px;
  background: rgba(47, 107, 121, .19);
}
.layout-transit-link .hero::after {
  content: "";
  position: absolute;
  z-index: -1;
  left: max(20px, calc((100% - 1180px) / 2));
  bottom: 47px;
  width: 15px;
  height: 15px;
  border: 3px solid var(--accent);
  border-radius: 50%;
  background: #fff;
}
.layout-transit-link .hero-grid {
  grid-template-columns: minmax(0, .9fr) minmax(420px, 1.1fr);
  gap: clamp(40px, 5vw, 68px);
}
.layout-transit-link .hero-copy {
  position: relative;
  padding-left: clamp(22px, 2.5vw, 32px);
  border-left: 4px solid var(--accent-two);
}
.layout-transit-link .lead {
  max-width: 590px;
  color: #526970;
  font-size: clamp(1rem, 1.2vw, 1.14rem);
  line-height: 1.64;
}
.layout-transit-link .hero-media { position: relative; margin: 0; }
.layout-transit-link .hero-media::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 20px -17px -17px 22px;
  border: 1px solid rgba(47,107,121,.22);
  border-radius: 24px;
}
.layout-transit-link .hero-media .image-frame {
  height: clamp(430px, 43vw, 555px);
  border: 6px solid rgba(255,255,255,.92);
  border-radius: 22px;
  box-shadow: 0 28px 68px rgba(24,63,82,.16);
}
.layout-transit-link .hero-media .symbol-label { top: 14px; right: 14px; bottom: auto; border-radius: 8px; }
.layout-transit-link .hero-media figcaption {
  margin: 13px 0 0 3px;
  color: var(--accent-dark);
  font-size: .8rem;
  font-weight: 720;
}
.layout-transit-link .section { padding-block: clamp(66px, 7.2vw, 94px); }
.layout-transit-link .section--paths { background: #fff; }
.layout-transit-link .section--paths .section-heading { max-width: 700px; }
.layout-transit-link .path-list { align-items: stretch; gap: 18px; margin-top: 38px; }
.layout-transit-link .path-card,
.layout-transit-link .path-card:nth-child(1),
.layout-transit-link .path-card:nth-child(2) {
  min-height: 292px;
  margin-top: 0;
  overflow: hidden;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: linear-gradient(160deg, #fff 64%, #f5f8f7);
  box-shadow: 0 12px 34px rgba(24,63,82,.065);
  transform: none;
}
.layout-transit-link .path-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 5px;
  background: var(--accent);
}
.layout-transit-link .path-card--mitarbeiter::before { background: var(--accent-two); }
.layout-transit-link .path-card:hover {
  border-color: color-mix(in srgb, var(--accent) 52%, var(--line));
  background: #fff;
  transform: none;
}
.layout-transit-link .path-index {
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--accent-soft);
  color: var(--accent-dark);
  font-size: .84rem;
  font-weight: 850;
}
.layout-transit-link .path-label { margin: 18px 0 8px; }
.layout-transit-link .path-card h3 { font-size: 1.34rem; }
.layout-transit-link .path-card p { font-size: .96rem; line-height: 1.58; }
.layout-transit-link .path-cta { padding-top: 17px; }
.layout-transit-link .section--views {
  overflow: hidden;
  background: var(--surface);
}
.layout-transit-link .views-layout { display: grid; gap: 38px; }
.layout-transit-link .section--views .section-heading { max-width: 780px; }
.layout-transit-link .section--views .section-heading > p { max-width: 650px; margin-bottom: 0; }
.layout-transit-link .views-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(0, .92fr);
  gap: 20px;
}
.layout-transit-link .view-image { min-width: 0; margin: 0; }
.layout-transit-link .view-image-frame {
  position: relative;
  aspect-ratio: 2.15 / 1;
  overflow: hidden;
  border-radius: 18px;
  background: var(--accent-soft);
  box-shadow: 0 17px 42px rgba(24,63,82,.1);
}
.layout-transit-link .view-image--2 { align-self: end; transform: translateY(28px); }
.layout-transit-link .view-image--2 .view-image-frame { aspect-ratio: 2 / 1; }
.layout-transit-link .view-image img { width: 100%; height: 100%; object-fit: cover; }
.layout-transit-link .view-image .symbol-label { border-radius: 8px; }
.layout-transit-link .view-image figcaption {
  margin-top: 10px;
  color: var(--muted);
  font-size: .79rem;
  line-height: 1.45;
}
.layout-transit-link .section--process {
  background: linear-gradient(135deg, var(--accent-dark), #102f3e);
}
.layout-transit-link .process-number { border-radius: 50%; }
.layout-transit-link .process-list li { position: relative; }
.layout-transit-link .process-list li::after {
  content: "";
  position: absolute;
  left: 21px;
  bottom: -1px;
  width: 9px;
  height: 9px;
  border: 2px solid rgba(255,255,255,.75);
  border-radius: 50%;
  background: var(--accent-dark);
}
.layout-transit-link .fee-strip { background: #efe7dc; }
.layout-transit-link :is(.formbox, .contact-person, .credit-card) { border-radius: 19px; }
.layout-transit-link :is(.choice, .fields input, .fields textarea, .personal, .form-status, .contact-promise) { border-radius: 9px; }
.layout-transit-link .contact-person { background: linear-gradient(150deg, var(--accent-dark), #102f3e); }
.layout-transit-link .section--faq { background: color-mix(in srgb, var(--accent-soft) 54%, white); }
.layout-transit-link .site-footer { background: #153644; }

@media (min-width: 821px) and (max-width: 1000px) {
  .layout-transit-link .nav { gap: 10px; font-size: .76rem; }
  .layout-transit-link .nav > a:not(.cta):not(.nav-phone) { display: block; }
  .layout-transit-link .nav-phone { display: none; }
  .layout-transit-link .nav .cta { padding-inline: 13px; }
  .layout-transit-link .hero-grid { grid-template-columns: minmax(0, .92fr) minmax(390px, 1.08fr); gap: 30px; }
  .layout-transit-link h1 { font-size: clamp(2.35rem, 4.5vw, 3.2rem); }
}

@media (max-width: 820px) {
  .layout-transit-link .hero { padding: 47px 0 62px; }
  .layout-transit-link .hero-grid { grid-template-columns: 1fr; gap: 34px; }
  .layout-transit-link .hero-copy { padding-left: 20px; }
  .layout-transit-link .hero-media::before { inset: 16px -7px -9px 16px; border-radius: 18px; }
  .layout-transit-link .hero-media .image-frame { height: clamp(300px, 69vw, 450px); border-width: 5px; border-radius: 18px; }
  .layout-transit-link .path-card,
  .layout-transit-link .path-card:nth-child(1),
  .layout-transit-link .path-card:nth-child(2) { min-height: 0; }
  .layout-transit-link .views-grid { grid-template-columns: 1fr; gap: 25px; }
  .layout-transit-link .view-image--2 { transform: none; }
  .layout-transit-link .view-image-frame,
  .layout-transit-link .view-image--2 .view-image-frame { aspect-ratio: 2 / 1; }
}

@media (max-width: 520px) {
  .layout-transit-link h1 { font-size: clamp(2.05rem, 9.9vw, 2.55rem); }
  .layout-transit-link h2 { font-size: clamp(1.7rem, 8.2vw, 2.16rem); }
  .layout-transit-link .hero { padding: 38px 0 52px; }
  .layout-transit-link .hero-grid { gap: 26px; }
  .layout-transit-link .hero-copy { padding-left: 16px; border-left-width: 3px; }
  .layout-transit-link .hero-media .image-frame { height: 264px; border-radius: 14px; }
  .layout-transit-link .section { padding-block: 56px; }
  .layout-transit-link .path-list { margin-top: 28px; }
  .layout-transit-link .path-card { padding: 23px 21px; border-radius: 14px; }
  .layout-transit-link .view-image-frame,
  .layout-transit-link .view-image--2 .view-image-frame { min-height: 190px; border-radius: 14px; }
  .layout-transit-link .fee-strip { padding-block: 47px; }
  .layout-transit-link .contact-section { padding-block: 62px; }
}

/* Bregenzerwald V03: alpine Handwerkskultur in warmen Wald- und Holztönen */
.layout-forest-craft {
  --awz-blue: #4f6b55;
  --awz-blue-dark: #26372f;
  --ink: #253027;
  --muted: #5b645a;
  --line: #d9d3c6;
  --shadow: 0 22px 62px rgba(38, 55, 47, .12);
  background: #fbfaf6;
  font-size: 16.5px;
}
.layout-forest-craft h1,
.layout-forest-craft h2,
.layout-forest-craft h3 {
  font-family: Inter, Aptos, "Segoe UI Variable", "Segoe UI", Arial, sans-serif;
}
.layout-forest-craft h1,
.layout-forest-craft h2 {
  font-weight: 700;
  letter-spacing: -.042em;
}
.layout-forest-craft h1 {
  max-width: 14ch;
  margin-bottom: 20px;
  font-size: clamp(2.55rem, 4.5vw, 3.8rem);
  line-height: 1.04;
}
.layout-forest-craft h2 {
  font-size: clamp(1.85rem, 3.1vw, 2.75rem);
  line-height: 1.1;
}
.layout-forest-craft :focus-visible { outline-color: #a96d43; }
.layout-forest-craft .kicker,
.layout-forest-craft .eyebrow,
.layout-forest-craft .contact-kicker { letter-spacing: .16em; }
.layout-forest-craft .operator { background: #26372f; }
.layout-forest-craft .site-header {
  border-bottom-color: #e3ded2;
  background: rgba(251, 250, 246, .97);
  box-shadow: 0 8px 28px rgba(38, 55, 47, .045);
}
.layout-forest-craft .domain-name,
.layout-forest-craft .nav-phone { color: #26372f; }
.layout-forest-craft :is(.cta, .btn, .submit, .nav-toggle) { border-radius: 10px; }
.layout-forest-craft :is(.cta, .btn-primary, .submit) { background: #26372f; }
.layout-forest-craft :is(.cta, .btn-primary, .submit):hover { background: #4f6b55; }

.layout-forest-craft .hero {
  isolation: isolate;
  overflow: hidden;
  padding: 0 0 72px;
  background: #f5f1e8;
}
.layout-forest-craft .hero-grid {
  width: 100%;
  max-width: none;
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
}
.layout-forest-craft .hero-media {
  grid-area: 1 / 1;
  min-width: 0;
  margin: 0;
}
.layout-forest-craft .hero-media .image-frame {
  height: clamp(520px, 54vw, 680px);
  border: 0;
  border-radius: 0;
  box-shadow: none;
}
.layout-forest-craft .hero-media .image-frame::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(25, 39, 31, .14), transparent 48%);
  pointer-events: none;
}
.layout-forest-craft .hero-media .symbol-label {
  top: 18px;
  right: max(20px, calc((100vw - 1180px) / 2));
  bottom: auto;
  border-radius: 8px;
  color: #26372f;
}
.layout-forest-craft .hero-media figcaption {
  position: absolute;
  right: max(20px, calc((100vw - 1180px) / 2));
  bottom: 17px;
  z-index: 2;
  margin: 0;
  padding: 7px 10px;
  border-radius: 7px;
  background: rgba(251, 250, 246, .92);
  color: #38473d;
  font-size: .75rem;
}
.layout-forest-craft .hero-copy {
  grid-area: 1 / 1;
  z-index: 2;
  align-self: end;
  width: min(720px, calc(100% - 40px));
  margin-left: max(20px, calc((100vw - 1180px) / 2));
  padding: clamp(29px, 4vw, 50px);
  border-radius: 0 30px 0 0;
  background: rgba(251, 248, 241, .97);
  box-shadow: 0 24px 70px rgba(27, 43, 34, .18);
  transform: translateY(48px);
  backdrop-filter: blur(5px);
}
.layout-forest-craft .lead {
  max-width: 610px;
  color: #566057;
  font-size: clamp(1rem, 1.2vw, 1.14rem);
  line-height: 1.62;
}
.layout-forest-craft .hero-actions { margin-top: 26px; }

.layout-forest-craft .section { padding-block: clamp(68px, 7.5vw, 98px); }
.layout-forest-craft .section--paths { background: #f5f0e6; }
.layout-forest-craft .section--paths .section-heading {
  max-width: 740px;
  margin-inline: 0;
  text-align: left;
}
.layout-forest-craft .path-list {
  align-items: start;
  gap: 19px;
  margin-top: 38px;
}
.layout-forest-craft .path-card,
.layout-forest-craft .path-card:nth-child(1),
.layout-forest-craft .path-card:nth-child(2) {
  min-height: 294px;
  margin-top: 0;
  overflow: hidden;
  padding: 28px;
  border: 1px solid #ddd7ca;
  border-radius: 24px 7px 24px 7px;
  background: rgba(255, 255, 255, .92);
  box-shadow: 0 13px 34px rgba(38, 55, 47, .075);
  color: #253027;
  transform: none;
}
.layout-forest-craft .path-card:nth-child(1) { margin-top: 18px; }
.layout-forest-craft .path-card:nth-child(3) { margin-top: 32px; }
.layout-forest-craft .path-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 5px;
  background: #4f6b55;
}
.layout-forest-craft .path-card--mitarbeiter::before { background: #a96d43; }
.layout-forest-craft .path-card:hover {
  border-color: #9fab9e;
  background: #fff;
  box-shadow: 0 17px 42px rgba(38, 55, 47, .11);
  transform: none;
}
.layout-forest-craft .path-index {
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #e4ebe1;
  color: #26372f;
  font-size: .84rem;
  font-weight: 850;
}
.layout-forest-craft .path-label { margin: 18px 0 8px; }
.layout-forest-craft .path-card h3 { font-size: 1.34rem; }
.layout-forest-craft .path-card p { font-size: .96rem; line-height: 1.56; }
.layout-forest-craft .path-cta { padding-top: 17px; }

.layout-forest-craft .section--views {
  isolation: isolate;
  overflow: hidden;
  background: #fbfaf6;
}
.layout-forest-craft .section--views::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  opacity: .16;
  background:
    repeating-radial-gradient(ellipse at 88% 34%, transparent 0 32px, rgba(79, 107, 85, .22) 33px 34px, transparent 35px 54px),
    linear-gradient(125deg, transparent 0 62%, rgba(169, 109, 67, .07) 62% 100%);
}
.layout-forest-craft .views-layout { display: grid; gap: 38px; }
.layout-forest-craft .section--views .section-heading { max-width: 780px; }
.layout-forest-craft .section--views .section-heading > p { max-width: 650px; margin-bottom: 0; }
.layout-forest-craft .views-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(0, .88fr);
  align-items: start;
  gap: 20px;
}
.layout-forest-craft .view-image { min-width: 0; margin: 0; }
.layout-forest-craft .view-image-frame {
  position: relative;
  aspect-ratio: 2.12 / 1;
  overflow: hidden;
  border-radius: 7px 28px 7px 28px;
  background: #e4ebe1;
  box-shadow: 0 18px 46px rgba(38, 55, 47, .12);
}
.layout-forest-craft .view-image--2 { transform: translateY(38px); }
.layout-forest-craft .view-image--2 .view-image-frame { aspect-ratio: 1.85 / 1; }
.layout-forest-craft .view-image img { width: 100%; height: 100%; object-fit: cover; }
.layout-forest-craft .view-image .symbol-label {
  border-radius: 7px;
  color: #26372f;
}
.layout-forest-craft .view-image figcaption {
  margin-top: 10px;
  color: #5b645a;
  font-size: .79rem;
  line-height: 1.45;
}

.layout-forest-craft .section--process {
  padding-block: clamp(62px, 7vw, 90px);
  background: #fff;
  color: #253027;
}
.layout-forest-craft .section--process .kicker { color: #4f6b55; }
.layout-forest-craft .process-layout {
  padding: clamp(30px, 5vw, 54px);
  border: 1px solid #d8ded1;
  border-radius: 32px 7px 32px 7px;
  background: #e8ecdf;
}
.layout-forest-craft .process-list li { border-color: rgba(38, 55, 47, .18); }
.layout-forest-craft .process-list li:first-child { border-top-color: rgba(38, 55, 47, .18); }
.layout-forest-craft .process-list p { color: #58635a; }
.layout-forest-craft .process-number {
  border: 0;
  border-radius: 50%;
  background: #a96d43;
  color: #fff;
}
.layout-forest-craft .fee-strip { background: #efe5d8; }
.layout-forest-craft .fee-grid > p { color: #4e594f; }
.layout-forest-craft :is(.formbox, .contact-person, .credit-card) { border-radius: 22px 7px 22px 7px; }
.layout-forest-craft :is(.choice, .fields input, .fields textarea, .personal, .form-status, .contact-promise) { border-radius: 8px; }
.layout-forest-craft .choice:has(input:checked) {
  border-color: #4f6b55;
  background: #e8ecdf;
}
.layout-forest-craft .choice input,
.layout-forest-craft .consent input { accent-color: #4f6b55; }
.layout-forest-craft .fields input:focus,
.layout-forest-craft .fields textarea:focus {
  border-color: #4f6b55;
  outline-color: rgba(169, 109, 67, .28);
}
.layout-forest-craft .personal summary,
.layout-forest-craft .consent a,
.layout-forest-craft .credit-card a { color: #26372f; }
.layout-forest-craft .contact-person {
  background: linear-gradient(150deg, #26372f, #1f3025);
}
.layout-forest-craft .contact-person .contact-kicker,
.layout-forest-craft .contact-link span { color: #d8e3d3; }
.layout-forest-craft .section--faq { background: #f5f1e8; }
.layout-forest-craft .site-footer { background: #1f3025; }

@media (min-width: 821px) and (max-width: 1000px) {
  .layout-forest-craft .nav { gap: 10px; font-size: .76rem; }
  .layout-forest-craft .nav > a:not(.cta):not(.nav-phone) { display: block; }
  .layout-forest-craft .nav-phone { display: none; }
  .layout-forest-craft .nav .cta { padding-inline: 13px; }
  .layout-forest-craft .hero-copy { width: min(62%, 650px); }
  .layout-forest-craft .path-card { padding: 24px; }
}

@media (max-width: 820px) {
  .layout-forest-craft .hero { padding-bottom: 0; }
  .layout-forest-craft .hero-grid { display: flex; flex-direction: column; }
  .layout-forest-craft .hero-media { order: 1; }
  .layout-forest-craft .hero-media .image-frame { height: clamp(280px, 64vw, 410px); }
  .layout-forest-craft .hero-media img { object-position: 67% 53% !important; }
  .layout-forest-craft .hero-media figcaption {
    right: 14px;
    bottom: 12px;
    max-width: calc(100% - 28px);
  }
  .layout-forest-craft .hero-media .symbol-label { top: 12px; right: 14px; }
  .layout-forest-craft .hero-copy {
    order: 2;
    width: min(calc(100% - 28px), 680px);
    margin: -28px auto 0;
    padding: clamp(25px, 6vw, 38px);
    border-radius: 0 24px 0 0;
    transform: none;
  }
  .layout-forest-craft .path-list { grid-template-columns: 1fr; }
  .layout-forest-craft .path-card,
  .layout-forest-craft .path-card:nth-child(n) { min-height: 0; margin-top: 0; }
  .layout-forest-craft .views-grid { grid-template-columns: 1fr; gap: 25px; }
  .layout-forest-craft .view-image--2 { transform: none; }
  .layout-forest-craft .view-image-frame,
  .layout-forest-craft .view-image--2 .view-image-frame { aspect-ratio: 2 / 1; }
}

@media (max-width: 520px) {
  .layout-forest-craft h1 { font-size: clamp(2.05rem, 10vw, 2.55rem); }
  .layout-forest-craft h2 { font-size: clamp(1.7rem, 8.1vw, 2.12rem); }
  .layout-forest-craft .hero-media .image-frame { height: 278px; }
  .layout-forest-craft .hero-copy { width: calc(100% - 20px); margin-top: -22px; padding: 25px 21px 29px; }
  .layout-forest-craft .hero-actions .btn { width: 100%; }
  .layout-forest-craft .section { padding-block: 56px; }
  .layout-forest-craft .path-list { margin-top: 28px; }
  .layout-forest-craft .path-card { padding: 23px 21px; border-radius: 18px 6px 18px 6px; }
  .layout-forest-craft .view-image-frame,
  .layout-forest-craft .view-image--2 .view-image-frame { min-height: 190px; border-radius: 6px 20px 6px 20px; }
  .layout-forest-craft .process-layout { padding: 26px 20px; border-radius: 24px 6px 24px 6px; }
  .layout-forest-craft .fee-strip { padding-block: 48px; }
  .layout-forest-craft .contact-section { padding-block: 62px; }
}

/* bregenzerin.at V03: helle Stadt-am-See-Seite mit persönlichem Charakter */
.layout-city-lake-personal {
  --awz-blue: #2f7475;
  --awz-blue-dark: #234a4b;
  --awz-red: #c8755b;
  --ink: #203b3c;
  --muted: #5b6d6c;
  --line: #d7e2df;
  --shadow: 0 22px 62px rgba(35, 74, 75, .12);
  background: #fff;
  font-size: 16.5px;
}
.layout-city-lake-personal h1,
.layout-city-lake-personal h2,
.layout-city-lake-personal h3 {
  font-family: "Aptos Display", "Segoe UI Variable Display", Aptos, "Segoe UI", Arial, sans-serif;
}
.layout-city-lake-personal h1,
.layout-city-lake-personal h2 {
  font-weight: 680;
  letter-spacing: -.044em;
}
.layout-city-lake-personal h1 {
  max-width: 13ch;
  font-size: clamp(2.45rem, 4.3vw, 3.65rem);
  line-height: 1.04;
}
.layout-city-lake-personal h2 {
  font-size: clamp(1.8rem, 3vw, 2.62rem);
  line-height: 1.1;
}
.layout-city-lake-personal .kicker,
.layout-city-lake-personal .eyebrow,
.layout-city-lake-personal .contact-kicker { letter-spacing: .16em; }
.layout-city-lake-personal .site-header {
  border-color: #dce6e3;
  background: rgba(255, 255, 255, .97);
  box-shadow: 0 8px 30px rgba(35, 74, 75, .05);
}
.layout-city-lake-personal :is(.btn, .cta, .submit, .nav-toggle) { border-radius: 12px; }
.layout-city-lake-personal .hero {
  isolation: isolate;
  overflow: hidden;
  padding: clamp(52px, 6vw, 78px) 0 clamp(62px, 7vw, 94px);
  background:
    radial-gradient(circle at 12% 14%, rgba(255, 255, 255, .95) 0 16%, transparent 42%),
    linear-gradient(135deg, #f7f2e9, #e2f0ec);
}
.layout-city-lake-personal .hero::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: auto -12% -35% 42%;
  height: 72%;
  border: 1px solid rgba(47, 116, 117, .16);
  border-radius: 50%;
  transform: rotate(-7deg);
}
.layout-city-lake-personal .hero-grid {
  grid-template-columns: minmax(0, .88fr) minmax(440px, 1.12fr);
  gap: 0;
}
.layout-city-lake-personal .hero-copy {
  position: relative;
  z-index: 2;
  margin-right: -54px;
  padding: clamp(30px, 4vw, 50px);
  border: 1px solid rgba(255, 255, 255, .84);
  border-radius: 28px 8px 28px 8px;
  background: rgba(255, 255, 255, .94);
  box-shadow: 0 25px 68px rgba(35, 74, 75, .15);
  backdrop-filter: blur(8px);
}
.layout-city-lake-personal .lead {
  max-width: 600px;
  color: #586d6d;
  font-size: clamp(1rem, 1.18vw, 1.13rem);
  line-height: 1.62;
}
.layout-city-lake-personal .hero-media {
  min-width: 0;
  margin: 0;
}
.layout-city-lake-personal .hero-media .image-frame {
  height: clamp(440px, 43vw, 565px);
  border: 6px solid rgba(255, 255, 255, .9);
  border-radius: 8px 34px 8px 34px;
  box-shadow: 0 28px 72px rgba(35, 74, 75, .18);
}
.layout-city-lake-personal .hero-media .symbol-label {
  top: 15px;
  right: 15px;
  bottom: auto;
  border-radius: 8px;
  color: #234a4b;
}
.layout-city-lake-personal .hero-media figcaption {
  margin: 12px 0 0 65px;
  color: #536969;
  font-size: .79rem;
}
.layout-city-lake-personal .section { padding-block: clamp(66px, 7.2vw, 94px); }
.layout-city-lake-personal .section--paths { background: #fff; }
.layout-city-lake-personal .section--paths .section-heading {
  max-width: 750px;
  margin-inline: 0;
  text-align: left;
}
.layout-city-lake-personal .path-list {
  align-items: stretch;
  gap: 18px;
  margin-top: 38px;
}
.layout-city-lake-personal .path-card,
.layout-city-lake-personal .path-card:nth-child(1),
.layout-city-lake-personal .path-card:nth-child(2) {
  min-height: 292px;
  margin-top: 0;
  overflow: hidden;
  padding: 28px;
  border: 1px solid #d8e3e0;
  border-radius: 22px 7px 22px 7px;
  background: linear-gradient(158deg, #fff 62%, #f4f8f6);
  box-shadow: 0 12px 34px rgba(35, 74, 75, .07);
  color: var(--ink);
  transform: none;
}
.layout-city-lake-personal .path-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 5px;
  background: #2f7475;
}
.layout-city-lake-personal .path-card--mitarbeiter::before { background: #c8755b; }
.layout-city-lake-personal .path-card:hover {
  border-color: #92b8b2;
  background: #fff;
  box-shadow: 0 17px 42px rgba(35, 74, 75, .11);
  transform: none;
}
.layout-city-lake-personal .path-index {
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #e2f0ec;
  color: #234a4b;
  font-size: .84rem;
  font-weight: 850;
}
.layout-city-lake-personal .path-label { margin: 18px 0 8px; }
.layout-city-lake-personal .path-card h3 { font-size: 1.34rem; }
.layout-city-lake-personal .path-card p { font-size: .96rem; line-height: 1.56; }
.layout-city-lake-personal .path-cta { padding-top: 17px; }

.layout-city-lake-personal .section--views {
  overflow: hidden;
  background:
    radial-gradient(circle at 88% 16%, rgba(47, 116, 117, .11), transparent 28%),
    linear-gradient(145deg, #f9f5ed, #edf5f2);
}
.layout-city-lake-personal .views-layout {
  display: grid;
  grid-template-columns: minmax(270px, .68fr) minmax(0, 1.32fr);
  align-items: start;
  gap: clamp(40px, 6vw, 82px);
}
.layout-city-lake-personal .section--views .section-heading {
  position: sticky;
  top: 145px;
  max-width: 440px;
  padding: clamp(26px, 3vw, 36px);
  border: 1px solid rgba(47, 116, 117, .16);
  border-left: 5px solid #c8755b;
  border-radius: 22px 7px 22px 7px;
  background: rgba(255, 255, 255, .86);
  box-shadow: 0 18px 48px rgba(35, 74, 75, .1);
  backdrop-filter: blur(10px);
}
.layout-city-lake-personal .section--views .section-heading > p {
  margin-bottom: 0;
  color: #5b6d6c;
  line-height: 1.7;
}
.layout-city-lake-personal .views-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  grid-template-rows: auto;
  align-items: start;
  min-height: 590px;
}
.layout-city-lake-personal .view-image { min-width: 0; margin: 0; }
.layout-city-lake-personal .view-image--1 {
  grid-column: 1 / 10;
  grid-row: 1;
  z-index: 1;
}
.layout-city-lake-personal .view-image-frame {
  position: relative;
  aspect-ratio: 1.9 / 1;
  overflow: hidden;
  border: 5px solid rgba(255, 255, 255, .9);
  border-radius: 8px 30px 8px 30px;
  background: #e2f0ec;
  box-shadow: 0 22px 54px rgba(35, 74, 75, .15);
}
.layout-city-lake-personal .view-image--2 {
  grid-column: 8 / 13;
  grid-row: 1;
  z-index: 2;
  margin-top: clamp(180px, 18vw, 238px);
}
.layout-city-lake-personal .view-image--2 .view-image-frame {
  aspect-ratio: .79 / 1;
  border-radius: 28px 8px 28px 8px;
}
.layout-city-lake-personal .view-image img { width: 100%; height: 100%; object-fit: cover; }
.layout-city-lake-personal .view-image .symbol-label {
  border-radius: 8px;
  color: #234a4b;
}
.layout-city-lake-personal .view-image figcaption {
  width: fit-content;
  max-width: calc(100% - 12px);
  margin: -13px 10px 0;
  position: relative;
  z-index: 3;
  padding: 9px 12px;
  border-radius: 9px;
  background: rgba(255, 255, 255, .94);
  color: #405958;
  font-size: .79rem;
  line-height: 1.45;
  box-shadow: 0 8px 22px rgba(35, 74, 75, .09);
}
.layout-city-lake-personal .section--process {
  background: #fff;
  color: #203b3c;
}
.layout-city-lake-personal .section--process .kicker { color: #2f7475; }
.layout-city-lake-personal .process-layout {
  padding: clamp(30px, 5vw, 54px);
  border: 1px solid #cfe0db;
  border-radius: 30px 8px 30px 8px;
  background: #e7f2ef;
}
.layout-city-lake-personal .process-list li { border-color: rgba(35, 74, 75, .18); }
.layout-city-lake-personal .process-list li:first-child { border-top-color: rgba(35, 74, 75, .18); }
.layout-city-lake-personal .process-list p { color: #566a69; }
.layout-city-lake-personal .process-number {
  border: 0;
  border-radius: 50%;
  background: #c8755b;
  color: #fff;
}
.layout-city-lake-personal .fee-strip { background: #efe4d6; }
.layout-city-lake-personal .fee-grid > p { color: #526665; }
.layout-city-lake-personal :is(.formbox, .contact-person, .credit-card) { border-radius: 22px 7px 22px 7px; }
.layout-city-lake-personal :is(.choice, .fields input, .fields textarea, .personal, .form-status, .contact-promise) { border-radius: 9px; }
.layout-city-lake-personal .choice:has(input:checked) {
  border-color: #2f7475;
  background: #e2f0ec;
}
.layout-city-lake-personal .choice input,
.layout-city-lake-personal .consent input { accent-color: #2f7475; }
.layout-city-lake-personal .fields input:focus,
.layout-city-lake-personal .fields textarea:focus {
  border-color: #2f7475;
  outline-color: rgba(200, 117, 91, .24);
}
.layout-city-lake-personal .personal summary,
.layout-city-lake-personal .consent a,
.layout-city-lake-personal .credit-card a { color: #234a4b; }
.layout-city-lake-personal .contact-person {
  background: linear-gradient(150deg, #234a4b, #183b3c);
}
.layout-city-lake-personal .contact-person .contact-kicker,
.layout-city-lake-personal .contact-link span { color: #cce4df; }
.layout-city-lake-personal .section--faq { background: #f7f2e9; }
.layout-city-lake-personal .site-footer { background: #183b3c; }

@media (min-width: 821px) and (max-width: 1000px) {
  .layout-city-lake-personal .nav-toggle { display: inline-flex; }
  .layout-city-lake-personal .nav {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    display: none;
    padding: 18px 20px 24px;
    background: #fff;
    border-bottom: 1px solid var(--line);
    box-shadow: 0 18px 24px rgba(35, 74, 75, .12);
  }
  .layout-city-lake-personal .nav.is-open { display: grid; gap: 7px; }
  .layout-city-lake-personal .nav > a:not(.cta):not(.nav-phone) { display: block; }
  .layout-city-lake-personal .nav a { padding: 8px 0; }
  .layout-city-lake-personal .nav .cta { margin-top: 8px; }
  .layout-city-lake-personal .hero-grid { grid-template-columns: minmax(0, .92fr) minmax(390px, 1.08fr); }
  .layout-city-lake-personal .hero-copy { margin-right: -38px; padding: 30px; }
  .layout-city-lake-personal .views-layout { grid-template-columns: 1fr; gap: 34px; }
  .layout-city-lake-personal .section--views .section-heading { position: static; max-width: 700px; }
  .layout-city-lake-personal .views-grid { min-height: 560px; }
}

@media (max-width: 820px) {
  .layout-city-lake-personal .hero { padding: 46px 0 60px; }
  .layout-city-lake-personal .hero-grid { display: flex; flex-direction: column; gap: 24px; }
  .layout-city-lake-personal .hero-copy {
    order: 2;
    margin: -52px 14px 0;
    padding: clamp(25px, 6vw, 38px);
    border-radius: 22px 7px 22px 7px;
  }
  .layout-city-lake-personal .hero-media { order: 1; }
  .layout-city-lake-personal .hero-media .image-frame {
    height: clamp(300px, 69vw, 450px);
    border-width: 5px;
    border-radius: 7px 24px 7px 24px;
  }
  .layout-city-lake-personal .hero-media figcaption { margin-left: 4px; }
  .layout-city-lake-personal .path-list { grid-template-columns: 1fr; }
  .layout-city-lake-personal .path-card,
  .layout-city-lake-personal .path-card:nth-child(n) { min-height: 0; margin-top: 0; }
  .layout-city-lake-personal .views-layout { grid-template-columns: 1fr; gap: 30px; }
  .layout-city-lake-personal .section--views .section-heading { position: static; max-width: 680px; }
  .layout-city-lake-personal .views-grid { grid-template-columns: 1fr; gap: 28px; min-height: 0; }
  .layout-city-lake-personal .view-image--1,
  .layout-city-lake-personal .view-image--2 { grid-column: 1; grid-row: auto; }
  .layout-city-lake-personal .view-image--2 { width: min(78%, 470px); margin-top: 0; justify-self: end; }
  .layout-city-lake-personal .view-image-frame { aspect-ratio: 2 / 1; }
  .layout-city-lake-personal .view-image--2 .view-image-frame { aspect-ratio: 4 / 5; max-height: 520px; }
}

@media (max-width: 520px) {
  .layout-city-lake-personal h1 { font-size: clamp(2.05rem, 9.9vw, 2.55rem); }
  .layout-city-lake-personal h2 { font-size: clamp(1.7rem, 8.1vw, 2.12rem); }
  .layout-city-lake-personal .hero { padding: 36px 0 52px; }
  .layout-city-lake-personal .hero-media .image-frame { height: 270px; border-radius: 7px 18px 7px 18px; }
  .layout-city-lake-personal .hero-copy { margin: -44px 10px 0; padding: 25px 20px 29px; }
  .layout-city-lake-personal .hero-actions .btn { width: 100%; }
  .layout-city-lake-personal .section { padding-block: 56px; }
  .layout-city-lake-personal .path-list { margin-top: 28px; }
  .layout-city-lake-personal .path-card { padding: 23px 21px; border-radius: 18px 6px 18px 6px; }
  .layout-city-lake-personal .section--views .section-heading { padding: 23px 20px; border-radius: 18px 6px 18px 6px; }
  .layout-city-lake-personal .view-image-frame { min-height: 190px; border-radius: 7px 20px 7px 20px; }
  .layout-city-lake-personal .view-image--2 { width: 88%; }
  .layout-city-lake-personal .view-image--2 .view-image-frame { min-height: 330px; }
  .layout-city-lake-personal .process-layout { padding: 26px 20px; border-radius: 24px 6px 24px 6px; }
  .layout-city-lake-personal .fee-strip { padding-block: 48px; }
  .layout-city-lake-personal .contact-section { padding-block: 62px; }
}
