diff --git a/src/components/Widget2.svelte b/src/components/Widget2.svelte
index 07d70065..9d5d3e57 100644
--- a/src/components/Widget2.svelte
+++ b/src/components/Widget2.svelte
@@ -85,7 +85,14 @@ import { fade } from 'svelte/transition';
-
+ {#if showResult}
+
+
+
+
+
+ {/if}
+
{#if showResult}
@@ -141,20 +148,20 @@ import { fade } from 'svelte/transition';
@apply rounded-lg text-gray-700;
}
+ .OEA_item6 {
+
+ .result {
+ @apply opacity-0 transition-opacity duration-1000 ease-in-out;
+ }
+
+ .result[style*="opacity: 1"] {
+ @apply opacity-100;
+ }
+ }
+
}
}
- .empfehlungen a {
- @apply text-blue-600 underline hover:text-blue-800 font-semibold;
- }
-
- .result {
- @apply opacity-0 transition-opacity duration-1000 ease-in-out;
- }
-
- .result[style*="opacity: 1"] {
- @apply opacity-100;
- }
\ No newline at end of file