.news {
	background-color:#4a4e50;
	padding:50px 0px 75px 0px !important;
}

.news .headline h3 {
	font-family: "NeueHaasUnicaPro-Bold";
	font-size:24px;
	line-height:32px;
	color:#FFFFFF;
	transition:0.9s;
	margin-bottom:15px;
	width:100%;
	max-width:520px;
}
.news .erklaerung p {
	font-family: "NeueHaasUnicaPro-Regular";
	font-size: 19px;
	line-height: 28px;
	color: #FFFFFF;
	padding-bottom:50px;
	width:100%;
}
.bildermodul {
	flex-wrap: wrap;
}
.bildermodul img {
	object-fit:cover;
	width:100%;
	height:100%;
}
.kommvorbei {
	height:100px;
	background-color:#E21B28;
	/*background-color:#a2bee5;*/
	width:100%;
	height:calc(100vw*0.3);
	border-top:10px solid #4a4e50;
	border-bottom:10px solid #4a4e50;
	display:flex;
	flex-direction:column;
	justify-content:center;
	max-height:200px;
}
.kommvorbei p {
	color:#FFFFFF;
	font-family: "NeueHaasUnicaPro-Bold";
	text-align:center;
	width:100%;
	font-size:26px;
}
.cta {
	width:100%;
}
.cta p {
	color:#FFFFFF;
	font-family: "NeueHaasUnicaPro-Bold";
	text-align:center;
	width:100%;
	font-size:22px;
	line-height:30px;
	display:block;
	margin:40px auto 0px auto;
}
.cta_button {
    width: 220px;
    height: 45px;
    background-color:#CECECE;
    font-family: "NeueHaasUnicaPro-Bold";
    font-size: 18px;
    line-height: 28px;
    text-align: center;
    color: #000000;
    border: none;
    border-radius: 3px;
	margin:25px auto 0px auto;
	display:block;
}
.cta_button:hover {
	background-color:#FFFFFF;
	cursor:pointer;
}
.cta a:hover {
	text-decoration:none;
}
#bild1 {
	width:50%;
	border-right:10px solid #4a4e50;
	border-bottom:10px solid #4a4e50;
}
#bild2 {
	width:50%;
	border-left:10px solid #4a4e50;
	border-bottom:10px solid #4a4e50;
}
#bild3 {
	width:50%;
	border-right:10px solid #4a4e50;
	border-top:10px solid #4a4e50;
}
#bild4 {
	width:50%;
	border-left:10px solid #4a4e50;
	border-top:10px solid #4a4e50;
}

@media (min-width:400px) {
	#bild1 {
		width:50%;
		border-right:12.5px solid #4a4e50;
		border-bottom:12.5px solid #4a4e50;
	}
	#bild2 {
		width:50%;
		border-left:12.5px solid #4a4e50;
		border-bottom:12.5px solid #4a4e50;
	}
	#bild3 {
		width:50%;
		border-right:12.5px solid #4a4e50;
		border-top:12.5px solid #4a4e50;
	}
	#bild4 {
		width:50%;
		border-left:12.5px solid #4a4e50;
		border-top:12.5px solid #4a4e50;
	}
	.cta p {
		width:80%;
	}
}

@media (min-width:660px) {
	.cta p {
		margin-top:50px;
		width:75%;
		font-size:24px;
		line-height:32px;
	}
}

@media (min-width:667px) {
	.news .headline h3 {
		font-size:26px;
		line-height:34px;
	}
}

@media (min-width:768px) {
	.news {
		padding:75px 0px 100px 0px !important;
	}
}

@media (min-width:780px) {
	.kommvorbei {
		width:50%;
		flex:1;
		border-right:12.5px solid #4a4e50;
		border-top:12.5px solid #4a4e50;
		border-bottom:12.5px solid #4a4e50;
		height:auto !important;
		max-height:100% !important;
	}
	#bild3 {
		width:50%;
		border-right:0px solid #4a4e50;
		border-left:12.5px solid #4a4e50;
		border-bottom:12.5px solid #4a4e50;
	}
	#bild4 {
		width:50%;
		border-left:0px solid #4a4e50;
		border-top:12.5px solid #4a4e50;
		border-right:12.5px solid #4a4e50;
	}
	.cta {
		flex:1;
		width:50%;
		display: flex;
		flex-direction: column;
		justify-content: center;
	}
	.cta p {
		width:85%;
		margin-top:0px;
	}
}

@media (min-width:800px) {
	.news .content-container {
		max-width:683px;
		margin-left:auto;
		margin-right:auto;
	}
}

@media (min-width:1024px) {
	.kommvorbei, #bild1, #bild2, #bild3, #bild4, .cta {
		width:33%;
	}
	#bild1 {
		order:1;
	}
	.kommvorbei {
		order:2;
		border-top:0px;
		border-left:12.5px solid #4a4e50;
		border-bottom:12.5px solid #4a4e50;
		flex:1;
	}
	#bild2 {
		order:3;
	}
	#bild3 {
		order:4;
		border-left:0px solid #4a4e50;
		border-bottom:0px solid #4a4e50;
		border-right:12.5px solid #4a4e50;
	}
	#bild4 {
		order:5;
		border-left:12.5px solid #4a4e50;
		flex:1;
	}
	.cta {
		order:6;
		border-left:12.5px solid #4a4e50;
	}
	.cta p {
		font-size:22px;
		line-height:30px;
	}
	.news .content-container {
		max-width:100%;
		margin-left:60px;
		margin-right:60px;
	}
	.news .headline h3 {
		width:66%;
	}
	.news .erklaerung p {
		width:66%;
	}
}

@media (min-width: 1103px) {
	.news .content-container {
		padding-left:0px;
		padding-right:0px;
	}
}

@media (min-width: 1280px) {
	.news .content-container {
		margin-left:85px;
		margin-right:85px;
		/* max-width:1100px; */
	}
}

@media (min-width: 1387px) {
	.news .content-container {
		padding-left:0px;
		padding-right:0px;
	}
}

@media (min-width: 1450px) {
	.news .content-container {
		max-width:1300px;
		margin-left:auto;
		margin-right:auto;
	}
}



@media (min-width:2068px) {
	.news .content-container {
		max-width:1400px;
		margin-left:auto;
		margin-right:auto;
	}
	#bild1 {
		border-right:15px solid #4a4e50;
		border-bottom:15px solid #4a4e50;
	}
	.kommvorbei {
		border-left:15px solid #4a4e50;
		border-right:15px solid #4a4e50;
		border-bottom:15px solid #4a4e50;
	}
	#bild2 {
		border-left:15px solid #4a4e50;
		border-bottom:15px solid #4a4e50;
	}
	#bild3 {
		border-top:15px solid #4a4e50;
		border-right:15px solid #4a4e50;
	}
	#bild4 {
		border-left:15px solid #4a4e50;
		border-top:15px solid #4a4e50;
		border-right:15px solid #4a4e50;
	}
	.cta {
		border-left:15px solid #4a4e50;
		border-top:15px solid #4a4e50;
	}
	.news {
		padding: 100px 0px 125px 0px !important;
	}
	.news .erklaerung p {
		font-family: "NeueHaasUnicaPro-Regular";
		font-size: 21px;
		line-height: 31px;
	}
}
