diff --git a/src/components/Widget2.svelte b/src/components/Widget2.svelte index 9d5d3e57..a0a7f354 100644 --- a/src/components/Widget2.svelte +++ b/src/components/Widget2.svelte @@ -92,17 +92,6 @@ import { fade } from 'svelte/transition'; {/if} - - - {#if showResult} -
-
-

- Sie haben "Einfamilienhaus" und "Vermietung/Verkauf" ausgewählt. -

-
-
- {/if} @@ -148,7 +137,7 @@ import { fade } from 'svelte/transition'; @apply rounded-lg text-gray-700; } - .OEA_item6 { + .OEA_item6 { @apply w-[60] relative; .result { @apply opacity-0 transition-opacity duration-1000 ease-in-out;