@import url('https://fonts.googleapis.com/css2?family=Fredoka:wght@300..700&family=Luckiest+Guy&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
*{
    border: 1px solid rgba(255, 0, 0, 0); /* Debugging purpose, to be removed later */
}

.navbar a {
border: 1px solid rgba(0, 0, 255, 0); /* Debugging purpose, to be removed later */
}

.navbar ul {
    border: 1px solid rgba(0, 128, 0, 0); /* Debugging purpose, to be removed later */
}

li {
    border: 1px solid rgba(255, 255, 0, 0); /* Debugging purpose, to be removed later */
}


.ham-menu{
    display: none;
}


.off-screen-menu{
    display: none;
}


.navbar {
    position: sticky;
    width: 1fr;
    margin: auto;
    height: 13.5vh;
    max-height: 115px;
    padding: 20px;
}

#navlogo {
    overflow: hidden;
    position: fixed;
    margin: 0px;
    padding: 0px;
    height: 100%;
    float: left;
    left: -2px;
    border-right: 1px outset white ;
    border-left: 1.5px inset rgba(0, 0, 0, 0) ;
}

.navbar a {
    color: white;
    text-decoration: none;
    display: block;
    text-align: center;
    font-family: "Montserrat",Arial, Helvetica, sans-serif;
    letter-spacing: 1px;
    padding-left: 30px;
    padding-right: 30px;
    font-size: larger;
    font-weight: 600;
    transition: 0.3s;
    border-radius: 10px;
}

.navbar a:hover {
    transition: 0.3s;

transform: scale(1.1);
    border-radius: 10px;
}

.navbar a:active {
    transform: scale(0.95);
    transition: 0.1s;
}

.navbar ul {
    padding: 0px;
    margin-left: 75px;
    list-style-type: none;
}

.navdiv {
    
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    text-align: center;
    height: 75%;
    border: 1px inset rgba(255, 255, 255, 0.096);
    background-color: rgba(255, 255, 255, 0.192);
    cursor: default;
    overflow: hidden;
    border-radius: 20px;
    box-shadow: rgba(0, 255, 106, 0.103) 0px 0px 100px;

    margin-top: 2vh;
    backdrop-filter: blur(10px);
}

.navbar li {
    width: 24%;
    display: inline-block;
    
}


@media (max-width: 768px) {
  .navbar {
    z-index: 10;
    position: sticky;
    width: 80vw;
    margin: auto;
    height: 7.5vh;
    max-height: 115px;
    padding: 15px;
}

#navlogo {
    display: none;
    position: fixed;
    margin: 0px;
    padding: 0px;
    height: 100%;
    left: 0px;
}

.navbar a {
    color: white;
    text-decoration: none;
    display: block;
    text-align: center;
    font-family: "Montserrat",Arial, Helvetica, sans-serif;
    letter-spacing: 1px;
    padding-left: 0px;
    padding-right: 0px;
    font-size: medium;
    font-weight: 600;
    transition: 0.3s;
    border-radius: 10px;
    justify-content: center;
    align-items: center;
    align-self: center;
}

.navbar a:hover {
    transition: 0.3s;

}

.navbar a:active {
    transition: 0.1s;
}

.navbar ul {
    padding: 0px;
    margin-left: 0px;
    list-style-type: none;
    width: 78vw;
}

.navdiv {
    
    display: flex;
    flex-direction: row;
    justify-content: center;
    height: 75%;
    border: 1px inset rgba(255, 255, 255, 0.096);
    background-color: rgba(255, 255, 255, 0.192);
    cursor: default;
    border-radius: 10px;
    box-shadow: rgba(0, 255, 106, 0.103) 0px 0px 100px;
    
    margin-top: 1vh;
    backdrop-filter: blur(10px);
}

.navbar li {
    position: relative;
    width: 15.8vw; 
    justify-content: center;
    padding-right: 10px;
    align-items: center;
    text-align: center;
    align-self: center;
    align-content: center
}
/*
.mob {
    display: none !important;  normalerweise none
}
*/






.off-screen-menu{
    display: block;
    background-color: rgb(34, 37, 49);
    height: 100vh;
    width: 100%;
    max-width: 250px;
    position: fixed;
    top: 0;
    right: -250px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 3rem;
    transition: .3s ease;
}
.off-screen-menu:active {
    right: 0;
}

}

@media (max-width: 400px) {
  .navbar {
    z-index: 10;
    position: sticky;
    width: 85vw;
    margin: auto;
    height: 7.5vh;
    max-height: 115px;
    padding: 15px;
}

#navlogo {
    display: none;
    position: fixed;
    margin: 0px;
    padding: 0px;
    height: 100%;
    left: -2px;
}

.navbar a {
    color: white;
    text-decoration: none;
    display: block;
    text-align: center;
    font-family: "Montserrat",Arial, Helvetica, sans-serif;
    letter-spacing: 1px;
    padding-left: 0px;
    padding-right: 0px;
    font-size: medium;
    font-weight: 600;
    transition: 0.3s;
    border-radius: 10px;
    justify-content: center;
    align-items: center;
    align-self: center;
}

.navbar a:hover {
    transition: 0.3s;

}

.navbar a:active {
    transition: 0.1s;
}

.navbar ul {
    padding: 0px;
    margin-left: 0px;
    list-style-type: none;
    width: 80vw;
}

.navdiv {
    
    display: flex;
    flex-direction: row;
    justify-content: center;
    height: 75%;
    border: 1px inset rgba(255, 255, 255, 0.096);
    background-color: rgba(255, 255, 255, 0.192);
    cursor: default;
    border-radius: 10px;
    box-shadow: rgba(0, 255, 106, 0.103) 0px 0px 100px;
    
    margin-top: 1vh;
    backdrop-filter: blur(10px);
}

.navbar li {
    position: relative;
    width: 15.8vw; 
    justify-content: center;
    padding-right: 10px;
    align-items: center;
    text-align: center;
    align-self: center;
    align-content: center
}
}