Winitux – Wildix Hilfe-Center :root { –bg: #0b0f1a; –surface: #111827; –surface2: #1a2236; –border: #1f2d47; –accent: #00c5ff; –accent2: #3b6bff; –accent-glow: rgba(0, 197, 255, 0.15); –text: #e8edf5; –muted: #6b7fa3; –heading: #f0f5ff; –tag-bg: rgba(0, 197, 255, 0.08); –tag-border: rgba(0, 197, 255, 0.25); } *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; } body { background: var(–bg); color: var(–text); font-family: ‘DM Sans’, sans-serif; font-weight: 300; line-height: 1.7; min-height: 100vh; overflow-x: hidden; } /* ── BG decoration ── */ body::before { content: ”; position: fixed; top: -200px; left: 50%; transform: translateX(-50%); width: 900px; height: 700px; background: radial-gradient(ellipse at 50% 0%, rgba(59,107,255,0.18) 0%, transparent 70%); pointer-events: none; z-index: 0; } /* ── HEADER ── */ header { position: relative; z-index: 10; padding: 0 40px; border-bottom: 1px solid var(–border); background: rgba(11,15,26,0.85); backdrop-filter: blur(12px); display: flex; align-items: center; justify-content: space-between; height: 64px; } .logo { display: flex; align-items: center; gap: 12px; text-decoration: none; } .logo-icon { width: 34px; height: 34px; background: linear-gradient(135deg, var(–accent2), var(–accent)); border-radius: 8px; display: flex; align-items: center; justify-content: center; font-size: 16px; box-shadow: 0 0 18px rgba(0,197,255,0.3); } .logo-text { font-family: ‘Syne’, sans-serif; font-weight: 800; font-size: 18px; color: var(–heading); letter-spacing: -0.3px; } .logo-text span { color: var(–accent); } nav { display: flex; gap: 28px; align-items: center; } nav a { color: var(–muted); text-decoration: none; font-size: 13.5px; font-weight: 400; letter-spacing: 0.2px; transition: color 0.2s; } nav a:hover { color: var(–accent); } .nav-cta { background: linear-gradient(135deg, var(–accent2), var(–accent)); color: #fff !important; padding: 7px 18px; border-radius: 6px; font-weight: 500 !important; transition: opacity 0.2s !important; font-size: 13px !important; } .nav-cta:hover { opacity: 0.85; color: #fff !important; } /* ── HERO ── */ .hero { position: relative; z-index: 5; text-align: center; padding: 80px 24px 64px; } .hero-badge { display: inline-flex; align-items: center; gap: 6px; background: var(–tag-bg); border: 1px solid var(–tag-border); color: var(–accent); font-size: 12px; font-weight: 500; padding: 4px 14px; border-radius: 20px; margin-bottom: 24px; letter-spacing: 0.4px; animation: fadeUp 0.5s ease both; } h1 { font-family: ‘Syne’, sans-serif; font-weight: 800; font-size: clamp(34px, 5vw, 58px); color: var(–heading); line-height: 1.1; letter-spacing: -1.5px; margin-bottom: 16px; animation: fadeUp 0.5s 0.1s ease both; } h1 em { font-style: normal; background: linear-gradient(90deg, var(–accent), var(–accent2)); -webkit-background-clip: text; -webkit-text-fill-color: transparent; } .hero-sub { max-width: 520px; margin: 0 auto 36px; color: var(–muted); font-size: 16px; animation: fadeUp 0.5s 0.2s ease both; } /* ── SEARCH ── */ .search-wrap { max-width: 580px; margin: 0 auto; position: relative; animation: fadeUp 0.5s 0.3s ease both; } .search-wrap input { width: 100%; background: var(–surface); border: 1px solid var(–border); color: var(–text); font-family: ‘DM Sans’, sans-serif; font-size: 15px; padding: 15px 56px 15px 20px; border-radius: 12px; outline: none; transition: border-color 0.2s, box-shadow 0.2s; } .search-wrap input::placeholder { color: var(–muted); } .search-wrap input:focus { border-color: var(–accent); box-shadow: 0 0 0 3px rgba(0,197,255,0.12); } .search-wrap button { position: absolute; right: 12px; top: 50%; transform: translateY(-50%); background: none; border: none; cursor: pointer; color: var(–muted); font-size: 18px; transition: color 0.2s; } .search-wrap button:hover { color: var(–accent); } .search-tags { margin-top: 14px; display: flex; gap: 8px; justify-content: center; flex-wrap: wrap; animation: fadeUp 0.5s 0.4s ease both; } .search-tags span { font-size: 12px; color: var(–muted); background: var(–surface2); border: 1px solid var(–border); padding: 3px 12px; border-radius: 20px; cursor: pointer; transition: all 0.2s; } .search-tags span:hover { color: var(–accent); border-color: var(–tag-border); background: var(–tag-bg); } /* ── STATS ── */ .stats-bar { position: relative; z-index: 5; display: flex; justify-content: center; gap: 0; max-width: 700px; margin: 0 auto 64px; border: 1px solid var(–border); border-radius: 14px; background: var(–surface); overflow: hidden; } .stat { flex: 1; padding: 20px 24px; text-align: center; border-right: 1px solid var(–border); } .stat:last-child { border-right: none; } .stat-num { font-family: ‘Syne’, sans-serif; font-weight: 700; font-size: 26px; color: var(–accent); } .stat-label { font-size: 12px; color: var(–muted); margin-top: 2px; } /* ── SECTION HEADING ── */ .section-heading { position: relative; z-index: 5; text-align: center; margin-bottom: 36px; } .section-heading h2 { font-family: ‘Syne’, sans-serif; font-weight: 700; font-size: 28px; color: var(–heading); letter-spacing: -0.5px; } .section-heading p { color: var(–muted); font-size: 14.5px; margin-top: 6px; } /* ── CATEGORY GRID ── */ .section { position: relative; z-index: 5; max-width: 1100px; margin: 0 auto; padding: 0 24px 80px; } .cat-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); gap: 16px; } .cat-card { background: var(–surface); border: 1px solid var(–border); border-radius: 14px; padding: 28px 28px 24px; cursor: pointer; transition: border-color 0.25s, transform 0.2s, box-shadow 0.25s; position: relative; overflow: hidden; text-decoration: none; display: block; } .cat-card::before { content: ”; position: absolute; top: 0; left: 0; right: 0; height: 2px; background: linear-gradient(90deg, var(–accent2), var(–accent)); opacity: 0; transition: opacity 0.25s; } .cat-card:hover { border-color: rgba(0,197,255,0.35); transform: translateY(-3px); box-shadow: 0 8px 32px rgba(0,197,255,0.08); } .cat-card:hover::before { opacity: 1; } .cat-icon { width: 44px; height: 44px; border-radius: 10px; display: flex; align-items: center; justify-content: center; font-size: 20px; margin-bottom: 16px; } .cat-icon.blue { background: rgba(59,107,255,0.12); } .cat-icon.cyan { background: rgba(0,197,255,0.10); } .cat-icon.green { background: rgba(0,200,130,0.10); } .cat-icon.orange{ background: rgba(255,153,51,0.10); } .cat-icon.purple{ background: rgba(150,90,255,0.10); } .cat-icon.rose { background: rgba(255,80,120,0.10); } .cat-title { font-family: ‘Syne’, sans-serif; font-weight: 600; font-size: 16px; color: var(–heading); margin-bottom: 6px; } .cat-desc { font-size: 13.5px; color: var(–muted); line-height: 1.6; margin-bottom: 16px; } .cat-count { font-size: 12px; color: var(–accent); font-weight: 500; } /* ── POPULAR ARTICLES ── */ .articles-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; } @media (max-width: 640px) { .articles-grid { grid-template-columns: 1fr; } nav { display: none; } header { padding: 0 20px; } } .article-item { background: var(–surface); border: 1px solid var(–border); border-radius: 10px; padding: 18px 20px; display: flex; align-items: flex-start; gap: 14px; cursor: pointer; text-decoration: none; transition: border-color 0.2s, background 0.2s; } .article-item:hover { border-color: rgba(0,197,255,0.3); background: var(–surface2); } .article-dot { width: 8px; height: 8px; border-radius: 50%; background: var(–accent); margin-top: 7px; flex-shrink: 0; } .article-title { font-size: 14px; color: var(–text); font-weight: 400; line-height: 1.5; } .article-meta { font-size: 11.5px; color: var(–muted); margin-top: 3px; } /* ── CONTACT STRIP ── */ .contact-strip { position: relative; z-index: 5; max-width: 1100px; margin: 0 auto 80px; padding: 0 24px; } .contact-inner { background: linear-gradient(135deg, var(–surface2) 0%, rgba(59,107,255,0.08) 100%); border: 1px solid var(–border); border-radius: 18px; padding: 48px 48px; display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 24px; position: relative; overflow: hidden; } .contact-inner::after { content: ”; position: absolute; right: -80px; top: -80px; width: 300px; height: 300px; background: radial-gradient(circle, rgba(0,197,255,0.06) 0%, transparent 70%); pointer-events: none; } .contact-card { text-align: center; padding: 20px; } .contact-card-icon { font-size: 28px; margin-bottom: 12px; } .contact-card h3 { font-family: ‘Syne’, sans-serif; font-weight: 600; font-size: 16px; color: var(–heading); margin-bottom: 6px; } .contact-card p { font-size: 13px; color: var(–muted); margin-bottom: 16px; } .btn { display: inline-block; text-decoration: none; font-size: 13px; font-weight: 500; padding: 9px 20px; border-radius: 8px; transition: all 0.2s; cursor: pointer; border: none; font-family: ‘DM Sans’, sans-serif; } .btn-primary { background: linear-gradient(135deg, var(–accent2), var(–accent)); color: #fff; } .btn-primary:hover { opacity: 0.85; } .btn-outline { background: transparent; border: 1px solid var(–border); color: var(–text); } .btn-outline:hover { border-color: var(–accent); color: var(–accent); } /* ── FOOTER ── */ footer { position: relative; z-index: 5; border-top: 1px solid var(–border); padding: 32px 40px; display: flex; justify-content: space-between; align-items: center; font-size: 13px; color: var(–muted); } footer a { color: var(–muted); text-decoration: none; } footer a:hover { color: var(–accent); } .footer-links { display: flex; gap: 24px; } /* ── ANIMATIONS ── */ @keyframes fadeUp { from { opacity: 0; transform: translateY(18px); } to { opacity: 1; transform: translateY(0); } } /* ── DIVIDER ── */ .divider { height: 1px; background: var(–border); max-width: 1100px; margin: 0 auto 64px; }
✦ Wildix Cloud Telefonanlage – Dokumentation

Wie können wir
Ihnen helfen?

Anleitungen, FAQs und technischer Support für die Wildix-Plattform – alles an einem Ort.

Ersteinrichtung Softphone Rufumleitung Voicemail Konferenz Benutzer anlegen
240+
Hilfe-Artikel
18
Video-Tutorials
< 2h
Ø Antwortzeit
99,9%
Betriebszeit

Themen-Bereiche

Wählen Sie einen Bereich, um direkt zu den Anleitungen zu gelangen.

Beliebte Artikel

Die meistgelesenen Anleitungen dieser Woche.

Noch Fragen?

Unser Support-Team hilft Ihnen gerne weiter.

💬

Live-Chat

Direkter Chat mit einem Techniker – Antwort in wenigen Minuten.

Chat starten
📧

Support-Ticket

Detaillierte Anfragen per Ticket – priorisierte Bearbeitung.

Ticket erstellen
📞

Telefon-Support

Persönliche Hilfe für dringende Probleme. Mo–Fr, 8–18 Uhr.

Jetzt anrufen