/* 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: #000000;
	font: 300 17px/1.7 'Fira Sans', sans-serif;
	-webkit-text-size-adjust: none;
}
body > #PageWrapper {
	min-height: 100%;
	padding: 0 0 180px 0;
	position: relative;
}
body > #PageWrapper:after {
	background: url("/img/layout/bg-content.jpg") repeat top center;
	background-size: 100% auto;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}
a {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #BD084E;
}
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: 40px 0;
}
*, *:before, *:after {
	-moz-box-sizing: border-box; 
	-webkit-box-sizing: border-box; 
	box-sizing: border-box;
}
.preload * {
	-webkit-transition: none !important;
	-moz-transition: none !important;
	-ms-transition: none !important;
	-o-transition: none !important;
}
.wmWrapper {
	position: relative;
}
.wmMargin {
	margin-top: 60px;
	margin-bottom: 60px;
}
.wmPadding {
	padding-left: 20px;
	padding-right: 20px;
}
.wmMaxWidth {
	margin-left: auto;
	margin-right: auto;
	max-width: 1240px;
}
.wmClear:after {
	clear: both;
	content: "";
	display: block;
}

/* Webfonts */

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

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

/* Logo */

#HeaderWrapper > div > a {
	left: 20px;
	position: absolute;
	top: 0;
	z-index: 999999;
}
#HeaderWrapper > div > a > img {
	display: block;
	width: 340px;
}

/* Sprachauswahl */

#HeaderWrapper > div > ul.lang {
    position: absolute;
    right: 20px;
    top: 29px;
}
#HeaderWrapper > div > ul.lang:after {
	clear: both;
	content: "";
	display: block;
}
#HeaderWrapper > div > ul.lang > li {
	float: left;
	margin: 0 0 0 12px;
}
#HeaderWrapper > div > ul.lang > li:first-child {
	margin-left: 0;
}
#HeaderWrapper > div > ul.lang > li > a {
	background: #BD084E;
	border-radius: 50%;
	color: #FFFFFF;
	display: block;
	font-size: 17px;
	font-weight: 300;
	height: 30px;
	line-height: 31px;
	text-align: center;
	tex-transform: uppercase;
	width: 30px;
}
#HeaderWrapper > div > ul.lang > li > a:hover {
	background: #ECECEC;
	color: #BD084E;
}

/* Kontakt */

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

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

	#HeaderWrapper {
		height: 73px;
	}
	#HeaderWrapper > div > a > img {
		width: 250px;
	}
	#HeaderWrapper > div > ul.lang {
		top: 27px;
	}

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

	#HeaderWrapper > div > ul.lang {
		left: 300px;
		right: auto;
		top: 20px;
	}
	#HeaderWrapper > div > ul.mobileLinks {
		display: block;
		position: absolute;
		right: 100px;
	}
	#HeaderWrapper > div > ul.mobileLinks:after {
		clear: both;
		content: "";
		display: block;
	}
	#HeaderWrapper > div > ul.mobileLinks > li {
		float: left;
		margin: 0 0 0 22px;
	}
	#HeaderWrapper > div > ul.mobileLinks > li:first-child {
		margin-left: 0;
	}
	#HeaderWrapper > div > ul.mobileLinks > li > a {
		color: #BD084E;
		display: block;
		font-size: 22px;
		font-weight: normal;
		line-height: 73px;
	}
	#HeaderWrapper > div > ul.mobileLinks > li > a.tel {
		font-size: 26px;
	}
	#HeaderWrapper > div > ul.mobileLinks > li > a.mail {
		line-height: 72px;
	}
	#HeaderWrapper > div > ul.mobileLinks > li > a.tel:after {
		content: "\E83F";
		font-family: "fontello";
	}
	#HeaderWrapper > div > ul.mobileLinks > li > a.mail:after {
		content: "\E840";
		font-family: "fontello";
	}

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

	#HeaderWrapper > div > ul.mobileLinks {
		margin-right: -197px;
		right: 50%;
	}

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

	#HeaderWrapper {
		height: 60px;
	}
	#HeaderWrapper > div > a > img {
		width: 200px;
	}
	#HeaderWrapper > div > ul.lang {
		display: none;
	}
	#HeaderWrapper > div > ul.mobileLinks {
		left: 242px;
		margin-right: 0;
		right: auto;
	}
	#HeaderWrapper > div > ul.mobileLinks > li > a {
		font-size: 19px;
		line-height: 59px;
	}
	#HeaderWrapper > div > ul.mobileLinks > li > a.mail {
		line-height: 58px;
	}

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

	#HeaderWrapper {
		height: 54px;
	}
	#HeaderWrapper > div > a > img {
		width: 180px;
	}
	#HeaderWrapper > div > ul.mobileLinks {
		left: 222px;
	}
	#HeaderWrapper > div > ul.mobileLinks > li > a.mail {
		display: none;
	}
	#HeaderWrapper > div > ul.mobileLinks > li > a.tel {
		font-size: 26px;
		line-height: 53px;
	}

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

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

}

/* Layout - Animation */

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

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

	#GalleryWrapper {
		padding-top: 73px;
	}

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

	#GalleryWrapper {
		padding-top: 60px;
	}

}
@media all and (max-width: 400px){

	#GalleryWrapper {
		padding-top: 54px;
	}

}

/* Layout - Animatin - Quickbucher */

#GalleryWrapper > .enquirybox {
	background: #FFFFFF;
	background: rgba(255, 255, 255, 0.8);
	bottom: 0;
    left: 0;
    height: 80px;
    position: absolute;
    width: 100%;
    z-index: 999;	
}
#GalleryWrapper > .enquirybox > form {
    display: table;
    margin: 0 auto;
    max-width: 1240px;
    height: 100%;
    padding: 0 20px;
    position: relative;
    width: 100%;
}
#GalleryWrapper > .enquirybox > form:before {
	color: #BD084E;
	content: "\E83E";
	font-family: "fontello";
	font-size: 24px;
	left: 20px;
	line-height: 1;
	position: absolute;
	top: 28px;
}
#GalleryWrapper > .enquirybox > form:after {
	clear: both;
	content: "";
	display: block;
}

/* Überschrift */

#GalleryWrapper > .enquirybox > form > p {
    float: left;
    font-size: 25px;
    font-weight: 300;
    line-height: 1;
    padding: 17px 0 0 64px;
    text-transform: uppercase;
}
#GalleryWrapper > .enquirybox > form > p > strong {
	display: table;
	font-weight: bold;
}

/* Daten */

#GalleryWrapper > .enquirybox > form > div {
    position: absolute;
    top: 18px;
}
#GalleryWrapper > .enquirybox > form > div.arrival {
    left: 35%;
    margin-left: -138px;
}
#GalleryWrapper > .enquirybox > form > div.departure {
    left: 65%;
    margin-left: -158px;
}
#GalleryWrapper > .enquirybox > form > div:after {
	clear: both;
	content: "";
	display: block;
}
#GalleryWrapper > .enquirybox > form > div > label {
    display: table;
    float: left;
    font-size: 25px;
    font-weight: 300;
    height: 45px;
    line-height: 47px;
    text-transform: uppercase;
}
#GalleryWrapper > .enquirybox > form > div > input {
	background: none;
	border: 1px dashed #BD084E;
    cursor: pointer;
    float: left;
    font-size: 25px;
    font-weight: bold;
    height: 45px;
    margin: 0 0 0 20px;
    padding: 2px 0 0;
    text-align: center;
    width: 161px;
}

/* Submit Button */

#GalleryWrapper > .enquirybox > form > a.button {
	background: #BD084E;
	color: #FFFFFF;
    display: table;
    float: right;
    font-size: 25px;
    font-weight: 300;
    line-height: 43px;
    margin: 18px 0 0;
    padding: 2px 20px 0;
    text-transform: uppercase;
}
#GalleryWrapper > .enquirybox > form > a.button:hover {
	background: #DB0A5A;
}
#GalleryWrapper > .enquirybox > form > a.button > strong {
	font-weight: bold;
}

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

	#GalleryWrapper > .enquirybox > form > p,
	#GalleryWrapper > .enquirybox > form > div > label,
	#GalleryWrapper > .enquirybox > form > div > input,
	#GalleryWrapper > .enquirybox > form > a.button {
		font-size: 20px;
	}
	#GalleryWrapper > .enquirybox > form > p {
		padding-top: 21px;
	}
	#GalleryWrapper > .enquirybox > form > div > input {
		width: 130px;
	}
	#GalleryWrapper > .enquirybox > form > div.arrival {
		left: 38%;
		margin-left: -140px;
	}
	#GalleryWrapper > .enquirybox > form > div.departure {
		left: 66%;
		margin-left: -145px;
	}

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

	#GalleryWrapper > .enquirybox {
		left: auto;
		right: 0;
		width: auto;
	}
	#GalleryWrapper > .enquirybox > form > div {
		display: none;
	}
	#GalleryWrapper > .enquirybox > form > p {
		padding-right: 21px;
	}		

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

	#GalleryWrapper > .enquirybox {
		width: 100%;
	}
	#GalleryWrapper > .enquirybox > form {
		width: auto;
	}

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

	#GalleryWrapper > .enquirybox {
		height: 70px;
	}
	#GalleryWrapper > .enquirybox > form:before {
		display: none;
	}
	#GalleryWrapper > .enquirybox > form > p,
	#GalleryWrapper > .enquirybox > form > a.button {
		font-size: 17px;
	}
	#GalleryWrapper > .enquirybox > form > p {
		padding-left: 0;
		padding-right: 15px;
		padding-top: 19px;
	}
	body.isSafari #GalleryWrapper > .enquirybox > form > p {
		padding-top: 20px;
	}
	#GalleryWrapper > .enquirybox > form > a.button {
		line-height: 34px;
		margin-top: 17px;
		padding-left: 15px;
		padding-right: 15px;
	}

}

/* Layout - Content */

#ContentWrapper {
	background: #FFFFFF;
	margin: 0 0 15px;
	overflow: hidden;
	position: relative;
	width: 100%;
	z-index: 2;
}
#ContentWrapper > section {
	margin: 0 auto;
	max-width: 1240px;
	min-height: 400px;
	padding: 0 20px;
	position: relative;
}
body.booking #ContentWrapper > section {
	min-height: unset;
}

/* Layout - Footer */

#FooterWrapper {
	background: #BD084E;
	bottom: 0;
	color: #FFFFFF;
	overflow: hidden;
	position: absolute;
	width: 100%;
	z-index: 1;
}
#FooterWrapper > .row1 {
	height: 100%;
	margin: 0 auto;
	max-width: 1240px;
	padding: 57px 20px 34px;
	position: relative;
}
#FooterWrapper > .row1:after {
	clear: both;
	content: "";
	display: block;
}

/* Linke Spalte */

#FooterWrapper > .row1 > .left {
	float: left;
}
#FooterWrapper > .row1 > .left > a {
	color: #FFFFFF;
	display: table;
	font-size: 25px;
	font-weight: 300;
	line-height: 54px;
	padding: 23px 0 0 110px;
	position: relative;
}
#FooterWrapper > .row1 > .left > a:before {
	background: #FFFFFF;
	box-shadow: 10px 10px 10px 0 rgba(0, 0, 0, 0.1);
	color: #BD084E;
	content: "\E829";
	font-family: "fontello";
    font-size: 45px;
    height: 60px;
    left: 0;
    line-height: 60px;
    position: absolute;
    text-align: center;
    top: 17px;
    width: 80px;
}
#FooterWrapper > .row1 > .left > a.phone:before {
	font-size: 51px;
}
#FooterWrapper > .row1 > .left > a.mail:before {
	content: "\E840";
	font-size: 30px;
}
#FooterWrapper > .row1 > .left > a.facebook:before {
	content: "\E842";
}

/* Rechte Spalte */

#FooterWrapper > .row1 > .right {
	float: right;
	padding: 17px 0 0;
}
#FooterWrapper > .row1 > .right:after {
	clear: both;
	content: "";
	display: block;
}
#FooterWrapper > .row1 > .right > p {
    float: left;
    line-height: 1.48;
    text-align: right;
}
#FooterWrapper > .row1 > .right > p > strong {
	display: block;
	font-size: 18px;
	padding: 0 0 20px;
}
#FooterWrapper > .row1 > .right > div {
	float: left;
	margin: 0 0 0 60px;
}
#FooterWrapper > .row1 > .right > div > a {
	background: #FFFFFF;
	box-shadow: 10px 10px 10px 0 rgba(0, 0, 0, 0.1);
	display: block;
	height: 75px;
	margin: 0 0 5px;
	width: 140px;
}
#FooterWrapper > .row1 > .right > div > a > img {
    display: block;
    margin: 0 auto;
    position: relative;
    top: 50%;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
#FooterWrapper > .row1 > .right > div > a.urlaub > img {
	width: 115px;
}
#FooterWrapper > .row1 > .right > div > a.trustyou > img {
	width: 116px;
}
#FooterWrapper > .row1 > .right > div > a.nestpartner > img {
	width: 68px;
}

/* Reihe 2 (Metamenü) */

#FooterWrapper > .row2 {
	height: 100%;
	margin: 0 auto;
	max-width: 1240px;
	padding: 0 20px;
	position: relative;	
}
#FooterWrapper > .row2:after {
	background: #FFFFFF;
	content: "";
	height: 100%;
	left: -9999px;
	position: absolute;
	top: 0;
	width: 99999px;
	z-index: -1;
}

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

	#FooterWrapper > .row1 > .left > a {
		font-size: 21px;
		padding-left: 100px;
		padding-top: 20px;
	}
	#FooterWrapper > .row1 > .left > a:before {
		font-size: 35px;
		height: 55px;
		line-height: 55px;
		width: 70px;
	}
	#FooterWrapper > .row1 > .left > a.mail:before {
		font-size: 24px;
	}
	#FooterWrapper > .row1 > .left > a.phone:before {
		font-size: 36px;
	}
	#FooterWrapper > .row1 > .right > div {
		margin-left: 35px;
	}

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

	#FooterWrapper > .row1 {
		padding-bottom: 57px;
	}
	#FooterWrapper > .row1 > .left {
		float: none;
		left: 50%;
		margin: 0 0 0 -310px;
		position: relative;
	}
	#FooterWrapper > .row1 > .right {
		display: table;
		float: none;
		margin: 0 auto;
		padding-top: 45px;
	}
	#FooterWrapper > .row1 > .right > div {
		left: 50%;
		margin: 0 0 0 80px;
		position: absolute;
		top: 64px;
	}
	#FooterWrapper > .row1 > .right > p {
		text-align: center;
	}

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

	#FooterWrapper > .row1 {
		padding-bottom: 47px;
		padding-top: 30px;
	}
	#FooterWrapper > .row1 > .left,
	#FooterWrapper > .row1 > .right {
		display: table;
		float: none;
		margin: 0 auto;
	}
	#FooterWrapper > .row1 > .left > a {
		font-size: 17px;
		padding-left: 75px;
		padding-top: 16px;
	}
	#FooterWrapper > .row1 > .left > a:before {
		font-size: 31px;
		height: 50px;
		line-height: 50px;
		width: 60px;
	}
	#FooterWrapper > .row1 > .left > a.phone:before {
		font-size: 33px;
	}
	#FooterWrapper > .row1 > .left > a.mail:before {
		font-size: 22px;
	}
	#FooterWrapper > .row1 > .right {
		padding-top: 25px;
	}
	#FooterWrapper > .row1 > .right > p {
		float: none;
		text-align: center;
	}
	#FooterWrapper > .row1 > .right > p > strong {
		padding-bottom: 12px;
	}
	#FooterWrapper > .row1 > .right > div {
		display: table;
		float: none;
		margin: 40px auto 0;
	}

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

.mobileTrigger {
	display: none;
}
nav.desktop {
	padding: 0 0 0 200px;
	position: absolute;
	right: 130px;
	top: 0;
	z-index: 1;
}
nav.desktop > ul:after {
	clear: both;
	content: "";
	display: block;
}
nav.desktop > ul > li {
	float: left;
	padding: 0 0 5px 0;
	position: relative;
}
nav.desktop > ul > li > a {
	color: #BD084E;
    display: block;
    font-weight: 500;
    height: 80px;
    line-height: 90px;
    padding: 0 15px;
}
nav.desktop > ul > li:hover > a,
nav.desktop > ul > li > a.selected {
	background: #ECECEC;
	color: #BD084E;
}
nav.desktop > ul > li:hover > ul {
	height: auto;
	opacity: 1;
	overflow: hidden;
	padding: 20px 0 12px;
	top: 82px;
	width: 247px;
}
nav.desktop > ul > li > ul {
	background: #FFFFFF;
	height: 0;
	left: 0;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	top: 76px;
	-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 {
	border-bottom: 2px solid transparent;
    color: #000000;
    display: block;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4;
    margin: 0 0 5px;
    padding: 6px 15px 5px;
    text-transform: none;
}
nav.desktop > ul > li > ul > li > a:hover,
nav.desktop > ul > li > ul > li > a.selected {
	background: #ECECEC;
	border-bottom: 2px solid #D4D4D4;
}

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

	nav.desktop {
		right: 115px;
	}
	nav.desktop > ul > li > a {
		height: 71px;
		line-height: 88px;
		padding-left: 12px;
		padding-right: 12px;
	}

}

/* Menü - Hauptmenü Mobile */

.mobileTrigger.show:before {
	content: "\E819";
	font-family: "fontello";
}
.mobileTrigger.show {
    cursor: pointer;
    display: block;
    font-size: 44px;
    line-height: 70px;
    padding: 0 20px;
    position: absolute;
    right: 0;
}
nav.mobile {
	position: absolute;
	right: 0;
	top: 73px;
	width: 100%;
	z-index: 99999;
}
nav.mobile > ul {
	background: #FFFFFF;
	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: 44px 0 30px;
	-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: #d9d9d9;
    display: block;
    margin: 15px 0 17px;
    padding: 19px 0 17px;
}

/* 1. Ebene */

nav.mobile > ul > li > a {
	color: #293540;
    display: block;
    font-size: 20px;
	font-weight: normal;
    padding: 6px 20px;
    text-transform: uppercase;
}

/* 2. Ebene */

nav.mobile > ul > li > ul > li > a {
	color: #293540;
    display: block;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.5;
    opacity: 0.8;
    padding: 8px 35px;
    text-transform: none;
}

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

	.mobileTrigger.show {
		font-size: 40px;
		line-height: 58px;
	}
	nav.mobile {
		top: 60px;
	}
	nav.mobile > ul.open {
		padding-top: 38px;
	}

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

	.mobileTrigger.show {
		font-size: 34px;
		line-height: 52px;
	}
	nav.mobile {
		top: 54px;
	}


}

/* Menü - Metamenü */

ul.metamenu {
	display: table;
	margin: 0 -25px 0 auto;
}
ul.metamenu:after {
	clear: both;
	content: "";
	display: block;
}
ul.metamenu > li {
	float: left;
}
ul.metamenu > li > a {
	color: #BD084E; 
	display: block;
	font-size: 15px;
	font-weight: normal;
	height: 50px;
	line-height: 54px;
	padding: 0 25px;
	text-transform: uppercase;
}
ul.metamenu > li > a:hover,
ul.metamenu > li > a.selected {
	color: #DB0A5A;
}

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

	ul.metamenu {
		margin: 0 auto;
	}

}
@media all and (max-width: 500px){

	ul.metamenu {
		padding: 14px 0 12px;
	}
	ul.metamenu > li {
		float: none;
	}	
	ul.metamenu > li > a {
		height: auto;
		line-height: 1.4;
		padding: 8px 0;
		text-align: center;
	}

}

/* Elemente - Überschriften */

h1,
h3 {
	font-size: 20px;
	font-style: italic;
	font-weight: 400;
}
h2,
.headlineWrapper > h2 + h3 {
	color: #BD084E;
	font-size: 60px;
	font-style: italic;
	font-weight: 300;
}
.headlineWrapper {
	border-bottom: 2px solid #D9D9D9;
	padding: 0 0 7px;
	position: relative;
	margin: 40px 0;
}
.headlineWrapper:before {
	background: #FFFFFF;
    bottom: -16px;
    color: #D9D9D9;
	content: "\E83D";
	font-family: "fontello";
    font-size: 40px;
    left: 50%;
    line-height: 1;
    margin: 0 0 0 -41px;
    position: absolute;
    text-align: center;
    width: 83px;
}
.headlineWrapper:after {
	clear: both;
	content: "";
	display: block;
}
.headlineWrapper > * {
	padding-top: 37px !important;
}
.headlineWrapper > h1,
.headlineWrapper > h2:first-child {
	color: #000000;
	font-size: 20px;
	float: right;
	font-weight: normal;
	line-height: 1.25;
	margin: 0 !important;
	padding: 0 0 0 40px;
	width: 50%;
}
.headlineWrapper > h1 > span,
.headlineWrapper > h2:first-child > span {
    display: table-cell;
    height: 55px;
    position: relative;
    vertical-align: bottom;
    z-index: 1;
}
.headlineWrapper > h1 + h2,
.headlineWrapper > h2 + h3 {
	float: left;
	line-height: 1;
	margin: 0 !important;
	padding: 0 40px 0 0;
	text-align: right;
	width: 50%;
}

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

	.headlineWrapper > h1,
	.headlineWrapper > h2:first-child {
		font-size: 17px;
		padding-top: 23px !important;
	}
	h2,
	.headlineWrapper > h2 + h3 {
		font-size: 45px;
	}

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

	.headlineWrapper {
		position: relative;
	}
	.headlineWrapper + * {
		margin-top: -25px;
	}
	.headlineWrapper:before {
		left: auto;
		margin-left: 0;
		padding-left: 20px;
		right: 0;
		width: auto;
	}
	h2,
	.headlineWrapper > h2 + h3 {
		font-size: 35px;
	}
	.headlineWrapper > h1 + h2,
	.headlineWrapper > h2 + h3 {
		float: none;
		padding-top: 0 !important;
		position: absolute;
		text-align: left;
		top: 0;
		width: 100%;
	}
	.headlineWrapper > h1,
	.headlineWrapper > h2:first-child {
		float: none;
		padding-left: 0;
		padding-right: 65px;
		padding-top: 40px !important;
		width: 100%;
	}
	.headlineWrapper > h1 > span,
	.headlineWrapper > h2:first-child > span {
		height: auto;
	}
	.headlineWrapper > h1 > span > br,
	.headlineWrapper > h2:first-child > span > br {
		display: none;
	}
}

/* Elemente - Textinhalt */

.headlineWrapper + .cmsText {
	padding-top: 10px;
}
.cmsText > strong {
	font-weight: 500;
}

/* Elemente - Aufzählung */

.cmsList > h2 {
	display: none;
}
.cmsList > ul > li:before {
	color: #BD084E;
	content: '\E818';
	font-family: 'fontello';
	font-size: 20px;
	left: 0;
	position: absolute;
	top: -3px;
}
.cmsList > ul > li {
	margin: 0 0 10px 0;
	padding: 0 0 0 30px;
	position: relative;
}

/* 2-spaltig */

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

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

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

}

/* Elemente - Bild-Text */

.cmsImage {
	background: #ECECEC;
	position: relative;
}
.cmsImage:before {
	background: #ECECEC;
	content: "";
	height: 100%;
	left: -9999px;
	position: absolute;
	top: 0;
	width: 999999px;
	z-index: -1;
}
.cmsImage:after {
	clear: both;
	content: "";
	display: block;
}
.cmsImage > figure {
	background: url("/img/layout/bg-content.jpg") no-repeat top center;
	padding: 14px;
	position: relative;
}
.cmsImage > .left {
	float: left;
	max-width: 50%;
}
.cmsImage > .right {
	float: right;
	max-width: 50%;
}
.cmsImage img {
	border: 1px solid #D9D9D9;
	display: block;
	width: 100%;
}
.cmsImage figcaption {
	display: none;
	font-size: smaller;
	font-style: italic;
	line-height: 1.5;
	margin: 8px 0 0 0;
}
.cmsImage > .left + p {
	display: table;
	padding: 0 0 20px 80px;
}
.cmsImage > .right + p {
	display: table;
	padding: 0 80px 20px 0;
}
.cmsImage > p > .title {
	border-bottom: 2px solid #D0D0D0;
	color: #BD084E;
	display: block;
	font-size: 60px;
	font-style: italic;
	font-weight: 300;
	line-height: 1;
	padding: 34px 0 6px;
}
.cmsImage > .right + p > .title {
	text-align: right;
}
.cmsImage > p > .text {
	display: block;
	padding: 44px 0 0;
}
.cmsImage > p > .text > strong {
	font-weight: 500;
}

@media all and (max-width: 1240px){

	.cmsImage > .left + p {
		padding-left: 40px;
	}
	.cmsImage > .right + p {
		padding-right: 40px;
	}
	.cmsImage > p > .title {
		font-size: 35px;
	}
	.cmsImage > p > .text {
		line-height: 1.4;
		padding-top: 20px;
	}

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

	.cmsImage > figure {
		padding: 0;
	}

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

	.cmsImage > .left,
	.cmsImage > .right {
		float: none;
		margin: 0 -21px 10px;
		max-width: none;
	}
	.cmsImage > .left + p,
	.cmsImage > .right + p {
		padding: 0 0 30px;
	}
	.cmsImage > p > .title {
		padding-top: 20px;
	}
	
}

/* Elemente - Bildergalerie */

.cmsGallery {
	background: url("/img/layout/bg-content.jpg") no-repeat top center;
	background-size: 100% auto;
	background-size: cover;
	overflow: hidden;
	padding: 0 20px;
}
.cmsGallery > div {
    margin: 80px auto;
    max-width: 1200px;
    position: relative;
}
.cmsGallery .headlineWrapper {
	margin-bottom: 60px;
}
.cmsGallery .headlineWrapper > * {
    padding-top: 23px !important;
}
.cmsGallery .entries:after {
	clear: both;
	content: "";
	display: block;
}
.cmsGallery > div > .entries {
	max-width: 1200px;
	position: relative;
	width: 100%;
}
.cmsGallery .entries .item {
	border: 2px solid #D9D9D9;
	border-left: 1px solid #D9D9D9;
	border-right: 1px solid #D9D9D9;
	float: left;
	position: relative;
	width: 100%;
}
.cmsGallery .item figure {
	overflow: hidden;
	position: relative;
}
.cmsGallery .item figure > a {
	display: block;
}
.cmsGallery .item figure > a:before {
    bottom: 20px;
    color: #FFFFFF;
	content: "\E841";
    font-family: "fontello";
    font-size: 24px;
    font-weight: normal;
    left: 20px;
    line-height: 1;
    position: absolute;
    z-index: 2;
}
.cmsGallery .item.hasText > figure > a:after { /* Overlay */
	background: rgba(0, 0, 0, 0.5);
	content: "";
	height: 100%;
	left: 0;
	opacity: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1;
}
.cmsGallery .item.hasText:hover > figure > a:after { /* Overlay einblenden */
	opacity: 1;
	-webkit-transition: opacity 300ms ease-in-out;
	-moz-transition: opacity 300ms ease-in-out;
	-ms-transition: opacity 300ms ease-in-out;
	-o-transition: opacity 300ms ease-in-out;
	transition: opacity 300ms ease-in-out;
}
.cmsGallery .item > figure > a > img {
	display: block;
	width: 100%;
}
.cmsGallery .item > figure > figcaption {
	color: #ffffff;
	cursor: pointer;
	left: 50%;
	line-height: 1.5;
	margin: auto;
	opacity: 0;
	padding: 0 10px;
	position: absolute;
	text-align: center;
	text-shadow: 0 0 4px #000000;
	top: 50%;
	width: 100%;
	z-index: 10;
	-moz-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.cmsGallery .item:hover > figure > figcaption {
	opacity: 1;
	-webkit-transition: opacity 700ms ease-in-out;
	-moz-transition: opacity 700ms ease-in-out;
	-ms-transition: opacity 700ms ease-in-out;
	-o-transition: opacity 700ms ease-in-out;
	transition: opacity 700ms ease-in-out;
}
.fancybox-wrap .fancydownload:before {
	content: '\e801';
	font-family: 'fontello';
	font-size: 18px;
	font-weight: normal;
	margin: 0 10px 0 0;
}
.fancybox-wrap .fancydownload {
	background: none repeat scroll 0 0 #000000;
	border-radius: 4px;
	color: #ffffff;
	cursor: pointer;
	font-size: 14px;
	padding: 5px;
	position: relative;
	text-align: center;
	text-transform: uppercase;
	z-index: 1;
}

/* Teaser Slider Pfeile */

.cmsGallery .owl-nav > div {
    background: rgba(0, 0, 0, 0.5);
    color: #FFFFFF;
    font-size: 80px;
    left: -110px;
    line-height: 1;
	margin: -63px 0 0;
    padding: 20px;
    position: absolute;
    top: 50%;
}
.cmsGallery .owl-nav > div.disabled {
	cursor: default;
}
.cmsGallery .owl-nav > div:not(.disabled):hover {
    background: rgba(0, 0, 0, 0.6);
}
.cmsGallery .owl-nav > div.owl-next {
	left: auto;
	right: -110px;
}
.cmsGallery .owl-nav > div:after {
	content: "\E837";
	font-family: "fontello";
}
.cmsGallery .owl-nav > div.owl-next:after {
	content: "\E834";
}

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

	.cmsGallery .owl-nav {
		display: table;
		margin: 30px auto 0;
	}
	.cmsGallery .owl-nav:after {
		clear: both;
		content: "";
		display: block;
	}
	.cmsGallery .owl-nav > div {
		float: left;
		font-size: 40px;
		left: 0;
		margin: 0 15px;
		position: relative;
		top: auto;
	}
	.cmsGallery .owl-nav > div.owl-next {
		right: auto;
	}

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

	.cmsGallery > div {
		margin-bottom: 50px;
		margin-top: 50px;
	}

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

	.cmsGallery .headlineWrapper > * {
		padding-top: 37px !important;
	}

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

	.cmsGallery .headlineWrapper > * {
		padding-top: 0 !important;
	}
	.cmsGallery .headlineWrapper {
		margin-bottom: 55px;
		margin-left: 20px;
		margin-right: 20px;
	}

}

/* Element - Einzelteaser */

.cmsSingleTeaser > article {
	background: #DADADA;
	cursor: pointer;
	position: relative;
	top: 0;
	-webkit-transition: background 300ms ease-in-out;
	-moz-transition: background 300ms ease-in-out;
	-ms-transition: background 300ms ease-in-out;
	-o-transition: background 300ms ease-in-out;
	transition: background 300ms ease-in-out;
}
.cmsSingleTeaser > article:hover {
	background: #E5E5E5;
}
.cmsSingleTeaser > article > h2 {
	display: none;
}
.cmsSingleTeaser > article > figure {
	margin: 0 0 -1px;
	position: relative;
}
.cmsSingleTeaser > article > figure:after {
	clear: both;
	content: "";
	display: block;
}
.cmsSingleTeaser > article > figure > a {
	display: block;
	float: left;
	position: relative;
	width: 32.5%; /* 390 */
}
.cmsSingleTeaser > article > figure > a > img {
	display: block;
	width: 100%;
}
.cmsSingleTeaser > article > figure > figcaption {
    float: right;
    font-size: 18px;
    line-height: 1.5;
	padding: 30px;
    width: 67.5%;
}
.cmsSingleTeaser article > figure > figcaption > a {
	display: table;
	font-size: 29px;
	font-weight: 700;
	line-height: 1.2;
	text-transform: uppercase;
}
.cmsSingleTeaser article > figure > figcaption > a:hover {
	color: #BD084E;
}
.cmsSingleTeaser article > figure > figcaption > p {
	font-size: 15px;
	line-height: 1.5;
}
.cmsSingleTeaser article > figure > figcaption > p > span {
	display: block;
}
.cmsSingleTeaser article > figure > figcaption > p > span.date,
.cmsSingleTeaser article > figure > figcaption > p > span.addition {
	font-weight: bold;
}

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

	.cmsSingleTeaser article > figure > figcaption {
		padding-left: 25px;
		padding-right: 25px;
	}
	.cmsSingleTeaser article > figure > figcaption > a {
		font-size: 26px;
		padding-bottom: 10px;
	}

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

	.cmsSingleTeaser > article > figure > figcaption {
		padding-top: 20px;
	}

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

	.cmsSingleTeaser > article > figure > a {
		float: none;
		width: 100%;
	}
	.cmsSingleTeaser > article > figure > figcaption {
		float: none;
		width: 100%;
	}

}

/* Element - Gruppenteaser */

.cmsTeaser {
	background: url("/img/layout/bg-content.jpg") no-repeat top center;
	background-size: 100% auto;
	background-size: cover;
	overflow: hidden;
	padding: 0 20px;
	position: relative;
}
.cmsTeaser .headlineWrapper {
	margin-bottom: 60px;
}
.cmsTeaser .headlineWrapper > * {
    padding-top: 23px !important;
}
.cmsTeaser > div {
    margin: 80px auto;
    max-width: 1200px;
    position: relative;
	width: 100%;
}
.cmsTeaser > div:after {
	clear: both;
	content: "";
	display: block;
}
.cmsTeaser > div > h2 {
	display: none;
}
.cmsTeaser > div > .entries {
	max-width: 1200px;
	position: relative;
	width: 100%;
}
.cmsTeaser > div > .entries > div:after {
	clear: both;
	content: "";
	display: block;
}
.cmsTeaser article {
	background: #FFFFFF;
	position: relative;
	width: 100%;
}
.cmsTeaser article:after {
	background: #D9D9D9;
    content: "";
    height: 100%;
    position: absolute;
    right: -2px;
    top: 0;
    width: 3px;
    z-index: 1;
}
.cmsTeaser article:nth-of-type(3n):after {
	display: none;
}
.cmsTeaser article:nth-of-type(3n) + article {
	clear: left;
}
.cmsTeaser article > h2 {
	display: none;
}
.cmsTeaser article > figure > a > img {
	display: block;
	width: 100%;
}
.cmsTeaser article > a {
	background: #BD084E;
	color: #FFFFFF;
    display: block;
    font-size: 28px;
    font-weight: 500;
    line-height: 1.2;
    min-height: 120px;
    padding: 33px 62px 20px 60px;
    text-align: right;
    width: 100%;
}
.cmsTeaser article > a:hover {
	background: #DB0A5A;
}
.cmsTeaser article > figure > figcaption > p {
	padding: 37px 62px 70px 60px;
	position: relative;
}
.cmsTeaser article > figure > figcaption > p > span {
	display: block;
	hyphens: auto;
	line-height: 1.3;
}
.cmsTeaser article > figure > figcaption > p > span.addition,
.cmsTeaser article > figure > figcaption > p > span.date {
	font-weight: normal;
}
.cmsTeaser article > figure > figcaption > p > span > a {
    bottom: 41px;
    color: #000000;
    position: absolute;
    right: 60px;
}
.cmsTeaser article > figure > figcaption > p > span > a:hover {
	color: #BD084E;
}

/* Teaser Slider Pfeile */

.cmsTeaser .owl-nav > div {
    background: rgba(0, 0, 0, 0.5);
    color: #FFFFFF;
    font-size: 80px;
    left: -110px;
    line-height: 1;
	margin: -63px 0 0;
    padding: 20px;
    position: absolute;
    top: 50%;
}
.cmsTeaser .owl-nav > div.disabled {
	cursor: default;
}
.cmsTeaser .owl-nav > div:not(.disabled):hover {
    background: rgba(0, 0, 0, 0.6);
}
.cmsTeaser .owl-nav > div.owl-next {
	left: auto;
	right: -110px;
}
.cmsTeaser .owl-nav > div:after {
	content: "\E837";
	font-family: "fontello";
}
.cmsTeaser .owl-nav > div.owl-next:after {
	content: "\E834";
}

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

	.cmsTeaser .owl-nav {
		display: table;
		margin: 30px auto 0;
	}
	.cmsTeaser .owl-nav:after {
		clear: both;
		content: "";
		display: block;
	}
	.cmsTeaser .owl-nav > div {
		float: left;
		font-size: 40px;
		left: 0;
		margin: 0 15px;
		position: relative;
		top: auto;
	}
	.cmsTeaser .owl-nav > div.owl-next {
		right: auto;
	}

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

	.cmsTeaser > div {
		margin-bottom: 50px;
		margin-top: 50px;
	}
	.cmsTeaser article > a {
		font-size: 22px;
		min-height: 106px;
		padding-left: 40px;
		padding-right: 40px;
	}
	.cmsTeaser article > figure > figcaption > p {
		padding-left: 40px;
		padding-right: 40px;
	}
	.cmsTeaser article > figure > figcaption > p > span > a {
		right: 40px;
	}

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

	.cmsTeaser article > a {
		min-height: 93px;
		padding-left: 30px;
		padding-right: 30px;
		padding-top: 20px;
	}
	.cmsTeaser article > figure > figcaption > p {
		padding-left: 30px;
		padding-right: 30px;
	}
	.cmsTeaser article > figure > figcaption > p > span > a {
		right: 30px;
	}
	.cmsTeaser .headlineWrapper > * {
		padding-top: 37px !important;
	}

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

	.cmsTeaser .headlineWrapper > * {
		padding-top: 0 !important;
	}
	.cmsTeaser .headlineWrapper {
		margin-bottom: 30px;
		margin-left: 20px;
		margin-right: 20px;
	}

}
@media all and (max-width: 550px){
	
	.cmsTeaser article > a {
		min-height: 0;
		padding: 20px 20px 15px;
	}
	.cmsTeaser article > figure > figcaption > p {
		padding-left: 20px;
		padding-right: 20px;
		padding-top: 30px;
	}
	.cmsTeaser article > figure > figcaption > p > span > a {
		right: 20px;
	}

}

/* Elemente - Tabelle */

.cmsTable > h2 {
	display: none;
}
.cmsTable > table {
	width: 100%;
}
.cmsTable > table > tbody > tr {
	background: #D9D9D9;
	border-bottom: 2px solid #FFFFFF;
}
.cmsDrop .cmsTable > table > tbody > tr {
	background: #FFFFFF;
	border-bottom: 2px solid #ECECEC;
}
.cmsTable > table > tbody > tr.headline {
	background: #FFFFFF;
}
.cmsDrop .cmsTable > table > tbody > tr.headline {
	background: #ECECEC;
}
.cmsTable > table > tbody > tr > td {
    line-height: 33px;
    padding: 3px 40px 0;
}
.cmsTable > p {
	font-size: smaller;
	padding: 5px 10px 0 10px;
}

/* Elemente - Verlinkungen */

/* Links (intern & extern) */

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

/* Verweisliste */

.cmsRefs > h2 {
	display: none;
}
.cmsRefs > ul > li > a:before {
	color: #BD084E;
	content: '\E808';
	font-family: 'fontello';
	font-weight: normal;
	left: 0;
	position: absolute;
}
.cmsRefs > ul > li > a {
	color: #000000;
	display: inline-block;
	font-weight: 300;
	line-height: 1.9;
	padding: 0 0 0 20px;
	position: relative;
}
.cmsRefs > ul > li > a:hover {
	color: #BD084E;
}

/* E-Mail */

.cmsMail > a:before {
	color: #BD084E;
	content: '\E833';
	font-family: 'fontello';
	font-size: 24px;
	font-weight: normal;
	left: 0;
	position: absolute;
	top: -6px;
}
body.isSafari .cmsMail > a:before {
	top: -7px;
}
.cmsMail > a {
	color: #000000;
	display: inline-block;
	font-weight: 300;
	padding: 0 0 0 55px;
	position: relative;
}
.cmsMail > a:hover {
	color: #BD084E;
}

/* Elemente - Dropdown */

.cmsDrop {
	padding: 15px 10px 11px 0;
	position: relative;
}
.cmsDrop:before {
	background: #ECECEC;
	content: "";
	height: 100%;
	left: -9999px;
	position: absolute;
	top: 0;
	width: 999999px;
	z-index: -1;
}
.cmsDrop > h3:before {
	content: '\E807';
	font-family: 'fontello';
	font-weight: normal;
	font-style: normal;
	left: 0;
	position: absolute;
}
.cmsDrop > h3 {
	color: #BD084E;
	cursor: pointer;
	display: block;
	font-size: 25px;
	padding: 0 0 0 40px;
	position: relative;
}
.cmsDrop > h3.contentHide:before {
	content: '\E805';
}
.cmsDrop > h3.contentHide + div {
	display: none;
}
.cmsDrop > h3 + div {
	overflow: hidden;
}

/* Elemente - HTML */

/* Elemente - Youtube */

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

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

.cmsDownload + .cmsDownload {
	margin-top: -20px;
}
.cmsDownload {
	position: relative;
}
.cmsDownload > a {
	display: inline-block;
	font-weight: normal;
	padding: 7px 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: 7px;
	width: 50px;
}
body.isSafari .cmsDownload > a:before {
	top: 6px;
}
.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-bottom: 0;
	padding: 50px 0;
	position: relative;
}
.cmsForm:before {
	background: #ECECEC;
	content: "";
	height: 100%;
	left: -9999px;
	position: absolute;
	top: 0;
	width: 999999px;
	z-index: -1;
}
.cmsForm > h2 {
	font-size: 40px;
	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: #BD084E;
	content: '\E823';
	font-family: 'fontello';
	line-height: 44px;
	position: absolute;
	right: 0;
	top: 0;
}
.cmsForm > .row > label {
	display: block;
	float: left;
	line-height: 40px;
	padding: 3px 10px 0 0;
	width: 30%;
}
.cmsForm > .row > .field {
	background: #FFFFFF;
	border: 1px solid #D9D9D9;
	height: 44px;
	outline: medium none;
	padding: 5px 10px 2px;
	width: 70%;
}
.cmsForm > .row > .field:focus {
	border: 1px solid #D8D0D0;
}
.cmsForm > .row > textarea.field {
	height: 100px;
	line-height: 1.3;
	padding-top: 10px;
	padding-bottom: 10px;
}
.cmsForm > .row > select.field {
	padding: 10px 10px 8px;
}
@-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 #D9D9D9;
	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 #D9D9D9;
	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 #D9D9D9;
	float: left;
}
.cmsForm > .row > .spm > img + input {
	border: 1px solid #D9D9D9;
	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: #BD084E;
	border: 0;
	color: #FFFFFF;
	cursor: pointer;
    height: 40px;
    padding: 3px 25px 1px;
	font-weight: bold;
	text-transform: uppercase;
}
.cmsForm > .button > input:hover {
	background: #DB0A5A;
}
.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 {
		margin-left: -30px;
		margin-right: -30px;
		padding-left: 30px;
		padding-right: 30px;
	}
	.cmsForm > h2 {
		margin-bottom: -10px;
	}
	.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: 750px){

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

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

	.cmsForm {
		margin-left: -20px;
		margin-right: -20px;
		padding-left: 20px;
		padding-right: 20px;
	}
	.cmsForm > .row > .spm {
		text-align: center;
	}
	.cmsForm > .row > .spm:after {
		content: "\e824";
		left: 50%;
		margin: 0 0 0 -5px;
		top: 43px;
	}
	.cmsForm > .row > .spm > img {
		float: none;
		margin: 0 0 20px;
	}
	.cmsForm > .row > .spm > img + input {
		display: block;
		float: none;
		left: 50%;
		margin-left: -60px;
		position: relative;
		width: 120px;
	}
	.cmsForm > .row > .spm > p {
		font-size: 15px;
		text-align: left;
	}

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

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

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


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


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

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


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

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

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

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

/* Datepicker */

/* benutzerdefinierte Styles */

.ui-datepicker {
	background: #FFFFFF;
	border: 1px solid #C8C8C8;
	font-size: 16px;
}
.ui-datepicker-header {
	background: #ECECEC !important;
	border: 1px solid #C8C8C8;
	margin: -11px -11px 0 -11px !important;
	padding: 8px 6px 6px !important;
}
.ui-datepicker td {
	border: 1px solid #ECECEC !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: #ECECEC !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: #BD084E;
	font-weight: bold;
	margin: 0 4.5em !important;
	font-size: 0.9em !important;
}
.ui-datepicker th {
	padding: 0.5em 0 !important
}
.ui-datepicker-calendar span {
	font-size: 0.9em !important;
}
.ui-datepicker-prev, .ui-datepicker-next {
	width: auto !important;
	height: auto !important;
	margin: 10px 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 {
	left: auto !important;
	margin: 0 !important;
	font-weight: normal !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 v2.1.0
 * Copyright 2013-2016 David Deutsch
 * Licensed under MIT (https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE)
 */
/*
 *  Owl Carousel - Core
 */

{
    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-stage {
    position: relative;
    -ms-touch-action: pan-Y;
}
.owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
.owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    
    -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
}
.owl-item img {
    display: block;
    width: 100%;
    -webkit-transform-style: preserve-3d;
}
.owl-nav.disabled,
.owl-dots.disabled {
    display: none;
}
.owl-nav .owl-prev,
.owl-nav .owl-next,
.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-drag .owl-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.owl-carousel.owl-grab {
    cursor: move;
    cursor: grab;
}
.owl-carousel.owl-rtl {
    direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
    float: right;
}
/* No Js */

.no-js {
    display: block;
}
/*
 *  Owl Carousel - Animate Plugin
 */

.animated {
    -webkit-animation-duration: 1000ms;
    animation-duration: 1000ms;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.owl-animated-in {
    z-index: 0;
}
.owl-animated-out {
    z-index: 1;
}
.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 {
    transition: height 500ms ease-in-out;
}
/*
 * 	Owl Carousel - Lazy Load Plugin
 */

.owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 400ms ease;
}
.owl-item img.owl-lazy {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}
/*
 * 	Owl Carousel - Video Plugin
 */

.owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000;
}
.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;
    transition: -webkit-transform 100ms ease;
    transition: transform 100ms ease;
}
.owl-video-play-icon:hover {
    -webkit-transform: scale(1.3, 1.3);
    -ms-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3);
}
.owl-video-playing .owl-video-tn,
.owl-video-playing .owl-video-play-icon {
    display: none;
}
.owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity 400ms ease;
}
.owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%;
}