0) {
activeIndex = (activeIndex + 1) % items.length;
items[activeIndex].focus(); // Setze den Fokus auf das aktuelle Element
}
"
@keydown.arrow-up.prevent="
if (items.length > 0) {
activeIndex = (activeIndex - 1 + items.length) % items.length;
items[activeIndex].focus(); // Setze den Fokus auf das aktuelle Element
}
">
Discover KOLK 17
Search the content of our website.
Report a Barrier
KOLK 17 gGmbH Figurentheater & Museum Kolk 14 23552 Lübeck
Telefon: +49 451 70060 Email: info@kolk17.de
Have you discovered a barrier and would like to inform us about it? Feel free to contact us! Please use this form exclusively for issues related to accessibility in accordance with the Barrier-Free Information Technology Ordinance (BITV 2.0).