/* START Alphafilter START */
section.alphafilter {
    border: #ccc 1px solid;
    padding: 0 2.1rem;
}
#alphafilter {
    display: flex;
    justify-items: center;
    justify-content: center;
    font-family: 'VeneerTwo';
    font-size: 3.5rem;
    flex-wrap: wrap;
    margin-bottom: 1rem;
}
#alphafilter a{
    text-transform: uppercase;
    border: 3px solid #ffffff;
    padding: 0.4rem 0.4rem 0.2rem 0.4rem;
}

#alphafilter a:hover{
    filter: grayscale(1);
    cursor: pointer;
    border: 3px solid #999999;
}

/* END Alphafilter END*/

/* START Pulldownfilter START */
#pulldownfilter{
    background-color: #ccc;
}
#pulldownfilter h2 {
    color: #fff;
}

#pulldownfilter h2,
#pulldownfilter gf_detailbox_h1 {
    margin-top: 0.5rem;
    margin-bottom: 0.9rem;
}
#pulldownfilter select {
    border: none;
    padding: 0.4rem;
    width: 100%;
}
#reset .reset {
    border: 1px solid #ff7100;
    background-color: #fff;
    color: #ff7100;
    padding: 0.4rem 1rem;
}
#reset .reset:hover {
    background-color: #ff7100;
    color: #fff;
}


/* END Pulldownfilter END*/


/* START Articles START */

#articles{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

#articles .article.grid_item {
    width: 100%;
    border: 1px solid #ccc;
    border-collapse: collapse;
    margin: 0 0 1rem 0;
 /*   display: none;*/
    padding-top:0;
}

#articles .author,
#articles .text_content,
#articles .headline
{
    padding: 0 0.5rem;
}

#articles .headline{
    margin: 0.5rem 0;
}


/* END Articles END*/