diff --git a/public/images/widget/gewerbegebaeude.svg b/public/images/widget/gewerbegebaeude.svg
new file mode 100644
index 00000000..b1187c37
--- /dev/null
+++ b/public/images/widget/gewerbegebaeude.svg
@@ -0,0 +1,35 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/public/images/widget/wohngebaeude.svg b/public/images/widget/wohngebaeude.svg
new file mode 100644
index 00000000..6fb83e9c
--- /dev/null
+++ b/public/images/widget/wohngebaeude.svg
@@ -0,0 +1,65 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/components/Ausweis/Ausweisart.svelte b/src/components/Ausweis/Ausweisart.svelte
index 986be682..0e3049ec 100644
--- a/src/components/Ausweis/Ausweisart.svelte
+++ b/src/components/Ausweis/Ausweisart.svelte
@@ -145,7 +145,7 @@ xl:grid-cols-3 xl:gap-x-8 xl:gap-y-8
Für einzelne Wohnungen kann kein Energieausweis ausgestellt werden.
-
+ {#if ausweisart=="VerbrauchsausweisWohnen"}
diff --git a/src/components/Ausweis/Progressbar.svelte b/src/components/Ausweis/Progressbar.svelte
index 85611f45..a9f3a740 100644
--- a/src/components/Ausweis/Progressbar.svelte
+++ b/src/components/Ausweis/Progressbar.svelte
@@ -1,8 +1,8 @@
@@ -16,6 +16,7 @@
+
1
Gebäudedaten
diff --git a/src/components/design/content/ProduktUebersichtBedarfsausweisGewerbe.svelte b/src/components/design/content/ProduktUebersichtBedarfsausweisGewerbe.svelte
index 7da06032..018d635b 100644
--- a/src/components/design/content/ProduktUebersichtBedarfsausweisGewerbe.svelte
+++ b/src/components/design/content/ProduktUebersichtBedarfsausweisGewerbe.svelte
@@ -35,9 +35,9 @@
{#each bullets as [bullet,online,premium,offline]}
{@html bullet}
-
{online ? "✔" : "✘"}
-
{premium ? "✔" : "✘"}
-
{offline ? "✔" : "✘"}
+
{online ? "✔" : "⁃"}
+
{premium ? "✔" : "⁃"}
+
{offline ? "✔" : "⁃"}
{/each}
@@ -79,7 +79,7 @@
@apply text-[1.25rem] sm:text-[1.5rem] font-bold text-green-700;
}
.check-no {
- @apply text-[1.25rem] sm:text-[1.5rem] font-bold text-red-700;
+ @apply text-[1.25rem] sm:text-[1.5rem] font-bold text-black;
}
.price{@apply text-[1.25rem] sm:text-[2rem]}
diff --git a/src/components/design/content/ProduktUebersichtBedarfsausweisWohnen.svelte b/src/components/design/content/ProduktUebersichtBedarfsausweisWohnen.svelte
index e254e31e..83d6d548 100644
--- a/src/components/design/content/ProduktUebersichtBedarfsausweisWohnen.svelte
+++ b/src/components/design/content/ProduktUebersichtBedarfsausweisWohnen.svelte
@@ -35,9 +35,9 @@
{#each bullets as [bullet,online,premium,offline]}
{@html bullet}
-
{online ? "✔" : "✘"}
-
{premium ? "✔" : "✘"}
-
{offline ? "✔" : "✘"}
+
{online ? "✔" : "⁃"}
+
{premium ? "✔" : "⁃"}
+
{offline ? "✔" : "⁃"}
{/each}
@@ -79,7 +79,7 @@
@apply text-[1.25rem] sm:text-[1.5rem] font-bold text-green-700;
}
.check-no {
- @apply text-[1.25rem] sm:text-[1.5rem] font-bold text-red-700;
+ @apply text-[1.25rem] sm:text-[1.5rem] font-bold text-black;
}
.price{@apply text-[1.25rem] sm:text-[2rem]}
diff --git a/src/components/design/content/ProduktUebersichtVerbrauchsausweisGewerbe.svelte b/src/components/design/content/ProduktUebersichtVerbrauchsausweisGewerbe.svelte
index f7f85af2..cca07262 100644
--- a/src/components/design/content/ProduktUebersichtVerbrauchsausweisGewerbe.svelte
+++ b/src/components/design/content/ProduktUebersichtVerbrauchsausweisGewerbe.svelte
@@ -35,9 +35,9 @@
{#each bullets as [bullet,online,premium,offline]}
{@html bullet}
-
{online ? "✔" : "✘"}
-
{premium ? "✔" : "✘"}
-
{offline ? "✔" : "✘"}
+
{online ? "✔" : "⁃"}
+
{premium ? "✔" : "⁃"}
+
{offline ? "✔" : "⁃"}
{/each}
@@ -79,7 +79,7 @@
@apply text-[1.25rem] sm:text-[1.5rem] font-bold text-green-700;
}
.check-no {
- @apply text-[1.25rem] sm:text-[1.5rem] font-bold text-red-700;
+ @apply text-[1.25rem] sm:text-[1.5rem] font-bold text-black;
}
.price{@apply text-[1.25rem] sm:text-[2rem]}
diff --git a/src/components/design/content/ProduktUebersichtVerbrauchsausweisWohnen.svelte b/src/components/design/content/ProduktUebersichtVerbrauchsausweisWohnen.svelte
index 4bae90c3..865cd08d 100644
--- a/src/components/design/content/ProduktUebersichtVerbrauchsausweisWohnen.svelte
+++ b/src/components/design/content/ProduktUebersichtVerbrauchsausweisWohnen.svelte
@@ -35,9 +35,9 @@ bullets = [
{#each bullets as [bullet,online,premium,offline]}
{@html bullet}
-
{online ? "✔" : "✘"}
-
{premium ? "✔" : "✘"}
-
{offline ? "✔" : "✘"}
+
{online ? "✔" : "⁃"}
+
{premium ? "✔" : "⁃"}
+
{offline ? "✔" : "⁃"}
{/each}
@@ -79,7 +79,7 @@ bullets = [
@apply text-[1.25rem] sm:text-[1.5rem] font-bold text-green-700;
}
.check-no {
- @apply text-[1.25rem] sm:text-[1.5rem] font-bold text-red-700;
+ @apply text-[1.25rem] sm:text-[1.5rem] font-bold text-black;
}
.price{@apply text-[1.25rem] sm:text-[2rem]}
diff --git a/src/components/design/content/WidgetCardTemplate_ORG.svelte b/src/components/design/content/WidgetCardTemplate_ORG.svelte
deleted file mode 100644
index 988ba6e0..00000000
--- a/src/components/design/content/WidgetCardTemplate_ORG.svelte
+++ /dev/null
@@ -1,99 +0,0 @@
-
-
-
-
{name}
- {#if empfehlung=="ja"}
-
- {/if}
-
-
-
-
-
-
-
-
-
-
-
-
-
-
{variant}
-
-
-
- {#each services as [service, check]}
-
-
{@html service}
-
{check ? "✔" : "✘"}
-
- {/each}
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/src/components/widgets/WelcherAusweisWidget.svelte b/src/components/widgets/WelcherAusweisWidget.svelte
deleted file mode 100644
index 7d3d6fcc..00000000
--- a/src/components/widgets/WelcherAusweisWidget.svelte
+++ /dev/null
@@ -1,347 +0,0 @@
-
-
-
-
-
-
-
diff --git a/src/components/widgets/WelcherAusweisWidget_IBC.svelte b/src/components/widgets/WelcherAusweisWidget_IBC.svelte
new file mode 100644
index 00000000..196b6edd
--- /dev/null
+++ b/src/components/widgets/WelcherAusweisWidget_IBC.svelte
@@ -0,0 +1,425 @@
+
+
+
+
+
diff --git a/src/components/widgets/WidgetCardTemplate_IBC.svelte b/src/components/widgets/WidgetCardTemplate_IBC.svelte
new file mode 100644
index 00000000..0758f3d4
--- /dev/null
+++ b/src/components/widgets/WidgetCardTemplate_IBC.svelte
@@ -0,0 +1,103 @@
+
+
+
+{#if empfehlung=="ja"}
+
Empfehlung
+{/if}
+
{name}
+
+
+
+
{variant}
+
+
+
+
+
+
+
+
+
+ {#each services as [service, check]}
+
+
{@html service}
+
{check ? "✔" : "✘"}
+
+ {/each}
+
+
+
+
+
diff --git a/src/components/widgets/WelcherAusweisWidget_1.svelte b/src/components/widgets/immowelt/WelcherAusweisWidget_immowelt.svelte
similarity index 99%
rename from src/components/widgets/WelcherAusweisWidget_1.svelte
rename to src/components/widgets/immowelt/WelcherAusweisWidget_immowelt.svelte
index 67b3c65f..e91ee688 100644
--- a/src/components/widgets/WelcherAusweisWidget_1.svelte
+++ b/src/components/widgets/immowelt/WelcherAusweisWidget_immowelt.svelte
@@ -1,6 +1,6 @@
@@ -193,7 +195,7 @@ lg:grid-cols-2 lg:gap-x-6
Energiesausweis erstellen
{ausweisart} {PRICES.VerbrauchsausweisWohnen[0]} €
-
+
@@ -203,7 +205,7 @@ lg:grid-cols-2 lg:gap-x-6