/* Copyright (C) YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */

/*
 * Custom Style Sheet - Use this file to style your content
 */
 
 .module .teaserimage {
 	margin: -20px -20px 20px -20px;
 	display: block;
}

 .module .teaserimage > img { width: 100%; }

 .module .module-title + .teaserimage {
	margin-top: 0;
 	margin-bottom: -20px;
}

/* Equal height news blocks */
#innertop {
	display: flex;
	flex-wrap: wrap;
}
#innertop > .grid-box {
	float: none;
	display: flex;
}
#innertop > .grid-box > .module {
	display: flex;
	flex-direction: column;
	width: 100%;
}
#innertop > .grid-box > .module .teaserimage > img {
	height: 180px;
	object-fit: cover;
}
#innertop > .grid-box > .module p:last-child {
	margin-top: auto;
}