.news_frame
{
    height: 26em;
    width: 99%;
    border: 1px solid var(--white);
    margin: auto;
    /*background: radial-gradient(circle, var(--farbeSlideInfoBG) 0%, var(--farbeMenueBG) 100%);*/
    background-color: var(--farbeHeaderBG);
}

.news_link
{
    text-decoration: none;
}

.news_img_wrapper
{
    height: 20em;
    align-content: center;
}

.news_img
{
    width: auto !important;
    max-height: 20em !important;
    max-width: 35em !important;    
    margin-top: 0.3em !important;
    margin-bottom: 0.3em !important;
}

.news_info {    
    bottom: 0;
    height: 5em;
    font-size: 0.9em;    
    color: var(--farbeHeaderText);
    /*background-color: var(--farbeSlideInfoBG);*/    
}

.news_info h3
{
    margin-bottom: 0;
}

.news_info p
{
    margin-top: 0;
}