/* 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 */

body {
	color: #2D2D2D;
	font: 300 18px/1.8 'Roboto Condensed', sans-serif;
	-webkit-text-size-adjust: none;
}
a {
	color: #A8C982;
	font-weight: 500;
	text-decoration: none;
}
input, textarea, select, button {
	border: 1px solid #CFCFCF;
	border-radius: 0;
	color: inherit;
	font-family: inherit;
	font-size: inherit;
}
input[type='submit'] {
	-webkit-appearance: none;
}
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;
}

/* Consent */

.mco-consent-logo img {
	filter: brightness(0.5);
}

/* Webfonts */

@font-face {
	font-family: 'fontello';
	src: url('/img/webfonts/fontello.eot?84351857');
	src: url('/img/webfonts/fontello.eot?84351857#iefix') format('embedded-opentype'),
		url('/img/webfonts/fontello.woff?84351857') format('woff'),
		url('/img/webfonts/fontello.ttf?84351857') format('truetype'),
		url('/img/webfonts/fontello.svg?84351857#fontello') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* Layout - Header */

#HeaderWrapper {
	left: 0;
	height: 75px;
	margin: 0 auto;
	top: 0;
	position: fixed;
	width: 100%;
	z-index: 4;
}
#HeaderWrapper:after {
	background: #A8C982;
	content: "";
	height: 100%;
	left: 0;
	top: 0;
	position: absolute;
	width: 100%;
}
#HeaderWrapper:before {
	background: #000000;
    bottom: -6px;
    content: "";
    height: 5px;
    left: 0;
    opacity: 0.25;
    position: absolute;
    width: 100%;
}
#HeaderWrapper > div {
	height: 100%;
	left: -35px;
	margin: 0 auto;
	max-width: 1280px;
	padding: 0 55px 0 125px;
	position: relative;
}
#HeaderWrapper > div:after {
	clear: both;
	content: "";
	display: block;
}

/* Logo */

#HeaderWrapper > div > a {
    display: block;
    padding: 10px;
    position: absolute;
    right: 45px;
    top: 27px;
    width: 247px;
    z-index: 21;
}
#HeaderWrapper > div > a > img {
	display: block;
	width: 100%;
}
#HeaderWrapper > div > a > span {
	color: #FFFFFF;
	font-family: 'Pacifico', cursive;
	font-size: 20px;
	font-weight: normal;
	opacity: 0.5;
	position: absolute;
	text-align: center;
	top: -22px;
	width: 100%;
}

@media all and (max-width: 1280px){

	#HeaderWrapper > div {
		left: 0;
		padding: 0 30px;
	}
	#HeaderWrapper > div > a {
		left: 953px;
		right: auto;
	}

}
@media all and (max-width: 1220px){

	#HeaderWrapper > div > a {
		left: auto;
		right: 20px;
	}

}
@media all and (max-width: 950px){

	#HeaderWrapper > div > a {
		left: 50%;
		margin: 0 0 0 -123px;
		right: auto;
	}	

}
@media all and (max-width: 600px){

	#HeaderWrapper > div > a {
		margin-left: -100px;
		top: 32px;
		width: 200px;
	}

}
@media all and (max-width: 500px){

	#HeaderWrapper {
		position: absolute;
	}
	#HeaderWrapper > div > a {
		margin-left: -80px;
		width: 160px;
	}

}

/* Layout - Content */

#ContentWrapper {
	margin: 555px auto 0 auto;
	max-width: 1160px;
	position: relative;
	padding: 0 30px;
	z-index: 2;
}
body.noanimation #ContentWrapper {
	margin: 150px auto 50px auto;
	max-width: 1370px;
}
#ContentWrapper > div:after {
	clear: both;
	content: "";
	display: block;
}
#ContentWrapper > div > aside {
	background: #F7FAF4;
	position: absolute;
	right: 0;
	width: 27.272727272727273%; /* 300 */
}
body.big #ContentWrapper > div > aside {
	display: none;
}
body.noanimation #ContentWrapper > div > aside {
	display: none;
}
#ContentWrapper > div > section {
	margin: 0;
	min-height: 300px;
	overflow: hidden;
	padding: 1px 31.363636363636363% 50px 0; /* 345 */
	width: 100%;
}
body.big #ContentWrapper > div > section {
	padding: 1px 0 50px 0; /* 345 */
}
body.noanimation #ContentWrapper > div > section {
	padding: 1px 0 50px 0; /* 345 */
}
#ContentWrapper > div > section > h1:first-child {
	margin-top: 30px;
}

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

	#ContentWrapper {
		margin-top: 400px;
	}
	#ContentWrapper > div > aside {
		display: none;
	}
	#ContentWrapper > div > section {
		padding-right: 0;
	}

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

	#ContentWrapper {
		margin-top: 75px;
	}

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

	#ContentWrapper {		
		padding: 0 15px;
	}

}

/* Layout - Footer */

#FooterWrapper {
	background: #F7FAF4;
	border-top: 1px solid #E7F0DD;
	margin: 0 auto;
	padding: 5px 30px 0;
	position: relative;
	z-index: 2;
}
#FooterWrapper > div {
	margin: 0 auto;
	max-width: 1100px;
}
#FooterWrapper > div:after {
	clear: both;
	content: "";
	display: block;
}
#FooterWrapper > div:before {
	background: #A8C982;
	border-top: 1px solid #FFFFFF;
	bottom: 0;
	content: "";
	height: 61px;
	left: 0;
	position: absolute;
	width: 100%;
}

/* Sprung Seitenanfang */

#FooterWrapper > div > a {
	background: #FFFFFF;
	border: 1px solid transparent;
	border-radius: 35px;
	bottom: 28px;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
	display: block;
	height: 70px;
	left: 50%;
	margin: 0 0 0 -35px;
	position: absolute;
	width: 70px;
	-moz-transition: background 200ms ease-in-out 0s, border 200ms ease-in-out 0s, box-shadow 200ms ease-in-out 0s;
    -o-transition: background 200ms ease-in-out 0s, border 200ms ease-in-out 0s, box-shadow 200ms ease-in-out 0s;
    -webkit-transition: background 200ms ease-in-out 0s, border 200ms ease-in-out 0s, box-shadow 200ms ease-in-out 0s;
    transition: background 200ms ease-in-out 0s, border 200ms ease-in-out 0s, box-shadow 200ms ease-in-out 0s;
}
#FooterWrapper > div > a:hover {
	background: #F7FAF4;
	border: 1px solid #E7F0DD;
	box-shadow: none;
}
#FooterWrapper > div > a:after {
	content: "\E807";
	font-family: "fontello";
    font-size: 45px;
    font-weight: normal;
    line-height: 1;
    margin: -24px 0 0;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 100%;
}
#FooterWrapper > div > .infos:after {
	clear: both;
	content: "";
	display: block;
}
#FooterWrapper > div > .infos {
	margin: 35px auto;
}
#FooterWrapper > div > .infos > div {
    float: left;
    font-size: 16px;
    line-height: 1.4;
	margin: 0 0 0 3.636363636363636%; /* 40 */
	padding: 2px 0 0;
	position: relative;
	width: 30.90909090909091%; /* 340 */
}
#FooterWrapper > div > .infos > div:first-child {
	margin-left: 0;
}
#FooterWrapper > div > .infos > div:after {
	background: url("/img/layout/layout.png") no-repeat -50px 0;
	background-size: 267.85714285714283% auto; /* 150 */
	content: "";
	display: block;
	height: 56px;
	left: 0;
	position: absolute;
	top: 0;
	width: 56px;
}
#FooterWrapper > div > .infos > div > span {
	display: table;
	font-size: 28px;	
}

/* Kontakt */

#FooterWrapper > div > .infos > .contact {
	padding: 2px 0 0 65px;
}
#FooterWrapper > div > .infos > .contact > a {
	display: table;
	font-size: 28px;
	font-weight: 300;
	margin: -7px 0 35px;
}
#FooterWrapper > div > .infos > .contact > a:hover {
	opacity: 0.5;
}
#FooterWrapper > div > .infos > .contact > b {
	font-weight: bold;
}

/* Socialmedia */

#FooterWrapper > div > .infos > .contact > div {
	margin: 23px 0 0;
}
#FooterWrapper > div > .infos > .contact > div:after {
	clear: both;
	content: "";
	display: block;
}
#FooterWrapper > div > .infos > .contact > div > a {
	background: #CCDFB5;
	border-radius: 23px;
	box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.08) inset;
	float: left;
	height: 45px;
	display: block;
	margin: 0 0 0 10px;
    position: relative;
	width: 45px;
}
#FooterWrapper > div > .infos > .contact > div > a:first-child {
	margin-left: 0;
}
#FooterWrapper > div > .infos > .contact > div > a:hover {
	background: #A8C982;
	box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2) inset;
}
#FooterWrapper > div > .infos > .contact > div > a:after {
	color: #FFFFFF;
	font-family: "fontello";
	font-size: 18px;
    font-weight: normal;
    left: 0;
    line-height: 1;
    margin: -9px 0 0;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 100%;
}
#FooterWrapper > div > .infos > .contact > div > a.fb:after {
	content: "\E80C";
}
#FooterWrapper > div > .infos > .contact > div > a.gplus:after {
	content: "\E80D";
}
#FooterWrapper > div > .infos > .contact > div > a.yt:after {
	content: "\E823";
}

/* Anreise + Newsletter */

#FooterWrapper > div > .infos > .location,
#FooterWrapper > div > .infos > .newsletter {
	padding-top: 17px;
}

/* Anreise */

#FooterWrapper > div > .infos > .location {
	padding: 17px 0 0 67px;
}
#FooterWrapper > div > .infos > .location:after {
	background-position: -50px -75px;
}
#FooterWrapper > div > .infos > .location > a {
	display: block;
	margin: -12px 0 0 -25px;
	width: 261px;
}
#FooterWrapper > div > .infos > .location > a > img {
	display: block;
	width: 100%;
}

/* Newsletter */

#FooterWrapper > div > .infos > .newsletter {
	padding: 17px 0 0 80px;
}
#FooterWrapper > div > .infos > .newsletter:after {
	background-position: -50px -138px;
}
#FooterWrapper > div > .infos > .newsletter > form {
	margin: 21px 0 0;
    position: relative;
	width: 100%;
}
#FooterWrapper > div > .infos > .newsletter > form:after {
	clear: both;
	content: "";
	display: block;
}
#FooterWrapper > div > .infos > .newsletter > form > input[type="text"] {
	border: 1px solid #E7F0DD;
	border-bottom-left-radius: 4px;
	border-top-left-radius: 4px;
	box-shadow: 0 0 5px -4px #FFFFFF;
	font-size: 20px;
	height: 100%;
	padding: 2px 38px 2px 12px;
	width: 100%;
}
#FooterWrapper > div > .infos > .newsletter > form > input[type="submit"] {
	background: url("/img/layout/layout.png") no-repeat -44px -218px #A8C982;
	background-size: 468.75%; /* 150 */
	border: 0;
	border-bottom-right-radius: 4px;
	border-top-right-radius: 4px;
	color: #FFFFFF;
	cursor: pointer;
    height: 100%;
    padding: 0;
    position: absolute;
    right: 0;
    text-indent: -9999px;
	width: 32px;
}
#FooterWrapper > div > .infos > .newsletter > form > input[type="submit"]:hover {
	background-color: #E7F0DD;
}

/* Seitenauswahl */

#FooterWrapper > div > .footermenu {
    padding: 19px 0 12px;
}
#FooterWrapper > div > .footermenu:after {
	clear: both;
	content: "";
	display: block;
}
#FooterWrapper > div > .footermenu > div.footerPageNav {
	color: #FFFFFF;
	float: left;
	font-size: 16px;
	font-weight: bold;
	position: relative;
	text-transform: uppercase;
}
#FooterWrapper > div > .footermenu > div.footerPageNav:after {
	clear: both;
	content: "";
	display: block;
}
#FooterWrapper > div > .footermenu > div.footerPageNav > ul {
	float: right;
	margin: -7px 0 0 12px;
}
#FooterWrapper > div > .footermenu > div.footerPageNav > ul:after {
	clear: both;
	content: "";
	display: block;
}
#FooterWrapper > div > .footermenu > div.footerPageNav > ul > li {
	float: left;
	padding: 0 22px;
	position: relative;
}
#FooterWrapper > div > .footermenu > div.footerPageNav > ul > li:after {
	background: #FFFFFF;
	content: "";
	height: 24px;
	left: 1px;
	opacity: 0.5;
	position: absolute;
	top: 8px;
	width: 1px;
}
#FooterWrapper > div > .footermenu > div.footerPageNav > ul > li:first-child:after {
	display: none;
}
#FooterWrapper > div > .footermenu > div.footerPageNav > ul > li > a {
	color: #FFFFFF;
	font-family: "Pacifico",cursive;
	font-size: 20px;
	font-weight: normal;
	opacity: 0.5;
	text-transform: lowercase;
}
#FooterWrapper > div > .footermenu > div.footerPageNav > ul > li > a:hover {
	opacity: 1;
}

/* Sprachauswahl */

#FooterWrapper > div > .footermenu > div.lang {
	float: right;
	margin: -2px 0 0;
	position: relative;
}
#FooterWrapper > div > .footermenu > div.lang:after {
	clear: both;
	content: "";
	display: block;
}
#FooterWrapper > div > .footermenu > div.lang > a {
	background: url("/img/layout/lang.png") no-repeat top left;
	background-size: 100% auto;
	float: left;
	height: 30px;
	margin: 0 0 0 10px;
	width: 30px;
}
#FooterWrapper > div > .footermenu > div.lang > a.en {
	background-position: 0 -30px;
}
#FooterWrapper > div > .footermenu > div.lang > a.cz {
	background-position: 0 -60px;
}

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

	#FooterWrapper > div > a {
		background: #A8C982;
		border: 1px solid #A8C982;
		bottom: auto;
		box-shadow: none;
		top: -35px;
	}
	#FooterWrapper > div > a:after {
		color: #FFFFFF;
		text-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
	}
	#FooterWrapper > div > a:hover:after {
		color: #A8C982;
		text-shadow: 0 0 5px rgba(255, 255, 255, 0.1);
	}
	#FooterWrapper > div > .infos {
		margin-top: 0;
		padding: 55px 0 15px;
		width: 685px;
	}
	#FooterWrapper > div > .infos > div {
		margin-left: 90px;
		width: 305px;
	}
	#FooterWrapper > div > .infos > .contact {
		margin-bottom: 22px;
		width: 290px;
	}
	#FooterWrapper > div > .infos > .newsletter {
		clear: left;
		float: none;
		margin: 0 auto;
	}
	#FooterWrapper > div > .infos > .newsletter:after {
		top: 8px;
	}

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

	#FooterWrapper > div > .footermenu > div.footerPageNav > ul > li {
		padding-left: 10px;
		padding-right: 10px;
	}

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

	#FooterWrapper > div:before {
		height: 165px;
	}
	#FooterWrapper > div > .footermenu {
		margin-left: 0;
		margin-right: 0;
		padding-bottom: 18px;
		padding-top: 0;
	}
	#FooterWrapper > div > .footermenu > div.footerPageNav {
		float: none;
		padding-bottom: 15px;
		padding-top: 6px;
		text-align: center;
	}
	#FooterWrapper > div > .footermenu > div.footerPageNav > ul {
		display: inline-block;
		float: none;
		margin: 0 0 0 12px;
		position: relative;
		top: 9px;		
	}
	#FooterWrapper > div > .footermenu > div.lang {
		display: table;
		float: none;
		margin: 24px auto 0;
	}
	#FooterWrapper > div > .infos {
		width: 630px;
	}
	#FooterWrapper > div > .infos > div {
		margin-left: 35px;
	}

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

	#FooterWrapper {
		padding-left: 0;
		padding-right: 0;
	}
	#FooterWrapper > div > .infos {
		padding-bottom: 1px;
		padding-top: 65px;
		width: 100%;
	}
	#FooterWrapper > div > .infos > div {
		clear: left;
		display: table;
		float: none;
		margin: 0 auto 40px !important;
	}
	#FooterWrapper > div > .infos > .contact > a {
		margin-bottom: 15px;
	}
	#FooterWrapper > div > .infos > .newsletter {
		margin-top: -3px !important;
		padding-top: 0;
	}
	#FooterWrapper > div > .infos > .newsletter:after {
		top: -8px;
	}
	#FooterWrapper > div > .infos > .newsletter > form > input[type="text"] {
		font-size: 22px;
		padding-bottom: 5px;
		padding-top: 5px;
	}
	#FooterWrapper > div > .infos > .newsletter > form > input[type="submit"] {
		background-position: -44px -215px;
	}
	#FooterWrapper > div > .footermenu {
		margin-left: 30px;
		margin-right: 30px;
		margin-top: 10px;
	}

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

	#FooterWrapper > div:before {
		height: 192px;
	}
	#FooterWrapper > div > .footermenu > div.footerPageNav {
		font-size: 18px;
		font-weight: 300;
	}
	#FooterWrapper > div > .footermenu > div.footerPageNav > ul {
		display: table;
		margin: -5px auto 5px;
	}
	#FooterWrapper > div > .footermenu > div.lang {
		margin-top: 21px;
	}

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

	#FooterWrapper > div {
		width: 100%;
	}
	#FooterWrapper > div > .infos {
		padding-top: 60px;
		width: 280px;
	}
	#FooterWrapper > div > .infos > div {
		padding-left: 0 !important;
		width: 218px !important;
	}
	#FooterWrapper > div > .infos > div {
		margin-left: 62px !important;
	}
	#FooterWrapper > div > .infos > div:after {
		left: -62px;
	}
	#FooterWrapper > div > .infos > .newsletter:after {
		top: -11px;
	}
	#FooterWrapper > div > .infos > .location > a {
		width: 238px;
	}

}

/* Layout - Animation */

.mobileImg {
	display: none;
}
#GalleryWrapper {
	height: 480px;
	left: 0;
	position: absolute;
	top: 75px;
	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 {
	left: 50%;
	margin: 0 0 0 -960px;
	position: absolute;
	width: 1920px;
}

/* Text */

#GalleryWrapper > .animation > .wrapper > .text {
	display: none !important;
}

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

	#GalleryWrapper {
		height: 325px;
	}
	#GalleryWrapper > .animation > .wrapper > img.animate {
		margin-left: -650px;
		width: 1300px;
	}

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

	#GalleryWrapper > .animation > .next,
	#GalleryWrapper > .animation > .prev {
		display: none;
	}

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

	#GalleryWrapper {
		display: none;
	}
	.mobileImg {
		display: block;
		margin: 75px 0 -70px;
		width: 100%;
	}
	.mobileImg > img {
		display: block;
		width: 100%;
	}

}

/* Menü - Hauptmenü */

nav {
	left: 125px;
	position: absolute;
	top: 23px;
	z-index: 20;
}
nav > div {
	display: none;		
}
nav > ul > li {
	float: left;
	padding: 0 0 6px 0;
	position: relative;
}
nav > ul > li:after {
	background: #FFFFFF;
	content: "";
	height: 32px;
	opacity: 0.2;
	position: absolute;
	right: 0;
	top: 9px;
	width: 1px;
}
nav > ul > li:last-child:after {
	display: none;
}
nav > ul > li > a {
	color: #FFFFFF;
	display: block;
	font-size: 20px;
	padding: 6px 12px 10px;
	text-transform: uppercase;
}
nav > ul > li:hover > a,
nav > ul > li > a.selected {
	background: #FFFFFF;
	color: #A8C982;
}
nav > ul > li:hover > ul {
	display: block;
}
nav > ul > li > ul {
	background: #ffffff;
	background: rgba(255, 255, 255, 0.8);
	display: none;
	min-width: 100%;
	padding: 11px 0 73px;
	position: absolute;
	top: 53px;
}
nav > ul > li > ul > li > a {
	color: #2D2D2D;
	display: block;
	font-size: 18px;
	font-weight: 300;
	min-width: 200px;
	padding: 2px 19px;
	position: relative;
	white-space: nowrap;
}
nav > ul > li > ul > li > a:hover,
nav > ul > li > ul > li > a.selected {
	background: #A8C982;
	color: #FFFFFF;
}
nav > ul > li > ul > li > a:after {
	background: #FFFFFF;
	bottom: -1px;
	content: "";
	height: 1px;
	left: 20px;
	opacity: 0.5;
	position: absolute;
	right: 20px;
}
nav > ul > li > ul > li > a:hover:after,
nav > ul > li > ul > li > a.selected:after {
	display: none;
}

/* MOBILE */

nav.mobile {
	left: 0;
	top: 2px;
	width: 50%;
}
nav.mobile > div:before {
	content: '\E819';
	font-family: 'fontello';
    font-size: 53px;
    margin: 0 10px 0 0;
    opacity: 0.5;
    position: relative;
    top: 8px;
}
nav.mobile > div:hover:before {
	opacity: 1;
}
nav.mobile > div {
	color: #FFFFFF;
	cursor: pointer;
	display: table;
	font-size: 29px;
	font-weight: 400;
	line-height: 1;
	margin: 0 0 0 30px;
	text-transform: uppercase;
}
nav.mobile > ul {
	background: #A8C982;
	border-bottom: 1px solid rgba(255, 255, 255, 0.5);
	border-top: 1px solid rgba(255, 255, 255, 0.5);
	left: -100%;
    padding: 22px 0;
    position: absolute;
    top: 73px;
    width: 100%;
    -moz-transition: left 200ms ease-in-out;
    -o-transition: left 200ms ease-in-out;
    -webkit-transition: left 200ms ease-in-out;
    transition: left 200ms ease-in-out;
}
nav.mobile > ul.open {
	left: 0;
}
nav.mobile > ul > li {
	float: none;
	padding: 0 0 1px;
}
nav.mobile > ul > li > a {
	font-size: 19px;
	font-weight: 400;
	padding: 8px 20px;
}
nav.mobile > ul > li:hover > ul {
	display: none;
}
nav.mobile > ul > li > ul.open {
	display: block;
	left: 0;
	position: relative;
	top: 0;
}
nav.mobile > ul > li > ul {
	background: #FFFFFF;
	border-top: 1px solid #A8C982;
	padding: 20px 0;
}
nav.mobile > ul > li > ul > li:last-child > a:after {
	display: none;
}
nav.mobile > ul > li > ul > li > a {
	padding-bottom: 6px;
	padding-top: 4px;
}
nav.mobile > ul > li > ul > li > a:hover:after,
nav.mobile > ul > li > ul > li > a.selected:after {
	display: none;
}
nav.mobile > ul > li > ul > li > a:hover,
nav.mobile > ul > li > ul > li > a.selected {
	background: #F7FAF4;
	color: #2D2D2D;
}

/* MOBILE Custom */


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

	nav {
		left: 90px;
	}

}
@media all and (max-width: 1190px){

	nav > ul > li:after {
		display: none;
	}
	nav > ul > li > a {
		padding-left: 5px;
		padding-right: 5px;
	}

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

	nav > ul > li > a {
		font-size: 16px;
		padding-bottom: 11px;
		padding-top: 12px;
	}

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

	nav > ul > li > a {
		padding-left: 3px;
		padding-right: 3px;
	}	

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

	nav {
		display: none;
	}
	nav.mobile {
		display: block;
	}

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

	nav.mobile > div {
		font-size: 23px;
		margin-top: 6px;
	}
	nav.mobile > div:before {
		font-size: 49px;
		top: 5px;
	}

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

	nav.mobile > div:before {
		left: 9px;
		top: -13px;
	}
	nav.mobile > div {
		font-size: 21px;
		left: 25%;
		margin-left: -60px;
		margin-top: 24px;
		position: absolute;
	}
	nav.mobile {
		width: 100%;
	}
	nav.mobile > ul {
		-moz-transition: left 300ms ease-in-out;
		-o-transition: left 300ms ease-in-out;
		-webkit-transition: left 300ms ease-in-out;
		transition: left 300ms ease-in-out;
	}

}

/* Menü - Untermenü */

ul.submenu > li {
	display: none;
	padding: 36px 7.333333333333333% 60px 9.333333333333334%; /* 22 28 */	
}
ul.submenu > li.selected {
	display: block;
}
ul.submenu > li > a {
	display: block;
	font-size: 19px;
	line-height: 1.3;
	padding: 0 5% 9px 8.695652173913043%; /* 20 */
	text-transform: uppercase;
}
ul.submenu > li > a:hover,
ul.submenu > li > a.selected {
	
}
ul.submenu > li > ul {
	margin: 15px 0 0 0;
}
ul.submenu > li > ul > li {	
	position: relative;
}
ul.submenu > li > ul > li:after {
	background: #FFFFFF; 
	bottom: -1px;
	content: "";
	height: 1px;
	left: 8.695652173913043%; /* 20 */
	position: absolute;
	right: 8.695652173913043%; /* 20 */
}
ul.submenu > li > ul > li:hover {
	background: #A8C982;	
	color: #FFFFFF;
}
ul.submenu > li > ul > li:hover:after {
	display: none;
}
ul.submenu > li > ul > li > a {
	color: inherit;
	display: block;
	font-weight: 300;
	line-height: 1.3;
	padding: 7px 0 6px 8.695652173913043%; /* 20 */
}

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

	ul.submenu > li {
		padding-left: 0;
		padding-right: 0;
	}

}

/* Menü - Metamenü */

ul.metamenu {
	float: right;
	margin: -2px 0 0;
	position: relative;
}
ul.metamenu:after {
	clear: both;
	content: "";
	display: block;
}
ul.metamenu > li {
	float: left;
	margin: 0 0 0 44px;
}
ul.metamenu > li > a {
	color: #FFFFFF;
	display: block;
	font-weight: 300;
	line-height: 1.4;
	text-transform: uppercase;
}
ul.metamenu > li > a:hover,
ul.metamenu > li > a.selected {
	opacity: 0.5;
}

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

	ul.metamenu > li {
		margin-left: 20px;
	}
	
}
@media all and (max-width: 750px){

	ul.metamenu {
		display: table;
		float: none;
		margin: 0 auto;
	}
	ul.metamenu > li {
		margin: 0 10px;
	}

}

/* Seitenmenü */

#HeaderWrapper > a {
	left: 20px;
	position: absolute;
	top: 12px;
	z-index: 21;
}
#HeaderWrapper > a:after {
	border-radius: 5px;
	color: #FFFFFF;
	content: "\E824";
	display: block;
	font-family: "fontello";
    font-size: 31px;
    font-weight: normal;
    line-height: 1;
    opacity: 0.5;
    padding: 10px;
    position: relative;
    z-index: 1;
}
#HeaderWrapper > a.open:after,
#HeaderWrapper > a:hover:after {
	background: #000000;
	background: rgba(0, 0, 0, 0.2);
	opacity: 1;
}
#PageNav {
	background: #000000;
    background: rgba(0, 0, 0, 0.75);
    left: -300px;
    position: fixed;
    top: 81px;
	width: 300px;
    z-index: 4;
    -moz-transition: left 200ms ease-in-out;
    -o-transition: left 200ms ease-in-out;
    -webkit-transition: left 200ms ease-in-out;
    transition: left 200ms ease-in-out;
}
#PageNav.open {
	left: 0;
}
#PageNav > li {
    height: 33%;
    position: relative;
    text-align: center;
}
#PageNav > li:last-child {
	margin-bottom: 0;
}
#PageNav > li:after {
	background: #FFFFFF;
    bottom: 0;
    box-shadow: 0 0 5px #FFFFFF;
    content: "";
    height: 1px;
    left: 50%;
    margin: 0 0 0 -110px;
    opacity: 0.75;
    position: absolute;
    width: 220px;
}
#PageNav > li:last-child:after {
	display: none;
}
#PageNav > li > a {
	color: #FFFFFF;
    font-size: 19px;
    position: relative;
    text-transform: uppercase;
    top: calc(50% - 106px);
}
#PageNav > li > a > div {
    border: 1px solid #FFFFFF;
    border-radius: 90px;
    box-shadow: 0 0 15px -6px #FFFFFF;
    color: #FFFFFF;
    height: 55%;
    margin: 0 auto;
    max-height: 175px;
    overflow: hidden;
    position: relative;
    width: 175px;
    -moz-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
#PageNav > li > a > div:hover {
	border-color: transparent;
    border-radius: 0;
    box-shadow: none;
    width: 100% !important;
}
#PageNav > li > a > div > img {
	display: block;
	left: 50%;
	margin: -100px 0 0 -150px;
	position: absolute;
	top: 50%;
}
#PageNav > li > a > span {
	font-family: "Pacifico",cursive;
    font-size: 24px;
    font-weight: normal;
    opacity: 0.5;
    padding: 0 0 0 10px;
    text-transform: lowercase;
}

@media all and (max-width: 950px){

	#HeaderWrapper > a {
		left: auto;
		right: 20px;
	}
	#HeaderWrapper > a.open:after,
	#HeaderWrapper > a:hover:after {
		background: none;
	}
	#PageNav{
		left: auto;
		position: fixed;
		right: -300px;
		-moz-transition: right 200ms ease-in-out;
		-o-transition: right 200ms ease-in-out;
		-webkit-transition: right 200ms ease-in-out;
		transition: right 200ms ease-in-out;
	}
	#PageNav.open {
		left: auto;
		right: 0;
	}

}
@media all and (max-width: 600px){

	#HeaderWrapper > a {
		margin-left: -66px;
		top: 14px;
	}
	#HeaderWrapper > a:after {
		font-size: 27px;
	}

}
@media all and (max-width: 500px){

	#HeaderWrapper > a {
		left: 75%;
		margin-left: 11px;
		right: auto;
	}
	#PageNav {
		background: #A8C982;
		border-bottom: 1px solid rgba(255, 255, 255, 0.5);
		border-top: 1px solid rgba(255, 255, 255, 0.5);
		height: auto !important;
		padding: 22px 0;
		right: -100%;
		top: 75px;
		width: 100%;
		-moz-transition: right 300ms ease-in-out;
		-o-transition: right 300ms ease-in-out;
		-webkit-transition: right 300ms ease-in-out;
		transition: right 300ms ease-in-out;
	}
	#PageNav.open {
		position: absolute;
	}
	#PageNav > li {
		padding: 0 0 1px;
	}
	#PageNav > li:after {
		display: none;
	}
	#PageNav > li > a {
		display: block;
		padding: 4px 20px;
		text-align: left;
		top: auto !important;
	}
	#PageNav > li > a:hover {
		background: #FFFFFF;
		color: #A8C982;
	}
	#PageNav > li > a > div {
		display: none;
	}

}

/* Elemente - Überschriften */

h1 {
	font-size: 45px;
	font-weight: 300;
	margin-left: -2px !important;
}
h2 {
	color: #A8C982;
	font-size: 26px;
	font-weight: 300;
}
h1 + h2 {
	font-size: 20px;
	font-weight: 500;
	text-transform: uppercase;
}
h3 {
	font-size: 16px;
}

/* Folgeüberschriften */

h1.cms + h2.cms {
	margin-top: -38px;
}
h2.cms + h3.cms {
	margin-top: -36px;
}

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

	h1 {
		font-size: 38px;
	}

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

	h1 {
		font-size: 33px;
	}

}

/* Elemente - Textinhalt */

/* Elemente - Aufzählung */

.cmsList > h2 {
	margin: 0 0 20px 0;
}
.cmsList > ul > li:before {
	content: '\E825';
	font-family: 'fontello';
	left: 5px;
	position: absolute;
}
.cmsList > ul > li {
	padding: 0 0 0 25px;
	position: relative;
}

/* 2-spaltig */

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

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

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

}

/* Elemente - Bild-Text */

.cmsImage:after {
	clear: both;
	content: "";
	display: block;
}
.cmsImage > .left {
	float: left;
	margin: 0 20px 5px 0;
	max-width: 50%;
}
.cmsImage > .right {
	float: right;
	margin: 0 0 5px 20px;
	max-width: 50%;
}
.cmsImage img {
	display: block;
	width: 100%;
}
.cmsImage figcaption {
	font-size: 17px;
	padding: 3px 0 0 0;
}

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

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

.cmsGallery:after {
	clear: both;
	content: "";
	display: block;
}
.cmsGallery + * {
	margin-top: -40px;
}
.cmsGallery > li {
	float: left;
	margin: 0 5.960265% 5.960265% 0;
	position: relative;
	width: 47.019867549668874%; /* 355 */
}
.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: 20px;
	left: 50%;
	line-height: 1.5;
	margin: 22px 0 0;
	opacity: 0;
	padding: 0 15px;
	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 > figure > figcaption:after {
	content: "\E81E";
	font-family: "fontello";
    font-size: 36px;
    left: 0;
    position: absolute;
    text-align: center;
    top: -50px;
    width: 100%;
}
.cmsGallery > li:hover > figure > figcaption {
	opacity: 1;
	-webkit-transition: opacity 700ms ease-in-out;
	-moz-transition: opacity 700ms ease-in-out;
	-ms-transition: opacity 700ms ease-in-out;
	-o-transition: opacity 700ms ease-in-out;
	transition: opacity 700ms ease-in-out;
}
.cmsGallery > li:hover > figure > a > img {
	-webkit-transition: all 150ms ease;
	-moz-transition: all 150ms ease;
	-ms-transition: all 150ms ease;
	-o-transition: all 150ms ease;
	transition: all 150ms ease 100ms;
	-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 > li {
		margin-bottom: 20px !important;
		margin-right: 5%;
		width: 47.5% !important;
	}
	.cmsGallery > li > figure > figcaption {
		display: none;
	}
	.cmsGallery > li > figure > a:before {
		color: #FFFFFF;
		content: "\E81E";
		font-family: "fontello";
		font-size: 36px;
		left: 0;
		line-height: 1;
		margin-top: -18px;
		opacity: 0;
		position: absolute;
		text-align: center;
		top: 50%;
		width: 100%;
		z-index: 2;
	}
	.cmsGallery > li:hover > figure > a:before {
		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;
	}

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

	.cmsGallery > li {
		margin-bottom: 20px !important;
		margin-right: 0;
		width: 100% !important;
	}	

}

/* Elemente - Teaser */

.cmsTeaser:after {
	clear: both;
	content: "";
	display: block;
}
.cmsTeaser > h2 {
	display: none;
}
.cmsTeaser > article {
	background: #A8C982;
	float: left;
	margin: 0 5.960265% 5.960265% 0;
    overflow: hidden;	
	float: left;
	position: relative;
	width: 47.019867549668874%; /* 355 */	
	z-index: 1;	
}
.cmsTeaser > article:after {
	clear: both;
	content: "";
	display: block;
}
.cmsTeaser > article:nth-of-type(2n) {
    margin-right: 0;
}
.cmsTeaser > article:nth-of-type(2n+1) {
    clear: both;
}
.cmsTeaser > article > h2 {
	display: none;
}
.cmsTeaser > article > figure > a {
    display: block;
    height: 200px;
    overflow: hidden;
    position: relative;
    width: 100%;
}
.cmsTeaser > article > figure > a > img {
	display: block;
    left: 50%;
    margin: 0 0 0 -178px;
    position: absolute;
    width: 356px;
}
.cmsTeaser > article > figure > figcaption {
	font-size: 20px;
	line-height: 1.5;
	min-height: 140px;
	padding: 22px 65px 17px 20px;
}
.cmsTeaser > article > figure > figcaption > a {
	color: #FFFFFF;
    display: table;
    font-size: 28px;
    font-weight: 300;
    line-height: 1.15;
    padding: 0 90px 0 0;
}
.cmsTeaser > article > figure > figcaption > p > .date { /* Teaserdatum */
    color: #FFFFFF;
    display: table;
    font-size: 17px;
    font-weight: 600;
	padding: 6px 0 0;
}
.cmsTeaser > article > figure > figcaption > p > .text { /* Teasertext */
	color: #DDDDDD;
	display: table;	
	font-size: 18px;
}
.cmsTeaser > article > figure > figcaption > p.hasText {
	padding: 5px 0 0;
}
.cmsTeaser > article > figure > figcaption > p > .text > a { /* Detail-Button */
	background: url('/media/cms/cms.png') no-repeat scroll -2px -1345px;
	background-size: 321.42857142857144%; /* 90 */
	color: #FFFFFF;
    display: block;
    height: 56px;
    position: absolute;
    right: 23px;
    top: 238px;
    width: 28px;
}
.cmsTeaser > article > figure > figcaption > p > .addition { /* Teaserpreis */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjciLz4KICAgIDxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
	background: -moz-linear-gradient(top,  rgba(255,255,255,0.7) 0%, rgba(255,255,255,1) 50%, rgba(255,255,255,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0.7)), color-stop(50%,rgba(255,255,255,1)), color-stop(100%,rgba(255,255,255,1)));
	background: -webkit-linear-gradient(top,  rgba(255,255,255,0.7) 0%,rgba(255,255,255,1) 50%,rgba(255,255,255,1) 100%);
	background: -o-linear-gradient(top,  rgba(255,255,255,0.7) 0%,rgba(255,255,255,1) 50%,rgba(255,255,255,1) 100%);
	background: -ms-linear-gradient(top,  rgba(255,255,255,0.7) 0%,rgba(255,255,255,1) 50%,rgba(255,255,255,1) 100%);
	background: linear-gradient(to bottom,  rgba(255,255,255,0.7) 0%,rgba(255,255,255,1) 50%,rgba(255,255,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3ffffff', endColorstr='#ffffff',GradientType=0 );
	border: 1px solid #FFFFFF;
	border-radius: 45px;
	box-shadow: 2px 0px 5px rgba(0, 0, 0, 0.4);
	color: #A8C982;
    font-size: 30px;
    font-weight: 300;
    height: 90px;
    padding: 21px 0 0;
    position: absolute;
    right: 18.309859154929576%; /* 65 */
    text-align: center;
    top: 134px;
    width: 90px;
}

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

	.cmsTeaser > article > figure > figcaption {
		padding-top: 35px;
	}
	.cmsTeaser > article > figure > figcaption > a {
		padding-right: 0;
	}

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

	.cmsTeaser > article > figure > a {
		height: 250px;
	}
	.cmsTeaser > article > figure > a > img {
		margin-left: -209px;
		width: 418px;
	}
	.cmsTeaser > article > figure > figcaption > p > .addition {
		top: 184px;
	}
	.cmsTeaser > article > figure > figcaption > p > .text > a {
		top: 288px;
	}

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

	.cmsTeaser > article > figure > a {
		height: 200px;
	}
	.cmsTeaser > article > figure > a > img {
		margin: 0 0 0 -178px;
		width: 356px;
	}
	.cmsTeaser > article > figure > figcaption > p > .addition {
		top: 134px;
	}
	.cmsTeaser > article > figure > figcaption > p > .text > a {
		top: 238px;
	}

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

	.cmsTeaser > article {
		margin-bottom: 5%;
		margin-right: 5%;
		width: 47.5%;
	}
	.cmsTeaser > article > figure > figcaption {
		padding-bottom: 50px;
		padding-right: 20px;
	}
	.cmsTeaser > article > figure > figcaption > p > .addition {
		right: 30px;
	}
	.cmsTeaser > article > figure > figcaption > p > .text > a {
		background: #E7F0DD;
		bottom: 0;
		color: #2D2D2D;
		font-weight: 300;
		height: auto;
		left: 0;
		padding: 5px 0;
		right: auto;
		text-align: center;
		top: auto;
		width: 100%;
	}
	.cmsTeaser > article > figure > figcaption > p > .text > a:hover {
		background: #F7FAF4;
	}
	.cmsTeaser > article > figure > figcaption > p > .text > a:before {
		content: "weitere Infos dazu";
	}
	.cmsTeaser > article > figure > figcaption > p > .text > a:after {
		content: "\E808";
		font-family: "fontello";
		font-size: 13px;
		margin: 0 0 0 10px;
		position: relative;
		top: -1px;
	}

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

	.cmsTeaser > article {
		float: none;
		margin-bottom: 30px;
		margin-right: 0;
		width: 100%;
	}
	.cmsTeaser > article > figure > a {
		display: block;
		height: auto;
		width: 100%;
	}
	.cmsTeaser > article > figure > a > img {
		left: 0 !important;
		margin-left: 0 !important;
		position: relative !important;
		width: 100% !important;
	}
	.cmsTeaser > article > figure > figcaption {
		padding-bottom: 70px;
		padding-top: 20px;
	}
	.cmsTeaser > article > figure > figcaption > p > .addition {
		bottom: 25px;
		font-size: 19px;
		height: 65px;
		padding-top: 17px;
		right: 20px;
		top: auto;
		width: 65px;
	}
	.cmsTeaser > article > figure > figcaption > p > .text > a {
		padding: 9px 0 10px;
	}

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

	.cmsTeaser > article > figure > figcaption > a {
		font-size: 24px;
	}
	.cmsTeaser > article > figure > figcaption > p > .text > a:before {
		content: "weitere Infos";
	}
	.cmsTeaser > article > figure > figcaption > p > .text > a:after {
		margin-left: 6px;
	}

}

/* Elemente - Tabelle */

.cmsTable > h2 {
	margin: 0 0 5px 0;
}
.cmsTable > table {
	width: 100%;
}
.cmsTable > table > tbody > tr {
	background: #FFFFFF;
}
.cmsTable > table > tbody > tr.val2 {
	background: #F7FAF4;
	box-shadow: 0px 2px 3px -2px #CFCFCF inset;
}
.cmsTable > table > tbody > tr > td {
	padding: 6px 10px 8px;
}
.cmsTable > p {
	font-size: 11px;
	padding: 5px 6px 0 6px;
}

/* 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: bold;
	left: 6px;
	overflow: hidden;
	padding-right: 10px;
	position: absolute;
	text-overflow: ellipsis;
	top: 6px;
	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 > a:before {
	content: '\E814';
	font-family: 'fontello';
	font-weight: normal;
	margin: 0px 8px 0px -20px;
	position: absolute;
}
.cmsLink > a {
	display: inline-block;
	font-weight: 300;
	padding: 0px 0px 0px 20px;
	position: relative;
}
.cmsLink > a:hover {
	opacity: 0.5;
}

/* Verweisliste */

.cmsRefs > h2 {
	margin: 0 0 20px 0;
}
.cmsRefs > ul > li > a {
	color: #2D2D2D;
	display: inline-block;
	font-weight: 300;
	padding: 0px 0px 0px 20px;
	position: relative;
}
.cmsRefs > ul > li > a:hover {
	color: #A8C982;
}
.cmsRefs > ul > li > a:before {
	content: '\E814';
	font-family: 'fontello';
	font-weight: normal;
	margin: 1px 8px 0 -20px;
	position: absolute;
}

/* E-Mail */

.cmsMail > a:before {
	color: #A8C982;
	content: '\E818';
	font-family: 'fontello';
    font-size: 23px;
    font-weight: normal;
    margin: 0 10px 0 0;
    position: relative;
    top: 1px;
}
.cmsMail > a {
	color: #2D2D2D;
	display: inline-block;
	font-weight: 300;
	position: relative;
}
.cmsMail > a:hover {
	opacity: 0.5;
}

/* Elemente - Dropdown */

.cmsDrop > h3:before {
	content: '\E820';
	font-family: 'fontello';
	font-weight: normal;
	left: 0;
	position: absolute;
}
.cmsDrop > h3 {
	cursor: pointer;
	color: #A8C982;
	font-size: 26px;
	font-weight: 300;
	margin: 0 0 8px 0;
	padding: 0 0 0 25px;
	position: relative;
}
.cmsDrop > h3:after {
	background: #A8C982;
	bottom: -8px;
	content: "";
	height: 1px;
	left: 0;
	position: absolute;
	width: 100%;
    -moz-transition: width 300ms ease-in-out;
    -o-transition: width 300ms ease-in-out;
    -webkit-transition: width 300ms ease-in-out;
    transition: width 300ms ease-in-out;
}
.cmsDrop > h3.contentHide:after {
	width: 0;
}
.cmsDrop > h3.contentHide:before {
	content: '\E81F';
}
.cmsDrop > h3.contentHide + div {
	display: none;
}
.cmsDrop > h3 + div {
	background: #F7FAF4;
	overflow: hidden;
	padding: 20px;
}
.cmsDrop > h3 + div > *:first-child {
	margin-top: 0;
}

/* 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 > a:before {
	content: '\E817';
	font-family: 'fontello';
    font-size: 23px;
    font-weight: normal;
    margin: 0 12px 0 0;
    position: relative;
    top: 1px;
}
.cmsFile > a {
	display: inline-block;
	font-weight: 300;
	position: relative;
}
.cmsFile > a:hover {
	opacity: 0.5;
}
.cmsFile + .cmsFile {
	margin-top: -30px;
}

/* Elemente - Formular */

.cmsForm {
	background: #F7FAF4;
	border: 1px solid #E7F0DD;
	padding: 25px 20px;
}
.cmsForm > h2 {
	margin: 0 0 10px 0;
	position: relative;
}
.cmsForm > .row {
	margin: 20px 0;
	padding: 0 20px 0 0;
	position: relative;
}
.cmsForm > .row:after {
	clear: both;
	content: "";
	display: block;
}
.cmsForm > .row.validation:before {
	content: "\E826";
	font-family: "fontello";
	position: absolute;
    right: -3px;
    top: 5px;
}
.cmsForm > .row > label {
	display: block;
	float: left;
	padding: 5px 10px 0 0;
	width: 25%;
}
.cmsForm > .row > .field {
	border: 1px solid #E7F0DD;
	outline: medium none;
	padding: 8px 10px;
	width: 75%;
}
.cmsForm > .row > .field:focus {
	border: 1px solid #93C8FF;
	box-shadow: 0 0 4px #1983F0;
}
.cmsForm > .row > textarea.field {
	height: 100px;
	line-height: 1.3;
}
.cmsForm > .row > select.field {
	padding: 7px 26px 7px 6px;
}
.cmsForm > .row > input[type='file'].field {
	border: 0 none;
	padding: 7px 0;
}
.cmsForm > .row > input[type='file'].field:focus {
	border: 0;
	box-shadow: none;
}
.cmsForm > .row > .checkbox {
	border: 0;
	margin: 15px 5px 2px 0;
	padding: 0;
	width: auto;
}
.cmsForm > .infotext {
	line-height: 1.3;
}
.cmsForm > .row > .datepicker {
	cursor: pointer;
	text-align: center;
	width: 102px;	
}
.cmsForm > .button {
	margin: 20px 20px 20px 0;
	position: relative;
	text-align: right;
}
.cmsForm > .button > input { /* Sende-Button */
	background: #A8C982;
	border: 0;
	color: #FFFFFF;
	cursor: pointer;
	font-weight: 400;
	font-size: 22px;
	padding: 4px 10px;
	text-transform: uppercase;
}
.cmsForm > .button > input:hover { /* Sende-Button */
	background: #F7FAF4;
	color: #A8C982;
	outline: 1px solid #E7F0DD;
}
.cmsForm > .msg {
	line-height: 1.3;
	margin: 0 0 10px 0;
	padding: 4px 10px;
}
.cmsForm > .spmck {
	display: none;
}
.cmsForm .error {
	background: #FFFFFF;
	border: 1px solid #FFA3A3 !important;
	box-shadow: 0 0 3px #FF0000;
}

@media all and (max-width: 750px){
	
	.cmsForm > .row {
		padding-right: 0;
	}
	.cmsForm > .row > label {
		float: none;
		margin-bottom: 5px;
		padding-right: 20px;
		width: 100%;
	}
	.cmsForm > .row > .field {
		width: 100%;
	}
	.cmsForm > .row.validation:before {
		right: 0;
		top: 4px;
	}
	.cmsForm > .button {
		margin-right: 0;
		margin-top: 30px;
	}

}

/* Element - Formular Anfrage */

#GalleryWrapper > form {
	background: #808080;
	background: rgba(255, 255, 255, 0.8);
	border: 1px solid #FFFFFF;
	border-radius: 150px;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
	height: 300px;
    left: 50%;
    margin: 0 0 0 250px;
    opacity: 1;
    padding: 43px 0 0;
    position: absolute;
    text-align: center;
    top: 90px;
    width: 300px;
    z-index: 1;
    -moz-transition: opacity 200ms ease-in-out;
    -o-transition: opacity 200ms ease-in-out;
    -webkit-transition: opacity 200ms ease-in-out;
    transition: opacity 200ms ease-in-out;
}
#GalleryWrapper > form > h2 {
	color: #A8C982;
    font-size: 28px;
    font-weight: 500;
    padding-bottom: 30px;
	text-shadow: 0 0 4px #FFFFFF;
	text-transform: uppercase;
}
#GalleryWrapper > form > div {
    display: table;
    margin: 0 auto 16px;
    position: relative;
}
#GalleryWrapper > form > div.arrival {
    display: inline-block;
    height: 32px;
    margin-bottom: 10px;
    padding: 0 32px 0 0;
}
#GalleryWrapper > form > .arrival > input {
	border: 0;
	border-bottom-left-radius: 4px;
	border-top-left-radius: 4px;
	box-shadow: 0 0 5px -3px #000000;
    cursor: pointer;
    height: 100%;
    margin: 0 0 0 10px;
    padding: 4px 0;
    text-align: center;
    width: 110px;
}
#GalleryWrapper > form > div.arrival > div:after,
#GalleryWrapper > form > div.submit:after {
	color: #FFFFFF;
	content: "\E827";
	font-family: "fontello";
    font-size: 17px;
    line-height: 1;
    position: absolute;
    right: 8px;
    top: 8px;
}
#GalleryWrapper > form > div.arrival > div {
	background: #A8C982;
	border-radius: 0 4px 4px 0;
	cursor: pointer;
	display: block;
	height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 32px;
}
#GalleryWrapper > form > div.submit {
	background: #FFFFFF;
	border-radius: 38px;
	box-shadow: 2px 2px 7px -5px #000000 inset;
	box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.55) inset;
	margin-bottom: 0;
}
#GalleryWrapper > form > div.submit:hover {
	background: #A8C982;
	box-shadow: 0;
}
#GalleryWrapper > form > div.submit:after {
	color: #A8C982;
	content: "\E805";
    font-size: 42px;
    left: 0;
    right: auto;
    text-align: center;
    top: 17px;
    width: 100%;
}
#GalleryWrapper > form > div.submit:hover:after {
	color: #FFFFFF;
}
#GalleryWrapper > form > div.submit > input {
	background: rgba(0, 0, 0, 0);
	background: transparent;
	border: 0;
	border-radius: 35px;
	cursor: pointer;
	height: 75px;
	padding: 0;
    position: relative;
    text-indent: -99999px;
    width: 75px;
    z-index: 1;
}
#GalleryWrapper > form > div.days {
	overflow: hidden;
}
#GalleryWrapper > form > div.days > select {
	background: url("/img/layout/bg-select.png") no-repeat top left;
	border: 0;
	box-shadow: 0 0 5px -3px #000000;
    cursor: pointer;
    margin: 0 0 0 -19px;
	min-height: 34px;
    padding: 4px 0 4px 10px;
    position: relative;
    right: -30px;
    width: 137px;
}
#GalleryWrapper > form > div.days:after,
#GalleryWrapper > form > div.days:before {
	display: none;
}
#GalleryWrapper > form > div.departure {
	display: none;
}

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

	#GalleryWrapper > form {
		left: auto;
		margin-left: 0;
		right: 30px;
	}

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

	#GalleryWrapper > form {
		top: 13px;
	}
	#GalleryWrapper > form.hide {
		opacity: 0;
	}

}

@media all and (max-height: 480px){

	#GalleryWrapper > form {
		background: none;
		border: none;
		height: 90px;
		left: auto;
		padding-top: 0;
		right: 20px;
		width: 90px;
		top: 40px;
	}
	#GalleryWrapper > form > h2,
	#GalleryWrapper > form > div.arrival,
	#GalleryWrapper > form > div.departure,
	#GalleryWrapper > form > div.days {
		display: none;
	}	
	#GalleryWrapper > form > div.submit {
		background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
		border: 1px solid #FFFFFF;
		border-radius: 75px;
		height: 90px;
		width: 90px;		
	}
	#GalleryWrapper > form > div.submit:after {
		content: "Jetzt buchen";
		font-size: 16px;
		text-transform: uppercase;
		top: 29px;	
	}

}
@media all and (max-width: 600px){

	#GalleryWrapper > form {
		border: none;
		height: 80px;
		left: auto;
		padding-top: 0;
		right: 20px;
		width: 80px;
		top: 40px;
	}
	#GalleryWrapper > form > h2,
	#GalleryWrapper > form > div.arrival,
	#GalleryWrapper > form > div.departure,
	#GalleryWrapper > form > div.days {
		display: none;
	}	
	#GalleryWrapper > form > div.submit {
		background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
		border: 1px solid #FFFFFF;
		border-radius: 75px;
		height: 80px;
		width: 80px;		
	}
	#GalleryWrapper > form > div.submit:after {
		content: "Jetzt buchen";
		font-size: 15px;
		text-transform: uppercase;
		top: 25px;		
	}

}

/* Element - Webcams */

.cmsWebcams > div:first-child {
	margin: 0 0 30px;
}
.cmsWebcams > div > a {
    display: block;
    margin: 10px 0 0;
    width: 100%;
}
.cmsWebcams > div > a > img {
	display: block;
	width: 100%;
}
.cmsWebcams > div > div:after {
	clear: both;
	content: "";
	display: block;
}
.cmsWebcams > div > div > p {
    font-size: 23px;
    padding: 20px 0 0;
}
.cmsWebcams > div > div > div {
	float: left;
	margin: 0 2% 0 0;
	width: 32%;
}
.cmsWebcams > div > div > div:nth-of-type(3n) {
	margin-right: 0;
}
.cmsWebcams > div > div > div > p {
	text-align: center;
}
.cmsWebcams > div > div > div > a {
    display: block;
    max-height: 91px;
    overflow: hidden;
    width: 100%;
}
.cmsWebcams > div > div > div > a > img {
	display: block;
	width: 100%;
}

/*! 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-header {
	margin: -11px -11px 0 -11px !important;
	padding: 0.4em !important;
	color: #FFFFFF;
	background: #A8C982 !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 {
	color: #FFFFFF !important;
	background: #A8C982 !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;
	color: #FFFFFF;
}

/*! 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;
}

/* Micado Ext. - Kalender 1.0 - Required */

.micCal {
	position: relative;
	-ms-user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}
.micCal:after {
	clear: both;
	content: "";
	display: block;
}
.micCal > div {
	float: left;
	width: 17em;
}
.micCal.micCalInline > div {
	margin: 0 0 2%;
	width: 32%;
}
.micCal.micCalInline > div:nth-of-type(3n+2) {
	margin-left: 2%;
	margin-right: 2%;
}
.micCal > div > .header {
	text-align: center;
	text-transform: uppercase;
}
.micCal > div > .daysH:after {
	clear: both;
	content: "";
	display: block;
}
.micCal > div > .daysH > div {
	float: left;
	text-align: center;
	text-transform: uppercase;
	width: 14.28571428571429%;
}
.micCal > div > .days:after {
	clear: both;
	content: "";
	display: block;
}
.micCal > div > .days > div {
	float: left;
	padding: 0.286em 0; /* 4 0 */
	text-align: center;
	width: 14.28571428571429%;
	-webkit-transition: background 300ms ease-out;
	-moz-transition: background 300ms ease-out;
	-ms-transition: background 300ms ease-out;
	-o-transition: background 300ms ease-out;
	transition: background 300ms ease-out;
}
.micCal > div > .days > div:hover,
.micCal > div > .days > div.selected {
	color: inherit;
	cursor: pointer;
}
.micCal > div > .days > div.locked:hover {
	background: inherit;
	cursor: inherit;
	font-weight: inherit;
}
.micCal > div > .days > div:nth-child(7n) + div {
	clear: left;
}
.micCal > .prev {
	color: inherit;
	font-size: 1.286em; /* 18 */
	font-weight: normal;
	line-height: 1;
	position: absolute;
}
.micCal > .next {
	color: inherit;
	font-size: 1.286em; /* 18 */
	font-weight: normal;
	line-height: 1;
	position: absolute;
}
.micCal > a:hover {
	text-decoration: none;
}
.micCal > ul.legend {
	clear: both;
}
.micCal > ul.legend > li > span.marker {
	display: inline-block;
	vertical-align: middle;
}
.micCal > ul.legend > li > span.title {
	font-size: 15px;
    font-weight: 300;
}

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

	.micCal.micCalInline.calBasic > div {
		width: 49%;
	}
	.micCal.micCalInline > div:nth-of-type(3n+2) {
		margin-right: 0;
	}

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

	.micCal.micCalInline.calBasic > div {
		width: 100%;
	}

}

/* Micado Ext. - Kalender 1.0 - Template "calBasic" */

.micCal.calBasic {
	
}
.micCal.calBasic > div {
	background: #FFFFFF;
	padding: 0;
}
.micCal.calBasic > div > .header {
	background: #A8C982;
	border: 1px solid #cdd4dc;
	border-bottom: 0;
	color: #FFFFFF;
	margin: 0;
	padding: 0.429em 0.714em; /* 6 10 */
	font-weight: bold;
}
.micCal.calBasic > div > .daysH {
	border-right: 1px solid #cdd4dc;
}
.micCal.calBasic > div > .daysH > div {
	border-top: 1px solid #cdd4dc;
	border-left: 1px solid #cdd4dc;
	color: #888888;
	font-size: 0.786em; /* 11 */
	padding: 0.545em 0 0.364em 0; /* 6 0 4 0 */
}
.micCal.calBasic > div > .days {
	border: 1px solid #cdd4dc;
	border-top: 0;
	border-left: 0;
}
.micCal.calBasic > div > .days > div {
	border-top: 1px solid #cdd4dc;
	border-left: 1px solid #cdd4dc;
	padding: 0;
}
.micCal.calBasic > div > .days > div.today {
	font-weight: bold;
}
.micCal.calBasic > div > .days > div:hover,
.micCal.calBasic > div > .days > div.selected {
	cursor: auto;
}
.micCal.calBasic > div > .days > div.locked {
	color: #CFCFCF;
}
.micCal.calBasic > div > .days > div.locked:hover {
	background: inherit;
	font-weight: inherit;
}
.micCal.calBasic > .prev {
	color: #FFFFFF;
    font-size: 15px;
    font-weight: 300;
	left: 0.444em; /* 8 */
	margin: 11px 0 0 6px;
	top: 0.389em; /* 7 */
}
.micCal.calBasic > .next {
	color: #FFFFFF;
    font-size: 15px;
    font-weight: 300;
    margin: 11px 6px 0 0;
	right: 0.444em; /* 8 */
	top: 0.389em; /* 7 */
}
.micCal.calBasic > ul.legend {
	padding: 0.500em 0; /* 7 */
}
.micCal.calBasic > ul.legend > li > span.marker {
	height: 1.071em; /* 15 */
	margin: 0 0.357em 0 0; /* 0 5 0 0 */
	width: 1.071em; /* 15 */
}

@media all and (max-width: 1110px){

	.micCal.calBasic > div > .header > .headline {
		font-size: 14px;
		padding: 2px 0;
	}

}
@media all and (max-width: 800px){

	.micCal.calBasic > div > .header > .headline {
		font-size: 18px;
		padding: 0;
	}

}