@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@400;600;700;800;900&family=Inter:wght@300;400;500;600&display=swap');
.lw-site *, .lw-site *::before, .lw-site *::after {
  box-sizing: border-box; margin: 0; padding: 0;
}
/* ── CI FARBEN ─────────────────────────────────────── */
.lw-site {
  --g: #111827;   /* Dark Graphite */
      --s: #4B5563;   /* Medium Steel Grey */
      --c: #E5E7EB;   /* Light Concrete */
      --a: #9CA3AF;   /* Cool Grey Accent */
      --w: #FFFFFF;
      --fh: "Barlow Condensed", sans-serif;
      --fb: "Inter", sans-serif;
}
.lw-site {
  scroll-behavior: smooth;
}
.lw-site {
  background: var(--w); color: var(--g); font-family: var(--fb); font-size: 16px; line-height: 1.6; -webkit-font-smoothing: antialiased;
}
/* ── NAV ───────────────────────────────────────────── */
.lw-site nav {
  position: sticky; top: 0; z-index: 200;
      height: 68px; display: flex; align-items: center; justify-content: space-between;
      padding: 0 56px;
      background: rgba(255,255,255,0.97); backdrop-filter: blur(10px);
      border-bottom: 1px solid var(--c);
}
.lw-site .logo {
  display: flex; align-items: center; gap: 14px; text-decoration: none;
}
.lw-site .logo-wm {
  font-family: var(--fh); font-size: 17px; font-weight: 800;
      letter-spacing: 0.28em; text-transform: uppercase; color: var(--g);
}
.lw-site .nav-links {
  display: flex; gap: 32px; list-style: none;
}
.lw-site .nav-links a {
  font-family: var(--fh); font-size: 13px; font-weight: 600;
      letter-spacing: 0.16em; text-transform: uppercase;
      color: var(--s); text-decoration: none; transition: color .2s;
}
.lw-site .nav-links a:hover {
  color: var(--g);
}
.lw-site .btn {
  font-family: var(--fh); font-size: 12px; font-weight: 700;
      letter-spacing: 0.2em; text-transform: uppercase;
      text-decoration: none; border: none; cursor: pointer; display: inline-flex; align-items: center;
}
.lw-site .btn-dark {
  background: var(--g); color: var(--w); padding: 12px 26px; transition: background .2s;
}
.lw-site .btn-dark:hover {
  background: var(--s);
}
.lw-site .btn-outline {
  background: transparent; color: var(--g); border: 1.5px solid var(--g); padding: 11px 26px; transition: background .2s, color .2s;
}
.lw-site .btn-outline:hover {
  background: var(--g); color: var(--w);
}
.lw-site .btn-ghost {
  font-family: var(--fh); font-size: 12px; font-weight: 700;
      letter-spacing: 0.2em; text-transform: uppercase;
      color: var(--s); text-decoration: none; display: inline-flex; align-items: center; gap: 8px;
      transition: color .2s;
}
.lw-site .btn-ghost:hover {
  color: var(--g);
}
/* ── HELPERS ───────────────────────────────────────── */
.lw-site .tag {
  display: inline-flex; align-items: center; gap: 10px;
      font-family: var(--fh); font-size: 11px; font-weight: 700;
      letter-spacing: 0.3em; text-transform: uppercase; color: var(--s);
      margin-bottom: 14px;
}
.lw-site .tag::before {
  content: ""; width: 18px; height: 1px; background: var(--s);
}
.lw-site .tag-light {
  color: var(--a);
}
.lw-site .tag-light::before {
  background: var(--a);
}
.lw-site h2 {
  font-family: var(--fh); font-weight: 900; text-transform: uppercase;
      line-height: 0.92; letter-spacing: -0.01em; color: var(--g);
}
.lw-site h2.light {
  color: var(--w);
}
.lw-site h2 .dim {
  color: var(--s);
}
.lw-site .section {
  padding: 96px 56px;
}
.lw-site .bg-w {
  background: var(--w);
}
.lw-site .bg-c {
  background: var(--c);
}
.lw-site .bg-g {
  background: var(--g);
}
/* ── HERO ──────────────────────────────────────────── */
.lw-site .hero {
  min-height: calc(100vh - 68px); padding: 80px 56px;
      display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center;
      background: var(--w); position: relative; overflow: hidden;
}
/* Technical grid overlay */
.lw-site .hero::before {
  content: ""; position: absolute; inset: 0;
      background-image: linear-gradient(var(--c) 1px, transparent 1px),
                        linear-gradient(90deg, var(--c) 1px, transparent 1px);
      background-size: 48px 48px; opacity: 0.55; pointer-events: none;
}
.lw-site .hero-text {
  position: relative; z-index: 1;
}
.lw-site .hero h1 {
  font-family: var(--fh); font-size: clamp(54px, 6.5vw, 92px);
      font-weight: 900; line-height: 0.88; text-transform: uppercase;
      letter-spacing: -0.01em; color: var(--g); margin-bottom: 24px;
}
.lw-site .hero h1 span {
  color: var(--s);
}
.lw-site .hero-sub {
  font-size: 15px; line-height: 1.75; color: var(--s);
      max-width: 440px; margin-bottom: 40px;
}
.lw-site .hero-actions {
  display: flex; gap: 16px; flex-wrap: wrap; align-items: center;
}
/* Hero right — photo placeholder with technical framing */
.lw-site .hero-img {
  position: relative; z-index: 1;
      aspect-ratio: 4/3;
      background: var(--c);
      border: 1px solid var(--a);
      overflow: hidden;
      display: flex; align-items: center; justify-content: center;
}
.lw-site .hero-img-inner {
  width: 100%; height: 100%;
      display: flex; align-items: center; justify-content: center;
      flex-direction: column; gap: 12px;
      color: var(--a);
}
/* Construction lines decorating the photo frame */
.lw-site .hero-img::before {
  content: "";
      position: absolute; top: 16px; left: 16px; right: 16px; bottom: 16px;
      border: 1px dashed var(--a); opacity: 0.4; pointer-events: none; z-index: 2;
}
.lw-site .hero-img-label {
  font-family: var(--fh); font-size: 11px; font-weight: 600;
      letter-spacing: 0.24em; text-transform: uppercase; color: var(--a);
}
/* Corner marks */
.lw-site .corner {
  position: absolute; width: 14px; height: 14px; font-size: 0; line-height: 0; overflow: hidden;
}
.lw-site .corner-tl {
  top: 6px; left: 6px; border-top: 2px solid var(--s); border-left: 2px solid var(--s);
}
.lw-site .corner-tr {
  top: 6px; right: 6px; border-top: 2px solid var(--s); border-right: 2px solid var(--s);
}
.lw-site .corner-bl {
  bottom: 6px; left: 6px; border-bottom: 2px solid var(--s); border-left: 2px solid var(--s);
}
.lw-site .corner-br {
  bottom: 6px; right: 6px; border-bottom: 2px solid var(--s); border-right: 2px solid var(--s);
}
/* ── TICKER ────────────────────────────────────────── */
.lw-site .ticker {
  background: var(--g); overflow: hidden; white-space: nowrap; padding: 13px 0;
}
.lw-site .ticker-inner {
  display: inline-block; animation: tick 32s linear infinite;
}
.lw-site .ticker span {
  font-family: var(--fh); font-size: 12px; font-weight: 600;
      letter-spacing: 0.26em; text-transform: uppercase; color: var(--a); margin-right: 52px;
}
.lw-site .ticker span::before {
  content: "— "; color: var(--s);
}
@keyframes tick { 0%{transform:translateX(0)} 100%{transform:translateX(-50%)} }
/* ── INTRO ─────────────────────────────────────────── */
.lw-site .intro-grid {
  display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: start;
}
.lw-site .intro-text h2 {
  font-size: clamp(36px, 4vw, 58px); margin-bottom: 24px;
}
.lw-site .intro-text p {
  font-size: 15px; color: var(--s); line-height: 1.85; margin-bottom: 14px;
}
.lw-site .intro-text p strong {
  color: var(--g); font-weight: 600;
}
.lw-site .intro-aside {
  border-left: 2px solid var(--c); padding-left: 36px; margin-top: 8px;
}
.lw-site .intro-aside .aside-head {
  font-family: var(--fh); font-size: 13px; font-weight: 700;
      letter-spacing: 0.18em; text-transform: uppercase; color: var(--g);
      margin-bottom: 14px;
}
.lw-site .intro-aside ul {
  list-style: none; display: flex; flex-direction: column; gap: 10px;
}
.lw-site .intro-aside li {
  font-size: 13px; color: var(--s); padding-left: 16px; position: relative; line-height: 1.5;
}
.lw-site .intro-aside li::before {
  content: "—"; position: absolute; left: 0; color: var(--a);
}
/* ── ZIELGRUPPEN ───────────────────────────────────── */
.lw-site .ziel-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--a);
}
.lw-site .ziel-card {
  background: var(--w); padding: 44px 36px;
      display: flex; flex-direction: column; gap: 16px;
      transition: background .2s;
}
.lw-site .ziel-card:hover {
  background: var(--c);
}
.lw-site .ziel-num {
  font-family: var(--fh); font-size: 11px; font-weight: 700;
      letter-spacing: 0.22em; color: var(--a);
}
.lw-site .ziel-icon {
  color: var(--s); margin: 4px 0;
}
.lw-site .ziel-head {
  font-family: var(--fh); font-size: 24px; font-weight: 800;
      text-transform: uppercase; color: var(--g); line-height: 1.05;
}
.lw-site .ziel-text {
  font-size: 13px; color: var(--s); line-height: 1.75;
}
.lw-site .ziel-list {
  list-style: none; display: flex; flex-direction: column; gap: 8px; margin-top: 4px;
}
.lw-site .ziel-list li {
  font-size: 12px; color: var(--s); padding-left: 14px; position: relative; line-height: 1.5;
}
.lw-site .ziel-list li::before {
  content: "·"; position: absolute; left: 0; color: var(--g); font-weight: 900;
}
.lw-site .ziel-cta {
  margin-top: auto; padding-top: 8px;
}
/* ── STÄRKE / KONSTRUKTION ─────────────────────────── */
.lw-site .staerke-grid {
  display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: start;
}
.lw-site .staerke-text h2 {
  font-size: clamp(34px, 4vw, 56px); margin-bottom: 24px;
}
.lw-site .staerke-text p {
  font-size: 14px; color: var(--s); line-height: 1.85; margin-bottom: 16px;
}
.lw-site .staerke-list {
  list-style: none; display: flex; flex-direction: column; gap: 12px; margin-top: 8px;
}
.lw-site .staerke-list li {
  font-size: 13px; color: var(--s); padding-left: 20px; position: relative; line-height: 1.55;
}
.lw-site .staerke-list li::before {
  content: "—"; position: absolute; left: 0; color: var(--g); font-weight: 700;
}
/* Process steps (right column) */
.lw-site .prozess-steps {
  display: flex; flex-direction: column; gap: 0;
}
.lw-site .p-step {
  display: flex; align-items: flex-start; gap: 20px;
      padding: 20px 0; border-bottom: 1px solid var(--c);
}
.lw-site .p-step:last-child {
  border-bottom: none;
}
.lw-site .p-num {
  font-family: var(--fh); font-size: 32px; font-weight: 900;
      color: var(--c); line-height: 1; flex-shrink: 0; width: 44px;
}
.lw-site .p-body {
  
}
.lw-site .p-title {
  font-family: var(--fh); font-size: 17px; font-weight: 800;
      text-transform: uppercase; letter-spacing: 0.06em; color: var(--g);
      margin-bottom: 4px;
}
.lw-site .p-text {
  font-size: 13px; color: var(--s); line-height: 1.6;
}
/* ── REFERENZEN ────────────────────────────────────── */
.lw-site .ref-header {
  display: flex; justify-content: space-between; align-items: flex-end; margin-bottom: 48px;
}
.lw-site .ref-header h2 {
  font-size: clamp(34px, 4vw, 58px);
}
.lw-site .ref-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--a);
}
.lw-site .ref-card {
  background: var(--w); padding: 36px 28px; display: flex; flex-direction: column; gap: 10px;
}
.lw-site .ref-type {
  font-family: var(--fh); font-size: 10px; font-weight: 700;
      letter-spacing: 0.26em; text-transform: uppercase; color: var(--a);
}
.lw-site .ref-title {
  font-family: var(--fh); font-size: 20px; font-weight: 800;
      text-transform: uppercase; color: var(--g); line-height: 1.1;
}
.lw-site .ref-meta {
  font-size: 12px; color: var(--s); font-weight: 500;
}
.lw-site .ref-text {
  font-size: 13px; color: var(--s); line-height: 1.7; margin-top: 4px;
}
.lw-site .ref-img {
  width: 100%; aspect-ratio: 16/7; background: var(--c);
      display: flex; align-items: center; justify-content: center;
      margin-bottom: 4px; position: relative; overflow: hidden;
}
.lw-site .ref-img-label {
  font-family: var(--fh); font-size: 9px; font-weight: 600;
      letter-spacing: 0.2em; text-transform: uppercase; color: var(--a);
}
/* ── ÜBER ──────────────────────────────────────────── */
.lw-site .ueber-grid {
  display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center;
}
.lw-site .ueber-text h2 {
  font-size: clamp(34px, 4vw, 58px); color: var(--w); margin-bottom: 24px;
}
.lw-site .ueber-text p {
  font-size: 14px; color: var(--a); line-height: 1.85; margin-bottom: 14px;
}
.lw-site .ueber-text p strong {
  color: var(--w); font-weight: 600;
}
.lw-site .ueber-highlight {
  border-left: 2px solid var(--s); padding: 16px 0 16px 24px; margin-top: 24px;
}
.lw-site .ueber-highlight p {
  font-size: 15px; font-style: italic; color: var(--c); line-height: 1.7; margin: 0;
}
.lw-site .ueber-visual {
  aspect-ratio: 1; background: #1F2937;
      border: 1px solid #374151;
      display: flex; align-items: center; justify-content: center;
      position: relative; overflow: hidden;
}
.lw-site .ueber-visual svg {
  width: 80%; opacity: 0.2;
}
.lw-site .ueber-badge {
  position: absolute; bottom: 0; left: 0;
      background: var(--w); padding: 18px 22px;
}
.lw-site .ueber-badge-n {
  font-family: var(--fh); font-size: 11px; font-weight: 800;
      letter-spacing: 0.12em; text-transform: uppercase; color: var(--g); line-height: 1.6;
}
.lw-site .ueber-badge-l {
  font-size: 10px; color: var(--s); letter-spacing: 0.1em; text-transform: uppercase;
      margin-top: 4px;
}
/* ── KONTAKT ───────────────────────────────────────── */
.lw-site .kontakt-grid {
  display: grid; grid-template-columns: 1fr 1fr; gap: 80px;
}
.lw-site .kontakt-left h2 {
  font-size: clamp(34px, 4vw, 58px); color: var(--w); margin-bottom: 18px;
}
.lw-site .kontakt-left > p {
  font-size: 14px; color: var(--a); line-height: 1.8; margin-bottom: 40px;
}
.lw-site .contact-items {
  display: flex; flex-direction: column; gap: 18px;
}
.lw-site .contact-item {
  display: flex; gap: 14px; align-items: flex-start;
}
.lw-site .contact-icon {
  color: var(--a); flex-shrink: 0; margin-top: 2px;
}
.lw-site .contact-label {
  font-family: var(--fh); font-size: 10px; font-weight: 700;
      letter-spacing: 0.24em; text-transform: uppercase; color: var(--s); margin-bottom: 3px;
}
.lw-site .contact-value {
  font-size: 14px; color: var(--w);
}
.lw-site .contact-value a {
  color: var(--w); text-decoration: none;
}
.lw-site .contact-value a:hover {
  color: var(--a);
}
/* Form */
.lw-site .form {
  display: flex; flex-direction: column; gap: 12px;
}
.lw-site .form-row {
  display: grid; grid-template-columns: 1fr 1fr; gap: 12px;
}
.lw-site .form-group {
  display: flex; flex-direction: column; gap: 5px;
}
.lw-site .form-group label {
  font-family: var(--fh); font-size: 10px; font-weight: 700;
      letter-spacing: 0.24em; text-transform: uppercase; color: var(--s);
}
.lw-site .form-group input, .lw-site .form-group select, .lw-site .form-group textarea {
  background: #1F2937; border: 1px solid #374151;
      color: var(--w); font-family: var(--fb); font-size: 13px;
      padding: 11px 13px; outline: none; transition: border-color .2s; resize: vertical;
}
.lw-site .form-group input::placeholder, .lw-site .form-group textarea::placeholder {
  color: #4B5563;
}
.lw-site .form-group input:focus, .lw-site .form-group select:focus, .lw-site .form-group textarea:focus {
  border-color: var(--a);
}
.lw-site .form-group select option {
  background: #1F2937;
}
.lw-site .form-submit {
  font-family: var(--fh); font-size: 12px; font-weight: 700;
      letter-spacing: 0.22em; text-transform: uppercase;
      color: var(--g); background: var(--w);
      border: none; padding: 16px 32px; cursor: pointer;
      transition: background .2s; align-self: flex-start; margin-top: 4px;
}
.lw-site .form-submit:hover {
  background: var(--c);
}
/* ── FOOTER ────────────────────────────────────────── */
.lw-site footer {
  background: var(--g); border-top: 1px solid #1F2937;
      padding: 28px 56px; display: flex; justify-content: space-between; align-items: center;
}
.lw-site .f-logo {
  display: flex; align-items: center; gap: 14px;
}
.lw-site .f-wm {
  font-family: var(--fh); font-size: 13px; font-weight: 700; letter-spacing: 0.26em; text-transform: uppercase; color: var(--a);
}
.lw-site .f-copy {
  font-size: 11px; color: var(--s);
}
.lw-site .f-links {
  display: flex; gap: 22px;
}
.lw-site .f-links a {
  font-family: var(--fh); font-size: 11px; font-weight: 600; letter-spacing: 0.18em; text-transform: uppercase; color: var(--s); text-decoration: none; transition: color .2s;
}
.lw-site .f-links a:hover {
  color: var(--w);
}
/* ── DIVIDER / SPACER ───────────────────────────────── */
.lw-site .line-h {
  width: 100%; height: 1px; background: var(--c);
}
.lw-site .lw-spacer {
  height: 96px; background: var(--c); font-size: 0; line-height: 0; overflow: hidden;
}
/* ── JIMDO-ANPASSUNGEN / BILDER / KONTAKT-CARD ───────── */
.lw-site .hero-img img, .lw-site .ref-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.lw-site .btn-outline-light {
  color: var(--w);
  border-color: var(--w);
}
.lw-site .btn-outline-light:hover {
  background: var(--w);
  color: var(--g);
}
.lw-site .contact-panel {
  background: #1F2937;
  border: 1px solid #374151;
  padding: 34px;
  display: flex;
  flex-direction: column;
  gap: 22px;
}
.lw-site .contact-panel-head {
  font-family: var(--fh);
  font-size: 16px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--w);
}
.lw-site .contact-panel p {
  color: var(--a);
  font-size: 14px;
  line-height: 1.8;
  margin: 0;
}
.lw-site .contact-facts {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1px;
  background: #374151;
  border: 1px solid #374151;
}
.lw-site .contact-facts div {
  background: #111827;
  padding: 18px 18px 16px;
}
.lw-site .contact-facts span {
  display: block;
  font-family: var(--fh);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.22em;
  color: var(--s);
  margin-bottom: 6px;
}
.lw-site .contact-facts strong {
  display: block;
  font-family: var(--fh);
  font-size: 17px;
  font-weight: 800;
  text-transform: uppercase;
  color: var(--w);
  margin-bottom: 4px;
}
.lw-site .contact-facts em {
  display: block;
  color: var(--a);
  font-size: 12px;
  line-height: 1.6;
  font-style: normal;
}
.lw-site .contact-actions {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
}
.lw-site .contact-mail {
  display: inline-flex;
  text-decoration: none;
  align-self: auto;
  margin-top: 0;
}
.lw-site .contact-note {
  font-size: 12px !important;
  color: var(--s) !important;
}
/* ── MOBILE / RESPONSIVE ──────────────────────────────── */
@media (max-width: 1100px) {
.lw-site .hero h1 {
  font-size: clamp(48px, 8vw, 78px);
}
.lw-site .nav-links {
  gap: 20px;
}
}
@media (max-width: 900px) {
.lw-site nav {
  height: auto;
    padding: 18px 24px;
    flex-direction: column;
    gap: 16px;
}
.lw-site .nav-links {
  flex-wrap: wrap;
    justify-content: center;
    gap: 16px;
}
.lw-site .hero, .lw-site .intro-grid, .lw-site .staerke-grid, .lw-site .ueber-grid, .lw-site .kontakt-grid {
  grid-template-columns: 1fr;
    padding-left: 24px;
    padding-right: 24px;
}
.lw-site .hero {
  min-height: auto;
    padding-top: 64px;
    padding-bottom: 64px;
}
.lw-site .ziel-grid, .lw-site .ref-grid {
  grid-template-columns: 1fr;
}
.lw-site .section {
  padding: 72px 24px;
}
.lw-site .ref-header {
  flex-direction: column;
    align-items: flex-start;
    gap: 18px;
}
.lw-site footer {
  flex-direction: column;
    gap: 18px;
    padding: 28px 24px;
    text-align: center;
}
.lw-site .f-links {
  justify-content: center;
    flex-wrap: wrap;
}
}
@media (max-width: 620px) {
.lw-site nav {
  align-items: flex-start;
}
.lw-site .logo svg {
  width: 68px;
    height: auto;
}
.lw-site .logo-wm {
  font-size: 14px;
    letter-spacing: 0.18em;
}
.lw-site .nav-links {
  display: none;
}
.lw-site .hero h1 {
  font-size: 46px;
}
.lw-site .hero-actions, .lw-site .contact-actions {
  align-items: stretch;
    flex-direction: column;
}
.lw-site .btn, .lw-site .btn-ghost, .lw-site .form-submit {
  justify-content: center;
    width: 100%;
    text-align: center;
}
.lw-site .form-row {
  grid-template-columns: 1fr;
}
.lw-site .ziel-card, .lw-site .ref-card, .lw-site .contact-panel {
  padding: 28px 22px;
}
}


/* ── JIMDO CREATOR PFLICHTBEREICHE ────────────────────── */
.lw-site .jimdo-nav {
  display: flex;
  align-items: center;
  gap: 32px;
}
.lw-site .jimdo-nav ul,
.lw-site .jimdo-footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.lw-site .jimdo-nav ul.mainNav1,
.lw-site .jimdo-nav ul.mainNav2,
.lw-site .jimdo-nav ul.mainNav3,
.lw-site .jimdo-nav ul {
  display: flex;
  align-items: center;
  gap: 32px;
  flex-wrap: wrap;
}
.lw-site .jimdo-nav li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.lw-site .jimdo-nav a,
.lw-site .jimdo-nav a:link,
.lw-site .jimdo-nav a:visited,
.lw-site .jimdo-nav a span {
  font-family: var(--fh);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--s);
  text-decoration: none;
  transition: color .2s;
}
.lw-site .jimdo-nav a:hover,
.lw-site .jimdo-nav a.current,
.lw-site .jimdo-nav a.current span,
.lw-site .jimdo-nav a.parent,
.lw-site .jimdo-nav a.parent span {
  color: var(--g);
  text-decoration: none;
}
.lw-site .jimdo-content {
  border-top: 1px solid var(--c);
  border-bottom: 1px solid var(--c);
}
.lw-site .jimdo-content-inner {
  max-width: 1120px;
  margin: 0 auto;
  color: var(--g);
}
.lw-site .jimdo-content-inner p,
.lw-site .jimdo-content-inner li {
  color: var(--s);
}
.lw-site .jimdo-content-inner a {
  color: var(--g);
}
.lw-site .jimdo-footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 22px;
  flex-wrap: wrap;
}
.lw-site .jimdo-footer ul {
  display: flex;
  gap: 22px;
  flex-wrap: wrap;
}
.lw-site .jimdo-footer li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.lw-site .jimdo-footer a,
.lw-site .jimdo-footer a:link,
.lw-site .jimdo-footer a:visited,
.lw-site .jimdo-footer a span {
  font-family: var(--fh);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--s);
  text-decoration: none;
  transition: color .2s;
}
.lw-site .jimdo-footer a:hover,
.lw-site .jimdo-footer a.current,
.lw-site .jimdo-footer a.current span {
  color: var(--w);
  text-decoration: none;
}
@media (max-width: 900px) {
  .lw-site .jimdo-nav ul.mainNav1,
  .lw-site .jimdo-nav ul.mainNav2,
  .lw-site .jimdo-nav ul.mainNav3,
  .lw-site .jimdo-nav ul {
    justify-content: center;
    gap: 16px;
  }
  .lw-site .jimdo-footer {
    justify-content: center;
  }
}
@media (max-width: 620px) {
  .lw-site .jimdo-nav {
    width: 100%;
  }
  .lw-site .jimdo-nav ul.mainNav1,
  .lw-site .jimdo-nav ul.mainNav2,
  .lw-site .jimdo-nav ul.mainNav3,
  .lw-site .jimdo-nav ul {
    display: flex;
    gap: 12px;
  }
  .lw-site .jimdo-nav a,
  .lw-site .jimdo-nav a:link,
  .lw-site .jimdo-nav a:visited,
  .lw-site .jimdo-nav a span {
    font-size: 12px;
    letter-spacing: 0.12em;
  }
}


/* Dekorative Hero-Ecken ohne leere HTML-Elemente */
.lw-site .hero-img::after {
  content: "";
  position: absolute;
  inset: 6px;
  pointer-events: none;
  background:
    linear-gradient(var(--s), var(--s)) top left / 14px 2px no-repeat,
    linear-gradient(var(--s), var(--s)) top left / 2px 14px no-repeat,
    linear-gradient(var(--s), var(--s)) top right / 14px 2px no-repeat,
    linear-gradient(var(--s), var(--s)) top right / 2px 14px no-repeat,
    linear-gradient(var(--s), var(--s)) bottom left / 14px 2px no-repeat,
    linear-gradient(var(--s), var(--s)) bottom left / 2px 14px no-repeat,
    linear-gradient(var(--s), var(--s)) bottom right / 14px 2px no-repeat,
    linear-gradient(var(--s), var(--s)) bottom right / 2px 14px no-repeat;
}

/* Jimdo Sidebar-Pflichtplatzhalter: neutral eingebunden, damit das Onepager-Design nicht verändert wird. */
.lw-site .jimdo-sidebar-placeholder {
  display: none;
}


/* ── MEHRSEITEN-STRUKTUR ───────────────────────────────
   Das eigene Layout enthält nur Header, Content, Sidebar und Footer.
   Die Startseite und Unterseiten werden über den Jimdo-Contentbereich befüllt. */
.lw-site .lw-main {
  min-height: 60vh;
  background: var(--w);
}

.lw-site .lw-nav-cta {
  white-space: nowrap;
}

/* Standard-Abstände für einfache Unterseiten, falls dort normale Jimdo-Elemente ohne eigene Sektionen genutzt werden. */
.lw-site .lw-main > .j-module,
.lw-site .lw-main > .j-text,
.lw-site .lw-main > .cc-m-hgrid-column,
.lw-site .lw-main > .cc-m-spacer {
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
}

/* ── HERO BILDSLIDER ─────────────────────────────────── */
.lw-site .hero-slider {
  position: relative;
  display: block;
  overflow: hidden;
  background: var(--c);
}

.lw-site .hero-slides {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.lw-site .hero-slide {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  animation: heroSliderFade 18s infinite;
  transform: scale(1.03);
}

.lw-site .hero-slide:nth-child(1) { animation-delay: 0s; }
.lw-site .hero-slide:nth-child(2) { animation-delay: 6s; }
.lw-site .hero-slide:nth-child(3) { animation-delay: 12s; }

.lw-site .hero-slider-caption {
  position: absolute;
  left: 22px;
  bottom: 22px;
  z-index: 4;
  background: rgba(17, 24, 39, 0.82);
  color: var(--w);
  padding: 10px 14px;
  font-family: var(--fh);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

@keyframes heroSliderFade {
  0% { opacity: 0; transform: scale(1.03); }
  5% { opacity: 1; }
  30% { opacity: 1; }
  38% { opacity: 0; transform: scale(1.08); }
  100% { opacity: 0; }
}

/* Unterseiten-Bausteine für spätere Seiten wie Einsatzboote, Industrie, Tourismus */
.lw-site .lw-subpage-hero {
  padding: 96px 56px 72px;
  background: var(--w);
  border-bottom: 1px solid var(--c);
}

.lw-site .lw-subpage-hero h1 {
  font-family: var(--fh);
  font-size: clamp(44px, 6vw, 82px);
  font-weight: 900;
  line-height: 0.9;
  text-transform: uppercase;
  letter-spacing: -0.01em;
  color: var(--g);
  margin: 0 0 22px;
  max-width: 920px;
}

.lw-site .lw-subpage-hero p {
  font-size: 16px;
  line-height: 1.8;
  color: var(--s);
  max-width: 680px;
}

.lw-site .lw-content-section {
  padding: 82px 56px;
  background: var(--w);
}

.lw-site .lw-content-section h2 {
  font-size: clamp(32px, 4vw, 56px);
  margin-bottom: 22px;
}

.lw-site .lw-content-section p,
.lw-site .lw-content-section li {
  color: var(--s);
  font-size: 15px;
  line-height: 1.85;
}

@media (max-width: 900px) {
  .lw-site .lw-subpage-hero,
  .lw-site .lw-content-section {
    padding-left: 24px;
    padding-right: 24px;
  }
}