/* 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;
}

/* Roboto */

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: local(''),
       url('/fonts/roboto-v30-latin-300.woff2') format('woff2'),
       url('/fonts/roboto-v30-latin-300.woff') format('woff');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: local(''),
       url('/fonts/roboto-v30-latin-regular.woff2') format('woff2'),
       url('/fonts/roboto-v30-latin-regular.woff') format('woff');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: local(''),
       url('/fonts/roboto-v30-latin-500.woff2') format('woff2'),
       url('/fonts/roboto-v30-latin-500.woff') format('woff');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: local(''),
       url('/fonts/roboto-v30-latin-700.woff2') format('woff2'),
       url('/fonts/roboto-v30-latin-700.woff') format('woff');
}

/* Lato */

@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 100;
  src: local(''),
       url('/fonts/lato-v23-latin-100.woff2') format('woff2'),
       url('/fonts/lato-v23-latin-100.woff') format('woff');
}
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 300;
  src: local(''),
       url('/fonts/lato-v23-latin-300.woff2') format('woff2'),
       url('/fonts/lato-v23-latin-300.woff') format('woff');
}
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: local(''),
       url('/fonts/lato-v23-latin-regular.woff2') format('woff2'),
       url('/fonts/lato-v23-latin-regular.woff') format('woff');
}
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  src: local(''),
       url('/fonts/lato-v23-latin-700.woff2') format('woff2'),
       url('/fonts/lato-v23-latin-700.woff') format('woff');
}

/* Grundlegende Angaben */

html, body {
	height: 100%;
}
body {
	color: #000000;
	font: 300 18px/1.8 'Roboto', sans-serif;
	-webkit-text-size-adjust: none;
}
body > #PageWrapper {
	min-height: 100%;
	padding: 0 0 180px 0;
	position: relative;
}
a {
	color: #4B8231;
	font-weight: 500;
	text-decoration: none;
}
a:hover {
	color: #4B8231;
}
input, textarea, select, button {
	border: 1px solid #CFCFCF;
	border-radius: 0;
	color: inherit;
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
}
input[type='email'],
input[type='password'],
input[type='submit'],
input[type='text'],
textarea,
button,
select {
	-webkit-appearance: none;
}
input::-ms-clear {
	display: none;
}
input[type="text"]:disabled {
    background: inherit;
} 
ol, ul {
	list-style: none;
}
.cmsMargin {
	margin: 60px 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?19358742');
	src: url('/img/webfonts/fontello.eot?19358742#iefix') format('embedded-opentype'),
		url('/img/webfonts/fontello.woff?19358742') format('woff'),
		url('/img/webfonts/fontello.ttf?19358742') format('truetype'),
		url('/img/webfonts/fontello.svg?19358742#fontello') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* Layout - Header */

#HeaderWrapper {
	background: rgba(0, 0, 0, 0.3);
	height: 100px;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 4;
	-webkit-transition: background 300ms ease-out;
	-moz-transition: background 300ms ease-out;
	-ms-transition: background 300ms ease-out;
	-o-transition: background 300ms ease-out;
	transition: background 300ms ease-out;
}
#HeaderWrapper.mobile {
	position: absolute;
}
#HeaderWrapper.fixed {
	background: #ffffff none repeat scroll 0 0;
	box-shadow: 0 5px 5px rgba(0, 0, 0, 0.05);
}
#HeaderWrapper > div {
	height: 100%;
	margin: 0 auto;
	max-width: 1260px;
	padding: 0 30px;
	position: relative;
}

/* Logo */

#HeaderWrapper > div > a.logo {
	left: 30px;
	position: absolute;
	top: 10px;
	z-index: 2;
}
#HeaderWrapper > div > a.logo img {
	display: block;
	width: 92px;
	transition: opacity 300ms ease-out;
}
#HeaderWrapper > div > a.logo img.scroll {
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
}
#HeaderWrapper.fixed > div > a.logo img.scroll {
	opacity: 1;
}
#HeaderWrapper.fixed > div > a.logo img:not(.scroll) {
	opacity: 0;
}
#HeaderWrapper > div > a.logo > svg {
	display: block;
}
#HeaderWrapper > div > a.logo > svg > path {
	transition: fill 300ms ease-out;
}
#HeaderWrapper.fixed > div > a.logo > svg > path {
	fill: #448626 !important;
}

/* Sprachauswahl */

#HeaderWrapper > div > ul.lang {
	right: 10px;
	position: absolute;
	top: 0;
}
#HeaderWrapper > div > ul.lang:after {
	clear: both;
	content: "";
	display: block;
}
#HeaderWrapper > div > ul.lang > li {
	float: left;
	padding: 0 20px;
}
#HeaderWrapper > div > ul.lang > li > a {
	color: #FFFFFF;
	display: block;
	font-family: 'Lato', sans-serif;
	font-size: 15px;
	font-weight: 300;
	line-height: 50px;
	opacity: 0.7;
	text-transform: uppercase;
}
#HeaderWrapper.fixed > div > ul.lang > li > a {
	color: #4B8231;
}
#HeaderWrapper > div > ul.lang > li > a:hover {
	opacity: 1;
}

/* Telefon */

#HeaderWrapper > div > a.tel {
	color: #FFFFFF;
    display: block;
    font-family: "Lato",sans-serif;
    font-weight: 300;
    line-height: 50px;
    opacity: 0.7;
    padding: 0 0 0 35px;
    position: absolute;
    right: 241px;
}
#HeaderWrapper.fixed > div > a.tel {
	color: #4B8231;
}
#HeaderWrapper > div > a.tel:before {
	content: "\E829";
	font-family: "fontello";
    font-size: 28px;
    left: 0;
    position: absolute;
}
#HeaderWrapper > div > a.tel:hover {
	opacity: 1;
}

@media all and (max-width: 900px){

	#HeaderWrapper {
		height: 80px;
	}
	#HeaderWrapper > div > a.logo {
		top: 100%;
		left: auto;
		right: 30px;
		margin-top: 15px;
	}
	#HeaderWrapper > div > a.logo > svg {
		width: 120px;
	}
	#HeaderWrapper > div > a.tel {
		left: 220px;
		line-height: 80px;
		opacity: 0.7;
		right: auto;
	}
	#HeaderWrapper > div > ul.lang {
		left: 15px;
		right: auto;
	}
	#HeaderWrapper > div > ul.lang > li {
		padding-left: 15px;
		padding-right: 15px;
	}
	#HeaderWrapper > div > ul.lang > li > a {
		line-height: 80px;
		opacity: 0.85;
	}

}
@media all and (max-width: 600px){

	#HeaderWrapper > div > a.tel {
		left: 204px;
		padding: 0;
		text-indent: -99999px;
		width: 60px;
	}
	#HeaderWrapper > div > a.tel:before {
		text-align: center;
		text-indent: 0 !important;
		width: 100%;
	}

}
@media all and (max-width: 500px){

	#HeaderWrapper {
		background: #000000;
		background: rgba(0, 0, 0, 0.4);
		height: 60px;
	}
	#HeaderWrapper > div > ul.lang {
		left: 10px;
	}
	#HeaderWrapper > div > a.tel {
		left: 166px;
		line-height: 60px;
	}
	#HeaderWrapper > div > ul.lang > li {
		padding-left: 10px;
		padding-right: 10px;
	}
	#HeaderWrapper > div > ul.lang > li > a {
		font-size: 14px;
		line-height: 60px;
	}
	#HeaderWrapper > div > a.logo {
		left: 20px;
		right: auto;
	}

}

/* Layout - Animation */

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

/* Verweise */

#GalleryWrapper .button {
	background: #448626;
	border-radius: 50%;
	align-items: center;
	justify-content: center;
	height: 200px;
	width: 200px;
	position: absolute;
	right: 50%;
	bottom: 40px;
	margin: 0 -600px 0 0;
	display: flex;
	font-family: "Lato";
	font-size: 20px;
	font-weight: 300;
	line-height: 1.25;
	color: rgba(255, 255, 255, 0.9);
	text-transform: uppercase;
	z-index: 1;
	flex-wrap: wrap;
	flex-direction: column;
	text-align: center;
	transition: background 300ms ease, color 300ms ease;
}
#GalleryWrapper .button:hover {
	color: #448626;
	background: rgba(255, 255, 255, 0.9);
}
#GalleryWrapper .button strong {
	font-weight: bold;
}

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

	#GalleryWrapper .button {
		margin-right: 0;
		right: 30px;
	}

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

	#GalleryWrapper .button {
		right: 20px;
		width: 140px;
		height: 140px;
		font-size: 12px;
		padding: 0 6px;
	}	

}

/* Layout - Content */

#ContentWrapper {
	overflow: hidden;
	position: relative;
	width: 100%;
	z-index: 2;
}
#ContentWrapper > section {
	margin: 0 auto;
	max-width: 1260px;
	padding: 15px 30px 0;
	position: relative;
}

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

	#ContentWrapper > section {
		padding: 0 20px;
	}

}

/* Layout - Footer */

#FooterWrapper {
	background: #ADA593;
	bottom: 0;
	color: #FFFFFF;
    min-height: 300px;
	overflow: hidden;
	position: absolute;
	width: 100%;
	z-index: 1;
}
#FooterWrapper:after {
	background: #FFFFFF;
    content: "";
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 33.3333333%;
    z-index: -1;
}

/* Logo */

#FooterWrapper > svg {
    display: block;
    left: 50%;
    margin: 0 0 0 -600px;
    position: absolute;
    top: 50%;
	transform: translateY(-50%);
    width: 272px;
    z-index: 2;
}

/* Kontakt */

#FooterWrapper > p.contact {
	display: flex;
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	padding: 0 156px 0 0;
	position: absolute;
	right: 33.3333333%;
	text-align: right;
	top: 0;
	height: 100%;
	flex-direction: column;
	justify-content: center;
}
#FooterWrapper > p.contact > a,
#FooterWrapper > p.contact > span.title {
	display: table;
	margin: 0 0 0 auto;
}
#FooterWrapper > p.contact > a {
	color: #FFFFFF;
	line-height: 1.65;
	font-weight: 300;
    opacity: 0.8;
}
#FooterWrapper > p.contact > a:hover {
	opacity: 1;
}
#FooterWrapper > p.contact > span.address {
	display: block;
	line-height: 1.65;
	padding: 19px 0 24px;
    opacity: 0.8;
}
#FooterWrapper > p.contact > span.title {
	font-size: 25px;
	text-transform: uppercase;
}
#FooterWrapper > p.contact > span.title > strong {
	font-weight: bold;
}

/* Socialmedia */

#FooterWrapper .socialmedia {
	position: absolute;
	right: 33.33333%;
	width: 156px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	height: 100%;
	top: 0;
}
#FooterWrapper .socialmedia > a {
	display: table;
	background: #FFFFFF;
	border-radius: 50%;
	font-weight: normal;
	line-height: 34px;
	width: 34px;
	text-align: center;
	transition: opacity 300ms ease;
}
#FooterWrapper .socialmedia > a:hover {
	opacity: 0.8;
}
#FooterWrapper .socialmedia > a:nth-child(n+2) {
	margin-top: 12px;
}
#FooterWrapper .socialmedia > a:before {
	color: #ada593;
	content: "\E842";
	font-family: "fontello";
	font-size: 20px;
}
#FooterWrapper .socialmedia > .fb:before {
	content: "\E843";
}
#FooterWrapper .socialmedia > .tw:before {
	content: "\E844";
	font-size: 25px;
}

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

	#FooterWrapper > svg {
		left: 30px;
		margin-left: 0;
	}
	#FooterWrapper > p.contact {
		padding-right: 120px;
	}
	#FooterWrapper .socialmedia {
		width: 120px;
	}

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

	#FooterWrapper:after {
		width: 40%;
	}
	#FooterWrapper > p.contact {
		padding: 0 120px 0 0;
		right: 40%;
	}
	#FooterWrapper .socialmedia {
		right: 40%;
	}

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

	#FooterWrapper {
		min-height: 276px;
	}
	#FooterWrapper > svg {
		width: 220px;
	}
	#FooterWrapper > p.contact > span.title {
		font-size: 21px;
	}
	#FooterWrapper > p.contact > span.address {
		padding-bottom: 13px;
		padding-top: 11px;
	}

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

	#FooterWrapper > svg {
		display: none;
	}

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

	#FooterWrapper {
		min-height: 300px;
	}

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

	#FooterWrapper:after {
		width: 50%;
	}
	#FooterWrapper > p.contact {
		right: 50%;
		padding-right: 30px;
	}
	#FooterWrapper > p.contact > a > span {
		display: none;
	}
	#FooterWrapper .socialmedia {
		left: 30px;
		right: auto;
		width: auto;
	}

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

	#FooterWrapper:after {
		display: none;
	}
	#FooterWrapper > p.contact {
		display: block;
		padding: 37px 0;
		position: relative;
		right: auto;
		text-align: center;
	}
	#FooterWrapper > p.contact > a,
	#FooterWrapper > p.contact > span.title {
		margin-right: auto;
	}
	#FooterWrapper .socialmedia {
		height: 255px;
		left: 20px;
	}

}

/* SPRACHAUSWAHL AUSBLENDEN */

#HeaderWrapper > div > ul.lang {
	
}
#HeaderWrapper > div > a.tel {
	
}

@media all and (max-width: 900px){

	#HeaderWrapper > div > a.tel {
		left: auto;
		right: 88px;
	}

}
@media all and (max-width: 600px){

	#HeaderWrapper > div > a.tel {
		right: 70px;
	}

}

/* Menü - Hauptmenü - Desktop */

.mobileTrigger {
	display: none;
}
nav.desktop {
	bottom: -2px;
	position: absolute;
	right: 15px;
	z-index: 1;
}
nav.desktop > ul:after {
	clear: both;
	content: "";
	display: block;
}
nav.desktop > ul > li {
	float: left;
	padding: 0 0 2px 0;
	position: relative;
}
nav.desktop > ul > li > a {
	color: #FFFFFF;
	display: block;
	font-family: 'Lato', sans-serif;
	font-size: 18px;
	font-weight: bold;
	line-height: 54px;
	padding: 0 15px;
	text-transform: uppercase;
}
#HeaderWrapper.fixed nav.desktop > ul > li > a {
	color: #448626;
}
nav.desktop > ul > li:hover > a,
nav.desktop > ul > li > a.selected {
	background: #448626;
	color: #FFFFFF !important;
}
nav.desktop > ul > li:hover > ul {
	height: auto;
	opacity: 1;
	overflow: visible;
	top: 54px;
}
nav.desktop > ul > li > ul {
	background: #FFFFFF;
	height: 0;
	left: 0;
	min-width: 250px;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	top: 64px;
	-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 > ul > li > a {
	color: #000000;
	display: block;
	font-family: 'Lato', sans-serif;
	font-size: 18px;
	font-weight: 300;
	line-height: 40px; 
	padding: 0 20px;
	white-space: nowrap;
}
nav.desktop > ul > li > ul > li > a:hover,
nav.desktop > ul > li > ul > li > a.selected {
	background: #4B8231;
	color: #FFFFFF;
}

@media all and (max-width: 950px){

	nav.desktop > ul > li > a {
		font-size: 17px;
		padding-left: 12px;
		padding-right: 12px;
	}

}

/* Menü - Hauptmenü Mobile */

.mobileTrigger.show:before {
	content: "\E819";
	display: block;
	font-family: "fontello";
}
.mobileTrigger.show {
	color: #FFFFFF;
	cursor: pointer;
	display: block;
	font-size: 40px;
	line-height: 79px;
	padding: 0 30px;
	position: absolute;
	right: 0;
}
nav.mobile {
	position: absolute;
	right: 0;
	top: 80px;
	width: 100%;
	z-index: 99999;
}
nav.mobile > ul {
	background: #FFFFFF;
	background: -moz-linear-gradient(top,  rgba(255,255,255,0.95) 0%, rgba(255,255,255,0.98) 100%);
	background: -webkit-linear-gradient(top,  rgba(255,255,255,0.95) 0%,rgba(255,255,255,0.98) 100%);
	background: linear-gradient(to bottom,  rgba(255,255,255,0.95) 0%,rgba(255,255,255,0.98) 100%);
	box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.1);
	height: 0;
	opacity: 0;
	overflow: hidden;
	width: 100%;
}
nav.mobile > ul.open {
	height: auto;
	opacity: 1;
	overflow: visible;
	padding: 30px 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.mobile > ul > li > ul {
	display: none;
}
nav.mobile > ul > li > ul.open {
	background: #ADA593;
    display: block;
    margin: 16px 0;
    padding: 14px 0;
}

/* 1. Ebene */

nav.mobile > ul > li > a {
	color: #000000;
    display: block;
	font-family: 'Lato', sans-serif;
    font-size: 20px;
    font-weight: 300;
    padding: 6px 30px;
    text-transform: uppercase;
}

/* 2. Ebene */

nav.mobile > ul > li > ul > li > a {
	color: #FFFFFF;
    display: block;
	font-family: 'Lato', sans-serif;
    font-size: 19px;
    font-weight: 400;
    line-height: 1.5;
    opacity: 0.8;
    padding: 6px 45px;
}

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

	.mobileTrigger.show {
		line-height: 59px;
		padding-left: 20px;
		padding-right: 20px;
	}
	nav.mobile {
		top: 60px;
	}
	nav.mobile > ul > li > a {
		font-size: 17px;
		padding: 5px 20px;
	}
	nav.mobile > ul > li > ul > li > a {
		font-size: 18px;
		padding-left: 35px;
		padding-right: 35px;
	}
	nav.mobile > ul > li > ul.open {
		margin-bottom: 14px;
		margin-top: 14px;
		padding-bottom: 12px;
		padding-top: 12px;
	}

}

/* Menü - Metamenü */

ul.metamenu {
	padding: 0 0 0 80px;
    position: absolute;
    left: 66.66666666%;
	top: 0;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
ul.metamenu:after {
	clear: both;
	content: "";
	display: block;
}
ul.metamenu > li > a {
	color: #ADA593;
	display: block;
	font-family: "Lato", sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.58;
    text-transform: uppercase;
}
ul.metamenu > li > a:hover,
ul.metamenu > li > a.selected {
	opacity: 0.75;
}

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

	ul.metamenu {
		padding-left: 50px;
	}

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

	ul.metamenu {
		padding-left: 0; 
		left: 63.667%;
	}

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

	ul.metamenu {
		left: 50%;
		padding-left: 30px;
	}	

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

	ul.metamenu {
		background: #EFEDE9;
		left: 0;
		padding: 33px 0 35px;
		position: relative;
	}
	ul.metamenu > li > a {
		display: table;
		margin: 0 auto;
	}

}

/* Elemente - Überschriften */

h1 {
	color: #448626;
	font-family: 'Lato', sans-serif;
	font-size: 90px;
	font-weight: 100;
	text-transform: uppercase;
}
h1 > strong {
	font-weight: bold;
}
h2 {
	color: #8C8370;
    font-size: 30px;
    font-weight: 300;
    text-transform: uppercase;
}
h3 {
	font-size: 24px;
}

/* Folgeüberschriften */

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

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

	h1 {
		font-size: 70px;
	}
	h2 {
		font-size: 28px;
	}

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

	h1 {
		font-size: 50px;
		line-height: 1.05;
	}

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

	h1 {
		font-size: 45px;
	}
	h2 {
		font-size: 25px;
	}
	h1.cms + h2.cms {
		font-size: 20px;
		margin-top: -45px;
	}

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

	h1 {
		font-size: 38px;
		margin-top: 40px !important;
	}

}

/* Elemente - Textinhalt */

h1 + .cmsText {
	margin-top: -50px !important;
}
h2 + .cmsText {
	margin-top: -15px !important;
}

/* Elemente - Aufzählung */

.cmsList > h2 {
	margin: 0 0 15px 0;
}
.cmsList > ul > li:before {
	color: #448626;
	content: '\E818';
	font-family: 'fontello';
	left: 0;
	position: absolute;
}
.cmsList > ul > li {
	margin: 0 0 10px 0;
	padding: 0 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 {
	position: relative;
}
.cmsImage:after {
	clear: both;
	content: "";
	display: block;
}
.cmsImage > .left {
	float: left;
	margin: 0 30px 10px 0;
	max-width: 50%;
	position: relative;
}
.cmsImage > .right {
	float: right;
	margin: 0 0 10px 30px;
	max-width: 50%;
	position: relative;
}
.cmsImage img {
	display: block;
	width: 100%;
}
.cmsImage figcaption {
	background: #000000;
	background: rgba(0, 0, 0, 0.45);
    bottom: 0;
    color: #FFFFFF;
    display: block;
    font-size: 22px;
    font-weight: 400;
    left: 0;
    line-height: 58px;
    overflow: hidden;
    padding: 0 30px;
    position: absolute;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
}

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

	.cmsImage figcaption {
		font-size: 19px;
		line-height: 50px;
		padding-left: 20px;
		padding-right: 20px;
	}

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

	.cmsImage > .left,
	.cmsImage > .right {
		float: none;
		margin: 0 0 20px 0;
		max-width: none;
	}
	
}
@media all and (max-width: 500px){

	.cmsImageWidth {
		margin-left: -20px;
		margin-right: -20px;
	}

}

/* Element - Bild-Text-Kombi Kontakt */

.cmsImage.contact {
    background: #EFEDE9;
}
.cmsImage.contact > .left,
.cmsImage.contact > .right {
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
	width: 50%;
}
.cmsImage.contact .right + p {
	margin-right: 50%;
}
.cmsImage.contact .left + p {
	margin-left: 50%;
}
.cmsImage.contact p {
    padding: 40px 20px;
    text-align: center;
}
.cmsImage.contact p > strong {
	font-size: 22px;
}

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

	.cmsImage.contact p {
		margin-left: 0 !important;
		margin-right: 0 !important;
		padding-bottom: 30px;
		padding-top: 30px;
	}
	.cmsImage.contact > figure {
		width: 100% !important;
	}
	
}

/* Element - Bildergalerie */

.cmsGallery {
	margin-bottom: 0 !important;
	margin-top: 0 !important;
}
.cmsGallery:after {
	clear: both;
	content: "";
	display: block;
}
.cmsGallery li {
	float: left;
	position: relative;
	width: 33.333333%;
}
.cmsGallery .item >h2 {
	display: none;
}
.cmsGallery .item >figure {
	max-height: 450px;
	overflow: hidden;
}
.cmsGallery .item >figure > a {
	display: block;
	position: relative;
	width: 100%;
}
.cmsGallery .item >figure > a:before {
	background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
    content: "";
    display: block;
    height: 100%;
    left: -75%;
    opacity: 0.4;
    position: absolute;
    top: 0;
    transform: skewX(-25deg);
    width: 50%;
    z-index: 2;
	-webkit-transform: skewX(-25deg);
	transform: skewX(-25deg);
}
.cmsGallery .item >figure > a:hover:before {
	-webkit-animation: shine 0.8s;
	animation: shine 0.8s;
}
@-webkit-keyframes shine {

	100% {
		left: 125%;
	}

}
@keyframes shine {

	100% {
		left: 125%;
	}

}
.cmsGallery .item >figure > a > img {
	display: block;
	width: 100%;
}
.cmsGallery .item >figure > figcaption {
	background: #000000;
	background: rgba(0, 0, 0, 0.45);
	bottom: 0;
    color: #FFFFFF;
    cursor: pointer;
    display: block;
	left: 0;
    font-size: 22px;
    font-weight: 400;
    line-height: 58px;
    overflow: hidden;
    padding: 0 70px 0 30px;
	position: absolute;
    text-overflow: ellipsis;
    white-space: nowrap;	
	width: 100%;
}
.cmsGallery .item >figure > figcaption:after {
	content: "\E83F";
	font-family: "fontello";
    font-size: 28px;
    position: absolute;
    right: 30px;
}

@media all and (max-width: 1260px){

	.cmsGallery .item >figure > figcaption {
		font-size: 19px;
		line-height: 50px;
		padding-left: 20px;
		padding-right: 55px;
	}
	.cmsGallery .item >figure > figcaption:after {
		font-size: 24px;
		right: 20px;
	}

}
@media all and (max-width: 700px){

	.cmsGallery li {
		width: 50%;
	}

}
@media all and (max-width: 500px){

	.cmsGallery li {
		width: 100%;
	}

}

/* Element - Bildergalerie Slider */

.cmsGallery.slider .item {
	float: none;
	width: 100%;
}
.cmsGallery.slider .item > figure {
	position: relative;
}
.cmsGallery.slider .item > figure > a {
	position: static;
}
.cmsGallery.slider .item > figure > a:before {
	display: none;
}
.cmsGallery.slider .item > figure > a:after {
	background: #FFFFFF;
	background: rgba(255, 255, 255, 0.45);
	content: "";
    left: 0;
    height: 100%;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 100%;
	-webkit-transition: opacity 400ms ease-in-out;
	-moz-transition: opacity 400ms ease-in-out;
	-ms-transition: opacity 400ms ease-in-out;
	-o-transition: opacity 400ms ease-in-out;
	transition: opacity 400ms ease-in-out;
}
.cmsGallery.slider .item > figure > a:hover:after {
	opacity: 1;
}
.cmsGallery.slider .item > figure > a > span:after {
	background: none;
	content: "\E841";
    color: #000000;
    cursor: pointer;
	font-family: "fontello";
    font-size: 56px;
    height: auto;
    left: 0;
    line-height: 1;
    margin: -28px 0 0;
    opacity: 0;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 100%;
    z-index: 1;
	-webkit-transition: opacity 400ms ease-in-out;
	-moz-transition: opacity 400ms ease-in-out;
	-ms-transition: opacity 400ms ease-in-out;
	-o-transition: opacity 400ms ease-in-out;
	transition: opacity 400ms ease-in-out;	
}
.cmsGallery.slider .item > figure > a:hover > span:after {
	opacity: 0.9;
}

/* Navigation */

.cmsGallery.slider .owl-controls .owl-nav > div {
	background: #000000;
	background: rgba(0, 0, 0, 0.5);
    height: 100%;
    position: absolute;
    top: 0;
    width: 33.3333%;	
}
.cmsGallery.slider .owl-controls .owl-nav > div.owl-prev {
	left: 0;
}
.cmsGallery.slider .owl-controls .owl-nav > div.owl-next {
	right: 0;
}
.cmsGallery.slider .owl-controls .owl-nav > div:after {
	color: #FFFFFF;
	font-family: "fontello";
	font-size: 56px;
	left: 0;
	line-height: 1;
	margin: -28px 0 0;
	position: absolute;
	text-align: center;
	top: 50%;
	width: 100%;
}
.cmsGallery.slider .owl-controls .owl-nav > div.owl-prev:after {
	content: "\E83E";
}
.cmsGallery.slider .owl-controls .owl-nav > div.owl-next:after {
	content: "\E840";
}

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

	.cmsGallery.slider .owl-controls .owl-nav > div {
		background: #EFEDE9;
		background: rgb(239,237,233);
		background: -moz-linear-gradient(left, rgba(239,237,233,1) 0%, rgba(234,232,227,1) 100%);
		background: -webkit-linear-gradient(left, rgba(239,237,233,1) 0%,rgba(234,232,227,1) 100%);
		background: linear-gradient(to right, rgba(239,237,233,1) 0%,rgba(234,232,227,1) 100%);
		float: left;
		height: 50px;
		position: relative;
		width: 50%;
	}
	.cmsGallery.slider .owl-controls .owl-nav > div:after {
		color: #ADA593;
		font-size: 30px;
		margin-top: -15px;
	}

}

/* Element - Einzelteaser */

.cmsSingleTeaser {
	margin-bottom: 0 !important;
	margin-top: 0 !important;
}
.cmsSingleTeaser > article > h2 {
	display: none;
}
.cmsSingleTeaser > article > figure:after {
	clear: both;
	content: "";
	display: block;
}
.cmsSingleTeaser > article > figure > a {
	background-position: center center !important;
	background-size: 100% auto !important;
	background-size: cover !important;
	display: block;
	float: left;
	height: 400px;
	width: 66.6666666%;
}
.cmsSingleTeaser > article > figure > figcaption {
	background: #ADA593;
	float: left;
	height: 400px;
	padding: 64px 80px;
	position: relative;
	width: 33.333333333%;
}
.cmsSingleTeaser.red > article > figure > figcaption {
	background: #9F0737;
}
.cmsSingleTeaser.green > article > figure > figcaption {
	background: #4B8231;
}
.cmsSingleTeaser > article > figure > figcaption:after {
    background: inherit;
    content: "";
    height: 40px;
    left: -20px;
    margin: -20px 0 0;
    position: absolute;
    top: 50%;
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
    width: 40px;
}
.cmsSingleTeaser > article > figure > figcaption:first-child:after {
	left: auto;
	right: -20px;
}
.cmsSingleTeaser > article > figure > figcaption > a {
	color: #FFFFFF;
    display: block;
    font-size: 40px;
    font-weight: bold;
    line-height: 1.48;
    padding: 0 0 15px;
    position: relative;
    text-transform: uppercase;
    z-index: 1;
}
.cmsSingleTeaser > article > figure > figcaption > a > span {
	font-weight: 300;
}
.cmsSingleTeaser > article > figure > figcaption > p {
	color: #FFFFFF;
	display: table;
	line-height: 1.95;
}
.cmsSingleTeaser > article > figure > figcaption > p > span > a {
	color: #FFFFFF;
    display: table;
    font-weight: 300;
    margin: 0 0 0 auto;
    padding: 0 30px 0 0;
    position: relative;
    text-transform: uppercase;
}
.cmsSingleTeaser > article > figure > figcaption > p > span > a:after {
	content: "\E840";
	font-family: "fontello";
    font-size: 20px;
    line-height: 1;
    position: absolute;
    right: 0;
    top: 7px;
}

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

	.cmsSingleTeaser > article > figure > figcaption {
		padding: 35px 50px;
	}

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

	.cmsSingleTeaser > article > figure > figcaption {
		padding-left: 40px;
		padding-right: 40px;
	}
	.cmsSingleTeaser > article > figure > figcaption > a {
		font-size: 30px;
	}
	.cmsSingleTeaser > article > figure > figcaption > p {
		line-height: 1.5;
	}
	.cmsSingleTeaser > article > figure > figcaption > p > span > a:after {
		top: 3px;
	}

}
@media all and (max-width: 700px){

	.cmsSingleTeaser > article > figure {
		position: relative;
	}
	.cmsSingleTeaser > article > figure > a {
		height: 100%;
		right: 0;
		position: absolute;
		width: 50%;
	}
	.cmsSingleTeaser > article > figure > figcaption {
		height: auto;
		width: 50%;
		z-index: 1;
	}

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

	.cmsSingleTeaser > article > figure > a {
		height: auto;
		padding: 30% 0;
		position: relative;
		width: 100%;
	}
	.cmsSingleTeaser > article > figure > figcaption {
		height: auto;
		padding-left: 20px;
		padding-right: 20px;
		padding-top: 20px;
		width: 100%;
	}
	.cmsSingleTeaser > article > figure > figcaption:after {
		left: 100%;
		margin-left: -48px;
		top: 0;
	}
	.cmsSingleTeaser > article > figure > figcaption:first-child:after {
		bottom: -20px;
		margin-left: -12px;
		right: auto;
		top: auto;
	}

}

/* Element Gruppenteaser */

.cmsTeaserGrid {
	margin-bottom: 0 !important;
	margin-top: 0 !important;
}
.cmsTeaserGrid:after {
	clear: both;
	content: "";
	display: block;
}
.cmsTeaserGrid > article {
	float: left;
	position: relative;
	width: 33.333333%;
}
.cmsTeaserGrid > article > h2 {
	display: none;
}
.cmsTeaserGrid > article > figure {
	max-height: 450px;
	position: relative;
	overflow: hidden;
}
.cmsTeaserGrid > article > figure:before {
	background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
    content: "";
    display: block;
    height: 100%;
    left: -75%;
    opacity: 0.4;
    position: absolute;
    top: 0;
    transform: skewX(-25deg);
    width: 50%;
    z-index: 2;
	-webkit-transform: skewX(-25deg);
	transform: skewX(-25deg);
}
.cmsTeaserGrid > article > figure:hover:before {
	-webkit-animation: shine 0.8s;	/* bereits in der Bildergalerie definiert */
	animation: shine 0.8s;
}
.cmsTeaserGrid > article > figure > a {
	display: block;
	width: 100%;
}
.cmsTeaserGrid > article > figure > a > img {
	display: block;
	width: 100%;
}
.cmsTeaserGrid > article > figure > figcaption {
	bottom: 10%;
	left: 0;
	position: absolute;
}
.cmsTeaserGrid > article:nth-child(4n) > figure > figcaption,
.cmsTeaserGrid > article:nth-child(3) > figure > figcaption,
.cmsTeaserGrid > article:nth-child(9) > figure > figcaption {
	left: auto;
	right: 0;
}
.cmsTeaserGrid > article:nth-child(3n-2) > figure > figcaption,
.cmsTeaserGrid > article:nth-child(3) > figure > figcaption,
.cmsTeaserGrid > article:nth-child(9) > figure > figcaption {
	bottom: auto;
	top: 10%;
}
.cmsTeaserGrid > article > figure > figcaption > a {
	background: #000000;
	background: rgba(0, 0, 0, 0.45);
    color: #FFFFFF;
    display: block;
    font-size: 22px;
    font-weight: 400;
    line-height: 58px;
    overflow: hidden;
    padding: 0 70px 0 30px;
	position: relative;
    text-overflow: ellipsis;
    white-space: nowrap;	
	width: 100%;
}
.cmsTeaserGrid > article > figure > figcaption > a:after {
	content: "\E840";
	font-family: "fontello";
    font-size: 28px;
    position: absolute;
    right: 30px;
}

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

	.cmsTeaserGrid > article > figure > figcaption > a {
		font-size: 19px;
		line-height: 50px;
		padding-left: 20px;
		padding-right: 55px;
	}
	.cmsTeaserGrid > article > figure > figcaption > a:after {
		font-size: 24px;
		right: 20px;
	}

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

	.cmsTeaserGrid > article {
		width: 50%;
	}
	.cmsTeaserGrid > article > figure > figcaption {
		bottom: 10% !important;
		left: 0 !important;
		right: auto !important;
		top: auto !important;
	}

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

	.cmsTeaserGrid > article {
		width: 100%;
	}

}

/* Elemente - Tabelle */

.cmsTable > h2 {
	margin: 0 0 5px 0;
}
.cmsTable > table {
	width: 100%;
}
.cmsTable > table > tbody > tr {
	background: #EFEDE9;
}
.cmsTable > table > tbody > tr.val2 {
	background: #FFFFFF;
}
.cmsDrop .cmsTable > table > tbody > tr {
	background: #FFFFFF;
}
.cmsDrop .cmsTable > table > tbody > tr.val2 {
	background: #EFEDE9;
}
.cmsTable > table > tbody > tr > td {
    line-height: 1.5;
    padding: 8px 10px 10px;
	position: relative;
}
.cmsTable > p {
	font-size: smaller;
	padding: 5px 10px 0 10px;
}

/* Elemente - Verlinkungen */

/* Links (intern & extern) */

.cmsLink > a:before {
	color: #448626;
	content: '\E808';
	font-family: 'fontello';
	font-weight: normal;
	left: 0;
	position: absolute;
	top: 1px;
}
.cmsLink > a {
	color: #000000;
	display: inline-block;
	font-weight: 300;
	padding: 0 0 0 20px;
	position: relative;
}
.cmsLink > a:hover,
.cmsRefs > ul > li > a:hover,
.cmsMail > a:hover {
	color: #448626; 
}

/* Verweisliste */

.cmsRefs > h2 {
	margin: 0 0 10px 0;
}
.cmsRefs > ul > li > a:before {
	color: #448626;
	content: '\E808';
	font-family: 'fontello';
	font-weight: normal;
	left: 0;
	position: absolute;
	top: 1px;
}
.cmsRefs > ul > li > a {
	color: #000000;
	display: inline-block;
	font-weight: 300;
	padding: 0 0 0 20px;
	position: relative;
}

/* E-Mail */

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

.cmsDrop {
	background: #EFEDE9;
	padding: 0 30px;
	position: relative;
}
.cmsDrop:after {
	background: #DAD6CE;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    top: 59px;
    width: 0;
	-webkit-transition: width 1000ms ease-in-out;
	-moz-transition: width 1000ms ease-in-out;
	-ms-transition: width 1000ms ease-in-out;
	-o-transition: width 1000ms ease-in-out;
	transition: width 1000ms ease-in-out;
}
.cmsDrop.show:after {
	width: 100%;
}
.cmsDrop > h3:before {
	content: '\E807';
	font-family: 'fontello';
    font-weight: normal;
    left: 0;
    position: absolute;
    top: 17px;
}
.cmsDrop > h3 {
    cursor: pointer;
    display: block;
    font-size: 24px;
    font-weight: 300;
    margin: 0 auto;
    max-width: 1200px;
    opacity: 0.9;
    padding: 16px 10px 15px 49px;
    position: relative;
}
.cmsDrop > h3.contentHide:before {
	content: '\E805';
}
.cmsDrop > h3.contentHide + div {
	display: none;
}
.cmsDrop > h3 + div {
    margin: 0 auto;
    max-width: 1200px;
	overflow: hidden;
}

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

	.cmsDrop > h3 {
		font-size: 22px;
	}
	.cmsDrop:after {
		top: 56px;
	}

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

	.cmsDrop {
		padding-left: 20px;
		padding-right: 20px;
	}
	.cmsDrop > h3 {
		padding-left: 39px;
	}

}

/* Elemente - HTML */

/* Elemente - Youtube */

.cmsYoutube > h2 {
	margin: 0 0 10px 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: -40px;
}
.cmsDownload {
	position: relative;
}
.cmsDownload > a {
	color: #383838;
	display: inline-block;
	font-weight: 300;
	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: normal;
	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 {
	margin: 0 !important;
	padding: 50px 0;
	position: relative;
}
.cmsForm:after {
	background: #EFEDE9;
	content: "";
	height: 100%;
	left: -9999px;
	position: absolute;
	top: 0;
	width: 999999px;
	z-index: -1;
}
.cmsForm > h2 {
	margin: 0 0 20px 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: #448626;
	content: '\E823';
	font-family: 'fontello';
	line-height: 44px;
	position: absolute;
	right: 0;
	top: 0;
}
.cmsForm > .row > label {
	display: block;
	float: left;
	line-height: 42px;
	padding: 0 10px 0 0;
	width: 30%;
}
.cmsForm > .row > .field {
	background: #FFFFFF;
	border: 1px solid #DAD6CE;
	height: 44px;
	outline: medium none;
	padding: 0 10px 0;
	width: 70%;
}
body.isChrome .cmsForm > .row > .field {
	padding-bottom: 0;
}
.cmsForm > .row > .field:focus {
	border: 1px solid #A59D8B;
}
.cmsForm > .row > textarea.field {
	height: 100px;
	line-height: 1.3;
	padding-top: 10px;
	padding-bottom: 10px;
}
.cmsForm > .row > select.field {
	padding: 6px 10px 7px;
}
body.isChrome .cmsForm > .row > select.field {
	padding-bottom: 5px;
}
@-moz-document url-prefix() {

	.cmsForm > .row > select.field {
		padding-left: 6px;
	}

}
.cmsForm > .row > input[type='file'].field {
	border: 1px solid #D9D9D9 !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 {
	border-left: 1px solid #DAD6CE;
	cursor: pointer;
	display: inline-block;
	font-size: 18px;
	height: 42px;
	line-height: 40px;
    margin: 0 0 0 -37px;
    padding: 0 9px;
	position: absolute;
	top: 1px;
}
.cmsForm > .row > .calicon:before {
	content: "\E800";
	font-family: "fontello";
}
.cmsForm > .row > .spm {
	background: none repeat scroll 0 0 #FFFFFF;
	border: 1px solid #DAD6CE;
	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 #DAD6CE;
	float: left;
}
.cmsForm > .row > .spm > img + input {
	border: 1px solid #DAD6CE;
	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: #ADA593;
	border: 0;
	color: #FFFFFF;
	cursor: pointer;
    height: 45px;
    padding: 0 22px 1px;
	font-weight: normal;
	text-transform: uppercase;
}
.cmsForm > .button > input:hover {
	opacity: 0.9;
}
.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: 48px;
	}
	.cmsForm > .row > .spm {
		width: 100%;
	}
	.cmsForm > .button {
		margin-right: 0;
	}
	.cmsForm > .msg {
		margin-right: 0;
	}

}

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

	.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;
	}

}

/* Element - News Facebook */

.cmsFacebookNews {
	margin-bottom: 0;
}
.cmsFacebookNews {
	background: #ffffff;
	padding: 0 0 40px 0;
	position: relative;
}
.cmsFacebookNews > h2:before {
	background: #3a5795 none repeat scroll 0 0;
	clear: both;
	content: "";
	display: block;
	height: 100%;
	left: -2000px;
	position: absolute;
	top: 0;
	width: 4000px;
	z-index: -1;
}
.cmsFacebookNews > h2 {
	background: #3a5795 none repeat scroll 0 0;
	color: #ffffff;
	margin-bottom: 25px;
	padding: 10px 0;
	position: relative;
}
.cmsFacebookNews > article {
	background: #FFFFFF;
	border-bottom: 2px solid #F2F2F2;
	font-size: 17px;
	line-height: 1.5;
	padding: 10px 0;
}
.cmsFacebookNews > article:after {
	clear: both;
	content: "";
	display: block;
}
.cmsFacebookNews > article > a > img {
	display: block;
	float: left;
	margin: 0 20px 0 0;
}
.cmsFacebookNews > article > p > a {
	color: #3a5795;
	display: inline-block;
	font-size: 15px;
	margin: 0 0 0 10px;
}

/* Element - Verweise (Animation) */

.animationRefs {
    left: 50%;
    margin: 0 0 0 -600px;
    position: absolute;
    top: 55%;
    z-index: 2;
}
.animationRefs > a {
	color: #FFFFFF;
	display: block;
	font-family: 'Lato', sans-serif;
	font-size: 25px;
	font-weight: 300;
	line-height: 1.4;
	position: relative;
}
.animationRefs > a.ref2 {
	margin: 13px 0 0;
}
.animationRefs > a > p.title {
	display: table;
	font-size: 45px;
	margin: 0 0 -5px;
	position: relative;
	text-transform: uppercase;
}
.animationRefs > a > p.text {
	display: table;
	position: relative;
}
.animationRefs > a > p.title:not(.hasText):after,
.animationRefs > a > p.text:after {
    bottom: 8px;
	content: "\E840";
    font-family: "fontello";
    font-size: 32px;
    position: absolute;
    right: -33px;
}
.animationRefs > a > p.text:after {
	bottom: 2px;
}
.animationRefs > a > p.title > strong {
	font-weight: bold;
}

@media all and (max-width: 1260px){

	.animationRefs {
		left: 30px;
		margin-left: 0;
	}

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

	.animationRefs {
		bottom: 175px;
		top: auto;
	}
	.animationRefs > a {
		font-size: 20px;
	}
	.animationRefs > a > p.title {
		font-size: 30px;
		margin-bottom: -3px;
	}
	.animationRefs > a > p.title:not(.hasText):after,
	.animationRefs > a > p.text::after {
		bottom: 5px;
		font-size: 21px;
		right: -28px;
	}
	.animationRefs > a > p.text:after {
		bottom: 2px;
	}

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

	.animationRefs {
		display: none;
	}

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

	.animationRefs {
		display: none;
	}

}

/* Element - Bild-Teaser-Kombination */

.cmsImgTeaserCombi {
	margin-bottom: 0 !important;
	margin-top: 0 !important;
}
.cmsImgTeaserCombi:after {
	clear: both;
	content: "";
	display: block;
}
.cmsImgTeaserCombi > div {
	background-position: center center !important;
	background-size: 100% auto !important;
	background-size: cover !important;
	display: block;
	float: left;
	height: 400px;
	width: 33.3333333%;
}
.cmsImgTeaserCombi > article {
	float: left;
	height: 400px;
	width: 66.6666666%;
}
.cmsImgTeaserCombi > article > h2 {
	display: none;
}
.cmsImgTeaserCombi > article > figure:after {
	clear: both;
	content: "";
	display: block;
}
.cmsImgTeaserCombi > article > figure > a {
	background-position: center center !important;
	background-size: 100% auto !important;
	background-size: cover !important;
	display: block;
	float: left;
	height: 400px;
	width: 50%;
}
.cmsImgTeaserCombi > article > figure > figcaption {
	background: #4B8231;
	float: left;
	height: 400px;
	padding: 64px 80px;
	position: relative;
	width: 50%;
}
.cmsImgTeaserCombi.red > article > figure > figcaption {
	background: #9F0737;
}
.cmsImgTeaserCombi > article > figure > figcaption:after {
    background: inherit;
    content: "";
    height: 40px;
    right: -20px;
    position: absolute;
    top: 88px;
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
    width: 40px;
}
.cmsImgTeaserCombi > article > figure > figcaption > a {
	color: #FFFFFF;
    display: block;
    font-size: 40px;
    font-weight: bold;
    line-height: 1.48;
    padding: 0 0 15px;
    position: relative;
    text-transform: uppercase;
    z-index: 1;
}
.cmsImgTeaserCombi > article > figure > figcaption > a > span {
	font-weight: 300;
}
.cmsImgTeaserCombi > article > figure > figcaption > p {
	color: #FFFFFF;
	display: table;
	line-height: 1.95;
}
.cmsImgTeaserCombi > article > figure > figcaption > p > span > a {
	color: #FFFFFF;
    display: table;
    font-weight: 300;
    margin: 0 0 0 auto;
    padding: 0 30px 0 0;
    position: relative;
    text-transform: uppercase;
}
.cmsImgTeaserCombi > article > figure > figcaption > p > span > a:after {
	content: "\E840";
	font-family: "fontello";
    font-size: 20px;
    line-height: 1;
    position: absolute;
    right: 0;
    top: 7px;
}

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

	.cmsImgTeaserCombi > article > figure > figcaption {
		padding: 35px 50px;
	}

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

	.cmsImgTeaserCombi > article > figure > figcaption {
		padding-left: 40px;
		padding-right: 40px;
	}
	.cmsImgTeaserCombi > article > figure > figcaption > a {
		font-size: 30px;
	}
	.cmsImgTeaserCombi > article > figure > figcaption > p {
		line-height: 1.5;
	}
	.cmsImgTeaserCombi > article > figure > figcaption > p > span > a:after {
		top: 3px;
	}

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

	.cmsImgTeaserCombi > article > figure > figcaption {
		padding-left: 25px;
		padding-right: 25px;
	}

}
@media all and (max-width: 700px){
	
	.cmsImgTeaserCombi > div {
		height: auto;
		padding: 30% 0;
		width: 100%;
	}
	.cmsImgTeaserCombi > article {
		height: auto;
		width: 100%;
	}
	.cmsImgTeaserCombi > article > figure {
		position: relative;
	}
	.cmsImgTeaserCombi > article > figure > a {
		height: 100%;
		position: absolute;
		right: 0;
		width: 50%;
	}
	.cmsImgTeaserCombi > article > figure > figcaption {
		height: auto;
		padding-left: 40px;
		padding-right: 40px;
		width: 50%;
	}

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

	.cmsImgTeaserCombi > article > figure > a {
		height: auto;
		padding: 30% 0;
		position: relative;
		width: 100%;
	}
	.cmsImgTeaserCombi > article > figure > figcaption {
		height: auto;
		padding-left: 20px;
		padding-right: 20px;
		padding-top: 20px;
		width: 100%;
	}
	.cmsImgTeaserCombi > article > figure > figcaption:after {
		bottom: -20px;
		left: 8px;
		margin-left: 0;
		top: auto;
		z-index: 1;
	}

}

/* Element - Mitarbeiter */

.wmEmployee {
	display: flex;
	flex-wrap: wrap;
}
.wmEmployee .entry {
	background: #ADA593;
	box-shadow: rgba(50, 50, 93, 0.03) 0px 50px 60px -20px, rgba(0, 0, 0, 0.2) 0px 30px 60px -30px;
	margin: 0 3.75% 3.75% 0; /* 0 45 45 0 */
	position: relative;
	transition: all 400ms ease;
	top: 0;
	width: 30.833333333333332%; /* 370 */
}
.wmEmployee a.entry:hover {
	box-shadow: rgba(50, 50, 93, 0.15) 0px 50px 60px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
	background: #B7AE9C;
	top: -10px;
}
.wmEmployee .entry:nth-child(3n) {
	margin-right: 0;
}
.wmEmployee .entry > .image > img {
	display: block;
	width: 100%;
}
.wmEmployee .entry > .content {
	font-weight: 300;
	padding: 37px 45px;
}
.wmEmployee .entry > .content > .name {
	color: #FFFFFF;
	font-size: 32px;
	line-height: 1.2;
	margin-bottom: 28px;
	text-transform: uppercase;
}
.wmEmployee .entry > .content > .info {
	color: #FFFFFF;
	line-height: 1.55;
}
.wmEmployee .entry > .content > .info > strong {
	font-weight: 500;
}

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

	.wmEmployee .entry > .content {
		padding: 27px 35px;
	}

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

	.wmEmployee .entry > .content {
		padding: 22px 30px;
	}
	.wmEmployee .entry > .content > .name {
		font-size: 26px;
		margin-bottom: 20px;
	}

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

	.wmEmployee .entry {
		width: 48.125%;
	}
	.wmEmployee .entry:nth-child(3n) {
		margin-right: 3.75%;
	}
	.wmEmployee .entry:nth-child(2n) {
		margin-right: 0;
	}
	

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

	.wmEmployee .entry {
		margin-right: 0;
		min-height: 0 !important;
		width: 100%;
	}
	.wmEmployee .entry > .content {
		padding: 22px 30px;
	}
	.wmEmployee .entry > .content > .name {
		font-size: 28px;
	}

}

/*! jQuery UI - v1.11.4 - 2015-07-09
* http://jqueryui.com
* Includes: core.css, datepicker.css
* Copyright 2015 jQuery Foundation and other contributors; Licensed MIT */

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

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


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


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

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


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

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

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

/* RTL support */
.ui-datepicker-rtl {
	direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
	right: 2px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
	left: 2px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
	right: 1px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
	left: 1px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
	clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
	float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
	float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
	border-right-width: 0;
	border-left-width: 1px;
}

/* jQuery UI Kalender Styles Micado */

/* Datepicker */

/* benutzerdefinierte Styles */

.ui-datepicker {
	background: #FFFFFF;
	border: 1px solid #C8C8C8;
	font-size: 16px;
	margin-top: -2px;
}
.ui-datepicker-header {
	background: #ADA593 !important;
	border: 1px solid #C8C8C8;
	margin: -11px -11px 0 -11px !important;
	padding: 0.4em !important;
}
.ui-datepicker td {
	border: 1px solid #EBEBEB !important;
	padding: 0 !important;
}
.ui-state-default {
	background: none !important;
	border: 0 !important;
	color: inherit !important;
	text-align: center !important;
	font-weight: 300 !important;
	padding: 0.3em !important;
}
.ui-state-active, .ui-state-hover {
	background: #EFEDE9 !important;
}
.ui-datepicker-month, .ui-datepicker-year {
	font-size: 1em !important;
}
/* benutzerdefinierte Styles Ende */

/* generelle Vererbungen */

.ui-datepicker {
	padding: 10px !important;
}
.ui-corner-all {
	border-radius: 0 !important;
}
.ui-icon {
	background: none !important;
	text-indent: 0 !important;
	width: auto !important;
	height: auto !important;
}
.ui-datepicker-title {
	color: #FFFFFF !important;
	font-weight: normal !important;
	margin: 0 4.5em !important;
	font-size: 0.9em !important;
}
.ui-datepicker th {
	font-weight: normal !important;
	padding: 0.5em 0 !important
}
.ui-datepicker-calendar span {
	font-size: 0.9em !important;
}
.ui-datepicker-prev, .ui-datepicker-next {
	width: auto !important;
	height: auto !important;
	margin: 7px 0 0 0 !important;
	top: 0 !important;
	border: 0 !important;
	background: none !important;
	padding: 0 !important;
	cursor: pointer !important;
}
.ui-datepicker-prev {
	left: 5px !important;
}
.ui-datepicker-next {
	right: 5px !important;
}
.ui-datepicker-prev span, .ui-datepicker-next span {
	color: #FFFFFF !important;
	left: auto !important;
	margin: 0 !important;
	top: auto !important;
	position: static !important;
	font-size: 0.8em !important;
}

/*! fancyBox v2.1.4 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

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

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

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

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

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

.fancybox-inner {
	overflow: hidden;
}

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

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

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

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

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

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

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

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

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

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

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

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

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

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

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

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

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

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

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

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

/* Overlay helper */

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

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

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

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

/* Title helper */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Text mit TextWrapper */

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

/* Text ohne TextWrapper */

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

/* Navigation - Pfeile */

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

/* Navigation - Bullets */

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

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

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

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

}

/* 
 *  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;
}
.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%;
}
.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 - 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: #448626;
	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;
	}

}