.menubackground {
    position: fixed;
    width: 3.6rem;
    height: 3.6rem;
    top: 0px;
    left: 0px;
    z-index: 200;
    background-color: red;
}

.menutopitem {    text-decoration: none;
    font-size: 1.8rem;
    color: white;
    font-weight:300;
    letter-spacing: 0.15rem;
    position: relative;
    line-height:2.5rem;
}

/* nav ul {

} */

.accordion-button.collapsed
{padding-bottom:0.5rem;}


nav ul li {
    list-style: none;
    text-align: left;
}

nav ul li a {
    text-decoration: none;
    font-size: 1.5rem;
    line-height: 3rem;
    font-weight: 300;
    color: white;
    letter-spacing: 2px;
    position: relative;
}

nav ul li a:hover {
    text-align: center;
    background: linear-gradient(90deg, rgba(186, 148, 62, 1) 0%, rgba(236, 172, 32, 1) 20%, rgba(186, 148, 62, 1) 39%, rgba(249, 244, 180, 1) 50%, rgba(186, 148, 62, 1) 60%, rgba(236, 172, 32, 1) 80%, rgba(186, 148, 62, 1) 100%);
    -webkit-background-clip: text;
    background-clip: text;
    background-size: text;
    -webkit-text-fill-color: transparent;
    animation: shine 3s infinite;
    background-size: 200%;
    background-position: left;
}

@keyframes shine {
    to {
        background-position: right
    }
}

nav ul li a::after {
    content: '';
    height: 0.2rem;
    width: 0%;
    background: linear-gradient(90deg, rgba(186, 148, 62, 1) 0%, rgba(236, 172, 32, 1) 20%, rgba(186, 148, 62, 1) 39%, rgba(249, 244, 180, 1) 50%, rgba(186, 148, 62, 1) 60%, rgba(236, 172, 32, 1) 80%, rgba(186, 148, 62, 1) 100%);
    position: absolute;
    bottom: 0;
    left: 0;
    transition: width 0.5s;
}

nav ul li a:hover::after {
    width: 100%;
}

nav {
    position: fixed;
    width: 100%;
    height: 100vh;
    height: calc(var(--innerHeight, 1vh) * 100);
    background: #000;
    z-index: 9999;
    top: 200vh;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    transition: 1s;
    z-index: 9999;
}

.lite-text {
    background-color: linear-gradient(90deg, rgba(186, 148, 62, 1) 0%, rgba(236, 172, 32, 1) 20%, rgba(186, 148, 62, 1) 39%, rgba(249, 244, 180, 1) 50%, rgba(186, 148, 62, 1) 60%, rgba(236, 172, 32, 1) 80%, rgba(186, 148, 62, 1) 100%);
    font-size: 100px;
    letter-spacing: 100px;
    opacity: 0.9;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-weight: 700;
    z-index: -1;
}

.close-icon {
    width: 2.1rem;
    height: 2.1rem;
    color: white;
    position: absolute;
    left: 10px;
    top: 10px;
    cursor: pointer;
    z-index: 9999;
}

.Menu-icon {
    width: 2.1rem;
    height: 2.1rem;
    position: fixed;
    left: 0.7rem;
    top: 0.7rem;
    cursor: pointer;
    z-index: 888;
}

.GermanyFlag{
    height: 2rem;
    width: 3.6rem;
    position: absolute;
    left: 0.1rem;
    top: 2.4rem;
    cursor: pointer;
}

.UKFlag{
    width: 3.5rem;
    height: 2.1rem;
    position: absolute;
    left: 6.5rem;
    top: 2.4rem;
    cursor: pointer;
}

.menusubitem {
    font-size: 2rem;
    opacity: 0; 
    z-index: 2;
    right: 0rem;
}

/* Button - Erleichterte Bedienung */
.accessibility { 
    text-decoration: none;
    text-align: left;
    margin: 2rem 0 1rem 0;
}

.accessibility img{ margin-right: 10px; }

.accessibility a{ vertical-align: middle }


/* 

@media only screen and (min-width: 767px) {
    nav ul li a {
        font-size: 2rem;
    }

    .menusubitem {
        font-size: 1.5rem;
    }
}

@media only screen and (max-width: 767px) {
    nav ul li a {
        font-size: 1.5rem;
    }
}

@media only screen and (max-width: 390px) and (orientation : portrait) {
    nav ul li a {
        font-size: 1rem;
    }
} */

.accordion-body{
    text-decoration: none;
    font-size: 1.5rem;
    line-height: 3rem;
    font-weight: 300;
    color: white;
    letter-spacing: 2px;
    position: relative;
}

.accordion{
    --bs-accordion-bg: transparent;
    --bs-accordion-border-color: transparent;
    --bs-accordion-btn-focus-border-color: transparent;
    --bs-accordion-btn-focus-box-shadow: transparent;
    --bs-accordion-active-color: transparent;
    --bs-accordion-active-bg: transparent;
    --bs-accordion-btn-icon: url(/media/textures/Ui/arrow.png);
    --bs-accordion-btn-icon-transform: rotate(180deg);
    --bs-accordion-btn-icon-width: 2rem;
    --bs-accordion-btn-active-icon: url(/media/textures/Ui/arrowUP.png);
}

.accordion-button::after{
    width: 2.5rem;
    height: 2.5rem;
    background-size: contain;
    transform: rotate(270deg);
}

.accordion-button{
    padding: 0;
}


@media (min-width:320px) and (max-width:576px) {

    .menubackground {
        position: fixed;
        width: 2.5rem;
        height: 2.5rem;

    }

    .Menu-icon {
        width: 1.75rem;
        height: 1.75rem;
        left:0.33rem;
        top:0.33rem;
        position: fixed;
        cursor: pointer;
        z-index: 888;
    }

    .accordion-body{
        font-size: 1.3rem;
    }

}



/*===================
    DEVICE SETTINGS
    Phone Portrait
  ===================*/

  @media (min-width:320px) and (max-width:576px) {
    
    nav ul li a{ 
        font-size: 1.2rem; 
        line-height: 1rem;
    }

   li { 
    margin-top: 0.3rem; 
    margin-bottom: 0.3rem;
    }

    .menutopitem { font-size: 1.2rem; }

  }