/* 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: /* #575756;*/ #383837;
	font: 300 20px/1.5 'Open Sans Condensed', sans-serif;
	-webkit-text-size-adjust: none;
}
body > #PageWrapper {
	min-height: 100%;
	overflow: hidden;
	padding: 0 0 180px 0;
	position: relative;
}
a {
	color: #575756;
	font-weight: 700;
	text-decoration: none;
	-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;
}
a:hover {
	color: #A2BC0C;
}
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;
}

/* Easybooking */

.eb-availability h2 {
	font-size: 32px !important;
}

/* Webfonts */

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

#HeaderWrapper {
	height: 175px;
	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;
}
.intro #HeaderWrapper {
	height: 473px;
}
.intro #HeaderWrapper:after {
	background: url("/img/layout/bg_line.png") 1920px 30px;
	background-position: top center;
	content: "";
	height: 30px;
	left: 0;
	position: absolute;
	top: 0;
	-webkit-transition: all 300ms ease-out;
	-moz-transition: all 300ms ease-out;
	-ms-transition: all 300ms ease-out;
	-o-transition: all 300ms ease-out;
	transition: all 300ms ease-out;
	width: 1920px;
}
#HeaderWrapper.mobile {
	position: absolute;
}
#HeaderWrapper > div {
	background: #000000;
	background: rgba(0, 0, 0, 0.6);
	height: 100%;
	margin: 0 auto;
	max-width: 1200px;
	padding: 0 20px;
	position: relative;
}

/* Logo */

#HeaderWrapper > div > a {
	left: 50%;
	margin: 0 0 0 -150px;
	position: absolute;
	top: 45px;
	width: 300px;
	-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;
	z-index: 2;
}
.intro #HeaderWrapper > div > a.intro {
	margin: -33.5px 0 0 -200px;
	top: 50%;
	-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;
	width: 400px;
}
.intro #HeaderWrapper > div > a.fixed {
	opacity: 0;
	top: 45px;
	-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;
	width: 300px;
}
#HeaderWrapper > div > a > img {
	display: block;
	width: 100%;
}

/* Header fixed */

/* #HeaderWrapper.fixed > div {
	background: rgba(0, 0, 0, 0.8);
}*/
.intro #HeaderWrapper.fixed {
	height: 175px;
}
.intro #HeaderWrapper.fixed:after {
	opacity: 0;
}
.intro #HeaderWrapper.fixed > div > a.intro {
	display: none;
	opacity: 0;
}
.intro #HeaderWrapper.fixed > div > a.fixed {
	opacity: 1;
}

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

	.intro #HeaderWrapper {
		height: 175px;
	}
	.intro #HeaderWrapper > div > a.intro {
		display: none;
		opacity: 0;
	}
	.intro #HeaderWrapper > div > a.fixed {
		opacity: 1;
	}

}

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

	#HeaderWrapper {
		height: 105px;
	}
	.intro #HeaderWrapper {
		height: 130px;
	}
	#HeaderWrapper > div > a {
		top: 15px;
	}
	
}

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

	#HeaderWrapper {
		height: 95px !important;
	}
	.intro #HeaderWrapper:after {
		display: none;
	}
	#HeaderWrapper > div {
		background: #575756 !important;
	}
	#HeaderWrapper > div > a {
		left: 20px;
		margin: 0;
		top: 10px;
		width: 210px;
	}
	.intro #HeaderWrapper > div > a.fixed {
		left: 50%;
		margin-left: -130px;
		top: 15px;
		width: 260px;
	}

}

/* Layout - Header - Sprachauswahl */

#HeaderWrapper > div > .lang {
	position: absolute;
	right: 20px;
	top: 0;
}
#HeaderWrapper > div > .lang > li {
	display: inline-block;
}
#HeaderWrapper > div > .lang > li.selected > a {
	color: #A2BC0C;
}
#HeaderWrapper > div > .lang > li > a {
	color: #FFFFFF;
	display: block;
	font-size: 17px;
	padding: 0 6px;
	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 > div > .lang > li > a:after {
	background: #A2BC0C;
	bottom: 4px;
	content: "";
	position: absolute;
	right: -1px;
	top: 4px;
	width: 1px;
}
#HeaderWrapper > div > .lang > li:last-child > a:after {
	display: none;
}
#HeaderWrapper > div > .lang > li > a:hover {
	color: #A2BC0C;
}

/* Layout - Animation */

#GalleryWrapper {
	overflow: hidden;
	position: relative;
	width: 100%;
	z-index: 3;
}
#GalleryWrapper > .animation {
	height: 600px;
}

@media all and (max-width: 500px){

	#GalleryWrapper {
		padding: 95px 0 0 0;
	}

}

/* Layout - Content */

#ContentWrapper {
	position: relative;
	width: 100%;
	z-index: 3;
}
#ContentWrapper > section {
	margin: 0 auto;
	max-width: 1240px;
	min-height: 50vh;
	padding: 73px 20px 0;
	position: relative;
}
#ContentWrapper > a.scrollContent {
	background: #A2BC0C;
	height: 86px;
	margin: 0 -60px 0 0;
	position: absolute;
	right: 50%;
	top: -42px;
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	width: 86px;
}
#ContentWrapper > a.scrollContent:after {
	color: #FFFFFF;
	content: "\E84D";
	display: block;
	font-family: "fontello";
	font-size: 35px;
	line-height: 86px;
	text-align: center;
	-moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

@media all and (max-width: 950px){

	#ContentWrapper > a.scrollContent {
		display: none;
	}
	#ContentWrapper > section {
		padding-top: 0 !important;
	}

}

/* Layout - Footer */

#FooterWrapper {
	background: url(/img/layout/bg_footer.png) no-repeat, 1920px 600px;
	background-size: cover !important;
	bottom: 0;
	color: #FFFFFF;
	min-height: 600px;
	position: absolute;
	width: 100%;
	z-index: 1;
}
#FooterWrapper:before {
	background: #000000;
	background: rgba(0, 0, 0, 0.5);
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}
#FooterWrapper:after {
	background: url("/img/layout/bg_line.png") 1920px 30px;
	background-position: bottom center;
	bottom: 0;
	content: "";
	height: 30px;
	left: 0;
	position: absolute;
	width: 1920px;
}
#FooterWrapper > div {
	height: 100%;
	margin: 0 auto;
	max-width: 1240px;
	padding: 120px 20px 0;
	position: relative;
}
#FooterWrapper > div:after {
	clear: both;
	content: "";
	display: block;
}
#FooterWrapper > div > .column1 {
	float: left;
	margin: 0 50px 0 0;
}

/* Adressblock */

#FooterWrapper > div > .column1 > img {
	display: block;
	width: 282px;
}
#FooterWrapper > div > .column1 > .address {
	display: block;
	line-height: 1.3;
	margin-top: 39px;
}
#FooterWrapper > div > .column1 > .address > span {
	display: block;
}
#FooterWrapper > div > .column1 > .contact {
	display: block;
	line-height: 1.3;
	margin-top: 35px;
}
#FooterWrapper > div > .column1 > .contact > span {
	display: block;
}

/* Link */

#FooterWrapper > div > .column1 > a {
	color: #FFFFFF;
	display: block;
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 25px;
	font-weight: 300;
	padding: 0 0 0 62px;
	position: relative;
}
#FooterWrapper > div > .column1 > a.phone {
	margin: 43px 0 0 0;
}
#FooterWrapper > div > .column1 > a.mail {
	margin: 22px 0 0 0;
}
#FooterWrapper > div > .column1 > a:before {
	left: 0;
	position: absolute;
}
#FooterWrapper > div > .column1 > a.phone:before {
	content: "\E851";
	font-family: "fontello";
	font-size: 34px;
	top: -6px;
}
#FooterWrapper > div > .column1 > a.mail:before {
	content: "\E84E";
	font-family: "fontello";
	font-size: 25px;
	top: 3px;
}

#FooterWrapper > div > .column2 {
	float: left;
}
#FooterWrapper > div > .column2 > a {
	display: block;
	margin-top: 85px;
	width: 499px;
}
#FooterWrapper > div > .column2 > a > img {
	display: block;
	width: 100%;
}

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

	#FooterWrapper {
		min-height: 430px;
	}
	#FooterWrapper > div {
		padding-bottom: 35px;
		padding-top: 30px;
	}
	#FooterWrapper > div > .column1 {
		float: none;
		margin-right: 0;
		text-align: center;
	}
	#FooterWrapper > div > .column1 > img {
		margin: 0 auto;
	}
	#FooterWrapper > div > .column1 > .address {
		margin-top: 10px;
	}
	#FooterWrapper > div > .column1 > .contact {
		margin-top: 15px;
	}
	#FooterWrapper > div > .column1 > a {
		display: table;
		margin: 20px auto 0 !important;
	}
	#FooterWrapper > div > .column2 {
		float: none;
	}
	#FooterWrapper > div > .column2 > a {
		display: block;
		margin: 20px auto 0 !important;
		width: 499px;
	}

}

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

	#FooterWrapper {
		min-height: 490px;
	}
	#FooterWrapper > div {
		padding-bottom: 40px;
	}
	#FooterWrapper > div > .column1 > img {
		width: 215px;
	}
	#FooterWrapper > div > .column2 > a {
		width: 100%;
	}

}

/* Buchen Button */

.booking-button {
	bottom: 80px;
	filter: drop-shadow(2px 4px 6px rgba(0,0,0,0.2));
	position: absolute;
	right: 80px;
	z-index: 1;
}
.booking-button a {
	align-items: center;
	background: #A2BC0C;
	clip-path: polygon(15% 0%, 100% 0%, 85% 100%, 0% 100%);
	color: #FFFFFF;
	font-size: 24px;
	font-weight: 700;
	display: flex;
	height: 100%;
	justify-content: center;
	padding: 20px 64px;
	text-transform: uppercase;
	text-align: center;
	transition: padding 500ms ease;
	width: 100%;
}

body > .booking-button {
	bottom: 20px;
	filter: drop-shadow(2px 4px 6px rgba(0,0,0,0.2));
	position: fixed;
	z-index: 999;
	right: 20px;
	transform: translate(0, calc(100% + 20px));
	transition: transform 500ms ease;
}

body.is-scrolling > .booking-button {
	transform: translate(0, 0);
}

body.is-scrolling #GalleryWrapper > .booking-button {
	display: none;
}

.booking-button a:hover {
	padding: 20px 70px;
}

@media all and (max-width: 1300px){

	#GalleryWrapper > .booking-button {
		bottom: 40px;
		right: 40px;
	}

}

@media all and (max-width: 950px){

	#GalleryWrapper > .booking-button {
		display: none;
	}

	body > .booking-button {
		bottom: 10px;
		right: 10px;
		transform: translate(0, 0) !important;
	}

	body > .booking-button a {
		font-size: 18px;
		padding: 12px 50px;
	}

	.booking-button a:hover {
		padding: 12px 50px;
	}

}

/* Menü - Hauptmenü - Desktop */

.mobileTrigger {
	display: none;
}
nav.desktop {
	bottom: -1px;
	left: 0;
	padding: 0 0 0 0;
	position: absolute;
	right: 0;
	z-index: 1;
}
nav.desktop > ul {
	text-align: center;
}
nav.desktop > ul:after {
	clear: both;
	content: "";
	display: block;
}
nav.desktop > ul > li {
	display: inline-block;
	padding: 0 0 1px 0;
	position: relative;
}
nav.desktop > ul > li > a {
	color: #FFFFFF;
	display: block;
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	font-weight: 600;
	padding: 0 42px 36px 26px;
	position: relative;
	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;
}
nav.desktop > ul > li > a:before {
	background: #A2BC0C;
	bottom: -5px;
	content: "";
	left: 0;
	position: absolute;
	top: -1px;
	-moz-transform: rotate(30deg);
	-webkit-transform: rotate(30deg);
	-o-transform: rotate(30deg);
	-ms-transform: rotate(30deg);
	transform: rotate(30deg);
	width: 2px;
}
nav.desktop > ul > li:hover > a,
nav.desktop > ul > li > a.selected {
	color: #A2BC0C;
}
nav.desktop > ul > li:hover > ul {
	height: auto;
	padding: 30px 0;
	opacity: 1;
	overflow: visible;
	top: 63px;
	width: 320px;
}
nav.desktop > ul > li:hover > ul:before {
	background: #A2BC0C;
	bottom: 0;
	content: "";
	left: 0;
	position: absolute;
	top: 0;
	width: 2px;
}
nav.desktop > ul > li > ul {
	background: #FFFFFF;
	background: rgba(255, 255, 255, 0.8);
	height: 0;
	left: -17px;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	top: 63px;
	-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.singleColumn > ul > li > a {
	color: #575756;
	display: block;
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	font-weight: 600;
	line-height: 1;
	padding: 13px 45px;
	text-align: left;
	text-transform: uppercase;
	/* white-space: nowrap; */
}
nav.desktop > ul > li.singleColumn > ul > li > a:hover,
nav.desktop > ul > li.singleColumn > ul > li > a.selected {
	background: #A2BC0C;
	color: #FFFFFF;
}

/* MultiColumns */

nav.desktop > ul > li.multiColumns {
	position: static;
}
nav.desktop > ul > li.multiColumns > ul {
	padding-left: 20px;
	padding-right: 20px;
	width: 100%;
}
nav.desktop > ul > li.multiColumns > ul > li {
	float: left;
	margin: 0 2% 20px 0;
	width: 32%;
}
nav.desktop > ul > li.multiColumns > ul > li:nth-child(3n) {
	margin-right: 0;
}
nav.desktop > ul > li.multiColumns > ul > li:nth-child(3n) + li {
	clear: left;
}
nav.desktop > ul > li.multiColumns > ul > li > a {
	display: block;
	padding: 3px 0;
}
nav.desktop > ul > li.multiColumns > ul > li > a:hover,
nav.desktop > ul > li.multiColumns > ul > li > a.selected {
	
}
nav.desktop > ul > li.multiColumns > ul > li > ul > li > a {
	display: block;
	font-weight: normal;
	padding: 3px 0;
}
nav.desktop > ul > li.multiColumns > ul > li > ul > li > a:hover,
nav.desktop > ul > li.multiColumns > ul > li > ul > li > a.selected {
	
}

@media all and (max-width: 1115px){

	nav.desktop > ul > li > a {
		padding-right: 20px;
	}

}
@media all and (max-width: 1010px){

	nav.desktop > ul > li > a {
		font-size: 16px;
	}

}

/* Menü - Hauptmenü Mobile */

.mobileTrigger.show:before {
	color: #A2BC0C;
	content: "\E83D";
	display: block;
	font-family: "fontello";
	font-size: 35px;
	text-align: center;
}
.mobileTrigger.show {
	bottom: 0;
	cursor: pointer;
	display: block;
	line-height: 40px;
	margin: 0 -50px 0 0;
	padding: 0 20px;
	position: absolute;
	right: 50%;
	width: 100px;
}
nav.mobile {
	position: absolute;
	right: 0;
	top: 105px;
	width: 100%;
	z-index: 99999;
}
.intro nav.mobile {
	top: 130px;
}
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-bottom: 1px solid #A2BC0C;
	height: auto;
	opacity: 1;
	overflow: visible;
	padding: 30px 0 30px 0;
}
nav.mobile > ul > li > ul {
	display: none;
}
nav.mobile > ul > li > ul.open {
	display: block;
}
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;
}
nav.mobile > ul > li > a:hover,
nav.mobile > ul > li > a.selected {
	
}

/* 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 {
	
}

/* 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 {
	
}

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

	nav.mobile {
		top: 95px !important;
	}

}

/* Menü - Metamenü */

ul.metamenu {
	display: block;
	margin: 15px 0 0;
}
ul.metamenu:after {
	clear: both;
	content: "";
	display: block;
}
ul.metamenu > li {
	display: block;
}
ul.metamenu > li > a {
	color: #FFFFFF;
	display: inline-block;
	font-weight: 300;
	padding: 0 0;
}
ul.metamenu > li > a:hover,
ul.metamenu > li > a.selected {
	color: #A2BC0C;
}

/* Elemente - Überschriften */

h1 {
	color: #A2BC0C;
	display: block;
	font-family: 'Open Sans', sans-serif;
	font-size: 50px;
	font-weight: 300;
	hyphens: auto;
	line-height: 1;
	text-align: center;
	text-transform: uppercase;
}
h1 > span {
	display: inline-block;
	padding: 0 0 17px 0;
	position: relative;
}
h1 > span:after {
	background: #A2BC0C;
	bottom: 0;
	content: "";
	height: 2px;
	left: 50%;
	margin: 0 0 0 -50px;
	position: absolute;
	width: 100px;
}
h1 > span > strong {
	font-weight: 400;
}
h2 {
	color: #A2BC0C;
	display: block;
	font-family: 'Open Sans', sans-serif;
	font-size: 50px;
	font-weight: 300;
	line-height: 1;
	text-align: center;
	text-transform: uppercase;
}
h2.brown {
	color: #AB6645;
}
h2 > span {
	display: inline-block;
	padding: 0 0 17px 0;
	position: relative;
}
h2 > span:after {
	background: #A2BC0C;
	bottom: 0;
	content: "";
	height: 2px;
	left: 50%;
	margin: 0 0 0 -50px;
	position: absolute;
	width: 100px;
}
h2.brown > span:after {
	background: #AB6645;
}
h2 > span > strong {
	font-weight: 400;
}
h3 {
	color: #575756;
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 25px;
	font-weight: 300;
}

/* Folgeüberschriften */

h1.cms + h2.cms {
	color: #575756;
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 25px;
	margin-top: -24px;
	padding: 0;
}
h1.cms + h2.cms > span:after{
	display: none;
}
h2.cms + h3.cms {
	margin-top: -24px;
	text-align: center;
}

@media all and (max-width: 700px){

	h1 {
		font-size: 40px;
	}
	h2 {
		font-size: 40px;
	}

}

@media all and (max-width: 500px){

	h1 {
		font-size: 30px;
	}
	h1.cms + h2.cms {
		font-size: 20px;
	}
	h2 {
		font-size: 30px;
	}
	h2.cms + h3.cms {
		font-size: 20px;
	}

}

/* Elemente - Textinhalt */

.cmsText > p > strong {
	font-weight: 600;
}
.cmsText > p > a {
	text-decoration: underline;
}

/* Elemente - Aufzählung */

.cmsList > h2 {
	font-size: 35px;
	margin: 0 0 20px 0;
	text-align: left;
}
.cmsList > ul > li:before {
	content: '\E814';
	font-family: 'fontello';
	left: 0;
	position: absolute;
	top: 1px;
}
.cmsList > ul > li {
	margin: 10px 0;
	padding: 0 0 0 22px;
	position: relative;
}
.cmsList > ul > li > strong {
	font-weight: 600;
}
.cmsList > ul > li > a {
	text-decoration: underline;
}

/* 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%;
	}

}

/* Element - Anhangbild */

.cmsImageWidth {
	background: none !important;
	min-height: 0 !important;
	position: relative;
}
.cmsImageWidth:after {
	background: url("/img/layout/bg_line.png") 1920px 30px;
	background-position: bottom center;
	bottom: 0;
	content: "";
	height: 30px;
	left: 0;
	position: absolute;
	width: 1920px;
	z-index: 5;
}

/* Elemente - Bild-Text */

.cmsImage {
	background: #575756;
	min-height: 650px;
	position: relative;
}
.cmsImage:after {
	clear: both;
	content: "";
	display: block;
}
.cmsImage > .left {
	left: 0;
	max-height: 650px;
	overflow: hidden;
	position: absolute;
	top: 0;
	width: 50%;
}
.cmsImage > .right {
	max-height: 650px;
	overflow: hidden;
	position: absolute;
	right: 0;
	top: 0;
	width: 50%;
}
.cmsImage > figure:after{
	background: url("/img/layout/bg_line.png") 900px 30px;
	background-position: bottom center;
	bottom: 0;
	content: "";
	height: 30px;
	left: 0;
	position: absolute;
	width: 1920px;
	z-index: 5;
}
.cmsImage img {
	display: block;
	min-width: 900px;
	position: relative;
	width: 100%;
}
.cmsImage > .content {
	color: #FFFFFF;
	margin: 0 auto;
	max-width: 1240px;
	padding: 111px 20px 40px 620px;
	position: relative;
}
.cmsImage > .right + .content {
	padding-left: 20px;
	padding-right: 620px;
}
.cmsImage > .content > .headline {
	color: #A2BC0C;
	display: block;
	font-family: 'Open Sans', sans-serif;
	font-size: 50px;
	font-weight: 300;
	line-height: 1;
	padding-left: 120px;
	text-align: center;
	text-transform: uppercase;
}
.cmsImage > .content > .headline > span {
	display: inline-block;
	padding: 0 0 19px 0;
	position: relative;
}
.cmsImage > .content > .headline > span:after {
	background: #A2BC0C;
	bottom: 0;
	content: "";
	height: 2px;
	left: 50%;
	margin: 0 0 0 -50px;
	position: absolute;
	width: 100px;
}
.cmsImage > .content > .headline > span > span {
	font-weight: 400;
	margin-right: 14px;
}
.cmsImage > .right + .content > .headline {
	padding-left: 0;
	padding-right: 120px;
}
.cmsImage > .content > .text {
	padding-left: 120px;
	padding: 49px 0 0 120px
}
.cmsImage > .content > .text > strong {
	font-weight: 600;
}
.cmsImage > .content > .text > a {
	text-decoration: underline;
}
.cmsImage > .right + .content > .text {
	padding-left: 0;
	padding-right: 120px;
}

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

	.cmsImage > .content {
		padding-left: 50%;
	}
	.cmsImage > .right + .content {
		padding-right: 50%;
	}
	.cmsImage > .content > .headline {
		font-size: 40px;
	}
	.cmsImage > .content > .headline {
		padding-left: 9.67741935483871%; /* 120 */
	}
	.cmsImage > .content > .text {
		padding-left: 9.67741935483871%; /* 120 */
	}

}

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

	.cmsImage > .left {
		max-height: auto;
		position: relative;
		width: 100%;
	}
	.cmsImage > .right {
		max-height: none;
		position: relative;
		width: 100%;
	}
	.cmsImage img {
		min-width: 0;
	}
	.cmsImage > .content {
		padding-left: 20px;
		padding-top: 20px;
		width: 100%;
	}
	.cmsImage >  .right + .content {
		padding-right: 20px;
	}
	.cmsImage > .content > .headline {
		padding-left: 0;
		padding-right: 0 !important;
	}
	.cmsImage > .content > .text {
		padding-left: 0;
		padding-right: !important;
		padding-top: 20px;
	}
	
}

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

	.cmsImage > .content > .headline {
		font-size: 30px;
	}

}

/* Elemente - Bildergalerie */

.cmsGallery:after {
	clear: both;
	content: "";
	display: block;
}
.cmsGallery > li {
	float: left;
	margin: 0 0 1px 0; /* 0 0 1 0 */
	position: relative;
	width: 33.333333333333336%; /* 640 */
}
.cmsGallery > li:after {
	background: #FFFFFF;
	bottom: 0;
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	width: 1px;
}
.cmsGallery > li:last-child:after {
	display: none;
}
.cmsGallery > li:nth-child(3n) {
	margin-right: 0;
}
.cmsGallery > li:nth-child(3n):after {
	display: none;
}
.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:after { /* Overlay */
	background: rgba(0, 0, 0, 0.5);
	content: "";
	height: 100%;
	left: 0;
	opacity: 0;
	position: absolute;
	top: 0;
	-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;
	width: 100%;
	z-index: 1;
}
.cmsGallery > li:hover > figure> a:after { /* Overlay einblenden */
	opacity: 1;
}
.cmsGallery > li > figure > a > .icon {
	background: #A2BC0C;
	content: "";
	height: 43px;
	left: 50%;
	margin: -21.5px 0 0 -21.5px;
	opacity: 0;
    position: absolute;
    text-align: center;
    top: 50%;
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	-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;
    width: 43px;
    z-index: 2;
}
.cmsGallery > li > figure.hasTitle > a > .icon {
	left: 22.03125%; /* 141 */
	top: 35%;
}
.cmsGallery > li:hover > figure > a > .icon {
	opacity: 1;
}
.cmsGallery > li > figure > a > .icon:after {
	color: #FFFFFF;
	content: "\E850";
	font-family: "fontello";
    font-size: 18px;
    left: 50%;
    margin: -13px 0 0 -10px;
    opacity: 0;
    position: absolute;
    text-align: center;
    -moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-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;
    top: 50%;
}
.cmsGallery > li:hover > figure > a > .icon:after {
	opacity: 1;
}
.cmsGallery > li > figure > a > img {
	display: block;
	width: 100%;
}

/* mit Text */

.cmsGallery > li > figure.hasTitle > figcaption {
	color: #FFFFFF;
	cursor: pointer;
	font-size: 25px;
	left: 15.625%;
	line-height: 1;
	opacity: 0;
	padding: 0 10px;
	position: absolute;
	right: 25%;
	top: 45%;
	z-index: 10;
}
.cmsGallery > li:hover > figure.hasTitle > figcaption {
	opacity: 1;
	-webkit-transition: opacity 700ms ease-in-out;
	-moz-transition: opacity 700ms ease-in-out;
	-ms-transition: opacity 700ms ease-in-out;
	-o-transition: opacity 700ms ease-in-out;
	transition: opacity 700ms ease-in-out;
}
.cmsGallery > li:hover > figure > a > img {
	-webkit-transition: all 150ms ease;
	-moz-transition: all 150ms ease;
	-ms-transition: all 150ms ease;
	-o-transition: all 150ms ease;
	transition: all 150ms ease 100ms;
}
.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: 1240px){

	.cmsGallery > li > figure > a > .icon {
		height: 35px;
		width: 35px;
	}
	.cmsGallery > li > figure > a > .icon:after {
		font-size: 15px;
		margin: -11px 0 0 -8px;
	}

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

	.cmsGallery > li > figure.hasTitle > figcaption {
		font-size: 20px;
	}

}

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

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

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

	.cmsGallery > li > figure.hasTitle > figcaption {
		right: 15%;
	}

}

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

	.cmsGallery > li {
		clear: both !important;
		float: none !important;
		width: 100% !important;
	}
	.cmsGallery > li:after {
		display: none !important;
	}
	
}

/* Element - Bildergalerie - Slider */

.cmsGallerySlider > div .entry {
	position: relative;
}
.cmsGallerySlider > div .entry:after {
	background: #FFFFFF;
	bottom: 0;
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	width: 1px;
}
.cmsGallerySlider > div .entry figure {
	overflow: hidden;
	position: relative;
}
.cmsGallerySlider > div .entry figure > a {
	display: block;
}
.cmsGallerySlider > div .entry figure > a:after { /* Overlay */
	background: rgba(0, 0, 0, 0.5);
	content: "";
	height: 100%;
	left: 0;
	opacity: 0;
	position: absolute;
	top: 0;
	-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;
	width: 100%;
	z-index: 1;
}
.cmsGallerySlider > div .entry:hover figure > a:after { /* Overlay einblenden */
	opacity: 1;
}
.cmsGallerySlider > div .entry figure > a > .icon {
	background: #A2BC0C;
	content: "";
	height: 43px;
	left: 50%;
	margin: -21.5px 0 0 -21.5px;
	opacity: 0;
    position: absolute;
    text-align: center;
    top: 50%;
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	-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;
    width: 43px;
    z-index: 2;
}
.cmsGallerySlider > div .entry figure.hasTitle > a > .icon {
	left: 22.03125%; /* 141 */
	top: 35%;
}
.cmsGallerySlider > div .entry:hover figure > a > .icon {
	opacity: 1;
}
.cmsGallerySlider > div .entry figure > a > .icon:after {
	color: #FFFFFF;
	content: "\E850";
	font-family: "fontello";
    font-size: 18px;
    left: 50%;
    margin: -13px 0 0 -10px;
    opacity: 0;
    position: absolute;
    text-align: center;
    -moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-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;
    top: 50%;
}
.cmsGallerySlider > div .entry:hover figure > a > .icon:after {
	opacity: 1;
}
.cmsGallerySlider > div .entry figure > a > img {
	display: block;
	width: 100%;
}

/* mit Text */

.cmsGallerySlider > div .entry figure.hasTitle > figcaption {
	color: #FFFFFF;
	cursor: pointer;
	font-size: 25px;
	left: 15.625%;
	line-height: 1;
	opacity: 0;
	padding: 0 10px;
	position: absolute;
	right: 25%;
	top: 45%;
	z-index: 10;
}
.cmsGallerySlider > div .entry:hover figure.hasTitle > 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 > div .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;
}

/* Owl Carousel */

.cmsGallerySlider > div .owl-controls {
	background: url("/img/layout/slider_line.png") 1920px 60px;
	display: block;
	height: 60px;
	text-align: center;
}
.cmsGallerySlider > div .owl-dots {
	background: #FFFFFF;
	display: inline-block;
	padding: 0 18px;
	position: relative;
	top: 14px;
}
.cmsGallerySlider > div .owl-dots .owl-dot {
	display: inline-block;
}
.cmsGallerySlider > div .owl-dots .owl-dot span {
	background: #A2BC0C;
	display: block;
	height: 8px;
	margin: 4px;
	position: relative;
	opacity: 1;
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	width: 8px;
}
.cmsGallerySlider > div .owl-dots .owl-dot.active span {
	background: #575756;
}

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

	.cmsGallerySlider > div .entry figure > a > .icon {
		height: 35px;
		width: 35px;
	}
	.cmsGallerySlider > div .entry figure > a > .icon:after {
		font-size: 15px;
		margin: -11px 0 0 -8px;
	}

}

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

	.cmsGallerySlider > div .entry figure.hasTitle > figcaption {
		font-size: 20px;
	}

}

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

	.cmsGallerySlider > div .entry figure.hasTitle > figcaption {
		right: 15%;
	}

}

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

	.cmsGallerySlider > div .entry:after {
		display: none;
	}

}

/* Elemente - Einzelteaser */

.cmsSingleTeaser {
	/* background: #575756; */
}
.cmsSingleTeaser:after {
	clear: both;
	content: "";
	display: block;
}
.cmsSingleTeaser > h2 {
	margin: 0 0 20px 0;
}
.cmsSingleTeaser > article {
	cursor: pointer;
	float: left;
	margin: 0 0 0 0; /* 0 0 0 0 */
	/* min-height: 433px; */
	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  {
	left: 0;
	position: absolute;
	overflow: hidden;
	top: 0;
	width: 640px;
}
.cmsSingleTeaser > article > figure > a > img {
	display: block;
	position: relative;
	width: 640px;
}
.cmsSingleTeaser > article > figure > figcaption {
	background: #575756;
	color: #FFFFFF;
	float: right;
	min-height: 453px;
	padding: 60px 30px 95px;
	position: relative;
	top: 50%;
	width: 50%;
}
.cmsSingleTeaser > article > figure > figcaption > a {
	color: #A2BC0C;
	display: block;
	font-family: 'Open Sans', sans-serif;
	font-size: 25px;
	font-weight: 300;
	line-height: 1;
	text-transform: uppercase;
}
.cmsSingleTeaser > article > figure > figcaption > p {
	display: block;
	padding: 20px 0 0 0;
}
.cmsSingleTeaser > article > figure > figcaption > p > span {
	display: block;
}
.cmsSingleTeaser > article > figure > figcaption > p > .date {
	font-weight: 600;
}
.cmsSingleTeaser > article > figure > figcaption > p > .text > a {
	background: #A2BC0C;
	bottom: 50px;
	color: #FFFFFF;
	line-height: 40px;
	padding: 0 30px;
	position: absolute;
	right: 30px;
	text-align: center;
	text-transform: uppercase;
}
.cmsSingleTeaser > article.hasPrice > figure > figcaption > p > .addition {
	background: #A2BC0C;
	font-size: 17px;
	padding: 5px 15px;
	position: absolute;
	right: 0;
	top: 0;
}
.cmsSingleTeaser > article.hasPrice > figure > figcaption > p > .addition > span > .Price {
	font-size: 20px;
	font-weight: 600;
}

@media all and (max-width: 700px){
	
	.cmsSingleTeaser > article {
		clear: both !important;
		float: none !important;
		margin: 0 0 20px 0 !important;
		width: 100% !important;
	}
	.cmsSingleTeaser > article > figure > a {
		position: relative;
		width: 100%;
	}
	.cmsSingleTeaser > article > figure > a > img {
		width: 100%;
	}
	.cmsSingleTeaser > article > figure > figcaption {
		float: none;
		min-height: 0;
		padding-left: 20px;
		padding-right: 20px;
		padding-top: 30px;
		width: 100%;
	}
	.cmsSingleTeaser > article > figure > figcaption > p > .text > a {
		bottom: 29px;
		right: 20px;
	}

}

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

	.cmsSingleTeaser > article > figure > figcaption > p > .text > a {
		left: 20px;
	}

}

/* Element - Gruppenteaser */

.cmsTeaserGroup:after {
	clear: both;
	content: "";
	display: block;
}
.cmsTeaserGroup > h2 {
	margin: 0 0 20px 0;
}
.cmsTeaserGroup > article {
	cursor: pointer;
	float: left;
	margin: 0 0 1px 0; /* 0 0 1 0 */
	position: relative;
	width: 33.333333333333336%; /* 640 */
}
.cmsTeaserGroup > article:after {
	background: #FFFFFF;
	bottom: 0;
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	width: 1px;
}
.cmsTeaserGroup > article:last-child:after {
	display: none;
}
.cmsTeaserGroup > article:nth-of-type(3n) {
	margin-right: 0;
}
.cmsTeaserGroup > article:nth-of-type(3n):after {
	display: none;
}
.cmsTeaserGroup > article:nth-of-type(3n) + article {
	clear: left;
}
.cmsTeaserGroup > article > h2 {
	display: none;
}
.cmsTeaserGroup > article > figure > a {
	position: relative;
}
.cmsTeaserGroup > article > figure > a > img {
	display: block;
	width: 100%;
}
.cmsTeaserGroup > article > figure > figcaption {
	background: #575756;
	color: #FFFFFF;
	padding: 40px 30px 95px;
}
.cmsTeaserGroup > article > figure > figcaption > a {
	color: #A2BC0C;
	display: block;
	font-family: 'Open Sans', sans-serif;
	font-size: 30px;
	font-weight: 300;
	line-height: 1;
	text-transform: uppercase;
	text-align: center;
}
.cmsTeaserGroup > article > figure > figcaption > a > span {
	display: inline-block;
	padding: 0 0 10px 0;
	position: relative;
}
.cmsTeaserGroup > article > figure > figcaption > a > span:after {
	background: #A2BC0C;
	bottom: 0;
	content: "";
	height: 2px;
	left: 50%;
	margin: 0 0 0 -50px;
	position: absolute;
	width: 100px;
}
.cmsTeaserGroup > article > figure > figcaption > p {
	display: block;
	padding: 20px 0 0 0;
}
.cmsTeaserGroup > article > figure > figcaption > p > span {
	display: block;
}
.cmsTeaserGroup > article > figure > figcaption > p > .date {
	font-size: 18px;
	font-weight: 600;
}
.cmsTeaserGroup > article > figure > figcaption > p > .text > a {
	background: #A2BC0C;
	bottom: 46px;
	color: #FFFFFF;
	line-height: 40px;
	padding: 0 30px;
	position: absolute;
	right: 30px;
	text-align: center;
	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;
}
.cmsTeaserGroup > article.hasPrice > figure > figcaption > p > .addition {
	background: #A2BC0C;
	font-size: 17px;
	padding: 5px 15px;
	position: absolute;
	right: 0;
	top: 0;
}
.cmsTeaserGroup > article.hasPrice > figure > figcaption > p > .addition > span > .Price {
	font-size: 20px;
	font-weight: 600;
}

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

	.cmsTeaserGroup > article {
		width: 50%;
	}
	.cmsTeaserGroup > article:nth-of-type(3n) + li {
		clear: none;
	}
	.cmsTeaserGroup > article:nth-of-type(3n):after {
		display: block;
	}
	.cmsTeaserGroup > article:nth-of-type(2n) + li {
		clear: left;
	}
	.cmsTeaserGroup > article:nth-of-type(2n):after {
		display: none;
	}

}

@media all and (max-width: 550px){
	
	.cmsTeaserGroup > article {
		clear: both !important;
		float: none !important;
		width: 100% !important;
	}
	.cmsTeaserGroup > article:after {
		display: none !important;
	}
	.cmsTeaserGroup > article > figure > figcaption {
		padding: 25px 20px 75px;
	}
	.cmsTeaserGroup > article > figure > figcaption > a {
		font-size: 25px;
	}
	.cmsTeaserGroup > article > figure > figcaption > p > .text > a {
		bottom: 29px;
		right: 20px;
	}

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

	.cmsTeaserGroup > article > figure > figcaption > p > .text > a {
		left: 20px;
	}

}

/* Elemente - Tabelle */

.cmsTable > h2 {
	margin: 0 0 25px 0;
}
.cmsTable > table {
	width: 100%;
}
.cmsTable > table > tbody > tr:first-child {
	background: #A2BC0C;
	color: #FFFFFF;
}
.cmsTable > table > tbody > tr {
	background: #A2BC0C;
	background: rgba(162, 188, 12, 0.4);
}
.cmsTable > table > tbody > tr.val2 {
	background: none;
}
.cmsTable > table > tbody > tr > td {
	line-height: 40px;
	padding: 0 10px;
}
.cmsTable > table > tbody > tr > td > strong {
	font-weight: 600;
}
.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 > h2 {
	font-size: 35px;
	margin: 0 0 20px 0;
	text-align: left;
}
.cmsRefs > ul > li > a:before {
	content: '\E808';
	font-family: 'fontello';
	font-size: 18px;
	font-weight: normal;
	left: 0;
	position: absolute;
	top: 2px;
}
.cmsRefs > ul > li > a {
	display: inline-block;
	font-weight: 300;
	padding: 0 0 0 20px;
	position: relative;
	text-decoration: underline;
}

/* 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: #A2BC0C;
	background: rgba(162, 188, 12, 0.4);
	padding: 15px;
}
.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;
	padding: 0 20px;
}

/* Elemente - HTML */

/* Elemente - Youtube */

.cmsYoutube {
	position: relative;
}
.cmsYoutube.show {
	cursor: pointer;
}
.cmsYoutube:after {
	background: url("/img/layout/bg_line.png") 1200px 30px;
	background-position: bottom center;
	bottom: 0;
	content: "";
	height: 30px;
	left: 0;
	position: absolute;
	width: 1200px;
}
.cmsYoutube.show:after {
	display: none;
}
.cmsYoutube > h2 {
	display: none;
	margin: 0 0 5px 0;
}
.cmsYoutube > div:before {
	display: none;
	background: #A2BC0C;
	color: #ADADAD;
	content: '\E84F';
	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-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	height: 0;
	overflow: hidden;
	padding: 30px 0 56.25% 0;
	position: relative;
}
.cmsYoutube.show > div {
	background: none !important;
}
.cmsYoutube > div > iframe {
	display: none;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}
.cmsYoutube.show > div > iframe {
	display: block;
}
.cmsYoutube > div i {
	color: #ffffff;
	font-size: 35px;
	left: 50%;
	margin: -17px 0 0 -13px;
	position: absolute;
	top: 50%;
	z-index: 1;
}
.cmsYoutube.show > div i {
	display: none;
}
.cmsYoutube > div i:after {
	background: #4d8e8f;
	border-radius: 50%;
	content: "";
	height: 72px;
	left: 50%;
	margin: -36px 0 0 -36px;
	opacity: 0.7;
	position: absolute;
	top: 50%;
	width: 72px;
	z-index: -1;
}
.cmsYoutube > div .button {
	background: #000000;
	background: rgba(0, 0, 0, 0.4);
	cursor: pointer;
	height: 201px;
	margin: 0 auto;
	padding: 80px 0 20px;
	position: relative;
	text-align: center;
	top: -30px;
	max-width: 1240px;
}
.cmsYoutube.show > div .button {
	display: none;
}
.cmsYoutube > div .button > .icon {
	background: #A2BC0C;
	display: inline-block;
	height: 43px;
	position: relative;
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	width: 43px;
}
.cmsYoutube > div .button > .icon:after {
	color: #FFFFFF;
	content: '\E84F';
	font-family: 'fontello';
	font-size: 18px;
	line-height: 43px;
	left: 50%;
	margin: 0 0 0 -5px;
	position: absolute;
	top: 0;
	-moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.cmsYoutube > div .button > p {
	color: #A2BC0C;
	display: inline-block;
	font-family: 'Open Sans', sans-serif;
	font-size: 30px;
	font-weight: 400;
	line-height: 1;
	margin-left: 40px;
	position: relative;
	text-transform: uppercase;
	top: -7px;
}
.cmsYoutube > p {
	display: none;
	line-height: 1.3;
	margin: 10px 0 0 0;
}

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

	.cmsYoutube > div .button {
		height: 150px;
		padding-top: 50px;
	}
	.cmsYoutube > div .button > p {
		font-size: 25px;
	}

}

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

	.cmsYoutube > div .button {
		height: 90px;
		padding-top: 28px;
	}
	.cmsYoutube > div .button > .icon {
		height: 35px;
		width: 35px;
	}
	.cmsYoutube > div .button > .icon:after {
		font-size: 14px;
		line-height: 35px;
	}
	.cmsYoutube > div .button > p {
		font-size: 18px;
	}

}

/* 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: 1px;
	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 {
	padding: 20px 0;
	position: relative;
}
.cmsForm:after {
	background: #F2F2F2;
	content: "";
	height: 100%;
	left: -2000px;
	position: absolute;
	top: 0;
	width: 4000px;
	z-index: -1;
}
.cmsForm > h2 {
	margin: 0 0 30px 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: #A2BC0C;
	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 #cfcfcf;
	height: 44px;
	outline: medium none;
	padding: 0 10px;
	width: 70%;
}
.cmsForm > .row > .field:focus {
	border: 1px solid #93C8FF;
	box-shadow: 0 0 4px #1983F0;
}
.cmsForm > .row > textarea.field {
	height: 100px;
	line-height: 1.3;
	padding-top: 10px;
	padding-bottom: 10px;
}
.cmsForm > .row > select.field {
	padding: 7px 10px 7px 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: none repeat scroll 0 0 #f9f9f9;
	border-left: 1px solid #cfcfcf;
	cursor: pointer;
	display: inline-block;
	font-size: 18px;
	height: 42px;
	line-height: 42px;
	margin: 0 0 0 -42px;
	padding: 0 7px 0 9px;
	position: absolute;
	top: 1px;
}
.cmsForm > .row > .calicon:before {
	content: "\E86B";
	font-family: "fontello";
}
.cmsForm > .row > .spm {
	background: none repeat scroll 0 0 #FFFFFF;
	border: 1px solid #CFCFCF;
	float: left;
	padding: 15px;
	position: relative;
	width: 70%;
}
.cmsForm > .row > .spm:after {
	content: '\e826';
	font-family: 'fontello';
	font-size: 20px;
	left: 146px;
	position: absolute;
	top: 13px;
}
.cmsForm > .row > .spm > img {
	border: 1px solid #cfcfcf;
	float: left;
}
.cmsForm > .row > .spm > img + input {
	float: left;
	height: 32px;
	margin: 0 0 0 30px;
	padding: 0 8px;
	text-align: center;
	width: 90px;
}
.cmsForm > .row > .spm > p {
	clear: both;
	padding: 8px 0 0 0;
}
.cmsForm > .button {
	margin: 20px 40px 20px 0;
	position: relative;
	text-align: right;
}
.cmsForm > .button > input { /* Sende-Button */
	background: #A2BC0C;
	border: 0;
	color: #FFFFFF;
	cursor: pointer;
	line-height: 40px;
	padding: 0 30px 0 30px;
	font-weight: bold;
	text-transform: uppercase;
}
.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%;
	}

}

/*! 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;
	font-family: 'Cabin', sans-serif;
	font-weight: 700;
	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: #E4E3E3;
	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: #A2BC0C;
}
.ui-state-disabled.ui-datepicker-prev,
.ui-state-disabled.ui-datepicker-next {
	opacity: 0.2;
}
.ui-datepicker-header .ui-datepicker-next:before {
	content: '\E808';
}
.ui-datepicker-header .ui-datepicker-prev:before {
	content: '\E806';
}
.ui-datepicker-header .ui-datepicker-prev {
	left: 3px !important;
	right: auto !important;
	text-align: right;
}
.ui-datepicker-prev span,
.ui-datepicker-next span {
	left: -1000px !important;
}
.ui-datepicker table {
	font-size: 14px;
}
.ui-datepicker th {
	color: #82888A;
	font-size: 14px;
	font-weight: normal;
}
.ui-datepicker td {
	border: 1px solid #E4E7E7;
	height: 35px;
	line-height: 35px;
	padding: 0;
	width: 45px;
}
.ui-datepicker td span,
.ui-datepicker td a {
	color: #535353;
	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: #A2BC0C !important;
	background: rgba(162, 188, 12, 0.6) !important;
	color: #FFFFFF !important;
	font-weight: bold !important;
}
.ui-datepicker-today > a.ui-state-default {
	background: #FFFFFF !important;
	color: #A2BC0C !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;
	}

}

/* 
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

/* 
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -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;
}

/* 
 *  Core Owl Carousel CSS File
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel .owl-refresh .owl-item {
  display: none;
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d;
}
.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}
.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/* 
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item img {
  transform-style: preserve-3d;
}

/* 
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: scale 100ms ease;
  -moz-transition: scale 100ms ease;
  -ms-transition: scale 100ms ease;
  -o-transition: scale 100ms ease;
  transition: scale 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -webkit-transition: scale(1.3, 1.3);
  -moz-transition: scale(1.3, 1.3);
  -ms-transition: scale(1.3, 1.3);
  -o-transition: scale(1.3, 1.3);
  transition: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
}

/* Privacy 1.0.0 */

/* Default */

.privacyCookie {
	background: #A2BC0C;
	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;
	}

}