/* Layout - Intro */

#ContentWrapper {
	padding-bottom: 30px;
}
#ContentWrapper > div > section {
	margin-top: -1px;
	max-width: none;
}
#ContentWrapper > div > section > *.cmsMargin {
	margin-left: auto;
	margin-right: auto;
	max-width: 1290px;
}

/* Anfragebalken */

#ContentWrapper > div > aside > form {
	opacity: 0;
	padding-right: 22px;
	-webkit-transition: opacity 2s ease 1.5s, padding-right 2s ease 1s;
	-moz-transition: opacity 2s ease 1.5s, padding-right 2s ease 1s;
	-ms-transition: opacity 2s ease 1.5s, padding-right 2s ease 1s;
	-o-transition: opacity 2s ease 1.5s, padding-right 2s ease 1s;
	transition: opacity 2s ease 1.5s, padding-right 2s ease 1s;
}
#ContentWrapper > div > aside.animated > form {
	opacity: 1;
	padding-right: 75px;
}

h2 {
	margin-bottom: -30px !important;
	margin-top: 40px !important;
}

/* Teasergruppe */

.cmsTeaser {
	margin: 8px -20px -8px !important;
	max-width: none !important;
	position: relative;
}
.cmsTeaser:before {
	background: #FFFFFF;
    content: "";
    height: 100%;
    left: 50%;
    margin: 0 0 0 -4px;
    position: absolute;
    top: 0;
    width: 8px;
    z-index: 1;
}
.cmsTeaser article {
	margin: 0 0 8px;
	width: 50%;
}
.cmsTeaser article > figure > figcaption > div > p,
.cmsTeaser article > figure > figcaption > span.addition {
	display: none;
}
.cmsTeaser article > figure > figcaption {
	background: #000000;
	background: rgba(0, 0, 0, 0.5);
	bottom: 45px;
	border-top: 0;
	left: 0;
	min-height: 0;
	padding: 0;
	position: absolute;
}
.cmsTeaser article > figure > figcaption > div {
	padding: 0;
}
.cmsTeaser article > figure > figcaption > div > a {
	color: #FFFFFF;
	font-family: "Norican", cursive;
	font-size: 48px;
	line-height: 1.1;
	padding: 11px 95px 11px 70px;
	text-transform: none;
}
.cmsTeaser article:nth-child(2n) > figure > figcaption {
	left: auto;
	right: 0;
}
.cmsTeaser article:nth-child(2n) > figure > figcaption > div > a {
	padding-left: 28px;
	padding-right: 145px;
}
.cmsTeaser article > figure > figcaption > div > a:after {
	background: rgba(255, 255, 255, 0.1);
	border: 1px solid rgba(255, 255, 255, 0.1);
	color: #FFFFFF;
	content: "\E83E";
	font-family: "fontello";
    font-size: 18px;
    font-weight: normal;
    height: 45px;
    line-height: 43px;
    position: absolute;
    right: 16px;
    text-align: center;
    top: 16px;
    width: 45px;
}
.cmsTeaser article:nth-child(2n) > figure > figcaption > div > a:after {
	right: 72px;
}
.cmsTeaser article > figure > figcaption > div > a:hover:after {
	background: rgba(255, 255, 255, 0.2);
}

/* Interne Verweisliste Breit */

.cmsRefImage {
	margin: 8px -20px !important;
    max-width: none !important;
}
.cmsRefImage > div {
	margin: 0 auto;
	max-width: 1330px;
	padding-left: 20px;
	padding-right: 20px;
}

/* Überschrift */

h1 {
	color: #6D0E2B;
	font-family: "Roboto Condensed", sans-serif;
    font-size: 19px;
    font-weight: normal;
    margin: 0 auto -22px !important;
    text-align: left;
    text-transform: uppercase;
}

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

	#ContentWrapper > div > aside.animated > form {
		padding-right: 20px;
	}
	.cmsTeaser article > figure > figcaption > div > a {
		font-size: 36px;
		padding-left: 20px;
	}
	.cmsTeaser article > figure > figcaption > div > a:after {
		top: 8px;
	}
	.cmsTeaser article:nth-child(2n) > figure > figcaption > div > a {
		padding-right: 100px;
	}
	.cmsTeaser article:nth-child(2n) > figure > figcaption > div > a:after {
		right: 20px;
	}

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

	.cmsTeaser article > figure > figcaption > div > a {
		font-size: 28px;
	}
	.cmsTeaser article > figure > figcaption > div > a:after {
		font-size: 17px;
		height: 37px;
		line-height: 37px;
		right: 8px;
		top: 8px;
	}

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

	.cmsTeaser:before {
		display: none;
	}
	.cmsTeaser > article {
		width: 100%;
	}
	.cmsTeaser article:nth-child(2n) > figure > figcaption {
		left: 0;
		right: auto;
	}
	.cmsTeaser article:nth-child(2n) > figure > figcaption > div > a {
		padding-left: 20px;
		padding-right: 95px;
	}
	.cmsTeaser article:nth-child(2n) > figure > figcaption > div > a:after {
		right: 8px;
	}

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

	.cmsTeaser article {
		margin-bottom: 8px !important;
	}
	.cmsTeaser article > figure > figcaption {
		bottom: 20px;
	}
	.cmsTeaser article > figure > figcaption > div > a:after {
		display: none;
	}
	.cmsTeaser article > figure > figcaption > div > a,
	.cmsTeaser article:nth-child(2n) > figure > figcaption > div > a {
		padding-right: 28px;
	}

}