
/*---- Listview für die Startseite "Aktuelle News" als Latest News Darstellung ----*/

.ecx-latest-news-view .article {
	margin-bottom: 40px;
		content: "";
	display: table;
	clear: both;
	width: 100%;
}

.ecx-two-column-start h2 {
	font-size: 45px;
}

.ecx-two-column-start h2 a {
	border: 0px;
}

.ecx-two-column-start h2 a:hover {
	border-bottom: 1px solid #D2021B;
}

.ecx-latest-news-date {
	padding: 5px 0 0 0;
}



.ecx-latest-news-teaser h4 {
	margin-top: 0px;
	margin-bottom: 20px;
	font-size: 26px;
}

.ecx-latest-news-teaser h4 a {
	border:0px
}

.ecx-latest-news-teaser p {
	font-size: 16px;
	line-height: 26px;
}

.ecx-lastest-news-view  div.article {
	margin-bottom: 45px;
	padding-bottom: 0px;
}

.page-navigation {
	width: 0px;
	height: 0px;
	overflow: hidden;
}


/*---- Listview für den Bereich Unternehmen->Aktuelles bei Rübig (PID=20) ----*/

.ecx-list-news-view {
	width: 100%;
	max-width: 1440px;
	content:"";
  	display:table;
  	clear:both;
}

.ecx-list-news-view  div.article {
	width: 410px;
	background:#FFF;
	float:left;
	margin-bottom: 35px;
}

.ecx-list-news-view  div.article img {
	width: 100%;
	height: auto;
}

.ecx-list-news-view .ecx-list-news-text {
	padding: 30px 30px 40px 30px;
}

.ecx-list-news-teaser {
	margin-top: 20px;
}

.ecx-list-news-teaser h2 {
	margin-top: 0px;
	margin-bottom: 20px;
	font-size: 24px;
	line-height: 30px;
}

.ecx-list-news-teaser h2 a {
	border:0px
}

.ecx-list-news-teaser p {
	font-size: 16px;
	line-height: 26px;
}



/*---- Singleview (PID=98) ----*/

.ecx-news-single h1 {
	font-family: Circular-Pro-Bold, Helvetica, Arial;
	margin-top: 15px;
	margin-bottom: 25px;
}

.ecx-news-single .teaser-text p {
	font-size:24px;
	line-height: 34px;
	margin-bottom: 40px;
}

.ecx-news-single .news-text-wrap p {

	/*margin-bottom: 40px; */
}

.ecx-news-single .news-img-wrap .outer {
	margin-bottom: 25px;
}

.ecx-news-single .news-img-wrap .news-img-caption {
	margin-top:10px;
	font-size: 14px;
	max-width: 360px;
	line-height: 20px;
}

.ecx-news-single .news-backlink-wrap a {
	color:	#02509f;
	font-size:18px;
}

.ecx-news-single .news-backlink-wrap a:hover {
	color:	#D2021B;
}



/* Listview für den Bereich Aktuelle Jobs (PID=25)  */

.ecx-job-list-view .article {
	height: 80px;
	border-top: 1px solid #D8DFE5;
	clear:both;
}

.ecx-job-list-view .article .ecx-job-list-header,
.ecx-job-list-view .article .ecx-job-list-base {
	padding: 0px;
}

.ecx-job-list-view .article:last-child {

	border-bottom: 1px solid #D8DFE5;
}

.ecx-job-list-view .article:hover {

	background: #F3F5F7;
}

.ecx-job-list-view h4 {
	line-height:80px;
	margin:0px;

}

.ecx-job-list-view h4 a {
	border: 0px;
}



.ecx-job-list-view .ecx-job-list-base {
	font-size:15px;
	line-height:80px;
}

.ecx-job-list-view .ecx-job-list-news-date {
	font-size:15px;

	text-align:right;
	line-height:80px;
}



.ecx-jobs-single {


	padding:0px !important;

}

.ecx-jobs-single .news-text-wrap {
	padding-bottom:20px;
}


.ecx-jobs-single-divider {
	border-top: 1px solid #D8DFE5;
	padding: 20px 0px;
	width: 100%;
    clear: both;

}

/* .news-single .news-img-wrap .outer{
	display:inline-block;
	margin-right:15px;
}

.news-single .news-img-wrap .outer:last-of-type{
	margin-right:0px;
}

.news-single .news-img-wrap a{
	border:none;
	display:block;
}

.news-single .news-img-wrap .outer img{
	vertical-align:top;
	max-height:200px;
	width:auto;
	border:1px solid #eee;
} */
