diff --git a/src/layouts/AusweisLayoutDaten.astro b/src/layouts/AusweisLayoutDaten.astro
index cf1a4523..db6f2fa2 100644
--- a/src/layouts/AusweisLayoutDaten.astro
+++ b/src/layouts/AusweisLayoutDaten.astro
@@ -102,6 +102,13 @@ const { title } = Astro.props;
+
+
+
@@ -147,6 +154,11 @@ const { title } = Astro.props;
+
+
+
+
- window.addEventListener("scroll", (event) => {
- let scroll = window.scrollY;
-
- console.log(scroll);
- if (scroll >= 400) {
- document
- .getElementById("skala")
- ?.classList.add(
- "2xl:fixed",
- "2xl:py-4",
- "2xl:top-0",
- "2xl:z-20"
- );
- document.getElementById("skala")?.classList.remove("w-full");
-
- document.getElementById("skala").style.borderBottom =
- "3px solid #e6e6e6";
-
- document.getElementById("performance-box").style.maxWidth =
- "688.5px";
- document.getElementById("progress-box").style.maxWidth = "688.5px";
-
- document
- .getElementById("formInput-1")
- ?.classList.add("2xl:mt-[370px]");
- } else {
- document
- .getElementById("skala")
- ?.classList.remove(
- "2xl:fixed",
- "2xl:py-4",
- "2xl:top-0",
- "2xl:z-20"
- );
- document.getElementById("skala")?.classList.add("w-full");
-
- document.getElementById("skala").style.borderBottom = "none";
-
- document
- .getElementById("formInput-1")
- ?.classList.remove("2xl:mt-[370px]");
- }
- });
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- {title || "Energieausweis online erstellen - Online Energieausweis"}
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/src/layouts/AusweisLayoutDatenImmowelt2.astro b/src/layouts/AusweisLayoutDatenImmowelt2.astro
deleted file mode 100644
index f0ff2f32..00000000
--- a/src/layouts/AusweisLayoutDatenImmowelt2.astro
+++ /dev/null
@@ -1,156 +0,0 @@
----
-import "../style/global.css";
-import "../style/formular.css";
-import "../../svelte-dialogs.config"
-import Header from "#components/design/header/AusweisHeaderImmowelt2.astro";
-import Footer from "#components/design/footer/Footer.astro";
-import { NotificationWrapper } from "@ibcornelsen/ui";
-
-export interface Props {
- title: string;
-}
-
-const { title } = Astro.props;
----
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- {title || 'Energieausweis online erstellen - Online Energieausweis'}
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/src/layouts/AusweisLayoutDatenPartner.astro b/src/layouts/AusweisLayoutDatenPartner.astro
index f2a46122..b79bf6cb 100644
--- a/src/layouts/AusweisLayoutDatenPartner.astro
+++ b/src/layouts/AusweisLayoutDatenPartner.astro
@@ -85,6 +85,14 @@ window.addEventListener("scroll", () => {
+
+
+
+
@@ -127,7 +135,11 @@ window.addEventListener("scroll", () => {
-
+
+
+
+
@@ -136,7 +148,6 @@ window.addEventListener("scroll", () => {
-
diff --git a/src/layouts/AusweisLayoutPruefung.astro b/src/layouts/AusweisLayoutPruefung.astro
index b133387a..02cba403 100644
--- a/src/layouts/AusweisLayoutPruefung.astro
+++ b/src/layouts/AusweisLayoutPruefung.astro
@@ -37,6 +37,14 @@ const { title } = Astro.props;
+
+
+
+
@@ -79,6 +87,10 @@ const { title } = Astro.props;
+
+
+
diff --git a/src/layouts/Layout.astro b/src/layouts/Layout.astro
index c050ca1a..5d79cd5e 100644
--- a/src/layouts/Layout.astro
+++ b/src/layouts/Layout.astro
@@ -98,6 +98,15 @@ window.addEventListener("scroll", (event) => {
+
+
+
+
+
@@ -111,6 +120,10 @@ window.addEventListener("scroll", (event) => {
+
+
+