diff --git a/src/components/Ausweis/Hilfe.svelte b/src/components/Ausweis/Hilfe.svelte
index 99152ca6..cce9fb9d 100644
--- a/src/components/Ausweis/Hilfe.svelte
+++ b/src/components/Ausweis/Hilfe.svelte
@@ -1,15 +1,24 @@
+ >Hilfe anfordern
+
- {#if showHelp}
-
-
+{#if showHelp}
+
+
+
+
+
+
+
+
+
+ {/if}
+
diff --git a/src/components/Ausweis/PerformanceScore.svelte b/src/components/Ausweis/PerformanceScore.svelte
index fa61287b..93ed3cd7 100644
--- a/src/components/Ausweis/PerformanceScore.svelte
+++ b/src/components/Ausweis/PerformanceScore.svelte
@@ -78,9 +78,8 @@
})();
}
-
-
-

+
+
-
+
diff --git a/src/components/Ausweis/Progressbar.svelte b/src/components/Ausweis/Progressbar.svelte
index 72abecec..def70d3d 100644
--- a/src/components/Ausweis/Progressbar.svelte
+++ b/src/components/Ausweis/Progressbar.svelte
@@ -3,33 +3,39 @@
-
-
+
+
-
-
Gebäudedaten
-
Prüfung
-
Kaufabschluss
-
+
+
+
+
+
+
+
-
\ No newline at end of file
diff --git a/src/components/design/header/AusweisHeader.astro b/src/components/design/header/AusweisHeader.astro
new file mode 100644
index 00000000..42bc69cb
--- /dev/null
+++ b/src/components/design/header/AusweisHeader.astro
@@ -0,0 +1,86 @@
+---
+import HeaderLogin from "#header/HeaderLogin.svelte";
+---
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/components/design/header/HeaderLogin.svelte b/src/components/design/header/HeaderLogin.svelte
index 129f04e4..918839cd 100644
--- a/src/components/design/header/HeaderLogin.svelte
+++ b/src/components/design/header/HeaderLogin.svelte
@@ -22,7 +22,7 @@
-
+
diff --git a/src/components/labels/BereichLabel.svelte b/src/components/labels/BereichLabel.svelte
index 134a6bc3..8c61093b 100644
--- a/src/components/labels/BereichLabel.svelte
+++ b/src/components/labels/BereichLabel.svelte
@@ -27,8 +27,9 @@
>
{bereich}
+
{#if open}
@@ -36,6 +37,7 @@
{:else}
+
{/if}
+
diff --git a/src/layouts/AusweisLayout.astro b/src/layouts/AusweisLayout.astro
index 5d774073..37067262 100644
--- a/src/layouts/AusweisLayout.astro
+++ b/src/layouts/AusweisLayout.astro
@@ -2,7 +2,7 @@
import "../style/global.css";
import "../style/formular.css";
import "../../svelte-dialogs.config"
-import Header from "#header/Header.astro";
+import Header from "#header/AusweisHeader.astro";
import Footer from "#footer/Footer.astro";
import SidebarLeft from "#sidebarLeft/SidebarLeft.astro";
import { NotificationWrapper } from "@ibcornelsen/ui";
@@ -12,9 +12,49 @@ export interface Props {
}
const { title } = Astro.props;
-
-
---
+
diff --git a/src/layouts/Layout.astro b/src/layouts/Layout.astro
index c5b4545b..52779dad 100644
--- a/src/layouts/Layout.astro
+++ b/src/layouts/Layout.astro
@@ -15,6 +15,7 @@ const { title } = Astro.props;
---
diff --git a/src/modules/VerbrauchsausweisWohnen/VerbrauchsausweisWohnenModule.svelte b/src/modules/VerbrauchsausweisWohnen/VerbrauchsausweisWohnenModule.svelte
index 92dd68c7..4657ba16 100644
--- a/src/modules/VerbrauchsausweisWohnen/VerbrauchsausweisWohnenModule.svelte
+++ b/src/modules/VerbrauchsausweisWohnen/VerbrauchsausweisWohnenModule.svelte
@@ -1,7 +1,8 @@