Zum Inhalt springen
Anmeldeformular
Bewerben Sie sich direkt online für die ausgeschriebene Wohnung. Ihre Angaben und Dokumente werden sicher übermittelt.
300)"
x-show="showScrollButton"
x-transition:enter="transition ease-out duration-300"
x-transition:enter-start="opacity-0"
x-transition:enter-end="opacity-100"
x-transition:leave="transition ease-in duration-300"
x-transition:leave-start="opacity-100"
x-transition:leave-end="opacity-0"
x-cloak
@click="window.scrollTo({ top: 0, behavior: 'smooth' })"
class="bg-primary fixed right-4 bottom-2.5 z-40 cursor-pointer px-3 py-1.5 text-white shadow-lg lg:right-6 lg:bottom-10 lg:px-4 lg:py-2"
aria-label="Scroll to top"
>
↑