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

    /* homepage */
    #news { display: none; }

    #news-headers-content td.kategorie { 
        padding-left: 0; 
        padding-right: 0; 
        vertical-align: top; 
    }

    #news-headers-content td.kategorie span { 
        display: block; 
        background: #f9e4da; 
        color: #1b1918; 
        padding: 5px;
        text-align: center; 
        border-radius: 3px; 
        text-transform: lowercase; 
        font-size: 0.8rem;
    }     

    #news-headers-content td.highlighted { font-weight: bold; color: #ff3; }
    #news-headers-content a.more { display: block; width: 25px; padding: 0; float: right; }
    #news-headers-content a.more span { display: none; }
        



    p.news-archive { margin-top: 5px; text-align: right; }

    div#news-archive-search { display: none; }
    table#news-archive th.author { display: none; }
    table#news-archive td.author { display: none; }
    table#news-archive a.more span { display: none; }


    
    #news.archiv {
        background: transparent;
        width: 100%;
        padding: 0;
        height: auto;
    }

    .novinka { line-height: 1.3em; }

    .novinka dl.info { display: inline; }
    .novinka dl.info dt { display: inline; padding-right: 3px; color: #aaa; }
    .novinka dl.info dd { display: inline; padding-right: 10px; color: #eee; }

    .novinka dl.info dd + dt::before {
        content: "/";
        padding-right: 10px; 
    }

    
    .novinka dl.info dt.permalink,
    .novinka dl.info dd.permalink { display: none; }
    
    .novinka div.text { text-align: justify; margin: 1.5rem 0; }
    
    .novinka div.text div.citace { text-align: left; }
    
    .novinka div.text img { width: 100%; }



    #profil-news-table th.novinka-author,
    #profil-news-table td.novinka-author,
    #profil-news-table th.novinka-link,
    #profil-news-table td.novinka-link {
        display: none;
    }

    
    #news-archive-form {
        background: #3c352a;
        border-radius: 0.3rem;
        padding: 0.5rem 1rem;
    }

    #news-archive-form div.form-item { 
        width: 100%; 
        padding: 0.2rem 0; 
    }

    #news-archive-form div.form-item label { 
        width: 100%; 
        display: block;
    }

    #news-archive-form div.form-item button { 
        margin-top: 1rem;
        float: left; 
    }

    #news-archive-form div.form-item a.reset { 
        margin-top: 1rem;
        float: right;
        text-align: right;
        opacity: 0.6; 
    }



}