:root {
      --headings-color: #0d1b2a;
      --text-color: rgba(13, 27, 42, 0.65);
      --hz-red: #cc1f1f;
      --hz-red-dark: #a01515;
    }
    .logo img { mix-blend-mode: multiply; }
    .main-footer .logo img { filter: brightness(0) invert(1); }


    /* Partner Hero */
    .partner-hero {
      background: linear-gradient(135deg, #1e7fba 0%, #145a87 100%);
      padding: 5rem 0 4rem;
      text-align: center;
      position: relative;
      overflow: hidden;
    }
    .partner-hero::before {
      content: '';
      position: absolute;
      inset: 0;
      background: url('https://www.installateur-hetzendorf.at/images/bild_geschaeftsfront_01.jpg') center/cover;
      opacity: 0.08;
    }
    .partner-hero-inner { position: relative; z-index: 1; }
    .partner-hero .h6 { color: var(--theme-accent-light); font-size: 0.85rem; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; margin-bottom: 1rem; }
    .partner-hero h1 { font-family: var(--heading-font-family); font-size: clamp(2.2rem, 5vw, 4rem); color: #fff; font-weight: 700; line-height: 1.1; margin-bottom: 1.2rem; text-transform: uppercase; }
    .partner-hero p { color: rgba(255,255,255,0.65); font-size: 1rem; max-width: 540px; margin: 0 auto; line-height: 1.7; }

    /* Marquee */
    .marquee-section { background: var(--theme-color1); }

    /* Partner Sections */
    .partner-section { padding: 5rem 0; }
    .partner-section:nth-child(even) { background: #f7f9fc; }
    .partner-inner { max-width: 1100px; margin: 0 auto; padding: 0 1.5rem; display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; align-items: center; }
    .partner-inner.reverse { direction: rtl; }
    .partner-inner.reverse > * { direction: ltr; }
    .partner-img-wrap { border-radius: 20px; overflow: hidden; height: 360px; box-shadow: 0 12px 40px rgba(13,27,42,0.15); position: relative; }
    .partner-img-wrap img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s ease; }
    .partner-img-wrap:hover img { transform: scale(1.04); }
    .partner-badge {
      position: absolute;
      top: 1.2rem;
      left: 1.2rem;
      background: var(--theme-color1);
      color: #fff;
      padding: 0.3rem 0.9rem;
      border-radius: 6px;
      font-size: 0.72rem;
      font-weight: 700;
      text-transform: uppercase;
      letter-spacing: 0.06em;
    }
    .partner-content {}
    .partner-eyebrow { font-size: 0.72rem; font-weight: 700; letter-spacing: 0.12em; color: var(--theme-color1); text-transform: uppercase; margin-bottom: 0.5rem; }
    .partner-name { font-family: var(--heading-font-family); font-size: clamp(1.8rem, 3vw, 2.8rem); color: var(--theme-color2); font-weight: 700; line-height: 1.1; margin-bottom: 1.2rem; text-transform: uppercase; }
    .partner-desc { font-size: 0.95rem; color: var(--text-color); line-height: 1.75; margin-bottom: 1.5rem; }
    .partner-features { display: grid; grid-template-columns: 1fr 1fr; gap: 0.8rem; margin-bottom: 1.8rem; }
    .partner-feat { display: flex; align-items: flex-start; gap: 0.6rem; font-size: 0.85rem; color: var(--text-color); }
    .partner-feat i { color: var(--theme-color1); margin-top: 0.15rem; flex-shrink: 0; }
    .partner-website {
      display: inline-flex;
      align-items: center;
      gap: 0.5rem;
      background: var(--theme-color1);
      color: #fff;
      padding: 0.75rem 1.6rem;
      border-radius: 30px;
      font-weight: 700;
      font-size: 0.85rem;
      text-decoration: none;
      transition: all 0.2s;
    }
    .partner-website:hover { background: var(--theme-color4); transform: translateY(-3px); color: #fff; }

    @media (max-width: 900px) {
      .partner-inner { grid-template-columns: 1fr; gap: 2rem; }
      .partner-inner.reverse { direction: ltr; }
      .partner-img-wrap { height: 260px; }
      .partner-features { grid-template-columns: 1fr; }
    }
    @media (max-width: 767px) {
      .nd-topbar { flex-direction: column; text-align: center; gap: 0.5rem; }
    }

    /* Öffnungszeiten */
    .oeffnung-section { background: var(--theme-color2); padding: 4rem 0; }
    .oeffnung-grid { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 2.5rem; }
    @media (max-width: 900px) { .oeffnung-grid { grid-template-columns: 1fr 1fr; } }
    @media (max-width: 576px) { .oeffnung-grid { grid-template-columns: 1fr; } }
    .oe-title { font-family: var(--heading-font-family); font-size: 1.1rem; font-weight: 700; color: var(--theme-accent-light); margin-bottom: 1rem; text-transform: uppercase; letter-spacing: 0.05em; }
    .oe-row { display: flex; justify-content: space-between; padding: 0.45rem 0; border-bottom: 1px solid rgba(255,255,255,0.06); color: rgba(255,255,255,0.6); font-size: 0.85rem; }
    .oe-links a { display: flex; align-items: center; gap: 0.5rem; color: rgba(255,255,255,0.7); font-size: 0.85rem; margin-bottom: 0.65rem; text-decoration: none; transition: color 0.15s; }
    .oe-links a:hover { color: #fff; }

    /* Modal */
    .modal-overlay { position: fixed; inset: 0; z-index: 99999; background: rgba(0,0,0,0.6); backdrop-filter: blur(5px); display: flex; align-items: center; justify-content: center; padding: 1rem; opacity: 0; pointer-events: none; transition: opacity 0.25s; }
    .modal-overlay.open { opacity: 1; pointer-events: auto; }
    .modal-wrap { background: #fff; border-radius: 18px; width: 100%; max-width: 700px; max-height: 92vh; overflow-y: auto; transform: translateY(14px); transition: transform 0.25s; box-shadow: 0 24px 64px rgba(0,0,0,0.28); position: relative; }
    .modal-overlay.open .modal-wrap { transform: translateY(0); }
    .modal-wrap .mwrap { padding: 28px 24px 36px; }
    .modal-close { position: absolute; top: 1rem; right: 1rem; background: #f1f5f9; border: none; width: 34px; height: 34px; border-radius: 50%; cursor: pointer; font-size: 1.1rem; display: grid; place-items: center; color: #475569; transition: all 0.15s; }
    .modal-close:hover { background: #e2e8f0; }
    .modal-wrap h1 { font-family: var(--heading-font-family); font-size: 1.6rem; margin: 0 0 0.25rem; font-weight: 700; color: var(--theme-color2); }
    .modal-wrap p.lead { color: #64748b; margin: 0 0 1.2rem; font-size: 0.88rem; }
    .modal-wrap .card { background: #fff; border: 1px solid #e2e8f0; border-radius: 14px; padding: 20px; }
    .modal-wrap .tabs { display: grid; grid-template-columns: repeat(4,1fr); gap: 6px; background: #eef0f3; padding: 5px; border-radius: 12px; margin-bottom: 18px; }
    .modal-wrap .tabs button { background: transparent; border: 0; padding: 10px 6px; font-size: 0.73rem; font-weight: 600; color: #64748b; border-radius: 8px; cursor: pointer; display: flex; flex-direction: column; align-items: center; gap: 4px; font-family: inherit; transition: all 0.15s; }
    .modal-wrap .tabs button.active { background: #fff; color: #0f172a; box-shadow: 0 1px 3px rgba(15,23,42,0.1); }
    .modal-wrap label { display: block; font-size: 0.82rem; font-weight: 500; margin: 0 0 6px; color: #1e293b; }
    .modal-wrap .req { color: #dc2626; }
    .modal-wrap input, .modal-wrap select, .modal-wrap textarea { width: 100%; padding: 11px 12px; border: 1px solid #e2e8f0; border-radius: 10px; background: #fff; font-size: 0.9rem; font-family: inherit; outline: none; transition: border-color 0.15s; color: #1e293b; }
    .modal-wrap input:focus, .modal-wrap select:focus, .modal-wrap textarea:focus { border-color: var(--theme-color1); }
    .modal-wrap textarea { min-height: 88px; resize: vertical; }
    .modal-wrap .mrow { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
    .modal-wrap .field { margin-bottom: 14px; }
    .modal-wrap .chips { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 6px; }
    .modal-wrap .chip { padding: 8px 12px; border: 1px solid #e2e8f0; border-radius: 9px; font-size: 0.8rem; background: #fff; cursor: pointer; transition: all 0.15s; font-family: inherit; }
    .modal-wrap .chip.active { border-color: var(--theme-color1); background: rgba(30,127,186,0.07); color: var(--theme-color1); font-weight: 600; }
    .modal-wrap .switch { display: flex; align-items: center; justify-content: space-between; border: 1px solid #e2e8f0; padding: 12px; border-radius: 10px; margin-bottom: 14px; font-size: 0.85rem; gap: 1rem; }
    .modal-wrap .btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 14px 18px; border-radius: 11px; border: 0; font-weight: 700; font-size: 0.92rem; cursor: pointer; width: 100%; background: var(--theme-color1); color: #fff; transition: all 0.2s; font-family: inherit; margin-top: 4px; }
    .modal-wrap .btn:hover { background: var(--theme-color4); }
    .modal-wrap .btn.danger { background: var(--hz-red); }
    .modal-wrap .btn.danger:hover { background: var(--hz-red-dark); }
    .modal-wrap .alert { padding: 12px 14px; border-radius: 10px; font-size: 0.83rem; margin-bottom: 14px; line-height: 1.5; }
    .modal-wrap .alert.warn { background: #fef3c7; border: 1px solid #fde68a; color: #92400e; }
    .modal-wrap .alert.alert-danger { background: #fee2e2; border: 1px solid #fecaca; color: #991b1b; }
    .modal-wrap .alert.ok { background: #dcfce7; border: 1px solid #bbf7d0; color: #166534; }
    .modal-wrap .hidden { display: none; }
    .modal-wrap .sec-label { font-size: 0.72rem; font-weight: 700; color: #64748b; text-transform: uppercase; letter-spacing: 0.08em; margin: 18px 0 10px; border-top: 1px solid #e2e8f0; padding-top: 14px; }
    .modal-wrap .sec-label:first-child { border-top: 0; padding-top: 0; margin-top: 0; }
    @media (max-width: 520px) { .modal-wrap .mrow { grid-template-columns: 1fr; } .modal-wrap .tabs { grid-template-columns: repeat(2,1fr); } }