.newsletter {

}
.newsletter_inner {
	display:flex;
	flex-wrap:wrap;
	margin-left:-1%;
	margin-right:-1%;
	margin-top:30px;
}
.newsletter_box {
	width:31%;
	margin-left:1%;
	margin-right:1%;
	margin-bottom:20px;
	background:#fff;
	border:1px solid #E9E9E9;
}
.newsletter_bild img {
	object-fit: cover;
	height:100px;
}
.newsletter_titel {
	margin:18px;
	color:#A8002C;
	font-size:20px;
	font-weight:bold;
	line-height: 1.3;
}
.newsletter_datum {
	margin:20px;
	margin-bottom:10px;
}
.newsletter_text {
	margin:20px;
	margin-top:10px;
}
.newsletter_mehr  {
	margin:0 20px;
	margin-bottom:20px;
	text-transform: uppercase;
	font-weight:bold;
}
.newsletter_mehr i {
	font-size:13px;
}
.pagination li {
	display:inline-block;
	margin:5px;
}
.pagination li:last-child {
	margin:5px;
}
.pagination li a {
	display:block;
	width:40px;
	height:40px;
	line-height:30px;
	text-align: center;
	background:#fff;
	color:#000;
}
.pagination li.active a {
	background:#000;
	color:#fff;
}

@media only screen and (max-width:992px){	
	.newsletter_box {
		width:48%;
	}


}

@media only screen and (max-width:768px){


}
@media only screen and (max-width:479px){
	.newsletter_box {
		width:98%;
	}

}
