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

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

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

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

/* Kontakt */

#HeaderWrapper > div > ul.headerlinks {
	display: none;
}

/* Logo */

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

/* fixed Header */

#HeaderWrapper.fixed {
	height: 80px;
}
#HeaderWrapper.fixed > div > a > img {
	box-shadow: 0 0 7px 3px rgba(0, 0, 0, 0.20);
}

/* Mobile Menü */

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

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

	#HeaderWrapper {
		height: 100px;
	}
	#HeaderWrapper > div > a {
		width: 160px;
	}

}

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

	#HeaderWrapper > div > ul.links {
		display: block;
		position: absolute;
		right: 100px;
	}
	#HeaderWrapper > div > ul.links:after {
		clear: both;
		content: "";
		display: block;
	}
	#HeaderWrapper > div > ul.links > li {
		float: left;
		margin: 0 0 0 22px;
	}
	#HeaderWrapper > div > ul.links > li:first-child {
		margin-left: 0;
	}
	#HeaderWrapper > div > ul.links > li > a {
		color: #EA5B0C;
		display: block;
		font-size: 22px;
		font-weight: normal;
		line-height: 100px;
	}
	#HeaderWrapper > div > ul.links > li > a.phone {
		font-size: 40px;
	}
	#HeaderWrapper > div > ul.links > li > a.adress {
		font-size: 26px;
	}
	#HeaderWrapper > div > ul.links > li > a.phone:after {
		content: "\E835";
		font-family: "fontello";
	}
	#HeaderWrapper > div > ul.links > li > a.adress:after {
		content: "\E82E";
		font-family: "fontello";
	}

}

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

	#HeaderWrapper > div > ul.links {
		left: 222px;
		right: auto;
	}
	#HeaderWrapper > div > ul.links > li > a.adress {
		display: none;
	}

}

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

	#HeaderWrapper > div > ul.links {
		left: 50%;
		margin-left: 50px;
	}

}

/* Layout - Header - Sprachauswahl */

#GalleryWrapper > .lang {
	position: absolute;
	right: 0;
	top: 65px;
	z-index: 2;
}
#GalleryWrapper > .lang > li {
	display: block;
	margin: 0 0 5px 0;
}
#GalleryWrapper > .lang > li:last-child {
	margin-bottom: 0;
}
#GalleryWrapper > .lang > li.selected {
	display: none;
}
 #GalleryWrapper > .lang > li > a {
	background: #FFFFFF;
	background: rgba(255, 255, 255, 0.7);
	color: #EA5B0C;
	display: block;
	font-size: 25px;
	font-weight: 300;
	height: 40px;
	line-height: 43px;
	text-align: center;
	transition: background 300ms ease 0s, color 300ms ease 0s;
	width: 60px;
}

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

	#GalleryWrapper > .lang {
		top: 40px;
	}

}

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

	#GalleryWrapper > .lang {
		right: 24px;
		top: 0;
	}
	#GalleryWrapper > .lang > li {
		display: inline-block;
		margin: 0 0 0 5px;
	}
	#GalleryWrapper > .lang > li:first-child {
		margin-left: 0;
	}
	#GalleryWrapper > .lang > li > a {
		font-size: 15px;
		height: 30px;
		line-height: 30px;
		width: 30px;
	}

}

/* Layout - Header - Sprachauswahl - Intro */

body.intro #GalleryWrapper > .lang > li.selected {
	display: none;
}

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

	body.intro #GalleryWrapper > .lang {
		top: 65px;
	}

}

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

	body.intro #GalleryWrapper > .lang {
		right: 0;
		top: 65px;
	}
	body.intro #GalleryWrapper > .lang > li {
		display: block;
		margin: 0 0 5px 0;
	}
	body.intro #GalleryWrapper > .lang > li:last-child {
		margin-bottom: 0;
	}
	body.intro #GalleryWrapper > .lang > li > a {
		font-size: 25px;
		height: 40px;
		line-height: 43px;
		width: 60px;
	}

}

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

	body.intro #GalleryWrapper > .lang {
		right: 24px;
		top: 0;
	}
	body.intro #GalleryWrapper > .lang > li {
		display: inline-block;
		margin: 0 0 0 5px;
	}
	body.intro #GalleryWrapper > .lang > li:first-child {
		margin-left: 0;
	}
	body.intro #GalleryWrapper > .lang > li > a {
		font-size: 15px;
		height: 30px;
		line-height: 30px;
		width: 30px;
	}

}

/* Layout - Header - Telefon */

#GalleryWrapper > .phone {
	background: #FFFFFF;
	background: rgba(255, 255, 255, 0.7);
	cursor: pointer;
	display: inline-block;
	height: 80px;
	line-height: 80px;
	overflow: hidden;
	position: absolute;
	right: 0;
	text-align: center;
	top: 180px;
	-webkit-transition: width 300ms ease-in-out
	-moz-transition: width 300ms ease-in-out;
	-ms-transition: width 300ms ease-in-out;
	-o-transition: width 300ms ease-in-out;
	transition: width 300ms ease-in-out;
	width: 60px;
	z-index: 2;
}
#GalleryWrapper > .phone:hover {
	background: #EA5B0C;
	background: rgba(234, 91, 12, 0.7);
	width: 330px;
}
#GalleryWrapper > .phone > a:before {
	color: #EA5B0C;
	content: "\E835";
	font-family: "fontello";
	font-size: 41px;
	left: 15px;
	position: absolute;
}
#GalleryWrapper > .phone:hover > a:before {
	color: #FFFFFF;
}

#GalleryWrapper > .phone > a {
	color: #FFFFFF;
	display: inline-block;
	font-size: 25px;
	font-weight: 600;
	padding: 0 0 0 58px;
}

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

	#GalleryWrapper > .phone {
		top: 155px;
	}

}

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

	#GalleryWrapper > .phone {
		top: 100px;
	}

}

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

	#GalleryWrapper > .phone {
		display: none;
	}

}

/* Layout - Header - Telefon - Intro */

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

	body.intro #GalleryWrapper > .phone {
		top: 180px;
	}

}

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

	body.intro #GalleryWrapper > .phone {
		top: 180px;
	}

}

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

	#GalleryWrapper > .phone {
		display: none;
	}

}

/* Layout - Header - E-Mail */

#GalleryWrapper > .address {
	background: #FFFFFF;
	background: rgba(255, 255, 255, 0.7);
	cursor: pointer;
	display: inline-block;
	height: 80px;
	line-height: 80px;
	overflow: hidden;
	position: absolute;
	right: 0;
	text-align: center;
	top: 265px;
	-webkit-transition: width 300ms ease-in-out;
	-moz-transition: width 300ms ease-in-out;
	-ms-transition: width 300ms ease-in-out;
	-o-transition: width 300ms ease-in-out;
	transition: width 300ms ease-in-out;
	width: 60px;
	z-index: 2;
}
#GalleryWrapper > .address:hover {
	background: #EA5B0C;
	background: rgba(234, 91, 12, 0.7);
	width: 330px;
}
#GalleryWrapper > .address > a:before {
	color: #EA5B0C;
	content: "\E82E";
	font-family: "fontello";
	font-size: 21px;
	left: 15px;
	position: absolute;
}
#GalleryWrapper > .address:hover > a:before {
	color: #FFFFFF;
}
#GalleryWrapper > .address > a {
	color: #FFFFFF;
	display: inline-block;
	font-size: 19px;
	font-weight: 600;
	padding: 0 0 0 60px;
}

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

	#GalleryWrapper > .address {
		top: 240px;
	}

}

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

	#GalleryWrapper > .address {
		top: 185px;
	}

}

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

	#GalleryWrapper > .address {
		display: none;
	}

}

/* Layout - Header - E-Mail - Intro */

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

	body.intro #GalleryWrapper > .address {
		top: 265px;
	}

}

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

	body.intro #GalleryWrapper > .address {
		top: 265px;
	}

}

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

	#GalleryWrapper > .address {
		display: none;
	}

}

/* Layout - Header - Info */

.info {
	bottom: 30px;
	left: 0;
	margin: 0 auto;
	min-height: 80px;
	position: absolute;
	right: 0;
	width: 1240px;
	z-index: 2;
}
.info > div {
	background: #000000;
	background: rgba(0, 0, 0, 0.6);
	height: 80px;
	margin: 0 0 0 20px;
	max-width: 545px;
	padding: 0 291px 0 0;
	position: relative;
}

/* Überschrift */

.info > div > p:before {
	color: #EA5B0C;
	content: "\E840";
	font-family: "fontello";
	font-size: 37px;
	font-weight: 200;
	left: 50px;
	position: absolute;
	top: 17px;
}
.info > div > p {
	color: #FFFFFF;
	display: inline-block;
	font-size: 20px;
	font-weight: 600;
	line-height: 1.2;
	padding: 18px 0 0 120px;
	text-transform: uppercase;
}
.info > div > p > span {
	display: block;
}

/* Öffnungszeiten */

.info > div > .open {
	border: 2px solid #EA5B0C;
	height: 60px;
	position: absolute;
	right: 40px;
	top: 10px;
	width: 251px;
}
/* Öffnungszeiten - Tage */

.info > div > .open > .days {
	color: #FFFFFF;
	display: block;
	font-size: 20px;
	font-weight: 600;
	text-align: center;
}

/* Öffnungszeiten - Zeit */

.info > div > .open > .time {
	color: #FFFFFF;
	display: block;
	font-size: 20px;
	font-weight: 600;
	text-align: center;
}

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

	.info {
		background: #000000;
		background: rgba(0, 0, 0, 0.6);
		bottom: 0;
	}
	.info > div {
		background: none;
		max-width: none;
		width: 100%;
	}

}

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

	.info > div > p:before {
		display: none;
	}
	.info > div > p {
		padding-left: 0;
	}

}

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

	.info > div {
		padding-right: 241px;
	}
	.info > div > p {
		font-size: 15px;
		padding-top: 23px;
	}
	.info > div > .open {
		height: 45px;
		top: 17px;
		width: 200px;
	}
	.info > div > .open > .days {
		font-size: 15px;
	}
	.info > div > .open > .time {
		font-size: 15px;
	}
	

}

/* Layout - Header - Scroll Fenster */

#GalleryWrapper > .scrollContent:before {
	color: #EA5B0C;
	content: "\E81D";
	font-family: "fontello";
	font-size: 29px;
	left: 20px;
	position: absolute;
	top: 21px;
}
#GalleryWrapper > .scrollContent {
	background: #000000;
	background: rgba(0, 0, 0, 0.6);
	bottom: 30px;
	height: 80px;
	position: absolute;
	right: 0;
	width: 100px;
	z-index: 2;
}

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

	#GalleryWrapper > .scrollContent {
		display: none;
		bottom: 100px;
	}

}

/* Layout - Animation */

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

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

	#GalleryWrapper {
		margin: 100px 0 0 0;
	}

}

/* Layout - Content */

#ContentWrapper {
	overflow: hidden;
	position: relative;
	width: 100%;
	z-index: 2;
}
#ContentWrapper:before {
	background: url("/img/layout/background_top.png") no-repeat scroll 0 0;
	background-size: 620px 415px;
	content: "";
	height: 415px;
	left: 0;
	position: absolute;
	top: 10px;
	width: 620px;
	z-index: -1;
	
}
#ContentWrapper > section {
	margin: 0 auto;
	max-width: 1240px;
	padding: 0 20px;
	position: relative;
}

/* Layout - Footer */

#FooterWrapper {
	background: /* #EBE1d6 */rgba(189, 155, 118, 0.3);
	bottom: 0;
	color: #FFFFFF;
	min-height: 588px;
	position: absolute;
	width: 100%;
	z-index: 1;
}
#FooterWrapper > div {
	height: 100%;
	margin: 0 auto;
	max-width: 1240px;
	padding: 0 20px;
	position: relative;
}
#FooterWrapper > div:after {
	clear: both;
	content: "";
	display: block;
}
#FooterWrapper > .row1 {
	min-height: 548px;
}
#FooterWrapper > .row1 > .column1 {
	display: block;
	float: left;
	margin: 72px 4.5% 0 0; /* 54 0 0 */
	width: 28%; /* 336 */
}
#FooterWrapper > .row1 > .column2 {
	display: block;
	float: left;
	margin: 72px 5% 0 0; /* 60 0 0 */
	width: 39.166666666666664%; /* 470 */
}
#FooterWrapper > .row1 > .column2 > .map > img {
	display: block;
	max-width: 470px;
	width: 100%;
}
#FooterWrapper > .row1 > .column3 {
	display: block;
	float: left;
	margin: 72px 0 0 0;
	position: relative;
	width: 23.25%; /* 279 */
}
#FooterWrapper > .row2:before {
	background: #FFFFFF;
	content: "";
	height: 100%;
	left: -2000px;
	position: absolute;
	top: 0;
	width: 2000px;
}
#FooterWrapper > .row2 {
	background: #FFFFFF;
	min-height: 40px;
}
#FooterWrapper > .row2:after {
	background: #FFFFFF;
	content: "";
	height: 100%;
	position: absolute;
	right: -2000px;
	top: 0;
	width: 2000px;
}

@media all and (max-width: 1150px){

	#FooterWrapper > .row1 {
		min-height: 500px;
	}
	#FooterWrapper > .row1 > .column1 {
		float: none;
		margin-right: 0;
		position: relative;
		width: 100%;
	}
	#FooterWrapper > .row1 > .column2 {
		display: none;
	}
	#FooterWrapper > .row1 > .column3 {
		width: 100%;
	}

}

@media all and (max-width: 900px){

	#FooterWrapper > .row1 {
		min-height: 548px;
	}
	#FooterWrapper > .row1 > .column1 {
		float: none;
		margin-right: 0;
		margin-top: 20px;
		text-align: center;
		width: 100%;
	}
	#FooterWrapper > .row1 > .column2 {
		display: block;
		float: none;
		margin-right: 0;
		margin-top: 30px;
		text-align: center;
		width: 100%;
	}
	#FooterWrapper > .row1 > .column2 > a > img{
		margin: 0 auto;
	}
	#FooterWrapper > .row1 > .column3 {
		display: block;
		float: none;
		margin-bottom: 20px;
		margin-right: 0;
		margin-top: 30px;
		text-align: center;
		width: 100%;
	}
	#FooterWrapper > .row1 > .column3 > .voucher {
		margin-top: 30px;
	}

}

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

	#FooterWrapper > .row2 {
		text-align: center;
	}

}

/* Layout - Footer - Kontakt */

#FooterWrapper > .row1 > .column1 > .contact {
	color: #1D1D1B;
	line-height: 1.4;
}
#FooterWrapper > .row1 > .column1 > .contact > span.headline {
	color: #EA5B0C;
	font-size: 20px;
	font-weight: 600;
	text-transform: uppercase;
}
#FooterWrapper > .row1 > .column1 > .contact > span {
	position: relative;
}
#FooterWrapper > .row1 > .column1 > .contact > span > a {
	display: block;
	font-size: 22px;
	font-weight: 300;
}

/* Telefon */

#FooterWrapper > .row1 > .column1 > .contact > .number > a:before {
	color: #EA5B0C;
	content: "\E835";
	font-family: "fontello";
	font-size: 53px;
	left: 0;
	position: absolute;
	top: -16px;
}
#FooterWrapper > .row1 > .column1 > .contact > .number > a {
	margin: 41px 0 0 0;
	padding: 10px 0 0 80px;
	position: relative;
	-webkit-transition: color 300ms ease;
	-moz-transition: color 300ms ease;
	-ms-transition: color 300ms ease;
	-o-transition: color 300ms ease;
	transition: color 300ms ease;
}
#FooterWrapper > .row1 > .column1 > .contact > .number > a:hover {
	color: #EA5B0C;
}

/* E-Mail */

#FooterWrapper > .row1 > .column1 > .contact > .mail > a:before {
	color: #EA5B0C;
	content: "\E82E";
	font-family: "fontello";
	font-size: 25px;
	left: 0;
	position: absolute;
	top: -2px;
}
#FooterWrapper > .row1 > .column1 > .contact > .mail > a {
	margin: 14px 0 0 0;
	position: relative;
	padding: 0 0 0 80px;
	-webkit-transition: color 300ms ease;
	-moz-transition: color 300ms ease;
	-ms-transition: color 300ms ease;
	-o-transition: color 300ms ease;
	transition: color 300ms ease;
}
#FooterWrapper > .row1 > .column1 > .contact > .mail > a:hover {
	color: #EA5B0C;
}

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

	#FooterWrapper > .row1 > .column1 > .contact > .number {
		display: block;
		margin-top: 40px;
	}
	#FooterWrapper > .row1 > .column1 > .contact > .number > a {
		display: inline-block;
		margin: 0;
	}
	#FooterWrapper > .row1 > .column1 > .contact > .number > a:before {
		font-size: 35px;
		top: 1px;
	}
	#FooterWrapper > .row1 > .column1 > .contact > .mail {
		display: block;
	}
	#FooterWrapper > .row1 > .column1 > .contact > .mail > a {
		display: inline-block;
	}
	#FooterWrapper > .row1 > .column1 > .contact > .mail > a:before {
		font-size: 20px;
		top: 0;
	}

}

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

	#FooterWrapper > .row1 > .column1 > .contact > span > a {
		font-size: 20px;
	}

}

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

	#FooterWrapper > .row1 > .column1 > .contact > span > a {
		font-size: 17px;
	}

}

/* Layout - Footer - Logos */

#FooterWrapper > .row1 > .column1 > .logos {
	margin: 30px 0 0 0;
}
#FooterWrapper > .row1 > .column1 > .logos > a {
	display: inline-block;
	margin: 0 20px 0 0;
	width: 44.94047619047619%; /* 151 */
}
#FooterWrapper > .row1 > .column1 > .logos > a:last-child{
	margin-right: 0;
}
#FooterWrapper > .row1 > .column1 > .logos > a > img {
	display: block;
}

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

	#FooterWrapper > .row1 > .column1 > .logos {
		margin-top: 0;
		position: absolute;
		right: 0;
		top: 0;
	}

}

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


	#FooterWrapper > .row1 > .column1 > .logos {
		margin-top: 30px;
		position: relative;
	}
	#FooterWrapper > .row1 > .column1 > .logos > a {
		width: auto;
	}

}

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

	#FooterWrapper > .row1 > .column1 > .logos > a {
		display: inline-block;
		margin: 0 5px;
	}
	#FooterWrapper > .row1 > .column1 > .logos > a {
		width: 100px;
	}
	#FooterWrapper > .row1 > .column1 > .logos > a > img {
		width: 100%;
	}

}

/* Layout - Footer - Gutscheine */

#FooterWrapper > .row1 > .column3 > .voucher {
	display: block;
	margin: 93px 0 0 0;
	text-align: center
}
#FooterWrapper > .row1 > .column3 > .voucher > h3 {
	color: #EA5B0C;
	font-size: 35px;
	font-weight: 300;
	position: relative;
}
#FooterWrapper > .row1 > .column3 > .voucher > h3:after {
	background: #B6A884;
	bottom: 0;
	content: "";
	height: 1px;
	left: 0;
	position: absolute;
	width: 100%;
}
#FooterWrapper > .row1 > .column3 > .voucher > p {
	color: #1D1D1B;
	line-height: 1.2;
	margin: 10px 0;
}
#FooterWrapper > .row1 > .column3 > .voucher > a {
	background: #EA5B0C;
	background: rgba(234, 91, 12, 0.5);
	border: none;
	color: #FFFFFF;
	cursor: pointer;
	display: block;
	font-size: 17px;
	font-weight: 700;
	line-height: 45px;
	text-transform: uppercase;
	-webkit-transition: background 300ms ease, color 300ms ease;
	-moz-transition: background 300ms ease, color 300ms ease;
	-ms-transition: background 300ms ease, color 300ms ease;
	-o-transition: background 300ms ease, color 300ms ease;
	transition: background 300ms ease, color 300ms ease;
	width: 100%;
}
#FooterWrapper > .row1 > .column3 > .voucher > a:hover {
	background: #FFFFFF;
	background: rgba(255, 255, 255, 0.7);
	color: #EA5B0C;
}

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

	#FooterWrapper > .row1 > .column3 > .voucher {
		float: left;
		margin-top: 0;
		margin: 0;
		width: 49%;
	}

}

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

	#FooterWrapper > .row1 > .column3 > .voucher {
		float: none;
		left: auto;
		margin-top: 25px;
		position: relative;
		width: auto;
	}
	#FooterWrapper > .row1 > .column3 > .voucher > p {
		margin-bottom: 13px;
		margin-top: 13px;
	}

}

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

	#FooterWrapper > .row1 > .column3 > .voucher > h3 {
		font-size: 30px;
	}

}

/* Layout - Footer - Newsletter */

#FooterWrapper > .row1 > .column3 > .newsletter {
	display: block;
	text-align: center
}
#FooterWrapper > .row1 > .column3 > .newsletter > h3 {
	color: #EA5B0C;
	font-size: 35px;
	font-weight: 300;
	position: relative;
}
#FooterWrapper > .row1 > .column3 > .newsletter > h3:after {
	background: #816F32;
	bottom: 0;
	content: "";
	height: 1px;
	left: 0;
	position: absolute;
	width: 100%;
}
#FooterWrapper > .row1 > .column3 > .newsletter > p {
	color: #1D1D1B;
	line-height: 1.2;
	margin: 10px 0;
}
#FooterWrapper > .row1 > .column3 > .newsletter > a {
	background: #EA5B0C;
	background: rgba(234, 91, 12, 0.5);
	border: none;
	color: #FFFFFF;
	cursor: pointer;
	display: block;
	font-size: 17px;
	font-weight: 700;
	line-height: 45px;
	text-transform: uppercase;
	-webkit-transition: background 300ms ease, color 300ms ease;
	-moz-transition: background 300ms ease, color 300ms ease;
	-ms-transition: background 300ms ease, color 300ms ease;
	-o-transition: background 300ms ease, color 300ms ease;
	transition: background 300ms ease, color 300ms ease;
	width: 100%;
}
#FooterWrapper > .row1 > .column3 > .newsletter > a:hover {
	background: #FFFFFF;
	background: rgba(255, 255, 255, 0.7);
	color: #EA5B0C;
}

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

	#FooterWrapper > .row1 > .column3 > .newsletter {
		float: left;
		margin: 0 2% 0 0;
		width: 49%;
	}

}

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

	#FooterWrapper > .row1 > .column3 > .newsletter {
		float: none;
		margin-right: 0;
		position: relative;
		right: auto;
		width: auto;
	}
	#FooterWrapper > .row1 > .column3 > .newsletter > p {
		margin-bottom: 13px;
		margin-top: 13px;
	}

}

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

	#FooterWrapper > .row1 > .column3 > .newsletter > h3 {
		font-size: 30px;
	}

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

.mobileTrigger {
	display: none;
}
nav.desktop {
	bottom: -5px;
	padding: 0 0 0 200px;
	position: absolute;
	right: 20px;
	z-index: 1;
}
nav.desktop > ul {
	position: relative;
}
nav.desktop > ul:after {
	clear: both;
	content: "";
	display: block;
}
nav.desktop > ul > li {
	float: left;
	padding: 0 0 5px 0;
	position: relative;
}
nav.desktop > ul > li > a {
	color: #EA5B0C;
	border-left: 2px solid #FFFFFF;
	display: block;
	font-size: 25px;
	font-weight: 300;
	line-height: 47px;
	padding: 0 36px 0 10px;
}
nav.desktop > ul > li:last-child > a {
	padding-right: 0;
}
nav.desktop > ul > li:hover > a,
nav.desktop > ul > li > a.selected {
	border-left: 2px solid #B52922;
	color: #B52922;
}
nav.desktop > ul > li:hover > ul {
	box-shadow: 2px 3px 3px 0 rgba(129, 111, 50, 0.2);
	height: auto;
	padding: 27px 0 84px;
	opacity: 1;
	overflow: visible;
	top: 52px;
}
nav.desktop > ul > li > ul:after {
	background: #F2F2F2;
    content: "";
    height: 1px;
    left: 3px;
    position: absolute;
    right: 0;
    top: 0;
}
nav.desktop > ul > li > ul:before {
	background: #B52922;
	bottom: 0;
	content: "";
	left: 0;
	position: absolute;
	top: -5px;
	width: 2px;
	z-index: 1;
}
nav.desktop > ul > li > ul {
	background: #FFFFFF;
	background: rgb(255, 255, 255 ) url("/img/layout/background-submenu.png") no-repeat scroll 0 0;
	box-shadow: 2px 3px 3px 0 rgba(129, 111, 50, 0.2);
	height: 0;
	left: 0;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	top: 52px;
	-webkit-transition: opacity 500ms ease-in-out, top 200ms ease-out;
	-moz-transition: opacity 500ms ease-in-out, top 200ms ease-out;
	-ms-transition: opacity 500ms ease-in-out, top 200ms ease-out;
	-o-transition: opacity 500ms ease-in-out, top 200ms ease-out;
	transition: opacity 500ms ease-in-out, top 200ms ease-out;
}
nav.desktop > ul > li.last > ul {
	left: auto;
	right: 0;
}
nav.desktop > ul > li.singleColumn > ul > li > a {
	display: block;
	font-size: 18px;
	font-weight: 300;
	line-height: 1;
	margin: 0 0 1px 0;
	padding: 11px 40px;
	white-space: nowrap;
}
nav.desktop > ul > li.singleColumn > ul > li > a:hover,
nav.desktop > ul > li.singleColumn > ul > li > a.selected {
	background: rgba(251, 199, 140, 0.3);
	color: #B52922;
}

/* MultiColumns */

nav.desktop > ul > li.multiColumns {
	position: static;
}
nav.desktop > ul > li.multiColumns > ul {
	overflow: hidden;
	width: 102%;
}
nav.desktop > ul > li.multiColumns > ul > li {
	float: left;
	padding: 0 42px 0 0;
	position: relative;
	width: 33.3333%; 
}
nav.desktop > ul > li.multiColumns > ul > li:after { /* Trennstrich */
	background: rgba(230, 230, 230, 0.5);
	content: "";
	height: 1000px; /* 324px */
	position: absolute;
	right: 0;
	top: -27px;
	width: 2px;
}
nav.desktop > ul > li.multiColumns > ul > li:last-child:after {
	display: none;
}
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;
	font-size: 18px;
	font-weight: 300;
	line-height: 1;
	margin: 0 0 1px 0;
	padding: 11px 40px;
	white-space: nowrap;
}
nav.desktop > ul > li.multiColumns > ul > li > a:hover,
nav.desktop > ul > li.multiColumns > ul > li > a.selected {
	background: rgba(251, 199, 140, 0.3);
	color: #B52922;
}
nav.desktop > ul > li.multiColumns > ul > li > ul > li > a {
	display: block;
	font-size: 18px;
	font-weight: 300;
	line-height: 1;
	margin: 0 0 1px 0;
	padding: 11px 40px;
	white-space: nowrap;
}
nav.desktop > ul > li.multiColumns > ul > li > ul > li > a:hover,
nav.desktop > ul > li.multiColumns > ul > li > ul > li > a.selected {
	background: rgba(251, 199, 140, 0.3);
	color: #B52922;
}

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

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

}

/* Menü - Hauptmenü Mobile */

.mobileTrigger.show:before {
	color: #EA5B0C;
	content: "\E819";
	display: block;
	float: left;
	font-family: "fontello";
	font-size: 50px;
	margin: 0 5px 0 0;
}
.mobileTrigger.show {
	cursor: pointer;
	display: block;
	line-height: 100px;
	padding: 0 20px 0 30px;
	position: absolute;
	right: 0;
	top: 0;
}
nav.mobile {
	position: absolute;
	right: 0;
	top: 100px;
	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 {
	height: auto;
	opacity: 1;
	overflow: visible;
	padding: 40px 0 20px 0;
}
nav.mobile > ul > li > ul {
	display: none;
}
nav.mobile > ul > li > ul.open {
	display: block;
	padding: 10px 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: #EA5B0C;
	display: block;
	font-size: 20px;
	font-weight: 300;
	padding: 10px 20px;
}
nav.mobile > ul > li > a:hover,
nav.mobile > ul > li > a.selected {
	color: #3D322D;
}

/* 2. Ebene */

nav.mobile > ul > li > ul > li > a {
	display: block;
	font-size: 16px;
	font-weight: 300;
	padding: 6px 40px;
}
nav.mobile > ul > li > ul > li > a:hover,
nav.mobile > ul > li > ul > li > a.selected {
	background: rgba(251, 199, 140, 0.3);
	color: #B52922;
}

/* 3. Ebene */

nav.mobile > ul > li > ul > li > ul > li > a {
	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 {

}

/* Menü - Metamenü */

ul.metamenu {
	float: right;
	line-height: 40px;
	font-size: 600;
}
ul.metamenu:after {
	clear: both;
	content: "";
	display: block;
}
ul.metamenu > li {
	display: inline-block;
}
ul.metamenu > li:last-child > a {
	padding-right: 0;
}
ul.metamenu > li > a {
	color: #EA5B0C;
	display: block;
	padding: 0 20px;
}
ul.metamenu > li > a:hover,
ul.metamenu > li > a.selected {
	color: #3D322D;
}

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

	ul.metamenu {
		display: block;
		float: none;
		padding: 20px 0;
	}
	ul.metamenu > li {
		display: block;
		line-height: 2;
	}
	ul.metamenu > li > a {
		padding: 4px 0;
	}

}

/* Elemente - Überschriften */

h1 {
	color: #EA5B0C;
	font-size: 70px;
	font-weight: 200;
	position: relative;
	text-align: center;
}
h1 > span {
	display: inline-block;
	position: relative;
}
h1 > span:after {
	bottom: 0;
	background: #BD9B76;
	content: "";
	height: 1px;
	left: -20px;
	position: absolute;
	right: -20px;
}
h2 {
	color: #BD9B76;
	font-size: 30px;
	font-weight: 200;
	text-align: center;
}
h3 {
	color: #EA5B0C;
	font-weight: 300;
	font-size: 25px;
}

/* Folgeüberschriften */

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

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

	h1 {
		font-size: 40px;
	}
	h1 > span:after {
		left: 0;
		right: 0;
	}
	h2 {
		font-size: 25px;
	}

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

.cmsList > h1 {
	margin: 0 0 20px 0;
}
.cmsList > ul > li:before {
	color: #FBC78C;
	content: '\E83E';
	font-family: 'fontello';
	left: 0;
	position: absolute;
}
.cmsList > ul > li {
	font-size: 20px;
	margin: 10px 0;
	padding: 0 0 0 74px;
	position: relative;
}

/* 2-spaltig */

.cmsList2Columns > ul > li {
	float: left;
	width: 50%;
}
.cmsList2Columns > ul > li:nth-child(2n+1) {
	padding-right: 150px;
}
.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%;
	}
	.cmsList > ul > li {
		margin: 6px 0;
		padding-left: 40px;
	}
	.cmsList > ul > li:before {
		font-size: 15px;
		top: 2px;
	}

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

	.cmsList > h1 {
		font-size: 35px;
	}

}

/* Elemente - Bild-Text */

.cmsImage:before {
	background: #F2EBE4;
	content: "";
	height: 100%;
	left: -2000px;
	position: absolute;
	top: 0;
	width: 4000px;
	z-index: -1;
}
.cmsImage {
	margin: 4px 0;
	padding: 80px 0;
	position: relative;
}
.cmsImage:after {
	clear: both;
	content: "";
	display: block;
}
.cmsImage > .left {
	float: left;
	margin: 0 6.666666666666667% 10px 0; /* 80 */
	max-width: 50%;
}
.cmsImage > .right {
	float: right;
	margin: 0 0 10px 20px;
	max-width: 50%;
}
.cmsImage img {
	display: block;
	width: 100%;
}
.cmsImage figcaption {
	font-size: smaller;
	font-style: italic;
	line-height: 1.5;
	margin: 8px 0 0 0;
}
.cmsImage > p {
	padding: 0 0 40px 0;
	text-align: center;
}
.cmsImage > p > span {
	display: inline-block;
}

/* Überschrift */

.cmsImage > p > .headline {
	color: #EA5B0C;
	font-size: 70px;
	font-weight: 200;
	display: inline-block;
	position: relative;
}
.cmsImage > p > span.headline:after {
	bottom: 0;
	background: #FFFFFF;
	content: "";
	height: 1px;
	position: absolute;
	right: 0;
	width: 100%;
}
.cmsImage > p > .text {
	display: block;
	padding: 40px 0 0 0;
	text-align: left;
}

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

	.cmsImage > p > span.headline:after {
		width: 45%;
	}

}

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

	.cmsImage {
		padding: 40px 0;
	}
	.cmsImage > .left,
	.cmsImage > .right {
		float: none;
		margin: 0 0 10px 0;
		max-width: none;
	}
	.cmsImage > p > span.headline:after {
		left: 0;
		right: auto;
		width: 100%;
	}
	.cmsImage > p {
		padding: 0;
	}
	
}

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

	.cmsImage > p > .headline {
		font-size: 35px;
	}

}

/* Element - Titel-Text Kombination */

.cmsTitleText:before {
	background: url("/img/layout/background_combi.png")no-repeat scroll 0 0;
	background-size: 621px 402px;
	content: "";
	height: 402px;
	left: -352px;
	margin: -201px 0 0;
	position: absolute;
	top: 50%;
	width: 621px;
	z-index: -1;
}
.cmsTitleText {
	padding: 40px 0;
	position: relative;
}
.cmsTitleText > .title {
	display: table-cell;
	position: relative;
	vertical-align: middle;
	width: 46.6667%;
}
.cmsTitleText > .title > h2 {
	color: #EA5B0C;
	font-size: 70px;
	font-weight: 200;
	position: relative;
	text-align: center;
}
.cmsTitleText > .title > h2 > span:after {
	background: #BD9B76;
    bottom: 0;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    right: 0;
}
.cmsTitleText > .title > p {
	color: #BD9B76;
	font-size: 30px;
	font-weight: 200;
	padding: 13px 0 0 0;
	text-align: center;
}
.cmsTitleText > .text {
	display: table-cell;
	padding: 0 0 0 80px;
}

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

	.cmsTitleText {
		padding: 0;
	}
	.cmsTitleText > .title {
		display: block;
		width: 100%;
	}
	.cmsTitleText > .title > p {
		padding-bottom: 13px;
	}
	.cmsTitleText > .text {
		display: block;
		padding-left: 0;
		width: 100%;
	}

}

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

	.cmsTitleText > .title > h2 {
		font-size: 35px;
	}

}

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

	.cmsTitleText > .title > p {
		font-size: 25px;
	}

}

/* Elemente - Bildergalerie */

.cmsGallery:before {
	background: #F5E0DB;
	content: "";
	height: 100%;
	left: -2000px;
	position: absolute;
	top: 0;
	width: 4000px;
	z-index: -1;
}
.cmsGallery {
	position: relative;
}
.cmsGallery:after {
	clear: both;
	content: "";
	display: block;
}
.cmsGallery + * {
	margin-top: -10px;
}
.cmsGallery > li {
	float: left;
	margin: 80px 3.636363636363636% 80px 0; /* 40 */
	position: relative;
	width: 30.90909090909091%; /* 340 */
}
.cmsGallery > li:nth-child(3n) {
	margin-right: 0;
}
.cmsGallery > li:nth-child(3n) + li {
	clear: left;
}
.cmsGallery > li > figure {
	overflow: hidden;
	position: relative;
}
.cmsGallery > li > figure > a {
	display: block;
}
.cmsGallery > li > figure > a:before {
	background: rgba(0, 0, 0, 0.6);
	content: "";
	height: 107px;
	margin: -53.5px 0 0 0;
	position: absolute;
	right: 0;
	top: 50%;
	width: 16.172506738544474%; /* 60 */
	z-index: 1;
	-webkit-transition: width 300ms ease-in-out;
	-moz-transition: width 300ms ease-in-out;
	-ms-transition: width 300ms ease-in-out;
	-o-transition: width 300ms ease-in-out;
	transition: width 300ms ease-in-out;
}
.cmsGallery > li > figure > a:after {
	color: #FFFFFF;
	content: "\E836";
	font-family: "fontello";
    font-size: 36px;
    font-weight: 300;
    height: 50px;
    margin: -25px 0 0 0;
    position: absolute;
    right: 2.695417789757412%; /* 10 */
    text-align: center;
    top: 50%;
    z-index: 2;
    -webkit-transition: right 300ms ease-in-out;
	-moz-transition: right 300ms ease-in-out;
	-ms-transition: right 300ms ease-in-out;
	-o-transition: right 300ms ease-in-out;
	transition: right 300ms ease-in-out;
}
.cmsGallery > li:hover > figure > a:before { /* Overlay einblenden */
	width: 83.55795148247978%; /* 310 */
}
.cmsGallery > li:hover > figure > a:after { /* Overlay einblenden */
	right: 67.385444743935309%; /* 250 */
}
.cmsGallery > li > figure > a > img {
	display: block;
	width: 100%;
}
.cmsGallery > li > figure > figcaption {
	color: #FFFFFF;
	cursor: pointer;
	font-size: 17px;
	left: 45.283018867924525%; /* 168 */
	line-height: 1.5;
	margin: 0 auto;
	opacity: 0;
	padding: /*0 10px;*/ 0 23px 0 0;
	position: absolute;
	text-align: center;
	top: 50%;
	z-index: 10;
	-moz-transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
}
.cmsGallery > li:hover > figure > figcaption {
	opacity: 1;
	-webkit-transition: opacity 700ms ease-in-out;
	-moz-transition: opacity 700ms ease-in-out;
	-ms-transition: opacity 700ms ease-in-out;
	-o-transition: opacity 700ms ease-in-out;
	transition: opacity 700ms ease-in-out;
}
.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: 800px){

	.cmsGallery > li {
		margin: 4% 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;
		padding: 20px 0 !important;
		width: 100% !important;
	}
	/* .cmsGallery > li:first-child > figure {
		margin-top: 60px !important;
	}
	.cmsGallery > li:last-child > figure {
		margin-bottom: 60px !important;
	} */
	
}

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

	.cmsGallery > li > figure > a:after {
		font-size: 32px;
	}

}

/* Elemente - Teaser */

.cmsTeaser:before {
	background: #F2EBE4;
	content: "";
	height: 100%;
	left: -2000px;
	position: absolute;
	top: 0;
	width: 4000px;
	z-index: -1;
}
.cmsTeaser {
	padding: 30px 0;
	position: relative;
	margin: 4px 0;
}
.cmsTeaser:after {
	clear: both;
	content: "";
	display: block;
}
.cmsTeaser > h2 {
	color: #B52922;
	font-size: 40px;
	font-weight: 200;
	margin: 30px 0 10px 0;
}
.cmsTeaser > h2 > span {
	display: inline-block;
	position: relative;
}
.cmsTeaser > h2 > span:after {
	background: #BD9B76;
	bottom: 0;
	content: "";
	height: 1px;
	left: -20px;
	position: absolute;
	right: -20px;
}
.cmsTeaser > article {
	cursor: pointer;
	float: left;
	margin: 40px 6.666666666666667% 40px 0; /* 6.716417910447762% 80 6.716417910447762% 0 */
	position: relative;
	width: 46.666666666666664%; /* 560 */
}
.cmsTeaser > article:nth-of-type(2n) {
	margin-right: 0;
}
.cmsTeaser > article > h2 {
	display: none;
}
.cmsTeaser > article > figure > a > img {
	display: block;
	width: 100%;
}
.cmsTeaser > article > figure > figcaption {
	background: rgba(0, 0, 0, 0.6);
	bottom: 0;
	min-height: 185px;
	padding: 26px 80px 15px 60px;
	position: absolute;
	z-index: 1;
}
.cmsTeaser > article > figure > figcaption > a {
	color: #FBC78C;
	font-size: 30px;
	font-weight: 600;
}
.cmsTeaser > article > figure > figcaption > p {
	color: #FFFFFF;
}
.cmsTeaser > article > figure > figcaption > p > span { 
	display: block;
}
.cmsTeaser > article > figure > figcaption > p > .text {
	padding: 10px 0 20px;
}
.cmsTeaser > article > figure > figcaption > p > .text > a:before {
	color: #FFFFFF;
	content:"\E83D";
	font-family: "fontello";
	font-size: 60px;
	font-weight: 200;
	position: absolute;
	right: 12px;
	top: 11px;
}
.cmsTeaser > article > figure > figcaption > p > .text > a {
	background: rgba(205, 167, 116, 0.7);
	height: 107px;
	position: absolute;
	right: 0;
	top: 38px;
	width: 60px;
	-webkit-transition: background 300ms ease;
	-moz-transition: background 300ms ease;
	-ms-transition: background 300ms ease;
	-o-transition: background 300ms ease;
	transition: background 300ms ease;
	z-index: 2;
}
.cmsTeaser > article:hover > figure > figcaption > p > .text > a {
	background: #EA5B0C;
}
.cmsTeaser > article > figure > figcaption > p > .addition.empty {
	display: none;
}
.cmsTeaser > article > figure > figcaption > p > .addition {
	background: rgba(205, 167, 116, 0.7);
	padding: 10px 0 10px 10px;
	position: absolute;
	right: 0;
	top: -68px;
}
.cmsTeaser > article > figure > figcaption > p > .addition > span {
	display: block;
	font-weight: 700;
}

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

	.cmsTeaser > article > figure > figcaption > p > .addition {
		bottom: 0;
		padding: 5px 0 5px 5px;
		top: auto;
	}

}

@media all and (max-width: 850px){
	
	.cmsTeaser > article {
		clear: both !important;
		float: none !important;
		margin: 20px 0 !important;
		width: 100% !important;
	}
	.cmsTeaser > article > figure > figcaption > p > .addition {
		bottom: auto;
		top: -68px;
	}
	.cmsTeaser > article > figure > figcaption {
		padding-left: 20px;
	}

}

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

	.cmsTeaser > article > figure > figcaption {
		position: relative;
	}
	.cmsTeaser > article > figure > figcaption > a {
		font-size: 23px;
	}
	.cmsTeaser > article > figure > figcaption > p > .text {
		font-size: 15px;
	}

}

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

	.cmsTeaser > article > figure > figcaption > p > .text > a {
		top: 80px;
	}

}

/* Elemente - Einzelteaser */

.cmssingleTeaser:before {
	background: #F2EBE4;
	content: "";
	height: 100%;
	left: -2000px;
	position: absolute;
	top: 0;
	width: 4000px;
	z-index: -1;
}
.cmssingleTeaser {
	padding: 30px 0;
	position: relative;
	margin: 4px 0;
}
.cmssingleTeaser:after {
	clear: both;
	content: "";
	display: block;
}
.cmssingleTeaser > h2 {
	color: #B52922;
	font-size: 40px;
	font-weight: 200;
	margin: 30px 0 10px 0;
}
.cmssingleTeaser > h2 > span {
	display: inline-block;
	position: relative;
}
.cmssingleTeaser > h2 > span:after {
	background: #BD9B76;
	bottom: 0;
	content: "";
	height: 1px;
	left: -20px;
	position: absolute;
	right: -20px;
}
.cmssingleTeaser > article {
	cursor: pointer;
	float: left;
	margin: 40px 0 40px 0;
	position: relative;
	width: 100%;
}
.cmssingleTeaser > article:nth-of-type(2n) {
	margin-right: 0;
}
.cmssingleTeaser > article > h2 {
	display: none;
}
.cmssingleTeaser > article > figure > a > img {
	display: block;
	width: 100%;
}
.cmssingleTeaser > article > figure > figcaption {
	background: rgba(0, 0, 0, 0.6);
	bottom: 0;
	left: 0;
	min-height: 185px;
	padding: 26px 80px 15px 60px;
	position: absolute;
	right: 0;
	z-index: 1;
}
.cmssingleTeaser > article > figure > figcaption > a {
	color: #FBC78C;
	font-size: 30px;
	font-weight: 600;
}
.cmssingleTeaser > article > figure > figcaption > p {
	color: #FFFFFF;
}
.cmssingleTeaser > article > figure > figcaption > p > span { 
	display: block;
}
.cmssingleTeaser > article > figure > figcaption > p > .text {
	padding: 10px 0 20px;
}
.cmssingleTeaser > article > figure > figcaption > p > .text > a:before {
	color: #FFFFFF;
	content:"\E83D";
	font-family: "fontello";
	font-size: 60px;
	font-weight: 200;
	position: absolute;
	right: 12px;
	top: 11px;
}
.cmssingleTeaser > article > figure > figcaption > p > .text > a {
	background: rgba(205, 167, 116, 0.7);
	height: 107px;
	position: absolute;
	right: 0;
	top: 38px;
	width: 60px;
	-webkit-transition: background 300ms ease;
	-moz-transition: background 300ms ease;
	-ms-transition: background 300ms ease;
	-o-transition: background 300ms ease;
	transition: background 300ms ease;
	z-index: 2;
}
.cmssingleTeaser > article:hover > figure > figcaption > p > .text > a {
	background: #B52922;
}
.cmssingleTeaser > article > figure > figcaption > p > .addition.empty {
	display: none;
}
.cmssingleTeaser > article > figure > figcaption > p > .addition {
	background: rgba(205, 167, 116, 0.7);
	padding: 10px 0 10px 10px;
	position: absolute;
	right: 0;
	top: -68px;
}
.cmssingleTeaser > article > figure > figcaption > p > .addition > span {
	display: block;
	font-weight: 700;
}

@media all and (max-width: 950px){

	.cmssingleTeaser > article > figure > figcaption > p > .addition {
		top: 0;
	}

}

@media all and (max-width: 850px){
	
	.cmssingleTeaser > article {
		clear: both !important;
		float: none !important;
		margin: 20px 0 !important;
		width: 100% !important;
	}
	.cmssingleTeaser > article > figure > figcaption {
		padding-left: 20px;
	}

}

@media all and (max-width: 700px){

	.cmssingleTeaser > article > figure > figcaption {
		position: relative;
	}
	.cmssingleTeaser > article > figure > figcaption > a {
		font-size: 23px;
	}
	.cmssingleTeaser > article > figure > figcaption > p > .text {
		font-size: 15px;
	}

}

@media all and (max-width: 350px){

	.cmssingleTeaser > article > figure > figcaption > p > .text > a {
		top: 80px;
	}

}

/* Elemente - Tabelle */

.cmsTable > h2 {
	margin: 0 0 40px 0;
}
.cmsTable > table {
	width: 100%;
}
.cmsTable > table > tbody > tr {
	background: #F2EBE4;
	border-bottom: 1px solid #FFFFFF;
}
.cmsTable > table > tbody > tr:last-child {
	border-bottom: none;
}
.cmsTable > table > tbody > tr.val2 {
	background: #F8F5F1;
}
.cmsTable > table > tbody > tr > td {
	line-height: 40px;
	padding: 0 10px;
}
.cmsTable > p {
	font-size: smaller;
	padding: 5px 10px 0 10px;
}

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

	.cmsTable > h1 {
		font-size: 35px;
	}

}

/* Elemente - Verlinkungen */

/* Links (intern & extern) */

.cmsLink > a:before {
	color: #FBC78C; 
	content: '\E808';
	font-family: 'fontello';
	font-weight: normal;
	left: 0;
	position: absolute;
	top: -2px;
}
.cmsLink > a {
	display: inline-block;
	font-weight: 300;
	padding: 0 0 0 20px;
	position: relative;
	-webkit-transition: color 300ms ease;
	-moz-transition: color 300ms ease;
	-ms-transition: color 300ms ease;
	-o-transition: color 300ms ease;
	transition: color 300ms ease;
}

/* Verweisliste */

.cmsRefs > h2 {
	margin: 0 0 20px 0;
}
.cmsRefs > ul > li > a:before {
	content: '\E808';
	font-family: 'fontello';
	font-weight: normal;
	left: 0;
	position: absolute;
}
.cmsRefs > ul > li > a {
	display: inline-block;
	font-weight: 3000;
	padding: 0 0 0 20px;
	position: relative;
	-webkit-transition: color 300ms ease;
	-moz-transition: color 300ms ease;
	-ms-transition: color 300ms ease;
	-o-transition: color 300ms ease;
	transition: color 300ms ease;
}

/* E-Mail */

.cmsMail > a:before {
	content: '\E833';
	font-family: 'fontello';
	font-weight: normal;
	left: 0;
	position: absolute;
	top: -2px;
}
.cmsMail > a {
	display: inline-block;
	font-weight: 300;
	padding: 0 0 0 40px;
	position: relative;
	-webkit-transition: color 300ms ease;
	-moz-transition: color 300ms ease;
	-ms-transition: color 300ms ease;
	-o-transition: color 300ms ease;
	transition: color 300ms ease;
}

/* Elemente - Dropdown */

.cmsDrop {
	padding: 12px 0 10px;
}
.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 40px;
	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 + .cmsDownload {
	margin-top: -20px;
}
.cmsDownload {
	position: relative;
}
.cmsDownload > a {
	display: inline-block;
	font-weight: normal;
	padding: 0 0 0 65px;
	-webkit-transition: color 300ms ease;
	-moz-transition: color 300ms ease;
	-ms-transition: color 300ms ease;
	-o-transition: color 300ms ease;
	transition: color 300ms ease;
}
.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: -3px;
	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:before {
	background: #F2EBE4;
	content: "";
	height: 100%;
	left: -2000px;
	position: absolute;
	top: 0;
	width: 2000px;
}
.cmsForm {
	background: #F2EBE4;
	padding: 40px 0;
	position: relative;
}
.cmsForm:after {
	background: #F2EBE4;
	content: "";
	height: 100%;
	position: absolute;
	right: -2000px;
	top: 0;
	width: 2000px;
}
.cmsForm > h2 {
	font-size: 40px;
	margin: 0 0 25px 0;
}
.cmsForm > .row {
	margin: 20px 0;
	padding: 0 40px 0 0;
	position: relative;
}
.cmsForm > .row:after {
	clear: both;
	content: "";
	display: block;
}
.cmsForm > .row.validation:before {
	color: #EA5B0C;
	content: '\E823';
	font-family: 'fontello';
	line-height: 44px;
	position: absolute;
	right: 0;
	top: 0;
}
.cmsForm > .row > label {
	display: block;
	float: left;
	font-weight: normal;
	line-height: 44px;
	padding: 0 10px 0 0;
	width: 30%;
}
.cmsForm > .row > .field {
	background: #FFFFFF;
	border: 1px solid #FFFFFF;
	height: 44px;
	outline: medium none;
	padding: 0 10px;
	width: 70%;
}
.cmsForm > .row > .field:focus {
	border: 1px solid #93C8FF;
	box-shadow: 0 0 4px #1983F0;
}
.cmsForm > .row > textarea.field {
	height: 100px;
	line-height: 1.3;
	padding-top: 10px;
	padding-bottom: 10px;
}
.cmsForm > .row > select.field {
	padding: 7px 10px 7px 7px;
}
.cmsForm > .row > input[type='file'].field {
	border: 1px solid #cfcfcf !important;
	height: auto;
	line-height: 1;
	padding: 8px 10px;
}
.cmsForm > .row > input[type='file'].field:focus {
	border: 0;
	box-shadow: none;
}
.cmsForm > .row > .checkbox {
	border: 0 none;
	margin: 0 8px 0 0;
	padding: 0;
	width: auto;
}
.cmsForm > .row > p {
	display: inline-block;
	line-height: 44px;
}
.cmsForm > .infotext {
	line-height: 1.3;
}
.cmsForm > .row > .datepicker {
	cursor: pointer;
	width: 143px;
}
.cmsForm > .row > .calicon {
	background: #EA5B0C;
	border-left: none;
	cursor: pointer;
	display: inline-block;
	font-size: 18px;
	height: 44px;
	line-height: 42px;
	margin: 0 0 0 -38px;
	padding: 0 11px;
	position: absolute;
	top: 0;
}
.cmsForm > .row > .calicon:before {
	color: #FFFFFF;
	content: "\E800";
	font-family: "fontello";
}
.cmsForm > .row > .spm {
	background: none repeat scroll 0 0 #FFFFFF;
	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: #EA5B0C;
	border: 0;
	color: #FFFFFF;
	cursor: pointer;
	line-height: 50px;
	padding: 0 40px;
	font-weight: bold;
	text-transform: uppercase;
	-webkit-transition: background 300ms ease, color 300ms ease;
	-moz-transition: background 300ms ease, color 300ms ease;
	-ms-transition: background 300ms ease, color 300ms ease;
	-o-transition: background 300ms ease, color 300ms ease;
	transition: background 300ms ease, color 300ms ease;
}
.cmsForm > .button > input:hover { 
	background: #FFFFFF;
	color: #EA5B0C;
}
.cmsForm > .msg {
	line-height: 1.3;
	margin: 0 40px 10px 0;
	padding: 4px 10px;
}
.cmsForm .error {
	background: #FFFFFF;
	border: 1px solid #FFA3A3 !important;
	box-shadow: 0 0 3px #FF0000;
}

@media all and (max-width: 900px){
	
	.cmsForm > .row {
		padding-right: 0;
	}
	.cmsForm > .row > label {
		float: none;
		margin-bottom: 5px;
		padding-right: 20px;
		width: 100%;
	}
	.cmsForm > .row > .field {
		width: 100%;
	}
	.cmsForm > .row > .calicon {
		top: 50px;
	}
	.cmsForm > .row > .spm {
		width: 100%;
	}
	.cmsForm > .button {
		margin-right: 0;
	}
	.cmsForm > .msg {
		margin-right: 0;
	}

}

@media all and (max-width: 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 Styles Micado */

/* Datepicker */

/* benutzerdefinierte Styles */

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

/* generelle Vererbungen */

.ui-datepicker {
	padding: 10px !important;
}
.ui-corner-all {
	border-radius: 0 !important;
}
.ui-icon {
	background: none !important;
	text-indent: 0 !important;
	width: auto !important;
	height: auto !important;
}
.ui-datepicker-title {
	color: #FFFFFF;
	font-weight: bold;
	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 {
	color: #FFFFFF;
	width: auto !important;
	height: auto !important;
	margin: 7px 0 0 0 !important;
	top: 4px !important;
	border: 0 !important;
	background: none !important;
	padding: 0 !important;
	cursor: pointer !important;
}
.ui-datepicker-prev {
	left: 5px !important;
}
.ui-datepicker-next {
	right: 5px !important;
}
.ui-datepicker-prev span, .ui-datepicker-next span {
	left: auto !important;
	margin: 0 !important;
	top: auto !important;
	position: static !important;
	font-size: 0.8em !important;
}

/*! fancyBox v2.1.4 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

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

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

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

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

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

.fancybox-inner {
	overflow: hidden;
}

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

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

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

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

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

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

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

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

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

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

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

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

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

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

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

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

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

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

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

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

/* Overlay helper */

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

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

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

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

/* Title helper */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Text mit TextWrapper */

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

/* Text ohne TextWrapper */

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

/* Navigation - Pfeile */

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

/* Navigation - Bullets */

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

.micAnimation > ul > .slide > .textBox {
	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;
	}

}

/* Privacy 1.0.0 */

/* Default */

.privacyCookie {
	background: #C1C1C1;
	font-size: 15px;
	padding: 10px 0;
	width: 100%;
}
.privacyCookie > div > p {
	color: #FFFFFF;
	float: left;
	margin: 0 10px 0 0;
}
.privacyCookie > div > p > a {
	color: #FFFFFF;
}
.privacyCookie > div > a.button {
	color: #FFFFFF;
	float: right;
	position: relative;
}

/* Direction Top */

.privacyCookie.top {
	margin: -300px 0 0 0;
	position: absolute;
	transition: margin 300ms ease;
	z-index: 5;
}
.showPrivacyCookie .privacyCookie.top {
	margin-top: 0 !important;
	position: relative;
}

/* Direction Bottom */

.privacyCookie.bottom {
	left: -10000px;
	position: fixed;
	transition: bottom 300ms ease;
	z-index: 9999;
}
.showPrivacyCookie .privacyCookie.bottom {
	bottom: 0 !important;
}

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

	.privacyCookie {
		padding-top: 18px;
	}
	.privacyCookie > div > p {
		float: none;
		margin-right: 0;
	}
	.privacyCookie > div > a.button {
		float: none;
		padding: 8px 0;
		display: block;
	}

}