.referenz_grid div.newslist.block {
	border-top: 15px solid #059ad4;
	margin-bottom: 0;
	overflow: hidden!important;
	position: relative;
}

.newslist .image_container {
	margin-bottom: 0!important;
}

.newslist .teaser {
	position: absolute;
	top: 0;
	padding: 1em!important;
	color: white;
	transition: all 0.4s ease;
	background-color: rgb(5,154,212);
	background-color: rgba(5,154,212,0.5);
	border: 0!important;
}

.newslist .image_container img {
	height: 400px;
	width: auto;
	max-width: unset;
	transition: all 0.4s ease;
}

.newslist:hover .image_container img {
	filter: blur(2px);
	transform: scale(1.05);
}

.newslist:hover .teaser {
	filter: opacity(0);
}

.newslist .insert {
	width: 100%;
	position: absolute;
	transition: all 0.4s ease;
	padding: 1em;
}

.newslist .info .headline {
	color: white!important;
	font-size: 25px;
}

.newslist .info .subheadline {
	background: #059ad4;
	border-radius: 5px;
	width: fit-content;
	color: white;
	font-size: 18px;
	padding: 0 0.5em;
}

.newslist .more {
	bottom: -100%;
	background-color: #059ad4;
	text-align: center;
}

.newslist .more .fa {
	color: white;
}

.newslist .info {
	top: 0;
}

.newslist:hover .more {
	bottom: 0;
}