/* BUG: Fader Höhe fest (prevent rerendering) */
#slider-886, #slider-886 img {
	height: 500px;
	overflow: hidden;
}
@media (max-width: 959px) {
	#slider-886, #slider-886 img {
		height: auto;
	}
}

/* Main CATCHLINE */
#catchline {
	text-transform: none;
	line-height: 26px;
	margin: 21px 0 12px;
	position: relative;
	float: left;
	width: 100%;
}
#catchline {
	text-transform: none;
	font-size: 24px;
	line-height: 26px;		/* differs in browsers for custom fonts! */
	margin: 21px 0 19px;
	padding-bottom: 31px;
	position: relative;
	float: left;
	width: 100%;
	border-bottom: 1px solid #ccc;
}
#line-1, #line-2 {
	display: block;
	width: 50%;
	float: left;
	box-sizing: border-box;
}
#line-1 {
	padding-right: 90px;
	text-align: right;
}
#line-2 {
	padding-left: 86px;
	text-align: left;
}
#catcher {
	position: absolute;
	left: 50%;
	margin: -50px 0 0 -78px;
	z-index: 999;
	transition: all 0.2s;
}
#catcher:hover {
	margin-top: -46px;
	transform: scale(1.15);
}
/* MOBIL */
@media (max-width: 640px) {
	#catchline {
		margin: 14px 0 19px;
		padding-bottom: 23px;
	}
	#catcher, #catcher:hover {
		left: auto;
		right: 0;
		margin: -38px 5px 0 0;
	}
	#line-1, #line-2 {
		text-align: left;
		padding: 0 172px 0 0;
		width: 100%;
	}
	#line-1 {
		margin: -2px 0 2px;
	}
	#line-2 {
		margin: 2px 0 -2px;
	}
}
@media (max-width: 480px) {
	#line-1 {
		margin-bottom: -2px;
	}
	#line-2 {
		display: none;
	}
}

/* NEUES LAYOUT Startseite */
.headline {							/* H2, nur Startseite (2.css!) */
	margin: 14px 10px;		/* h 2x +4 */
	font-size: 21px;
	line-height: 27px;		/* differs in browsers for custom fonts! */
}
@media (max-width: 480px) {		/* headlines kompakter */
	.headline {
		margin-top: 10px;
		margin-bottom: 10px;
	}
}