@import  url('//cdn.schrift.co/fonts/NEUEMogobauWeb/NEUEMogobauWebDURL.css');

*{
    font-family: 'NEUE Mogobau Webtext' !important;
}
h1, h2, h3{
    font-family: 'NEUE Mogobau WebHL' !important;
}

article ul li{
    font-weight: 700 !important;
    font-size: 110%;
}

section.tryItOutScroll textarea{
    font-family: 'NEUE Mogobau WebHL' !important;
}

@media (max-width: 767px){
    article ul li{
        font-weight: 400 !important;
    }
}

header nav ul li div{
    margin-top: -4px;
}

header h1 span {
    margin-top: 0;
}