Zum Inhalt springen
  • Branchen
    .onlim-branchen-submenu-wrap { position: relative; width: 100%; max-width: 1280px; margin: 0 auto; font-family: inherit; z-index: 20; } .onlim-branchen-submenu { background: #ffffff; border-radius: 22px 22px 22px 22px; box-shadow: 0 18px 45px rgba(10, 33, 69, 0.12); overflow: hidden; position: absolute; top: 0; left: 0px; width: 400px; } .onlim-branchen-submenu::before { content: ""; position: absolute; top: 0; left: 50%; transform: translateX(-50%); width: 80%; height: 4px; background: linear-gradient( 90deg, rgba(3, 169, 244, 0) 0%, rgba(3, 169, 244, 1) 42%, rgba(3, 169, 244, 1) 68%, rgba(3, 169, 244, 0) 100% ); z-index: 2; } .onlim-branchen-submenu-left { width: 100%; padding: 28px 26px 24px 26px; background: #ffffff; } .onlim-branchen-submenu-label { margin: 0 0 14px 0; font-size: 11px; font-weight: 700; letter-spacing: 0.2em; text-transform: uppercase; color: #03a9f4; } .onlim-branchen-submenu-intro { margin: 0 0 24px 0; max-width: 360px; font-size: 16px; line-height: 1.4; font-weight: 400; color: #6b768b; } .onlim-branchen-submenu-list { list-style: none; margin: 0; padding: 0; } .onlim-branchen-submenu-list li { margin: 0 0 10px 0; } .onlim-branchen-submenu-list li:last-child { margin-bottom: 0; } .onlim-branchen-submenu-item { display: flex; align-items: center; justify-content: space-between; gap: 10px; text-decoration: none; padding: 18px 18px 18px 20px; border-radius: 18px; color: #1d2738; font-size: 17px; font-weight: 700; line-height: 1.2; transition: background 0.3s ease, color 0.3s ease, transform 0.3s ease; width: 100%; box-sizing: border-box; } .onlim-branchen-submenu-item:hover { background: #f3f9ff; color: #1f98ea; transform: translateX(2px); } .onlim-branchen-submenu-item.current { background: #eaf4fd; color: #1f98ea; } .onlim-branchen-submenu-item-title { position: relative; display: inline-block; padding-left: 18px; transition: padding-left 0.35s ease; min-width: 0; } .onlim-branchen-submenu-item-title::before { content: ""; position: absolute; left: 0; top: 50%; width: 3px; height: 30px; border-radius: 3px; background: #e6ebf1; transform: translateY(-50%) scaleY(1); transform-origin: center; opacity: 1; transition: background 0.35s ease, transform 0.35s ease; } .onlim-branchen-submenu-item:hover .onlim-branchen-submenu-item-title::before, .onlim-branchen-submenu-item.current .onlim-branchen-submenu-item-title::before { background: #1f98ea; transform: translateY(-50%) scaleY(1.02); } .onlim-branchen-submenu-arrow { flex-shrink: 0; width: 20px; height: 20px; color: currentColor; opacity: 0.8; margin-left: 8px; } /* Alle Branchen ansehen — always blue */ .onlim-branchen-submenu-list li:last-child .onlim-branchen-submenu-item { color: #1b569b; } .onlim-branchen-submenu-list li:last-child .onlim-branchen-submenu-item-title::before { background: #1b569b; } .onlim-branchen-submenu-list li:last-child .onlim-branchen-submenu-item:hover { background: #f3f9ff; color: #1f98ea; } .onlim-branchen-submenu-list li:last-child .onlim-branchen-submenu-item:hover .onlim-branchen-submenu-item-title::before { background: #1f98ea; } @media (max-width: 1200px) { .onlim-branchen-submenu { left: 30px; width: calc(100% - 60px); max-width: 420px; } } @media (max-width: 640px) { .onlim-branchen-submenu { position: relative; left: 0; width: 100%; max-width: 100%; border-radius: 20px; } .onlim-branchen-submenu::before { width: 17.5%; left: 50%; transform: translateX(-50%); } .onlim-branchen-submenu-left { padding: 22px 18px; } .onlim-branchen-submenu-label { font-size: 10px; } .onlim-branchen-submenu-intro { font-size: 14px; margin-bottom: 18px; } .onlim-branchen-submenu-item { font-size: 15px; padding: 16px 14px 16px 16px; border-radius: 16px; gap: 8px; } .onlim-branchen-submenu-item-title::before { height: 26px; } .onlim-branchen-submenu-arrow { width: 18px; height: 18px; margin-left: 6px; } }

    Branchenlösungen

    KI-Lösungen für spezifische Branchen und komplexe Serviceprozesse.

    • Energie & Versorger
    • Finanzen & Versicherungen
    • Gesundheitswesen
    • Industrie & Fertigung
    • Öffentlicher Sektor
    • Tourismus
    • Handel
    • Alle Branchen ansehen
    document.addEventListener("DOMContentLoaded", function () { var currentPath = window.location.pathname.replace(/\/+$/, "") || "/"; var submenuLinks = document.querySelectorAll(".onlim-branchen-submenu-item"); submenuLinks.forEach(function (link) { var linkPath = new URL(link.href, window.location.origin).pathname.replace(/\/+$/, "") || "/"; if (currentPath === linkPath) { link.classList.add("current"); } }); });
    • Energie & Versorger
    • Finanzen & Versicherungen
    • Gesundheitswesen
    • Industrie & Fertigung
    • Öffentlicher Sektor
    • Tourismus
    • Handel
    • Alle Branchen ansehen→
  • Produkte
    .onlim-produkte-submenu-wrap{ position:relative; width:100%; max-width:1280px; margin:0 auto; font-family:inherit; z-index:20; } .onlim-produkte-submenu{ background:#ffffff; border-radius:22px; box-shadow:0 18px 45px rgba(10,33,69,.12); overflow:hidden; position:absolute; top:0; left:-100px; width:660px; } .onlim-produkte-submenu::before{ content:""; position:absolute; top:0; left:50%; transform:translateX(-50%); width:80%; height:4px; background:linear-gradient( 90deg, rgba(3,169,244,0), rgba(3,169,244,1), rgba(3,169,244,0) ); } .onlim-produkte-submenu-inner{ display:grid; grid-template-columns:.75fr 1.25fr; gap:25px; padding:28px 30px; align-items:start; } /* LEFT COLUMN */ .onlim-produkte-left{ display:flex; flex-direction:column; gap:0; } .onlim-produkte-left > div:nth-child(2){ border-top:1px solid #dde5ee; padding-top:22px; margin-top:22px; } /* TITLES */ .onlim-produkte-col-title{ margin:0 0 18px 0; font-size:11px; font-weight:700; letter-spacing:.2em; text-transform:uppercase; color:#1f98ea; } /* LIST */ .onlim-produkte-list{ list-style:none; padding:0; margin:0; } .onlim-produkte-list li{ margin-bottom:10px; } /* ITEMS */ .onlim-produkte-item{ display:flex; align-items:center; justify-content:space-between; gap:8px; padding:15px 14px 15px 18px; border-radius:16px; text-decoration:none; color:#1d2738; font-size:16px; font-weight:700; line-height:1.2; transition:.3s ease; width:100%; box-sizing:border-box; } .onlim-produkte-item:hover, .onlim-produkte-item.current{ background:#eaf4fd; color:#1f98ea; transform:translateX(2px); } .onlim-produkte-item-title{ position:relative; padding-left:15px; } .onlim-produkte-item-title::before{ content:""; position:absolute; left:0; top:50%; width:3px; height:28px; border-radius:3px; background:#e6ebf1; transform:translateY(-50%); transition:.3s ease; } .onlim-produkte-item:hover .onlim-produkte-item-title::before, .onlim-produkte-item.current .onlim-produkte-item-title::before{ background:#1f98ea; } .onlim-produkte-arrow{ font-size:17px; opacity:.8; flex-shrink:0; } /* RIGHT COLUMN */ .onlim-produkte-platform{ grid-column:2; grid-row:1 / span 2; } @media(max-width:900px){ .onlim-produkte-submenu{ position:relative; left:0; width:100%; } .onlim-produkte-submenu-inner{ grid-template-columns:1fr; } .onlim-produkte-platform{ grid-column:auto; grid-row:auto; } }

    Pakete

    • Business →
    • Enterprise →

    Lösungen & Anwendungen

    • Chatbots →
    • Voicebots →
    • Live-Chat →

    Plattform & Technologie

    • Conversational AI Platform →
    • Knowledge Graphen & RAG →
    • Multikanal-Konnektoren →
    • Analytics →
    document.addEventListener("DOMContentLoaded",function(){ var currentPath=window.location.pathname.replace(/\/+$/,"")||"/"; document.querySelectorAll(".onlim-produkte-item").forEach(function(link){ var linkPath=new URL(link.href,window.location.origin) .pathname.replace(/\/+$/,"")||"/"; if(currentPath===linkPath){ link.classList.add("current"); } }); });
    • Chatbots
    • Voicebots
    • Live-Chat
    • Conversational AI Plattform
    • Knowledge Graphen & RAG
    • Multikanal-Konnektoren
    • Analytics
  • Ressourcen

    .onlim-ressourcen-submenu-wrap { position: relative; width: 100%; max-width: 1280px; margin: 0 auto; font-family: inherit; z-index: 20; } .onlim-ressourcen-submenu { position: absolute; top: 0; left: -80px; width: 750px; background: #ffffff; border-radius: 22px 22px 22px 22px; box-shadow: 0 18px 45px rgba(10, 33, 69, 0.12); overflow: hidden; } .onlim-ressourcen-submenu::before { content: ""; position: absolute; top: 0; left: 50%; transform: translateX(-50%); width: 80%; height: 4px; background: linear-gradient( 90deg, rgba(3, 169, 244, 0) 0%, rgba(3, 169, 244, 1) 42%, rgba(3, 169, 244, 1) 68%, rgba(3, 169, 244, 0) 100% ); z-index: 2; } .onlim-ressourcen-submenu-inner { display: grid; grid-template-columns: 1fr 2fr; gap: 40px; padding: 34px 44px; align-items: start; } .onlim-ressourcen-col-title { margin: 0 0 22px 0; font-size: 11px; font-weight: 700; letter-spacing: 0.2em; text-transform: uppercase; color: #1f98ea; } .onlim-ressourcen-list { list-style: none; margin: 0; padding: 0; } .onlim-ressourcen-list li { margin: 0 0 14px 0; } .onlim-ressourcen-list li:last-child { margin-bottom: 0; } .onlim-ressourcen-item { display: flex; align-items: center; justify-content: space-between; gap: 10px; text-decoration: none; padding: 18px 18px 18px 22px; border-radius: 18px; color: #1d2738; font-size: 17px; font-weight: 700; line-height: 1.2; transition: background 0.3s ease, color 0.3s ease, transform 0.3s ease; width: 100%; box-sizing: border-box; } .onlim-ressourcen-item:hover { background: #f3f9ff; color: #1f98ea; transform: translateX(2px); } .onlim-ressourcen-item.current { background: #eaf4fd; color: #1f98ea; } .onlim-ressourcen-item-title { position: relative; display: inline-block; padding-left: 18px; transition: padding-left 0.35s ease; min-width: 0; } .onlim-ressourcen-item-title::before { content: ""; position: absolute; left: 0; top: 50%; width: 3px; height: 30px; border-radius: 3px; background: #e6ebf1; transform: translateY(-50%) scaleY(1); transform-origin: center; opacity: 1; transition: background 0.35s ease, transform 0.35s ease; } .onlim-ressourcen-item:hover .onlim-ressourcen-item-title::before, .onlim-ressourcen-item.current .onlim-ressourcen-item-title::before { background: #1f98ea; transform: translateY(-50%) scaleY(1.02); } .onlim-ressourcen-arrow { flex-shrink: 0; width: 20px; height: 20px; color: currentColor; opacity: 0.8; margin-left: 8px; } .onlim-ressourcen-divider { margin: 18px 0 18px 0; height: 1px; background: #dde5ee; width: 90%; } .onlim-ressourcen-col-left, .onlim-ressourcen-col-right { min-width: 0; } @media (max-width: 1200px) { .onlim-ressourcen-submenu { left: 30px; width: calc(100% - 60px); max-width: 900px; } .onlim-ressourcen-submenu-inner { gap: 28px; padding: 28px; } } @media (max-width: 900px) { .onlim-ressourcen-submenu { position: relative; left: 0; width: 100%; max-width: 100%; border-radius: 20px; } .onlim-ressourcen-submenu::before { width: 17.5%; } .onlim-ressourcen-submenu-inner { grid-template-columns: 1fr; gap: 26px; padding: 24px 20px; } } @media (max-width: 640px) { .onlim-ressourcen-col-title { font-size: 10px; margin-bottom: 16px; } .onlim-ressourcen-list li { margin-bottom: 10px; } .onlim-ressourcen-item { font-size: 15px; padding: 16px 14px 16px 16px; border-radius: 16px; gap: 8px; } .onlim-ressourcen-item-title::before { height: 26px; } .onlim-ressourcen-arrow { width: 18px; height: 18px; margin-left: 6px; } .onlim-ressourcen-divider { margin: 12px 0; } }

    Formate & Inhalte

    • Blog
    • FAQ
    • Trust Center
    • Webinare

    Whitepaper & Guides

    • Chatbot-Leitfaden
    • Conversational AI für CS
    • Knowledge Graphen Whitepaper

    Case Studies

    • Case Study PVE-Donauinsel
    document.addEventListener("DOMContentLoaded", function () { var currentPath = window.location.pathname.replace(/\/+$/, "") || "/"; var submenuLinks = document.querySelectorAll(".onlim-ressourcen-item"); submenuLinks.forEach(function (link) { var linkPath = new URL(link.href, window.location.origin).pathname.replace(/\/+$/, "") || "/"; if (currentPath === linkPath) { link.classList.add("current"); } }); });
    • Blog
    • FAQ
    • Webinare
    • Chatbot-Leitfaden
    • Conversational AI für CS
    • Knowledge Graphen Whitepaper
    • Case Study PVE-Donauinsel
  • Unternehmen
    .onlim-unternehmen-submenu-wrap { position: relative; width: 100%; max-width: 1280px; margin: 0 auto; font-family: inherit; z-index: 20; } .onlim-unternehmen-submenu { position: absolute; top: 0; left: 100px; width: 300px; background: #ffffff; border-radius: 22px 22px 22px 22px; box-shadow: 0 18px 45px rgba(10, 33, 69, 0.12); overflow: hidden; } .onlim-unternehmen-submenu::before { content: ""; position: absolute; top: 0; left: 50%; transform: translateX(-50%); width: 80%; height: 4px; background: linear-gradient( 90deg, rgba(3, 169, 244, 0) 0%, rgba(3, 169, 244, 1) 42%, rgba(3, 169, 244, 1) 68%, rgba(3, 169, 244, 0) 100% ); z-index: 2; } .onlim-unternehmen-submenu-left { width: 100%; padding: 28px 26px 24px 26px; background: #ffffff; } .onlim-unternehmen-submenu-label { margin: 0 0 22px 0; font-size: 11px; font-weight: 700; letter-spacing: 0.2em; text-transform: uppercase; color: #1f98ea; } .onlim-unternehmen-submenu-list { list-style: none; margin: 0; padding: 0; } .onlim-unternehmen-submenu-list li { margin: 0 0 10px 0; } .onlim-unternehmen-submenu-list li:last-child { margin-bottom: 0; } .onlim-unternehmen-submenu-item { display: flex; align-items: center; justify-content: space-between; gap: 10px; text-decoration: none; padding: 18px 18px 18px 20px; border-radius: 18px; color: #1d2738; font-size: 17px; font-weight: 700; line-height: 1.2; transition: background 0.3s ease, color 0.3s ease, transform 0.3s ease; width: 100%; box-sizing: border-box; } .onlim-unternehmen-submenu-item:hover { background: #f3f9ff; color: #1f98ea; transform: translateX(2px); } .onlim-unternehmen-submenu-item.current { background: #eaf4fd; color: #1f98ea; } .onlim-unternehmen-submenu-item-title { position: relative; display: inline-block; padding-left: 18px; transition: padding-left 0.35s ease; min-width: 0; } .onlim-unternehmen-submenu-item-title::before { content: ""; position: absolute; left: 0; top: 50%; width: 3px; height: 30px; border-radius: 3px; background: #e6ebf1; transform: translateY(-50%) scaleY(1); transform-origin: center; opacity: 1; transition: background 0.35s ease, transform 0.35s ease; } .onlim-unternehmen-submenu-item:hover .onlim-unternehmen-submenu-item-title::before, .onlim-unternehmen-submenu-item.current .onlim-unternehmen-submenu-item-title::before { background: #1f98ea; transform: translateY(-50%) scaleY(1.02); } .onlim-unternehmen-submenu-arrow { flex-shrink: 0; width: 20px; height: 20px; color: currentColor; opacity: 0.8; margin-left: 8px; } @media (max-width: 1200px) { .onlim-unternehmen-submenu { left: 30px; width: calc(100% - 60px); max-width: 420px; } } @media (max-width: 640px) { .onlim-unternehmen-submenu { position: relative; left: 0; width: 100%; max-width: 100%; border-radius: 20px; } .onlim-unternehmen-submenu::before { width: 17.5%; } .onlim-unternehmen-submenu-left { padding: 22px 18px; } .onlim-unternehmen-submenu-label { font-size: 10px; margin-bottom: 18px; } .onlim-unternehmen-submenu-item { font-size: 15px; padding: 16px 14px 16px 16px; border-radius: 16px; gap: 8px; } .onlim-unternehmen-submenu-item-title::before { height: 26px; } .onlim-unternehmen-submenu-arrow { width: 18px; height: 18px; margin-left: 6px; } }

    Unternehmen

    • Über uns
    • Jobs
    • Partner
    • Kontakt
    document.addEventListener("DOMContentLoaded", function () { var currentPath = window.location.pathname.replace(/\/+$/, "") || "/"; var submenuLinks = document.querySelectorAll(".onlim-unternehmen-submenu-item"); submenuLinks.forEach(function (link) { var linkPath = new URL(link.href, window.location.origin).pathname.replace(/\/+$/, "") || "/"; if (currentPath === linkPath) { link.classList.add("current"); } }); });
    • Über uns
    • Jobs
    • Partner
    • Kontakt
Demo anfragen
  • Knowledge Graphen zur Konversationsoptimierung von Chatbots

Knowledge Graphen zur Konversationsoptimierung von Chatbots

Von Jürgen Umbrich|April 23rd, 2020|Chatbots, Knowledge Graphen|

Chatbots sind heute bereits so leistungsfähig, dass sie eine [...]

Weiterlesen
Kommentare deaktiviert für Knowledge Graphen zur Konversationsoptimierung von Chatbots
  • Die Zukunft von Conversational AI

Conversational AI (Teil 2) – Wohin geht die Reise?

Von Marc|März 19th, 2020|Conversational AI|

Machen wir gleich weiter wo wir mit dem ersten [...]

Weiterlesen
Kommentare deaktiviert für Conversational AI (Teil 2) – Wohin geht die Reise?
  • Was ist Conversational AI?

Conversational AI (Teil 1) – Was ist das und wo stehen wir heute?

Von Marc|März 12th, 2020|Conversational AI|

Immer häufiger fällt dieser Begriff im Kontext von Chatbots [...]

Weiterlesen
Kommentare deaktiviert für Conversational AI (Teil 1) – Was ist das und wo stehen wir heute?
  • Das Internet der Stimme - Internet of Voice

Das “Internet der Stimme” kommt (Teil 2) – Warum Sie jetzt handeln müssen

Von Marc|Februar 20th, 2020|Conversational AI, Sprachbots|

Machen wir gleich weiter wo wir mit dem ersten [...]

Weiterlesen
Kommentare deaktiviert für Das “Internet der Stimme” kommt (Teil 2) – Warum Sie jetzt handeln müssen
  • Technologische-Grundlagen-für-intelligente-Chatbots-01

Technologische Grundlagen für intelligente Chatbots

Von Onlim|Februar 10th, 2020|Chatbots|

Die Integration von Chatbots in den Kundenservice ermöglicht es [...]

Weiterlesen
Kommentare deaktiviert für Technologische Grundlagen für intelligente Chatbots
  • Was kommt nach dem Chatbot Hype

Was kommt nach dem Chatbot Hype?

Von Onlim|Januar 23rd, 2020|Chatbots|

2016 kannte die Begeisterung für Chatbots noch keine Grenzen. [...]

Weiterlesen
Kommentare deaktiviert für Was kommt nach dem Chatbot Hype?
  • Mensch vs Maschine im Zeitalter der Customer Experience

Mensch vs. Maschine im Zeitalter der „Customer Experience“

Von Onlim|Januar 17th, 2020|Conversational AI, Kundenkommunikation, Künstliche Intelligenz|

Wir befinden uns heute unbestreitbar im Zeitalter der Customer [...]

Weiterlesen
Kommentare deaktiviert für Mensch vs. Maschine im Zeitalter der „Customer Experience“
  • Chatbot Analytics - So messen Sie den Erfolg Ihres Bots

Chatbot Analytics – So messen Sie den Erfolg Ihres Bots

Von Onlim|November 28th, 2019|Chatbots|

Ihr Chatbot ist gebaut. Die ersten Nutzer haben Sie [...]

Weiterlesen
Kommentare deaktiviert für Chatbot Analytics – So messen Sie den Erfolg Ihres Bots
  • Sentiment Analyse - So verbessern Sie Chatbot Interaktionen

Sentiment Analyse: So verbessern Sie Chatbot Interaktionen

Von Onlim|November 20th, 2019|Chatbots|

Die digitale Kommunikationstechnologie ist ein zentraler Bestandteil von aktuellen [...]

Weiterlesen
Kommentare deaktiviert für Sentiment Analyse: So verbessern Sie Chatbot Interaktionen
  • Welche Probleme lösen Chatbots für Finanzdienstleister

Welche Probleme lösen Chatbots für Finanzdienstleister?

Von Onlim|November 14th, 2019|finanzwesen, Use Cases|

Der Wettbewerb unter Finanzdienstleistern steigt. Es drängen stetig neue, [...]

Weiterlesen
Kommentare deaktiviert für Welche Probleme lösen Chatbots für Finanzdienstleister?
Vorherige23456Weiter

Kontakt

Neutorgasse 13/5
A-1010 Wien, Österreich

: +43 1 997 44 31
: office@onlim.com

Sprache:

  • DE
  • EN

Unternehmen

Über uns
Jobs – Wir suchen Sie!
Partner
Kontakt
Login  

Partner

Ressourcen

Blog
FAQ
Onlim-Newsletter
Trust Center

Aus unserem Blog

  • WhatsApp-Integration für Unternehmen: Kundenservice kanalübergreifend automatisieren
  • Zertifizierte Agentic AI
  • Onlim AI Agents jetzt mit MCP-Unterstützung: Schnellere Tool-Anbindungen für agentische AI-Systeme
© 2020 ONLIM Impressum   Datenschutzerklärung   AGB
LinkedInInstagramFacebookXRssXing
Page load link