/**
 * Theme Name: Spielzeugmuseum
 * Template:   twentytwentyfour
 */

.headnav {
    width: 100%
}

.headnav ul {
    display: flex;
    justify-content: space-between;
}

.headnav ul li {
    display: block !important;
    text-align: center !important;
    flex-grow: 1;
    padding-right: 0 !important;
}

.headnav ul li a {
    display: block;
    text-decoration: none;
    font-weight: bold;
    padding-bottom: 15px;
    padding-top: 15px;

}