@charset "UTF-8";
/* CSS Document */

section.newsbereich {
	margin-bottom:20px;
	width:80%;
	max-width:788px;
	min-width:300px;
	position:relative;
	float:left;
	clear:both;
}
@media only screen and (max-width: 1100px)   { section.newsbereich {max-width:710px;} }
@media only screen and (max-width: 900px)   { section.newsbereich {max-width:580px;} }
@media only screen and (max-width: 768px)   { section.newsbereich {max-width:530px;} }
@media only screen and (max-width: 480px)   { section.newsbereich {width:100%;} }

@media only screen and (max-width: 650px)   { section.newsbereich [class*='col-'] { padding:0px; margin-top:20px; margin-bottom:0px;} }
@media only screen and (max-width: 650px)   { section.newsbereich:last-of-type { margin-bottom:20px !important;} }

section.newsbereich:last-of-type {
	margin-bottom:40px;
}

.newseintrag a {
	display:block;
}
.newseintrag {
	position:relative;
	width:100%;
	height:240px;
	background-repeat:no-repeat;
	background-position:top;
	background-size:cover;
	-webkit-transition-property: background-position;
	-webkit-transition-duration: 0.50s;
	-webkit-transition-timing-function: ease-out;
}
.newseintrag:hover {
	background-position:top;
}
.newscontent {
	color:rgba(255,255,255,1.00);
 	position:absolute;
	width:100%;
	top:0px;
	float: left;
	padding-left:60px !important;
	padding:10px;
	height:40px;
	background-color:rgba(150,150,150,1.0);
}
.newseintrag:hover .newscontent {
	background-color:#cc3333;
}
@media only screen and (max-width: 900px)   { .newscontent {	padding-left:40px !important; height:36px; padding-top:6px;} }
@media only screen and (max-width: 768px)   { .newscontent {	padding-left:20px !important; height:30px; padding-top:3px;} }
@media only screen and (max-width: 650px)   { .newscontent {	padding-left:20px !important;} }


section.newsbereich [class*='col-']:last-of-type {
	padding-right: 0px;
	padding-left:10px;
}
section.newsbereich [class*='col-']:first-of-type {
	padding-right: 10px;
	padding-left:0px;
}
@media only screen and (max-width: 650px)   { section.newsbereich [class*='col-']:first-of-type {		padding-right: 0px;} section.newsbereich [class*='col-']:last-of-type {	padding-left:0px; }}
