.color-feature {
	position: relative;
	height: 280px;
	padding-bottom: 30px;
	margin-bottom: 30px;
	background: transparent url('/fileadmin/Resources/Public/Images/Color_Feature_Background.png') no-repeat 0px 0px;
	background-size: cover;
	box-shadow: 0px 0px 80px rgba(0, 0, 0, 0.4) inset;
}

.page-has-subnav .color-feature {
	margin-top: 87px;
}

.color-feature__headline {
	width: 1200px;
	position: absolute;
	left: 50%; bottom: 50px;
	margin-left: -600px;
	padding-left: 30px;
	padding-right: 30px;
	color: #fff;
	font-size: 44px;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}
.color-feature__headline > h1 { font: inherit; }

@media only screen and (max-width: 1210px) {
	.color-feature__headline {
		width: auto;
		left: 0;
		margin-left: 0;
		padding-left: 45px;
		padding-right: 45px;
	}
}

@media only screen and (max-width: 1100px) {
	.page-has-subnav .color-feature,
	.color-feature { margin-top: 0; }

}

@media only screen and (max-width: 940px) {
	.color-feature__headline {
		font-size: 40px;
	}
}

@media only screen and (max-width: 740px) {
	.color-feature { height: 200px; }
	.color-feature__headline {
		font-size: 34px;
	}
}

@media only screen and (max-width: 540px) {
	.color-feature__headline {
		font-size: 30px;
	}
}