temporaly fix

This commit is contained in:
2026-03-27 22:28:07 +01:00
parent b21ade22f3
commit e3d20612f4
10 changed files with 30 additions and 5 deletions

View File

@@ -98,12 +98,14 @@
<a href="#fit" class="nav-link">Für wen?</a>
<a href="#process" class="nav-link">Prozess</a>
<a href="#demo-section" class="nav-link">Kontakt</a>
<!-- TEMP HIDDEN: Services/Google Feed nav
<div class="nav-dropdown">
<a href="#" class="nav-link" onclick="return false;">Services <span class="dropdown-arrow"></span></a>
<div class="dropdown-menu">
<a href="sites/feed.html" class="dropdown-item">Google Feed</a>
</div>
</div>
-->
</nav>
</div>
@@ -125,7 +127,7 @@
<a href="#fit" class="mobile-nav-link">Für wen?</a>
<a href="#process" class="mobile-nav-link">Prozess</a>
<a href="#demo-section" class="mobile-nav-link">Kontakt</a>
<a href="sites/feed.html" class="mobile-nav-link">Google Feed</a>
<!-- TEMP HIDDEN: <a href="sites/feed.html" class="mobile-nav-link">Google Feed</a> -->
</nav>
</div>

View File

@@ -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';

View File

@@ -93,12 +93,14 @@
<a href="../index.html#qualification" class="nav-link">Für wen?</a>
<a href="../index.html#process" class="nav-link">Prozess</a>
<a href="../index.html#interaction" class="nav-link">Kontakt</a>
<!-- TEMP HIDDEN: Services/Google Feed nav
<div class="nav-dropdown">
<a href="#" class="nav-link" onclick="return false;">Services <span class="dropdown-arrow"></span></a>
<div class="dropdown-menu">
<a href="feed.html" class="dropdown-item">Google Feed</a>
</div>
</div>
-->
</nav>
</div>
<div class="top-banner-right">

View File

@@ -149,12 +149,14 @@
<a href="../index.html#fit" class="nav-link">Für wen?</a>
<a href="../index.html#process" class="nav-link">Prozess</a>
<a href="../index.html#demo-section" class="nav-link">Kontakt</a>
<!-- TEMP HIDDEN: Services/Google Feed nav
<div class="nav-dropdown">
<a href="#" class="nav-link" onclick="return false;">Services <span class="dropdown-arrow"></span></a>
<div class="dropdown-menu">
<a href="feed.html" class="dropdown-item">Google Feed</a>
</div>
</div>
-->
</nav>
</div>

View File

@@ -92,12 +92,14 @@
<a href="../index.html#fit" class="nav-link">Für wen?</a>
<a href="../index.html#process" class="nav-link">Prozess</a>
<a href="../index.html#demo-section" class="nav-link">Kontakt</a>
<!-- TEMP HIDDEN: Services/Google Feed nav
<div class="nav-dropdown">
<a href="#" class="nav-link active" onclick="return false;">Services <span class="dropdown-arrow"></span></a>
<div class="dropdown-menu">
<a href="feed.html" class="dropdown-item">Google Feed</a>
</div>
</div>
-->
</nav>
</div>
<div class="top-banner-right">

View File

@@ -148,12 +148,14 @@
<a href="../index.html#fit" class="nav-link">Für wen?</a>
<a href="../index.html#process" class="nav-link">Prozess</a>
<a href="../index.html#demo-section" class="nav-link">Kontakt</a>
<!-- TEMP HIDDEN: Services/Google Feed nav
<div class="nav-dropdown">
<a href="#" class="nav-link" onclick="return false;">Services <span class="dropdown-arrow"></span></a>
<div class="dropdown-menu">
<a href="feed.html" class="dropdown-item">Google Feed</a>
</div>
</div>
-->
</nav>
</div>

View File

@@ -93,12 +93,14 @@
<a href="../index.html#qualification" class="nav-link">Für wen?</a>
<a href="../index.html#process" class="nav-link">Prozess</a>
<a href="../index.html#interaction" class="nav-link">Kontakt</a>
<!-- TEMP HIDDEN: Services/Google Feed nav
<div class="nav-dropdown">
<a href="#" class="nav-link" onclick="return false;">Services <span class="dropdown-arrow"></span></a>
<div class="dropdown-menu">
<a href="feed.html" class="dropdown-item">Google Feed</a>
</div>
</div>
-->
</nav>
</div>
<div class="top-banner-right">

View File

@@ -94,12 +94,14 @@
<a href="../index.html#qualification" class="nav-link">Für wen?</a>
<a href="../index.html#process" class="nav-link">Prozess</a>
<a href="../index.html#interaction" class="nav-link">Kontakt</a>
<!-- TEMP HIDDEN: Services/Google Feed nav
<div class="nav-dropdown">
<a href="#" class="nav-link" onclick="return false;">Services <span class="dropdown-arrow"></span></a>
<div class="dropdown-menu">
<a href="feed.html" class="dropdown-item">Google Feed</a>
</div>
</div>
-->
</nav>
</div>
<div class="top-banner-right">

View File

@@ -185,12 +185,14 @@
<a href="../index.html#qualification" class="nav-link">Für wen?</a>
<a href="../index.html#process" class="nav-link">Prozess</a>
<a href="../index.html#interaction" class="nav-link active">Kontakt</a>
<!-- TEMP HIDDEN: Services/Google Feed nav
<div class="nav-dropdown">
<a href="#" class="nav-link" onclick="return false;">Services <span class="dropdown-arrow"></span></a>
<div class="dropdown-menu">
<a href="feed.html" class="dropdown-item">Google Feed</a>
</div>
</div>
-->
</nav>
</div>
<div class="top-banner-right">
@@ -270,7 +272,7 @@
<label for="service">Gewünschte Dienstleistung *</label>
<select id="service" name="service" required>
<option value="" disabled selected>Bitte wählen...</option>
<option value="google-feed">Google Feed</option>
<!-- TEMP HIDDEN: <option value="google-feed">Google Feed</option> -->
</select>
</div>
<div class="form-group">

View File

@@ -93,12 +93,14 @@
<a href="../index.html#qualification" class="nav-link">Für wen?</a>
<a href="../index.html#process" class="nav-link">Prozess</a>
<a href="../index.html#interaction" class="nav-link">Kontakt</a>
<!-- TEMP HIDDEN: Services/Google Feed nav
<div class="nav-dropdown">
<a href="#" class="nav-link" onclick="return false;">Services <span class="dropdown-arrow"></span></a>
<div class="dropdown-menu">
<a href="feed.html" class="dropdown-item">Google Feed</a>
</div>
</div>
-->
</nav>
</div>
<div class="top-banner-right">