:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-71510e7 *//* ── Reset ────────────────────────────────────────────────────── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
body {
  font-family: "Helvetica W01 Light", "Helvetica Neue", Helvetica, sans-serif;
  background: #FFFFFF; color: #605E5E;
  -webkit-font-smoothing: antialiased;
}
img { display: block; max-width: 100%; }
a { text-decoration: none; }

/* ── WW Farb-Tokens (identisch mit Deals-Seite) ───────────────
   Primär  #605E5E   Gold    #C9B691
   Border  #E8E4DE   Grau    #A0A09F
   Text    #797777   Weiß    #FFFFFF
   ─────────────────────────────────────────────────────────── */

/* ── Gemeinsame Typo-Klassen ──────────────────────────────────── */
.ww-label {
  font-family: "Helvetica W01 Light", "Helvetica Neue", Helvetica, sans-serif;
  font-size: 11px; letter-spacing: 2.5px;
  color: #A0A09F; text-transform: uppercase; display: block;
}
.ww-headline {
  font-family: "Helvetica W01 Light", "Helvetica Neue", Helvetica, sans-serif;
  font-size: clamp(26px, 3.5vw, 40px); font-weight: 300; color: #605E5E;
  letter-spacing: 0.4px; line-height: 1.2;
}
.ww-body {
  font-family: "Helvetica W01 Light", "Helvetica Neue", Helvetica, sans-serif;
  font-size: 13px; font-weight: 300; color: #797777;
  line-height: 1.9; letter-spacing: 0.25px;
}
.ww-rule-gold {
  width: 32px; height: 1px; background: #C9B691;
}

/* ── Button Hell ──────────────────────────────────────────────── */
.ww-btn {
  display: inline-block; border: 1px solid #605E5E;
  color: #605E5E !important; background: transparent;
  padding: 11px 28px;
  font-family: "Helvetica W01 Light", "Helvetica Neue", Helvetica, sans-serif;
  font-size: 11px; font-weight: 300; letter-spacing: 2px;
  text-transform: uppercase; cursor: pointer;
  transition: background 0.2s, color 0.2s;
}
.ww-btn:hover { background: #605E5E !important; color: #FFFFFF !important; }
.ww-btn::after {
  content: ''; display: inline-block; width: 7px; height: 7px;
  border-right: 1px solid currentColor; border-top: 1px solid currentColor;
  transform: rotate(45deg); margin-left: 10px; vertical-align: middle;
  transition: transform 0.2s;
}
.ww-btn:hover::after { transform: rotate(45deg) translate(2px,-2px); }

/* ── Button Invertiert (auf dunklem Grund) ────────────────────── */
.ww-btn-inv {
  display: inline-block; border: 1px solid rgba(255,255,255,0.45);
  color: #FFFFFF !important; background: transparent;
  padding: 11px 28px;
  font-family: "Helvetica W01 Light", "Helvetica Neue", Helvetica, sans-serif;
  font-size: 11px; font-weight: 300; letter-spacing: 2px;
  text-transform: uppercase; cursor: pointer;
  transition: border-color 0.2s, background 0.2s;
}
.ww-btn-inv:hover { border-color: #C9B691; background: rgba(255,255,255,0.06) !important; }

/* ════════════════════════════════════════════════════════════════
   1 · HERO
   ════════════════════════════════════════════════════════════════ */
.qt-hero {
  position: relative; width: 100%; min-height: 94vh;
  display: flex; align-items: flex-end;
  overflow: hidden;
}
.qt-hero-bg {
  position: absolute; inset: 0;
  background-color: #2C2B2B;
  background-image: url('https://walter-wendel.info/wp-content/uploads/2026/05/qt_5-scaled.jpg');
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.qt-hero-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(
    to top,
    rgba(0,0,0,0.75) 0%,
    rgba(0,0,0,0.22) 55%,
    rgba(0,0,0,0.04) 100%
  );
}
.qt-hero-content {
  position: relative; z-index: 1;
  padding: 0 64px 72px; max-width: 740px;
}
.qt-hero-eyebrow {
  font-family: "Helvetica W01 Light", "Helvetica Neue", Helvetica, sans-serif;
  font-size: 10px; letter-spacing: 3px; text-transform: uppercase;
  color: #C9B691; margin-bottom: 20px;
}
.qt-hero-title {
  font-family: "Helvetica W01 Light", "Helvetica Neue", Helvetica, sans-serif;
  font-size: clamp(32px, 5vw, 60px); font-weight: 300;
  color: #FFFFFF; letter-spacing: 0.4px; line-height: 1.12;
  margin-bottom: 22px;
}
.qt-hero-sub {
  font-family: "Helvetica W01 Light", "Helvetica Neue", Helvetica, sans-serif;
  font-size: 14px; font-weight: 300; line-height: 1.8;
  color: rgba(255,255,255,0.65); letter-spacing: 0.3px;
  max-width: 480px; margin-bottom: 40px;
}
.qt-hero-actions { display: flex; gap: 14px; flex-wrap: wrap; align-items: center; margin-bottom: 36px; }
/* Logo in Hero-Sektion (dunkler Hintergrund → grau-Logo invertieren) */
.qt-hero-logo {
  height: 36px !important; width: auto !important;
  max-height: 36px !important; max-width: 160px !important;
  display: block; margin-top: 28px;
  filter: brightness(0) invert(1);
  opacity: 0.8;
}
/* Logo in Philosophie-Sektion (weißer Hintergrund = kein bg-Problem) */
.qt-philosophy-logo {
  height: 48px !important; width: auto !important;
  max-height: 48px !important; max-width: 200px !important;
  display: block; margin: 0 auto 36px;
}

/* ════════════════════════════════════════════════════════════════
   2 · PHILOSOPHIE
   ════════════════════════════════════════════════════════════════ */
.qt-philosophy {
  max-width: 1440px; margin: 0 auto;
  padding: 88px 64px; text-align: center;
  border-bottom: 1px solid #E8E4DE;
}
.qt-philosophy .ww-label { margin-bottom: 20px; }
.qt-philosophy .ww-headline { margin-bottom: 24px; }
.qt-philosophy .ww-rule-gold { margin: 0 auto 28px; }
.qt-philosophy .ww-body { max-width: 600px; margin: 0 auto; font-size: 14px; line-height: 2; }

/* ════════════════════════════════════════════════════════════════
   3 · FEATURES
   ════════════════════════════════════════════════════════════════ */
.qt-features-outer { border-bottom: 1px solid #E8E4DE; }
.qt-features {
  max-width: 1440px; margin: 0 auto;
  display: grid; grid-template-columns: repeat(3, 1fr);
}
.qt-feature {
  padding: 52px 44px;
  border-right: 1px solid #E8E4DE;
}
.qt-feature:nth-child(3n) { border-right: none; }
.qt-feature:nth-child(n+4) { border-top: 1px solid #E8E4DE; }
.qt-feature-num {
  font-family: "Lulo clean w01 one bold", "Arial Black", sans-serif;
  font-size: 9px; letter-spacing: 3px; color: #C9B691;
  text-transform: uppercase; display: block; margin-bottom: 18px;
}
.qt-feature-title {
  font-family: "Helvetica W01 Light", "Helvetica Neue", Helvetica, sans-serif;
  font-size: 15px; font-weight: 300; color: #605E5E;
  letter-spacing: 0.3px; line-height: 1.3; margin-bottom: 12px;
}
.qt-feature-text {
  font-family: "Helvetica W01 Light", "Helvetica Neue", Helvetica, sans-serif;
  font-size: 12px; font-weight: 300; color: #A0A09F;
  line-height: 1.8; letter-spacing: 0.2px;
}
.qt-feature.hl { background: #605E5E; border-right: none; }
.qt-feature.hl .qt-feature-num { color: #C9B691; }
.qt-feature.hl .qt-feature-title { color: #FFFFFF; }
.qt-feature.hl .qt-feature-text { color: rgba(255,255,255,0.5); }

/* ════════════════════════════════════════════════════════════════
   4 · PRODUKT-MODELLE
   ════════════════════════════════════════════════════════════════ */
.qt-models-intro {
  text-align: center; padding: 80px 24px 0;
}
.qt-models-intro .ww-label { margin-bottom: 18px; }
.qt-models-intro .ww-headline { margin-bottom: 14px; }
.qt-models-intro .ww-rule-gold { margin: 0 auto 18px; }
.qt-models-intro .ww-body { max-width: 460px; margin: 0 auto; }

.qt-section {
  max-width: 1440px; margin: 48px auto 0;
  border-top: 1px solid #E8E4DE;
}
.qt-tabs {
  display: flex; border-bottom: 1px solid #E8E4DE; background: #FFFFFF;
}
.qt-tab {
  flex: 1; padding: 20px 8px; text-align: center;
  cursor: pointer; border: none; background: none;
  border-bottom: 2px solid transparent; margin-bottom: -1px;
  display: block; transition: border-color 0.2s;
  outline: none;
}
.qt-tab:focus-visible { outline: 2px solid #C9B691; outline-offset: -2px; }
.qt-tab.active { border-bottom-color: #C9B691; background: #F7F6F4; }
.qt-tab-name {
  display: block;
  font-family: "Lulo clean w01 one bold", "Arial Black", sans-serif;
  font-size: 10px; letter-spacing: 2.5px; text-transform: uppercase;
  color: #A0A09F !important; margin-bottom: 4px; transition: color 0.2s;
}
.qt-tab.active .qt-tab-name,
.qt-tab:hover .qt-tab-name { color: #605E5E !important; }
.qt-tab-size {
  display: block;
  font-family: "Helvetica W01 Light", "Helvetica Neue", Helvetica, sans-serif;
  font-size: 10px; letter-spacing: 0.8px; color: #A0A09F !important;
}
.qt-tab.active .qt-tab-size { color: #7A7876 !important; }
.qt-panel { display: none; }
.qt-panel.active { display: grid; grid-template-columns: 1fr 1fr; }
.qt-prod-img {
  background: #F7F6F4;
  display: flex; align-items: center; justify-content: center;
  overflow: hidden; height: 560px;
}
.qt-prod-img img {
  width: 100%; height: 560px; object-fit: contain; padding: 52px;
  display: block; transition: transform 0.6s ease;
}
.qt-prod-img:hover img { transform: scale(1.03); }
.qt-prod-info {
  background: #FFFFFF; padding: 52px 56px;
  display: flex; flex-direction: column; justify-content: center;
  border-left: 1px solid #E8E4DE;
}
.qt-prod-tag {
  display: inline-block;
  font-family: "Helvetica W01 Light", "Helvetica Neue", Helvetica, sans-serif;
  font-size: 9px; letter-spacing: 2px; color: #605E5E;
  text-transform: uppercase; margin-bottom: 16px;
  padding-left: 10px; border-left: 2px solid #C9B691; line-height: 1.4;
}
.qt-prod-title {
  font-family: "Helvetica W01 Light", "Helvetica Neue", Helvetica, sans-serif;
  font-size: 22px; font-weight: 300; color: #605E5E;
  letter-spacing: 0.8px; line-height: 1.35; margin: 0 0 5px;
}
.qt-prod-sub {
  font-family: "Helvetica W01 Light", "Helvetica Neue", Helvetica, sans-serif;
  font-size: 11px; letter-spacing: 1.4px; color: #A0A09F;
  text-transform: uppercase; margin-bottom: 24px;
}
.qt-prod-desc {
  font-family: "Helvetica W01 Light", "Helvetica Neue", Helvetica, sans-serif;
  font-size: 13px; font-weight: 300; color: #797777;
  line-height: 1.9; letter-spacing: 0.25px; margin: 0 0 12px;
}
.qt-specs { margin: 18px 0 0; border-top: 1px solid #E8E4DE; }
.qt-spec {
  display: flex; padding: 9px 0; border-bottom: 1px solid #E8E4DE; gap: 10px;
}
.qt-spec-key {
  font-family: "Helvetica W01 Light", "Helvetica Neue", Helvetica, sans-serif;
  font-size: 11px; color: #A0A09F; min-width: 130px; flex-shrink: 0;
}
.qt-spec-val {
  font-family: "Helvetica W01 Light", "Helvetica Neue", Helvetica, sans-serif;
  font-size: 12px; color: #605E5E;
}
.qt-price-block { margin-top: 18px; padding-top: 20px; border-top: 1px solid #E8E4DE; }
.qt-price-anfrage {
  font-family: "Helvetica W01 Light", "Helvetica Neue", Helvetica, sans-serif;
  font-size: 18px; font-weight: 300; color: #605E5E;
  letter-spacing: 1px; margin-bottom: 4px;
}
.qt-price-tax {
  font-family: "Helvetica W01 Light", "Helvetica Neue", Helvetica, sans-serif;
  font-size: 11px; color: #A0A09F;
}
.qt-btn-wrap { margin-top: 24px; }

/* Zonen-Balken */
.qt-zones { margin: 20px 0 6px; }
.qt-zones-bar { display: flex; height: 3px; border-radius: 1px; overflow: hidden; }
.qt-zones-bar span { display: block; height: 100%; }
.qt-z-cook { background: #605E5E; }
.qt-z-warm { background: #C9B691; }
.qt-z-cold { background: #E8E4DE; }
.qt-zones-legend { display: flex; gap: 16px; margin-top: 8px; flex-wrap: wrap; }
.qt-zones-legend-item {
  display: flex; align-items: center; gap: 5px;
  font-family: "Helvetica W01 Light", "Helvetica Neue", Helvetica, sans-serif;
  font-size: 10px; letter-spacing: 1px; color: #A0A09F; text-transform: uppercase;
}
.qt-zone-dot { width: 6px; height: 6px; border-radius: 50%; flex-shrink: 0; }
.qt-zone-dot.c { background: #605E5E; }
.qt-zone-dot.w { background: #C9B691; }
.qt-zone-dot.k { background: #E8E4DE; outline: 1px solid #C9B691; }

/* ════════════════════════════════════════════════════════════════
   5 · IM PROJEKT
   ════════════════════════════════════════════════════════════════ */
.qt-projekt-outer { margin-top: 88px; border-top: 1px solid #E8E4DE; }
.qt-projekt-intro {
  max-width: 1440px; margin: 0 auto;
  padding: 72px 24px 52px; text-align: center;
}
.qt-projekt-intro .ww-label { margin-bottom: 18px; }
.qt-projekt-grid {
  max-width: 1440px; margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 360px 360px 360px;
  gap: 1px; background: #E8E4DE;
  border-top: 1px solid #E8E4DE;
}
/* Hauptbild: 2 Spalten × 2 Zeilen */
.qt-pimg.main { grid-column: 1 / 3; grid-row: 1 / 3; }
/* Breites Bild unten rechts: 2 Spalten */
.qt-pimg.wide { grid-column: 2 / 4; }

.qt-pimg { overflow: hidden; background: #F7F6F4; }
.qt-pimg img {
  width: 100%; height: 100%; object-fit: cover; object-position: center;
  display: block; transition: transform 0.7s ease;
}
.qt-pimg:hover img { transform: scale(1.03); }

/* ════════════════════════════════════════════════════════════════
   6 · FORMATE / ACADEMY
   ════════════════════════════════════════════════════════════════ */
.qt-formate-outer { margin-top: 88px; border-top: 1px solid #E8E4DE; }
.qt-formate-intro {
  max-width: 1440px; margin: 0 auto;
  padding: 72px 24px 56px; text-align: center;
}
.qt-formate-intro .ww-label { margin-bottom: 18px; }
.qt-formate-intro .ww-headline { margin-bottom: 16px; }
.qt-formate-intro .ww-body { max-width: 480px; margin: 0 auto; }
.qt-formate-grid {
  max-width: 1440px; margin: 0 auto;
  display: grid; grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid #E8E4DE;
}
.qt-format {
  padding: 48px 36px;
  border-right: 1px solid #E8E4DE;
}
.qt-format:last-child { border-right: none; }
.qt-format-num {
  font-family: "Lulo clean w01 one bold", "Arial Black", sans-serif;
  font-size: 9px; letter-spacing: 3px; color: #C9B691;
  display: block; margin-bottom: 18px;
}
.qt-format-title {
  font-family: "Helvetica W01 Light", "Helvetica Neue", Helvetica, sans-serif;
  font-size: 15px; font-weight: 300; color: #605E5E;
  line-height: 1.3; margin-bottom: 14px;
}
.qt-format-text {
  font-family: "Helvetica W01 Light", "Helvetica Neue", Helvetica, sans-serif;
  font-size: 12px; font-weight: 300; color: #A0A09F; line-height: 1.8;
}

/* ════════════════════════════════════════════════════════════════
   SHOWROOM (Conversion-Anker Ockenheim)
   ════════════════════════════════════════════════════════════════ */
.qt-showroom-outer {
  background: transparent;
  border-top: 1px solid #E8E4DE;
}
.qt-showroom {
  max-width: 1440px; margin: 0 auto;
  padding: 110px 80px; text-align: center;
}
.qt-showroom .ww-label { color: #C9B691; margin-bottom: 22px; }
.qt-showroom .ww-headline { color: #2B2929; margin-bottom: 18px; }
.qt-showroom .ww-rule-gold { margin: 0 auto 32px; }
.qt-showroom-body {
  font-family: "Helvetica W01 Light", "Helvetica Neue", Helvetica, sans-serif;
  font-size: 14px; font-weight: 300; color: #7A7876;
  line-height: 2; max-width: 560px; margin: 0 auto 44px;
}
.qt-showroom-meta {
  display: flex; gap: 56px; justify-content: center;
  flex-wrap: wrap; margin: 0 auto 44px;
  border-top: 1px solid #E8E4DE;
  border-bottom: 1px solid #E8E4DE;
  padding: 32px 0; max-width: 760px;
}
.qt-showroom-meta-item { text-align: center; }
.qt-showroom-meta-key {
  display: block;
  font-family: "Lulo clean w01 one bold", "Arial Black", sans-serif;
  font-size: 9px; letter-spacing: 2.5px; color: #C9B691;
  text-transform: uppercase; margin-bottom: 10px;
}
.qt-showroom-meta-val {
  font-family: "Helvetica W01 Light", "Helvetica Neue", Helvetica, sans-serif;
  font-size: 13px; color: #605E5E; line-height: 1.7;
}
.qt-showroom-meta-val a { color: #605E5E; text-decoration: none; }
.qt-showroom-meta-val a:hover { color: #C9B691; }
.qt-showroom-actions { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }

/* ════════════════════════════════════════════════════════════════
   FAQ (Trust + SEO Long-Tail)
   ════════════════════════════════════════════════════════════════ */
.qt-faq-outer { border-top: 1px solid #E8E4DE; background: #FFFFFF; }
.qt-faq {
  max-width: 1440px; margin: 0 auto;
  padding: 96px 80px;
  display: grid; grid-template-columns: 1fr 2fr; gap: 80px;
}
.qt-faq-intro { position: sticky; top: 110px; align-self: start; }
.qt-faq-intro .ww-label { margin-bottom: 18px; }
.qt-faq-intro .ww-headline { margin-bottom: 22px; }
.qt-faq-intro .ww-rule-gold { margin-bottom: 22px; }
.qt-faq-intro .ww-body { font-size: 13px; }
.qt-faq-list { display: flex; flex-direction: column; }
.qt-faq-item {
  border-bottom: 1px solid #E8E4DE;
  padding: 22px 0;
}
.qt-faq-item summary {
  cursor: pointer; list-style: none;
  font-family: "Helvetica W01 Light", "Helvetica Neue", Helvetica, sans-serif;
  font-size: 16px; font-weight: 300; color: #605E5E;
  letter-spacing: 0.3px; line-height: 1.4;
  display: flex; justify-content: space-between; align-items: center; gap: 24px;
  transition: color 0.15s;
}
.qt-faq-item summary::-webkit-details-marker { display: none; }
.qt-faq-item summary:hover { color: #C9B691; }
.qt-faq-item summary::after {
  content: '+'; font-size: 22px; color: #C9B691; font-weight: 300;
  transition: transform 0.2s;
}
.qt-faq-item[open] summary::after { content: '–'; }
.qt-faq-item p {
  font-family: "Helvetica W01 Light", "Helvetica Neue", Helvetica, sans-serif;
  font-size: 13px; color: #797777; line-height: 1.9;
  letter-spacing: 0.25px;
  margin-top: 18px; max-width: 720px;
}

/* ════════════════════════════════════════════════════════════════
   RESPONSIVE
   ════════════════════════════════════════════════════════════════ */
@media (max-width: 1024px) {
  .qt-features { grid-template-columns: repeat(2, 1fr); }
  .qt-feature:nth-child(3n) { border-right: 1px solid #E8E4DE; }
  .qt-feature:nth-child(2n) { border-right: none; }
  .qt-feature:nth-child(n+3) { border-top: 1px solid #E8E4DE; }
  .qt-feature.hl { border-right: none; }
  .qt-formate-grid { grid-template-columns: repeat(2, 1fr); }
  .qt-format:nth-child(2) { border-right: none; }
  .qt-format:nth-child(n+3) { border-top: 1px solid #E8E4DE; border-right: 1px solid #E8E4DE; }
  .qt-format:nth-child(4) { border-right: none; }
}
@media (max-width: 1024px) {
  .qt-showroom { padding: 72px 48px; }
  .qt-faq { grid-template-columns: 1fr; gap: 40px; padding: 72px 48px; }
  .qt-faq-intro { position: static; }
}
@media (max-width: 900px) {
  .qt-hero-content { padding: 0 28px 52px; }
  .qt-panel.active { grid-template-columns: 1fr; }
  .qt-prod-img { min-height: 300px; }
  .qt-prod-info { padding: 36px 28px; border-left: none; border-top: 1px solid #E8E4DE; }
  .qt-tab-size { display: none; }
  .qt-projekt-grid {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 280px 280px 280px;
  }
  .qt-pimg.main { grid-column: 1 / 3; grid-row: auto; }
  .qt-pimg.wide { grid-column: 1 / 3; }
}
@media (max-width: 640px) {
  .qt-projekt-grid {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
  }
  .qt-projekt-grid .qt-pimg { min-height: 240px; }
  .qt-pimg.main,
  .qt-pimg.wide { grid-column: auto; }
  .qt-showroom, .qt-faq { padding-left: 24px; padding-right: 24px; }
  .qt-showroom-meta { flex-direction: column; gap: 20px; }
  .qt-features { grid-template-columns: 1fr; }
  .qt-feature { border-right: none !important; }
  .qt-feature:nth-child(n+2) { border-top: 1px solid #E8E4DE; }
  .qt-formate-grid { grid-template-columns: 1fr; }
  .qt-format { border-right: none; border-top: 1px solid #E8E4DE; }
  .qt-format:first-child { border-top: none; }
  .qt-hero-actions { flex-direction: column; align-items: flex-start; }
}/* End custom CSS */