/* 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: url("/img/layout/background.png");
	color: #3D322D;
	font: 400 16px/1.6 'Open Sans', sans-serif;
	-webkit-text-size-adjust: none;
}
body > #PageWrapper {
	min-height: 100%;
	overflow: hidden;
	padding: 0 0 180px 0;
	position: relative;
}
a {
	color: #3D322D;
	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: #000000;
}
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?77053091');
	src: url('/img/webfonts/fontello.eot?77053091#iefix') format('embedded-opentype'),
		url('/img/webfonts/fontello.woff?77053091') format('woff'),
		url('/img/webfonts/fontello.ttf?77053091') format('truetype'),
		url('/img/webfonts/fontello.svg?77053091#fontello') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* Layout - Header */

#HeaderWrapper {
	background: #95C11F;
	box-shadow: 3px 4px 5px 0px rgba(0, 0, 0, 0.1);
	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 > .row1 {
	height: 40px;
	position: relative;
}
#HeaderWrapper > .row1:before {
	background: #FFFFFF;
	content: "";
	height: 100%;
	left: -2000px;
	position: absolute;
	top: 0;
	width: 4000px;
	z-index: -1;
}
#HeaderWrapper > .row1:after {
	clear: both;
	content: "";
	display: none;
}
#HeaderWrapper > .row2 {
	height: 85px;
}
#HeaderWrapper.mobile {
	position: absolute;
}
#HeaderWrapper.fixed {
}
#HeaderWrapper > div {
	height: 100%;
	margin: 0 auto;
	max-width: 1240px;
	padding: 0 20px;
	position: relative;
}

/* Logo */

#HeaderWrapper > .row2 > a {
	bottom: -9px;
	position: absolute;
	right: 11px;
	width: 240px;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
	z-index: 2;
}
#HeaderWrapper > .row2 > a > img {
	display: block;
	width: 100%;
}

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

	#HeaderWrapper > .row2 > a {
		left: 0;
		right: auto;
	}

}

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

	#HeaderWrapper > .row2 > a {
		bottom: -6px;
		width: 163px;
	}

}

/* Layout - Header - Kontakt */

#HeaderWrapper > .row1 > a {
	font-size: 14px;
	float: left;
	line-height: 40px;
	margin: 0 61px 0 0;
	padding: 0 0 0 46px;
	position: relative;
	-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;
}
#HeaderWrapper > .row1 > .phone:before {
	color: #95C11F;
	content: "\E83E";
	font-family: "fontello";
	font-size: 25px;
	font-weight: normal;
	left: 0;
	position: absolute;
}
#HeaderWrapper > .row1 > .mail:before {
	color: #95C11F;
	content: "\E83F";
	font-family: "fontello";
	font-size: 20px;
	font-weight: normal;
	left: 0;
	position: absolute;
}

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

	#HeaderWrapper > .row1 > a {
		margin-right: 40px;
	}

}

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

	#HeaderWrapper > .row1 > a {
		float: right;
		margin-right: 0;
		overflow: hidden;
		padding-left: 30px;
		width: 10px;
	}
	#HeaderWrapper > .row1 > .mail {
		margin-left: 10px;
		margin-right: 10px;
	}

}

/* Layout - Header - Sprachauswahl */

#HeaderWrapper > .row1 > .lang {
	float: left;
	-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;
}
#HeaderWrapper > .row1 > .lang > li.selected {
	display: none;
}

#HeaderWrapper > .row1 > .lang > li > a {
	font-size: 14px;
	line-height: 40px;
	padding: 0 0 0 43px;
	position: relative;
	text-transform: uppercase;
}
#HeaderWrapper > .row1 > .lang > li > a:before {
	content: "";
	display: block;
	height: 17px;
	left: 0;
	position: absolute;
	top: 2px;
	width: 25px;
}
#HeaderWrapper > .row1 > .lang > li > a.at:before {
	background: url("/img/layout/flag_at.png") no-repeat;
}
#HeaderWrapper > .row1 > .lang > li > a.en:before {
	background: url("/img/layout/flag_uk.png") no-repeat;
}

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

	#HeaderWrapper > .row1 > .lang {
		float: right;
		margin-right: 10px;
	}

}

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

	#HeaderWrapper > .row1 > .lang {
		margin-right: 5px;
		overflow: hidden;
		padding: 0;
		width: 25px;
	}

}

/* Layout - Animation */

#GalleryWrapper {
	overflow: hidden;
	padding: 125px 0 0 0;
	position: relative;
	width: 100%;
	z-index: 3;
}
#GalleryWrapper:after {
	background: url("/img/layout/dashed_line_white.png") repeat scroll;
	bottom: 3px;
	content: "";
	height: 2px;
	left: 0;
	position: absolute;
	width: 100%;
	z-index: 1;
}
#GalleryWrapper > .animation {
	height: 600px;
}

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

	#GalleryWrapper {
		padding: 80px 0 0 0;
	}

}

/* Layout - Content */

#ContentWrapper {
	margin-bottom: 50px;
	overflow: hidden;
	position: relative;
	width: 100%;
	z-index: 2;
}
#ContentWrapper:before {
	background: url("/img/layout/dashed_line_brown.png");
	content: "";
	height: 2px;
	left: 0;
	position: absolute;
	top: 4px;
	width: 100%;
}
#ContentWrapper > section {
	margin: 0 auto;
	max-width: 1240px;
	padding: 0 20px;
	position: relative;
}

/* Layout - Footer */

#FooterWrapper {
	background: url("/img/layout/background.png");
	bottom: 0;
	color: #FFFFFF;
	margin-bottom: 50px;
	min-height: 360px;
	position: absolute;
	width: 100%;
	z-index: 1;
}
#FooterWrapper:before {
	background: url("/img/layout/dashed_line_brown.png");
	content: "";
	height: 2px;
	left: 0;
	position: absolute;
	top: -5px;
	width: 100%;
	z-index: 1;
}
#FooterWrapper:after {
	background: url("/img/layout/dashed_line_brown.png") repeat scroll;
	bottom: -5px;
	content: "";
	height: 2px;
	left: 0;
	position: absolute;
	width: 100%;
	z-index: 1;
}
#FooterWrapper > .row1 {
	background: #A4917E;
	box-shadow: 3px 4px 5px 0px rgba(0, 0, 0, 0.2);
	min-height: 360px;
	position: relative;
}
#FooterWrapper > .row1:before {
	background: url("/img/layout/dashed_line_white.png");
	content: "";
	height: 2px;
	left: 0;
	position: absolute;
	top: 5px;
	width: 100%;
	z-index: 1;
}
#FooterWrapper > .row1:after {
	background: url("/img/layout/dashed_line_white.png") repeat scroll;
	bottom: 5px;
	content: "";
	height: 2px;
	left: 0;
	position: absolute;
	width: 100%;
	z-index: 1;
}
#FooterWrapper > .row1 > div {
	height: 100%;
	margin: 0 auto;
	max-width: 1240px;
	min-height: 360px;
	padding: 0 20px;
	position: relative;
}
#FooterWrapper > .row1 > div:after {
	background: url("/img/layout/background-footer_sun.png") no-repeat;
	bottom: 0;
	content: "";
	height: 190px;
	left: 0;
	position: absolute;
	width: 412px;
}
#FooterWrapper > .row1 > div > div {
	float: left;
	margin: 65px 0 0 0;
}
#FooterWrapper > .row1 > div:after {
	clear: both;
	content: "";
	display: block;
}

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

	#FooterWrapper > .row1 > div:after {
		display: none;
	}

}

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

	#FooterWrapper {
		margin-bottom: 0;
	}
	#FooterWrapper > .row2 {
		background: #FFFFFF;
		padding: 5px;
		text-align: center;
	}
	#FooterWrapper > .row1 > div {
		padding-bottom: 20px;
		padding-top: 20px;
	}

}

/* Layout - Footer - Kontakt */

#FooterWrapper > .row1 > div > .column1 {
	width: 37.083333333333336%; /* 445 */;
}
#FooterWrapper > .row1 > div > .column1 > .headline {
	font-size: 20px;
	font-weight: 600;
	line-height: 1.2;
	text-transform: uppercase;
}
#FooterWrapper > .row1 > div > .column1 > .text {
	display: block;
	line-height: 1.25;
	margin: 14px 0 0 0;
}

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

	#FooterWrapper > .row1 > div > .column1 {
		float: none;
		margin-top: 0;
		text-align: center;
		width: 100%;
	}
	
}

/* Layout - Footer - Links */

#FooterWrapper > .row1 > div > .column2 {
	width: 45.416666666666664%; /* 545 */
}
#FooterWrapper > .row1 > div > .column2 > * {
	color: #FFFFFF;
	display: block;
	font-size: 20px;
	font-weight: 600px;
	position: relative;
}

/* Telefon */

#FooterWrapper > .row1 > div > .column2 > .phone {
	padding: 10px 0 12px 100px;
}
#FooterWrapper > .row1 > div > .column2 > .phone > a {
	color: #FFFFFF;
	display: block;
	font-size: 20px;
	font-weight: 600px;
	line-height: 1.2;
}
#FooterWrapper > .row1 > div > .column2 > .phone:before {
	background: #95C11F;
	content: "\E83E";
	font-family: "fontello";
	font-size: 35px;
	font-weight: normal;
	height: 70px;
	left: 0;
	line-height: 70px;
	position: absolute;
	text-align: center;
	top: 0;
	width: 73px;
}

/* Mail */

#FooterWrapper > .row1 > div > .column2 > .mail {
	margin: 1px 0;
	padding: 21px 0 17px 105px;
}
#FooterWrapper > .row1 > div > .column2 > .mail:before {
	background: #95C11F;
	content: "\E83F";
	font-family: "fontello";
	font-size: 27px;
	font-weight: normal;
	height: 70px;
	left: 0;
	line-height: 70px;
	position: absolute;
	text-align: center;
	top: 0;
	width: 73px;
}

/* Facebook */

#FooterWrapper > .row1 > div > .column2 > .fb {
	padding: 21px 0 17px 105px;
	text-transform: uppercase;
}
#FooterWrapper > .row1 > div > .column2 > .fb:before {
	background: #95C11F;
	content: "\E840";
	font-family: "fontello";
	font-size: 35px;
	font-weight: normal;
	height: 70px;
	left: 0;
	line-height: 70px;
	position: absolute;
	text-align: center;
	top: 0;
	width: 73px;
}

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

	#FooterWrapper > .row1 > div > .column2 {
		float: right;
		width: auto;
	}

}

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

	#FooterWrapper > .row1 > div > .column2 {
		display: table;
		float: none;
		margin-left: auto;
		margin-right: auto;
		margin-top: 20px;
	}

}

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

	#FooterWrapper > .row1 > div > .column2 > a {
		font-size: 15px;
	}
	#FooterWrapper > .row1 > div > .column2 > .phone {
		padding-bottom: 13px;
		padding-left: 70px;
		padding-top: 11px;
	}
	#FooterWrapper > .row1 > div > .column2 > .phone:before {
		font-size: 28px;
		height: 60px;
		line-height: 60px;
		width: 60px;
	}
	#FooterWrapper > .row1 > div > .column2 > .phone > a {
		font-size: 15px;
	}
	#FooterWrapper > .row1 > div > .column2 > .mail {
		padding-bottom: 17px;
		padding-left: 70px;
		padding-top: 19px;
	}
	#FooterWrapper > .row1 > div > .column2 > .mail:before {
		font-size: 28px;
		height: 60px;
		line-height: 60px;
		width: 60px;
	}
	#FooterWrapper > .row1 > div > .column2 > .fb {
		padding-bottom: 17px;
		padding-left: 70px;
		padding-top: 19px;
	}
	#FooterWrapper > .row1 > div > .column2 > .fb:before {
		font-size: 28px;
		height: 60px;
		line-height: 60px;
		width: 60px;
	}

}

/* Layout - Footer - Logos */

#FooterWrapper > .row1 > div > .column3 {
	float: right;
}
#FooterWrapper > .row1 > div > .column3 > a {
	display: block;
	height: 70px;
	margin: 0 0 1px 0;
	opacity: 0.8;
	-webkit-transition: opacity 300ms ease-in;
	-moz-transition: opacity 300ms ease-in;
	-ms-transition: opacity 300ms ease-in;
	-o-transition: opacity 300ms ease-in;
	transition: opacity 300ms ease-in;
	width: 140px;
}
#FooterWrapper > .row1 > div > .column3 > a:hover {
	opacity: 1;
}
#FooterWrapper > .row1 > div > .column3 > a > img {
	display: block;
	height: 100%;
	width: 100%;
}

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

	#FooterWrapper > .row1 > div > .column3 {
		display: none;
		float: none;
		margin: 0;
		position: relative;
	}
	#FooterWrapper > .row1 > div > .column3 > a {
		display: inline-block;
		margin-bottom: 0;
	}

}

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

	#FooterWrapper > .row1 > div > .column3 {
		display: table;
		margin: 20px auto 0;
	}
	#FooterWrapper > .row1 > div > .column3 > a {
		display: inline-block;
		margin-right: 5px;
	}
	#FooterWrapper > .row1 > div > .column3 > a:last-child {
		margin-right: 0;
	}

}

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

	#FooterWrapper > .row1 > div > .column3 > a {
		display: block;
		margin-bottom: 5px;
		margin-right: 0;
	}
	#FooterWrapper > .row1 > div > .column3 > a:last-child {
		margin-bottom: 0;
		margin-right: 0;
	}

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

.mobileTrigger {
	display: none;
}
nav.desktop {
	bottom: 0;
	left: 20px;
	padding: 0 200px 0 0;
	position: absolute;
	z-index: 1;
}
nav.desktop > ul:after {
	clear: both;
	content: "";
	display: block;
}
nav.desktop > ul > li {
	float: left;
	padding: 0 0 1px 0;
	position: relative;
}
nav.desktop > ul > li > a {
	color: #FFFFFF;
	display: block;
	font-weight: 600;
	line-height: 41px;
	padding: 0 30px;
	text-transform: uppercase;
	-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.desktop > ul > li > a:after {
	background: url("/img/layout/menu_line.png") no-repeat;
	bottom: 0;
	content: "";
	position: absolute;
	right: 0;
	top: -14px;
	width: 13px;
}
nav.desktop > ul > li:last-child > a:after {
	display: none;
}
nav.desktop > ul > li:first-child > a {
	padding-left: 0;
}
nav.desktop > ul > li:hover > a,
nav.desktop > ul > li > a.selected {
	color: #3D322D;
}
nav.desktop > ul > li:hover > ul {
	box-shadow: 3px 4px 5px 0px rgba(0, 0, 0, 0.1) inset;
	height: auto;
	padding: 31px 0 71px 0;
	opacity: 1;
	overflow: visible;
	top: 42px;
	z-index: -1;
}
nav.desktop > ul > li:hover > ul:after {
	background: #95C11F;
	bottom: 0;
	content: "";
	height: 2px;
	left: 0;
	position: absolute;
	right: 0;
}
nav.desktop > ul > li > ul {
	background: #FFFFFF;
	box-shadow: 3px 4px 5px 0px rgba(0, 0, 0, 0.1) inset;
	height: 0;
	left: -40px;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	top: 42px;
	-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 {
	width: 300px;
}
nav.desktop > ul > li.singleColumn > ul > li > a {
	color: #3D322D;
	display: block;
	font-size: 18px;
	font-weight: 600;
	line-height: 1.2;
	margin: 0 0 1px 0;
	padding: 7px 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.desktop > ul > li.singleColumn > ul > li > a:hover,
nav.desktop > ul > li.singleColumn > ul > li > a.selected {
	color: #95C11F;
}

/* MultiColumns */

nav.desktop > ul > li.multiColumns > ul {
	padding-left: 40px;
	padding-right: 40px;
}
nav.desktop > ul > li.multiColumns > ul > li {
	line-height: 1.3;
	margin: 5px 0;
	width: 300px;
}
nav.desktop > ul > li.multiColumns > ul > li:first-child {
	margin-top: 0;
}
nav.desktop > ul > li.multiColumns > ul > li:last-child {
	margin-bottom: 0;
}
nav.desktop > ul > li.multiColumns > ul > li > a {
	display: block;
	line-height: 1.2;
	padding: 3px 0 0;
	-webkit-transition: all 300ms ease-in;
	-moz-transition: all 300ms ease-in;
	-ms-transition: all 300ms ease-in;
	-o-transition: all 300ms ease-in;
	transition: all 300ms ease-in;
}
nav.desktop > ul > li.multiColumns > ul > li > a:hover,
nav.desktop > ul > li.multiColumns > ul > li > a.selected {
	color: #95C11F;
}
nav.desktop > ul > li.multiColumns > ul > li > ul > li > a {
	display: block;
	font-size: 14px;
	font-weight: normal;
	padding: 3px 0 3px 20px;
}
nav.desktop > ul > li.multiColumns > ul > li > ul > li > a:hover,
nav.desktop > ul > li.multiColumns > ul > li > ul > li > a.selected {
	
}

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

	nav.desktop > ul > li > a {
		padding: 0 20px;
	}

}

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

	nav.desktop > ul > li > a {
		padding: 0 17px;
	}

}

/* Menü - Hauptmenü Mobile */

.mobileTrigger.show:before {
	color: #FFFFFF;
	content: "\E819";
	display: block;
	float: left;
	font-family: "fontello";
	font-size: 45px;
	margin: 0 5px 0 0;
}
.mobileTrigger.show {
	cursor: pointer;
	display: block;
	line-height: 85px;
	padding: 0 20px 0 20px;
	position: absolute;
	right: 0;
}
nav.mobile {
	position: absolute;
	right: 0;
	top: 85px;
	width: 100%;
	z-index: 99999;
}
nav.mobile > ul {
	background: #FFFFFF;
	height: 0;
	opacity: 0;
	overflow: hidden;
	width: 100%;
	-webkit-transition: all 300ms ease-in;
	-moz-transition: all 300ms ease-in;
	-ms-transition: all 300ms ease-in;
	-o-transition: all 300ms ease-in;
	transition: all 300ms ease-in;
}
nav.mobile > ul.open {
	border-top: 1px solid #3D322D;
	height: auto;
	opacity: 1;
	overflow: visible;
	padding: 40px 0 40px 0;
}
nav.mobile > ul.open:after {
	background: #95C11F;
	bottom: 0;
	content: "";
	height: 2px;
	left: 0;
	position: absolute;
	right: 0;
}
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 {
	display: block;
	padding: 10px 20px;
	-webkit-transition: all 300ms ease-in;
	-moz-transition: all 300ms ease-in;
	-ms-transition: all 300ms ease-in;
	-o-transition: all 300ms ease-in;
	transition: all 300ms ease-in;
}
nav.mobile > ul > li > a:hover,
nav.mobile > ul > li > a.selected {
	background: #95C11F;
	color: #FFFFFF;
}

/* 2. Ebene */

nav.mobile > ul > li > ul > li > a {
	display: block;
	font-size: 14px;
	padding: 6px 40px;
	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;
}
nav.mobile > ul > li > ul > li > a:before {
	content: "\E814";
	font-family: "fontello";
	left: 20px;
	position: absolute;
	top: 5px;
}
nav.mobile > ul > li > ul > li > a:hover,
nav.mobile > ul > li > ul > li > a.selected {
	color: #95C11F;
}

/* 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 {
	bottom: 20px;
	position: absolute;
	right: 20px;
}
ul.metamenu:after {
	clear: both;
	content: "";
	display: block;
}
ul.metamenu > li {
	float: left;
}
ul.metamenu > li > a {
	color: #FFFFFF;
	display: block;
	padding: 0 4px;
}
ul.metamenu > li > a:hover,
ul.metamenu > li > a.selected {
	
}

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

	ul.metamenu {
		bottom: auto;
		position: relative;
		right: auto;
	}
	ul.metamenu > li {
		display: inline-block;
		float: none;
	}
	ul.metamenu > li > a {
		color: #3D322D;
		display: block;
		padding: 0 4px;
	}

}

/* Elemente - Überschriften */

h1 {
	color: #95C11F;
	font-family: "Pacifico", cursiv;
	font-size: 60px;
	line-height: 1.2;
	margin-top: 77px !important;
	text-align: center;
	text-shadow: 1px 1px 0px #FFFFFF;
}
h1 > span {
	display: inline-block;
	padding: 0 0 11px 0;
	position: relative;
	z-index: 2;
}
h1 > span:after {
	background: url("/img/layout/headline_line.png") no-repeat;
	bottom: 0;
	content: "";
	height: 14px;
	left: 50%;
	margin: 0 0 0 -100px;
	position: absolute;
	text-shadow: 0px 3px 3px rgba(0, 0, 0, 0.2);
	width: 100%;
	z-index: -1;
}
h2 {
	color: #95C11F;
	font-family: "Pacifico", cursiv;
	font-size: 60px;
	line-height: 1.2;
	text-align: center;
	text-shadow: 1px 1px 0px #FFFFFF;
}
h2 > span {
	display: inline-block;
	padding: 0 0 11px 0;
	position: relative;
	z-index: 2;
}
h2 > span:after {
	background: url("/img/layout/headline_line.png") no-repeat;
	bottom: 0;
	content: "";
	height: 14px;
	left: 50%;
	margin: 0 0 0 -100px;
	position: absolute;
	text-shadow: 0px 3px 3px rgba(0, 0, 0, 0.2);
	width: 100%;
	z-index: -1;
}
h3 {
	color: #3D322D;
	font-size: 20px;
	font-weight: 600;
}

/* Folgeüberschriften */

h1.cms + h2.cms {
	color: #3D322D;
	font-family: "Open Sans", sans-serif;
	font-size: 17px;
	font-weight: 600;
	margin-top: -28px;
	text-shadow: none;
}
h1.cms + h2.cms > span {
	padding: 0;
}
h1.cms + h2.cms > span:after {
	display: none;
}
h2.cms + h3.cms {
	color: #3D322D;
	font-size: 17px;
	font-weight: 600;
	margin-top: -28px;
	text-align: center;
}

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

	h1 {
		font-size: 50px
	}
	h2 {
		font-size: 50px
	}

}

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

	h1 {
		font-size: 40px
	}
	h1.cms + h2.cms {
		font-size: 15px;
	}
	h2 {
		font-size: 40px
	}
	h2.cms + h3.cms {
		font-size: 15px;
	}

}

/* Elemente - Textinhalt */

.cmsText > p > strong {
	font-weight: 600;
}

/* Elemente - Aufzählung */

.cmsList > h3 {
	margin-bottom: 10px;
}
.cmsList > ul > li:before {
	color: #95C11F;
	content: '\E814';
	font-family: 'fontello';
	font-size: 25px;
	left: 0;
	position: absolute;
	top: -3px;
}
.cmsList > ul > li {
	margin: 10px 0;
	padding: 3px 0 0 22px;
	position: relative;
}

/* 2-spaltig */

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

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

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

}

/* Elemente - Bild-Text */

.cmsImage {
	background: #B6A798;
	padding: 60px 0 74px;
	position: relative;
}
.cmsImage:before {
	background: url("/img/layout/line-combi-top.png");
	content: "";
	height: 10px;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}
.cmsImage:after {
	background: url("/img/layout/line-combi-top.png");
	bottom: 0;
	content: "";
	height: 10px;
	left: 0;
	position: absolute;
	width: 100%;
}
.cmsImage > div {
	position: relative;
}
.cmsImage > div:before {
	background: #B6A798;
	content: "";
	height: 100%;
	left: -2000px;
	position: absolute;
	top: 0;
	width: 4000px;
	z-index: -1;
}
.cmsImage > div:after {
	clear: both;
	content: "";
	display: block;
}
.cmsImage > div > .left {
	border: 5px solid #FFFFFF;
	border-radius: 2%;
	float: left;
	margin: 0 10.416666666666666% 10px 0; /* 125 */
	max-width: 42.5%; /* 510 */
}
.cmsImage > div > .right {
	border: 5px solid #FFFFFF;
	border-radius: 2%;
	float: right;
	margin: 0 0 10px 10.416666666666666%; /* 125 */
	max-width: 42.5%; /* 510 */
}
.cmsImage img {
	display: block;
	width: 100%;
}

/* Überschrift */

.cmsImage > div > p > .headline {
	color: #FFFFFF;
	display: block;
	font-family: "Pacifico", cursiv;
	font-size: 60px;
	line-height: 1.2;
	margin: 0 0 28px 0;
	text-align: center;
}
.cmsImage > div > p > .headline > span {
	display: inline-block;
	padding: 0 0 11px 0;
	position: relative;
	z-index: 2;
}
.cmsImage > div > p > .headline > span:after {
	background: url("/img/layout/headline_line.png") no-repeat;
	bottom: 0;
	content: "";
	height: 14px;
	left: 50%;
	margin: 0 0 0 -100px;
	position: absolute;
	text-shadow: 0px 3px 3px rgba(0, 0, 0, 0.2);
	width: 100%;
	z-index: -1;
}

/* Variante grün */

.cmsImage.green {
	background: #95C11F;
	position: relative;
}
.cmsImage.green > div:before {
	background: #95C11F;
	content: "";
	height: 100%;
	left: -2000px;
	position: absolute;
	top: 0;
	width: 4000px;
	z-index: -1;
}
.cmsImage.green > div > p > .headline {
	color: #FFFFFF;
	display: block;
	font-family: "Pacifico", cursiv;
	font-size: 60px;
	line-height: 1.2;
	margin: 0 0 28px 0;
	text-align: center;
}
.cmsImage.green > div > p > .headline > span {
	display: inline-block;
	padding: 0 0 11px 0;
	position: relative;
	z-index: 2;
}
.cmsImage.green > div > p > .headline > span:after {
	background: url("/img/layout/headline_line.png") no-repeat;
	bottom: 0;
	content: "";
	height: 14px;
	left: 50%;
	margin: 0 0 0 -100px;
	position: absolute;
	text-shadow: 0px 3px 3px rgba(0, 0, 0, 0.2);
	width: 100%;
	z-index: -1;
}
.cmsImage.green > div > p > .text {
	color: #FFFFFF;
}

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

	.cmsImage > div > .left,
	.cmsImage > div > .right {
		float: none;
		margin: 0 0 10px 0;
		max-width: none;
	}
	.cmsImage > div > p {
		padding: 10px 20px 0 20px;
	}
	
}

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

	.cmsImage > div > p > .headline {
		font-size: 50px !important;
	}

}

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

	.cmsImage > div > p > .headline {
		font-size: 40px !important;
	}

}

/* Elemente - Bildergalerie */

.cmsGallery:after {
	clear: both;
	content: "";
	display: block;
}
.cmsGallery + * {
	margin-top: -10px;
}
.cmsGallery > li {
	float: left;
	margin: 0 1.25% 3.636363636363636% 0; /* 0 15 40 0 */
	position: relative;
	width: 32.333333333333336%; /* 388 */
}
.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 {
	border: 5px solid #95C11F;
	border-radius: 2%;
	display: block;
}
.cmsGallery > li > figure > a:before {
	bottom: 18px;
	color: #95C11F;
	content: "\E83D";
	font-family: "fontello";
    font-size: 30px;
    font-weight: normal;
    position: absolute;
	right: 27px;
	 text-align: center;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}
.cmsGallery > li:hover > figure.withText > a:before {
	bottom: 50px;
	font-size: 40px;
	margin: auto -27px -20px auto;
	right: 50%;
	z-index: 10;
}
.cmsGallery > li:hover > figure > a:before {
	bottom: 50%;
	font-size: 40px;
	margin: auto -20px -32px auto;
	right: 50%;
	z-index: 10;
}
.cmsGallery > li > figure > a:after { /* Overlay */
	background: rgba(0, 0, 0, 0.8);
	bottom: 5px;
	box-shadow: 0 0 80px 0 #111111 inset;
	content: "";
	left: 5px;
	opacity: 0;
	position: absolute;
	right: 5px;
	top: 5px;
	z-index: 1;
}
.cmsGallery > li:hover > figure > a:after { /* Overlay einblenden */
	opacity: 1;
	-webkit-transition: opacity 300ms ease-in-out;
	-moz-transition: opacity 300ms ease-in-out;
	-ms-transition: opacity 300ms ease-in-out;
	-o-transition: opacity 300ms ease-in-out;
	transition: opacity 300ms ease-in-out;
}
.cmsGallery > li > figure > a > img {
	display: block;
	width: 100%;
}
.cmsGallery > li > figure > figcaption {
	color: #ffffff;
	font-size: smaller;
	line-height: 1.5;
	opacity: 0;
	padding: 0 10px;
	position: absolute;
	text-align: center;
	right: 45px;
	z-index: 10;
}
.cmsGallery > li:hover > figure > figcaption {
	bottom: auto;
	left: 50%;
	margin: 18px auto auto auto;
	opacity: 1;
	top: 65%;
	-moz-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-transition: opacity 700ms ease-in-out;
	-moz-transition: opacity 700ms ease-in-out;
	-ms-transition: opacity 700ms ease-in-out;
	-o-transition: opacity 700ms ease-in-out;
	transition: opacity 700ms ease-in-out;
}
.cmsGallery > li:hover > figure > a > img {
	-webkit-transition: all 150ms ease;
	-moz-transition: all 150ms ease;
	-ms-transition: all 150ms ease;
	-o-transition: all 150ms ease;
	transition: all 150ms ease 100ms;
}
.fancybox-wrap .fancydownload:before {
	content: '\e801';
	font-family: 'fontello';
	font-size: 18px;
	font-weight: normal;
	margin: 0 10px 0 0;
}
.fancybox-wrap .fancydownload {
	background: none repeat scroll 0 0 #000000;
	border-radius: 4px;
	color: #ffffff;
	cursor: pointer;
	font-size: 14px;
	padding: 5px;
	position: relative;
	text-align: center;
	text-transform: uppercase;
	z-index: 1;
}

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

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

.cmsGallerySlider:after {
	clear: both;
	content: "";
	display: block;
}
.cmsGallerySlider + * {
	margin-top: -10px;
}
.cmsGallerySlider .entry {
	margin: 0 15px 3.636363636363636% 0; /* 0 3.79746835443038% 40 0 */
	position: relative;
}
.cmsGallerySlider .entry:nth-child(3n) {
	margin-right: 0;
}
.cmsGallerySlider .entry:nth-child(3n) + li {
	clear: left;
}
.cmsGallerySlider .entry > figure {
	overflow: hidden;
	position: relative;
}
.cmsGallerySlider .entry > figure > a {
	border: 5px solid #95C11F;
	border-radius: 2%;
	display: block;
}
.cmsGallerySlider .entry > figure > a:before {
	bottom: 18px;
	color: #95C11F;
	content: "\E83D";
	font-family: "fontello";
    font-size: 30px;
    font-weight: normal;
    position: absolute;
	right: 27px;
	text-align: center;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}
.cmsGallerySlider .entry:hover > figure > a:before {
	bottom: 50%;
	font-size: 40px;
	margin: auto -27px -20px auto;
	right: 50%;
	z-index: 10;
}
.cmsGallerySlider .entry > figure > a:after { /* Overlay */
	background: rgba(0, 0, 0, 0.8);
	bottom: 5px;
	box-shadow: 0 0 80px 0 #111111 inset;
	content: "";
	left: 5px;
	opacity: 0;
	position: absolute;
	right: 5px;
	top: 5px;
	z-index: 1;
}
.cmsGallerySlider .entry:hover > figure > a:after { /* Overlay einblenden */
	opacity: 1;
	-webkit-transition: opacity 300ms ease-in-out;
	-moz-transition: opacity 300ms ease-in-out;
	-ms-transition: opacity 300ms ease-in-out;
	-o-transition: opacity 300ms ease-in-out;
	transition: opacity 300ms ease-in-out;
}
.cmsGallerySlider .entry > figure > a > img {
	display: block;
	width: 100%;
}
.cmsGallerySlider .entry > figure > figcaption {
	background: #95C11F;
	bottom: 5px;
	color: #FFFFFF;
	font-size: smaller;
	height: 30px;
	left: 5px;
	line-height: 35px;
	margin: 10px auto auto auto;
	opacity: 0;
	position: absolute;
	right: 5px;
	text-align: center;
	z-index: 10;
}
.cmsGallerySlider .entry:hover > figure.withText > 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;
}
.cmsGallerySlider .entry:hover > figure > a > img {
	-webkit-transition: all 150ms ease;
	-moz-transition: all 150ms ease;
	-ms-transition: all 150ms ease;
	-o-transition: all 150ms ease;
	transition: all 150ms ease 100ms;
}
.fancybox-wrap .fancydownload:before {
	content: '\e801';
	font-family: 'fontello';
	font-size: 18px;
	font-weight: normal;
	margin: 0 10px 0 0;
}
.fancybox-wrap .fancydownload {
	background: none repeat scroll 0 0 #000000;
	border-radius: 4px;
	color: #ffffff;
	cursor: pointer;
	font-size: 14px;
	padding: 5px;
	position: relative;
	text-align: center;
	text-transform: uppercase;
	z-index: 1;
}

/* Owl Carousel */

.cmsGallerySlider.owl-theme .owl-controls .owl-buttons div {
	background: none;
	border-radius: 0;
	color: #3D322D;
	font-size: 35px;
	opacity: 1;
}
.cmsGallerySlider.owl-theme .owl-controls .owl-buttons .owl-prev {
	left: -68px;
	margin: -45px auto;
	position: absolute;
	top: 50%;
}
.cmsGallerySlider.owl-theme .owl-controls .owl-buttons .owl-prev:after {
	content: "\E842";
	font-family: "fontello";
}
.cmsGallerySlider.owl-theme .owl-controls .owl-buttons .owl-next:after {
	content: "\E843";
	font-family: "fontello";
}
.cmsGallerySlider.owl-theme .owl-controls .owl-buttons .owl-next {
	margin: -45px auto;
	position: absolute;
	right: -68px;
	top: 50%;
}

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

	.cmsGallerySlider.owl-theme .owl-controls .owl-buttons .owl-prev {
		left: auto;
		margin: 0 auto;
		position: relative;
		top: auto;
	}
	.cmsGallerySlider.owl-theme .owl-controls .owl-buttons .owl-next {
		margin: 0 auto;
		position: relative;
		right: auto;
		top: auto;
	}

}

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

	.cmsGallerySlider .entry {
		margin-right: 0;
	}
	

}

/* Elemente - Einzeleaser */

.cmsSingleTeaser {
	background: #FFFFFF;
	background: rgba(255, 255, 255, 0.7);
	padding: 40px 0;
}
.cmsSingleTeaser + * {
	margin-top: 0;
}
.cmsSingleTeaser:after {
	clear: both;
	content: "";
	display: block;
}
.cmsSingleTeaser > h2 {
	margin: 0 0 20px 0;
}
.cmsSingleTeaser > article {
	cursor: pointer;
	float: left;
	margin: 0;
	position: relative;
	width: 100%;
}
.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 {
	border: 5px solid #95C11F;
	border-radius: 2%;
	display: block;
	float: left;
	margin: 0 40px 0 0;
	position: relative;
	max-width: 42.5%; /* 510 */
	z-index: 1;
}
.cmsSingleTeaser > article > figure > a > img {
	display: block;
	width: 100%;
}
.cmsSingleTeaser > article > figure > figcaption {
	padding: 50px 20px 20px 20px;
}
.cmsSingleTeaser > article > figure > figcaption > a {
	color: #95C11F;
	display: block;
	font-family: "Pacifico",cursiv;
	font-size: 30px;
	line-height: 1.2;
	margin-bottom: 20px;
	text-align: center;
}
.cmsSingleTeaser > article > figure > figcaption > p {
	margin-bottom: 20px;
}
.cmsSingleTeaser > article > figure > figcaption > p > span {
	display: block;
}
.cmsSingleTeaser > article > figure > figcaption > p > .text > a {
	background: #95C11F;
	background: rgba(149, 193, 31, 0.8);
	color: #FFFFFF;
	display: block;
	height: 45px;
	line-height: 45px;
	margin: 20px 0 0 0;
	position: absolute;
	right: 0;
	text-align: center;
	text-transform: uppercase;
	-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: 200px;
}
.cmsSingleTeaser > article:hover > figure > figcaption > p > .text > a {
	background: rgba(149, 193, 31, 1);
}
.cmsSingleTeaser > article > figure > figcaption > p > .date {
	font-weight: 600;
}
.cmsSingleTeaser > article.hasPrice > figure > figcaption > p > .addition {
	font-weight: 600;
	position: absolute;
	right: 0;
	top: 0;
}

@media all and (max-width: 800px){
	
	.cmsSingleTeaser + * {
		margin-top: auto;
	}
	.cmsSingleTeaser > article {
		clear: both !important;
		float: none !important;
		margin: 0 0 20px 0 !important;
		width: 100% !important;
	}

}

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

	.cmsSingleTeaser > article > figure > a {
		float: none;
		margin: 0;
		max-width: none;
		width: 100%;
	}
	.cmsSingleTeaser > article > figure > figcaption {
		position: relative;
	}
	.cmsSingleTeaser > article > figure > figcaption > p > .text > a {
		width: 100%;
	}
	.cmsSingleTeaser > article.hasPrice > figure > figcaption > p > .addition {
		top: 10px;
	}

}

/* Elemente - Gruppenteaser */

.cmsTeaser + * {
	margin-top: -20px;
}
.cmsTeaser:after {
	clear: both;
	content: "";
	display: block;
}
.cmsTeaser > h2 {
	margin: 0 0 40px 0;
}
.cmsTeaser > article {
	cursor: pointer;
	float: left;
	margin: 0 1.25% 3.636363636363636% 0; /* 0 15 40 0 */
	position: relative;
	width: 32.333333333333336%; /* 388 */
}
.cmsTeaser > article:nth-of-type(3n) {
	margin-right: 0;
}
.cmsTeaser > article:nth-of-type(3n) + article {
	clear: left;
}
.cmsTeaser > article > h2 {
	display: none;
}
.cmsTeaser > article > figure {
	background: #FFFFFF;
	background: rgba(255, 255, 255, 0.7);
}
.cmsTeaser > article > figure > a > img {
	border: 5px solid #95C11F;
	border-radius: 2%;
	display: block;
	width: 100%;
}
.cmsTeaser > article > figure > figcaption {
	padding: 30px 40px 45px 40px;
}
.cmsTeaser > article > figure > figcaption > a {
	color: #95C11F;
	display: block;
    font-family: "Pacifico",cursiv;
    font-size: 25px;
    line-height: 1.2;
	margin-bottom: 20px;
	text-align: center;
}
.cmsTeaser > article > figure > figcaption > p {
	margin-bottom: 20px;
}
.cmsTeaser > article > figure > figcaption > p > span {
	display: block;
}
.cmsTeaser > article > figure > figcaption > p > .date {
	font-weight: 600;
}
.cmsTeaser > article > figure > figcaption > p > .text {
	font-size: 16px;
}
.cmsTeaser > article > figure > figcaption > p > .text > a {
	background: #95C11F;
	background: rgba(149, 193, 31, 0.8);
	bottom: 0;
	color: #FFFFFF;
	height: 45px;
	left: 0;
	line-height: 45px;
	position: absolute;
	text-align: center;
	text-transform: uppercase;
	-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: 100%;
}
.cmsTeaser > article:hover > figure > figcaption > p > .text > a {
	background: rgba(149, 193, 31, 1);
}
.cmsTeaser > article.hasPrice > figure > figcaption > p > .addition {
	background: #FFFFFF;
	background: rgba(255, 255, 255, 0.2);
	left: 5px;
	font-size: 14px;
	font-weight: 600;
	padding: 10px 5px;
	position: absolute;
	right: 5px;
	text-align: center;
	top: 5px;
}

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

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

}

@media all and (max-width: 600px){
	
	.cmsTeaser + * {
		margin-top: auto;
	}
	.cmsTeaser > article {
		clear: both !important;
		float: none !important;
		margin: 0 0 20px 0 !important;
		width: 100% !important;
	}

}

/* Elemente - Tabelle */

.cmsTable > h3 {
	margin: 0 0 10px 0;
}
.cmsTable > table {
	width: 100%;
}
.cmsTable > table > tbody > tr:first-child {
	background: none;
	border-bottom: 1px solid #3D322D;
}
.cmsTable > table > tbody > tr {
	background: none;
}
.cmsTable > table > tbody > tr.val2 {
	background: #A4917E;
	background: rgba(164, 145, 126, 0.2);
}
.cmsTable > table > tbody > tr > td {
	line-height: 40px;
	padding: 0 10px;
}
.cmsTable > p {
	font-size: smaller;
	padding: 5px 10px 0 10px;
}

/* Elemente - Verlinkungen */

/* Links (intern & extern) */

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

/* Verweisliste */

.cmsRefs > h3 {
	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;
	padding: 0 0 0 20px;
	position: relative;
}

/* E-Mail */

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

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

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

.cmsDownload + .cmsDownload {
	margin-top: -20px;
}
.cmsDownload {
	position: relative;
}
.cmsDownload > a {
	display: inline-block;
	font-weight: normal;
	padding: 0 0 0 65px;
}
.cmsDownload > a:hover {
	color: #E57D26;
}
.cmsDownload > a:before {
	background: #e57d26 none repeat scroll 0 0;
	color: #ffffff;
	content: "FILE";
	display: block;
	font-size: small;
	font-weight: bold;
	height: 27px;
	left: 0;
	line-height: 27px;
	position: absolute;
	text-align: center;
	top: -2px;
	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 20px 0;
}
.cmsForm > .row {
	margin: 30px 0;
	padding: 0 40px 0 0;
	position: relative;
}
.cmsForm > .row:after {
	clear: both;
	content: "";
	display: block;
}
.cmsForm > .row.validation:before {
	color: #95C11F;
	content: '\E823';
	font-family: 'fontello';
	line-height: 44px;
	position: absolute;
	right: 0;
	top: 0;
}
.cmsForm > .row > label {
	display: block;
	float: left;
	font-weight: 600;
	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 #FFFFFF !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: #95C11F;
	cursor: pointer;
	display: inline-block;
	font-size: 18px;
	height: 44px;
	line-height: 44px;
	margin: -1px 0 0 -41px;
	padding: 0 8px 0 9px;
	position: absolute;
	top: 1px;
}
.cmsForm > .row > .calicon:before {
	color: #FFFFFF;
	content: "\E841";
	font-family: "fontello";
}
.cmsForm > .row > .spm {
	background: none repeat scroll 0 0 #FFFFFF;
	border: 1px solid #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 #FFFFFF;
	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: #95C11F;
	background: rgba(149, 193, 31, 0.8);
	border: 1px solid rgba(149, 193, 31, 0.8);
	color: #FFFFFF;
	cursor: pointer;
	font-weight: 600;
	line-height: 45px;
	padding: 0 50px 0px 50px;
	font-weight: bold;
	text-transform: uppercase;
	-webkit-transition: all 300ms ease-in;
	-moz-transition: all 300ms ease-in;
	-ms-transition: all 300ms ease-in;
	-o-transition: all 300ms ease-in;
	transition: all 300ms ease-in;
}
.cmsForm > .button > input:hover {
	background: #95C11F;
	border: 1px solid #95C11F;;
}
.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;
	}
	.cmsForm > .button > input {
		width: 100%;
	}

}

/* Extention - Öffnungszeiten */

.cmsOpeningInfo {
	margin: 0 auto;
	max-width: 1240px;
	padding: 0 20px;
	position: relative;
}
.cmsOpeningInfo > div {
	bottom: 40px;
	position: absolute;
	right: 20px;
	width: 222px;
	z-index: 10;
}

/* Überschrift */

.cmsOpeningInfo > div > .headline {
	background: #95C11F;
	color: #FFFFFF;
	font-size: 40px;
	font-weight: 700;
	height: 74px;
	line-height: 74px;
	text-align: center;
	text-transform: uppercase;
}
.cmsOpeningInfo > div > .state {
	color: #95C11F;
	font-family: "Pacifico",cursiv;
	font-size: 36px;
	position: absolute;
	right: -39px;
	text-align: center;
	text-transform: lowercase;
	text-shadow: 1px 1px 0 #FFFFFF;
	top: 45px;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
	width: 203px;
	z-index: 2;
}
.cmsOpeningInfo > div > .state:after {
	background: url("/img/layout/background_open.png") no-repeat;
	content: "";
	height: 60px;
	position: absolute;
	right: 0;
	top: 8px;
	width: 100%;
	z-index: -1;
}
.cmsOpeningInfo > div > .text {
	background: #FFFFFF;
	font-size: 17px;
	font-weight: 300;
	height: 121px;
	padding: 46px 0 0 0;
	text-align: center;
}
.cmsOpeningInfo > div > .text > span {
	display: block;
	text-transform: uppercase;
}

/* Variante geschlossen */

.cmsOpeningInfo.closed > div {
	bottom: 80px;
}
.cmsOpeningInfo.closed > div > .state {
	background: rgb(255, 255, 255) url("/img/layout/background.png");
	padding: 0 0 5px 0;
	position: relative;
	top: 0;
}
.cmsOpeningInfo.closed > div > .state:after {
	display: none;
}
.cmsOpeningInfo.closed > div > .text {
	display: none;
}

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

	.cmsOpeningInfo > div > .state {
		right: 39px;
	}

}

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

	.cmsOpeningInfo {
		padding: 0;
	}
	.cmsOpeningInfo > div {
		bottom: auto;
		right: auto;
		position: relative;
		width: 100%;
	}
	.cmsOpeningInfo > div > .headline {
		display: inline-block;
		font-size: 35px;
		height: 55px;
		line-height: 55px;
		padding-right: 5px;
		text-align: right;
		width: 50%;
	}
	.cmsOpeningInfo > div > .state {
		background: #95C11F;
		color: #FFFFFF;
		display: inline-block;
		font-size: 32px;
		height: 55px;
		line-height: 55px;
		padding-left: 5px;
		position: relative;
		right: auto;
		text-align: left;
		text-shadow: 1px 1px 0 #95C11F;
		top: auto;
		width: 50%;
	}
	.cmsOpeningInfo > div > .state:after {
		display: none;
	}
	.cmsOpeningInfo > div > .text {
		height: auto;
		padding-bottom: 10px;
		padding-top: 10px;
	}

}

/*! 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: #3D322D;
	color: rgba(61, 50, 45, 0.7);
	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: #95C11F;
	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: #3D322D;
	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: #3D322D;
	font-weight: normal;
	padding: 0;
	text-align: center;
	-webkit-transition: all 300ms ease-in;
	-moz-transition: all 300ms ease-in;
	-ms-transition: all 300ms ease-in;
	-o-transition: all 300ms ease-in;
	transition: all 300ms ease-in;
}
.ui-datepicker-unselectable > *,
.ui-state-disabled > * {
	opacity: 0.4;
}
.ui-datepicker td a.ui-state-active,
.ui-datepicker .ui-state-highlight,
.ui-datepicker td a:hover,
.ui-datepicker-days-cell-over > a {
	background: #95C11F !important;
	color: #FFFFFF !important;
	font-weight: bold !important;
}
.ui-datepicker-today > a.ui-state-default {
	background: #FFFFFF !important;
	color: #95C11F !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 {
	color: #95C11F;
	display: table;
	font-family: "Pacifico", cursiv;
	line-height: 1.3;
	text-align: left;
}
.micAnimation > ul > .slide > .textBox > .text0 {
	background: #FFFFFF;
	background: rgba(255, 255, 255, 0.4);
	display: block;
	font-size: 50px;
	padding: 3px 20px;
}
.micAnimation > ul > .slide > .textBox > .text1 {
	background: #FFFFFF;
	background: rgba(255, 255, 255, 0.4);
	display: inline-block;
	font-size: 40px;
	margin-top: 2px;
	padding: 0 20px;
}

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

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

}

/* 
 * 	Core Owl Carousel CSS File
 *	v1.3.3
 */

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

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

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

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

/* Styling Next and Prev buttons */

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

/* Styling Pagination*/

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

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

/* If PaginationNumbers is true */

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

/* preloading images */
.owl-item.loading{
	min-height: 150px;
}

/* Privacy 1.0.3 */

/* Default */

.privacyCookie {
	background: #95C11F;
	font-size: 14px;
	padding: 10px 0;
	width: 100%;
	display: none;
}
.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: 999999;
}
.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;
	}

}