.site-grid a {
	text-decoration: none;
}
.article-info .published .icon-calendar {
	display: none;
}
.container-banner {
    height: 500px;
}
.container-banner .mod-custom {
    height: 100%;
    width: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.fields-container .galerie-taeglich {
    list-style: none;
    padding: 0;
}
.flo.nrf-widget.tf-gallery-wrapper .gallery-items .item {
    position: relative;
}
.flo.nrf-widget.tf-gallery-wrapper .gallery-items .item figcaption {
    position: absolute;
    height: 0;
    width: 100%;
    bottom: 0;
    background-color: rgba(23, 4, 4, 0.5);
    padding: 0;
    font-size: 1em;
    font-weight: bold;
    color: rgb(255, 255, 255);
}
.flo.nrf-widget.tf-gallery-wrapper .gallery-items .item:hover figcaption {
    height: 100%;
    top: 0;
    background-color: rgba(23, 4, 4, 0.5);
    padding: 45% 2%;
}
.com-content-category-blog.blog .com-content-category-blog__item.blog-item figure {
	height: 300px;
}
.com-content-category-blog.blog .com-content-category-blog__item.blog-item figure img {
	margin-top: -10%;
}