/*###########################################################################*/
/*---reset---*/
h2 {
	margin: 0;
	padding: 0;
}
#homepageContainer #mainVisual img,
#homepageContainer #teaserContainer img {
	display: block;
}
/*###########################################################################*/
/*---colors---*/
#homepageContainer h2 {
	color: #999ba8;
}
/*###########################################################################*/
/*---generic chrome---*/
#homepageContainer #mainVisual img {
	border-bottom-right-radius: 6px;
	border-bottom-left-radius: 6px;
}
#teaserContainer img,
#newsContainer.listView.widget .newsEntry,
#quickLinkNavigation.widget {
	border-radius: 6px;
}
/*###########################################################################*/
#homepageContainer {
	position: relative;
	margin-right: 5%;
	margin-left: 5%;
}
#homepageContainer #headData {
	margin-bottom: 16px;
}
#homepageContainer #mainVisual img {
	width: 100%;
	height: auto;
}
#homepageContainer .layoutControl:nth-of-type(1) {
	float: left;
	width: calc(100% - 344px);
}
#homepageContainer .layoutControl:nth-of-type(2) {
	float: right;
}
#homepageContainer h2 {
	font-weight: 300;
	font-size: 24px;
	text-transform: uppercase;
	margin-bottom: 8px;
}
/*###########################################################################*/
/*---overwrite generic formatting---*/
#newsContainer.listView.widget .newsContent:nth-of-type(1) {
	width: auto;
	height: auto;
	overflow: auto;
	padding: 0;
}
#newsContainer .newsEntry .newsDate li:nth-of-type(1) {
	line-height: 32px;
}
#newsContainer.listView .newsEntry .moreLink a,
#newsContainer .newsEntry .socialControls li a {
	font-weight: 600;
}
/*###########################################################################*/
#homepageContainer #teaserContainer .socialControls {
	float: none;
	overflow: auto;
	margin-top: 4px;
	margin-bottom: 12px;
}
#homepageContainer #teaserContainer .teaser {
	position: relative;
	display: block;
	width: 100%;
	margin: 0;
	padding: 0;
}
#homepageContainer #teaserContainer .teaser a {
	display: block;
}
#homepageContainer #teaserContainer .teaser p {
	position: absolute;
	right: 16px;
	bottom: 16px;
	margin-bottom: 0;
}
#homepageContainer #teaserContainer .teaser p a {
	color: #7c7f90 !important;
	background-color: #ffffff;
	background-image: url(news/images/pageControls/moreLink.png);
	background-repeat: no-repeat;
	background-position-x: 4px;
	background-position-y: center;
	background-size: 16px;
	padding-top: 4px;
	padding-right: 8px;
	padding-bottom: 4px;
	padding-left: 24px;
	border-radius: 4px;
	text-decoration: none;
}
#homepageContainer #teaserContainer img {
	width: 328px;
	height: auto;
}
/*
#homepageContainer #teaserContainer img {
	width: 100%;
	height: auto;
	margin-bottom: 16px;
}
*/