div.newsTeaserImage {
	width: 100%;
	height: 200px;
	background-color: #F2F2F2;
		
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
}

div.newsTeaserTitle {
	padding-top: 24px;
	margin-top: -62px;
	width: calc(100% - 56px);
	display: block;
}
.newsTeaserTitle h2 {
	display: block;
}

.newsTeaserTitle h2 a {
	width: auto;
	padding-right: 45px;
	background-image: url('../../images/icon_long-arrow-right.png');
	background-position: center right;
	background-repeat: no-repeat;	
}





.newsTeaserSideTitle h4 a {
	width: auto;
	padding-right: 20px;
	background-image: url('../../images/icon_long-arrow-right.png');
	background-position: center right;
	background-repeat: no-repeat;	
	background-size: 12px;
}





@media (max-width: 768px) {

	div.newsTeaserTitle {
		margin-top: 0px;
		width: 100%;
	}
}