diff --git a/public/images/right-sidebar/UMBE_gewerbegebaeude-weiss.svg b/public/images/right-sidebar/UMBE_gewerbegebaeude-weiss.svg index fe9c6489..c6e04087 100644 --- a/public/images/right-sidebar/UMBE_gewerbegebaeude-weiss.svg +++ b/public/images/right-sidebar/UMBE_gewerbegebaeude-weiss.svg @@ -1,39 +1,35 @@ - + - - + + - - + + - - - - - - + + + + + + - - - + + + \ No newline at end of file diff --git a/public/images/right-sidebar/UMBE_wohngebaeude-weiss.svg b/public/images/right-sidebar/UMBE_wohngebaeude-weiss.svg index df568dda..8053678f 100644 --- a/public/images/right-sidebar/UMBE_wohngebaeude-weiss.svg +++ b/public/images/right-sidebar/UMBE_wohngebaeude-weiss.svg @@ -1,39 +1,35 @@ - + - - + + - - + + - - - - + + + + - - - - + + + + diff --git a/src/components/Ausweis/ButtonSpaeterHilfe.svelte b/src/components/Ausweis/ButtonSpaeterHilfe.svelte index e32be9ac..2360996c 100644 --- a/src/components/Ausweis/ButtonSpaeterHilfe.svelte +++ b/src/components/Ausweis/ButtonSpaeterHilfe.svelte @@ -7,8 +7,8 @@ -
+
diff --git a/src/components/Ausweis/ButtonWeiterHilfe.svelte b/src/components/Ausweis/ButtonWeiterHilfe.svelte index 8d5372ab..68d78502 100644 --- a/src/components/Ausweis/ButtonWeiterHilfe.svelte +++ b/src/components/Ausweis/ButtonWeiterHilfe.svelte @@ -140,7 +140,7 @@ grid-cols-1 gap-x-2 gap-y-4 />
- Verbrauchsausweis online
inkl. ausführlicher telefonischer + Verbrauchsausweis online
inkl. ausführlicher telefonischer Beratung
@@ -160,7 +160,7 @@ grid-cols-1 gap-x-2 gap-y-4 />
- Verbrauchsausweis offline Sie schicken uns 3 Verbrauchsabrechnungen zu) + Verbrauchsausweis offline
Sie schicken uns 3 Verbrauchsabrechnungen zu)
diff --git a/src/components/Ausweis/Progressbar.svelte b/src/components/Ausweis/Progressbar.svelte index 79f02fac..c79f9145 100644 --- a/src/components/Ausweis/Progressbar.svelte +++ b/src/components/Ausweis/Progressbar.svelte @@ -4,22 +4,29 @@ "Kundendaten", "Kaufbestätigung", ]; + export let stepsalign: string[] = [ + "justify-self-start", + "justify-self-center", + "justify-self-end", + ]; + export let active: number; export let progress: number = active / (steps.length - 1) * 100; export let ausweisart; + export let anliegen; import { PRICES } from "#lib/constants.js"; import { Enums } from "#lib/client/prisma.js";
-

Energieausweis erstellen

+

Energieausweis {anliegen}

{ausweisart} {PRICES[ausweisart][Enums.AusweisTyp.Standard]} €

-
{i + 1}
+
{i + 1}
{step}
{/each} diff --git a/src/components/design/content/ProduktVergleichGewerbe.svelte b/src/components/design/content/ProduktVergleichGewerbe.svelte index 72968ef9..8c7c6b7b 100644 --- a/src/components/design/content/ProduktVergleichGewerbe.svelte +++ b/src/components/design/content/ProduktVergleichGewerbe.svelte @@ -9,7 +9,7 @@
-
Wohnhaus Verbrauchsausweis
+
Wohnhaus Verbrauchsausweis
Verbrauchsausweis
Gewerbe
@@ -38,7 +38,7 @@
-
Wohnhaus Bedarfsausweis
+
Wohnhaus Bedarfsausweis
Bedarfsausweis
Gewerbe
diff --git a/src/components/design/header/Header.astro b/src/components/design/header/Header.astro index fec0b503..e2b67593 100644 --- a/src/components/design/header/Header.astro +++ b/src/components/design/header/Header.astro @@ -63,7 +63,7 @@ lg:px-0 lg:gap-x-4">
- +
diff --git a/src/layouts/AusweisLayoutDaten.astro b/src/layouts/AusweisLayoutDaten.astro index 26f89450..3e526d28 100644 --- a/src/layouts/AusweisLayoutDaten.astro +++ b/src/layouts/AusweisLayoutDaten.astro @@ -150,9 +150,6 @@ const { title } = Astro.props; } } - - - .headline { @apply text-lg; } diff --git a/src/modules/BedarfsausweisWohnen/BedarfsausweisWohnenModule.svelte b/src/modules/BedarfsausweisWohnen/BedarfsausweisWohnenModule.svelte index e3e87098..9bfa1b13 100644 --- a/src/modules/BedarfsausweisWohnen/BedarfsausweisWohnenModule.svelte +++ b/src/modules/BedarfsausweisWohnen/BedarfsausweisWohnenModule.svelte @@ -37,7 +37,6 @@ import ButtonSpaeterHilfe from "#components/Ausweis/ButtonSpaeterHilfe.svelte"; - let ausweisart = Enums.Ausweisart.BedarfsausweisWohnen export let ausweis: BedarfsausweisWohnenClient; export let objekt: ObjektClient export let aufnahme: AufnahmeClient @@ -157,15 +156,14 @@ ausweis.anteil_zusatzheizung = 0.7; ausweis = ausweis; } + + const ausweisart = Enums.Ausweisart.BedarfsausweisWohnen + const anliegen = "anfragen"; -
- - +
+ - - - - +
diff --git a/src/modules/VerbrauchsausweisGewerbe/VerbrauchsausweisGewerbeModule.svelte b/src/modules/VerbrauchsausweisGewerbe/VerbrauchsausweisGewerbeModule.svelte index 3182e4b6..c57267a7 100644 --- a/src/modules/VerbrauchsausweisGewerbe/VerbrauchsausweisGewerbeModule.svelte +++ b/src/modules/VerbrauchsausweisGewerbe/VerbrauchsausweisGewerbeModule.svelte @@ -44,7 +44,9 @@ export let objekt: ObjektClient; export let aufnahme: AufnahmeClient; export let bilder: UploadedGebaeudeBild[]; - export let ausweisart = Enums.Ausweisart.VerbrauchsausweisGewerbe; + + const ausweisart = Enums.Ausweisart.VerbrauchsausweisWohnen + const anliegen = "anfragen"; if (Object.keys(ausweis).length === 0) { const localStorageAusweis = localStorage.getItem("ausweis"); @@ -117,12 +119,8 @@ -
- - +
+ - + +
diff --git a/src/modules/VerbrauchsausweisWohnen/VerbrauchsausweisWohnenModule.svelte b/src/modules/VerbrauchsausweisWohnen/VerbrauchsausweisWohnenModule.svelte index ab7b6b3a..2a8f72db 100644 --- a/src/modules/VerbrauchsausweisWohnen/VerbrauchsausweisWohnenModule.svelte +++ b/src/modules/VerbrauchsausweisWohnen/VerbrauchsausweisWohnenModule.svelte @@ -144,7 +144,7 @@ } const ausweisart = Enums.Ausweisart.VerbrauchsausweisWohnen - +const anliegen = "erstellen"; @@ -165,8 +165,7 @@ const ausweisart = Enums.Ausweisart.VerbrauchsausweisWohnen
- - + - - - - - - +
diff --git a/src/modules/angebot-anfragen/GEGNachweisGewerbeModule.svelte b/src/modules/angebot-anfragen/GEGNachweisGewerbeModule.svelte index ff0940a3..e8ac5ceb 100644 --- a/src/modules/angebot-anfragen/GEGNachweisGewerbeModule.svelte +++ b/src/modules/angebot-anfragen/GEGNachweisGewerbeModule.svelte @@ -72,23 +72,13 @@ } const ausweisart = Enums.Ausweisart.GEGNachweisGewerbe; + const anliegen = "anfragen"; -
-
-

GEG Nachweis Anfragen

-

Verbrauchsausweis Wohnen

- -
+
+ + +
-
-
-

GEG Nachweis Anfragen

-

GEG-Nachweis Wohngebäude

- +
+ + +
-