.home-news .tabs,
.ibacor_fb_box .ibacor_status > p,
.home-news .ibacor_btn_load_more {
	display:				none;
}

.home-news .news-field {
	width:						100%;
	min-width:					265px;
	height:						100px;
	padding:					0;
	z-index:					2;
	position:					relative;
	display:					block;
	border:						1px solid rgba(255,255,255,0.25);
	clear:						both;
	color:						#000000;
	overflow:					hidden;
	background:					rgba(255,255,255,0.1);
}

.icon-box .home-news .news-field {
	margin:						8px 0 0 0;
}

.B330 .news-field {
	margin-top:					40px;
}

.news-link {
	width:						100%;
	height:						100%;
	top:						0px;
	left:						0px;
	z-index:					5;
	position:					absolute;
	outline:					none;
}


.home-news .news-field:hover {
	background:					rgba(255,255,255,0.25);
}

.home-news .news-field .news-img {
	width:						140px;
	height:						100px;
	background-position:		center center;
	background-repeat:			no-repeat;
	-o-background-size:			cover;
	-moz-background-size:		cover;
	-webkit-background-size:	cover;
	background-size:			cover;
	top:						0px;
	left:						0px;
	position:					absolute;
	display:					block;
}

.home-news .news-field .news-desc {
	width:						auto;
	height:						60px;
	max-height:					100px;
	line-height:				20px;
	top:						0px;
	left:						160px;
	margin-right:				10px;
	position:					absolute;
	overflow:					hidden;
	text-align:					justify;
	-o-hyphens:					auto;
	-ms-hyphens:				auto;
	-moz-hyphens:				auto;
	-webkit-hyphens:			auto;
	hyphens:					auto;
	white-space:				normal;
}

.home-news .news-field .news-date {
	bottom:						2px;
	left:						160px;
	position:					absolute;
	font-size:					12px;
}

.home-news .news-field .news-more {
	bottom:						2px;
	right:						10px;
	position:					absolute;
	font-size:					12px;
	font-weight:				600;
}

@media (max-width: 1300px) { /* Formatierung für bestimmte Auflösungen */
	.container.footer-big.home-news {
		max-height:				156px;
	}

	.home-news .news-field {
		height:					40px;
		min-width:				165px;
	}
	
	.home-news .news-field .news-img {
		width:					40px;
		height:					40px;
	}
	
	.home-news .news-field .news-desc {
		height:					20px;
		max-height:				20px;
		white-space:			nowrap;
		top:					1px;
		left:					50px;
	}
	.home-news .news-field .news-date {
		bottom:					1px;
		left:					50px;
	}
	
	.col-left {
		float:					left;
	}
	.col-right {
		float:					right !important;
	}
}



















