body{
    font-weight: 400;
}
ul.sitemap,ul.sitemap ul{
        padding: 10px;
        list-style: inherit;
}
ul.sitemap li{
    font-weight:700;
}
ul.sitemaplv2{
    display:flex;
    flex-wrap:wrap;
}
ul.sitemaplv2 li {
   font-weight: 400;
    min-width: 30%;
    font-size: 80%;
}
.hasChildren{
    color:green;
    font-size:130%;
}

@media only screen and (max-width: 768px){
    ul.sitemaplv2 {
       display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    ul.sitemaplv2 li {
        font-weight: 400;
        width: 40%;
        font-size: 80%;
        padding-right: 0;
        margin-right: 5%;
    }
}

@media only screen and (max-width: 336px){
    ul.sitemaplv2 li {
        
        width: 90%;
    }
}