/*Pressemitteilungen and Terminübersicht*/
.layout_newslist .news_block_item {
    padding: 0px;
    position: relative;
    width: 100%;
    box-sizing: border-box;
    min-height: 60px;
    transition: all 50ms ease-in-out;
    clear: both;
    float: none;
    margin-bottom: 50px;
    display: flex;
    flex-wrap: wrap;
}

body:not(.kulturportal) .layout_newslist .news_block_item .intro_image { 
    width: 150px;
    height: auto;
    margin-right: 35px;
}

body:not(.kulturportal) .layout_newslist .news_block_item .intro_text {
    width: calc( 100% - 185px);
}

.com-content-article__body .news_block.newsflash.layout_newslist img{
    border-radius: 20px;
}
.com-content-article__body .news_block.newsflash.layout_newslist a.item_title_link{
    color: #000;
    text-decoration: none;
}
@media only screen and (max-width: 499px){
    .layout_newslist .news_block_item .intro_image { 
        width: 100%;
        margin: 0;
    }
    .layout_newslist .news_block_item .intro_image img { 
        width: 100%;
    }
    .layout_newslist .news_block_item .intro_text {
        width: 100%;
        margin-top: 15px;
    }
}