#widget-office-news {
	display: block;
	position: relative;
	margin: 15px 0;
}

#widget-office-news .posts {
	display: inline-block;
	vertical-align: top;
	text-align: left;
}

#widget-office-news .posts h2 {
	text-align: left;
	padding: 15px 20px;
	color: #565a5C;
	text-transform: uppercase;
}

#widget-office-news .posts .button {
	margin: 15px 20px;
}

#widget-office-news .post {
	display: block;
	width: 400px;
	max-width: 100%;
	min-height: 70px;
	padding: 0 20px;
	text-align: left;
	color: #565a5C;
}

#widget-office-news .post .title {
	padding: 15px 0;
}
#widget-office-news .post .title a {
	color: #565a5C;
	text-decoration: none;
}
#widget-office-news .post .title a:hover {
	text-decoration: underline;
}

#widget-office-news .posts#lahn_office,
#widget-office-news .posts#lahn_national {
	width: 50%;
}

@media screen and (max-width: 980px) {

	#widget-office-news .posts#lahn_office {
		width: 100%;
	}

	#widget-office-news .posts#lahn_national {
		width: 100%;
		border-bottom: 4px solid #363636;
	}

	#widget-office-news .posts#lahn_national {
		width: 100%;
		border-bottom: 4px solid #363636;
	}

	#widget-office-news .post {
		width: calc(100% - 10px);
		max-width: calc(100% - 10px);
		padding: 0 5px 20px;
		margin-bottom: 20px;
		border-bottom: 1px solid #363636;
		text-align: center;
	}

	#widget-office-news .post .title {
		min-height: 0;
	}

}