+
{{ currentLanguage }}
diff --git a/components/MarqueeBanner.vue b/components/MarqueeBanner.vue
index e84e85d..8109f5d 100644
--- a/components/MarqueeBanner.vue
+++ b/components/MarqueeBanner.vue
@@ -21,11 +21,14 @@
-
+
-
@@ -52,12 +55,45 @@
format="webp"
loading="lazy"
:class="['custLogo', { greyscale: greyscale }]"
-
+ />
+
+
+ -
+
+
+
+
+
+
@@ -127,7 +163,6 @@ const props = defineProps({
svg
margin: 0
-
.box
background-color: $beige
width: 100%
@@ -139,26 +174,27 @@ const props = defineProps({
h2
color: #333
- font-size: 1.2rem
+ font-size: 1.4rem
font-family: 'Mainfont-Bold'
padding-top: 0rem
-.marquee
- overflow: hidden
- width: 100%
- padding: 3rem auto
-
-.marquee-track
- display: flex
- animation: scroll 20s linear infinite
- width: max-content
-
-.marquee-list
- display: flex
- gap: 3rem
- list-style: none
- padding: 1rem 0
- margin: 0
+ .marquee
+ overflow: hidden
+ width: 100%
+ position: relative
+ margin: 2rem 0
+
+ .marquee-track
+ display: flex
+ width: fit-content
+ animation: scroll linear infinite
+
+ .marquee-list
+ display: flex
+ gap: 3rem
+ list-style: none
+ padding: 1rem 0
+ margin: 0
.marquee-item
flex-shrink: 0
@@ -176,9 +212,9 @@ const props = defineProps({
filter: grayscale(0)
@keyframes scroll
- from
+ 0%
transform: translateX(0)
- to
+ 100%
transform: translateX(-50%)
.waveBox
diff --git a/components/template/NavBar.vue b/components/template/NavBar.vue
index bf32ed1..7342c34 100644
--- a/components/template/NavBar.vue
+++ b/components/template/NavBar.vue
@@ -7,7 +7,6 @@
scrollPosition > 50 ? 'scrolled' : ''
]"
aria-label="Hauptnavigation"
- role="menu"
>
-