/* 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 {
	background: #C6C0B9;
	color: #000000;
	font: 400 14px/1.45 "Open Sans", sans-serif;
	-webkit-text-size-adjust: none;
}
body > #PageWrapper {
	background: #C6C0B9;
	min-height: 100%;
	overflow: hidden;
	padding: 0 0 180px 0;
	position: relative;
}
a {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	-webkit-transition: color 300ms ease-in;
	-moz-transition: color 300ms ease-in;
	-ms-transition: color 300ms ease-in;
	-o-transition: color 300ms ease-in;
	transition: color 300ms ease-in;
}
a:hover {
	color: #4D4F4E;
}
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: 21px 0;
}
*, *:before, *:after {
	-moz-box-sizing: border-box; 
	-webkit-box-sizing: border-box; 
	box-sizing: border-box;
}
.preload * {
	-webkit-transition: none !important;
	-moz-transition: none !important;
	-ms-transition: none !important;
	-o-transition: none !important;
}

/* Webfonts */

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

#HeaderWrapper {
	height: 110px;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 4;
	-webkit-transition: all 300ms ease-out;
	-moz-transition: all 300ms ease-out;
	-ms-transition: all 300ms ease-out;
	-o-transition: all 300ms ease-out;
	transition: all 300ms ease-out;
}
#HeaderWrapper:before {
	background: #FFFFFF;
	content: "";
	height: 60px;
	left: 0;
	position: absolute;
	right: 0;
	-webkit-transition: all 300ms ease-out;
	-moz-transition: all 300ms ease-out;
	-ms-transition: all 300ms ease-out;
	-o-transition: all 300ms ease-out;
	transition: all 300ms ease-out;
}
#HeaderWrapper.mobile {
	position: absolute;
}
#HeaderWrapper > div {
	height: 100%;
	margin: 0 auto;
	max-width: 1240px;
	padding: 0 20px;
	position: relative;
}

/* Logo */

#HeaderWrapper > div > a.logo {
	left: 20px;
	position: absolute;
	top: 0;
	width: 220px;
	z-index: 2;
}
#HeaderWrapper > div > a.logo > img {
	display: block;
	width: 100%;
}

/* Livecam */

#HeaderWrapper > div > a.livecam {
	color: #B2A288;
	display: block;
	left: 26%; /* 330 */
	font-size: 18px;
	padding: 1px 0 1px 40px;
	position: absolute;
	/* right: 20px; */
	text-transform: uppercase;
	top: 15px;
	-webkit-transition: color 300ms ease, opacity 300ms ease;
	-moz-transition: color 300ms ease, opacity 300ms ease;
	-ms-transition: color 300ms ease, opacity 300ms ease;
	-o-transition: color 300ms ease, opacity 300ms ease;
	transition: color 300ms ease, opacity 300ms ease;
}
#HeaderWrapper > div > a.livecam:before {
	content: "\E841";
	font-family: "fontello";
	font-size: 30px;
	font-weight: normal;
	left: 0;
	position: absolute;
	top: -8px;
}
#HeaderWrapper > div > a.livecam:hover {
	color: #4D4F4E;
}

/* Fixed Header */

#HeaderWrapper.fixed {
	box-shadow: 0 0 4px rgba(0, 0, 0, 0.20);
	height: 50px;
}
#HeaderWrapper.fixed:before {
	height: 51px;
}
#HeaderWrapper.fixed > div > a.livecam {
	opacity: 0;
}

/* Mobile Menu */

body.mobileMenu #HeaderWrapper > div > a > img {
	 box-shadow: 0 0 7px 3px rgba(0, 0, 0, 0.2);
}

/* Livecam */

.fancyLiveCam > img {
	display: block;
	width: 100%;
}

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

	#HeaderWrapper > div > a.logo {
		width: 180px;
	}

}

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

	#HeaderWrapper {
		background: #FFFFFF;
		height: 60px;
	}
	#HeaderWrapper > div > a.livecam {
		font-size: 14px;
		left: auto;
		padding-left: 35px;
		right: 85px;
		top: 20px;
	}
	#HeaderWrapper > div > a.livecam:before {
		font-size: 25px;
		top: -8px;
	}

}

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

	#HeaderWrapper > div > a.logo {
		width: 120px;
	}
	#HeaderWrapper > div > a.livecam {
		height: 20px;
		overflow: hidden;
		padding-left: 25px;
		right: 80px;
		width: 20px;
	}

}

/* Layout - Animation */

#GalleryWrapper {
	box-shadow: 0 0 25px 14px rgba(0, 0, 0, 0.5);
	padding: 60px 0 0 0;
	position: relative;
	width: 100%;
	z-index: 3;
}
#GalleryWrapper:before {
	background: -moz-linear-gradient(45deg, rgba(198,192,185,1) 0%, rgba(255,255,255,0) 100%);
	background: -webkit-linear-gradient(45deg, rgba(198,192,185,1) 0%,rgba(255,255,255,0) 100%);
	background: linear-gradient(45deg, rgba(198,192,185,1) 0%,rgba(255,255,255,0) 100%);
	bottom: -40px;
	content: "";
	height: 40px;
	left: 0;
	position: absolute;
	width: 300px;
	z-index: 4;
}
#GalleryWrapper:after {
	background: -moz-linear-gradient(-45deg, rgba(255,255,255,0) 0%, rgba(198,192,185,1) 100%);
	background: -webkit-linear-gradient(-45deg, rgba(255,255,255,0) 0%,rgba(198,192,185,1) 100%);
	background: linear-gradient(135deg, rgba(255,255,255,0) 0%,rgba(198,192,185,1) 100%);
	bottom: -40px;
	content: "";
	height: 40px;
	position: absolute;
	right: 0;
	width: 300px;
	z-index: 4;
}
#GalleryWrapper > .animation {
	height: 600px;
	overflow: hidden;
	position: relative;
}

/* Video */

body.video #GalleryWrapper {
	padding-top: 110px;
}
body.video #GalleryWrapper > .animation .controls {
	bottom: 10px;
	left: 25px;
	position: absolute;
	z-index: 5;
}
body.video #GalleryWrapper> .animation .controls > a.sound {
	color: #FFFFFF;
	display: block;
	font-size: 40px;
	font-weight: normal;
	line-height: 1;
	position: relative;
}
body.video #GalleryWrapper > .animation .controls > a.sound:before { /* mit Ton */
	content: "\E842";
	font-family: "fontello";
}
body.video #GalleryWrapper > .animation .controls > a.sound.mute:before { /* ohne Ton */
	content: "\E840";
	font-family: "fontello";
}

/* Prev & Next */

#GalleryWrapper > .animation .prev {
	background: #FFFFFF;
	background: rgba(255, 255, 255, 0.5);
	height: 41px;
	left: 0;
	line-height: 41px;
	margin: 4.5px 0 0 0;
	position: absolute;
	text-align: center;
	top: 50%;
	-webkit-transition: background 300ms ease-in;
	-moz-transition: background 300ms ease-in;
	-ms-transition: background 300ms ease-in;
	-o-transition: background 300ms ease-in;
	transition: background 300ms ease-in;
	width: 38px;
	z-index: 3;
}
#GalleryWrapper > .animation .prev:hover {
	background: #B2A288;
}
#GalleryWrapper > .animation .prev:before {
	color: #4D4F4E;
	content: "\E888";
	font-family: "fontello";
	font-size: 19px;
	-webkit-transition: color 300ms ease-in;
	-moz-transition: color 300ms ease-in;
	-ms-transition: color 300ms ease-in;
	-o-transition: color 300ms ease-in;
	transition: color 300ms ease-in;
}
#GalleryWrapper > .animation .prev:hover:before {
	color: #FFFFFF;
}
#GalleryWrapper > .animation .next {
	background: #FFFFFF;
	background: rgba(255, 255, 255, 0.5);
	height: 41px;
	line-height: 41px;
	margin: 4.5px 0 0 0;
	position: absolute;
	right: 0;
	text-align: center;
	top: 50%;
	-webkit-transition: background 300ms ease-in;
	-moz-transition: background 300ms ease-in;
	-ms-transition: background 300ms ease-in;
	-o-transition: background 300ms ease-in;
	transition: background 300ms ease-in;
	width: 38px;
	z-index: 3;
}
#GalleryWrapper > .animation .next:hover {
	background: #B2A288;
}
#GalleryWrapper > .animation .next:before {
	color: #4D4F4E;
	content: "\E889";
	font-family: "fontello";
	font-size: 19px;
	-webkit-transition: color 300ms ease-in;
	-moz-transition: color 300ms ease-in;
	-ms-transition: color 300ms ease-in;
	-o-transition: color 300ms ease-in;
	transition: color 300ms ease-in;
}
#GalleryWrapper > .animation .next:hover:before {
	color: #FFFFFF;
}

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

	/* Video */

	body.video #GalleryWrapper iframe {
		left: 50% !important;
		margin-left: -250px !important;
		position: absolute;
		width: 500px !important;
	}
	body.video #GalleryWrapper > .animation .controls {
		left: auto;
		right: 25px;
	}

}

/* Layout - Content */

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

#FooterWrapper {
	background: #B2A288;
	border-top: 1px solid #FFFFFF;
	bottom: 0;
	color: #FFFFFF;
	min-height: 60px;
	position: absolute;
	width: 100%;
	z-index: 2;
}
#FooterWrapper > div {
	height: 100%;
	margin: 0 auto;
	max-width: 1240px;
	padding: 0 20px;
	position: relative;
}
#FooterWrapper > div:after {
	clear: both;
	content: "";
	display: block;
}
#FooterWrapper > div > .contact {
	float: left;
	font-size: 15px;
	line-height: 60px;
}

/* Mail */

#FooterWrapper > div > .contact > .mail {
	padding: 0 9px 0 0;
	position: relative;
	-webkit-transition: color 300ms ease-in;
	-moz-transition: color 300ms ease-in;
	-ms-transition: color 300ms ease-in;
	-o-transition: color 300ms ease-in;
	transition: color 300ms ease-in;
}
#FooterWrapper > div > .contact > .mail:after {
	background: #FFFFFF;
	bottom: 0;
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	width: 1px;
}

/* Phone */

#FooterWrapper > div > .contact > .phone {
	padding: 0 0 0 9px;
	-webkit-transition: color 300ms ease-in;
	-moz-transition: color 300ms ease-in;
	-ms-transition: color 300ms ease-in;
	-o-transition: color 300ms ease-in;
	transition: color 300ms ease-in;
}

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

	#FooterWrapper > div {
		padding-bottom: 20px;
		padding-top: 20px;
		text-align: center;
	}
	#FooterWrapper > div > .contact {
		float: none;
		line-height: 30px;
	}
	#FooterWrapper > div > .contact > a {
		padding-bottom: 5px !important;
		padding-top: 5px !important;
	}
	#FooterWrapper > div > .contact > .mail {
		display: block;
		padding-right: 0;
	}
	#FooterWrapper > div > .contact > .mail:after {
		display: none;
	}
	#FooterWrapper > div > .contact > .phone {
		display: block;
		padding-left: 0;
	}

}

/* Layout - OverlayWrapper */

.showLivecam #OverlayWrapper {
	display: block;
}
#OverlayWrapper {
	background: #000000;
	background: rgba(0, 0, 0, 0.4);
	bottom: 0;
	display: none;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 10;
}
#OverlayWrapper > div {
	background: #FFFFFF;
	box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	display: block;
	left: 50%;
	padding: 40px;
	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%);
	width: 1240px;
}
#OverlayWrapper > div:after {
	clear: both;
	content: "";
	display: block;
}
#OverlayWrapper a.livecam {
	display: block;
	float: left;
	margin: 0 2% 0 0;
	width: 49%;
}
#OverlayWrapper a.livecam:nth-child(2n) {
	margin-right: 0;
}
#OverlayWrapper a.livecam img {
	border: 5px solid #B2A288;
	display: block;
	height: 379px;
	width: 100%;
}
#OverlayWrapper a.livecam > p {
	background: #B2A288;
	color: #FFFFFF;
	display: block;
	font-size: 15px;
	font-weight: 700;
	padding: 0 10px 6px;
	text-transform: uppercase;
}



/* Schließen */

#OverlayWrapper a.close {	
	color: #B2A288;
	font-family: "fontello";
	font-size: 25px;
	line-height: 1;
	position: absolute;
	right: 1px;
	top: 1px;
}
#OverlayWrapper a.close:before {
	content: "\E83F";
}

@media all and (max-width: 1240px){

	#OverlayWrapper > div {
		width: 100%;
	}

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

	#OverlayWrapper a.livecam {
		float: none;
		margin-bottom: 10px;
		margin-right: 0;
		width: 100%;
	}
	#OverlayWrapper a.livecam:nth-child(2n) {
		margin-bottom: 0;
	}
	#OverlayWrapper a.livecam img {
		height: 340px;
	}

}

@media all and (max-width: 500px){

	#OverlayWrapper > div {
		padding-left: 20px;
		padding-right: 20px;
	}
	#OverlayWrapper a.livecam img {
		height: auto;
	}

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

.mobileTrigger {
	display: none;
}
nav.desktop {
	bottom: -1px;
	padding: 0 0 0 200px;
	position: absolute;
	right: 20px;
	z-index: 1;
}
nav.desktop:before {
	background: #CAC6BE;
	background: rgba(202, 199, 190, 0.9);
	content: "";
	height: 100%;
	left: -2000px;
	position: absolute;
	top: 0;
	width: 4000px;
}
nav.desktop > ul:after {
	clear: both;
	content: "";
	display: block;
}
nav.desktop > ul > li {
	float: left;
	min-width: 120px;
	padding: 0 0 1px 0;
	position: relative;
	text-align: center;
}
nav.desktop > ul > li:before {
	background: #FFFFFF;
	bottom: 0;
	content: "";
	left: 0;
	position: absolute;
	top: 0;
	width: 1px;
}
nav.desktop > ul > li:last-child:after {
	background: #FFFFFF;
	bottom: 0;
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	width: 1px;
}
nav.desktop > ul > li > a {
	display: block;
	font-size: 13px;
	font-weight: 700;
	line-height: 50px;
	padding: 0;
	-webkit-transition: background 300ms ease-in, box-shadow 300ms ease-in, color 300ms ease-in;
	-moz-transition: background 300ms ease-in, box-shadow 300ms ease-in, color 300ms ease-in;
	-ms-transition: background 300ms ease-in, box-shadow 300ms ease-in, color 300ms ease-in;
	-o-transition: background 300ms ease-in, box-shadow 300ms ease-in, color 300ms ease-in;
	transition: background 300ms ease-in, box-shadow 300ms ease-in, color 300ms ease-in;
}
nav.desktop > ul > li:hover > a,
nav.desktop > ul > li > a.selected {
	background: #B2A288;
	box-shadow: 0 18px 12px -8px rgba(0, 0, 0, 0.4);
	color: #FFFFFF;
}
nav.desktop > ul > li:hover > ul {
	height: auto;
	padding: 5px 0;
	opacity: 1;
	overflow: hidden;
	top: 50px;
	width: 126px;
	z-index: -1;
}
nav.desktop > ul > li:hover > ul:after {
	background: #FFFFFF;
	background: rgba(255, 255, 255, 0.8);
	bottom: 0;
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	width: 1px;
}
nav.desktop > ul > li > ul {
	background: #ffffff;
	background: rgba(255, 255, 255, 0.8);
	height: 0;
	left: 0;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	top: 50px;
	-webkit-transition: opacity 500ms ease-in-out, top 200ms ease-out;
	-moz-transition: opacity 500ms ease-in-out, top 200ms ease-out;
	-ms-transition: opacity 500ms ease-in-out, top 200ms ease-out;
	-o-transition: opacity 500ms ease-in-out, top 200ms ease-out;
	transition: opacity 500ms ease-in-out, top 200ms ease-out;
	z-index: -1;
}
nav.desktop > ul > li.last > ul {
	left: auto;
	right: 0;
}
nav.desktop > ul > li.singleColumn > ul > li > a {
	color: #4D4F4E;
	display: block;
	font-size: 13px;
	font-weight: 700;
	line-height: 1.3;
	margin: 0 0 1px 0;
	padding: 4px 15px;
	position: relative;
	-webkit-transition: background 300ms ease-in, color 300ms ease-in;
	-moz-transition: background 300ms ease-in, color 300ms ease-in;
	-ms-transition: background 300ms ease-in, color 300ms ease-in;
	-o-transition: background 300ms ease-in, color 300ms ease-in;
	transition: background 300ms ease-in, color 300ms ease-in;
	white-space: nowrap;
}
nav.desktop > ul > li.singleColumn > ul > li > a:hover,
nav.desktop > ul > li.singleColumn > ul > li > a.selected {
	background: #C5B9AC;
	color: #FFFFFF;
}
/*nav.desktop > ul > li.singleColumn > ul > li > a:hover:before {
	background: #C5B9AC;
	content: "";
	height: 100%;
	left: -20px;
	position: absolute;
	top: 0;
	width: 20px;
}
nav.desktop > ul > li.singleColumn > ul > li > a:hover:after {
	background: #C5B9AC;
	content: "";
	height: 100%;
	position: absolute;
	right: -20px;
	top: 0;
	width: 20px;
}*/

/* 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;
}
nav.desktop > ul > li.multiColumns > ul > li > a:hover,
nav.desktop > ul > li.multiColumns > ul > li > a.selected {
	
}
nav.desktop > ul > li.multiColumns > ul > li > ul > li > a {
	display: block;
	font-weight: normal;
	padding: 3px 0;
}
nav.desktop > ul > li.multiColumns > ul > li > ul > li > a:hover,
nav.desktop > ul > li.multiColumns > ul > li > ul > li > a.selected {
	
}

/* Fiexed Header */

#HeaderWrapper.fixed nav.desktop:before {
	background: #CAC6BE;
}
#HeaderWrapper.fixed nav.desktop > ul > li > ul {
	background: #FFFFFF;
}

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

	nav.desktop > ul > li {
		min-width: 100px;
	}
	nav.desktop > ul > li:hover > ul {
		width: 119px;
	}

}

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

	nav.desktop > ul > li {
		min-width: 90px;
	}
	nav.desktop > ul > li > a {
		padding-left: 10px;
		padding-right: 10px;
	}
	nav.desktop > ul > li:hover > ul {
		width: 99px;
	}

}

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

	nav.desktop > ul > li {
		min-width: 70px;
	}
	nav.desktop > ul > li:hover > ul {
		width: 100px;
	}

}

/* Menü - Hauptmenü Mobile */

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

/* 1. Ebene */

nav.mobile > ul > li > a {
	color: #4D4F4E;
	display: block;
	padding: 10px 20px;
	/*-webkit-transition: background 300ms ease-in, color 300ms ease-in;
	-moz-transition: background 300ms ease-in, color 300ms ease-in;
	-ms-transition: background 300ms ease-in, color 300ms ease-in;
	-o-transition: background 300ms ease-in, color 300ms ease-in;
	transition: background 300ms ease-in, color 300ms ease-in;*/
}
nav.mobile > ul > li > a:hover,
nav.mobile > ul > li > a.selected {
	background: #B2A288;
	color: #FFFFFF;
}

/* 2. Ebene */

nav.mobile > ul > li > ul > li > a {
	color: #4D4F4E;
	display: block;
	font-size: 13px;
	font-weight: normal;
	padding: 6px 40px;
	-webkit-transition: color 300ms ease-in;
	-moz-transition: color 300ms ease-in;
	-ms-transition: color 300ms ease-in;
	-o-transition: color 300ms ease-in;
	transition: color 300ms ease-in;
}
nav.mobile > ul > li > ul > li > a:hover,
nav.mobile > ul > li > ul > li > a.selected {
	color: #B2A288;
}

/* 3. Ebene */

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

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

	nav.mobile > ul.open {
		padding-top: 50px;
	}

}

/* Menü - Metamenü */

ul.metamenu {
	float: right;
	line-height: 60px;
}
ul.metamenu:after {
	clear: both;
	content: "";
	display: block;
}
ul.metamenu > li {
	float: left;
}
ul.metamenu > li > a {
	display: block;
	padding: 0 9px;
	positioN: relative;
	-webkit-transition: color 300ms ease-in;
	-moz-transition: color 300ms ease-in;
	-ms-transition: color 300ms ease-in;
	-o-transition: color 300ms ease-in;
	transition: color 300ms ease-in;
}
ul.metamenu > li:last-child > a {
	padding-right: 0;
}
ul.metamenu > li:last-child > a:before {
	background: #FFFFFF;
	bottom: 50%;
	content: "";
	height: 15px;
	left: 0;
	margin: 0 0 -7.5px;
	position: absolute;
	width: 1px;
}
ul.metamenu > li > a:hover,
ul.metamenu > li > a.selected {
	
}

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

	ul.metamenu {
		float: none;
		display: block;
		line-height: 30px;
	}
	ul.metamenu > li {
		float: none;
	}
	ul.metamenu > li > a {
		padding-bottom: 5px;
		padding-left: 0;
		padding-right: 0;
		padding-top: 5px;
	}
	ul.metamenu > li:last-child > a:before {
		display: none;
	}

}

/* Elemente - Überschriften */

h1 {
	color: #FFFFFF;
	display: block;
	font-size: 35px;
	font-weight: 400;
	line-height: 1;
	margin-top: 45px !important;
	text-transform: uppercase;
}
h1 > span {
	display: inline-block;
	padding: 0 0 6px 0;
	position: relative;
}
h1 > span:after {
	background: #FFFFFF;
	bottom: 0;
	content: "";
	height: 1px;
	left: 0;
	position: absolute;
	right: 0;
}
h2 {
	color: #FFFFFF;
	font-size: 25px;
	font-weight: 400;
}
h3 {
	color: #FFFFFF;
	font-size: 20px;
	font-weight: 400;
}

/* Folgeüberschriften */

h1.cms + h2.cms {
	margin-top: -17px;
}
h2.cms + h3.cms {
	margin-top: -17px;
}

/* Elemente - Textinhalt */

.cmsText > p > strong {
	color: #000000;
}

/* 2 Spalten */

.cmsText2Columns {
	-moz-column-count: 2;
	-moz-column-gap: 14px;
	-webkit-column-count: 2;
	-webkit-column-gap: 14px;
	column-count: 2;
	column-gap: 14px;
	position: relative;
}

/* 4 Spalten */

.cmsText4Columns {
	-moz-column-count: 4;
	-moz-column-gap: 24px;
	-webkit-column-count: 4;
	-webkit-column-gap: 24px;
	column-count: 4;
	column-gap: 24px;
	position: relative;
}


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

	.cmsText2Columns {
		-moz-column-gap: 40px;
		-webkit-column-gap: 40px;
		column-gap: 40px;
	}
	.cmsText4Columns {
		-moz-column-gap: 40px;
		-webkit-column-gap: 40px;
		column-gap: 40px;
	}

}

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

	.cmsText2Columns {
		-moz-columns: 1;
		-webkit-columns: 1;
		columns: 1;
	}
	.cmsText4Columns {
		-moz-columns: 1;
		-webkit-columns: 1;
		columns: 1;
	}

}

/* Elemente - Aufzählung */

.cmsList > h2 {
	font-size: 13px;
	font-weight: 700;
	margin: 0 0 1px 0;
	text-transform: uppercase;
}
.cmsList > ul > li:before {
	content: '\E83D';
	font-family: 'fontello';
	font-size: 20px;
	left: 0;
	position: absolute;
	top: -5px;
}
.cmsList > ul > li {
	color: #4D5154;
	font-size: 13px;
	font-weight: 700;
	padding: 0 0 0 15px;
	position: relative;
}

/* 2-spaltig */

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

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

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

}

/* Elemente - Bild-Text */

.cmsImage:after {
	clear: both;
	content: "";
	display: block;
}
.cmsImage > .left {
	float: left;
	margin: 0 20px 10px 0;
	max-width: 50%;
}
.cmsImage > .right {
	float: right;
	margin: 0 0 10px 20px;
	max-width: 50%;
}
.cmsImage img {
	display: block;
	max-width: 100%;
}
.cmsImage figcaption {
	font-size: smaller;
	font-style: italic;
	line-height: 1.5;
	margin: 8px 0 0 0;
}

@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 2.25% 2.25% 0; /* 0 27 27 0 */
	position: relative;
	width: 31.833333333333332%; /* 382 */
}
.cmsGallery > li:nth-child(3n) {
	margin-right: 0;
}
.cmsGallery > li:nth-child(3n) + li {
	clear: left;
}
.cmsGallery > li > figure {
	position: relative;
}
.cmsGallery > li > figure > a {
	display: block;
}

.cmsGallery > li > figure > a > img {
	display: block;
	width: 100%;
}

/* Schrift */

.cmsGallery > li > figure > figcaption {
	color: #FFFFFF;
	display: block;
	font-weight: 700;
	line-height: 30px;
	overflow: hidden;
	text-align: left;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 100%;
}

/* Icon */

.cmsGallery > li > figure > figcaption:after {
	color: #B2A288;
	bottom: 25px;
	content: "\E88B";
	cursor: pointer;
	font-family: "fontello";
	font-size: 34px;
    position: absolute;
    right: -10px;
}
.cmsGallery > li.noText > figure > figcaption:after {
	bottom: -2px;
}
.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;
}

/* Variante */

.cmsGallery.var > li {
	float: left;
	margin: 0 2.25% 2.25% 0; /* 0 27 27 0 */
	position: relative;
	width: 48.788927335640139%; /* 282 */
}
.cmsGallery.var > li:nth-child(3n) {
	margin-right: 2.25%;
}
.cmsGallery.var > li:nth-child(3n) + li {
	clear: none;
}
.cmsGallery.var > li:nth-child(2n) {
	margin-right: 0;
}
.cmsGallery.var > li:nth-child(2n) + li {
	clear: left;
}
.cmsGallery.var > li > figure > figcaption:after {
	color: #B2A288;
}
.fancybox-wrap .fancydownload:before {
	color: #B0A791;
	content: '\e801';
	font-family: 'fontello';
	font-size: 18px;
	font-weight: normal;
	margin: 0 10px 0 0;
}
.fancybox-wrap .fancydownload {
	background: #FFFFFF;
	border-radius: 4px;
	color: #B0A791;
	cursor: pointer;
	font-size: 14px;
	padding: 5px;
	position: relative;
	text-align: center;
	text-transform: uppercase;
	z-index: 1;
}

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

	.cmsGallery > li {
		margin: 0 4% 4% 0;
		width: 48%;
	}
	.cmsGallery > li:nth-child(3n) {
		margin-right: 4%;
	}
	.cmsGallery > li:nth-child(3n) + li {
		clear: none;
	}
	.cmsGallery > li:nth-child(2n) {
		margin-right: 0;
	}
	.cmsGallery > li:nth-child(2n) + li {
		clear: left;
	}

}

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

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

.cmsSingleTeaser + * {
	margin-top: -20px;
}
.cmsSingleTeaser:after {
	clear: both;
	content: "";
	display: block;
}
.cmsSingleTeaser > h2 {
	margin: 0 0 20px 0;
}
.cmsSingleTeaser > article {
	cursor: pointer;
	float: left;
	margin: 0 0 48px 0; /* 0 0 48 0 */
	position: relative;
	-webkit-transition: box-shadow 300ms ease-in;
	-moz-transition: box-shadow 300ms ease-in;
	-ms-transition: box-shadow 300ms ease-in;
	-o-transition: box-shadow 300ms ease-in;
	transition: box-shadow 300ms ease-in;
	width: 100%;
}
.cmsSingleTeaser > article:hover {
	 box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.1);
}
.cmsSingleTeaser > article:nth-of-type(3n) {
	margin-right: 0;
}
.cmsSingleTeaser > article:nth-of-type(3n) + article {
	clear: left;
}
.cmsSingleTeaser > article > h2 {
	display: none;
}
.cmsSingleTeaser > article > figure > a {
	float: left;
	margin: 0 27px 0 0;
	width: 382px;
}
.cmsSingleTeaser > article > figure > a > img {
	display: block;
	width: 100%;
}
.cmsSingleTeaser > article > figure > figcaption {
	background: #FFFFFF;
	min-height: 213px;
	padding: 30px;
}
.cmsSingleTeaser > article > figure > figcaption > a {
	color: #B2A288;
	display: block;
	font-size: 16px;
	margin: 0 0 20px 0;
}
.cmsSingleTeaser > article > figure > figcaption > p {
	display: block;
}
.cmsSingleTeaser > article > figure > figcaption > p > span {
	display: block;
}
.cmsSingleTeaser > article > figure > figcaption > p > .text {
	font-size: 12px;
}
.cmsSingleTeaser > article > figure > figcaption > p > .addition {
	background: #B2A288;
	box-shadow: 0 18px 12px -8px rgba(0, 0, 0, 0.4);
	color: #FFFFFF;
	padding: 10px;
	position: absolute;
	right: 0;
	text-align: center;
	top: 0;
}
.cmsSingleTeaser > article > figure > figcaption > p > .addition > span {
	display: block;
	line-height: 1;
}
.cmsSingleTeaser > article > figure > figcaption > p > .addition > span > .more {
	font-size: 10px;
}
.cmsSingleTeaser > article > figure > figcaption > p > .addition > span > .Price {
	font-size: 16px;
	font-weight: 700;
}

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

	.cmsSingleTeaser > article {
		margin: 0 4% 4% 0;
		width: 48%;
	}
	.cmsSingleTeaser > article:nth-of-type(3n) {
		margin-right: 4%;
	}
	.cmsSingleTeaser > article:nth-of-type(3n) + li {
		clear: none;
	}
	.cmsSingleTeaser > article:nth-of-type(2n) {
		margin-right: 0;
	}
	.cmsSingleTeaser > article:nth-of-type(2n) + li {
		clear: left;
	}

}

@media all and (max-width: 550px){
	
	.cmsSingleTeaser + * {
		margin-top: auto;
	}
	.cmsSingleTeaser > article {
		clear: both !important;
		float: none !important;
		margin: 0 0 20px 0 !important;
		width: 100% !important;
	}
	.cmsSingleTeaser > article > figure > a {
		float: none !important;
		margin: 0 !important;
		width: 100% !important;
	}
	.cmsSingleTeaser > article > figure > figcaption {
		min-height: 0 !important;
		padding-bottom: 20px;
		padding-left: 20px;
		padding-right: 20px;
	}
	.cmsSingleTeaser > article > figure > figcaption > p > .addition {
		left: 0 !important;
	}
	.cmsSingleTeaser > article > figure > figcaption > p > .addition > span {
		display: inline-block;
	}

}

/* Elemente - Teasergruppe */

.cmsTeaserGroup + * {
	margin-top: -20px;
}
.cmsTeaserGroup:after {
	clear: both;
	content: "";
	display: block;
}
.cmsTeaserGroup > h2 {
	margin: 0 0 40px 0;
}
.cmsTeaserGroup > article {
	cursor: pointer;
	float: left;
	margin: 0 2.25% 48px 0; /* 0 27 48 0 */
	position: relative;
	-webkit-transition: box-shadow 300ms ease-in;
	-moz-transition: box-shadow 300ms ease-in;
	-ms-transition: box-shadow 300ms ease-in;
	-o-transition: box-shadow 300ms ease-in;
	transition: box-shadow 300ms ease-in;
	width: 31.833333333333332%; /* 382 */

}
.cmsTeaserGroup > article:hover {
	box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.1);
}
.cmsTeaserGroup > article:nth-of-type(3n) {
	margin-right: 0;
}
.cmsTeaserGroup > article:nth-of-type(3n) + article {
	clear: left;
}
.cmsTeaserGroup > article > h2 {
	display: none;
}
.cmsTeaserGroup > article > figure > a > img {
	display: block;
	width: 100%;
}
.cmsTeaserGroup > article > figure > figcaption {
	background: #FFFFFF;
	min-height: auto;
	padding: 10px 40px;
}
.cmsTeaserGroup > article > figure > figcaption.text {
	padding: 30px 40px 40px 40px;
}
.cmsTeaserGroup > article > figure > figcaption > a {
	color: #B2A288;
	display: block;
	font-size: 16px;
	position: relative;
	-webkit-transition: color 300ms ease-in;
	-moz-transition: color 300ms ease-in;
	-ms-transition: color 300ms ease-in;
	-o-transition: color 300ms ease-in;
	transition: color 300ms ease-in;
}
.cmsTeaserGroup > article > figure > figcaption.text > p {
	margin: 20px 0 0 0;
}
.cmsTeaserGroup > article > figure > figcaption > p > span {
	display: block;
}
.cmsTeaserGroup > article > figure > figcaption > p > .text {
	font-size: 12px;
}
.cmsTeaserGroup > article.hasPrice > figure > figcaption > p > .addition {
	background: #B2A288;
	background: rgba(178, 162, 136, 1);
	box-shadow: 0 18px 12px -8px rgba(0, 0, 0, 0.4);
	color: #FFFFFF;
	left: 0;
	padding: 10px 0;
	position: absolute;
	right: 0;
	text-align: center;
	top: 0;
}
.cmsTeaserGroup > article.hasPrice > figure > figcaption > p > .addition > span {
	line-height: 1;
}
.cmsTeaserGroup > article.hasPrice > figure > figcaption > p > .addition > span > span.more {
	font-size: 10px;
}
.cmsTeaserGroup > article.hasPrice > figure > figcaption > p > .addition > span > span.Price {
	font-size: 16px;
	font-weight: 700;
}

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

	.cmsTeaserGroup > article {
		margin: 0 4% 4% 0;
		width: 48%;
	}
	.cmsTeaserGroup > article:nth-of-type(3n) {
		margin-right: 4%;
	}
	.cmsTeaserGroup > article:nth-of-type(3n) + li {
		clear: none;
	}
	.cmsTeaserGroup > article:nth-of-type(2n) {
		margin-right: 0;
	}
	.cmsTeaserGroup > article:nth-of-type(2n) + li {
		clear: left;
	}

}

@media all and (max-width: 550px){
	
	.cmsTeaserGroup + * {
		margin-top: auto;
	}
	.cmsTeaserGroup > article {
		clear: both !important;
		float: none !important;
		margin: 0 0 20px 0 !important;
		width: 100% !important;
	}
	.cmsTeaserGroup > article > figure > figcaption {
		padding-bottom: 20px;
		padding-left: 20px;
		padding-right: 20px;
	}

}

/* Elemente - Tabelle */

.cmsTable > h2 {
	margin: 0 0 5px 0;
}
.cmsTable > table {
	width: 100%;
}
.cmsTable > table > tbody > tr {
	border-bottom: 1px solid #FFFFFF;
	font-size: 12px;
}
.cmsTable > table > tbody > tr:first-child {
	color: #FFFFFF;
	font-size: 14px;
}
.cmsTable > table > tbody > tr.val2 {
	background: #FFFFFF;
	background: rgba(255, 255, 255, 0.3);
}
.cmsTable > table > tbody > tr > td {
	line-height: 40px;
	padding: 0 10px;
}
.cmsTable > p {
	font-size: smaller;
	padding: 5px 10px 0 10px;
}

/* Elemente - Verlinkungen */

/* Links (intern & extern) */

.cmsLink > a:before {
	content: '\E88A';
	font-family: 'fontello';
	font-size: 8px;
	font-weight: normal;
	left: 0;
	position: absolute;
	top: 4px;
}
.cmsLink > a {
	display: inline-block;
	font-size: 14px;
	padding: 0 0 0 28px;
	position: relative;
	text-decoration: underline;
	text-transform: uppercase;
	-webkit-transition: color 500ms ease-in;
	-moz-transition: color 500ms ease-in;
	-ms-transition: color 500ms ease-in;
	-o-transition: color 500ms ease-in;
	transition: color 500ms ease-in;
}

/* Verweisliste */

.cmsRefs > h2 {
	font-size: 13px;
	font-weight: 700;
	margin: 0 0 0 0;
	padding: 0 0 0 28px;
	position: relative;
	text-transform: uppercase;
}
.cmsRefs > h2:before {
	content: '\E88A';
	font-family: 'fontello';
	font-size: 6px;
	font-weight: normal;
	left: 0;
	position: absolute;
	top: 5px;
}
.cmsRefs > ul > li > a {
	display: inline-block;
	font-size: 13px;
	font-weight: 300;
	padding: 0 0 0 32px;
	position: relative;
	text-decoration: underline;
	text-transform: uppercase;
	-webkit-transition: color 500ms ease-in;
	-moz-transition: color 500ms ease-in;
	-ms-transition: color 500ms ease-in;
	-o-transition: color 500ms ease-in;
	transition: color 500ms ease-in;
}

/* E-Mail */

.cmsMail > a:before {
	content: '\E833';
	font-family: 'fontello';
	font-weight: normal;
	left: 0;
	position: absolute;
}
.cmsMail > a {
	display: inline-block;
	font-size: 14px;
	padding: 0 0 0 28px;
	position: relative;
	text-decoration: underline;
	text-transform: uppercase;
	-webkit-transition: color 500ms ease-in;
	-moz-transition: color 500ms ease-in;
	-ms-transition: color 500ms ease-in;
	-o-transition: color 500ms ease-in;
	transition: color 500ms ease-in;
}

/* Elemente - Dropdown */

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

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

.cmsDownload {
	position: relative;
}
.cmsDownload > a {
	display: inline-block;
	font-weight: normal;
	padding: 0 0 0 65px;
	-webkit-transition: color 300ms ease-in;
	-moz-transition: color 300ms ease-in;
	-ms-transition: color 300ms ease-in;
	-o-transition: color 300ms ease-in;
	transition: color 300ms ease-in;
}
.cmsDownload > a:hover {
	color: #E57D26;
}
.cmsDownload > a:before {
	background: #e57d26 none repeat scroll 0 0;
	color: #ffffff;
	content: "FILE";
	display: block;
	font-size: small;
	font-weight: bold;
	height: 27px;
	left: 0;
	line-height: 27px;
	position: absolute;
	text-align: center;
	top: -4px;
	width: 50px;
}
.cmsExcel > a:hover {
	color: #4CB86D;
}
.cmsExcel > a:before {
	background: #4CB86D;
	content: "XLS";
}
.cmsPDF > a:hover {
	color: #E84C3D;
}
.cmsPDF > a:before {
	background: #E84C3D;
	content: "PDF";
}
.cmsWord > a:hover {
	color: #3896D3;
}
.cmsWord > a:before {
	background: #3896D3;
	content: "DOC";
}

/* Elemente - Formular */

.cmsForm > h2 {
	margin: 0 0 40px 0;
}
.cmsForm > .row {
	margin: 8px 0;
	padding: 0 40px 0 0;
	position: relative;
}
.cmsForm > .row:after {
	clear: both;
	content: "";
	display: block;
}
.cmsForm > .row.validation:before {
	color: #FFFFFF;
	content: '\E823';
	font-family: 'fontello';
	line-height: 26px;
	position: absolute;
	right: 0;
	top: 0;
}
.cmsForm > .row > label {
	color: #FFFFFF;
	display: block;
	float: left;
	font-weight: normal;
	line-height: 26px;
	padding: 0 10px 0 0;
	width: 30%;
}
.cmsForm > .row > .field {
	background: #FFFFFF;
	border: none;
	box-shadow: 2px 4px 3px 0 rgba(0, 0, 0, 0.5) inset;
	height: 26px;
	outline: medium none;
	padding: 0 10px;
	width: 70%;
}
.cmsForm > .row > .field:focus {
	border: 1px solid #93C8FF;
	box-shadow: 0 0 4px #1983F0;
}
.cmsForm > .row > textarea.field {
	height: 100px;
	line-height: 1.3;
	padding-top: 10px;
	padding-bottom: 10px;
}
.cmsForm > .row > select.field {
	padding: 7px 10px 7px 7px;
}
.cmsForm > .row > input[type='file'].field {
	border: none !important;
	height: auto;
	line-height: 1;
	padding: 8px 10px;
}
.cmsForm > .row > input[type='file'].field:focus {
	border: 0;
	box-shadow: none;
}
.cmsForm > .row > .checkbox {
	border: 0 none;
	margin: 0 8px 0 0;
	padding: 0;
	width: auto;
}
.cmsForm > .row > p {
	color: #FFFFFF;
	display: inline-block;
	line-height: 44px;
}
.cmsForm > .infotext {
	color: #FFFFFF;
	line-height: 1.3;
	margin-top: 15px;
}
.cmsForm > .row > .datepicker {
	cursor: pointer;
	width: 143px;
}
.cmsForm > .row > .calicon {
	border-left: 1px solid #C6C0B9;
	cursor: pointer;
	display: inline-block;
	font-size: 18px;
	height: 42px;
	line-height: 42px;
	margin: 0 0 0 -44px;
	padding: 0 9px;
	position: absolute;
	top: 1px;
}
.cmsForm > .row > .calicon:before {
	color: #CAC6BE;
	content: "\E871";
	font-family: "fontello";
}
.cmsForm > .row > .spm {
	background: none repeat scroll 0 0 #FFFFFF;
	border: none;
	box-shadow: 2px 4px 3px 0 rgba(0, 0, 0, 0.5) inset;
	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 40px 20px 0;
	position: relative;
	text-align: right;
}
.cmsForm > .button > input { /* Sende-Button */
	background: none;
	border: 1px solid #C6C0B9;
	cursor: pointer;
	color: #FFFFFF;
	font-weight: 700;
	line-height: 40px;
	padding: 0 40px;
	font-weight: bold;
	text-decoration: underline;
	text-transform: uppercase;
	-webkit-transition: background 300ms ease-in, border 300ms ease-in;
	-moz-transition: background 300ms ease-in, border 300ms ease-in;
	-ms-transition: background 300ms ease-in, border 300ms ease-in;
	-o-transition: background 300ms ease-in, border 300ms ease-in;
	transition: background 300ms ease-in, border 300ms ease-in;
}
.cmsForm > .button > input:hover {
	background: #CAC6BE;
	border: 1px solid #FFFFFF;
}
.cmsForm > .msg {
	line-height: 1.3;
	margin: 0 40px 10px 0;
	padding: 4px 10px;
}
.cmsForm .error {
	background: #FFFFFF;
	border: 1px solid #FFA3A3 !important;
	box-shadow: 0 0 3px #FF0000;
}

@media all and (max-width: 900px){
	
	.cmsForm > .row {
		padding-right: 0;
	}
	.cmsForm > .row > label {
		float: none;
		margin-bottom: 5px;
		padding-right: 20px;
		width: 100%;
	}
	.cmsForm > .row > .field {
		width: 100%;
	}
	.cmsForm > .row > .calicon {
		top: 50px;
	}
	.cmsForm > .row > .spm {
		width: 100%;
	}
	.cmsForm > .button {
		margin-left: 0;
		margin-right: 0;
	}
	.cmsForm > .msg {
		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.11.4 - 2015-07-09
* http://jqueryui.com
* Includes: core.css, datepicker.css
* Copyright 2015 jQuery Foundation and other contributors; Licensed MIT */

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

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


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


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

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


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

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

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

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

.ui-datepicker {
	background: #FFFFFF;
	box-shadow: 0 0 4px -2px #2D3E42;
	margin: 1px 0;
	overflow: hidden;
	padding: 10px !important;
}
.ui-datepicker-header {
	font-weight: bold;
	padding: 6px 0 !important;
}
.ui-datepicker-header .ui-datepicker-prev,
.ui-datepicker-header .ui-datepicker-next {
	color: #82888A;
	cursor: pointer;
	font-family: 'fontello';
	font-size: 14px;
	font-weight: normal;
	height: auto !important;
	line-height: 1;
	right: 3px !important;
	top: 16px !important;
	width: auto !important;
}
.ui-datepicker-title {
	color: #000000;
	font-size: 18px;
}
.ui-state-disabled.ui-datepicker-prev,
.ui-state-disabled.ui-datepicker-next {
	opacity: 0.2;
}
.ui-datepicker-header .ui-datepicker-next:before {
	content: '\E808';
}
.ui-datepicker-header .ui-datepicker-prev:before {
	content: '\E806';
}
.ui-datepicker-header .ui-datepicker-prev {
	left: 3px !important;
	right: auto !important;
	text-align: right;
}
.ui-datepicker-prev span,
.ui-datepicker-next span {
	left: -1000px !important;
}
.ui-datepicker table {
	font-size: 14px;
}
.ui-datepicker th {
	color: #82888a;
	font-size: 14px;
	font-weight: normal;
}
.ui-datepicker td {
	border: 1px solid #E4E7E7;
	height: 35px;
	line-height: 35px;
	padding: 0;
	width: 45px;
}
.ui-datepicker td span,
.ui-datepicker td a {
	color: #000000;
	font-weight: normal;
	padding: 0;
	text-align: center;
}
.ui-datepicker-unselectable > *,
.ui-state-disabled > * {
	opacity: 0.4;
}
.ui-datepicker td a.ui-state-active,
.ui-datepicker .ui-state-highlight,
.ui-datepicker td a:hover,
.ui-datepicker-days-cell-over > a {
	background: #C6C0B9 !important;
	color: #FFFFFF !important;
	font-weight: bold !important;
}
.ui-datepicker-today > a.ui-state-default {
	background: #FFFFFF !important;
	color: #614716 !important;
	font-weight: 700 !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 {
	/* border: 10px solid #B0A791; */
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

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

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

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-outer:before {
	border: 10px solid #B0A791;
	content: "";
	bottom: -10px;
	left: -10px;
	position: absolute;
	right: -10px;
	top: -10px;
}

.fancybox-inner {
	overflow: hidden;
}

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

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

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

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

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

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

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

.fancybox-close {
	cursor: pointer;
	height: 50px;
	position: absolute;
	right: 0;
	text-align: center;
	top: 0;
	width: 50px;
	z-index: 8040;
}

.fancybox-close:before {
	color: #B0A791;
	content: '\E83F';
	font-family: 'fontello';
	font-size: 35px;
	font-weight: normal;
	line-height: 50px;
}

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

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

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

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

.fancybox-prev span {
	left: 0;
}

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

.fancybox-next span {
	right: 0;
}

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

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

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

/* Overlay helper */

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

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: #FFFFFF;
	background: rgba(255, 255, 255, 0.5);
	/*background: #B0A791;
	background: rgba(176, 167, 145, 0.5);*/
}

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

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

/* Title helper */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Text mit TextWrapper */

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

/* Text ohne TextWrapper */

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

/* Navigation - Pfeile */

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

/* Navigation - Bullets */

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

.micAnimation > ul > .slide > .textBox {
	display: table;
	line-height: 1.3;
	text-align: center;
}
.micAnimation > ul > .slide > .textBox > .text0 {
	font-size: 50px;
	font-weight: 900;
}
.micAnimation > ul > .slide > .textBox > .text1 {
	font-size: 30px;
	font-weight: 300;
}

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

	.micAnimation > ul > .slide > .textBox {
		display: none;
	}

}