/* Resets */
html, body, div, span, h1, h2, h3, h4, h5, h6, a, p, em, strong, b, u, i, 
img, form, label, ul, ol, li, iframe, table, tbody, thead, tr, th, td,
object, blockquote, pre, abbr, address, cite, code, del, dfn, ins, kbd,
q, s, samp, small, sub, sup, var, dl, dt, dd, fieldset, legend, caption,
article, aside, canvas, details, embed, figure, figcaption, footer, header, 
hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	border: 0 none;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
/* HTML5 hack alte Browser */
article, aside, details, figcaption, figure, 
footer, header, hgroup, main, menu, nav, section {
	display: block;
}
/* weitere Resets */
h1, h2, h3, h4, h5, h6 {
	line-height: 1.2;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
input::-moz-focus-inner { /* entfernt unerwünschten Abstand (z.B. Formular Sendebutton) */
	border: 0;
	padding: 0;
}

/* Grundlegende Angaben */

html, body {
	height: 100%;
}
body {
	color: #575756;
	font: 300 18px/1.5 'Lato', sans-serif;
	-webkit-text-size-adjust: none;
}
body > #PageWrapper {
	min-height: 100%;
	overflow: hidden;
	padding: 0 0 180px 0;
	position: relative;
}
a {
	color: #575756;
	font-weight: 700;
	text-decoration: none;
	-webkit-transition: all 300ms ease-in;
	-moz-transition: all 300ms ease-in;
	-ms-transition: all 300ms ease-in;
	-o-transition: all 300ms ease-in;
	transition: all 300ms ease-in;
}
a:hover {
	color: #8C3879;
}
input, textarea, select, button {
	border: 1px solid #CFCFCF;
	border-radius: 0;
	color: inherit;
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
}
input[type='submit'] {
	-webkit-appearance: none;
}
input::-ms-clear {
	display: none;
}
input[type="text"]:disabled {
    background: inherit;
} 
ol, ul {
	list-style: none;
}
.cmsMargin {
	margin: 40px 0;
}
*, *:before, *:after {
	-moz-box-sizing: border-box; 
	-webkit-box-sizing: border-box; 
	box-sizing: border-box;
}
.preload * {
	-webkit-transition: none !important;
	-moz-transition: none !important;
	-ms-transition: none !important;
	-o-transition: none !important;
}
.wmWrapper {
	position: relative;
}
.wmMargin {
	margin-top: 60px;
	margin-bottom: 60px;
}
.wmPadding {
	padding-left: 20px;
	padding-right: 20px;
}
.wmMaxWidth {
	margin-left: auto;
	margin-right: auto;
	max-width: 1240px;
}
.wmClear:after {
	clear: both;
	content: "";
	display: block;
}

/* Webfonts */

@font-face {
	font-family: 'fontello';
	src: url('/img/webfonts/fontello.eot?3220036');
	src: url('/img/webfonts/fontello.eot?3220036#iefix') format('embedded-opentype'),
		url('/img/webfonts/fontello.woff?3220036') format('woff'),
		url('/img/webfonts/fontello.ttf?3220036') format('truetype'),
		url('/img/webfonts/fontello.svg?3220036#fontello') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* Layout - Header */

#HeaderWrapper {
	background: #FFFFFF;
	border-bottom: 1px solid #BB8FB0;
	height: 120px;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 4;
	-webkit-transition: all 300ms ease-out;
	-moz-transition: all 300ms ease-out;
	-ms-transition: all 300ms ease-out;
	-o-transition: all 300ms ease-out;
	transition: all 300ms ease-out;
}
#HeaderWrapper.mobile {
	position: absolute;
}
#HeaderWrapper.fixed {
	background: #ffffff none repeat scroll 0 0;
	box-shadow: 0 0 4px rgba(0, 0, 0, 0.20);
}
#HeaderWrapper > div {
	height: 100%;
	margin: 0 auto;
	max-width: 1240px;
	padding: 0 20px;
	position: relative;
}

/* Logo */

#HeaderWrapper > div > a {
	left: 20px;
	position: absolute;
	top: 20px;
	-webkit-transition: all 300ms ease-in;
	-moz-transition: all 300ms ease-in;
	-ms-transition: all 300ms ease-in;
	-o-transition: all 300ms ease-in;
	transition: all 300ms ease-in;
	width: 292px;
	z-index: 2;
}
#HeaderWrapper > div > a > img {
	display: block;
	width: 100%;
}

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

	#HeaderWrapper {
		height: 100px;
	}
	#HeaderWrapper > div > a {
		top: 10px;
	}

}

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

	#HeaderWrapper > div > a {
		top: 25px;
		width: 180px;
	}

}

/* Layout - Animation */

#GalleryWrapper {
	overflow: hidden;
	padding: 120px 0 0 0;
	position: relative;
	width: 100%;
	z-index: 3;
}
#GalleryWrapper > .animation {
	height: 600px;
}

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

	#GalleryWrapper {
		padding-top: 100px;
	}

}

/* Layout - Animation - Suchleiste */

#GalleryWrapper > form.search {
    margin: 0 auto;
    max-width: 1240px;
    padding: 0 170px 0 65px;
    position: relative;
    width: 100%;
    z-index: 3;
}
#GalleryWrapper > form.search:before {
	color: #8C3879;
	content: "\E880";
    font-family: "fontello";
    font-size: 26px;
    line-height: 1;
    margin: 0 0 0 -44px;
    position: absolute;
    top: 17px;
}
#GalleryWrapper > form.search:after {
	background: #F6F6F6;
	border-bottom: 1px solid #EAEAEA;
    content: "";
    height: 100%;
    left: -3000px;
    position: absolute;
    right: -3000px;
    top: 0;
    z-index: -1;
}
#GalleryWrapper > form.search > input {
	background: none;
	border: 0;
	height: 60px;
	line-height: 60px;
	padding: 0;
	width: 100%;
}
form.search > button {
    background: #575756;
    border: 0 none;
    color: #FFFFFF;
    cursor: pointer;
    display: block;
    font-size: 16px;
    font-weight: bold;
    height: 40px;
    line-height: 35px;
    padding: 0 20px;
    position: absolute;
    right: 20px;
    text-transform: uppercase;
    top: 10px;
}

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

	#GalleryWrapper > form.search {
		padding-left: 20px;
		padding-right: 115px;
	}
	#GalleryWrapper > form.search:before {
		display: none;
	}
	form.search > button {
		font-size: 14px;
		height: 30px;
		line-height: 28px;
		padding: 0 10px;
	}
	#GalleryWrapper > form.search > input {
		font-size: 16px;
		height: 50px;
		line-height: 50px;
	}

}

body > #PageWrapper .link {
	display: none;
	left: 0;
	margin: -108px 0 0 0;
	position: fixed;
	top: 50%;
	width: 70px;
	z-index: 999;
}
body > #PageWrapper .link  > li {
	background: #8C3879;
	box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
	margin-bottom: 3px;
	width: 70px;
}
body > #PageWrapper .link  > li:last-child {
	margin-bottom: 0;
}
body > #PageWrapper .link  > li > a {
	color: #FFFFFF;
	display: block;
    height: 70px;
   /*  padding: 0 15px; */
    position: relative;
    white-space: nowrap;
}
body > #PageWrapper .link  > li.map > a > .icon {
	float: left;
    height: 70px;
}

/* Map  */

body > #PageWrapper .link  > li.map > a > .icon:before {
    color: #FFFFFF;
    color: rgba(255, 255, 255, 0.5);
    content: "\E844";
    font-family: "fontello";
    font-size: 44px;
    font-weight: 300;
    left: 0;
    position: absolute;
    text-align: center;
    top: 4px;
    width: 70px;
}
body > #PageWrapper .link  > li.map > a > .icon:after {
	content: "\E848";
	font-family: "fontello";
	font-size: 30px;
	font-weight: 300;
	left: 28px;
	position: absolute;
	top: 2px;
}

/* Telefon  */

body > #PageWrapper .link  > li.phone > a > .icon:before {
	content: "\E846";
	font-family: "fontello";
	font-size: 42px;
	font-weight: 300;
	left: 0;
	position: absolute;
	text-align: center;
	top: 3px;
	width: 70px;
}
body > #PageWrapper > ul > li.phone > a > .icon:after {
	color: #FFFFFF;
	color: rgba(255, 255, 255, 0.5);
	content: "\E847";
	font-family: "fontello";
	font-size: 23px;
	font-weight: 300;
	left: 33px;
	position: absolute;
	top: 8px;
}

/* Mail */

body > #PageWrapper .link  > li.mail > a > .icon:before {
	color: #FFFFFF;
	color: rgba(255, 255, 255, 0.5);
	content: "\E842";
	font-family: "fontello";
	font-size: 42px;
	font-weight: 300;
	left: 13px;
	position: absolute;
	top: 1px;
	width: 70px;
}
body > #PageWrapper > ul > li.mail > a > .icon:after {
	color: #FFFFFF;
	content: "\E845";
	font-family: "fontello";
	font-size: 33px;
	font-weight: 300;
	left: 25px;
	position: absolute;
	top: 13px;
}

body > #PageWrapper .link  > li > a > p.text {
	background: #BB8FB0;
    display: block;
    float: left;
    height: 70px;
	margin: 0 0 0 -420px;
	opacity: 0;
    padding: 9px 20px;
    position: relative;
    width: 470px;
	-webkit-transition: margin 300ms ease-in-out;
	-moz-transition: margin 300ms ease-in-out;
	-ms-transition: margin 300ms ease-in-out;
	-o-transition: margin 300ms ease-in-out;
	transition: margin 300ms ease-in-out;
	z-index: -1;
}
body > #PageWrapper .link  > li:hover > a > p.text {
    margin: 0 0 0 70px;
	opacity: 1;
}
body > #PageWrapper .link  > li > a > p.text {
	display: block;
	font-weight: 300;
}
body > #PageWrapper .link  > li > a > p.text > strong {
	font-weight: 700;
}
body > #PageWrapper .link  > li > a > p.text > span {
	display: block;
}
body > #PageWrapper .link  > li.phone > a > p.text > span {
	font-weight: 700;
}
body > #PageWrapper .link  > li.mail > a > p.text > span {
	font-weight: 700;
}
body > #PageWrapper .link  > li > a > p.text > span > strong {
	font-weight: 700;
}

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

	body > #PageWrapper .link {
		display: none;
	}

}

/* Layout - Content */

#ContentWrapper {
	overflow: hidden;
	position: relative;
	width: 100%;
	z-index: 2;
}
#ContentWrapper > section {
	margin: 0 auto;
	max-width: 1240px;
	padding: 0 20px 220px;
	position: relative;
}

/* Layout - Footer */

#FooterWrapper {
	background: #8C3879;
	bottom: 0;
	color: #FFFFFF;
	min-height: 530px;
	position: absolute;
	width: 100%;
	z-index: 1;
}
#FooterWrapper > div {
	height: 100%;
	margin: 0 auto;
	max-width: 1240px;
	padding: 56px 20px 20px;
	position: relative;
}
#FooterWrapper > div:after {
	clear: both;
	content: "";
	display: block;
}
#FooterWrapper > div > div {
	float: left;
	width: 50%;
}
#FooterWrapper > div > .column1 > .name {
	font-weight: bold;
	margin: 0 0 15px;
	text-transform: uppercase;
}

/* Map */

#FooterWrapper > div > .column1 > .map {
	display: block;
	margin: 0 0 20px 0;
	padding: 0 0 0 70px;
	position: relative;
}
#FooterWrapper > div > .column1 > .map:before {
	color: rgba(255, 255, 255, 0.5);
	content: "\E844";
	font-family: "fontello";
	font-size: 44px;
	left: 0;
	position: absolute;
	top: -5px;
}
#FooterWrapper > div > .column1 > .map:after {
	content: "\E848";
	font-family: "fontello";
	font-size: 30px;
	left: 18px;
	position: absolute;
	top: -8px;
}
#FooterWrapper > div > .column1 > .map > span {
	display: block;
}
#FooterWrapper > div > .column1 > .map > span > strong {
	font-weight: 700;
}

/* Telefon */

#FooterWrapper > div > .column1 > .phone {
	color: #FFFFFF;
	display: block;
	font-weight: 700;
	margin: 0 0 21px;
	padding: 0 0 0 70px;
	position: relative;
}
#FooterWrapper > div > .column1 > .phone:before {
	content: "\E846";
	font-family: "fontello";
	font-size: 42px;
	left: 0;
	position: absolute;
	top: -4px;
}
#FooterWrapper > div > .column1 > .phone:after {
	color: rgba(255, 255, 255, 0.5);
	content: "\E847";
	font-family: "fontello";
	font-size: 20px;
	left: 24px;
	position: absolute;
	top: 1px;
}
#FooterWrapper > div > .column1 > .phone > p {
	display: block;
	font-weight: 300;
}

/* Mail */

#FooterWrapper > div > .column1 > .mail {
	color: #FFFFFF;
	display: block;
	font-weight: 700;
	margin: 0 0 31px 0;
	padding: 0 0 0 70px;
	position: relative;
}
#FooterWrapper > div > .column1 > .mail:before {
	color: rgba(255, 255, 255, 0.5);
	content: "\E842";
	font-family: "fontello";
	font-size: 45px;
	left: 0;
	position: absolute;
	top: -5px;
}
#FooterWrapper > div > .column1 > .mail:after {
	content: "\E845";
	font-family: "fontello";
	font-size: 33px;
	left: 14px;
	position: absolute;
	top: 10px;
}
#FooterWrapper > div > .column1 > .mail > p {
	display: block;
	font-weight: 300;
}

/* Hintergrund-Footer - SVG */

#FooterWrapper > .arch_footer {
	height: 395px;
	margin: 0 !important;
	max-width: none !important;
	padding: 0 !important;
	position: absolute !important;
	right: 0;
	text-align: right;
	top: -395px;
	width: 100%;
	z-index: -1;
}
#FooterWrapper > .arch_footer:before {
	background: #BB8FB0;
	bottom: 0;
	content: "";
	height: 141px;
	left: -2000px;
	position: absolute;
	width: 4000px;
	z-index: -1;
}
#FooterWrapper > .arch_footer:after {
	background: #8C3879;
	bottom: -1px;
	content: "";
	height: 4px;
	left: -2000px;
	position: absolute;
	width: 5000px;
	z-index: 0;
}
#FooterWrapper > .arch_footer > svg {
	max-width: 1920px;
}

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

	#FooterWrapper {
		min-height: 500px;
	}
	#FooterWrapper > div {
		padding-bottom: 20px;
		padding-top: 20px;
	}
	#FooterWrapper > div > div {
		float: none;
		width: 100%;
	}
	#FooterWrapper > div > .column1 > p,
	#FooterWrapper > div > .column1 > a {
		display: table !important;
		margin: 0 auto 20px !important;
	}

}

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

	#FooterWrapper > div > .column1 > p,
	#FooterWrapper > div > .column1 > a {
		font-size: 16px !important;
	}
	#FooterWrapper > div > .column1 > .map:before {
		font-size: 38px;
	}
	#FooterWrapper > div > .column1 > .map:after {
		font-size: 24px;
		left: 17px;
		top: -10px;
	}
	#FooterWrapper > div > .column1 > .phone:before {
		font-size: 35px;
		top: 0;
	}
	#FooterWrapper > div > .column1 > .phone:after {
		font-size: 16px;
		left: 20px;
		top: 3px;
	}
	#FooterWrapper > div > .column1 > .mail:before {
		font-size: 35px;
		top: 0;
	}
	#FooterWrapper > div > .column1 > .mail:after {
		font-size: 26px;
		top: 12px;
	}

}

/* Layout - Quick Info - Startseite */

.intro .quickInfo {
	background: #8C3879;
	display: block;
	bottom: 60px;
	left: 0;
	height: 136px;
	position: absolute;
	right: 0;
	width: 100%;
	z-index: 3;
}
.intro .quickInfo > .wrapper {
	display: block;
	margin: 0 auto;
	max-width: 1240px;
	padding: 20px;
	position: relative;
}
.intro .quickInfo > .wrapper > .left > a {
	color: #FFFFFF;
	position: relative;
}
.intro .quickInfo > .wrapper > .left > a > .icon {
	font-weight: 400;
	height: 60px;
	line-height: 60px;
	left: 0;
	position: absolute;
	text-align: center;
	top: 17px;
	width: 60px;
}
.intro .quickInfo > .wrapper > .left > a > .icon:after {
	color: #FFFFFF;
	color: rgba(255, 255, 255, 0.5);
	content: "\E83F";
	font-family: "fontello";
	font-size: 60px;
	font-weight: 300;
	left: 0;
	position: absolute;
}
.intro .quickInfo > .wrapper > .left > a > p {
	font-weight: 300;
	padding: 0 0 0 80px;
}
.intro .quickInfo > .wrapper > .left > a > p > span {
	display: block;
	font-size: 26px;
	font-weight: 700;
	margin: -5px 0 0;
}
.intro .quickInfo > .wrapper > .right > div {
	background: #FFFFFF;
	box-shadow: 0 3px 15px 0 rgba(0, 0, 0, 0.25);
    bottom: -15px;
    display: block;
    padding: 20px;
    position: absolute;
    right: 20px;
    width: 385px;
}
.intro .quickInfo > .wrapper > .right > div.anniversary {
    right: 425px;
}
.intro .quickInfo > .wrapper > .right > div > p {
    background: rgba(255, 255, 255, 0.9);
    bottom: 100%;
    color: #8C3879;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.2;
    padding: 13px 20px;
    position: absolute;
    right: 0;
    text-transform: uppercase;
    width: 100%;
    z-index: -1;
}
.intro .quickInfo > .wrapper > .right > div > a {
	border: 1px solid #DDC7D7;
    color: #9B5589;
    display: block;
    font-size: 16px;
    line-height: 30px;
    margin: 20px 0 0;
    text-align: center;
    text-transform: uppercase;
}
.intro .quickInfo > .wrapper > .right .teaserDecease > li:after {
	clear: both;
	content: "";
	display: block;
}
.intro .quickInfo > .wrapper > .right .teaserDecease > li {
	border-bottom: 1px solid #DFDFDF;
	display: block;
	margin: 0 0 10px;
	padding: 0 0 10px;
	position: relative;
}
.intro .quickInfo > .wrapper > .right .teaserDecease > li:last-child {
	border-bottom: 0;
	margin-bottom: 0;
	padding-bottom: 0;
}
.intro .quickInfo > .wrapper > .right .teaserDecease > li > .image {
	display: block;
	float: left;
	margin: 0 0 0 0;
	position: relative;
	width: 60px;
}
.intro .quickInfo > .wrapper > .right .teaserDecease > li > .image > img {
	display: block;
	max-width: 60px;
	width: 100%;
}
.intro .quickInfo > .wrapper > .right .teaserDecease > li > div  {
	float: left;
	padding-left: 15px;
	padding-top: 3px;
}
.intro .quickInfo > .wrapper > .right .teaserDecease > li > div  .headline {
	border-bottom: 1px solid #B7B7B7;
	color: #B7B7B7;
	display: block;
	font-size: 16px;
	padding: 0 0 4px 0;
	position: relative;
	text-transform: uppercase;
}
.intro .quickInfo > .wrapper > .right .teaserDecease > li > div .title {
	color: #8C3879;
    display: block;
    font-size: 16px;
    text-transform: uppercase;
}
.intro .quickInfo > .wrapper > .right .teaserDecease > li > div .title > strong {
	display: block;
	font-weight: 700;
}
.intro .quickInfo > .wrapper > .right .teaserDecease > li > div  .content {
	display: block;
	margin-top: 22px;
}
.intro .quickInfo > .wrapper > .right .teaserDecease > li > div  .content:after {
	clear: both;
	content: "";
	display: block;
}
.intro .quickInfo > .wrapper > .right .teaserDecease > li > div  .content .date {
	display: inline-block;
	float: left;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	opacity: 0.5;
	padding-top: 0;
}
.intro .quickInfo > .wrapper > .right .teaserDecease > li > div  .content .location {
	display: inline-block;
	float: right;
	font-size: 14px;
	font-weight: 400;
	margin-left: 15px;
	opacity: 0.5;
}
.intro .quickInfo > .wrapper > .right .teaserDecease > li > div  .content .text > a {
	background: #575756;
	background: rgba(87, 87, 86, 0.1);
	bottom: 0;
	height: 40px;
	position: absolute;
	right: 0;
	text-align: center;
	width: 40px;
}
.intro .quickInfo > .wrapper > .right .teaserDecease > li > div  .content .text > a:before {
	content: "\E843";
	color: #8C3879;
	font-family: "fontello";
	line-height: 40px;
}
.intro .quickInfo > .wrapper > .right .teaserDecease > li > div > p > a {
    background: #EEEEEE;
    bottom: 9px;
    display: block;
    height: 30px;
    position: absolute;
    right: 0;
    text-align: center;
    width: 30px;	
}
.intro .quickInfo > .wrapper > .right .teaserDecease > li > div > p > a:after {
	color: #8C3879;
	content: "\E843";
    font-family: "fontello";
    font-size: 18px;
    font-weight: normal;
    left: 1px;
    position: relative;
    top: 2px;
}

/* Hintergrund - Muster - SVG */

.intro .quickInfo > .arch_header {
	bottom: 17px;
	height: 395px;
	margin: 0 !important;
	max-width: none !important;
	padding: 0 !important;
	position: absolute !important;
	right: 0;
	text-align: right;
	width: 100%;
	z-index: -2;
}
.intro .quickInfo > .arch_header:before {
	background: #BB8FB0;
	bottom: 1px;
	content: "";
	height: 140px;
	left: -2000px;
	position: absolute;
	width: 4000px;
	z-index: -1;
}
.intro .quickInfo > .arch_header:after {
	background: #8C3879;
	bottom: -1px;
	content: "";
	height: 4px;
	left: -2000px;
	position: absolute;
	width: 5000px;
	z-index: 0;
}
.intro .quickInfo > .arch_header > svg {
	max-width: 1920px;
}

@media all and (max-width: 1240px){

	.intro .quickInfo > .wrapper > .right > div {
		width: 350px;
	}
	.intro .quickInfo > .wrapper > .right > div.anniversary {
		right: 390px;
	}
	.intro .quickInfo > .wrapper > .right .teaserDecease > li > div > p > a {
		display: none;
	}

}

@media all and (max-width: 1150px){

	.intro .quickInfo {
		bottom: 0;
		height: auto;
		min-height: 100px;
		position: relative;
	}
	.intro .quickInfo > .wrapper > .left > a > p {
		font-size: 16px;
	}
	.intro .quickInfo > .wrapper > .right > div {
		bottom: 0;
		display: block;
		margin: 22px 0 0;
		position: relative;
		right: 0;
		width: 100%;
	}
	.intro .quickInfo > .wrapper > .right > div.anniversary {
		margin-top: 65px;
		right: 0;
	}
	.intro .quickInfo > .wrapper > .left > a {
		display: block;
	}
	.intro .quickInfo > .wrapper > .left > a > .icon {
		margin: -30px 0 0;
		top: 50%;
	}
	.intro .quickInfo > .arch_header {
		bottom: 3px;
	}
	.intro .quickInfo > .arch_header {
		display: none;
	}

}

@media all and (max-width: 400px){

	.intro .quickInfo > .wrapper > .right > div {
		margin-top: 20px;
	}
	.intro .quickInfo > .wrapper > .right > div > p {
		font-size: 14px;
	}
	.intro .quickInfo > .wrapper > .right .teaserDecease > li > .image {
		width: 50px;
	}
	.intro .quickInfo > .wrapper > .right .teaserDecease > li > .image > img {
		max-width: 50px;
	}
	.intro .quickInfo > .wrapper > .right .teaserDecease > li > div {
		padding-left: 15px;
	}
	.intro .quickInfo > .wrapper > .right .teaserDecease > li > div .title {
		font-size: 13px;
	}
	.intro .quickInfo > .wrapper > .right .teaserDecease > li > div .title > strong {
		display: inline-block;
		margin-right: 5px;
	}
	.intro .quickInfo > .wrapper > .right .teaserDecease > li > div .content {
		margin-top: 0;
	}
	.intro .quickInfo > .wrapper > .right .teaserDecease > li > div .content .date {
		display: block;
		float: none;
		font-size: 12px;
	}
	.intro .quickInfo > .wrapper > .right .teaserDecease > li > div .content .location {
		display: block;
		float: none;
		font-size: 12px;
		margin-left: 0;
	}
	.intro .quickInfo > .wrapper > .left > a > p > span {
		font-size: 22px;
	}

}

/* Menü - Hauptmenü - Desktop */

.mobileTrigger {
	display: none;
}
nav.desktop {
	bottom: -1px;
	padding: 0 0 0 200px;
	position: absolute;
	right: 0;
	z-index: 1;
}
nav.desktop > ul:after {
	clear: both;
	content: "";
	display: block;
}
nav.desktop > ul > li {
	float: left;
	padding: 0 0 1px 0;
	position: relative;
}
nav.desktop > ul > li > a {
	color: #8C3879;
	display: block;
	line-height: 66px;
	padding: 0 20px;
	position: relative;
	text-transform: uppercase;
	-webkit-transition: all 300ms ease-in;
	-moz-transition: all 300ms ease-in;
	-ms-transition: all 300ms ease-in;
	-o-transition: all 300ms ease-in;
	transition: all 300ms ease-in;
}
nav.desktop > ul > li > a:after {
	background: #BB8FB0;
	background: rgba(187, 143, 176, 0.3);
	bottom: 20px;
	content: "";
	height: 2px;
	left: 20px;
	position: absolute;
	right: 20px;
}
nav.desktop > ul > li:hover > a,
nav.desktop > ul > li > a.selected {
	background: #8C3879;
	color: #FFFFFF;
}
nav.desktop > ul > li:hover > ul {
	box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.25); 
	height: auto;
	min-width: 255px;
	padding: 32px 20px 38px;
	opacity: 1;
	overflow: visible;
	top: 67px;
}
nav.desktop > ul > li > ul {
	background: #FFFFFF;
	height: 0;
	left: 0;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	top: 67px;
	-webkit-transition: opacity 500ms ease-in-out, top 200ms ease-out;
	-moz-transition: opacity 500ms ease-in-out, top 200ms ease-out;
	-ms-transition: opacity 500ms ease-in-out, top 200ms ease-out;
	-o-transition: opacity 500ms ease-in-out, top 200ms ease-out;
	transition: opacity 500ms ease-in-out, top 200ms ease-out;
}
nav.desktop > ul > li.last > ul {
	left: auto;
	right: 0;
}
nav.desktop > ul > li.singleColumn > ul > li > a {
	color: #8C3879;
	display: block;
	font-weight: 300;
	line-height: 1;
	margin: 0 0 1px 0;
	padding: 5px 0 10px;
	position: relative;
}
nav.desktop > ul > li.singleColumn > ul > li > a:after {
	background: #BB8FB0;
	background: rgba(187, 143, 176, 0.3);
	bottom: 1px;
	content: "";
	height: 1px;
	left: 0;
	position: absolute;
	right: 0;
	-webkit-transition: all 300ms ease-in;
	-moz-transition: all 300ms ease-in;
	-ms-transition: all 300ms ease-in;
	-o-transition: all 300ms ease-in;
	transition: all 300ms ease-in;
}
nav.desktop > ul > li.singleColumn > ul > li > a:hover,
nav.desktop > ul > li.singleColumn > ul > li > a.selected {
	
}
nav.desktop > ul > li.singleColumn > ul > li > a:hover:after,
nav.desktop > ul > li.singleColumn > ul > li > a.selected:after {
	background: #BB8FB0;
}

@media all and (max-width: 1000px){

	nav.desktop > ul > li > a {
		padding: 0 10px;
	}
	nav.desktop > ul > li > a:after {
		left: 10px;
		right: 10px;
	}

}

/* Menü - Hauptmenü Mobile */

.mobileTrigger.show:before {
	color: #8C3879;
	content: "\E83E";
	display: block;
	float: left;
	font-family: "fontello";
	font-size: 30px;
	margin: 0 5px 0 0;
}
.mobileTrigger.show {
	cursor: pointer;
	display: block;
	line-height: 100px;
	padding: 0 20px 0 30px;
	position: absolute;
	right: 0;
}
nav.mobile {
	position: absolute;
	right: 0;
	top: 100px;
	width: 100%;
	z-index: 99999;
}
nav.mobile > ul {
	background: #FFFFFF;
	height: 0;
	opacity: 0;
	overflow: hidden;
	width: 100%;
	-webkit-transition: all 300ms ease-in;
	-moz-transition: all 300ms ease-in;
	-ms-transition: all 300ms ease-in;
	-o-transition: all 300ms ease-in;
	transition: all 300ms ease-in;
}
nav.mobile > ul.open {
	border-bottom: 1px solid #BB8FB0;
	height: auto;
	opacity: 1;
	overflow: visible;
	padding: 20px 0 40px 0;
}
nav.mobile > ul > li > ul {
	display: none;
}
nav.mobile > ul > li > ul.open {
	display: block;
}
nav.mobile > ul > li > ul > li > ul {
	display: none;
}
nav.mobile > ul > li > ul > li > ul.open {
	display: block;
}

/* 1. Ebene */

nav.mobile > ul > li > a {
	display: block;
	font-size: 17px;
	padding: 10px 20px;
	text-transform: uppercase;
}
nav.mobile > ul > li > a:hover,
nav.mobile > ul > li > a.selected {
	
}

/* 2. Ebene */

nav.mobile > ul > li > ul > li > a {
	display: block;
	font-size: 16px;
	font-weight: 300;
	padding: 6px 40px;
}
nav.mobile > ul > li > ul > li > a:hover,
nav.mobile > ul > li > ul > li > a.selected {
	
}

/* Menü - Metamenü */

ul.metamenu:after {
	clear: both;
	content: "";
	display: block;
}
ul.metamenu > li {
	float: left;
}
ul.metamenu > li > a {
	background: #FFFFFF;
	background: rgba(255, 255, 255, 0.1);
	border: 1px solid rgba(255, 255, 255, 0.2);
	color: #FFFFFF;
	display: block;
	font-size: 16px;
	font-weight: 700;
	margin: 10px 5px 0 0;
	padding: 7px 9px;
	text-transform: uppercase;
}
ul.metamenu > li:last-child > a {
	margin-right: 0;
}
ul.metamenu > li > a:hover,
ul.metamenu > li > a.selected {
	
}

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

	ul.metamenu {
		text-align: center;
	}
	ul.metamenu > li {
		display: inline-block;
		float: none;
	}
	ul.metamenu > li > a {
		margin-right: 0;
		margin-top: 10px;
	}

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

	ul.metamenu > li {
		display: block;
	}

}

/* Menü - Footermenü */

.footermenu {
	display: block;
	margin: 0 0 5px 0;
}
.footermenu:after {
	clear: both;
	content: "";
	display: block;
}
.footermenu > li {
	float: left;
}
.footermenu > li > a {
	border: 1px solid rgba(255, 255, 255, 0.2);
	color: #FFFFFF;
	display: block;
	font-size: 16px;
	font-weight: 300;
	margin: 5px 5px 0 0;
	padding: 7px 9px;
	-webkit-transition: all 300ms ease-in;
	-moz-transition: all 300ms ease-in;
	-ms-transition: all 300ms ease-in;
	-o-transition: all 300ms ease-in;
	transition: all 300ms ease-in;
}
.footermenu > li:last-child > a {
	margin-right: 0;
}
.footermenu > li > a:hover,
.footermenu > li > a.selected {
	background: #FFFFFF;
	color: #8C3879;
}

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

	.footermenu {
		text-align: center;
	}
	.footermenu > li {
		display: inline-block;
		float: none;
	}
	.footermenu > li > a {
		margin-right: 0;
		margin-top: 10px;
	}

}

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

	.footermenu > li {
		display: block;
	}

}

/* Elemente - Überschriften */

h1 {
	color: #8C3879;
	font-size: 42px;
	font-style: italic;
	font-weight: 300;
	line-height: 1;
	text-align: center;
}
h2 {
	color: #8C3879;
	font-size: 42px;
	font-style: italic;
	font-weight: 300;
	line-height: 1;
	text-align: center;
}
h3 {
	color: #8C3879;
	font-size: 20px;
	font-weight: 300;
}

/* Folgeüberschriften */

h1.cms + h2.cms {
	color: #FFFFFF;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	margin-top: -24px;
	text-transform: uppercase;
}
h1.cms + h2.cms > span {
	background: #8C3879;
	display: inline-block;
	padding: 4px 10px;
}
h2.cms + h3.cms {
	color: #FFFFFF;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	margin-top: -24px;
	text-align: center;
	text-transform: uppercase;
}
h2.cms + h3.cms > span {
	background: #8C3879;
	display: inline-block;
	padding: 4px 10px;
}

/* Elemente - Textinhalt */

/* Elemente - Aufzählung */

.cmsList > h2 {
	margin: 0 0 20px 0;
}
.cmsList > ul > li:before {
	color: #8C3879;
	content: '\E843';
	font-family: 'fontello';
	font-size: 10px;
	left: 0;
	position: absolute;
	top: 7px;
}
.cmsList > ul > li {
	margin: 10px 0;
	padding: 0 0 0 22px;
	position: relative;
}

/* 2-spaltig */

.cmsList2Columns > ul > li {
	float: left;
	width: 50%;
}
.cmsList2Columns > ul > li:nth-child(2n+1) {
	padding-right: 20px;
}
.cmsList2Columns > ul > li:nth-child(2n) + li {
	clear: left;
}
.cmsList2Columns:after {
	clear: both;
	content: "";
	display: block;
}

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

	.cmsList2Columns > ul > li {
		clear: none !important;
		padding-right: 0 !important;
		width: 100%;
	}

}

/* Elemente - Bild-Text */

.cmsImage:after {
	clear: both;
	content: "";
	display: block;
}
.cmsImage > .left {
	float: left;
	margin: 0 20px 10px 0;
	max-width: 50%;
}
.cmsImage > .right {
	float: right;
	margin: 0 0 10px 20px;
	max-width: 50%;
}
.cmsImage img {
	display: block;
	width: 100%;
}
.cmsImage figcaption {
	color: #8C3879;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.5;
	margin: 8px 0 0 0;
	text-align: center;
}

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

	.cmsImage > .left,
	.cmsImage > .right {
		float: none;
		margin: 0 0 10px 0;
		max-width: none;
	}
	
}

/* Elemente - Bildergalerie */

.cmsGallery:after {
	clear: both;
	content: "";
	display: block;
}
.cmsGallery > li {
	float: left;
	margin: 0 1.666666666666667% 1.666666666666667% 0; /* 0 20 20 0 */
	position: relative;
	width: 49.166666666666664%; /* 590 */
}
.cmsGallery > li:nth-child(2n) {
	margin-right: 0;
}
.cmsGallery > li:nth-child(2n) + li {
	clear: left;
}
.cmsGallery > li > figure {
	overflow: hidden;
	position: relative;
}
.cmsGallery > li > figure > a {
	display: block;
}
.cmsGallery > li > figure > a:before {
	color: #FFFFFF;
	content: "\E843";
	font-family: "fontello";
	font-size: 30px;
	left: 0;
	margin-top: -15px;
	opacity: 0;
	position: absolute;
	top: 50%;
	-webkit-transition: all 300ms ease-in;
	-moz-transition: all 300ms ease-in;
	-ms-transition: all 300ms ease-in;
	-o-transition: all 300ms ease-in;
	transition: all 300ms ease-in;
	z-index: 2;
}
.cmsGallery > li:hover > figure > a:before {
	left: 50%;
	margin-left: -11px;
	opacity: 1;
}
.cmsGallery > li > figure > a:after { /* Overlay */
	background: #575756;
	background: rgba(87, 87, 86, 0.5);
	content: "";
	height: 100%;
	left: 0;
	opacity: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1;
}
.cmsGallery > li:hover > figure > a:after { /* Overlay einblenden */
	opacity: 1;
	-webkit-transition: opacity 300ms ease-in-out;
	-moz-transition: opacity 300ms ease-in-out;
	-ms-transition: opacity 300ms ease-in-out;
	-o-transition: opacity 300ms ease-in-out;
	transition: opacity 300ms ease-in-out;
}
.cmsGallery > li > figure > a > img {
	display: block;
	width: 100%;
}
.cmsGallery > li > figure > figcaption {
	color: #ffffff;
	cursor: pointer;
	font-size: smaller;
	left: 0;
	line-height: 1.5;
	margin-top: 30px;
	opacity: 0;
	padding: 0 10px;
	position: absolute;
	text-align: center;
	top: 50%;
	width: 100%;
	z-index: 10;
}
.cmsGallery > li:hover > figure > figcaption {
	opacity: 1;
	-webkit-transition: opacity 700ms ease-in-out;
	-moz-transition: opacity 700ms ease-in-out;
	-ms-transition: opacity 700ms ease-in-out;
	-o-transition: opacity 700ms ease-in-out;
	transition: opacity 700ms ease-in-out;
}
.cmsGallery > li:hover > figure > a > img {
	-webkit-transition: all 150ms ease;
	-moz-transition: all 150ms ease;
	-ms-transition: all 150ms ease;
	-o-transition: all 150ms ease;
	transition: all 150ms ease 100ms;
}
.fancybox-wrap .fancydownload:before {
	content: '\e801';
	font-family: 'fontello';
	font-size: 18px;
	font-weight: normal;
	margin: 0 10px 0 0;
}
.fancybox-wrap .fancydownload {
	background: none repeat scroll 0 0 #000000;
	border-radius: 4px;
	color: #ffffff;
	cursor: pointer;
	font-size: 14px;
	padding: 5px;
	position: relative;
	text-align: center;
	text-transform: uppercase;
	z-index: 1;
}

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

	.cmsGallery > li {
		clear: both !important;
		float: none !important;
		width: 100% !important;
	}
	
}

/* Elemente - Teaser */

.cmsTeaser:after {
	clear: both;
	content: "";
	display: block;
}
.cmsTeaser > h2 {
	margin: 0 0 20px 0;
}
.cmsTeaser > article {
	background: #FFFFFF;
	box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.25);
	cursor: pointer;
	float: left;
	margin: 0 1.666666666666667% 1.666666666666667% 0; /* 0 20 20 0 */
	padding: 40px;
	position: relative;
	width: 49.166666666666664%; /* 590 */
}
.cmsTeaser > article:nth-of-type(2n) {
	margin-right: 0;
}
.cmsTeaser > article:nth-of-type(2n) + article {
	clear: left;
}
.cmsTeaser > article > h2 {
	display: none;
}
.cmsTeaser > article > figure:after {
	clear: both;
	content: "";
	display: block;
}
.cmsTeaser > article > figure > a {
	display: block;
	float: left;
	margin: 0 40px 10px 0;
	position: relative;
	width: 150px;
}
.cmsTeaser > article > figure > a > img {
	display: block;
	width: 100%;
}
.cmsTeaser > article > figure > figcaption {
	padding: 10px 10px 0 0;
}
.cmsTeaser > article > figure > figcaption > a {
	color: #8C3879;
}
.cmsTeaser > article > figure > figcaption > p {
	display: block;
	padding: 5px 0 0 0;
}
.cmsTeaser > article > figure > figcaption > p > span {
	display: block;
}
.cmsTeaser > article > figure > figcaption > p > .date {
	font-style: italic;
	font-weight: 700;
	padding: 5px 0 0 0;
}
.cmsTeaser > article > figure > figcaption > p > .text > a {
	background: #575756;
	background: rgba(87, 87, 86, 0.1);
	bottom: 0;
	height: 40px;
	position: absolute;
	right: 0;
	text-align: center;
	width: 40px;
}
.cmsTeaser > article > figure > figcaption > p > .text > a:before {
	content: "\E843";
	color: #8C3879;
	font-family: "fontello";
	line-height: 40px;
}

/* Einzelteaser */

.cmsSingleTeaser > article {
	margin: 0 0 1.666666666666667% 0; /* 0 0 20 0 */
	width: 100%;
}

@media all and (max-width: 800px){
	
	.cmsTeaser > article {
		clear: both !important;
		float: none !important;
		width: 100% !important;
	}

}

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

	.cmsTeaser > article {
		padding: 20px 40px 20px 20px;
	}
	.cmsTeaser > article > figure > a {
		float: none;
		margin: 0 auto 10px;
	}

}

/* Element - Teaser - Sterbefälle */

.cmsTeaserDecease article > figure > a {
	margin: 0;
	width: 29.411764705882351%; /* 150 */
}
.cmsTeaserDecease article > figure > a > img {
	max-width: 150px;
}
.cmsTeaserDecease article > figure > figcaption {
	float: left;
	padding-left: 40px;
	padding-top: 0;
	width: 70.588235294117652%; /* 360 */
}
.cmsTeaserDecease article > figure > figcaption > p.headline {
	border-bottom: 1px solid #B7B7B7;
	color: #B7B7B7;
	display: block;
	font-size: 16px;
	padding: 0 0 4px 0;
	position: relative;
	text-transform: uppercase;
}
.cmsTeaserDecease article > figure > figcaption > a {
	display: block;
	font-weight: 300;
	margin-top: 30px;
	text-transform: uppercase;
}
.cmsTeaserDecease article > figure > figcaption > a > strong {
	display: block;
	font-weight: 700;
}
.cmsTeaserDecease article > figure > figcaption > .content {
	display: block;
	margin-top: 29px;
}
.cmsTeaserDecease article > figure > figcaption > .content > .date {
	display: inline-block;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	padding-top: 0;
}
.cmsTeaserDecease article > figure > figcaption > .content > .date:before {
	content: "†";
	font-family: "Arial";
	font-weight: normal;
	margin: 0 6px 0 0;
}
.cmsTeaserDecease article > figure > figcaption > .content > .location {
	display: inline-block;
	font-size: 16px;
	font-weight: 400;
	margin-left: 7.843137254901961%; /* 40 */
	text-transform: uppercase;
}

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

	.cmsTeaserDecease article > figure > figcaption > a {
		margin-top: 10px;
	}
	.cmsTeaserDecease article > figure > figcaption > .content {
		margin-top: 10px;
	}

}

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

	.cmsTeaserDecease article > figure > a {
		float: none;
		margin: 0 auto 15px;
		width: 150px;
	}
	.cmsTeaserDecease article > figure > a > img {
		max-width: none;
	}
	.cmsTeaserDecease article > figure > figcaption {
		float: none;
		padding-left: 0;
		width: 100%;
	}

}

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

	.cmsTeaserDecease article > figure > figcaption > .content > .date { 
		display: block;
	}
	.cmsTeaserDecease article > figure > figcaption > .content > .location {
		display: block;
		margin-left: 0;
	}

}

/* Elemente - Tabelle */

.cmsTable > h2 {
	margin: 0 0 20px 0;
}
.cmsTable > table {
	width: 100%;
}
.cmsTable > table > tbody > tr:first-child {
	background: none;
	border-bottom: 1px solid #8C3879;
	color: #8C3879;
	font-size: 17px;
}
.cmsTable > table > tbody > tr {
	background: #FFFFFF;
	font-size: 16px;
}
.cmsTable > table > tbody > tr.val2 {
	background: #575756;
	background: rgba(87, 87, 86, 0.1);
}
.cmsTable > table > tbody > tr > td {
	line-height: 40px;
	padding: 0 10px;
}
.cmsTable > p {
	font-size: smaller;
	padding: 5px 10px 0 10px;
}

/* Elemente - Verlinkungen */

/* Links (intern & extern) */

.cmsLink > a:before {
	content: '\E808';
	font-family: 'fontello';
	font-weight: 300;
	left: 0;
	position: absolute;
}
.cmsLink > a {
	display: inline-block;
	padding: 0 0 0 20px;
	position: relative;
}

/* Verweisliste */

.cmsRefs > h2 {
	margin: 0 0 20px 0;
	text-align: left;
}
.cmsRefs > ul > li > a:before {
	content: '\E808';
	font-family: 'fontello';
	font-weight: 300;
	left: 0;
	position: absolute;
}
.cmsRefs > ul > li > a {
	display: inline-block;
	padding: 0 0 0 20px;
	position: relative;
}

/* E-Mail */

.cmsMail > a:before {
	content: '\E833';
	font-family: 'fontello';
	font-weight: normal;
	left: 0;
	position: absolute;
}
.cmsMail > a {
	display: inline-block;
	padding: 0 0 0 40px;
	position: relative;
}

/* Elemente - Dropdown */

.cmsDrop {
	background: #575756;
	background: rgba(87, 87, 86, 0.1);
	padding: 10px;
}
.cmsDrop > h3:before {
	content: '\E807';
	font-family: 'fontello';
	font-weight: normal;
	left: 0;
	position: absolute;
	top: 1px;
}
.cmsDrop > h3 {
	cursor: pointer;
	display: inline-block;
	padding: 0 0 0 40px;
	position: relative;
}
.cmsDrop > h3.contentHide:before {
	content: '\E805';
}
.cmsDrop > h3.contentHide + div {
	display: none;
}
.cmsDrop > h3 + div {
	overflow: hidden;
	padding: 0 20px;
}

/* Elemente - HTML */

/* Elemente - Youtube */

.cmsYoutube > h2 {
	margin: 0 0 5px 0;
}
.cmsYoutube > div:before {
	color: #ADADAD;
	content: '\E839';
	font-family: 'fontello';
	font-size: 75px;
	height: 60px;
	left: 50%;
	line-height: 60px;
	margin: -30px 0 0 -40px;
	position: absolute;
	text-align: center;
	top: 50%;
	width: 80px;
}
.cmsYoutube > div {
	background: #F1F1F2;
	height: 0;
	overflow: hidden;
	padding: 30px 0 56.25% 0;
	position: relative;
}
.cmsYoutube > div > iframe {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}
.cmsYoutube > p {
	line-height: 1.3;
	margin: 10px 0 0 0;
}

/* Elemente - Iframe */

.cmsIframe {
	overflow: auto;
	-webkit-overflow-scrolling: touch;
}		
.cmsIframe > iframe {
	width: 100%;
}

/* Elemente - Downloads */

.cmsDownload + .cmsDownload {
	margin-top: -20px;
}
.cmsDownload {
	position: relative;
}
.cmsDownload > a {
	display: inline-block;
	font-weight: normal;
	padding: 0 0 0 65px;
}
.cmsDownload > a:hover {
	color: #E57D26;
}
.cmsDownload > a:before {
	background: #e57d26 none repeat scroll 0 0;
	color: #ffffff;
	content: "FILE";
	display: block;
	font-size: small;
	font-weight: bold;
	height: 27px;
	left: 0;
	line-height: 27px;
	position: absolute;
	text-align: center;
	top: 1px;
	width: 50px;
}
.cmsExcel > a:hover {
	color: #4CB86D;
}
.cmsExcel > a:before {
	background: #4CB86D;
	content: "XLS";
}
.cmsPDF > a:hover {
	color: #E84C3D;
}
.cmsPDF > a:before {
	background: #E84C3D;
	content: "PDF";
}
.cmsWord > a:hover {
	color: #3896D3;
}
.cmsWord > a:before {
	background: #3896D3;
	content: "DOC";
}

/* Elemente - Formular */

.cmsForm {
	background: #575756;
	background: rgba(87, 87, 86, 0.1);
	padding: 20px;
}
.cmsForm > h2 {
	margin: 0 0 30px 0;
}
.cmsForm > .row {
	margin: 20px 0;
	padding: 0 40px 0 0;
	position: relative;
}
.cmsForm > .row:after {
	clear: both;
	content: "";
	display: block;
}
.cmsForm > .row.validation:before {
	color: #8C3879;
	content: '\E823';
	font-family: 'fontello';
	line-height: 44px;
	position: absolute;
	right: 0;
	top: 0;
}
.cmsForm > .row > label {
	display: block;
	float: left;
	font-weight: 700;
	line-height: 44px;
	padding: 0 10px 0 0;
	width: 30%;
}
.cmsForm > .row > .field {
	background: #FFFFFF;
	border: none;
	height: 44px;
	outline: medium none;
	padding: 0 10px;
	width: 70%;
}
.cmsForm > .row > .field:focus {
	border: 1px solid #93C8FF;
	box-shadow: 0 0 4px #1983F0;
}
.cmsForm > .row > textarea.field {
	height: 100px;
	line-height: 1.3;
	padding-top: 10px;
	padding-bottom: 10px;
}
.cmsForm > .row > select.field {
	padding: 7px 10px 7px 7px;
}
.cmsForm > .row > input[type='file'].field {
	border: none !important;
	height: auto;
	line-height: 1;
	padding: 8px 10px;
}
.cmsForm > .row > input[type='file'].field:focus {
	border: 0;
	box-shadow: none;
}
.cmsForm > .row > .checkbox {
	border: 0 none;
	margin: 0 8px 0 0;
	padding: 0;
	width: auto;
}
.cmsForm > .row > p {
	display: inline-block;
	line-height: 44px;
}
.cmsForm > .infotext {
	line-height: 1.3;
}
.cmsForm > .row > .datepicker {
	cursor: pointer;
	width: 173px;
}
.cmsForm > .row > .calicon {
	background: none repeat scroll 0 0 #f9f9f9;
	border-left: 1px solid #cfcfcf;
	cursor: pointer;
	display: inline-block;
	font-size: 18px;
	height: 42px;
	line-height: 42px;
	margin: 0 0 0 -42px;
	padding: 0 7px 0 9px;
	position: absolute;
	top: 1px;
}
.cmsForm > .row > .calicon:before {
	content: "\E83D";
	font-family: "fontello";
}
.cmsForm > .row > .spm {
	background: none repeat scroll 0 0 #FFFFFF;
	border: none;
	float: left;
	position: relative;
	width: 70%;
}
.cmsForm > .row > .spm .altcha {
	background: none !important;
	border: 0 none !important;
	max-width: 100% !important;
	width: 100% !important;
}
/*.cmsForm > .row > .spm:after {
	content: '\e826';
	font-family: 'fontello';
	font-size: 20px;
	left: 146px;
	position: absolute;
	top: 13px;
}
.cmsForm > .row > .spm > img {
	border: none;
	float: left;
}
.cmsForm > .row > .spm > img + input {
	float: left;
	height: 32px;
	margin: 0 0 0 30px;
	padding: 0 8px;
	text-align: center;
	width: 90px;
}
.cmsForm > .row > .spm > p {
	clear: both;
	padding: 8px 0 0 0;
}*/
.cmsForm > .button {
	margin: 20px 40px 20px 0;
	position: relative;
	text-align: right;
}
.cmsForm > .button > input { /* Sende-Button */
	background: #8C3879;
	border: 0;
	color: #FFFFFF;
	cursor: pointer;
	line-height: 40px;
	padding: 0 30px 0 30px;
	font-weight: bold;
	text-transform: uppercase;
}
.cmsForm > .msg {
	line-height: 1.3;
	margin: 0 40px 10px 0;
	padding: 4px 10px;
}
.cmsForm .error {
	background: #FFFFFF;
	border: 1px solid #FFA3A3 !important;
	box-shadow: 0 0 3px #FF0000;
}

@media all and (max-width: 900px){
	
	.cmsForm > .row {
		padding-right: 0;
	}
	.cmsForm > .row > label {
		float: none;
		margin-bottom: 5px;
		padding-right: 20px;
		width: 100%;
	}
	.cmsForm > .row > .field {
		width: 100%;
	}
	.cmsForm > .row > .calicon {
		top: 50px;
	}
	.cmsForm > .row > .spm {
		width: 100%;
	}
	.cmsForm > .button {
		margin-right: 0;
	}
	.cmsForm > .msg {
		margin-right: 0;
	}

}

@media all and (max-width: 500px){

	.cmsForm > .button > input {
		width: 100%;
	}

}

@media all and (max-width: 400px){

	.cmsForm > .row > .spm {
		text-align: center;
	}
	.cmsForm > .row > .spm:after {
		content: "\e824";
		left: 50%;
		margin: 0 0 0 -5px;
		top: 43px;
	}
	.cmsForm > .row > .spm > img {
		float: none;
		margin: 0 0 20px;
	}
	.cmsForm > .row > .spm > img + input {
		display: block;
		float: none;
		left: 50%;
		margin-left: -60px;
		position: relative;
		width: 120px;
	}
	.cmsForm > .row > .spm > p {
		font-size: 15px;
		text-align: left;
	}

}

/* Extenison - Überschriften + Textbereich */

.cmsHeadlineText {
	display: block;
	padding: 92px 0 89px;
	position: relative;
}
.cmsHeadlineText:before {
	background: #575756;
	background: rgba(87, 87, 86, 0.1);
	border-bottom: 1px solid rgba(87, 87, 86, 0.1);
	border-top: 1px solid rgba(87, 87, 86, 0.1);
	content: "";
	height: 100%;
	left: -2000px;
	position: absolute;
	top: 0;
	width: 4000px;
	z-index: -1;
}
.cmsHeadlineText > h1 + h2 {
	color: #FFFFFF;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	margin: 16px 0 52px 0;
	text-transform: uppercase;
}
.cmsHeadlineText > h1 + h2 > span {
	background: #8C3879;
	display: inline-block;
	padding: 4px 10px;
}
.cmsHeadlineText > h2 + h3 {
	color: #FFFFFF;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	margin: 16px 0 52px 0;
	text-align: center;
	text-transform: uppercase;
}
.cmsHeadlineText > h2 + h3 > span {
	background: #8C3879;
	display: inline-block;
	padding: 4px 10px;
}

/* Variante zentriert */

.cmsHeadlineText.center > p {
	text-align: center;
}

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

	.cmsHeadlineText {
		padding: 42px 0 39px;
	}

}

/* Extension - Zitat */

.cmsQuote {
	display: block;
	line-height: 1.2;
	margin-bottom: 160px;
	margin-top: 90px;
	position: relative;
	text-align: center;
}
.cmsQuote:after {
	bottom: -45px;
	color: #8C3879;
	content: "\E841";
	font-family: "fontello";
	font-size: 30px;
	left: 50%;
	margin: 0 0 0 -16px;
	position: absolute;
}
.cmsQuote > .quote {
	font-size: 32px;
	font-style: italic;
	font-weight: 300;
}
.cmsQuote > .author {
	font-size: 18px;
	margin: 19px 0 0 0;
}
.cmsQuote + * {
	margin-top: 90px;
}

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

	.cmsQuote {
		margin-bottom: 80px;
		margin-top: 80px;
	}

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

	.cmsQuote {
		margin-bottom: 50px;
		margin-top: 50px;
	}

}

/* Extension - Mitarbeiter */

.cmsEmployee + * {
	margin-top: -40px;
}
.cmsEmployee:after {
	clear: both;
	content: "";
	display: block;
}
.cmsEmployee > .employee {
	background: #F2F2F2;
	float: left;
	margin: 0 3.603603603603604% 3.603603603603604% 0; /* 0 40 40 0 */
	min-height: 240px;
	position: relative;
	width: 48.198198198198199%; /* 535 */
}
.cmsEmployee > .employee:nth-child(2n) {
	margin-right: 0;
}
.cmsEmployee > .employee:nth-child(2n) + div {
	clear: left;
}
.cmsEmployee > .employee > figure > img {
	display: block;
	left: 0;
	position: absolute;
	top: 0;
	width: 160px;
}
.cmsEmployee > .employee > figure > figcaption {
	padding: 20px 30px 20px 190px;
	width: 100%;
}
.cmsEmployee > .employee > figure > figcaption > .name {
	color: #8C3879;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.2;
	margin: 0 0 40px 0;
}
.cmsEmployee > .employee > figure > figcaption > .text {
	font-size: 16px;
}

@media all and (max-width: 930px){

	.cmsEmployee + * {
		margin-top: 0;
	}
	.cmsEmployee > .employee {
		float: none;
		margin-right: 0;
		margin-bottom: 40px;
		width: auto;
	}

}

@media all and (max-width: 500px){

	.cmsEmployee > .employee {
		min-height: 0;
	}
	.cmsEmployee > .employee > figure > img {
		border: 2px solid #ffffff;
		left: 10px;
		top: 10px;
		width: 102px;
	}
	.cmsEmployee > .employee > figure > figcaption {
		padding-left: 140px;
	}

}

@media all and (max-width: 400px){

	.cmsEmployee {
		margin-left: -20px;
		margin-right: -20px;
	}
	.cmsEmployee > .employee > figure > img {
		width: 82px;
	}
	.cmsEmployee > .employee > figure > figcaption {
		font-size: 15px;
		padding-left: 105px;
	}
	.cmsEmployee > .employee > figure > figcaption > .name {
		font-size: 17px;
	}

}

/*! jQuery UI - v1.11.4 - 2015-07-09
* http://jqueryui.com
* Includes: core.css, datepicker.css
* Copyright 2015 jQuery Foundation and other contributors; Licensed MIT */

/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
	display: none;
}
.ui-helper-hidden-accessible {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.ui-helper-reset {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
	content: "";
	display: table;
	border-collapse: collapse;
}
.ui-helper-clearfix:after {
	clear: both;
}
.ui-helper-clearfix {
	min-height: 0; /* support: IE7 */
}
.ui-helper-zfix {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
}

.ui-front {
	z-index: 100;
}


/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
	cursor: default !important;
}


/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
}


/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.ui-datepicker {
	width: 17em;
	padding: .2em .2em 0;
	display: none;
}
.ui-datepicker .ui-datepicker-header {
	position: relative;
	padding: .2em 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
	position: absolute;
	top: 2px;
	width: 1.8em;
	height: 1.8em;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
	top: 1px;
}
.ui-datepicker .ui-datepicker-prev {
	left: 2px;
}
.ui-datepicker .ui-datepicker-next {
	right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
	left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover {
	right: 1px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -8px;
	top: 50%;
	margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
	margin: 0 2.3em;
	line-height: 1.8em;
	text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
	font-size: 1em;
	margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
	width: 45%;
}
.ui-datepicker table {
	width: 100%;
	font-size: .9em;
	border-collapse: collapse;
	margin: 0 0 .4em;
}
.ui-datepicker th {
	padding: .7em .3em;
	text-align: center;
	font-weight: bold;
	border: 0;
}
.ui-datepicker td {
	border: 0;
	padding: 1px;
}
.ui-datepicker td span,
.ui-datepicker td a {
	display: block;
	padding: .2em;
	text-align: right;
	text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
	background-image: none;
	margin: .7em 0 0 0;
	padding: 0 .2em;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
	float: right;
	margin: .5em .2em .4em;
	cursor: pointer;
	padding: .2em .6em .3em .6em;
	width: auto;
	overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
	float: left;
}

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
	width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
	float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
	width: 95%;
	margin: 0 auto .4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
	width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
	width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
	width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
	border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
	clear: left;
}
.ui-datepicker-row-break {
	clear: both;
	width: 100%;
	font-size: 0;
}

/* RTL support */
.ui-datepicker-rtl {
	direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
	right: 2px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
	left: 2px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
	right: 1px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
	left: 1px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
	clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
	float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
	float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
	border-right-width: 0;
	border-left-width: 1px;
}

/* jQuery UI Kalender */

.ui-datepicker {
	background: #FFFFFF;
	box-shadow: 0 0 4px -2px #2D3E42;
	margin: 1px 0;
	overflow: hidden;
	padding: 10px !important;
}
.ui-datepicker-header {
	font-weight: bold;
	padding: 6px 0 !important;
}
.ui-datepicker-header .ui-datepicker-prev,
.ui-datepicker-header .ui-datepicker-next {
	color: #E4E3E3;
	cursor: pointer;
	font-family: 'fontello';
	font-size: 14px;
	font-weight: normal;
	height: auto !important;
	line-height: 1;
	right: 3px !important;
	top: 16px !important;
	width: auto !important;
}
.ui-datepicker-title {
	color: #8C3879;
}
.ui-state-disabled.ui-datepicker-prev,
.ui-state-disabled.ui-datepicker-next {
	opacity: 0.2;
}
.ui-datepicker-header .ui-datepicker-next:before {
	content: '\E808';
}
.ui-datepicker-header .ui-datepicker-prev:before {
	content: '\E806';
}
.ui-datepicker-header .ui-datepicker-prev {
	left: 3px !important;
	right: auto !important;
	text-align: right;
}
.ui-datepicker-prev span,
.ui-datepicker-next span {
	left: -1000px !important;
}
.ui-datepicker table {
	font-size: 14px;
}
.ui-datepicker th {
	color: #82888A;
	font-size: 14px;
	font-weight: normal;
}
.ui-datepicker td {
	border: 1px solid #E4E7E7;
	height: 35px;
	line-height: 35px;
	padding: 0;
	width: 45px;
}
.ui-datepicker td span,
.ui-datepicker td a {
	color: #535353;
	font-weight: normal;
	padding: 0;
	text-align: center;
	-webkit-transition: all 300ms ease-in;
	-moz-transition: all 300ms ease-in;
	-ms-transition: all 300ms ease-in;
	-o-transition: all 300ms ease-in;
	transition: all 300ms ease-in;
}
.ui-datepicker-unselectable > *,
.ui-state-disabled > * {
	opacity: 0.4;
}
.ui-datepicker td a.ui-state-active,
.ui-datepicker .ui-state-highlight,
.ui-datepicker td a:hover,
.ui-datepicker-days-cell-over > a {
	background: #8C3879 !important;
	color: #FFFFFF !important;
	font-weight: 700 !important;
}
.ui-datepicker-today > a.ui-state-default {
	background: #FFFFFF !important;
	color: #8C3879!important;
}

/*! fancyBox v2.1.4 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #FFFFFF;
	color: #444;
	text-shadow: none;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading {
	background-image: url('/img/fancybox/fancybox_sprite.png');
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url('/img/fancybox/fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
	background: #000000;
	background: rgba(0, 0, 0, 0.75);
	cursor: pointer;
	height: 50px;
	position: absolute;
	right: 0;
	text-align: center;
	top: 0;
	width: 50px;
	z-index: 8040;
}

.fancybox-close:hover {
	background: #000000;
}

.fancybox-close:before {
	color: #FFFFFF;
	content: '\E82A';
	font-family: 'fontello';
	font-size: 35px;
	font-weight: normal;
	line-height: 50px;
	text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}

.fancybox-nav {
	background: transparent url('/img/fancybox/blank.gif'); /* helps IE */
	cursor: pointer;
	height: 100%;
	position: fixed;
	text-decoration: none;
	top: 0;
	width: 30%;
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	background: #000000;
	background: rgba(0, 0, 0, 0.75);
	cursor: pointer;
	height: 100px;
	margin-top: -50px;
	position: absolute;
	text-align: center;
	top: 50%;
	transition: opacity 200ms ease-in-out 0s;
	width: 55px;
	z-index: 8040;
}

.fancybox-nav:hover span {
	background: #000000;
}

.fancybox-prev span {
	left: 0;
	text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}

.fancybox-prev span:before {
	color: #FFFFFF;
	content: '\E806';
	font-family: 'fontello';
	font-size: 40px;
	font-weight: normal;
	line-height: 100px;
	margin: 0 10px 0 0;
	opacity: 1;
	text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
	-webkit-transition: opacity 200ms ease-in-out;
	-moz-transition: opacity 200ms ease-in-out;
	-ms-transition: opacity 200ms ease-in-out;
	-o-transition: opacity 200ms ease-in-out;
	transition: opacity 200ms ease-in-out;
}

.fancybox-next span {
	right: 0;
	text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}

.fancybox-next span:before {
	color: #FFFFFF;
	content: '\E808';
	font-family: 'fontello';
	font-size: 40px;
	font-weight: normal;
	line-height: 100px;
	margin: 0 0 0 10px;
	opacity: 1;
	text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
	-webkit-transition: opacity 200ms ease-in-out;
	-moz-transition: opacity 200ms ease-in-out;
	-ms-transition: opacity 200ms ease-in-out;
	-o-transition: opacity 200ms ease-in-out;
	transition: opacity 200ms ease-in-out;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
	margin-right: 0 !important;
	overflow-x: hidden;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: rgb(0, 0, 0);
	background: rgba(0, 0, 0, 0.8);
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow-x: auto;
}

/* Title helper */

.fancybox-title {
	background: #000000;
	background: rgba(0, 0, 0, 0.75);
	bottom: 0;
	color: #ffffff;
	font-weight: normal;
	overflow: hidden;
	padding-right: 145px !important;
	position: absolute;
	text-overflow: ellipsis;
	text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
	visibility: hidden;
	white-space: nowrap;
	width: 100%;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding: 10px 15px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

#fancybox-buttons {
	display: none !important;
	position: fixed;
	left: 0;
	width: 100%;
	z-index: 8050;
}

#fancybox-buttons.top {
	top: 10px;
}

#fancybox-buttons.bottom {
	bottom: 10px;
}

#fancybox-buttons ul {
	display: block;
	width: 166px;
	height: 30px;
	margin: 0 auto;
	padding: 0;
	list-style: none;
	border: 1px solid #111;
	border-radius: 3px;
	-webkit-box-shadow: inset 0 0 0 1px rgba(255,255,255,.05);
	   -moz-box-shadow: inset 0 0 0 1px rgba(255,255,255,.05);
	        box-shadow: inset 0 0 0 1px rgba(255,255,255,.05);
	background: rgb(50,50,50);
	background: -moz-linear-gradient(top, rgb(68,68,68) 0%, rgb(52,52,52) 50%, rgb(41,41,41) 50%, rgb(51,51,51) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(68,68,68)), color-stop(50%,rgb(52,52,52)), color-stop(50%,rgb(41,41,41)), color-stop(100%,rgb(51,51,51)));
	background: -webkit-linear-gradient(top, rgb(68,68,68) 0%,rgb(52,52,52) 50%,rgb(41,41,41) 50%,rgb(51,51,51) 100%);
	background: -o-linear-gradient(top, rgb(68,68,68) 0%,rgb(52,52,52) 50%,rgb(41,41,41) 50%,rgb(51,51,51) 100%);
	background: -ms-linear-gradient(top, rgb(68,68,68) 0%,rgb(52,52,52) 50%,rgb(41,41,41) 50%,rgb(51,51,51) 100%);
	background: linear-gradient(top, rgb(68,68,68) 0%,rgb(52,52,52) 50%,rgb(41,41,41) 50%,rgb(51,51,51) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#444444', endColorstr='#222222',GradientType=0 );
}

#fancybox-buttons ul li {
	float: left;
	margin: 0;
	padding: 0;
}

#fancybox-buttons a {
	display: block;
	width: 30px;
	height: 30px;
	text-indent: -9999px;
	background-image: url('/img/fancybox/fancybox_buttons.png');
	background-repeat: no-repeat;
	outline: none;
	opacity: 0.8;
}

#fancybox-buttons a:hover {
	opacity: 1;
}

#fancybox-buttons a.btnPrev {
	background-position: 5px 0;
}

#fancybox-buttons a.btnNext {
	background-position: -33px 0;
	border-right: 1px solid #3e3e3e;
}

#fancybox-buttons a.btnPlay {
	background-position: 0 -30px;
}

#fancybox-buttons a.btnPlayOn {
	background-position: -30px -30px;
}

#fancybox-buttons a.btnToggle {
	background-position: 3px -60px;
	border-left: 1px solid #111;
	border-right: 1px solid #3e3e3e;
	width: 35px
}

#fancybox-buttons a.btnToggleOn {
	background-position: -27px -60px;
}

#fancybox-buttons a.btnClose {
	border-left: 1px solid #111;
	width: 35px;
	background-position: -56px 0px;
}

#fancybox-buttons a.btnDisabled {
	opacity : 0.4;
	cursor: default;
}

/* Animation */

.micAnimation {
	height: 100%;
	width: 100%;
}
.micAnimation > ul {
    height: 100%;
    position: relative;
    z-index: 1;
}
.micAnimation > ul > .slide {
	height: 100%;
	left: 0;
	opacity: 0;
	position: absolute;
	top: 0;
	width: 100%;
	-webkit-transition: opacity 500ms ease-in;
    -moz-transition: opacity 500ms ease-in;
    -o-transition: opacity 500ms ease-in;
    -ms-transition: opacity 500ms ease-in;
    transition: opacity 500ms ease-in;
}
.micAnimation > ul > .slide.animated {
	opacity: 1;
}
.micAnimation > ul > .slide > img {
	display: block;
	height: auto;
	position: absolute;
	width: 100%;
	z-index: 1;
}

/* Text mit TextWrapper */

.micAnimation > ul > .slide > .textBox.textWrap {
	position: absolute;
	z-index: 2;
}

/* Text ohne TextWrapper */

.micAnimation > ul > .slide > .textBox:not(.textWrap) > p {
    position: absolute;
    z-index: 2;
}
.micAnimation > ul > .slide > .textBox:not(.textWrap) > p:last-child {
    z-index: 3;
}

/* Navigation - Pfeile */

.micAnimation > .arrows > a {
	color: inherit;
	display: block;
	font-family: "fontello";
	font-size: 40px;
	font-weight: normal;
	line-height: 1;
	margin: -20px 0 0;
	opacity: 0;
	position: absolute;
	top: 50%;
	z-index: 2;
	-webkit-transition: all 800ms ease 500ms;
	-moz-transition: all 800ms ease 500ms;
	-ms-transition: all 800ms ease 500ms;
	-o-transition: all 800ms ease 500ms;
	transition: all 800ms ease 500ms;
}
.micAnimation > .arrows > a.prev:before {
	content: "\E806";
	display: block;
}
.micAnimation > .arrows > a.prev {
	left: -60px;
}
.micAnimation > .arrows.animated > a.prev {
	left: 20px;
	opacity: 0.4;
}
.micAnimation > .arrows > a.next:before {
	content: "\E808";
	display: block;
}
.micAnimation > .arrows > a.next {
	right: -60px;
}
.micAnimation > .arrows.animated > a.next {
	opacity: 0.4;
	right: 20px;
}
.micAnimation > .arrows > a.prev:hover,
.micAnimation > .arrows > a.next:hover {
	color: inherit;
	opacity: 1;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

/* Navigation - Bullets */

.micAnimation > .bullets > ul {
	bottom: -20px;
	display: block;
	line-height: 1;
	opacity: 0;
	position: absolute;
	text-align: center;
	width: 100%;
	z-index: 3;
	-webkit-transition: all 800ms ease-out 1200ms;
	-moz-transition: all 800ms ease-out 1200ms;
	-ms-transition: all 800ms ease-out 1200ms;
	-o-transition: all 800ms ease-out 1200ms;
	transition: all 800ms ease-out 1200ms;
}
.micAnimation > .bullets.animated > ul {
	bottom: 20px;
	opacity: 1;
}
.micAnimation > .bullets > ul > li {
	background: #ffffff none repeat scroll 0 0;
	border-radius: 6px;
	cursor: pointer;
	display: inline-block;
	height: 12px;
	margin: 0 4px;
	width: 12px;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
.micAnimation > .bullets > ul > li:hover,
.micAnimation > .bullets > ul > li.selected {
	background: #888;
}

/* Animation - Custom */

.micAnimation > ul > .slide > .textBox {
	background: rgba(87, 87, 86, 0.6);
	color: #FFFFFF;
	display: table;
	font-style: italic;
	line-height: 1.1;
	padding: 20px 0;
	text-align: left;
}
.micAnimation > ul > .slide > .textBox > .text0 {
	font-size: 45px;
	font-weight: 300;
	padding: 0 10px;
}
.micAnimation > ul > .slide > .textBox > .text1 {
	display: block;
	font-size: 30px;
	font-style: normal;
	font-weight: 700;
	padding: 0 10px;
}
.micAnimation > ul > .slide > .textBox a {
	color: #FFFFFF;
	transition: opacity 200ms ease-in-out;
}
.micAnimation > ul > .slide > .textBox a:hover {
	opacity: 0.8;
}

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

	.micAnimation > ul > .slide > .textBox > .text0 {
		font-size: 45px;
	}

}

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

	.micAnimation > ul > .slide > .textBox {
		margin: -50px 0 0 0;
		top: 50%;
	}
	.micAnimation > ul > .slide > .textBox > .text0 {
		font-size: 30px;
	}

}