
nav {
    
    position: sticky;
    top: 0px;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    -moz-backdrop-filter: blur(8px);
    -o-backdrop-filter: blur(8px);
    -ms-backdrop-filter: blur(8px);
    z-index: 100;
    
}

.nav-link {

    font-size: 1.5em;
    text-decoration: none;
    text-align: center;
    padding: 30px;
    margin-top: 20px;          

}

.nav-punkt {

    color: black;
    font-weight: 600;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    padding-top: 50px;
        
}

.nav-punkt:hover {
    font-weight: bolder;
    color: white;
    background-color: rgb(226, 222, 222);
    
}

nav ul, footer ul {
    
    list-style: none;
    margin: 500 px;
    padding-top: 24px;
    padding-bottom: 24px;
    
    
}

footer nav ul li a {

    list-style: none;
    text-decoration: none;
    padding: 80px;
    font-weight: 600;
    color: black;
    font-family: Verdana, Geneva, Tahoma, sans-serif;

}

.toggle_button {

    width: 30px;
    height: 23px;
    position: absolute;
    top: 25px;
    right: 25px;
    display: none;
    flex-direction: column;
    justify-content: space-between;
}

.bar {
    height: 4px;
    width: 100%;
    background: black;
    border-radius: 100px;
}

footer {

    margin-top: 80px;
}
nav input[type="checkbox"] {

    display: none;
     
}

@media only screen and (max-width: 940px) {

        
    .toggle_button {
        display: flex;

    }
    .mitte {
        height: min-content;
        max-width: 100%;
        display: none;
        position: left;
        padding: 0;
        margin: 0;
        
    }

        
    #toggle_button:checked ~ ul {
        display: block;

    }

    
    .nav-punkt {
        line-height: 40px;
        padding: 0;
    }

    
    .nav-punkt:hover {
        transform: none;
        color: red;
        background: none;

    }

    #body {

        box-sizing: content-box;
        display: contents;
    }

        
    footer nav ul li a {

        padding: 30px;
        margin: 0;

    }

    @media all and (max-width: 415px) {
    
        .td, .td-rechts {
            font-size: 16px;

        }
            

    }
    



}