.justmobile {display:none;}
@media only screen and (max-width: 990px) {

#general #navigator {
    width: 100%;
    display: none;
}
#general #content { 
    width: calc(100% - 240px); 
}










}
@media only screen and (max-width: 768px) {


#general .generalItems.newsItems .newsitem .preview .titl {
    font-size: 15px;
    line-height: 1.3;
}
#general #content { 
    grid-template-columns: 1fr; 
}
main > .wrap { 
    grid-template-columns: 1fr; 
}
aside {
    padding: 24px 10px;
}


}
@media only screen and (max-width: 576px) {
#general #content { 
    width: 100%; 
}
#general #themes { 
    width: 100%;
    padding: 24px 10px; 
}
#general .generalItems.newsItems .newsitem {
    width: 100%;
    height: auto;
}
#general .generalItems.newsItems .newsitem .preview {
    height: auto;
}
.footer__holder {
    padding: 16px 20px;
}


article .text {
    font-size: 15px; 
}
article h1 {
    font-size: 22px;
}

header .wrap { 
    grid-template-columns: 120px 1fr;
}

}


