diff --git a/Profice WebSite/index.html b/Profice WebSite/index.html index 6795c31..9062182 100644 --- a/Profice WebSite/index.html +++ b/Profice WebSite/index.html @@ -98,12 +98,14 @@ Für wen? Prozess Kontakt + @@ -125,7 +127,7 @@ Für wen? Prozess Kontakt - Google Feed + diff --git a/Profice WebSite/scripts/ki-chat-bubble.js b/Profice WebSite/scripts/ki-chat-bubble.js index 8aa4e2a..c05e303 100644 --- a/Profice WebSite/scripts/ki-chat-bubble.js +++ b/Profice WebSite/scripts/ki-chat-bubble.js @@ -46,8 +46,8 @@ Chatbot.init({ sendButtonColor: "#d4864a" }, footer: { - textColor: "#ffffff", - text: " ", + textColor: "#999999", + text: "Dies ist ein KI-System. Bitte geben Sie keine sensiblen personenbezogenen Daten ein.", company: " ", companyLink: "" } @@ -77,7 +77,14 @@ function injectHeaderStyle() { header.style.border = '3px solid #d4864a'; header.style.boxSizing = 'border-box'; - // No border-radius here — the parent chatwindow's overflow:hidden clips corners naturally + + // Round the bottom corners of the chat window container (parent of the header) + const chatWindow = header.parentElement; + if (chatWindow) { + chatWindow.style.borderBottomLeftRadius = '12px'; + chatWindow.style.borderBottomRightRadius = '12px'; + chatWindow.style.overflow = 'hidden'; + } const marker = document.createElement('span'); marker.id = 'profice-header-applied'; diff --git a/Profice WebSite/sites/automatisation.html b/Profice WebSite/sites/automatisation.html index a01e0bb..7864cb9 100644 --- a/Profice WebSite/sites/automatisation.html +++ b/Profice WebSite/sites/automatisation.html @@ -93,12 +93,14 @@ Für wen? Prozess Kontakt +
diff --git a/Profice WebSite/sites/datenschutz.html b/Profice WebSite/sites/datenschutz.html index 84fb082..71495fb 100644 --- a/Profice WebSite/sites/datenschutz.html +++ b/Profice WebSite/sites/datenschutz.html @@ -149,12 +149,14 @@ Für wen? Prozess Kontakt +
diff --git a/Profice WebSite/sites/feed.html b/Profice WebSite/sites/feed.html index b8b7148..c7792a9 100644 --- a/Profice WebSite/sites/feed.html +++ b/Profice WebSite/sites/feed.html @@ -92,12 +92,14 @@ Für wen? Prozess Kontakt +
diff --git a/Profice WebSite/sites/impressum.html b/Profice WebSite/sites/impressum.html index 3391ccf..24882f9 100644 --- a/Profice WebSite/sites/impressum.html +++ b/Profice WebSite/sites/impressum.html @@ -148,12 +148,14 @@ Für wen? Prozess Kontakt +
diff --git a/Profice WebSite/sites/ki-integration.html b/Profice WebSite/sites/ki-integration.html index c166aee..b56262b 100644 --- a/Profice WebSite/sites/ki-integration.html +++ b/Profice WebSite/sites/ki-integration.html @@ -93,12 +93,14 @@ Für wen? Prozess Kontakt +
diff --git a/Profice WebSite/sites/leads.html b/Profice WebSite/sites/leads.html index 090fda9..bb7e250 100644 --- a/Profice WebSite/sites/leads.html +++ b/Profice WebSite/sites/leads.html @@ -94,12 +94,14 @@ Für wen? Prozess Kontakt +
diff --git a/Profice WebSite/sites/offers.html b/Profice WebSite/sites/offers.html index 9e20ecc..f327ae2 100644 --- a/Profice WebSite/sites/offers.html +++ b/Profice WebSite/sites/offers.html @@ -185,12 +185,14 @@ Für wen? Prozess Kontakt +
@@ -270,7 +272,7 @@
diff --git a/Profice WebSite/sites/website.html b/Profice WebSite/sites/website.html index 31d37c5..4f8c334 100644 --- a/Profice WebSite/sites/website.html +++ b/Profice WebSite/sites/website.html @@ -93,12 +93,14 @@ Für wen? Prozess Kontakt +