/* 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: #293540;
	font: 300 18px/1.8 'Open Sans', sans-serif;
	-webkit-text-size-adjust: none;
}
body > #PageWrapper {
	min-height: 100%;
	overflow: hidden;
	position: relative;
}
a {
	color: #293540;
	font-weight: 400;
	text-decoration: none;
}
a:hover {
	color: #9A0A59;
}
body.purple a:hover,
body.purple2 a:hover,
body.purple4 a:hover {
	color: #9A0A59;
}
body.green a:hover,
body.green2 a:hover {
	color: #B2C200;
}
body.orange a:hover,
body.orange2 a:hover {
	color: #E67E00;
}
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;
}
.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: 1440px;
}
.wmClear:after {
	clear: both;
	content: "";
	display: block;
}

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

	body > #PageWrapper {
		background: #E5E5E5;
	}

}

/* Webfonts */

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

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

#HeaderWrapper {
	height: 260px;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 4;
}
#HeaderWrapper.mobile {
	position: absolute;
}
#HeaderWrapper.fixed {
	position: absolute;
}
#HeaderWrapper > div {
	height: 100%;
	margin: 0 auto;
	max-width: 1320px;
	position: relative;
}

/* Logo */

#HeaderWrapper > div > a {
	right: 0;
	position: absolute;
	top: 0;
	width: 453px;
	z-index: 999999;
}
#HeaderWrapper > div > a > img {
	display: block;
	width: 100%;
}

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

	#HeaderWrapper {
		height: 220px;
	}
	#HeaderWrapper > div > a {
		width: 320px;
	}

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

	#HeaderWrapper > div > a {
		width: 300px;
	}	

}
@media all and (max-width: 950px){

	#HeaderWrapper {
		height: 150px;
	}
	#HeaderWrapper > div > a {
		left: 0;
		right: auto;
	}

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

	#HeaderWrapper > div > a {
		width: 230px;
	}

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

	#HeaderWrapper > div > a {
		width: 190px;
	}

}

/* Layout - Content */

#ContentWrapper {
	margin: -30px 0 0;
	position: relative;
	width: 100%;
	z-index: 3;
}
#ContentWrapper > div:before {
	clear: both;
	content: "";
	display: block;
	padding: 1px 0 0;
}
#ContentWrapper > div {
	background: #FFFFFF;
    border-radius: 30px 30px 0 0;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
    margin: 0 auto;
    max-width: 1200px;
    min-height: 1200px;
    padding: 60px 45px 274px;
    position: relative;
}
#ContentWrapper > div:before {
	background: url("/img/layout/bg-content-top.png") no-repeat top left;
	content: "";
    height: 97px;
    left: -12px;
    position: absolute;
    top: -67px;
    width: 1222px;
}
#ContentWrapper > div > section {
	padding: 0 395px 0 0;
	position: relative;
	width: 100%;
}
#ContentWrapper > div > aside.right {
	margin: 110px 0 0;
	right: 37px;
	position: absolute;
	top: 0;
	width: 375px;
}
#ContentWrapper > div > aside.top {
	left: 0;
	padding: 25px 45px 0;
	position: absolute;
	top: 0;
	width: 100%;
}
#ContentWrapper > div > aside.top:after {
	clear: both;
	content: "";
	display: block;
}
#ContentWrapper > div > aside.top > a {
	background: rgb(188,102,151);
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2JjNjY5NyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUxJSIgc3RvcC1jb2xvcj0iI2M0NzlhNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUxJSIgc3RvcC1jb2xvcj0iI2JjNjY5NyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijk5JSIgc3RvcC1jb2xvcj0iI2JjNjY5NyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
	background: -moz-linear-gradient(top,  rgba(188,102,151,1) 0%, rgba(196,121,164,1) 51%, rgba(188,102,151,1) 51%, rgba(188,102,151,1) 99%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(188,102,151,1)), color-stop(51%,rgba(196,121,164,1)), color-stop(51%,rgba(188,102,151,1)), color-stop(99%,rgba(188,102,151,1)));
	background: -webkit-linear-gradient(top,  rgba(188,102,151,1) 0%,rgba(196,121,164,1) 51%,rgba(188,102,151,1) 51%,rgba(188,102,151,1) 99%);
	background: -o-linear-gradient(top,  rgba(188,102,151,1) 0%,rgba(196,121,164,1) 51%,rgba(188,102,151,1) 51%,rgba(188,102,151,1) 99%);
	background: -ms-linear-gradient(top,  rgba(188,102,151,1) 0%,rgba(196,121,164,1) 51%,rgba(188,102,151,1) 51%,rgba(188,102,151,1) 99%);
	background: linear-gradient(to bottom,  rgba(188,102,151,1) 0%,rgba(196,121,164,1) 51%,rgba(188,102,151,1) 51%,rgba(188,102,151,1) 99%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bc6697', endColorstr='#bc6697',GradientType=0 );
    border-radius: 20px;
	color: #FFFFFF;
    float: left;
    height: 38px;
    line-height: 26px;
    padding: 6px 50px 6px 18px;
    position: relative;
}
#ContentWrapper > div > aside.top > a:after {
	background: #FFFFFF;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 14px;
	content: "\E83C";
    font-family: "fontello";
    font-size: 16px;
    font-weight: normal;
    height: 28px;
    padding: 1px 0 0 3px;
    position: absolute;
    right: 7px;
    text-align: center;
    top: 5px;
    width: 28px;
}
body.isSafari #ContentWrapper > div > aside.top > a:after {
	right: 5px;
	top: 4px;
}
#ContentWrapper > div > aside.top > a:hover:after {
	background: rgba(255, 255, 255, 0.65);
}

@media all and (max-width: 1200px){

	#ContentWrapper > div {
		padding-left: 25px;
		padding-right: 25px;
	}
	#ContentWrapper > div > aside.right {
		right: 16px;
	}
	#ContentWrapper > div > aside.top {
		padding-left: 25px;
		padding-right: 25px;	
	}

}
@media all and (max-width: 900px){

	#ContentWrapper > div:before {
		top: -52px;
	}
	#ContentWrapper > div > aside.right {
		display: none;
	}
	#ContentWrapper > div > section {
		padding-right: 0;
	}

}
@media all and (max-width: 550px){

	#ContentWrapper {
		margin-top: 0;
		padding-top: 115px;
	}
	#ContentWrapper > div {
		padding-top: 1px;
	}
	#ContentWrapper > div:before {
		top: -40px;
	}
	#ContentWrapper > div > aside.top {
		left: 20px;
		bottom: 15px;
		padding: 0;
		position: fixed;
		top: auto;
	}

}
@media all and (max-width: 440px){

	#ContentWrapper {
		padding-top: 85px;
	}
	#ContentWrapper > div:before {
		top: -35px;
	}

}
@media all and (max-width: 400px){

	#ContentWrapper > div {
		padding-left: 20px;
		padding-right: 20px;
	}

}
@media all and (max-width: 360px){

	#ContentWrapper {
		padding-top: 75px;
	}

}

/* Layout - Footer */

#FooterWrapper {
	bottom: 0;
	position: absolute;
	width: 100%;
	z-index: 2;
}
#FooterWrapper > div {
	background: #3c323a;
	height: 100%;
	margin: 0 auto;
	max-width: 1200px;
	padding: 40px 0 30px 8px;
	position: relative;
}
#FooterWrapper > div:after {
	clear: both;
	content: "";
	display: block;
}
#FooterWrapper > div:before {
	background: rgb(178, 194, 0);
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2IyYzIwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjE5JSIgc3RvcC1jb2xvcj0iI2M5YjQwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjMzJSIgc3RvcC1jb2xvcj0iI2Q5YTAwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2U2N2UwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjU0JSIgc3RvcC1jb2xvcj0iI2UwNzcwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjU1JSIgc3RvcC1jb2xvcj0iI2RlNzUwZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjU1JSIgc3RvcC1jb2xvcj0iI2RlNzUwZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjU1JSIgc3RvcC1jb2xvcj0iI2RkNzQxMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjYwJSIgc3RvcC1jb2xvcj0iI2Q2NmIyOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjcxJSIgc3RvcC1jb2xvcj0iI2M0NTU0MiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjgyJSIgc3RvcC1jb2xvcj0iI2IzM2U1MSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjkwJSIgc3RvcC1jb2xvcj0iI2E4MmU1NyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijk3JSIgc3RvcC1jb2xvcj0iIzllMWI1YSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM5YTBlNWIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(
		left,
		rgba(178, 194, 0, 1) 0%,
		rgba(201, 180, 0, 1) 19%,
		rgba(217, 160, 0, 1) 33%,
		rgba(230, 126, 0, 1) 50%,
		rgba(224, 119, 0, 1) 54%,
		rgba(222, 117, 15, 1) 55%,
		rgba(222, 117, 15, 1) 55%,
		rgba(221, 116, 18, 1) 55%,
		rgba(214, 107, 40, 1) 60%,
		rgba(196, 85, 66, 1) 71%,
		rgba(179, 62, 81, 1) 82%,
		rgba(168, 46, 87, 1) 90%,
		rgba(158, 27, 90, 1) 97%,
		rgba(154, 14, 91, 1) 100%
	);
	background: -webkit-gradient(
		linear,
		left top,
		right top,
		color-stop(0%, rgba(178, 194, 0, 1)),
		color-stop(19%, rgba(201, 180, 0, 1)),
		color-stop(33%, rgba(217, 160, 0, 1)),
		color-stop(50%, rgba(230, 126, 0, 1)),
		color-stop(54%, rgba(224, 119, 0, 1)),
		color-stop(55%, rgba(222, 117, 15, 1)),
		color-stop(55%, rgba(222, 117, 15, 1)),
		color-stop(55%, rgba(221, 116, 18, 1)),
		color-stop(60%, rgba(214, 107, 40, 1)),
		color-stop(71%, rgba(196, 85, 66, 1)),
		color-stop(82%, rgba(179, 62, 81, 1)),
		color-stop(90%, rgba(168, 46, 87, 1)),
		color-stop(97%, rgba(158, 27, 90, 1)),
		color-stop(100%, rgba(154, 14, 91, 1))
	);
	background: -webkit-linear-gradient(
		left,
		rgba(178, 194, 0, 1) 0%,
		rgba(201, 180, 0, 1) 19%,
		rgba(217, 160, 0, 1) 33%,
		rgba(230, 126, 0, 1) 50%,
		rgba(224, 119, 0, 1) 54%,
		rgba(222, 117, 15, 1) 55%,
		rgba(222, 117, 15, 1) 55%,
		rgba(221, 116, 18, 1) 55%,
		rgba(214, 107, 40, 1) 60%,
		rgba(196, 85, 66, 1) 71%,
		rgba(179, 62, 81, 1) 82%,
		rgba(168, 46, 87, 1) 90%,
		rgba(158, 27, 90, 1) 97%,
		rgba(154, 14, 91, 1) 100%
	);
	background: -o-linear-gradient(
		left,
		rgba(178, 194, 0, 1) 0%,
		rgba(201, 180, 0, 1) 19%,
		rgba(217, 160, 0, 1) 33%,
		rgba(230, 126, 0, 1) 50%,
		rgba(224, 119, 0, 1) 54%,
		rgba(222, 117, 15, 1) 55%,
		rgba(222, 117, 15, 1) 55%,
		rgba(221, 116, 18, 1) 55%,
		rgba(214, 107, 40, 1) 60%,
		rgba(196, 85, 66, 1) 71%,
		rgba(179, 62, 81, 1) 82%,
		rgba(168, 46, 87, 1) 90%,
		rgba(158, 27, 90, 1) 97%,
		rgba(154, 14, 91, 1) 100%
	);
	background: -ms-linear-gradient(
		left,
		rgba(178, 194, 0, 1) 0%,
		rgba(201, 180, 0, 1) 19%,
		rgba(217, 160, 0, 1) 33%,
		rgba(230, 126, 0, 1) 50%,
		rgba(224, 119, 0, 1) 54%,
		rgba(222, 117, 15, 1) 55%,
		rgba(222, 117, 15, 1) 55%,
		rgba(221, 116, 18, 1) 55%,
		rgba(214, 107, 40, 1) 60%,
		rgba(196, 85, 66, 1) 71%,
		rgba(179, 62, 81, 1) 82%,
		rgba(168, 46, 87, 1) 90%,
		rgba(158, 27, 90, 1) 97%,
		rgba(154, 14, 91, 1) 100%
	);
	background: linear-gradient(
		to right,
		rgba(178, 194, 0, 1) 0%,
		rgba(201, 180, 0, 1) 19%,
		rgba(217, 160, 0, 1) 33%,
		rgba(230, 126, 0, 1) 50%,
		rgba(224, 119, 0, 1) 54%,
		rgba(222, 117, 15, 1) 55%,
		rgba(222, 117, 15, 1) 55%,
		rgba(221, 116, 18, 1) 55%,
		rgba(214, 107, 40, 1) 60%,
		rgba(196, 85, 66, 1) 71%,
		rgba(179, 62, 81, 1) 82%,
		rgba(168, 46, 87, 1) 90%,
		rgba(158, 27, 90, 1) 97%,
		rgba(154, 14, 91, 1) 100%
	);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b2c200', endColorstr='#9a0e5b',GradientType=1 );
	content: "";
	left: 0;
	height: 8px;
	position: absolute;
	top: -8px;
	width: 100%;
	z-index: 1;
}
#FooterWrapper > div > p {
	bottom: 25px;
	color: #ffffff;
	font-size: 15px;
	line-height: 22px;
	position: absolute;
	right: 189px;
	text-align: right;
}
#FooterWrapper > div > p > a {
	color: #ffffff;
	display: block;
	font-weight: 300;
}
#FooterWrapper > div > p > span:not(:last-of-type) {
	padding: 0 16px 0 0;
	position: relative;
}
#FooterWrapper > div > p > span:not(:last-of-type):after {
	background: #ffffff;
	content: "";
	height: 16px;
	opacity: 0.8;
	position: absolute;
	right: 7px;
	top: 5px;
	width: 1px;
}

/* Verlinkungen */

#FooterWrapper > div > .links {
	float: left;
}
#FooterWrapper > div > .links:after {
	clear: both;
	content: "";
	display: block;
}
#FooterWrapper > div > .links > a {
	display: block;
	float: left;
	margin: 0 0 0 35px;
}
#FooterWrapper > div > .links > a.gigl {
	margin-bottom: 5px;
	margin-left: 146px;
	width: 140px;
}
#FooterWrapper > div > .links > a.injoy {
	margin-bottom: 5px;
	margin-left: 68px;
	width: 104px;
}
#FooterWrapper > div > .links > a.kracherl {
	clear: left;
	margin-left: 37px;
	margin-top: 25px;
	width: 165px;
}
#FooterWrapper > div > .links > a.tennis {
	clear: left;
	margin-top: 8px;
	width: 130px;
	margin-left: 134px;
}
#FooterWrapper > div > .links > a.don {
	margin-top: 14px;
	width: 170px;
}
#FooterWrapper > div > .links > a.mamma {
	height: 100px !important;
	margin-left: 94px;
	margin-top: 14px;
}
#FooterWrapper > div > .links > a > img {
	width: 100%;
}

/* Socialmedia */

#FooterWrapper > div > .socialmedia {
	bottom: 30px;
	position: absolute;
	right: 45px;
}
#FooterWrapper > div > .socialmedia:after {
	clear: both;
	content: "";
	display: block;
}
#FooterWrapper > div > .socialmedia > a {
	color: #ffffff;
	float: left;
	font-size: 36px;
	font-weight: normal;
	line-height: 34px;
}
#FooterWrapper > div > .socialmedia > a + a {
	margin-left: 20px;
	font-size: 37px;
}
#FooterWrapper > div > .socialmedia > a:after {
	content: "\E80C";
	font-family: "fontello";
}
#FooterWrapper > div > .socialmedia > a.insta:after {
	content: "\F16D";
}

@media all and (max-width: 1200px) {
	#FooterWrapper > div {
		padding-bottom: 35px;
		padding-left: 10px;
		padding-top: 40px;
	}
	#FooterWrapper > div > .links {
		display: flex;
		float: none;
		margin: 0 auto;
		padding-top: 0;
		flex-wrap: wrap;
		max-width: 500px;
		justify-content: center;
	}
	#FooterWrapper > div > .links > a {
		height: 70px !important;
		margin: 0 20px !important;
		width: auto !important;
	}
	#FooterWrapper > div > .links > a.cafe {
		clear: none;
	}
	#FooterWrapper > div > .links > a > img {
		height: 100% !important;
		width: auto !important;
	}
	#FooterWrapper > div > .links > a.kracherl {
		height: 70px !important;
		margin-top: 35px !important;
	}
	#FooterWrapper > div > .links > a.tennis {
		height: 100px !important;
		margin-top: 20px !important;
	}
	#FooterWrapper > div > .links > a.mamma {
		height: 100px !important;
		margin-top: 20px !important;
	}
	#FooterWrapper > div > .links > a.dance {
		margin-top: 35px !important;
	}
	#FooterWrapper > div > p {
		bottom: auto;
		display: table;
		margin: 0 auto;
		position: relative;
		right: auto;
		text-align: center;
	}
	#FooterWrapper > div > .socialmedia {
		bottom: 0;
		display: table;
		margin: 28px auto 0;
		position: relative;
		right: 0;
	}
}
@media all and (max-width: 480px) {
	#FooterWrapper > div {
		padding-left: 0;
		padding-right: 0;
	}
	#FooterWrapper > div > p > span:first-child {
		display: table;
		margin: 0 auto;
	}
	#FooterWrapper > div > p > span:first-child:after {
		display: none;
	}
	#FooterWrapper > div > .links {
		display: block;
		margin: 0 -12px;
	}
	#FooterWrapper > div > .links > a {
		display: block;
		float: none;
		height: 48px !important;
		margin: 15px auto !important;
	}
	#FooterWrapper > div > .links > a:first-child {
		margin-top: 0 !important;
	}
	#FooterWrapper > div > .links > a.dance {
		height: 70px !important;
	}
	#FooterWrapper > div > .links > a.injoy {
		height: 60px;
	}
	#FooterWrapper > div > .links > a.kracherl {
		height: 70px !important;
		margin-top: 20px !important;
	}
	#FooterWrapper > div > .links > a.dance {
		margin-top: 20px !important;
	}
	#FooterWrapper > div > .links > a > img {
		display: table;
		height: 100% !important;
		margin: 0 auto;
		width: auto !important;
	}
}

/* Layout - Animation */

#GalleryWrapper {
    height: 450px;
    left: 0;
    margin: 0 auto;
    max-width: 1400px;
    position: relative;
    top: 0;
    width: 100%;
    z-index: 1;
}
#GalleryWrapper:after {
	background: rgb(178,194,0);
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2IyYzIwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjE5JSIgc3RvcC1jb2xvcj0iI2M5YjQwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjMzJSIgc3RvcC1jb2xvcj0iI2Q5YTAwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2U2N2UwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjU0JSIgc3RvcC1jb2xvcj0iI2UwNzcwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjU1JSIgc3RvcC1jb2xvcj0iI2RlNzUwZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjU1JSIgc3RvcC1jb2xvcj0iI2RlNzUwZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjU1JSIgc3RvcC1jb2xvcj0iI2RkNzQxMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjYwJSIgc3RvcC1jb2xvcj0iI2Q2NmIyOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjcxJSIgc3RvcC1jb2xvcj0iI2M0NTU0MiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjgyJSIgc3RvcC1jb2xvcj0iI2IzM2U1MSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjkwJSIgc3RvcC1jb2xvcj0iI2E4MmU1NyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijk3JSIgc3RvcC1jb2xvcj0iIzllMWI1YSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM5YTBlNWIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(left,  rgba(178,194,0,1) 0%, rgba(201,180,0,1) 19%, rgba(217,160,0,1) 33%, rgba(230,126,0,1) 50%, rgba(224,119,0,1) 54%, rgba(222,117,15,1) 55%, rgba(222,117,15,1) 55%, rgba(221,116,18,1) 55%, rgba(214,107,40,1) 60%, rgba(196,85,66,1) 71%, rgba(179,62,81,1) 82%, rgba(168,46,87,1) 90%, rgba(158,27,90,1) 97%, rgba(154,14,91,1) 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(178,194,0,1)), color-stop(19%,rgba(201,180,0,1)), color-stop(33%,rgba(217,160,0,1)), color-stop(50%,rgba(230,126,0,1)), color-stop(54%,rgba(224,119,0,1)), color-stop(55%,rgba(222,117,15,1)), color-stop(55%,rgba(222,117,15,1)), color-stop(55%,rgba(221,116,18,1)), color-stop(60%,rgba(214,107,40,1)), color-stop(71%,rgba(196,85,66,1)), color-stop(82%,rgba(179,62,81,1)), color-stop(90%,rgba(168,46,87,1)), color-stop(97%,rgba(158,27,90,1)), color-stop(100%,rgba(154,14,91,1)));
	background: -webkit-linear-gradient(left,  rgba(178,194,0,1) 0%,rgba(201,180,0,1) 19%,rgba(217,160,0,1) 33%,rgba(230,126,0,1) 50%,rgba(224,119,0,1) 54%,rgba(222,117,15,1) 55%,rgba(222,117,15,1) 55%,rgba(221,116,18,1) 55%,rgba(214,107,40,1) 60%,rgba(196,85,66,1) 71%,rgba(179,62,81,1) 82%,rgba(168,46,87,1) 90%,rgba(158,27,90,1) 97%,rgba(154,14,91,1) 100%);
	background: -o-linear-gradient(left,  rgba(178,194,0,1) 0%,rgba(201,180,0,1) 19%,rgba(217,160,0,1) 33%,rgba(230,126,0,1) 50%,rgba(224,119,0,1) 54%,rgba(222,117,15,1) 55%,rgba(222,117,15,1) 55%,rgba(221,116,18,1) 55%,rgba(214,107,40,1) 60%,rgba(196,85,66,1) 71%,rgba(179,62,81,1) 82%,rgba(168,46,87,1) 90%,rgba(158,27,90,1) 97%,rgba(154,14,91,1) 100%);
	background: -ms-linear-gradient(left,  rgba(178,194,0,1) 0%,rgba(201,180,0,1) 19%,rgba(217,160,0,1) 33%,rgba(230,126,0,1) 50%,rgba(224,119,0,1) 54%,rgba(222,117,15,1) 55%,rgba(222,117,15,1) 55%,rgba(221,116,18,1) 55%,rgba(214,107,40,1) 60%,rgba(196,85,66,1) 71%,rgba(179,62,81,1) 82%,rgba(168,46,87,1) 90%,rgba(158,27,90,1) 97%,rgba(154,14,91,1) 100%);
	background: linear-gradient(to right,  rgba(178,194,0,1) 0%,rgba(201,180,0,1) 19%,rgba(217,160,0,1) 33%,rgba(230,126,0,1) 50%,rgba(224,119,0,1) 54%,rgba(222,117,15,1) 55%,rgba(222,117,15,1) 55%,rgba(221,116,18,1) 55%,rgba(214,107,40,1) 60%,rgba(196,85,66,1) 71%,rgba(179,62,81,1) 82%,rgba(168,46,87,1) 90%,rgba(158,27,90,1) 97%,rgba(154,14,91,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b2c200', endColorstr='#9a0e5b',GradientType=1 );
	bottom: 0;
	content: "";
	left: 0;
	height: 8px;
	position: absolute;
	width: 100%;
	z-index: 1;
}
#GalleryWrapper > .animation {
	height: 100%;
	overflow: hidden;
	position: relative;
	z-index: 1;
}
#GalleryWrapper > .animation > .wrapper {
	height: 100%;
	position: absolute;
	width: 100%;
}
#GalleryWrapper > .animation > .wrapper > img.animate {
	position: absolute;
	width: 100%;
}

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

	#GalleryWrapper {
		display: none;
	}

}

/* Layout - Socialmedia */

#ContentWrapper > div > aside.top > div.social {
	float: right;
}
#ContentWrapper > div > aside.top > div.social:after {
	clear: both;
	content: "";
	display: block;
}
#ContentWrapper > div > aside.top > div.social > a {
	background: #2F332E;
	border-radius: 14px;
	color: #FFFFFF;
	float: left;
	height: 28px;
	margin: 5px 0 0 4px;
	width: 28px;
}
#ContentWrapper > div > aside.top > div.social > a:first-child {
	margin-left: 0;
}
#ContentWrapper > div > aside.top > div.social > a:after {
	display: block;
	font-family: "fontello";
    font-size: 16px;
	font-weight: normal;
    line-height: 28px;
    text-align: center;
    width: 100%;
}
#ContentWrapper > div > aside.top > div.social > a.fb:after {
	content: "\E80C";
}
#ContentWrapper > div > aside.top > div.social > a.ig:after {
	content: "\E83B";
}
#ContentWrapper > div > aside.top > div.social > a.tw:after {
	content: "\E80B";
}
#ContentWrapper > div > aside.top > div.social > a.yt:after {
	content: "\E823";
	margin: -1px 0 0;
}
#ContentWrapper > div > aside.top > div.social > a.gp:after {
	content: "\E80D";
	margin: 0 0 0 2px;
}
#ContentWrapper > div > aside.top > div.social > a.in:after {
	content: "\E811";
	margin: -1px 0 0;
}
#ContentWrapper > div > aside.top > div.social > a.fb:hover {
	background: #3A5795;
}
#ContentWrapper > div > aside.top > div.social > a.ig:hover {
	background: #5380A5;
}
#ContentWrapper > div > aside.top > div.social > a.tw:hover {
	background: #55ACEE;
}
#ContentWrapper > div > aside.top > div.social > a.yt:hover {
	background: #CC181E;
}
#ContentWrapper > div > aside.top > div.social > a.gp:hover {
	background: #DE4B39;
}
#ContentWrapper > div > aside.top > div.social > a.in:hover {
	background: #007BB6;
}

/* Layout - Intro */

body.intro #ContentWrapper > div > section {
	padding-right: 0;
}
body.intro h1 {
	color: #3C323A;
    display: block;
    font-size: 85px;
    font-weight: 400;
    letter-spacing: -4px;
    padding: 30px 0 45px;
    position: relative;
    text-align: center;
}
body.intro h1:after {
	background: rgb(178,194,0);
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2IyYzIwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjE5JSIgc3RvcC1jb2xvcj0iI2M5YjQwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjMzJSIgc3RvcC1jb2xvcj0iI2Q5YTAwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2U2N2UwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjU0JSIgc3RvcC1jb2xvcj0iI2UwNzcwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjU1JSIgc3RvcC1jb2xvcj0iI2RlNzUwZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjU1JSIgc3RvcC1jb2xvcj0iI2RlNzUwZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjU1JSIgc3RvcC1jb2xvcj0iI2RkNzQxMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjYwJSIgc3RvcC1jb2xvcj0iI2Q2NmIyOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjcxJSIgc3RvcC1jb2xvcj0iI2M0NTU0MiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjgyJSIgc3RvcC1jb2xvcj0iI2IzM2U1MSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjkwJSIgc3RvcC1jb2xvcj0iI2E4MmU1NyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijk3JSIgc3RvcC1jb2xvcj0iIzllMWI1YSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM5YTBlNWIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(left,  rgba(178,194,0,1) 0%, rgba(201,180,0,1) 19%, rgba(217,160,0,1) 33%, rgba(230,126,0,1) 50%, rgba(224,119,0,1) 54%, rgba(222,117,15,1) 55%, rgba(222,117,15,1) 55%, rgba(221,116,18,1) 55%, rgba(214,107,40,1) 60%, rgba(196,85,66,1) 71%, rgba(179,62,81,1) 82%, rgba(168,46,87,1) 90%, rgba(158,27,90,1) 97%, rgba(154,14,91,1) 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(178,194,0,1)), color-stop(19%,rgba(201,180,0,1)), color-stop(33%,rgba(217,160,0,1)), color-stop(50%,rgba(230,126,0,1)), color-stop(54%,rgba(224,119,0,1)), color-stop(55%,rgba(222,117,15,1)), color-stop(55%,rgba(222,117,15,1)), color-stop(55%,rgba(221,116,18,1)), color-stop(60%,rgba(214,107,40,1)), color-stop(71%,rgba(196,85,66,1)), color-stop(82%,rgba(179,62,81,1)), color-stop(90%,rgba(168,46,87,1)), color-stop(97%,rgba(158,27,90,1)), color-stop(100%,rgba(154,14,91,1)));
	background: -webkit-linear-gradient(left,  rgba(178,194,0,1) 0%,rgba(201,180,0,1) 19%,rgba(217,160,0,1) 33%,rgba(230,126,0,1) 50%,rgba(224,119,0,1) 54%,rgba(222,117,15,1) 55%,rgba(222,117,15,1) 55%,rgba(221,116,18,1) 55%,rgba(214,107,40,1) 60%,rgba(196,85,66,1) 71%,rgba(179,62,81,1) 82%,rgba(168,46,87,1) 90%,rgba(158,27,90,1) 97%,rgba(154,14,91,1) 100%);
	background: -o-linear-gradient(left,  rgba(178,194,0,1) 0%,rgba(201,180,0,1) 19%,rgba(217,160,0,1) 33%,rgba(230,126,0,1) 50%,rgba(224,119,0,1) 54%,rgba(222,117,15,1) 55%,rgba(222,117,15,1) 55%,rgba(221,116,18,1) 55%,rgba(214,107,40,1) 60%,rgba(196,85,66,1) 71%,rgba(179,62,81,1) 82%,rgba(168,46,87,1) 90%,rgba(158,27,90,1) 97%,rgba(154,14,91,1) 100%);
	background: -ms-linear-gradient(left,  rgba(178,194,0,1) 0%,rgba(201,180,0,1) 19%,rgba(217,160,0,1) 33%,rgba(230,126,0,1) 50%,rgba(224,119,0,1) 54%,rgba(222,117,15,1) 55%,rgba(222,117,15,1) 55%,rgba(221,116,18,1) 55%,rgba(214,107,40,1) 60%,rgba(196,85,66,1) 71%,rgba(179,62,81,1) 82%,rgba(168,46,87,1) 90%,rgba(158,27,90,1) 97%,rgba(154,14,91,1) 100%);
	background: linear-gradient(to right,  rgba(178,194,0,1) 0%,rgba(201,180,0,1) 19%,rgba(217,160,0,1) 33%,rgba(230,126,0,1) 50%,rgba(224,119,0,1) 54%,rgba(222,117,15,1) 55%,rgba(222,117,15,1) 55%,rgba(221,116,18,1) 55%,rgba(214,107,40,1) 60%,rgba(196,85,66,1) 71%,rgba(179,62,81,1) 82%,rgba(168,46,87,1) 90%,rgba(158,27,90,1) 97%,rgba(154,14,91,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b2c200', endColorstr='#9a0e5b',GradientType=1 );
	bottom: 0;
	content: "";
	left: 0;
	height: 1px;
	position: absolute;
	width: 100%;
	z-index: 1;
}


/* 365 */

body.intro h1 > .highlight {
    font-size: 32px;
    letter-spacing: 0;
    position: relative;
    top: -45px;	
}

@media all and (max-width: 550px){

	body.intro h1 {
		font-size: 60px;
	}
	body.intro h1 > .highlight {
		top: -35px;
	}

}
@media all and (max-width: 420px){

	body.intro h1 {
		font-size: 45px;
		letter-spacing: -3px;
	}
	body.intro h1 > .highlight {
		font-size: 25px;
		top: -20px;
	}

}

/* Layout - Sprachauswahl */

#ContentWrapper > div > aside.top > div.lang {
	float: left;
	margin: 4px 0 0 10px;
}
#ContentWrapper > div > aside.top > div.lang:after {
	clear: both;
	content: "";
	display: block;
}
#ContentWrapper > div > aside.top > div.lang > a {
	background: url("/img/layout/lang.png") no-repeat top left;
	display: block;
	float: left;
	height: 31px;
	margin: 0 10px 0 0;
	width: 31px;
}
#ContentWrapper > div > aside.top > div.lang > a.en {
	background-position: 0 -34px;
}
#ContentWrapper > div > aside.top > div.lang > a:last-child {
	margin-right: 0;
}

@media all and (max-width: 600px){

	#ContentWrapper > div > aside.top > div.lang {
		display: none;
	}

}

/* Menü - Hauptmenü - Desktop */

.mobileTrigger {
	display: none;
}
nav.desktop {
	background: url("/img/layout/bg-nav.png") no-repeat top left;
	height: 68px;
    font-size: 17px;
	left: 55px;
	min-width: 798px;
	padding: 0 20px;
	position: absolute;
	text-transform: lowercase;
	top: 40px;
	z-index: 1;
}
nav.desktop > ul {
	margin: 12px 0 0;
}
body.isSafari nav.desktop > ul {
	margin: -5px 0 0;
}
nav.desktop > ul:after {
	clear: both;
	content: "";
	display: block;
}
nav.desktop > ul > li {
	float: left;
	padding: 0 3px 10px;
}
nav.desktop > ul > li.lang {
	display: none;
}
nav.desktop > ul > li > a {
    display: block;
    font-weight: 400;
    line-height: 52px;
    padding: 0 15px 2px;
    position: relative;
    z-index: 1;
}
body.isSafari nav.desktop > ul > li > a {
	font-weight: 300;
}
nav.desktop > ul > li.active > a,
nav.desktop > ul > li:hover > a {
	color: #FFFFFF;
}
nav.desktop > ul > li.active > a:before,
nav.desktop > ul > li:hover > a:before {
	background: url("/img/layout/polygone.png") no-repeat top left;
	content: "";
	position: absolute;
	z-index: -1;
}
nav.desktop > ul > li.purple.active > a:before,
nav.desktop > ul > li.purple:hover > a:before,
nav.desktop > ul > li.purple2.active > a:before,
nav.desktop > ul > li.purple2:hover > a:before,
nav.desktop > ul > li.purple4.active > a:before,
nav.desktop > ul > li.purple4:hover > a:before {
    background-position: 0 -300px;
    height: 58px;
    left: -20px;
    top: -15px;
    width: 104px;	
}
nav.desktop > ul > li.purple4.active > a:before,
nav.desktop > ul > li.purple4:hover > a:before {
    background-position: 7px -300px;
	width: 111px;
}
nav.desktop > ul > li.green.active > a:before,
nav.desktop > ul > li.green:hover > a:before {
    height: 103px;
    left: -7px;
    top: -28px;
    width: 81px;
}
nav.desktop > ul > li.green2.active > a:before,
nav.desktop > ul > li.green2:hover > a:before {
    background-position: 0 -450px;
    height: 84px;
    left: 2px;
    top: 0;
    width: 124px;
}
nav.desktop > ul > li.orange.active > a:before,
nav.desktop > ul > li.orange:hover > a:before,
nav.desktop > ul > li.orange2.active > a:before,
nav.desktop > ul > li.orange2:hover > a:before {
    background-position: 0 -150px;
    height: 98px;
    left: 2px;
    top: -26px;
    width: 90px;
}
nav.desktop > ul > li.grey.active > a:before,
nav.desktop > ul > li.grey:hover > a:before,
nav.desktop > ul > li.grey2.active > a:before,
nav.desktop > ul > li.grey2:hover > a:before {
    background: #5E555D;
    border-radius: 6px;
    height: 69px;
    left: 0;
    top: -11px;
    width: 100%;	
}
nav.desktop > ul > li > ul {
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMC45Ii8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(255,255,255,0.9) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(255,255,255,0.9)));
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,0.9) 100%);
	background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,0.9) 100%);
	background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,0.9) 100%);
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(255,255,255,0.9) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e6ffffff',GradientType=0 );
	border-radius: 16px 8px 30px;
    display: none;
    left: 0;
	padding: 20px 0;
    position: absolute;
    top: 60px;
    width: 100%;
}
nav.desktop > ul > li:hover > ul {
	display: block;
}
nav.desktop > ul > li.singleColumn {
	position: relative;
}
nav.desktop > ul > li.singleColumn > ul > li > a {
    display: block;
    font-weight: normal;
    line-height: 1;
    margin: 0 0 1px;
    padding: 6px 25px;
    white-space: nowrap;
}
body.isSafari nav.desktop > ul > li.singleColumn > ul > li > a {
	font-weight: 300;
}
nav.desktop > ul > li.singleColumn > ul {
	top: 49px;
	width: auto;
}
nav.desktop > ul > li.singleColumn:last-child > ul {
	left: auto;
	right: 0;
}
nav.desktop > ul > li.singleColumn.purple > ul > li.active > a,
nav.desktop > ul > li.singleColumn.purple > ul > li:hover > a,
nav.desktop > ul > li.singleColumn.purple2 > ul > li.active > a,
nav.desktop > ul > li.singleColumn.purple2 > ul > li:hover > a,
nav.desktop > ul > li.singleColumn.purple4 > ul > li.active > a,
nav.desktop > ul > li.singleColumn.purple4 > ul > li:hover > a {
	color: #9A0A59;
}
nav.desktop > ul > li.singleColumn.green > ul > li.active > a,
nav.desktop > ul > li.singleColumn.green > ul > li:hover > a,
nav.desktop > ul > li.singleColumn.green2 > ul > li.active > a,
nav.desktop > ul > li.singleColumn.green2 > ul > li:hover > a {
	color: #B2C200;
}
nav.desktop > ul > li.singleColumn.orange > ul > li.active > a,
nav.desktop > ul > li.singleColumn.orange > ul > li:hover > a,
nav.desktop > ul > li.singleColumn.orange2 > ul > li.active > a,
nav.desktop > ul > li.singleColumn.orange2 > ul > li:hover > a {
	color: #E67E00;
}
nav.desktop > ul > li.singleColumn.grey > ul > li.active > a,
nav.desktop > ul > li.singleColumn.grey > ul > li:hover > a,
nav.desktop > ul > li.singleColumn.grey2 > ul > li.active > a,
nav.desktop > ul > li.singleColumn.grey2 > ul > li:hover > a {
	background: #5E555D;
	color: #FFFFFF;
}

/* MultiColumns */

nav.desktop > ul > li.multiColumns {
	position: static;
}
nav.desktop > ul > li.multiColumns > ul {
	padding-left: 20px;
	padding-right: 20px;
	width: 100%;
}
nav.desktop > ul > li.multiColumns > ul > li {
	float: left;
	margin: 0 2% 20px 0;
	width: 32%;
}
nav.desktop > ul > li.multiColumns > ul > li:nth-child(3n) {
	margin-right: 0;
}
nav.desktop > ul > li.multiColumns > ul > li:nth-child(3n) + li {
	clear: left;
}
nav.desktop > ul > li.multiColumns > ul > li > a {
	display: block;
	padding: 3px 0;
}
body.isSafari nav.desktop > ul > li.multiColumns > ul > li > a {
	font-weight: 300;
}
nav.desktop > ul > li.multiColumns.purple > ul > li > a,
nav.desktop > ul > li.multiColumns.purple2 > ul > li > a,
nav.desktop > ul > li.multiColumns.purple4 > ul > li > a {
	color: #9A0A59;
}
nav.desktop > ul > li.multiColumns.green > ul > li > a,
nav.desktop > ul > li.multiColumns.green2 > ul > li > a {
	color: #B2C200;
}
nav.desktop > ul > li.multiColumns.orange > ul > li > a,
nav.desktop > ul > li.multiColumns.orange2 > ul > li > a {
	color: #E67E00;
}
nav.desktop > ul > li.multiColumns.grey > ul > li > a,
nav.desktop > ul > li.multiColumns.grey2 > ul > li > a {
	color: #5E555D;
}
nav.desktop > ul > li.multiColumns > ul > li > a:hover {
	color: #293540;
}
nav.desktop > ul > li.multiColumns > ul > li > ul > li > a {
    display: block;
    font-weight: normal;
    line-height: 1.2;
    padding: 5px 0 5px 15px;
    position: relative;
}
body.isSafari nav.desktop > ul > li.multiColumns > ul > li > ul > li > a {
	font-weight: 300;
}
nav.desktop > ul > li.multiColumns > ul > li > ul > li > a:hover,
nav.desktop > ul > li.multiColumns > ul > li > ul > li > a.selected {
	color: #293540;
}
nav.desktop > ul > li.multiColumns > ul > li > ul > li > a:before {
	content: "\E808";
	font-family: "fontello";
    left: 0;
    opacity: 0.4;
    position: absolute;
    top: 7px;
}
nav.desktop > ul > li.multiColumns > ul > li > ul > li > a:hover,
nav.desktop > ul > li.multiColumns > ul > li > ul > li > a.selected {
	opacity: 1;
}
nav.desktop > ul > li.multiColumns.purple > ul > li > ul > li > a:hover,
nav.desktop > ul > li.multiColumns.purple > ul > li > ul > li > a.selected,
nav.desktop > ul > li.multiColumns.purple2 > ul > li > ul > li > a:hover,
nav.desktop > ul > li.multiColumns.purple2 > ul > li > ul > li > a.selected,
nav.desktop > ul > li.multiColumns.purple4 > ul > li > ul > li > a:hover,
nav.desktop > ul > li.multiColumns.purple4 > ul > li > ul > li > a.selected {
	color: #9A0A59;
}
nav.desktop > ul > li.multiColumns.green > ul > li > ul > li > a:hover,
nav.desktop > ul > li.multiColumns.green > ul > li > ul > li > a.selected,
nav.desktop > ul > li.multiColumns.green2 > ul > li > ul > li > a:hover,
nav.desktop > ul > li.multiColumns.green2 > ul > li > ul > li > a.selected {
	color: #B2C200;
}
nav.desktop > ul > li.multiColumns.orange > ul > li > ul > li > a:hover,
nav.desktop > ul > li.multiColumns.orange > ul > li > ul > li > a.selected,
nav.desktop > ul > li.multiColumns.orange2 > ul > li > ul > li > a:hover,
nav.desktop > ul > li.multiColumns.orange2 > ul > li > ul > li > a.selected {
	color: #E67E00;
}
nav.desktop > ul > li.multiColumns.grey > ul > li > ul > li > a:hover,
nav.desktop > ul > li.multiColumns.grey > ul > li > ul > li > a.selected,
nav.desktop > ul > li.multiColumns.grey2 > ul > li > ul > li > a:hover,
nav.desktop > ul > li.multiColumns.grey2 > ul > li > ul > li > a.selected {
	color: #5E555D;
}

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

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

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

	nav.desktop > ul > li > a {
		font-size: 15px;
	}

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

	nav.desktop {
		background: rgba(236, 237, 237, 0.9);
		border-radius: 0;
		left: 0;
		padding-left: 10px;
		padding-right: 0;
		width: 100%;
	}
	nav.desktop > ul {
		margin: 9px 256px 0 0;
		padding: 0 0 0 16px;
		position: relative;
	}
	nav.desktop > ul > li > ul {
		top: 49px;
	}
	nav.desktop > ul > li.green.active > a:before,
	nav.desktop > ul > li.green:hover > a:before {
		left: -14px;
	}
	nav.desktop > ul > li.orange.active > a:before,
	nav.desktop > ul > li.orange:hover > a:before,
	nav.desktop > ul > li.orange2.active > a:before,
	nav.desktop > ul > li.orange2:hover > a:before {
		left: -7px;
	}
	nav.desktop > ul > li.green2.active > a:before,
	nav.desktop > ul > li.green2:hover > a:before {
		left: -8px;
	}
	nav.desktop > ul > li > ul {
		background: rgba(236, 237, 237, 0.9);
		top: 59px;
	}

}

/* Menü - Hauptmenü Mobile */

.mobileTrigger.show:before {
	content: "\E819";
	display: block;
	font-family: "fontello";
	font-size: 36px;
	left: 20px;
	position: absolute;
}
.mobileTrigger.show {
	background: #ECEDED;
	background: rgba(236, 237, 237, 0.9);
    border-radius: 0 0 6px 6px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.75);
    cursor: pointer;
    display: block;
    font-size: 26px;
    line-height: 65px;
    padding: 0 20px 0 52px;
    position: absolute;
    right: 20px;
}
body.menuopen .mobileTrigger.show:before {
	content: "\E82A";
	font-size: 25px;
}
.closeMenu {
	cursor: pointer;
	display: none;
	font-family: "fontello";
	font-size: 20px;
	line-height: 1;
	position: absolute;
	right: 10px;
	top: 10px;
	z-index: 999999;
}
nav.mobile {
	position: absolute;
	right: 0;
	top: 95px;
	width: 100%;
	z-index: 99999;
}
nav.mobile > ul {
	background: #FFFFFF;
    box-shadow: 0 3px 4px rgba(0, 0, 0, 0.1);
    height: 0;
    overflow: hidden;
    opacity: 0;
    padding: 0;
    position: relative;
    top: 0;
    width: 100%;
}
nav.mobile > ul.open {
	height: auto;
	opacity: 1;
    padding: 20px 0 30px;
	top: 5px;
    -moz-transition: opacity 300ms ease-in-out, top 300ms ease-in-out;
    -o-transition: opacity 300ms ease-in-out, top 300ms ease-in-out;
    -webkit-transition: opacity 300ms ease-in-out, top 300ms ease-in-out;
    transition: opacity 300ms ease-in-out, top 300ms ease-in-out;
}
nav.mobile > ul > li > ul {
    display: none;
    padding: 15px 0;
}
nav.mobile > ul > li > ul.open {
	background: #EBEBEB;
	border-top: 1px solid #DFDFDF;
	display: block;
}
nav.mobile > ul > li > ul > li > ul {
	display: none;
}
nav.mobile > ul > li > ul > li > ul.open {
	background: #FAFAFA;
    display: block;
    margin: 0 0 15px;
    padding: 10px 0;
}
nav.mobile > ul > li > ul > li > ul > li > ul {
	display: none;
}
nav.mobile > ul > li > ul > li > ul > li > ul.open {
	display: block;
}

/* 1. Ebene */

nav.mobile > ul > li.lang {
	display: none;
}
nav.mobile > ul > li.purple,
nav.mobile > ul > li.purple2,
nav.mobile > ul > li.purple4 {
	border-bottom: 1px solid #D79DBD;
}
nav.mobile > ul > li.green,
nav.mobile > ul > li.green2 {
	border-bottom: 1px solid #E0E799;
}
nav.mobile > ul > li.orange,
nav.mobile > ul > li.orange2 {
	border-bottom: 1px solid #F5CB99;
}
nav.mobile > ul > li.grey,
nav.mobile > ul > li.grey2 {
	border-bottom: 1px solid #BFBBBE;
}
nav.mobile > ul > li > a {
    display: block;
    font-size: 20px;
    padding: 8px 30px;
}
nav.mobile > ul > li > a:hover,
nav.mobile > ul > li > a.selected {
	background: #EBEBEB;
	color: #293540;
}

/* 2. Ebene */

nav.mobile > ul > li > ul > li > a {
	display: block;
	padding: 4px 40px;
	position: relative;
}
nav.mobile > ul > li > ul > li > a:hover,
nav.mobile > ul > li > ul > li > a.selected {
	color: #293540;
}
nav.mobile > ul > li > ul > li > a:before {
	content: "\E839";
	font-family: "fontello";
	padding: 0 10px 0 0;
}
nav.mobile > ul > li.purple > ul > li > a:hover:before,
nav.mobile > ul > li.purple > ul > li > a.selected:before,
nav.mobile > ul > li.purple2 > ul > li > a:hover:before,
nav.mobile > ul > li.purple2 > ul > li > a.selected:before,
nav.mobile > ul > li.purple4 > ul > li > a:hover:before,
nav.mobile > ul > li.purple4 > ul > li > a.selected:before {
	color: #9A0A59;
}
nav.mobile > ul > li.green > ul > li > a:hover:before,
nav.mobile > ul > li.green > ul > li > a.selected:before,
nav.mobile > ul > li.green2 > ul > li > a:hover:before,
nav.mobile > ul > li.green2 > ul > li > a.selected:before {
	color: #B2C200;
}
nav.mobile > ul > li.orange > ul > li > a:hover:before,
nav.mobile > ul > li.orange > ul > li > a.selected:before,
nav.mobile > ul > li.orange2 > ul > li > a:hover:before,
nav.mobile > ul > li.orange2 > ul > li > a.selected:before {
	color: #E67E00;
}
nav.mobile > ul > li.grey > ul > li > a:hover:before,
nav.mobile > ul > li.grey > ul > li > a.selected:before,
nav.mobile > ul > li.grey2 > ul > li > a:hover:before,
nav.mobile > ul > li.grey2 > ul > li > a.selected:before {
	color: #5E555D;
}

/* 3. Ebene */

nav.mobile > ul > li > ul > li > ul > li > a {
	display: block;
	padding: 4px 66px;
}
nav.mobile > ul > li > ul > li > ul > li > a:hover,
nav.mobile > ul > li > ul > li > ul > li > a.selected {
	color: #293540;
}

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

	nav.mobile > ul > li.lang {
		border-bottom: 1px solid #BFBBBE;
		display: block;
	}
	nav.mobile > ul > li.lang > a {
		color: #A2185B;
	}

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

	nav.mobile {
		top: 115px;
	}
	nav.mobile > ul.open {
		border-radius: 30px 30px 0 0;
		top: 0;
	}
	.mobileTrigger.show {
		background: none;
		border-radius: 0;
		box-shadow: none;
		padding-right: 0;
	}

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

	nav.mobile {
		top: 85px;
	}
	.mobileTrigger.show {
		top: 4px;
	}

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

	nav.mobile {
		top: 75px;
	}
	.mobileTrigger.show {
		top: -3px;
	}

}

/* Menü - Metamenü */

ul.metamenu {
	float: right;
	margin: -10px 0 0;
	max-width: 610px;
}
ul.metamenu:after {
	clear: both;
	content: "";
	display: block;
}
ul.metamenu > li {
	float: left;
	padding: 0 0 0 30px;
	width: 33.3333%;
}
ul.metamenu > li > a {
	display: block;
}
ul.metamenu > li.purple3 > a {
	color: #9A0A59;
	text-shadow: 0 0 5px rgba(255, 255, 255, 0.1);
}
ul.metamenu > li.green3 > a {
	color: #B2C200;
}
ul.metamenu > li.orange3 > a {
	color: #E67E00;
}
ul.metamenu > li > ul {
	position: relative;
}
ul.metamenu > li > ul:after {
    background: #FFFFFF;
    content: "";
    height: 110px;
    left: -16px;
    opacity: 0.5;
    position: absolute;
    top: 0;
    width: 1px;
}
ul.metamenu > li:first-child > ul:after {
	display: none;
}
ul.metamenu > li > ul > li > a {
	color: #FFFFFF;
	display: table;
	font-size: 15px;
    font-weight: 300;
    line-height: 22px;
}
ul.metamenu > li.purple3 > ul > li > a:hover {
	color: #9A0A59;
	text-shadow: 0 0 5px rgba(255, 255, 255, 0.1);
}
ul.metamenu > li.green3 > ul > li > a:hover {
	color: #B2C200;
}
ul.metamenu > li.orange3 > ul > li > a:hover {
	color: #E67E00;
}

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

	ul.metamenu {
		display: table;
		float: none;
		margin: 30px auto;
		max-width: 627px;
	}
	ul.metamenu > li:first-child {
		padding-left: 0;
	}
	ul.metamenu > li > ul:after {
		height: 90px;
		left: -10px;
	}
	ul.metamenu > li > a,
	ul.metamenu > li > ul > li > a {
		display: block;
		text-align: center;
	}

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

	ul.metamenu {
		background: #443A42;
		display: block;
		margin: 40px -45px 34px;
		padding: 30px 0 35px;
		max-width: none;
	}
	ul.metamenu > li {
		float: none;
		padding: 25px 0 0;
		width: 100%;
	}
	ul.metamenu > li:first-child {
		padding-top: 0;
	}
	ul.metamenu > li > ul:after {
		display: none;
	}
	ul.metamenu > li > a,
	ul.metamenu > li > ul > li > a {
		display: table;
		margin: 0 auto;
	}

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

	ul.metamenu {
		margin-left: 0;
		margin-right: 0;
	}

}

/* Elemente - Überschriften */

h1 {
	color: #58585A;
    font-size: 62px;
    font-weight: 300;
	line-height: 65px;
}
h2 {
	font-size: 30px;
	font-weight: 400;
}
body.purple h2,
body.purple2 h2,
body.purple4 h2 {
	color: #9A0A59;
}
body.green h2,
body.green2 h2 {
	color: #B2C200;
}
body.orange h2,
body.orange2 h2 {
	color: #E67E00;
}
body.grey h2,
body.grey2 h2 {
	color: #5E555D;
}
h3 {
	font-size: 24px;
	font-weight: 400;
}

/* Folgeüberschriften */

h1.cms + h2.cms {
	color: #58585A;
    font-size: 62px;
    font-weight: 300;
    line-height: 65px;
	margin-top: -40px;
}
h2.cms + h3.cms {
	margin-top: -36px;
}

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

	h1,
	h1.cms + h2.cms {
		font-size: 40px;
		line-height: 50px;
	}

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

	h1,
	h1.cms + h2.cms {
		font-size: 32px;
		line-height: 40px;
	}
	h2 {
		font-size: 24px;
	}

}

/* Elemente - Textinhalt */

h1 + p,
h1 + h2 + p {
	margin-top: -20px !important;
}

/* Elemente - Aufzählung */

.cmsList > h2 {
	margin: 0 0 20px 0;
}
.cmsList > ul > li:before {
	content: '\E818';
	font-family: 'fontello';
	left: 0;
	position: absolute;
}
body.purple .cmsList > ul > li:before,
body.purple2 .cmsList > ul > li:before,
body.purple4 .cmsList > ul > li:before {
	color: #9A0A59;
}
body.green .cmsList > ul > li:before,
body.green2 .cmsList > ul > li:before {
	color: #B2C200;
}
body.orange .cmsList > ul > li:before,
body.orange2 .cmsList > ul > li:before {
	color: #E67E00;
}
body.grey .cmsList > ul > li:before,
body.grey2 .cmsList > ul > li:before {
	color: #5E555D;
}
.cmsList > ul > li {
	margin: 10px 0;
	padding: 0 0 0 22px;
	position: relative;
}

/* 2-spaltig */

.cmsList2Columns > h2 {
	margin-bottom: 10px;
}
.cmsList2Columns > ul > li {
	float: left;
	margin: 10px 0 0;
	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 {
	font-size: smaller;
	font-style: italic;
}

@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 + * {
	margin-top: -10px;
}
.cmsGallery > li {
	float: left;
	margin: 0 3.35570469798658% 3.35570469798658% 0;
	position: relative;
	width: 48.322147651006709%; /* 360 */
}
.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:after { /* Overlay */
	background: rgb(0, 0, 0);
	background: rgba(0, 0, 0, 0.8);
	box-shadow: 0 0 80px 0 #111111 inset;
	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: 50%;
	line-height: 1.5;
	margin: 23px auto auto auto;
	opacity: 0;
	padding: 0 10px;
	position: absolute;
	text-align: center;
	text-shadow: 0 0 4px #000000;
	top: 50%;
	width: 100%;
	z-index: 10;
	-moz-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.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 > figure > figcaption:after {
	content: "\E809";
	font-family: "fontello";
    font-size: 36px;
    left: 0;
    position: absolute;
    text-align: center;
    top: -50px;
    width: 100%;
}
.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;
	-moz-transform: scale(1.4);
	-webkit-transform: scale(1.4);
	-o-transform: scale(1.4);
	-ms-transform: scale(1.4);
	transform: scale(1.4);
}
.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: 450px){

	.cmsGallery + * {
		margin-top: auto;
	}
	.cmsGallery > li {
		float: none;
		margin: 0 0 20px 0;
		width: 100%;
	}
	
}

/* Elemente - Teaser */

.cmsTeaser + * {
	margin-top: -20px;
}
.cmsTeaser:after {
	clear: both;
	content: "";
	display: block;
}
.cmsTeaser > article {
	float: left;
	margin: 0 8.108108108108109% 5.405405405405405% 0; /* 0 60 40 0 */
	position: relative;
	width: 45.945945945945944%; /* 340 */
}
.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 > a {
	display: block;
	padding: 0 0 1px;
}
.cmsTeaser > article > figure > a > img {
	display: block;
	width: 100%;
}
.cmsTeaser > article > figure > figcaption {
	background: #EFEEEE;
    font-size: 17px;
    line-height: 25px;
    padding: 20px;
}
.cmsTeaser > article > figure > figcaption > a {
    display: table;
    font-size: 22px;
    padding: 0 0 5px;	
}
body.purple .cmsTeaser > article > figure > figcaption,
body.purple2 .cmsTeaser > article > figure > figcaption,
body.purple4 .cmsTeaser > article > figure > figcaption {
	border-top: 2px solid #9A0A59;
}
body.green .cmsTeaser > article > figure > figcaption,
body.green2 .cmsTeaser > article > figure > figcaption {
	border-top: 2px solid #B2C200;
}
body.orange .cmsTeaser > article > figure > figcaption,
body.orange2 .cmsTeaser > article > figure > figcaption {
	border-top: 2px solid #E67E00;
}
body.grey .cmsTeaser > article > figure > figcaption,
body.grey2 .cmsTeaser > article > figure > figcaption {
	border-top: 2px solid #5E555D;
}
.cmsTeaser > article > figure > figcaption > p > span {
	display: block;
}
.cmsTeaser > article > figure > figcaption > p > span > a {
	display: table;
	padding: 0 0 0 15px;
	position: relative;
	text-transform: lowercase;
}
body.purple .cmsTeaser > article > figure > figcaption > p > span > a,
body.purple2 .cmsTeaser > article > figure > figcaption > p > span > a,
body.purple4 .cmsTeaser > article > figure > figcaption > p > span > a {
	color: #9A0A59;
}
body.green .cmsTeaser > article > figure > figcaption > p > span > a,
body.green2 .cmsTeaser > article > figure > figcaption > p > span > a {
	color: #B2C200;
}
body.orange .cmsTeaser > article > figure > figcaption > p > span > a,
body.orange2 .cmsTeaser > article > figure > figcaption > p > span > a {
	color: #E67E00;
}
body.grey .cmsTeaser > article > figure > figcaption > p > span > a,
body.grey2 .cmsTeaser > article > figure > figcaption > p > span > a {
	color: #5E555D;
}
.cmsTeaser > article > figure > figcaption > p > span > a:before {
	content: "\E836";
	font-family: "fontello";
    font-size: 10px;
    left: 0;
    position: absolute;
    top: 2px;
}
.cmsTeaser > article > figure > figcaption > p > span > a:hover {
	color: #293540 !important;
}

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

	.cmsTeaser + * {
		margin-top: auto;
	}
	.cmsTeaser > article {
		float: none;
		margin: 0 0 20px 0;
		position: relative;
		width: 100%;
	}

}

/* Element - Teaser - rechte Spalte */

.asideTeaserGroup {
	width: 367px;
}
.asideTeaserGroup > a {
	background: rgb(234,211,198);
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VhZDNjNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(234,211,198,1) 0%, rgba(255,255,255,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(234,211,198,1)), color-stop(100%,rgba(255,255,255,1)));
	background: -webkit-linear-gradient(top,  rgba(234,211,198,1) 0%,rgba(255,255,255,1) 100%);
	background: -o-linear-gradient(top,  rgba(234,211,198,1) 0%,rgba(255,255,255,1) 100%);
	background: -ms-linear-gradient(top,  rgba(234,211,198,1) 0%,rgba(255,255,255,1) 100%);
	background: linear-gradient(to bottom,  rgba(234,211,198,1) 0%,rgba(255,255,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ead3c6', endColorstr='#ffffff',GradientType=0 );
	display: block;
	padding: 4px;
	position: relative;
	z-index: 1;
}
.asideTeaserGroup > a:hover .text {
	color: #293540;
}
.asideTeaserGroup > a:after {
	background: url("/img/layout/bg-teaser-aside.png") no-repeat 0 -423px;
	content: "";
	height: 335px;
	left: 0;
	position: absolute;
	top: 0;
	width: 367px;
}

/* 1. Teaser */

.asideTeaserGroup > a:nth-child(3n-2) {
	background: rgb(234,236,210);
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VhZWNkMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(234,236,210,1) 0%, rgba(255,255,255,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(234,236,210,1)), color-stop(100%,rgba(255,255,255,1)));
	background: -webkit-linear-gradient(top,  rgba(234,236,210,1) 0%,rgba(255,255,255,1) 100%);
	background: -o-linear-gradient(top,  rgba(234,236,210,1) 0%,rgba(255,255,255,1) 100%);
	background: -ms-linear-gradient(top,  rgba(234,236,210,1) 0%,rgba(255,255,255,1) 100%);
	background: linear-gradient(to bottom,  rgba(234,236,210,1) 0%,rgba(255,255,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eaecd2', endColorstr='#ffffff',GradientType=0 );
	padding-bottom: 2px;
	z-index: 2;
}
.asideTeaserGroup > a:nth-child(3n-2):after {
	background-position: top left;
	height: 380px;
}
.asideTeaserGroup > a:nth-child(3n-2):before {
    background: #FFFFFF;
    bottom: -35px;
    content: "";
    height: 54px;
    position: absolute;
    right: 0;
    width: 185px;
    z-index: 0;
}

/* 2. Teaser */

.asideTeaserGroup > a:nth-child(3n-1) {
	padding-bottom: 0;
	padding-top: 0;
}
.asideTeaserGroup > a:nth-child(3n-1):before {
    background: #FFFFFF;
    bottom: -20px;
    content: "";
    height: 25px;
    left: 20px;
    position: absolute;
    width: 140px;
    z-index: 0;
}

/* 3. Teaser */

.asideTeaserGroup > a:nth-child(3n) {
	background: rgb(252,231,207);
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZjZTdjZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(252,231,207,1) 0%, rgba(255,255,255,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(252,231,207,1)), color-stop(100%,rgba(255,255,255,1)));
	background: -webkit-linear-gradient(top,  rgba(252,231,207,1) 0%,rgba(255,255,255,1) 100%);
	background: -o-linear-gradient(top,  rgba(252,231,207,1) 0%,rgba(255,255,255,1) 100%);
	background: -ms-linear-gradient(top,  rgba(252,231,207,1) 0%,rgba(255,255,255,1) 100%);
	background: linear-gradient(to bottom,  rgba(252,231,207,1) 0%,rgba(255,255,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fce7cf', endColorstr='#ffffff',GradientType=0 );
    height: 238px;
    overflow: hidden;
    z-index: 0;
}
.asideTeaserGroup > a:nth-child(3n):after {
	background-position: 0 -862px;
	height: 238px;
}

/* Text */

.asideTeaserGroup > a > div:after {
	clear: both;
	content: "";
	display: block;
}
.asideTeaserGroup > a > div > img {
	display: block;
	float: left;
	margin: 0 12px 0 0;
}
.asideTeaserGroup > a:nth-child(3n-1) > div > img {
	float: right;
	margin: 19px 0 0 12px;
}
.asideTeaserGroup > a > div > div {
	font-size: 14px;
    line-height: 1.5;	
}
.asideTeaserGroup > a:nth-child(3n-1) > div > div {
	padding: 27px 0 0 50px;
}
.asideTeaserGroup > a:nth-child(3n) > div > div {
	padding: 25px 0 0;
}
.asideTeaserGroup > a > div > div > span {
    display: table;
    font-size: 22px;
    line-height: 1.2;
    padding: 8px 0 5px;	
}
.asideTeaserGroup > a:nth-child(3n-2) > div > div > span,
.asideTeaserGroup > a:nth-child(3n-2) > div > div > p > span.more {
	color: #B1C200;
}
.asideTeaserGroup > a:nth-child(3n-1) > div > div > span,
.asideTeaserGroup > a:nth-child(3n-1) > div > div > p > span.more {
	color: #E67E00;
}
.asideTeaserGroup > a:nth-child(3n) > div > div > span,
.asideTeaserGroup > a:nth-child(3n) > div > div > p > span.more {
	color: #9B095C;
}
.asideTeaserGroup > a > div > div > p > span.more {
    bottom: 10px;
    display: table;
    font-size: 19px;
    padding: 0 0 0 18px;
    position: absolute;
    right: 20px;
    text-transform: lowercase;
}
.asideTeaserGroup > a:nth-child(3n-2) > div > div > p > span.more {
	bottom: -15px;
}
.asideTeaserGroup > a:nth-child(3n-1) > div > div > p > span.more {
	bottom: 5px;
	left: 40px;
	right: auto;
}
.asideTeaserGroup > a > div > div > p > span.text {
    display: block;
    max-height: 232px;
    overflow: hidden;
    position: relative;
}
.asideTeaserGroup > a:nth-child(3n-1) > div > div > p > span.text {
    max-height: 190px;
}
.asideTeaserGroup > a:nth-child(3n) > div > div > p > span.text {
    max-height: 130px;
}
.asideTeaserGroup > a > div > div > p > span.more:before {
	content: "\E836";
	font-family: "fontello";
    font-size: 13px;
    left: 0;
    position: absolute;
    top: 5px;
}

/* Element - Teaser - Intro Top */

.cmsIntroContentTeaser:after {
	clear: both;
	content: "";
	display: block;
}
.cmsIntroContentTeaser > article {
	float: left;
	margin: 0 4% 4% 0;
	position: relative;
	width: 48%;
}
.cmsIntroContentTeaser > article:nth-child(2n) {
	margin-right: 0;
}
.cmsIntroContentTeaser > article:nth-child(2n+1) {
	clear: both;
}
.cmsIntroContentTeaser > article > h2 {
	display: none;
}
.cmsIntroContentTeaser > article > figure > a {
	border: 1px solid #B1B2B4;
    display: block;
}
.cmsIntroContentTeaser > article > figure > a > img {
	display: block;
	width: 100%;
}
.cmsIntroContentTeaser > article > figure > figcaption {
	position: relative;
}
.cmsIntroContentTeaser > article > figure > figcaption > p {
    background: #E8E8E8;
    line-height: 1.5;
    min-height: 130px;
    padding: 20px;
    position: relative;
}
.cmsIntroContentTeaser > article > figure > figcaption > a {
	background: #000000;
    background: rgba(0, 0, 0, 0.5);
    border-top: 1px solid #000000;
    border-top: 1px solid rgba(0, 0, 0, 0.2);
    color: #FFFFFF;
    display: block;
    font-size: 27px;
    line-height: 50px;
    padding: 0 90px 3px 20px;
    position: absolute;
    top: -54px;
    width: 100%;	
}
.cmsIntroContentTeaser > article > figure > figcaption > a:hover {
	color: #FFFFFF;
	color: rgba(255, 255, 255, 0.75);
}
.cmsIntroContentTeaser > article > figure > figcaption > p > a {
    color: #FFFFFF;
    display: table;
    position: absolute;
    right: 7px;
    text-transform: lowercase;
    top: -58px;
    z-index: 1;
}
.cmsIntroContentTeaser > article > figure > figcaption > p > a:after {
	background: url("/img/layout/polygone-teaser.png") no-repeat top left;
    content: "";
    height: 141px;
    left: -26px;
    position: absolute;
    top: -62px;
    width: 110px;
    z-index: -1;
}
.cmsIntroContentTeaser > article:nth-child(3n-2) > figure > figcaption > p > a {
    right: 18px;
    top: -52px;
}
.cmsIntroContentTeaser > article:nth-child(3n-2) > figure > figcaption > p > a:after {
    background-position: 0 -400px;
    height: 86px;
    left: -57px;
    top: -45px;
    width: 154px;
}
.cmsIntroContentTeaser > article:nth-child(3n-1) > figure > figcaption > p > a {
    right: 15px;
    top: -60px;
}
.cmsIntroContentTeaser > article:nth-child(3n-1) > figure > figcaption > p > a:after {
    background-position: 0 -200px;
    height: 135px;
    left: -27px;
    top: -55px;
    width: 124px;
}
.cmsIntroContentTeaser > article > figure > figcaption > p > a:hover {
	color: #FFFFFF;
	color: rgba(255, 255, 255, 0.75);
}

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

	.cmsIntroContentTeaser > article {
		float: none;
		margin: 0 0 30px !important;
		width: 100%;
	}

}

/* Element - Teaser - Intro Top */

.cmsIntroTopTeaser:after {
	clear: both;
	content: "";
	display: block;
}
.cmsIntroTopTeaser > article {
	float: left;
	margin: 0 2.631578947368425% 0 0;
	overflow: hidden;
	position: relative;
	width: 31.578947368421051%; /* 360 */
}
.cmsIntroTopTeaser > article:after {
	background: url("/img/layout/bg-teaser-top.png") no-repeat top left;
	content: "";
	left: -55px;
	height: 100%;
	position: absolute;
	top: 0;
	width: 192px;
    -moz-transition: opacity 300ms ease-in-out;
    -o-transition: opacity 300ms ease-in-out;
    -webkit-transition: opacity 300ms ease-in-out;
    transition: opacity 300ms ease-in-out;
}
.cmsIntroTopTeaser > article:hover:after {
	opacity: 0.8;
}
.cmsIntroTopTeaser > article:first-child {
	border: 1px solid #B2C200;
}
.cmsIntroTopTeaser > article:nth-child(2) {
	border: 1px solid #E67E00;
}
.cmsIntroTopTeaser > article:nth-child(2):after {
	background-position: 0 -300px;
	width: 226px;
}
.cmsIntroTopTeaser > article:last-child {
	border: 1px solid #9A0A59;
	margin-right: 0;
}
.cmsIntroTopTeaser > article:last-child:after {
	background-position: 0 -600px;
    left: 135px;
    top: 90px;
	width: 225px;
}
.cmsIntroTopTeaser > article > h2 {
	display: none;
}
.cmsIntroTopTeaser > article > figure > a {
	display: block;
}
.cmsIntroTopTeaser > article > figure > a > img {
	display: block;
	width: 100%;
}
.cmsIntroTopTeaser > article > figure > figcaption > a {
	color: #FFFFFF;
    font-size: 30px;
    font-weight: 600;
    left: 8px;
    position: absolute;
    text-transform: lowercase;
    top: 37px;
    z-index: 1;
}
.cmsIntroTopTeaser > article > figure > figcaption > a:hover {
	color: #FFFFFF;
	opacity: 0.75;
}
.cmsIntroTopTeaser > article:nth-child(2) > figure > figcaption > a {
    font-size: 35px;
    left: 10px;
    top: 100px;	
}
.cmsIntroTopTeaser > article:nth-child(3) > figure > figcaption > a {
    left: auto;
    right: 10px;
    top: 155px;
}
.cmsIntroTopTeaser > article > figure > figcaption > p {
	bottom: 8px;
	display: block;
	height: 32px;
	padding: 0 20px;
	position: absolute;
	text-align: right;
	width: 100%;
	z-index: 1;
}
.cmsIntroTopTeaser > article:nth-child(3) > figure > figcaption > p {
	text-align: left;
}
.cmsIntroTopTeaser > article > figure > figcaption > p:after {
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIxJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjI1JSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjgiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjgiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
	background: -moz-linear-gradient(left,  rgba(255,255,255,0) 1%, rgba(255,255,255,0) 25%, rgba(255,255,255,0.8) 40%, rgba(255,255,255,0.8) 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(1%,rgba(255,255,255,0)), color-stop(25%,rgba(255,255,255,0)), color-stop(40%,rgba(255,255,255,0.8)), color-stop(100%,rgba(255,255,255,0.8)));
	background: -webkit-linear-gradient(left,  rgba(255,255,255,0) 1%,rgba(255,255,255,0) 25%,rgba(255,255,255,0.8) 40%,rgba(255,255,255,0.8) 100%);
	background: -o-linear-gradient(left,  rgba(255,255,255,0) 1%,rgba(255,255,255,0) 25%,rgba(255,255,255,0.8) 40%,rgba(255,255,255,0.8) 100%);
	background: -ms-linear-gradient(left,  rgba(255,255,255,0) 1%,rgba(255,255,255,0) 25%,rgba(255,255,255,0.8) 40%,rgba(255,255,255,0.8) 100%);
	background: linear-gradient(to right,  rgba(255,255,255,0) 1%,rgba(255,255,255,0) 25%,rgba(255,255,255,0.8) 40%,rgba(255,255,255,0.8) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ccffffff',GradientType=1 );
	content: "";
    height: 100%;
    left: 0;
    margin: 0 8px;
    position: absolute;
    right: 0;
    z-index: -1;
}
.cmsIntroTopTeaser > article:nth-child(2) > figure > figcaption > p:after {
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjElIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjAuMDgiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjAuOCIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjAuOCIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(left,  rgba(255,255,255,0) 0%, rgba(255,255,255,0.08) 1%, rgba(255,255,255,0.8) 10%, rgba(255,255,255,0.8) 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,0)), color-stop(1%,rgba(255,255,255,0.08)), color-stop(10%,rgba(255,255,255,0.8)), color-stop(100%,rgba(255,255,255,0.8)));
	background: -webkit-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.08) 1%,rgba(255,255,255,0.8) 10%,rgba(255,255,255,0.8) 100%);
	background: -o-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.08) 1%,rgba(255,255,255,0.8) 10%,rgba(255,255,255,0.8) 100%);
	background: -ms-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.08) 1%,rgba(255,255,255,0.8) 10%,rgba(255,255,255,0.8) 100%);
	background: linear-gradient(to right,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.08) 1%,rgba(255,255,255,0.8) 10%,rgba(255,255,255,0.8) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ccffffff',GradientType=1 );	
}
.cmsIntroTopTeaser > article:nth-child(3) > figure > figcaption > p:after {
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjgiLz4KICAgIDxzdG9wIG9mZnNldD0iMSUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMC44Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjYwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjgiLz4KICAgIDxzdG9wIG9mZnNldD0iNzAlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjAiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
	background: -moz-linear-gradient(left,  rgba(255,255,255,0.8) 0%, rgba(255,255,255,0.8) 1%, rgba(255,255,255,0.8) 60%, rgba(255,255,255,0) 70%, rgba(255,255,255,0) 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,0.8)), color-stop(1%,rgba(255,255,255,0.8)), color-stop(60%,rgba(255,255,255,0.8)), color-stop(70%,rgba(255,255,255,0)), color-stop(100%,rgba(255,255,255,0)));
	background: -webkit-linear-gradient(left,  rgba(255,255,255,0.8) 0%,rgba(255,255,255,0.8) 1%,rgba(255,255,255,0.8) 60%,rgba(255,255,255,0) 70%,rgba(255,255,255,0) 100%);
	background: -o-linear-gradient(left,  rgba(255,255,255,0.8) 0%,rgba(255,255,255,0.8) 1%,rgba(255,255,255,0.8) 60%,rgba(255,255,255,0) 70%,rgba(255,255,255,0) 100%);
	background: -ms-linear-gradient(left,  rgba(255,255,255,0.8) 0%,rgba(255,255,255,0.8) 1%,rgba(255,255,255,0.8) 60%,rgba(255,255,255,0) 70%,rgba(255,255,255,0) 100%);
	background: linear-gradient(to right,  rgba(255,255,255,0.8) 0%,rgba(255,255,255,0.8) 1%,rgba(255,255,255,0.8) 60%,rgba(255,255,255,0) 70%,rgba(255,255,255,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ccffffff', endColorstr='#00ffffff',GradientType=1 );
}
.cmsIntroTopTeaser > article > figure > figcaption > p > span {
    display: inline-block;
    font-weight: 400;
    max-width: 200px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.cmsIntroTopTeaser > article:nth-child(2) > figure > figcaption > p > span {
	max-width: 300px;
}

/* Elemente - Tabelle */

.cmsTable > h2 {
	margin: 0 0 10px 0;
}
.cmsTable > table {
	width: 100%;
}
.cmsTable > table > tbody > tr {
	background: #FFFFFF;
}
body.purple .cmsTable > table > tbody > tr.val2,
body.purple2 .cmsTable > table > tbody > tr.val2,
body.purple4 .cmsTable > table > tbody > tr.val2 {
	background: #E0B5CD;
	border-bottom: 1px solid #9A0A59;
}
body.green .cmsTable > table > tbody > tr.val2,
body.green2 .cmsTable > table > tbody > tr.val2 {
	background: #E6ECAD;
	border-bottom: 1px solid #B2C200;
}
body.orange .cmsTable > table > tbody > tr.val2,
body.orange2 .cmsTable > table > tbody > tr.val2 {
	background: #F7D8B2;
	border-bottom: 1px solid #E67E00;
}
body.grey .cmsTable > table > tbody > tr.val2,
body.grey2 .cmsTable > table > tbody > tr.val2 {
	background: #EFEEEE;
	border-bottom: 1px solid #5E555D;
}
.cmsTable > table > tbody > tr > td {
	line-height: 40px;
	padding: 0 10px;
}
.cmsTable > p {
	font-size: smaller;
	padding: 5px 10px 0 10px;
}

/* Responsive */

.cmsTable.responsive > table,
.cmsTable.responsive tbody,
.cmsTable.responsive tr,
.cmsTable.responsive td { 
	display: block; 
}
.cmsTable.responsive tr:first-child { 
	left: -9999px;
	position: absolute;
	top: -9999px;
}
.cmsTable.responsive tr { 
	border-bottom: 1px solid #cfcfcf;
}
.cmsTable.responsive td:before {
	content: attr(data-title);
	font-weight: 400;
	left: 10px;
	overflow: hidden;
	padding-right: 10px;
	position: absolute;
	text-overflow: ellipsis;
	top: 0;
	white-space: nowrap;
	width: 45%;
}
.cmsTable.responsive td {
	border: medium none;
	padding-left: 50%;
	position: relative;
	text-align: left !important;
	width: auto !important;
}

/* Elemente - Verlinkungen */

/* Links (intern & extern) */

.cmsLink + .cmsLink {
	margin-top: -35px;
}
.cmsLink > a:before,
.cmsRefs > ul > li > a:before {
	content: '\E808';
	font-family: 'fontello';
    font-weight: normal;
    left: 0;
    position: absolute;
}
.cmsLink > a,
.cmsRefs > ul > li > a {
	display: inline-block;
	line-height: 25px;
	padding: 0 0 0 20px;
	position: relative;
}

/* Verweisliste */

.cmsRefs > h2 {
	margin: 0 0 10px 0;
}

/* E-Mail */

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

.cmsDrop {
	background: #EFEEEE;
	padding: 10px 15px 6px;
}
.cmsDrop > h3:before {
	content: '\E807';
	font-family: 'fontello';
    font-weight: normal;
    left: 0;
    position: absolute;
}
.cmsDrop > h3 {
    cursor: pointer;
    display: inline-block;
    padding: 0 0 0 34px;
    position: relative;
}
.cmsDrop > h3.contentHide:before {
	content: '\E805';
}
.cmsDrop > h3.contentHide + div {
	display: none;
}
.cmsDrop > h3 + div {
	overflow: hidden;
}

/* Elemente - HTML */

/* Elemente - Youtube */

.cmsYoutube > h2 {
	margin: 0 0 5px 0;
}
.cmsYoutube > div {
	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 */

.cmsFile + .cmsFile {
	margin-top: -35px;
}
.cmsFile > a:before {
	content: '\E82B';
	font-family: 'fontello';
	font-size: 30px;
    font-weight: normal;
    left: 0;
    position: absolute;
}
.cmsFile > a {
	display: inline-block;
	line-height: 25px;
	padding: 0 0 0 40px;
	position: relative;
}

/* Elemente - Formular */

.cmsForm {
	background: #EFEEEE;
	padding: 20px;
}
.cmsForm > h2 {
	margin: 0 0 20px 0;
}
.cmsForm > .row {
	margin: 20px 0;
	padding: 0 25px 0 0;
	position: relative;
}
.cmsForm > .row:after {
	clear: both;
	content: "";
	display: block;
}
.cmsForm > .row.validation:before {
	content: '\E839';
	font-family: 'fontello';
	line-height: 44px;
	position: absolute;
	right: 0;
	top: 0;
}
.cmsForm > .row > label {
	display: block;
	float: left;
	line-height: 44px;
	padding: 0 10px 0 0;
	width: 30%;
}
.cmsForm > .row > .field {
	background: #FFFFFF;
	border: 1px solid #cfcfcf;
	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 5px;
}
.cmsForm > .row > input[type='file'].field {
	border: 0 none;
	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: 146px;
}
.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 -35px;
	padding: 0 7px 0 9px;
	position: absolute;
	top: 1px;
}
.cmsForm > .row > .calicon:before {
	content: "\E800";
	font-family: "fontello";
}
.cmsForm > .row > .spm {
	background: none repeat scroll 0 0 #FFFFFF;
	border: 1px solid #CFCFCF;
	float: left;
	padding: 15px;
	position: relative;
	width: 70%;
}
.cmsForm > .row > .spm:after {
	content: '\e826';
	font-family: 'fontello';
	font-size: 20px;
	left: 146px;
	position: absolute;
	top: 13px;
}
.cmsForm > .row > .spm > img {
	border: 1px solid #cfcfcf;
	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 25px 20px 0;
	position: relative;
	text-align: right;
}
.cmsForm > .button > input { /* Sende-Button */
	background: #3C323A;
	border: 0;
	border-radius: 4px;
	color: #FFFFFF;
	cursor: pointer;
	line-height: 40px;
	padding: 0 20px;
	font-weight: 400;
	text-transform: uppercase;
}
body.purple .cmsForm > .button > input:hover,
body.purple2 .cmsForm > .button > input:hover,
body.purple4 .cmsForm > .button > input:hover {
	background: #9A0A59;
}
body.green .cmsForm > .button > input:hover,
body.green2 .cmsForm > .button > input:hover {
	background: #B2C200;
}
body.orange .cmsForm > .button > input:hover,
body.orange2 .cmsForm > .button > input:hover {
	background: #E67E00;
}
body.grey .cmsForm > .button > input:hover,
body.grey2 .cmsForm > .button > input:hover {
	background: #5E555D;
}
.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;
		padding-right: 20px;
		width: 100%;
	}
	.cmsForm > .row > .field {
		width: 100%;
	}
	.cmsForm > .row > .calicon {
		top: 45px;
	}
	.cmsForm > .row > .spm {
		width: 100%;
	}
	.cmsForm > .button {
		margin-right: 0;
	}

}

@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;
	}

}

/*! jQuery UI - v1.10.2 - 2013-03-17
* http://jqueryui.com
* Includes: jquery.ui.core.css, jquery.ui.datepicker.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=&fwDefault=&fsDefault=&cornerRadius=4px&bgColorHeader=%23cccccc&bgTextureHeader=highlight_soft&bgImgOpacityHeader=75&borderColorHeader=%23aaaaaa&fcHeader=%23222222&iconColorHeader=%23222222&bgColorContent=%23ffffff&bgTextureContent=flat&bgImgOpacityContent=75&borderColorContent=%23aaaaaa&fcContent=%23222222&iconColorContent=%23222222&bgColorDefault=%23e6e6e6&bgTextureDefault=glass&bgImgOpacityDefault=75&borderColorDefault=%23d3d3d3&fcDefault=%23555555&iconColorDefault=%23888888&bgColorHover=%23dadada&bgTextureHover=glass&bgImgOpacityHover=75&borderColorHover=%23999999&fcHover=%23212121&iconColorHover=%23454545&bgColorActive=%23ffffff&bgTextureActive=glass&bgImgOpacityActive=65&borderColorActive=%23aaaaaa&fcActive=%23212121&iconColorActive=%23454545&bgColorHighlight=%23fbf9ee&bgTextureHighlight=glass&bgImgOpacityHighlight=55&borderColorHighlight=%23fcefa1&fcHighlight=%23363636&iconColorHighlight=%232e83ff&bgColorError=fef1ec&bgTextureError=glass&bgImgOpacityError=95&borderColorError=cd0a0a&fcError=cd0a0a&iconColorError=cd0a0a&bgColorOverlay=%23aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=%23aaaaaa&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px
* Copyright 2013 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;
	filter:Alpha(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-year {
	width: 100%;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
	width: 49%;
}
.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;
}

/* Component containers
----------------------------------*/
.ui-widget {
	font-family: inherit;
	font-size: ;
}
.ui-widget .ui-widget {
	font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
	font-family: inherit;
	font-size: 1em;
}
.ui-widget-content {
	border: 1px solid #aaaaaa;
	background: #ffffff url("/img/jquery-ui/ui-bg_flat_75_ffffff_40x100.png") 50% 50% repeat-x;
	color: #222222;
}
.ui-widget-content a {
	color: #222222;
}
.ui-widget-header {
	border: 1px solid #aaaaaa;
	background: #cccccc url("/img/jquery-ui/ui-bg_highlight-soft_75_cccccc_1x100.png") 50% 50% repeat-x;
	color: #222222;
	font-weight: bold;
}
.ui-widget-header a {
	color: #222222;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
	border: 1px solid #d3d3d3;
	background: #e6e6e6 url("/img/jquery-ui/ui-bg_glass_75_e6e6e6_1x400.png") 50% 50% repeat-x;
	font-weight: ;
	color: #555555;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
	color: #555555;
	text-decoration: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
	border: 1px solid #999999;
	background: #dadada url("/img/jquery-ui/ui-bg_glass_75_dadada_1x400.png") 50% 50% repeat-x;
	font-weight: ;
	color: #212121;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited {
	color: #212121;
	text-decoration: none;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
	border: 1px solid #aaaaaa;
	background: #ffffff url("/img/jquery-ui/ui-bg_glass_65_ffffff_1x400.png") 50% 50% repeat-x;
	font-weight: ;
	color: #212121;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
	color: #212121;
	text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
	border: 1px solid #fcefa1;
	background: #fbf9ee url("/img/jquery-ui/ui-bg_glass_55_fbf9ee_1x400.png") 50% 50% repeat-x;
	color: #363636;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
	color: #363636;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
	border: 1px solid #cd0a0a;
	background: #fef1ec url("/img/jquery-ui/ui-bg_glass_95_fef1ec_1x400.png") 50% 50% repeat-x;
	color: #cd0a0a;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
	color: #cd0a0a;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
	color: #cd0a0a;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
	font-weight: bold;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
	opacity: .7;
	filter:Alpha(Opacity=70);
	font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
	opacity: .35;
	filter:Alpha(Opacity=35);
	background-image: none;
}
.ui-state-disabled .ui-icon {
	filter:Alpha(Opacity=35); /* For IE8 - See #6059 */
}

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

/* states and images */
.ui-icon {
	width: 16px;
	height: 16px;
}
.ui-icon,
.ui-widget-content .ui-icon {
	background-image: url("/img/jquery-ui/ui-icons_222222_256x240.png");
}
.ui-widget-header .ui-icon {
	background-image: url("/img/jquery-ui/ui-icons_222222_256x240.png");
}
.ui-state-default .ui-icon {
	background-image: url("/img/jquery-ui/ui-icons_888888_256x240.png");
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon {
	background-image: url("/img/jquery-ui/ui-icons_454545_256x240.png");
}
.ui-state-active .ui-icon {
	background-image: url("/img/jquery-ui/ui-icons_454545_256x240.png");
}
.ui-state-highlight .ui-icon {
	background-image: url("/img/jquery-ui/ui-icons_2e83ff_256x240.png");
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
	background-image: url("/img/jquery-ui/ui-icons_cd0a0a_256x240.png");
}

/* positioning */
.ui-icon-blank { background-position: 16px 16px; }
.ui-icon-carat-1-n { background-position: 0 0; }
.ui-icon-carat-1-ne { background-position: -16px 0; }
.ui-icon-carat-1-e { background-position: -32px 0; }
.ui-icon-carat-1-se { background-position: -48px 0; }
.ui-icon-carat-1-s { background-position: -64px 0; }
.ui-icon-carat-1-sw { background-position: -80px 0; }
.ui-icon-carat-1-w { background-position: -96px 0; }
.ui-icon-carat-1-nw { background-position: -112px 0; }
.ui-icon-carat-2-n-s { background-position: -128px 0; }
.ui-icon-carat-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -64px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -64px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 0 -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-on { background-position: -96px -144px; }
.ui-icon-radio-off { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-start { background-position: -80px -160px; }
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }


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

/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
	border-top-left-radius: 4px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
	border-top-right-radius: 4px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
	border-bottom-left-radius: 4px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
	border-bottom-right-radius: 4px;
}

/* Overlays */
.ui-widget-overlay {
	background: #aaaaaa url("/img/jquery-ui/ui-bg_flat_0_aaaaaa_40x100.png") 50% 50% repeat-x;
	opacity: .3;
	filter: Alpha(Opacity=30);
}
.ui-widget-shadow {
	margin: -8px 0 0 -8px;
	padding: 8px;
	background: #aaaaaa url("/img/jquery-ui/ui-bg_flat_0_aaaaaa_40x100.png") 50% 50% repeat-x;
	opacity: .3;
	filter: Alpha(Opacity=30);
	border-radius: 8px;
}

/* jQuery UI Kalender Styles Micado */

/* Datepicker */

/* benutzerdefinierte Styles */

.ui-datepicker {
	font-size: 16px;
}
.ui-datepicker-header {
	background: #CFCFCF !important;
	margin: -11px -11px 0 -11px !important;
	padding: 0.4em !important;
}
.ui-datepicker td {
	border: 1px solid #CFCFCF !important;
	padding: 0 !important;
}
.ui-state-default {
	background: none !important;
	border: 0 !important;
	color: inherit !important;
	text-align: center !important;
	font-weight: normal !important;
	padding: 0.3em !important;
}
.ui-state-active, .ui-state-hover {
	background: #CFCFCF !important;
	color: #FFFFFF !important;
}
.ui-datepicker-month, .ui-datepicker-year {
	font-size: 1em !important;
}
/* benutzerdefinierte Styles Ende */

/* generelle Vererbungen */

.ui-datepicker {
	padding: 10px !important;
}
.ui-corner-all {
	border-radius: 0 !important;
}
.ui-icon {
	background: none !important;
	text-indent: 0 !important;
	width: auto !important;
	height: auto !important;
}
.ui-datepicker-title {
	margin: 0 4.5em !important;
	font-size: 0.9em !important;
}
.ui-datepicker th {
	padding: 0.5em 0 !important
}
.ui-datepicker-calendar span {
	font-size: 0.9em !important;
}
.ui-datepicker-prev, .ui-datepicker-next {
	width: auto !important;
	height: auto !important;
	margin: 9px 0 0 0 !important;
	top: 0 !important;
	border: 0 !important;
	background: none !important;
	padding: 0 !important;
	cursor: pointer !important;
}
.ui-datepicker-prev {
	left: 5px !important;
}
.ui-datepicker-next {
	right: 5px !important;
}
.ui-datepicker-prev span, .ui-datepicker-next span {
	left: auto !important;
	margin: 0 !important;
	top: auto !important;
	position: static !important;
	font-size: 0.8em !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: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}

.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, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	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 {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url('/img/fancybox/blank.gif'); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.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 {
	overflow: hidden;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url('/img/fancybox/fancybox_overlay.png');
}

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

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px;
	position: relative;
	text-shadow: none;
	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-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

#fancybox-buttons {
	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;
}

/* 
 * 	Core Owl Carousel CSS File
 *	v1.3.3
 */

/* clearfix */
.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
/* display none until init */
.owl-carousel{
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper{
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
	overflow: hidden;
	position: relative;
	width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}
	
.owl-carousel .owl-item{
	float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
	cursor: pointer;
}
.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* mouse grab icon */
.grabbing { 
    cursor:url(grabbing.png) 8 8, move;
}

/* fix */
.owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item{
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility:    hidden;
	-ms-backface-visibility:     hidden;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
}

/*
* 	Owl Carousel Owl Demo Theme 
*	v1.3.3
*/

.owl-theme .owl-controls{
	margin-top: 10px;
	text-align: center;
}

/* Styling Next and Prev buttons */

.owl-theme .owl-controls .owl-buttons div{
	color: #FFF;
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
	margin: 5px;
	padding: 3px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	background: #869791;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
}
/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
	text-decoration: none;
}

/* Styling Pagination*/

.owl-theme .owl-controls .owl-page{
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
}
.owl-theme .owl-controls .owl-page span{
	display: block;
	width: 12px;
	height: 12px;
	margin: 5px 7px;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: #869791;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
}

/* If PaginationNumbers is true */

.owl-theme .owl-controls .owl-page span.owl-numbers{
	height: auto;
	width: auto;
	color: #FFF;
	padding: 2px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}

/* preloading images */
.owl-item.loading{
	min-height: 150px;
	background: url(AjaxLoader.gif) no-repeat center center
}

/* Erweiterung - Veranstaltungen - Auswahl */

.cmsEvents > form {
	background: #E8E8E8;
	margin: 0 0 25px;
	padding: 15px 25px;
}
.cmsEvents > form:after {
	clear: both;
	content: "";
	display: block;
}
.cmsEvents > form > h3 {
	float: left;
	font-size: 24px;
	font-weight: bold;
	line-height: 40px;
}
.cmsEvents > form > div {
	float: right;
}
.cmsEvents > form > div:after {
	clear: both;
	content: "";
	display: block;
}
.cmsEvents > form > div > div {
	float: left;
	margin: 0 0 0 28px;
	position: relative;
}
.cmsEvents > form > div > div:first-child {
	margin-left: 0;
}
.cmsEvents > form > div > div:after {
	clear: both;
	content: "";
	display: block;
}
.cmsEvents > form > div > div > label {
	float: left;
	font-size: 16px;
	line-height: 40px;
	margin: 0 15px 0 0;
	text-transform: uppercase;
}
.cmsEvents > form > div > div > input {
	background: #FFFFFF !important;
	border: 1px solid #cfcfcf;
	cursor: pointer;
	float: left;
	height: 40px;
	padding: 0 15px;
	width: 150px;
}
.cmsEvents > form > div > div > .icon {
	background: #f9f9f9;
	color: #293540;
	font-size: 13px;
	height: 38px;
	line-height: 38px;
	position: absolute;
	right: 1px;
	text-align: center;
	top: 1px;
	width: 31px;
}
.cmsEvents > form > div > div > .icon:after {
	content: "\E800";
	font-family: "fontello";
}
.cmsEvents > form > div > button {
	background: #3C323A;
	border: 0;
	border-radius: 4px;
	color: #FFFFFF;
	cursor: pointer;
	float: left;
	font-weight: 400;
	height: 40px;
	margin: 0 0 0 50px;
	padding: 0 18px;
	text-transform: uppercase;
}
.cmsEvents > form > div > button:hover {
	background: #9A0A59;
}

/* Preloader */

.cmsEvents > .preloader {
	bottom: 50%;
    left: 50%;
    margin: 0 0 -120px -50px;
	opacity: 0;
    position: fixed;
    z-index: 2;
    transition: opacity 200ms ease-in-out;
}
.cmsEvents > .preloader.show {
	opacity: 1;
}
.cmsEvents > .preloader.hide {
	display: none;
}
.cmsEvents > .preloader > svg {
	-webkit-animation: rotating 800ms linear infinite;
	-moz-animation: rotating 800ms linear infinite;
	-ms-animation: rotating 800ms linear infinite;
	-o-animation: rotating 800ms linear infinite;
	animation: rotating 800ms linear infinite;
}

@-webkit-keyframes rotating {

	from {
		-webkit-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	to {
		-webkit-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg);
	}

}
@keyframes rotating {

	from {
		-ms-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	to {
		-ms-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		-webkit-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg);
	}
  
}

@media all and (max-width: 1150px) and (min-width: 1001px){

	.cmsEvents > form > h3 {
		font-size: 19px;
	}
	.cmsEvents > form > div > div,
	.cmsEvents > form > div > button {
		margin-left: 20px;
	}

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

	.cmsEvents > form {
		padding-bottom: 25px;
	}
	.cmsEvents > form > h3 {
		float: none;
		margin-bottom: 10px;
		text-align: center;
	}
	.cmsEvents > form > div {
		float: none;
	}
	.cmsEvents > form > div > * {
		margin: 0 !important;
		width: 32%;
	}
	.cmsEvents > form > div > div {
		padding-left: 45px;
	}
	.cmsEvents > form > div > div.departure {
		margin: 0 2% !important;
	}
	.cmsEvents > form > div > div > label {
		float: none;
		left: 0;
		position: absolute;
	}
	.cmsEvents > form > div > div > input {
		width: 100%;
	}

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

	.cmsEvents > form > div > div {
		width: 48%;
	}
	.cmsEvents > form > div > div.departure {
		margin: 0 0 0 4% !important;
	}
	.cmsEvents > form > div > button {
		margin-top: 16px !important;
		width: 100%;
	}

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

	.cmsEvents > form {
		padding-top: 19px;
	}
	.cmsEvents > form > h3 {
		font-size: 21px;
		line-height: 25px;
		margin-bottom: 12px;
	}
	.cmsEvents > form > div > div {
		width: 100%;
	}
	.cmsEvents > form > div > div.departure {
		margin: 10px 0 !important;
	}
	.cmsEvents > form > div > button {
		margin-top: 0 !important;
	}

}

/* Erweiterung - Veranstaltungen - Einträge */

.cmsEvents > .entries {
	min-height: 500px;
	opacity: 0;
	transition: opacity 200ms ease-in-out;
}
.cmsEvents > .entries.show {
	opacity: 1;
}
.cmsEvents > .entries .row:after {
	clear: both;
	content: "";
	display: block;
}
.cmsEvents > .entries article {
	background: #EFEEEE;
	float: left;
	margin: 0 8.108108108108109% 5.405405405405405% 0;
	opacity: 0;
	position: relative;
	transition: opacity 200ms ease-in-out;
	width: 45.945945945945944%;
}
.cmsEvents > .entries article.show {
	opacity: 1;
}
.cmsEvents > .entries article:nth-child(2n) {
	margin-right: 0;
}
.cmsEvents > .entries article:nth-child(2n) + article {
	clear: both;
}
.cmsEvents > .entries article > h2 {
	display: none;
}
.cmsEvents > .entries article > figure > a {
    background-color: #D4D2CE;
    background-position: center center;
    background-size: cover;
    display: block;
    height: 0;
    padding: 29% 0;
    position: relative;
}
.cmsEvents > .entries article > figure > a.noImage:before {
	content: "\E83C";
    font-family: "fontello";
    font-size: 110px;
    left: 50%;
    line-height: 1;
    opacity: 0.25;
    position: absolute;
    top: 50%;
	-moz-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.cmsEvents > .entries article > figure > a > img {
	display: block;
	width: 100%;
}
.cmsEvents > .entries article > figure > figcaption {
	font-size: 17px;
	padding: 20px;
}
.cmsEvents > .entries article > figure > figcaption:after {
	clear: both;
	content: "";
	display: block;
}
.cmsEvents > .entries article > figure > figcaption .title {
    display: block;
    font-size: 22px;
    line-height: 1.3;
}
.cmsEvents > .entries article > figure > figcaption .title:hover {
	color: #9A0A59;
}
.cmsEvents > .entries article > figure > figcaption p > .date {
	background: #9A0A59;
	border-radius: 50%;
	color: #FFFFFF;
    display: block;
    height: 110px;
    line-height: 1.2;
    padding: 28px 10px 0;
    position: absolute;
    right: 20px;
    text-align: center;
    top: 20px;
    width: 110px;
    z-index: 1;
}
.cmsEvents > .entries article > figure > figcaption p > .date > span.date:last-child {
	padding-top: 6px;
}
.cmsEvents > .entries article > figure > figcaption p > .date > span.date {
	display: block;
	font-size: 28px;
}
.cmsEvents > .entries article > figure > figcaption p > .date > span.time {
	display: block;
	font-size: 12px;
}
.cmsEvents > .entries article > figure > figcaption .location {
	opacity: 0.6;
}
.cmsEvents > .entries article > figure > figcaption .text {
	display: block;
	padding: 20px 0 62px;
}
.cmsEvents > .entries article > figure > figcaption .map {
	bottom: 20px;
	font-size: 16px;
	font-weight: bold;
	line-height: 35px;
	padding: 0 0 0 27px;
	position: absolute;
	text-transform: uppercase;
}
.cmsEvents > .entries article > figure > figcaption .map:before {
	content: "\E81B";
	color: #9A0A59;
    font-family: "fontello";
    font-size: 25px;
    left: 0;
    position: absolute;
    top: 0;
}
.cmsEvents > .entries article > figure > figcaption .gmapRoutePlanner {
	display: none;
}
.cmsEvents > .entries article > figure > figcaption .button {
	background: #3C323A;
	border-radius: 4px;
	bottom: 20px;
	color: #FFFFFF;
	display: table;
    font-size: 18px;
    font-weight: 400;
	line-height: 35px;
	right: 20px;
	padding: 0 20px;
	position: absolute;
	text-transform: uppercase;
}
.cmsEvents > .entries article > figure > figcaption .button:hover {
	background: #9A0A59;
}

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

	.cmsEvents > .entries article > figure > figcaption .map {
		bottom: auto;
		display: block;
		margin-bottom: 50px;
		position: relative;
	}

}

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

	.cmsEvents > .entries article {
		margin: 0 0 20px 0;
		width: 100%;
	}
	.cmsEvents > .entries article:nth-child(2n) {
		margin-right: 0;
	}
	.cmsEvents > .entries article > figure > figcaption {
		min-height: auto !important;
	}
	.cmsEvents > .entries article > figure > figcaption .map {
		bottom: 20px;
		margin-bottom: 0;
		position: absolute;
	}

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

	.cmsEvents > .entries article > figure > figcaption .map {
		bottom: auto;
		display: block;
		margin-bottom: 50px;
		position: relative;
	}
	.cmsEvents > .entries article > figure > figcaption p > .date {
		height: 90px;
		padding: 22px 10px 0;
		width: 90px;
	}
	.cmsEvents > .entries article > figure > figcaption p > .date > span.date {
		font-size: 23px;
	}

}

/* Erweiterung - Veranstaltungen - Karte */

.cmsEvents > .entries article .gmap {
	display: none;
    height: 100%;
    left: 0;
    position: fixed;
	opacity: 0;
    top: 0;
    transition: opacity 300ms ease-in-out;
    width: 100%;
    z-index: 3;
}
.cmsEvents > .entries article .gmap.active {
	display: block;
}
.cmsEvents > .entries article .gmap.active.show {
	opacity: 1;
}
.cmsEvents > .entries article .gmap > .content {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.cmsEvents > .entries article .gmap > .closeMap {
    color: #595452;
    font-size: 30px;
    line-height: 70px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 80px;
    width: 70px;
}
.cmsEvents > .entries article .gmap > .closeMap:after {
	content: "\E842";
	font-family: "fontello";
}

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

	.cmsEvents > .entries article .gmap > .closeMap {
		top: 0;
	}

}

/* Erweiterung - Veranstaltungen - Pagination */

.cmsEvents > .entries .navi {
	margin: 5px 0 80px;
}
.cmsEvents > .entries .navi:after {
	clear: both;
	content: "";
	display: block;
}

/* Pagination */

.cmsEvents > .entries .navi > ul {
	display: table;
	margin: 0 auto;
}
.cmsEvents > .entries .navi > ul:after {
	clear: both;
	content: "";
	display: block;
}
.cmsEvents > .entries .navi > ul > li {
	float: left;
	margin: 0 0 0 5px;
}
.cmsEvents > .entries .navi > ul > li:first-child {
	margin-left: 0;
}
.cmsEvents > .entries .navi > ul > li > a {
	background: #EFEEEE;
	display: block;
	font-weight: bold;
	height: 35px;
	line-height: 35px;
	text-align: center;
	width: 35px;
}
.cmsEvents > .entries .navi > ul > li > a:hover,
.cmsEvents > .entries .navi > ul > li > a.selected {
	background: #9A0A59; 
	color: #FFFFFF;
}

/* Pfeile */

.cmsEvents > .entries .navi > a {
	color: #9A0A59;
	font-size: 30px;
	font-weight: normal;
	float: left;
	line-height: 35px;
}
.cmsEvents > .entries .navi > a.hidden {
	display: none;
}
.cmsEvents > .entries .navi > a:after {
	content: "\E837";
	font-family: "fontello";
}
.cmsEvents > .entries .navi > a.next {
	float: right;
}
.cmsEvents > .entries .navi > a.next:after {
	content: "\E834";
}