* {
    margin: 0;
    padding: 0;
    box-sizing: border-box
}

html {
    /* scroll-behavior: smooth; */
    scrollbar-gutter: stable both-edges; 
}

body {
    overflow-x: hidden;
    font-family: "Akkurat", "Helvetica Neue", "Neue Helvetica", sans-serif;
    font-weight: 300;
    background-color: #fff;
    color: #000;
}

body::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 200dvh;
  width: 100vw;
  max-width: 100%;
  background: url(4543fe1c4c14d861df49.png) lightgray 50% / cover no-repeat;
  mix-blend-mode: multiply;
  z-index: -2;
    opacity: 0.5;
}

            body.white .menu-overlay svg path {
                fill: black;
            }

            body.white .menu-overlay {
                background-color: white;
                color: black;
            }

body.menu-open {
  overflow: hidden;
}

html.animation-end body {
    background-color: #fff;
}

#top-content {
    opacity: 0;
    animation: fadeIn 1s ease-in-out forwards;
    animation-delay: .5s;
}

p {
    font-family: "Akkurat", "Helvetica Neue", "Neue Helvetica", sans-serif;
    font-size: clamp(0.875rem, 1vw, 1rem);
    font-weight: 300;
    text-align: left;
    letter-spacing: 0.01rem;
}

div.headline {
    display: flex;
    width: 68%;
    justify-content: center;
    align-items: center;
    position: absolute;
    margin: 36vh auto 0;
    left: 16%;
}

h1 {
    font-family: "Akkurat", "Helvetica Neue", "Neue Helvetica", sans-serif;
    font-size: clamp(24px, 6.8vw, 120px);
    font-weight: 300;
    text-align: center;
    height: min(220px, calc(16vw - 40px));
    margin: 0;
    letter-spacing: 0;
    top: -3vh;
    position: relative;
    opacity: 0;
    animation: fadeIn 1s ease-in-out forwards;
    animation-delay: .75s;
}

h2 {
    font-family: "Akkurat", "Helvetica Neue", "Neue Helvetica", sans-serif;
    font-size: clamp(16px, 2.1vw, 30px);
    font-weight: 500;
    text-align: center;
    height: 0;
    margin: calc(36vh + clamp(30px, 6.8vw, 120px)) 0 0;
    letter-spacing: 0.0075rem;
    opacity: 0;
    animation: fadeIn 1s ease-in-out forwards;
    animation-delay: .75s;
}

h3, h4, h5 {
    font-family: "Akkurat", "Helvetica Neue", "Neue Helvetica", sans-serif;
    font-size: clamp(16px, 2.1vw, 30px);
    font-weight: 300;
    text-align: center;
    height:auto;
    margin: 0 auto;
    letter-spacing: 0.0075rem;
    opacity: 0;
    animation: fadeIn 1s ease-in-out forwards;
    padding: 0 clamp(36px, 6vw, 72px);
    line-height: 133%;
}

h3 {
    margin-top: clamp(40px, 10vh, 160px);
    animation-delay: 1.75s;
    max-width: clamp(420px, 72vw, 840px);
}

h4 {
    font-weight: 500;
    margin-top: clamp(30px, 6vh, 120px);
    animation-delay: 3s;
    font-size: clamp(20px, 2.1vw, 30px);
}

h5 {
    font-size: clamp(14px, 1.2vw, 16px);
    margin-top: 4px;
    animation-delay: 3s;
}

/* --- NEU: H4/H5 erst nach Scroll einblenden --- */
h4, h5 {
  /* Zeitgesteuertes Fade-In deaktivieren */
  animation: none !important;

  /* Startzustand: unsichtbar + leicht nach unten versetzt */
  opacity: 0;
  transform: translateY(10px);
  transition: opacity .6s ease, transform .6s ease;
}

/* Wenn 30% gescrollt: einblenden.
   Wichtig: nicht während .animation (Scrolly-Phase) zeigen */
html.show-h45:not(.animation) h4,
html.show-h45:not(.animation) h5 {
  opacity: 1;
  transform: none;
}

/* Optional: weniger Bewegung respektieren */
@media (prefers-reduced-motion: reduce) {
  h4, h5 { transition: none; transform: none; }
}

h6 {
    font-family: "Akkurat", "Helvetica Neue", "Neue Helvetica", sans-serif;
    font-size: clamp(2rem, 3vw, 4rem);
    margin-bottom: 5rem;
    font-weight: 500;
    text-align: center;
}

.flash-message h6 {
    margin-bottom: 2rem;
    text-align: left;
}

.flash-message p {
    margin-top: 1rem;
    margin-bottom: 1rem;
    text-align: left;
    font-weight: 300;
    max-width: 740px;
    line-height: 133%;
}

.flash-message p:last-child  {
    margin-bottom: 4rem;
}

.no-scrollbar {
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.no-scrollbar::-webkit-scrollbar {
    width: 0;
    height: 0;
    background: transparent;
}

.c2a {
    margin: 0;
    padding: 0 min(calc(3vw + 5px),42px);
    opacity: 0;
    visibility: hidden;
    transition: opacity 1s ease-in-out, visibility 1s ease-in-out;
    transition-delay: 0.5s, 0.5s;
    text-align: center;
    width: 100%;
}

/* Mautic Formualr Styling */

form {
    text-align: left !important;
}

form hr {
    margin-top: 48px;
}

.mauticform_wrapper {
    max-width: 900px !important;
    margin: 10px auto;
}

.mauticform-row  {
    margin-bottom: 36px !important;
}

hr + p {
    margin-top: 16px;
    padding: 0 12px;
}

form .mauticform-checkboxgrp-row {
  font-family: 'Akkurat' !important;
  font-size: clamp(0.875rem, 1vw, 1rem) !important;
  line-height: 1.6 !important;
}

.mauticform-checkboxgrp-row {
    padding: 0 12px;
}

.mauticform-row > div > div {
    padding: 12px;
}

form .btn.btn-default.mauticform-button {
    border: 1px solid #999 !important;
    color: #000 !important;
}

@keyframes pulse {

    0%,
    100% {
        box-shadow: 0 0 0 rgba(255, 255, 255, 0);
        border-color: rgba(255, 255, 255, 0.68);
    }

    50% {
        box-shadow: 0 0 15px rgba(255, 255, 255, 0.7);
        border-color: rgba(255, 255, 255, 1);
    }
}

@keyframes borderPulse {

    0%,
    100% {
        opacity: 0.15;
    }

    50% {
        opacity: 1;
    }
}

.button {
    font-size: 1rem;
    font-weight: 300;
    text-align: center;
    letter-spacing: 0.015rem;
    margin-top: 3rem;
    border: 2px solid #fff;
    width: auto;
    display: inline-block;
    padding: 15px 36px 18px;
    border-radius: 55px;
    transition: all 0.6s ease-in-out;
}

.button.arrow {
    font-size: 1rem;
    font-weight: 300;
    text-align: center;
    letter-spacing: 0.015rem;
    margin-top: clamp(1.25rem, 3vw, 1.5rem);
    border: 2px solid #fff;
    padding: 0;
    border-radius: 55px;
    height: 55px;
    width: 55px;
    display: block;
    z-index: +1;
    position: relative;
    left: -2px;
}

.button:hover {
    background-color: #fff;
    border-color: #fff;
    color: #000;
    cursor: pointer;
    opacity: 1 !important;
    box-shadow: 0 0 15px rgba(255, 255, 255, 1);
}

.button svg {
    width: 64%;
    height: 64%;
    position: relative;
    top: 18%;
}

.button.arrow:hover svg path {
    fill: #000;
}

.pulse {
    animation: borderPulse 2.5s ease-in-out infinite;
}

.pulse_ {
    animation: pulse 3.5s ease-in-out infinite;
}

#canvas-wrapper {
    height: 800vh;
    position: relative;
    top: 80vh;
}

#canvas-sticky {
    position: sticky;
    top: 0;
    transform: none;
    text-align: center;
    height: 100dvh;
}

#scrolly-video {
    display: inline-block;
    width: 100vw;
    height: 100vh;
    object-fit: cover;
    object-position: center center;
    background-color: #000;
    margin: 0;
    opacity: 0;
    visibility: visible;
    transition: opacity 1s ease, visibility 1s ease;
    z-index: -1;
    position: absolute;
    left: 0;
}

#logo {
    position: absolute;
    right: 5px;
    top: 44px;
    height: 58px;
    width: auto;
}

#logo svg {
    width: 78px;
}

#top-content {
    width: 94vw;
    position: fixed;
    top: 0;
    left: 3vw;
    margin: 0;
    z-index: 10;
}

#main-content {
    position: fixed;
    top: 0;
    right: 5vw;
    left: 5vw;
    height: 100dvh;
}

#below-content {
    padding-top: 120px;
    padding-bottom: 200px;
    margin-top: 80vh;
}

.animation-end #below-content {
    opacity: 1;
    visibility: visible;
}


.menu-trigger {
    cursor: pointer;
    padding: 10px;
    margin: -10px;
    position: relative;
    width: fit-content;
    top: 58px;
    left: -1px;
}

.menu-trigger path {
    transition: 0.4s;
    transform-origin: 0 0;
}

.menu-trigger:hover path:first-child {
    d: path("m14.02791,19.93289c-0.2851,0 -0.55844,-0.1054 -0.76003,-0.293c-0.2016,-0.1875 -0.31493,-0.4418 -0.31493,-0.707c0,-0.2652 0.11333,-0.5195 0.31493,-0.707c0.2016,-0.1876 0.47493,-0.293 0.76003,-0.293l24.79766,0c0.28508,0 0.55844,0.1054 0.76,0.293c0.20156,0.1875 0.31496,0.4418 0.31496,0.707c0,0.2652 -0.11341,0.5195 -0.31496,0.707c-0.20156,0.1876 -0.47492,0.293 -0.76,0.293l-24.79766,0z"
        );
}

.menu-trigger:hover path:nth-child(2) {
    d: path("m0.49431,10.77411c0.18754,0.1876 0.44181,0.293 0.70703,0.293l31.1582,0c0.2652,0 0.5195,-0.1054 0.707,-0.293c0.1876,-0.1875 0.293,-0.4418 0.293,-0.707c0,-0.26522 -0.1054,-0.51949 -0.293,-0.70703c-0.1875,-0.18754 -0.4418,-0.29297 -0.707,-0.29297l-31.1582,0c-0.26522,0 -0.5195,0.10543 -0.70703,0.29297c-0.18754,0.18754 -0.29297,0.44181 -0.29297,0.70703c0,0.2652 0.10543,0.5195 0.29297,0.707z"
        );
}

.menu-trigger:hover path:last-child {
    d: path("m12.59268,1.77414c0.15603,0.18754 0.36759,0.29297 0.58825,0.29297l25.92375,0c0.22065,0 0.43223,-0.10543 0.58823,-0.29297c0.15608,-0.18754 0.24378,-0.44181 0.24378,-0.70703c0,-0.26522 -0.08769,-0.5195 -0.24378,-0.70703c-0.156,-0.18754 -0.36758,-0.29297 -0.58823,-0.29297l-25.92375,0c-0.22066,0 -0.43223,0.10543 -0.58825,0.29297c-0.15603,0.18754 -0.24375,0.44181 -0.24375,0.70703c0,0.26522 0.08772,0.51949 0.24375,0.70703z"
        );
}

img,
svg {
    vertical-align: middle;
}

#top-content svg path {
    fill: #000;
}


.nav {
    position: fixed;
    right: min(calc(3vw + 5px),42px);
    top: 44%;
    transform: translateY(-50%);
    opacity: 0;
    animation: fadeIn 1s ease-in-out forwards;
    animation-delay: 2s;
}

.nav ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.nav li {
    width: 6px;
    height: 6px;
    cursor: pointer;
    background-color: #000;
    border: none;
    border-radius: 6px;
    margin-bottom: 12px;
    margin-top: 12px;
}

.nav li.active {
    background-color: #fff;
}

html.animation-end .nav li  {
    opacity: 0;
    visibility: hidden;
}



.station {
    position: absolute;
    font-size: clamp(1.5rem, 4vw, 1.85rem);
    opacity: 0;
    visibility: hidden;
    transition:
      opacity 0.6s ease-in-out,
      visibility 0.6s ease-in-out;
    z-index: 10;
    font-weight: 300;
    left: calc(3vw + 8px);
    transform: translateY(0);
    padding: 20px 24px;
    bottom: calc(3vw + 12px);
    top: unset;
    text-align: left;
    max-width: 740px;
    line-height: 133%;
    background-color: rgba(255, 255, 255, 0.42);
    color: #000;
}

#station6 {
    width: calc(94vw - 16px);
    left: calc(3vw + 8px);
    bottom: calc(3vw + 12px);
    transform: translateY(0);
    position: absolute;
    z-index: 10;
    opacity: 0;
    visibility: hidden;
    transition:
      opacity 0.6s ease-in-out,
      visibility 0.6s ease-in-out;
}

.station_ {
    font-size: clamp(1.5rem, 4vw, 1.85rem);
    font-weight: 300;
    padding: 20px 24px;
    top: unset;
    text-align: left;
    max-width: 740px;
    line-height: 133%;
    background-color: rgba(255, 255, 255, 0.42);
    color: #000;
    width: 40vw;
}

@keyframes slideUp {
    from {
        transform: translateY(120px);
    }

    to {
        transform: translateY(0);
    }
}

.station.show, #station6.show {
    opacity: 1;
    visibility: visible;
    animation: slideUp 0.5s ease forwards;
}

.mobile {
    display: none;
}

.desktop {
    display: block;
}



@media (orientation: portrait) and (max-width: 960px) {
    
    #canvas-wrapper {
        height: 1400vh;
    }

    #scrolly-video {
        width: 100vw;
        height: 100vh;
        margin: 0;
    }

    #logo {
        height: 42px;
        top: 22px;
    }

    .menu-trigger {
        top: 36px;  
    }
    
    #main-content {
        left: calc(2vw + 10px);
        right: calc(2vw + 10px);
    }

    #below-content {
        top: 42px;
    }

    .mobile {
        display: block;
    }

    .desktop {
        display: none;
    }
    
    .station, #station6 {
        width: calc(94vw - 16px);
        max-width: none;
    }

    .station_ {
        width: 100%;
        max-width: none;
        position: relative;
        bottom: 72px;
    }
}

@media (max-width: 720px) {
    .nav {
            display: none;
    }
    .station {
        font-size: clamp(1.25rem, 3vw, 1.5rem);
        bottom: calc(3vw + 24px);
    }
}

html.animation #scrolly-video {
    opacity: 1;
    visibility: visible;
}

html.animation-end #scrolly-video,
html.animation-end #main-content,
html.animation-end .station,
html.animation-end #station6 {
    opacity: 0;
    visibility: hidden;
}

html.animation h1,
html.animation h2,
html.animation h3,
html.animation h4,
html.animation h5,
html.animation .lottie {
    opacity: 0;
    visibility: hidden;
}

html.animation-end .c2a {
    opacity: 1;
    visibility: visible;
}



@keyframes fadeIn {
    to {
        opacity: 1;
    }
}


#typing span {
    display: inline-block;
    opacity: 0;
}

@keyframes slideUp {
    from {
        transform: translateY(240px);
        opacity: 0;
    }

    to {
        transform: translateY(0);
        opacity: 1;
    }
}

#sliding span {
    display: inline-block;
    opacity: 0;
    animation: slideUp 0.12s ease-out forwards;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.lottie {
    opacity: 0;
    animation: fadeIn 1.25s ease-in-out forwards;
    animation-delay: 1.25s;
    margin: 0 auto;
    visibility: visible;
    transition: opacity .5s ease-in-out, visibility .5s ease-in-out;
    position: absolute;
    bottom: 60px;
    left: calc(50% - 21px);
}

html.animation .lottie.lottie2 {
    opacity: 1;
    visibility: visible;
    bottom: 0;
}

html.animation .lottie,
html.animation-end .lottie,
html.animation-end .lottie2 {
    opacity: 0;
    visibility: hidden;
}



            @keyframes hover-in {
                from {
                    transform: rotate(0deg);
                }

                to {
                    transform: rotate(180deg);
                }
            }

            @keyframes hover-out {
                from {
                    transform: rotate(180deg);
                }

                to {
                    transform: rotate(0deg);
                }
            }
            
            @keyframes fadeIn {
              from { opacity: 0; transform: translateY(10px); }
              to   { opacity: 1; transform: translateY(0); }
            }








            .menu-overlay {
                position: fixed;
                top: 0;
                left: 0;
                width: 100%;
                height: 100dvh;
                z-index: 20;
                padding-left: 13%;
                padding-right: 13%;
                display: none;
                opacity: 0;
                transition: opacity 0.3s linear;
            }

            .menu-overlay .header {
                display: flex;
                justify-content: flex-end;
                padding: 50px 0;
            }

            .menu-overlay .language {
                height: 30px;
                flex-grow: 2;
                display: flex;
                align-items: flex-end;
            }

            .menu-overlay .language ul {
                margin-bottom: 7vh;
                list-style: none;
                padding-left: 0;
                display: flex;
                flex-direction: row;
                gap: 17px;
            }

            .menu-overlay .language ul li {
                display: inline-block;
                font-family: Akkurat;
                font-size: 16px;
                font-style: normal;
                font-weight: 300;
                line-height: 26px;
                padding-right: 17px;
                border-right: 1px solid #000;
            }

            .menu-overlay .language ul li.active {
                font-weight: 500;
            }

            .menu-overlay .language ul li:last-child {
                border: none;
            }

            .menu-overlay .language ul li a {
                text-decoration: none;
            }

            .menu-overlay .language ul li.active a,
            .menu-overlay .language ul li:hover a {
                text-decoration: underline;
                text-underline-offset: 4px;
            }

            .menu-overlay .header .close {
                background: none;
                height: 68px;
                width: 68px;
                border: 2px solid #777;
                border-radius: 100%;
                align-self: flex-end;
                right: -1px;
                position: relative;
                cursor: pointer;
            }

            body.white .menu-overlay .header .close,
            body.beige .menu-overlay .header .close {
                border: 1px solid #e2e2e2;
            }
            
            .menu-overlay .header .close svg {
                -webkit-animation: hover-out 0.3s linear 1;
                -moz-animation: hover-out 0.3s linear 1;
                animation: hover-out 0.3s linear 1;
            }

            body.menu-open .menu-overlay {
                display: flex;
                flex-direction: column;
            }

            .menu-overlay.menu-animation {
                opacity: 1;
                transition: opacity 0.3s linear;
            }

            .menu-overlay .header .close:hover {
                box-shadow: none;
                transform: scale(1.12);
            }

            .menu-overlay .header .close:hover svg {
                transform: scale(1.12);
                -webkit-animation: hover-in 0.3s linear 1;
                -moz-animation: hover-in 0.3s linear 1;
                animation: hover-in 0.3s linear 1;
            }




            .menu-overlay .menu ul {
                list-style: none;
                padding-left: 0;
            }

            .menu-overlay .menu ul li {
                height: 42px;
                margin-bottom: 2.4vh;
            }

            .menu-overlay .menu ul li a {
                color: white;
                font-family: Akkurat;
                font-size: 24px;
                font-style: normal;
                font-weight: 300;
                line-height: 40px;
                text-decoration: none;
            }

            body.white .menu-overlay .menu ul li a,
            body.beige .menu-overlay .menu ul li a {
                color: black;
            }

            .menu-overlay .menu ul li a svg {
                margin-left: 17px;
                transition: margin 0.3s linear;
                top: -2px;
                position: relative;
                height: 21px;
                width: 21px;
            }

            .menu-overlay .menu ul li a:hover svg {
                margin-left: 24px;
                margin-top: -7px;
            }

            .menu-overlay .menu ul li a:hover {
                text-decoration: underline;
                text-underline-offset: 7px;
            }

            .menu-overlay .bottom-row {
                display: flex;
                flex-direction: row;
                justify-content: space-between;
                flex-wrap: wrap;
                gap: 5vh;
                margin-bottom: 8vh;
            }

            .menu-overlay .socials h3 {
                color: white;
                font-family: Akkurat;
                font-size: 16px;
                font-style: normal;
                font-weight: 400;
                line-height: 26px;
            }

            .menu-overlay .socials ul {
                list-style: none;
                display: flex;
                flex-direction: row;
                gap: 12px;
                margin-left: -7px;
                margin-top: 6px;
                padding-left: 0;
            }

            .menu-overlay .socials ul li {
                width: 36px;
                height: 36px;
                cursor: pointer;
            }
            
            .menu-overlay .socials ul li div {
                background-repeat: no-repeat;
                background-position: center center;
                transform-style: preserve-3d;
                transition: transform .4s ease-in-out;
                transform-origin: center center;
                backface-visibility: visible;
                width: 36px;
                height: 36px;
            }
            
            .menu-overlay .socials ul li:hover div {
              transform: rotateY(180deg);
            }

            .menu-overlay .socials ul li div.facebook {
                background-image: url(f775448d389e342e0b9d_.svg);
            }

            .menu-overlay .socials ul li div.instagram {
                background-image: url(58a36cdaa1a7c562441a_.svg);
            }

            .menu-overlay .socials ul li div.linkedin {
                background-image: url(ec38f8326baa97b38a6a_.svg);
            }

            .menu-overlay .socials ul li div.pinterest {
                background-image: url(1bc0ab1690c0e65cdd55_.svg);
            }

            .menu-overlay .socials ul li div.youtube {
                background-image: url(363a987a133cc8b1ed48_.svg);
            }

            body.white .menu-overlay .socials ul li div.facebook,
            body.beige .menu-overlay .socials ul li div.facebook {
                background-image: url(f775448d389e342e0b9d.svg);
            }
            body.white .menu-overlay .socials ul li div.instagram,
            body.beige .menu-overlay .socials ul li div.instagram {
                background-image: url(58a36cdaa1a7c562441a.svg);
            }
            body.white .menu-overlay .socials ul li div.linkedin,
            body.beige .menu-overlay .socials ul li div.linkedin {
                background-image: url(ec38f8326baa97b38a6a.svg);
            }
            body.white .menu-overlay .socials ul li div.pinterest,
            body.beige .menu-overlay .socials ul li div.pinterest {
                background-image: url(1bc0ab1690c0e65cdd55.svg);
            }
            body.white .menu-overlay .socials ul li div.youtube,
            body.beige .menu-overlay .socials ul li div.youtube {
                background-image: url(363a987a133cc8b1ed48.svg);
            }

            .menu-overlay .socials ul li a {
                text-indent: -9999px;
                display: inline-block;
                height: 100%;
                width: 100%;
            }

            .menu-overlay .bottom-row .meta-navigation {
                display: flex;
                align-items: flex-end;
            }

            .menu-overlay .bottom-row .meta-navigation ul {
                list-style: none;
                padding-left: 0;
                display: flex;
                flex-direction: row;
                gap: 17px;
            }

            .menu-overlay .bottom-row .meta-navigation ul li a {
                color: white;
                text-decoration: none;
                display: inline-block;
                font-family: Akkurat;
                font-size: 16px;
                font-style: normal;
                font-weight: 300;
                line-height: 26px;
                padding-right: 17px;
                border-right: 1px solid white;
            }

            .menu-overlay .bottom-row .meta-navigation ul li:hover a {
                text-decoration: underline;
                text-underline-offset: 4px;
            }

            .menu-overlay .bottom-row .meta-navigation ul li:last-child a {
                border: none;
            }

            .menu-overlay hr {
                color: white;
                margin-bottom: 4.8vh;
                margin-top: 5vh;
                max-width: 420px;
                text-align: left;
                margin-left: 0;
                opacity: 0.68;
                width: 84%;
            }
 
            .text {
              width: 825px;
              max-width: 90vw;
              margin: 0 auto;
              text-align: center;
            }    

            .text.intro {
              font-size: clamp(36px,8vw,78px);
              font-style: normal;
              font-weight: 400;
              line-height: normal;
            }

            .label {
              height: 30px;
              padding-bottom: 18px;
            }

            .text.label {
              font-size: clamp(18px,3vw,24px);
              margin-top: 20vh;
              font-style: normal;
              font-weight: 400;
              line-height: 34px;
              margin-bottom: 17px;
            }
            
            body.white .menu-overlay .socials h3,
            body.beige .menu-overlay .socials h3,
            body.white .menu-overlay hr,
            body.beige .menu-overlay hr,
            body.white .menu-overlay .language ul li a,
            body.beige .menu-overlay .language ul li a,
            body.white .menu-overlay .bottom-row .meta-navigation ul li a,
            body.beige .menu-overlay .bottom-row .meta-navigation ul li a {
                color: black;
            }
            
            body.white .menu-overlay .bottom-row .meta-navigation ul li a,
            body.beige .menu-overlay .bottom-row .meta-navigation ul li a,
            body.white .menu-overlay .language ul li a,
            body.beige .menu-overlay .language ul li a {
                border-color: black;
            }


            @media (max-width: 767.98px), (max-height: 800px) {
                .menu {
                    height: 40vh;    
                    overflow-y: scroll;
                    overflow-x: hidden;
                    margin-right: 15px;
                }

                .menu-overlay {
                    padding-left: 5%;
                    padding-right: 5%;
                }

                .menu-overlay .header {
                    padding: 26px 0 3vh 0;
                }

                .menu-overlay .menu ul li {
                    height: 36px;
                }

                .menu-overlay .menu ul li a {
                    font-size: 20px;
                    line-height: 28px;
                }

                .menu-overlay .header .close svg,
                .menu-overlay .menu ul li a svg {
                    width: 18px;
                    height: auto;
                }

                .menu-overlay .header .close {
                    height: 42px;
                    width: 42px;
                }
            }

            @media (max-width: 480px), (max-height: 640px) {
                .menu {
                    height: 38vh;
                }

                .menu-overlay .header {
                    padding: 16px 0 2vh 0;
                }

                .menu-overlay .language ul {
                    margin-bottom: 3.5vh;
                }
                .menu-overlay .menu ul li {
                    height: 24px;
                    margin-bottom: 12px;
                }

                .menu-overlay a,
                .menu-overlay h3 {
                    font-size: 14px !important;
                }

                .menu-overlay .menu ul li a {
                    font-size: 16px !important;
                    line-height: 26px;
                }

                .menu-overlay .header .close svg,
                .menu-overlay .menu ul li a svg {
                    width: 16px;
                    height: auto;
                    top: -1px;
                }
            }