.t2 {
  --t2-bg: #f7f7f4;
  --t2-ink: #171717;
  --t2-muted: #65645f;
  --t2-line: #deded8;
  --t2-accent: #a94d45;
  --t2-surface: #ffffff;
  --t2-ui: "Manrope", "Inter", system-ui, sans-serif;
  background: var(--t2-bg);
  color: var(--t2-ink);
  font-family: var(--t2-ui);
  min-height: 100vh;
}

.t2 a { color: inherit; }
.t2-wrap { max-width: 1180px; margin: 0 auto; padding: 0 28px; }
.t2-nav {
  position: sticky;
  top: 0;
  z-index: 30;
  border-bottom: 1px solid var(--t2-line);
  background: rgba(247, 247, 244, 0.88);
  backdrop-filter: blur(16px);
}
.t2-nav-inner {
  height: 74px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.t2-logo { font-weight: 800; letter-spacing: 0.14em; font-size: 13px; text-transform: uppercase; }
.t2-logo-img { display: block; height: 32px; width: auto; max-width: 200px; object-fit: contain; }
.t2-links { display: flex; gap: 18px; color: var(--t2-muted); font-size: 13px; }
.t2-button {
  border: 1px solid var(--t2-ink);
  background: var(--t2-ink);
  color: #fff;
  border-radius: 8px;
  padding: 10px 15px;
  font-weight: 700;
  font-size: 13px;
}
.t2-hero {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 48px;
  align-items: center;
  padding: 76px 0 84px;
}
.t2-kicker {
  color: var(--t2-accent);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.t2 h1 {
  font-size: clamp(44px, 7vw, 86px);
  line-height: 0.95;
  margin: 16px 0 20px;
  letter-spacing: 0;
}
.t2 h2 {
  font-size: clamp(30px, 4vw, 48px);
  line-height: 1.05;
  margin: 10px 0 28px;
  letter-spacing: 0;
}
.t2 p { color: var(--t2-muted); line-height: 1.7; }
.t2-visual {
  min-height: 520px;
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(169, 77, 69, 0.14), transparent 45%),
    repeating-linear-gradient(-45deg, #eeeae4, #eeeae4 10px, #e2ded6 10px, #e2ded6 11px);
  border: 1px solid var(--t2-line);
  position: relative;
  overflow: hidden;
}
.t2-visual img { width: 100%; height: 100%; object-fit: cover; position: absolute; inset: 0; }
.t2-visual span {
  position: absolute;
  left: 18px;
  bottom: 18px;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 999px;
  padding: 6px 12px;
  font-size: 11px;
  color: var(--t2-muted);
}
.t2-band { border-top: 1px solid var(--t2-line); padding: 72px 0; }
.t2-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.t2-card {
  background: var(--t2-surface);
  border: 1px solid var(--t2-line);
  border-radius: 8px;
  padding: 22px;
}
/* Dezentes Leistungsbild: randloser Banner am Kartenkopf; nur bei gepflegtem Bild. */
.t2-card.has-img { padding-top: 0; overflow: hidden; }
.t2-card-img { margin: 0 -22px 16px; height: 150px; overflow: hidden; }
.t2-card-img img { width: 100%; height: 100%; object-fit: cover; display: block; }
.t2-card h3 { margin: 0 0 8px; font-size: 18px; }
.t2-meta { color: var(--t2-muted); font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.08em; }
.t2-two { display: grid; grid-template-columns: 0.85fr 1.15fr; gap: 42px; align-items: start; }
.t2-list { display: grid; gap: 12px; }
.t2-footer { background: var(--t2-ink); color: #fff; padding: 44px 0; }
.t2-footer p { color: #cfcfca; }

/* Kontaktformular */
.t2-form { display: grid; gap: 12px; margin-top: 24px; max-width: 620px; }
.t2-form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.t2-field { display: flex; flex-direction: column; gap: 6px; }
.t2-field label { font-size: 12px; font-weight: 700; color: var(--t2-muted); }
.t2-input, .t2-textarea, .t2-select {
  width: 100%; background: var(--t2-surface); border: 1px solid var(--t2-line);
  border-radius: 8px; padding: 11px 13px; font: inherit; color: var(--t2-ink); min-height: 44px;
}
.t2-input:focus, .t2-textarea:focus, .t2-select:focus { outline: none; border-color: var(--t2-ink); }
.t2-textarea { resize: vertical; min-height: 110px; }
.t2-consent { display: flex; gap: 10px; align-items: flex-start; font-size: 13px; color: var(--t2-muted); }

/* Newsletter-Band (nur sichtbar bei aktivem Kommunikationsmodul + Newsletter-Schalter) */
.t2-newsletter { background: var(--t2-surface); }
.t2-nl-form { align-self: center; }
.t2-nl-input {
  background: var(--t2-bg); border: 1px solid var(--t2-line); border-radius: 8px;
  padding: 11px 13px; font: inherit; color: var(--t2-ink); min-height: 44px;
}
.t2-nl-input:focus { outline: none; border-color: var(--t2-ink); }
.t2-consent input { margin-top: 3px; width: 16px; height: 16px; }
.t2-form-status { font-size: 13.5px; }
.t2-form-status.ok { color: var(--t2-ink); }
.t2-form-status.err { color: var(--t2-accent); }
.t2-field-err { color: var(--t2-accent); font-size: 12px; }

@media (max-width: 880px) {
  .t2-form-row { grid-template-columns: 1fr; }
}

.t2-burger { display: none; flex-direction: column; gap: 5px; width: 34px; padding: 8px 4px;
  background: none; border: 0; cursor: pointer; }
.t2-burger span { height: 2px; background: var(--t2-ink); transition: transform .3s ease, opacity .2s ease; }
.t2-burger.is-open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.t2-burger.is-open span:nth-child(2) { opacity: 0; }
.t2-burger.is-open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
.t2-mobilenav { display: none; }

@media (max-width: 880px) {
  .t2-links { display: none; }
  .t2-burger { display: flex; }
  .t2-nav-inner { flex-wrap: wrap; }
  .t2-mobilenav { display: none; width: 100%; flex-direction: column; gap: 2px; padding: 6px 0 2px; }
  .t2-mobilenav.is-open { display: flex; }
  .t2-mobilenav a { padding: 12px 2px; border-bottom: 1px solid var(--t2-line, #e6e6e6);
    color: inherit; text-decoration: none; }
  .t2-hero,
  .t2-two,
  .t2-grid {
    grid-template-columns: 1fr;
  }
  .t2-hero { padding-top: 48px; }
  .t2-visual { min-height: 340px; }
}

/* Rechts-Unterseiten (Impressum/Datenschutz/AGB) im Template-Two-Stil */
.t2-legal-page { padding: 72px 0 96px; min-height: 50vh; }
.t2-legal-page h1 { font-size: clamp(30px, 5vw, 46px); margin: 10px 0 26px; }
.t2-legal-content { white-space: pre-line; line-height: 1.75; font-size: 16px; color: var(--t2-muted); max-width: 760px; }

/* ── Leistungs-Kategorie-Filter (modern, Template Two) ── */
.t2-cat-filter {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 6px 0 28px;
}
.t2-chip {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 9px 16px;
  border-radius: 4px;
  border: 1px solid var(--t2-line);
  background: var(--t2-surface);
  color: var(--t2-muted);
  font-size: 13px;
  letter-spacing: 0.02em;
  cursor: pointer;
  transition: background 0.18s ease, color 0.18s ease, border-color 0.18s ease;
}
.t2-chip:hover { border-color: var(--t2-accent); color: var(--t2-ink); }
.t2-chip.active { background: var(--t2-ink); color: var(--t2-surface); border-color: var(--t2-ink); }
.t2-chip-count { font-size: 11px; font-variant-numeric: tabular-nums; opacity: 0.55; }
@media (max-width: 720px) {
  .t2-cat-filter { flex-wrap: nowrap; overflow-x: auto; -webkit-overflow-scrolling: touch; }
  .t2-chip { flex: 0 0 auto; }
}
