.menu {
    background-image: none;
}

.menu li:nth-of-type(1) a {
    color:var(--paars);
    text-decoration: none;
    text-shadow: none;
}

.menu {
    height: 58px;
    background-color: var(--lichtpaars);
}
@media screen and (orientation: portrait) {
    .menu {
        height: 300px;
    }
}

/*h1 {
    text-decoration: underline;*/
    .kop {
        text-decoration: underline;
        text-decoration-color: rgb(246, 235, 16);
        text-decoration-thickness: 9px;
        }
/*}*/

.footermenu li:nth-of-type(1) {
    font-weight:normal;
}    
.footeradres {
    margin-bottom: 18px;
}