diff --git a/src/pages/faq/index.astro b/src/pages/faq/index.astro
index 800b48de..c4ed51af 100644
--- a/src/pages/faq/index.astro
+++ b/src/pages/faq/index.astro
@@ -5,6 +5,67 @@ import Layout from "#layouts/Layout.astro";
---
+
+
+
+
+
FAQ – Sammlung
@@ -359,6 +420,20 @@ import Layout from "#layouts/Layout.astro";
&__tag:hover {
@apply shadow-md;
}
+
+ &__tag--active {
+ @apply bg-blue-300 text-blue-900 font-bold;
+ }
}
+
+.faq__section {
+ @apply hidden mt-4;
+
+ &--visible {
+ @apply block;
+ }
+}
+
+
\ No newline at end of file