/* Layout - Startseite (Neu) */

#ContentWrapper {
	bottom: auto !important;
	left: auto !important;
	padding-right: 20px !important;
	position: relative !important;
	right: auto !important;
}
#ContentWrapper.disabled {
	bottom: 0 !important;
	padding-bottom: 0 !important;
}
#ContentWrapper > section {
	margin-top: 0;
	padding-bottom: 0 !important;
	padding-top: 0 !important;
}

/* Teaser */

.cmsTeaser {
	border: 11px solid #FFFFFF;
	border: 11px solid rgba(255, 255, 255, 0.5);
	margin-bottom: 11px;
	margin-top: 0;
}
.cmsTeaser.dark {
	border-color: rgba(67, 67, 67, 0.8);
}
.cmsTeaser:hover {
	border: 11px solid #434343;
	border: 11px solid rgba(67, 67, 67, 0.5);
}
.cmsTeaser > article {
	background: #FFFFFF;
	border-bottom: 0 none;
	margin: 0;
	padding: 10px 15px;
}
.cmsTeaser.dark > article {
	background: #000000;
	color: #FFFFFF;
}
.cmsTeaser.dark > article * {
	color: #FFFFFF !important;
}
.cmsTeaser > article > figure:after {
	clear: both;
	content: "";
	display: block;
}
.cmsTeaser > article > figure > figcaption > a,
.cmsTeaser > article > a {
	color: #1c1c1b;
	font-weight: bold;
	text-transform: uppercase;
}
.cmsTeaser > article > figure > figcaption > a:hover,
.cmsTeaser > article > a:hover {
	color: #e73438;
}
.cmsTeaser > article > figure > figcaption > p > .text,
.cmsTeaser > article > p > .text {
	display: block;
}

/* Teaserslider */

.cmsTeaserOverview > article,
.cmsTeaserOverview > article {
	padding: 0;
}
.cmsTeaserOverview > article > figure > figcaption,
.cmsTeaserOverview.cmsTeaserNoImage > article {
	padding: 10px 15px 20px;
}
.cmsTeaserOverview > article > figure > figcaption > a,
.cmsTeaserOverview > article > a {
	display: block;
	font-size: 15px;
	height: 54px;
	line-height: 1.2;
	overflow: hidden;
}
.cmsTeaserOverview > article > figure > figcaption > a:after,
.cmsTeaserOverview > article > a:after {
	display: none;
}
.cmsTeaserOverview > article > figure > figcaption > p > .text,
.cmsTeaserOverview > article > p > .text {
	font-size: 13px;
	height: 59px;
	overflow: hidden;
	padding-bottom: 0;
	position: static;
}
.cmsTeaserOverview > article > figure > figcaption > p > .text:after,
.cmsTeaserOverview > article > p > .text:after {
	bottom: 10px;
	left: 15px;
	right: 15px;
	width: auto;
}

/* Suche */

form.searchForm {
	margin-bottom: 0 !important;
}

@media all and (max-width: 1065px){

	/* Layout - Content */
	
	#ContentWrapper {
		padding-left: 20px;
	}

}
@media all and (max-width: 950px){

	/* Layout - Footer */
	
	#FooterWrapper {
		bottom: auto !important;
		position: relative !important;
	}
	#FooterWrapper > div > div.triggerFooter {
		display: none !important;
	}

}
@media all and (max-width: 900px){

	/* Layout - Content */
	
	#ContentWrapper > section {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
	#ContentWrapper > aside {
		display: none !important;
	}

}
@media all and (max-height: 880px){

	/* Layout - Footer */
	
	#FooterWrapper {
		bottom: auto !important;
		position: relative !important;
	}
	#FooterWrapper > div > div.triggerFooter {
		display: none !important;
	}

}
@media all and (max-width: 780px){

	/* Layout - Content */
	
	#ContentWrapper {
		margin-bottom: 11px !important;
		padding-left: 11px !important;
		padding-right: 11px !important;
	}

}
@media all and (max-width: 550px){

	/* Teaserslider */
	
	.cmsTeaserOverview > article > figure > figcaption > a,
	.cmsTeaserOverview > article > a {
		height: auto;
	}
	.cmsTeaserOverview > article > figure > figcaption > p > .text,
	.cmsTeaserOverview > article > p > .text {
		height: auto;
	}
	.cmsTeaser > article > figure > a {
		display: none;
	}

}