@charset "utf-8";

/*****  NEWS LATEST / TEASER BOXES ****/
.news-latest {
	padding-bottom:35px; 
}

.news-latest img {
	width:100% !important;
}

.news-latest h5 {
	font-size:17px !important;
	font-weight:400 !important;
	margin-top:5px !important; 
}

.news-latest a,
.news-latest a:hover,
.news-latest a h5, 
.news-latest a:hover h5,
.news-latest a:visited h5 {
	text-decoration:none !important; 
}


@media screen and (max-width: 992px) { 	
	.news-latest h5 {
		font-size:16px !important;
	}
}

/*** END ***/





/*****  NEWS LIST ****/ 
.news-list .item h3 {
	font-size: 16px !important;
	font-weight: 600;
	margin-top:4px !important;
	margin-bottom: 6px !important;
	text-decoration:none !important;
	/* min-height:42px;  */
}

.news-list .item p {
	font-size:15px;
	color: #005BD7;
	line-height:120%;
	margin-bottom:0px !important;
	text-decoration:none !important;
}

.news-list .item a {
	text-decoration: none !important;
	height: 100%;
	display: block;
}

.news-list .wrap-inner {
	position:relative;
	height:100%;
}

.news-list .item img {
	width:100%;
	max-width:100%;
	height:auto;
}

.news-list .item-link-inner {
	position:relative;
	-webkit-transition:all 0.1s ease-in;
	-moz-transition: all 0.1s ease-in;
	transition: all 0.1s ease-in;
}

.nlist-body {
	display: none;
}


.morespacer {
	position:relative;
	height:38px;
}

.more {
	position:absolute;
	bottom:0px; 
	border:1px solid #005BD7;
	background-color:#fff;
	padding:4px 24px; 
	font-size:15px;
	color:#005BD7;
	transition: all .15s ease-in-out;
	-moz-transition: all .15s ease-in-out;
	-webkit-transition: all .15s ease-in-out; 
}

.portal-projekte .more {
	padding:3px 18px; 
	font-size:14px;
}


.news-list .item a:hover .more {
	background-color:#005BD7;
	color:#fff;
}



.news-list .item a:hover {
	/* background-color:#eff1f2; */
}

.news-list .item a:hover .item-link-inner {
	padding-left:4px;
}

.news-list .item a:hover .more {
	/*margin-left:4px;*/
 
}




@media screen and (max-width: 660px) { 
		.news-list .item h3 {
		font-size: 14px !important;
		font-weight: 400;
		line-height:110%;
	}

}


