/* 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: #242424;
	font: 300 20px/1.8 'Roboto Condensed', sans-serif;
    height: 100%;
	-webkit-text-size-adjust: none;
}
body > #PageWrapper {
	min-height: 100%;
	padding: 0 0 180px 0;
	position: relative;		
	overflow-x: hidden;
}
a {
	color: #242424;
	font-weight: normal;
	text-decoration: none;
}
a:hover {
	color: #862230;
}
input, textarea, select, button {
	border: 1px solid #CFCFCF;
	border-radius: 0;
	color: inherit;
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
}
input[type='submit'] {
	-webkit-appearance: none;
}
input::-ms-clear {
	display: none;
}
input[type="text"]:disabled {
    background: inherit;
} 
ol, ul {
	list-style: none;
}
.cmsMargin {
	margin: 40px 0;
}
*, *:before, *:after {
	-moz-box-sizing: border-box; 
	-webkit-box-sizing: border-box; 
	box-sizing: border-box;
}
.preload * {
	-webkit-transition: none !important;
	-moz-transition: none !important;
	-ms-transition: none !important;
	-o-transition: none !important;
}
.wmWrapper {
	position: relative;
}
.wmMargin {
	margin-top: 60px;
	margin-bottom: 60px;
}
.wmPadding {
	padding-left: 20px;
	padding-right: 20px;
}
.wmMaxWidth {
	margin-left: auto;
	margin-right: auto;
	max-width: 1380px;
}
.wmClear:after {
	clear: both;
	content: "";
	display: block;
}

/* Webfonts */

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

#HeaderWrapper {
	background: #8A2331;
	background: rgba(138, 35, 49, 0.97);
	height: 90px;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 8010;
	-ms-transition: left 500ms ease 0s;
	-moz-transition: left 500ms ease 0s;
	-o-transition: left 500ms ease 0s;
	-webkit-transition: left 500ms ease 0s;
	transition: left 500ms ease 0s;
}
#HeaderWrapper:after {
	background: #FFFFFF;
	bottom: 0;
	content: "";
	height: 1px;
	left: 0;
	opacity: 0.75;
	position: absolute;
	width: 100%;
}
#HeaderWrapper.mobile {
	position: absolute;
}
#HeaderWrapper > div {
	height: 100%;
	margin: 0 auto;
	max-width: 1380px;
	padding: 0 20px;
	position: relative;
}

/* Logo */

#HeaderWrapper > div > a {
	right: 20px;
	position: absolute;
	top: 10px;
	z-index: 99999999;
}
#HeaderWrapper > div > a > img {
	display: block;
	width: 221px;
}

/* Sprachauswahl */

#HeaderWrapper > div > .lang {
	display: none;
}

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

	#HeaderWrapper > div > a > img {
		width: 185px;
	}

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

	#HeaderWrapper > div > a {
		left: 30px;
		right: auto;
	}	

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

	#HeaderWrapper > div > .lang {
		display: block;
		left: 245px;
		position: absolute;
		top: 29px;
	}
	#HeaderWrapper > div > .lang:after {
		clear: both;
		content: "";
		display: block;
	}
	#HeaderWrapper > div > .lang > li {
		float: left;
		margin: 0 8px 0 0;
	}
	#HeaderWrapper > div > .lang > li:last-child {
		margin-right: 0;
	}
	#HeaderWrapper > div > .lang > li > a {
		background: #913645;
		box-shadow: 0 0 2px rgba(0, 0, 0, 0.08);
		color: #FFFFFF;
		display: block;
		font-size: 16px;
		font-weight: 300;
		height: 32px;
		line-height: 32px;
		text-align: center;
		width: 32px;
	}
	#HeaderWrapper > div > .lang > li > a:hover {
		background: #FFFFFF;
		color: #892737;
	}

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

	#HeaderWrapper > div > .lang {
		display: none;
	}

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

	#HeaderWrapper {
		height: 70px;
	}
	#HeaderWrapper > div > a {
		left: 20px;
	}
	#HeaderWrapper > div > a > img {
		width: 140px;
	}

}

/* Layout - Content */

#ContentWrapper {
	left: 0;
	position: relative;
	width: 100%;		
	-ms-transition: left 500ms ease 0s;
	-moz-transition: left 500ms ease 0s;
	-o-transition: left 500ms ease 0s;
	-webkit-transition: left 500ms ease 0s;
	transition: left 500ms ease 0s;
}
#ContentWrapper > div:before {
	clear: both;
	content: "";
	display: block;
	/*padding: 1px 0 0;
    z-index: -1;*/
}
/*#ContentWrapper > div:after {
	background: #FFFFFF;
    content: "";
    height: 100%;
    left: 50%;
    margin: 0 0 0 -670px;
    opacity: 0.85;
    position: fixed;
    top: 90px;
    width: 950px;
    z-index: -1;    
	-ms-transition: left 500ms ease 0s;
	-moz-transition: left 500ms ease 0s;
	-o-transition: left 500ms ease 0s;
	-webkit-transition: left 500ms ease 0s;
	transition: left 500ms ease 0s;
}*/
#ContentWrapper > div {
    margin: 0 auto;
    max-width: 1380px;
    padding: 89px 410px 0 20px;
    position: relative;
    z-index: 2;
}
#ContentWrapper > div > section {
	background: #FFFFFF;
	background: rgba(255, 255, 255, 0.85);
	padding: 0 40px;
	position: relative;
	overflow: hidden;
	z-index: 1;
}
#ContentWrapper > div > section > .kitzalps {
	border-top: 1px solid #E2E1E1;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	display: none;
	position: relative;
}
#ContentWrapper > div > section > .kitzalps:after {
	clear: both;
	content: "";
	display: block;
}
#ContentWrapper > div > section > .kitzalps > a {
	display: block;
	padding: 20px 0 0;
    position: absolute;
    top: 50%;
	-moz-transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
}
#ContentWrapper > div > section > .kitzalps > a > img {
	display: block;
	width: 250px;
}
#ContentWrapper > div > section > .kitzalps > p {
	padding: 20px 0 0 290px;
}

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

	/*#ContentWrapper > div:after {
		left: 20px;
		margin-left: 0;
	}*/
	#ContentWrapper > div {
		margin-left: 0;
		max-width: 990px;
		padding-right: 20px;
	}

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

	/*#ContentWrapper > div:after {
		left: 0;
		right: auto;
		opacity: 0.88;
		top: 0;
		width: 100%;
	}*/
	#ContentWrapper > div {
		padding-left: 0;
		padding-right: 0;
	}
	#ContentWrapper > div > section {
		padding: 30px 30px 0;
	}

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

	#ContentWrapper > div > section > .kitzalps {
		padding-top: 20px;
	}
	#ContentWrapper > div > section > .kitzalps > a {
		float: left;
		max-width: 50%;
		padding: 18px 25px 0 0;
		position: relative;
		-moz-transform: none;
		-webkit-transform: none;
		-o-transform: none;
		-ms-transform: none;
		transform: none;
	}
	#ContentWrapper > div > section > .kitzalps > a > img {
		max-width: 100%;
	}
	#ContentWrapper > div > section > .kitzalps > p {
		padding-left: 0;
		padding-top: 0;
	}

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

	/*#ContentWrapper > div:after {
		height: 5000px;
		top: 0;
	}*/
	#ContentWrapper > div {
		padding-top: 70px;
	}
	#ContentWrapper > div > section {
		padding: 10px 20px 0;
	}
	#ContentWrapper > div > section > .kitzalps > a {
		max-width: none;
		padding: 0 0 10px;
		width: 100%;
	}
	#ContentWrapper > div > section > .kitzalps > a > img {
		width: 100%;
	}

}

/* Layout - Footer */

#FooterWrapper {
    background: #92A8BC;
    bottom: 0;
    left: 0;
    padding: 0 20px;
    position: fixed;
    width: 100%;
    z-index: 999;    
	-ms-transition: left 500ms ease 0s;
	-moz-transition: left 500ms ease 0s;
	-o-transition: left 500ms ease 0s;
	-webkit-transition: left 500ms ease 0s;
	transition: left 500ms ease 0s;
}
#FooterWrapper > div {
    color: #FFFFFF;
	height: 100%;
    left: 50%;
    margin: 0 0 0 -670px;
	max-width: 950px;
	padding: 12px 0;
	position: relative;
}
#FooterWrapper > div:after {
	clear: both;
	content: "";
	display: block;
}

/* Sprachauswahl */

#FooterWrapper > div > .lang {
	float: left;
}
#FooterWrapper > div > .lang:after {
	clear: both;
	content: "";
	display: block;
}
#FooterWrapper > div > .lang > li {
	float: left;
	margin: 0 12px 0 0;
}
#FooterWrapper > div > .lang > li:last-child {
	margin-right: 0;
}
#FooterWrapper > div > .lang > li > a {
	background: #FFFFFF;
	color: #242424;
	display: block;
	font-size: 20px;
	font-weight: 300;
	height: 40px;
	line-height: 40px;
	text-align: center;
	width: 40px;
}
#FooterWrapper > div > .lang > li > a:hover,
#FooterWrapper > div > .lang > li > a.selected {
	background: #86222F;
	color: #FFFFFF;
}

/* Telefon */

#FooterWrapper > div > .tel {
    color: #FFFFFF;
    font-size: 22px;
    padding: 1px 0 0 0;
    position: absolute;
    right: -390px;	
}
#FooterWrapper > div > .tel:hover {
	opacity: 0.8;
}
#FooterWrapper > div > .tel:before {
	content: "\E829";
	font-family: "fontello";
    font-size: 29px;
    left: -40px;
    line-height: 1;
    position: absolute;
    top: 5px;
}

/* Bike-Hotel Banner */

#FooterWrapper .bikeHoliday {
	background: rgba(255, 255, 255, 0.85);
	border-radius: 50%;
	height: 213px;
	width: 213px;
	position: absolute;
	bottom: 100%;
	right: -392px;
	margin: 0 0 38px;
	padding: 38px 0 0;
	text-align: center;
}
#FooterWrapper .bikeHoliday > div {
	background: #FFFFFF;
	border: 2px solid #C7D2DB;
	display: table;
	margin: 0 auto;
	padding: 7px;
}
#FooterWrapper .bikeHoliday > div > img {
	display: block;
}
#FooterWrapper .bikeHoliday > p {
	font-size: 17px;
	font-weight: normal;
	line-height: 1.35;
	color: #86232f;
	padding: 13px 0 0;
}
html[lang="nl"] #FooterWrapper .bikeHoliday > p {
	font-size: 15px;
}
#FooterWrapper .bikeHoliday > p > strong {
	display: block;
	font-size: 21px;
	font-weight: bold;
}

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

	#FooterWrapper > div {
		left: 0;
		margin-left: 0;
	}
	#FooterWrapper > div > .tel {
		display: none;
	}
	#FooterWrapper .bikeHoliday {
		position: fixed;
		right: 20px;
		bottom: 102px;
		margin: 0;
	}

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

	#FooterWrapper .bikeHoliday {
		transition: all 500ms ease-in-out;
	}
	body.scroll #FooterWrapper .bikeHoliday {
		margin-bottom: 10px;
		opacity: 0;
	}

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

	#FooterWrapper {
		position: absolute;
		padding-left: 30px;
		padding-right: 30px;
	}
	#FooterWrapper > div {
		left: 0;
		right: auto;
		max-width: none;
		padding-left: 0;
		padding-right: 0;
		width: 100%;
	}
	#FooterWrapper .bikeHoliday {
		display: none;
	}

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

	#FooterWrapper {
		padding-left: 15px;
		padding-right: 15px;
	}
	#FooterWrapper > div {
		padding: 30px 0;
	}
	#FooterWrapper > div > .lang {
		display: none;
	}

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

	#FooterWrapper > div {
		padding-bottom: 40px;
		padding-top: 40px;
	}	

}

/* Formular */

#FooterWrapper > div > .bookingbox {
	float: right;
	font-size: 18px;
}
#FooterWrapper > div > .bookingbox:after {
	clear: both;
	content: "";
	display: block;	
}
#FooterWrapper > div > .bookingbox > div,
#FooterWrapper > div > .bookingbox > input,
#FooterWrapper > div > .bookingbox > a {
	float: left;
}
#FooterWrapper > div > .bookingbox > div {
	position: relative;
}
#FooterWrapper > div > .bookingbox > div > label {
	line-height: 40px;
	height: 40px;
}
#FooterWrapper > div > .bookingbox > div > input {
	background: #FFFFFF;
	border: 0;
	color: #242424;
	cursor: pointer;
	line-height: 40px;
	height: 40px;
	margin: 0 15px;
	padding: 0 0 0 34px;
	text-align: center;
	width: 140px;
}
#FooterWrapper > div > .bookingbox > div > .calicon:before {
	content: "\E840";
	color: #242424;
	font-family: "fontello";
    font-size: 21px;
    line-height: 1;
    position: absolute;
    right: 120px;
    top: 9px;
}
#FooterWrapper > div > .bookingbox > input,
#FooterWrapper > div > .bookingbox > a {
	background: #86222F;
	border: 0;
	color: #FFFFFF;
	cursor: pointer;
	display: block;
	height: 40px;
	line-height: 40px;
	padding: 0 15px;
}
#FooterWrapper > div > .bookingbox > a {
	font-weight: 300;
	margin: 0 0 0 15px;
}
#FooterWrapper > div > .bookingbox > input:hover,
#FooterWrapper > div > .bookingbox > a:hover {
	background: #7A1C27;
}


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

	#FooterWrapper > div > .bookingbox {
		display: table;
		float: none;
		margin: 0 auto;
	}

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

	#FooterWrapper > div > .bookingbox > input {
		clear: both;
		margin-right: 3.4965034965035%;
	}
	#FooterWrapper > div > .bookingbox > .departure > input {
		margin-right: 0;
	}
	#FooterWrapper > div > .bookingbox > .departure > .calicon:before {
		right: 97px;
	}
	#FooterWrapper > div > .bookingbox > a,
	#FooterWrapper > div > .bookingbox > input {
		margin-top: 15px;
		width: 48.251748251748253%; /* 207 */
	}
	#FooterWrapper > div > .bookingbox > a {
		margin-left: 0;
		text-align: center;
	}

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

	#FooterWrapper > div > .bookingbox > div,
	#FooterWrapper > div > .bookingbox > input,
	#FooterWrapper > div > .bookingbox > a {
		float: none;
	}
	#FooterWrapper > div > .bookingbox > .arrival > input {
		margin-right: 0;
	}
	#FooterWrapper > div > .bookingbox > .arrival > .calicon:before,
	#FooterWrapper > div > .bookingbox > .departure > .calicon:before {
		right: 137px;
	}
	#FooterWrapper > div > .bookingbox > a,
	#FooterWrapper > div > .bookingbox > input {
		margin: 0;
		width: 100%;
	}
	#FooterWrapper > div > .bookingbox > div,
	#FooterWrapper > div > .bookingbox > input {
		margin-bottom: 10px;
	}
	#FooterWrapper > div > .bookingbox > div > input {
		width: 180px;
	}

}

/* Layout - Intro - Animation */

#GalleryWrapper {
    height: 100% !important;
    left: 0;
    overflow: hidden;
    position: fixed;
    top: 0;
    width: 100%;
}
.micAnimation {
    height: 100%;
    width: 100%;
    z-index: 1;
}
.micAnimation > ul {
    height: 100%;
    position: relative;
    z-index: 1;
}
.micAnimation > ul > .slide {
    height: 0;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: opacity 500ms ease-in 0s;
    width: 100%;
}

/* Animationstext */

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

/* Pfeile */

.micAnimation > .arrows {
	display: none;
}

/* Layout - Shift */ 

body.shift #PageWrapper {
	height: 100%;
}
body.shift #ContentWrapper {
	left: -100%;
}
body.shift #ContentWrapper > div:after {
	left: -50%;
}
body.shift #MapWrapper {
	left: 0;
}

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

	body.shift #FooterWrapper {
		left: -100%;
	}

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

.mobileTrigger {
	display: none;
}
nav.desktop {
	left: 20px;
	position: absolute;
	top: 22px;
	z-index: 1;
}
nav.desktop > ul:after {
	clear: both;
	content: "";
	display: block;
}
nav.desktop > ul > li {
	float: left;
	padding: 0 2px 28px 0;
	position: relative;
}
nav.desktop > ul > li:last-child {
	padding-right: 0;
}
nav.desktop > ul > li > a {
	background: #913645;
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.08);
	color: #FFFFFF;
	display: block;
	font-size: 23px;
	font-weight: 300;
	height: 45px;
	line-height: 45px;
	padding: 0 24px;
}

/* Sprachauswahl */

nav.desktop > ul > li.lang > a {
	display: none;
}

/* Karte */

nav.desktop > ul > li.map > a {
	padding: 0 22px;
	position: relative;
}
nav.desktop > ul > li.map > a:after {
	content: "\E841";
	font-family: "fontello";
    font-size: 30px;
    position: relative;
    top: 0;
}
nav.desktop > ul > li:hover > a,
nav.desktop > ul > li > a.selected {
	background: #FFFFFF;
	color: #892737;
}
nav.desktop > ul > li:hover > ul {
	height: auto;
	padding: 20px 0;
	opacity: 1;
	overflow: visible;
	top: 67px;
	-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 > ul {
	background: #FFFFFF;
	background: rgba(255, 255, 255, 0.95);
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
	height: 0;
	left: 0;
	min-width: 250px;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	top: 75px;
}
nav.desktop > ul > li.last > ul {
	left: auto;
	right: 0;
}
nav.desktop > ul > li > ul > li > a {
	color: #242424;
    display: block;
    font-size: 20px;
    font-weight: 300;
    line-height: 1;
    padding: 9px 25px 12px;
    position: relative;
    white-space: nowrap;
}
nav.desktop > ul > li > ul > li:last-child > a:after,
nav.desktop > ul > li > ul > li > a:before {
	background: #D9BDC3;
    content: "";
    height: 1px;
    left: 25px;
    position: absolute;
    right: 25px;
    top: -1px;
    z-index: 1;
}
nav.desktop > ul > li > ul > li:last-child > a:after {
	bottom: 0;
	display: none;
	top: auto;
}
nav.desktop > ul > li > ul > li:last-child > a:hover:after,
nav.desktop > ul > li > ul > li:last-child > a.selected:after {
	display: block;
}
nav.desktop > ul > li > ul > li:first-child > a:before {
	display: none;
}
nav.desktop > ul > li > ul > li:first-child:hover > a:before {
	display: block;
}
nav.desktop > ul > li > ul > li > a:hover,
nav.desktop > ul > li > ul > li > a.selected {
	background: #C19099;
	color: #FFFFFF;
}
nav.desktop > ul > li > ul > li > a:hover:before,
nav.desktop > ul > li > ul > li > a.selected:before,
nav.desktop > ul > li > ul > li:hover + li > a:before,
nav.desktop > ul > li > ul > li.active + li > a:before,
nav.desktop > ul > li > ul > li:last-child > a:hover:after,
nav.desktop > ul > li > ul > li:last-child > a.selected:after {
	background: #B1727E;
	left: 0;
	right: 0;
}

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

	nav.desktop > ul > li > a {
		font-size: 19px;
		padding: 0 15px;
	}

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

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

}

/* Menü - Hauptmenü Mobile */

.mobileTrigger.show:before {
	content: "\E819";
    display: block;
    float: left;
    font-family: "fontello";
    font-size: 41px;
    margin: 0 10px 0 0;
}
.mobileTrigger.show {
    color: #FFFFFF;
    cursor: pointer;
    display: block;
    font-size: 30px;
    height: 90px;
    line-height: 90px;
    padding: 0 30px;
    position: absolute;
    right: 0;
    text-transform: uppercase;
}
nav.mobile {
    position: absolute;
    right: 0;
    top: 90px;
    width: 100%;
    z-index: 99999;
}
nav.mobile > ul {
	background: #FFFFFF;
	background: rgba(255, 255, 255, 0.9);
	height: 0;
	opacity: 0;
	overflow: hidden;
	padding: 0;
	width: 100%;
}
nav.mobile > ul.open {
	height: auto;
	opacity: 1;
	overflow: visible;
	padding: 40px 0 15px;
	-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: #FFFFFF;
	display: block;
	margin: 10px 0;
	outline: 1px solid #D2DCE4;
	outline: 1px solid rgba(146, 168, 188, 0.4);
	padding: 15px 0;
}
nav.mobile > ul > li > ul > li > ul {
	display: none;
}
nav.mobile > ul > li > ul > li > ul.open {
	display: block;
}

/* 1. Ebene */

nav.mobile > ul > li > a {
	color: #242424;
    display: block;
    font-weight: normal;
    line-height: 1.3;
    padding: 10px 30px;
}
nav.mobile > ul > li.map > a:after {
	content: "Karte";
}
nav.mobile > ul > li > a:hover,
nav.mobile > ul > li > a.selected {
	
}
/* Sprachauswahl */

nav.mobile > ul > li.lang > a {
	display: none;
}

/* 2. Ebene */

nav.mobile > ul > li > ul > li > a {
	color: #242424;
    display: block;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.3;
    padding: 8px 50px;
}
nav.mobile > ul > li > ul > li > a:hover,
nav.mobile > ul > li > ul > li > a.selected {
	
}

/* 3. Ebene */

nav.mobile > ul > li > ul > li > ul > li > a {
	display: block;
	padding: 6px 60px;
}
nav.mobile > ul > li > ul > li > ul > li > a:hover,
nav.mobile > ul > li > ul > li > ul > li > a.selected {
	
}

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

	nav.mobile > ul > li.lang.first {
		border-top: 1px solid #92A8BC;
		margin: 17px 0 0;
		padding: 15px 0 0;
	}
	nav.mobile > ul > li.lang.last {
		padding-bottom: 20px;
	}
	nav.mobile > ul > li.lang > a {
		color: #5D7182;
		display: block;
		padding-bottom: 5px;
		padding-top: 5px;
	}

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

	.mobileTrigger.show {
		font-size: 26px;
		height: 70px;
		line-height: 70px;
		padding-right: 20px;
	}
	.mobileTrigger.show:before {
		font-size: 34px;
	}
	nav.mobile {
		top: 69px;
	}
	nav.mobile > ul.open {
		padding-top: 35px;
	}
	nav.mobile > ul > li > a {
		padding-left: 20px;
		padding-right: 20px;
	}
	nav.mobile > ul > li > ul > li > a {
		padding-left: 40px;
		padding-right: 40px;
	}

}

/* Menü - Metamenü */

ul.metamenu:after {
	clear: both;
	content: "";
	display: block;
}
ul.metamenu > li {
	float: left;
}
ul.metamenu > li > a {
	display: block;
	padding: 0 4px;
}
ul.metamenu > li > a:hover,
ul.metamenu > li > a.selected {
	
}

/* Elemente - Überschriften */

h1 {
	font-family: 'Alegreya SC', serif;
	font-size: 52px;
	font-weight: normal;
	line-height: 1;
}
h2 {
	color: #862230;
	font-size: 25px;
	font-weight: normal;
}
h3 {
	font-size: 25px;
	font-weight: normal;
}

/* Folgeüberschriften */

h1.cms + h2.cms {
	background: #FFFFFF;
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.05);
	display: table;
	font-size: 21px;
	margin-top: -30px;
	padding: 6px 18px;
}
h2.cms + h3.cms {
	margin-top: -36px;
}

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

	h1 {
		font-size: 44px;
	}
	h1.cms + h2.cms {
		background: #FFFFFF;
	}

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

	h1 {
		font-size: 35px;
	}

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

	h1 {
		font-size: 30px;
	}

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

.cmsList > h2 {
	margin: 0 0 12px;
}
.cmsList > ul > li:before {
	color: #000000;
	content: '\E83B';
	font-family: 'fontello';
	left: 0;
	position: absolute;
}
.cmsList > ul > li {
    line-height: 1.2;
    margin: 0 0 4px;
    padding: 6px 0 6px 33px;
    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:after {
	clear: both;
	content: "";
	display: block;
}
.cmsImage > .left {
	float: left;
	margin: 0 20px 10px 0;
	max-width: 50%;
}
.cmsImage > .right {
	float: right;
	margin: 0 0 10px 20px;
	max-width: 50%;
}
.cmsImage img {
	display: block;
	width: 100%;
}
.cmsImage figcaption {
	font-size: smaller;
	font-style: italic;
	line-height: 1.5;
	margin: 8px 0 0 0;
}

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

	.cmsImage > .left,
	.cmsImage > .right {
		float: none;
		margin: 0 0 10px 0;
		max-width: none;
	}
	
}

/* Elemente - Bildergalerie */

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

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

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

.cmsTeaser + * {
	margin-top: -20px;
}
.cmsTeaser:after {
	clear: both;
	content: "";
	display: block;
}
.cmsTeaser > h2 {
	margin: 0 0 20px 0;
}
.cmsTeaser article {
	background: #FFFFFF;
	float: left;
	margin: 0 4.59770114942528% 4.59770114942528% 0; /* 0 40 40 0 */
	position: relative;
	width: 47.701149425287355%; /* 415 */
}
.cmsTeaser article:nth-of-type(2n) {
	margin-right: 0;
}
.cmsTeaser article:nth-of-type(2n) + article {
	clear: left;
}
.cmsTeaser article > h2 {
	display: none;
}
.cmsTeaser article > figure > a > img {
	display: block;
	width: 100%;
}
.cmsTeaser article > figure > figcaption {
	border-top: 1px solid #FFFFFF;
	font-size: 17px;
	line-height: 1.6;
	padding: 20px 25px;
	position: relative;
}
.cmsTeaser article > figure > figcaption > a {
	color: #000000;
    display: table;
    font-size: 25px;
    font-weight: normal;
    line-height: 1.2;
    padding: 4px 0;
}

.cmsTeaser.package article > figure > a {
	display:block;  
	max-height:230px;
	overflow:hidden;  
}

.cmsTeaser article.hasPrice > figure > figcaption > a {
	padding-right: 80px;
}
.cmsTeaser article > figure > figcaption > a:hover {
	color: #862230;
}
.cmsTeaser article > figure > figcaption > p > span {
	display: block;
	font-size: 18px;
	line-height: 1.5;
}
.cmsTeaser article > figure > figcaption > p > .addition {
    background: #892737;
    color: #FFFFFF;
    font-size: 20px;
    line-height: 1.2;
    padding: 2px 12px 20px;
    position: absolute;
    right: 25px;
    text-align: center;
    top: -42px;
}
.cmsTeaser article > figure > figcaption > p > .addition:after {
    background: #FFFFFF;
    content: "";
    height: 25px;
    left: -10%;
    position: absolute;
    top: 65px;
    width: 120%;
	-moz-transform: rotate(12deg);
	-webkit-transform: rotate(12deg);
	-o-transform: rotate(12deg);
	-ms-transform: rotate(12deg);
	transform: rotate(12deg);
}
.cmsTeaser article > figure > figcaption > p > .addition > span {
	display: table;
	font-size: 24px;
	font-weight: normal;
	margin: 0 auto;
}
.cmsTeaser article > figure > figcaption > p > .date {
	color: #862230;
	font-weight: 600;
}
.cmsTeaser article > figure > figcaption > p > .text > a {
    bottom: 10px;
    color: #862230;
    font-weight: 600;
    opacity: 0;
    position: absolute;
    right: 26px;
}
.cmsTeaser article:hover > figure > figcaption > p > .text > a {
	bottom: 20px;
    opacity: 1;
	-webkit-transition: all 500ms ease-in-out;
	-moz-transition: all 500ms ease-in-out;
	-ms-transition: all 500ms ease-in-out;
	-o-transition: all 500ms ease-in-out;
	transition: all 500ms ease-in-out;
}
.cmsTeaser article > figure > figcaption > p > .text > a:after {
	content: "\E808";
	font-family: "fontello";
}

/* Einzelteaser */

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

	.cmsTeaser.cmsSingleTeaser + * {
		margin-top: auto;
	}
	.cmsTeaser.cmsSingleTeaser > article {
		border-bottom: 0;
		float: none;
		margin: 0;
		padding: 0;
		width: 100%;	
	}
	.cmsTeaser.cmsSingleTeaser.cmsMargin figure:after {
		clear: both;
		content: "";
		display: block;
	}
	.cmsTeaser.cmsSingleTeaser > article > figure > a {
		float: left;
		max-width: 47.701149425287355%; /* 415 */
		overflow: hidden;
		width: 415px;
	}
	.cmsTeaser.cmsSingleTeaser > article.hasPrice > figure > figcaption > a {
		padding-right: 100px;
	}
	.cmsTeaser.cmsSingleTeaser > article > figure > figcaption {
		border-top: 0;
		margin-left: 47.701149425287355%; /* 415 */
		padding: 15px 20px;
	}
	.cmsTeaser.cmsSingleTeaser > article > figure > a > img {
		display: block;
		left: 50%;
		margin: 0 0 0 -207px;
		position: relative;
		width: 415px;
	}
	.cmsTeaser.cmsSingleTeaser > article > figure > figcaption > p > .addition {
		right: 15px;
		top: -30px;		
	}
	.cmsTeaser.cmsSingleTeaser > article > figure > figcaption > p > .text > a {
		bottom: 5px;
	}
	.cmsTeaser.cmsSingleTeaser > article:hover > figure > figcaption > p > .text > a {
		bottom: 15px;
	}

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

	.cmsTeaser + * {
		margin-top: auto;
	}
	.cmsTeaser article {
		float: none;
		margin: 0 0 30px 0;
		position: relative;
		width: 100%;
	}
	.cmsTeaser article > figure > figcaption {
		min-height: 0 !important;
	}

}

/* Elemente - Tabelle */

.cmsTable > h2 {
	margin: 0 0 15px 0;
}
.cmsTable > table {
	width: 100%;
}
.cmsTable > table > tbody > tr.val2 {
	background: #FFFFFF;
	background: rgba(255, 255, 255, 0.8);
	border-bottom: 1px solid #FFFFFF;
}
.cmsTable > table > tbody > tr > td {
	line-height: 40px;
	padding: 0 10px;
}
.cmsTable > p {
	font-size: smaller;
	font-style: italic;
	padding: 5px 10px 0 10px;
}

/* Elemente - Verlinkungen */

/* Links (intern & extern) */

.cmsLink + .cmsLink {
    margin-top: -32px;
}
.cmsLink > a:before {
	color: #862230;
	content: '\E83C';
	font-family: 'fontello';
	font-weight: normal;
	left: 0;
	position: absolute;
}
.cmsLink > a {
    display: inline-block;
    line-height: 1.2;
    padding: 5px 0 5px 20px;
    position: relative;
}

/* Verweisliste */

.cmsRefs > h2 {
	margin: 0 0 10px;
}
.cmsRefs > ul > li > a:before {
	color: #862230;
	content: '\E83C';
	font-family: 'fontello';
	font-weight: normal;
	left: 0;
	position: absolute;
}
.cmsRefs > ul > li > a {
    display: inline-block;
    line-height: 1.2;
    padding: 5px 0 5px 20px;
    position: relative;
}

/* E-Mail */

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

.cmsDrop {
	background: #FFFFFF;
	background: rgba(255, 255, 255, 0.8);
	border-bottom: 1px solid #FFFFFF;
    margin-left: -40px;
    margin-right: -40px;
    padding: 10px 0;
}
.cmsDrop > h3:before {
	content: '\E807';
	font-family: 'fontello';
	font-weight: normal;
	left: 40px;
	position: absolute;
}
.cmsDrop > h3:after {
    background: #92A8BC;
    bottom: -11px;
    content: "";
    height: 1px;
    left: 0;
    opacity: 0.75;
    position: absolute;
    width: 100%;
	-webkit-transition: width 500ms ease-in-out;
	-moz-transition: width 500ms ease-in-out;
	-ms-transition: width 500ms ease-in-out;
	-o-transition: width 500ms ease-in-out;
	transition: width 500ms ease-in-out;
}
.cmsDrop > h3.contentHide:after {
	left: auto;
	right: 0;
    width: 0;
}
.cmsDrop > h3 {
	cursor: pointer;
	display: block;
	padding: 5px 40px 2px 80px;
	position: relative;
}
.cmsDrop > h3.contentHide:before {
	content: '\E805';
}
.cmsDrop > h3.contentHide + div {
	display: none;
}
.cmsDrop > h3 + div {
	overflow: hidden;
	padding: 0 40px;
}

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

	.cmsDrop {
		margin-left: -30px;
		margin-right: -30px;
	}
	.cmsDrop > h3 {
		padding-left: 70px;
		padding-right: 30px;
	}
	.cmsDrop > h3:before {
		left: 30px;
	}
	.cmsDrop > h3 + div {
		padding: 0 30px;
	}

}
@media all and (max-width: 400px){

	.cmsDrop {
		margin-left: -20px;
		margin-right: -20px;
	}
	.cmsDrop > h3 {
		padding-left: 60px;
		padding-right: 20px;
	}
	.cmsDrop > h3:before {
		left: 20px;
	}
	.cmsDrop > h3 + div {
		padding: 0 20px;
	}

}

/* Elemente - HTML */

/* Elemente - Youtube */

.cmsYoutube > h2 {
	margin: 0 0 5px 0;
}
.cmsYoutube > div {
	height: 0;
	overflow: hidden;
	padding: 30px 0 56.25% 0;
	position: relative;
}
.cmsYoutube > div > iframe {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}
.cmsYoutube > p {
	line-height: 1.3;
	margin: 10px 0 0 0;
}

/* Elemente - Iframe */

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

.cmsDownload + .cmsDownload {
	margin-top: -20px;
}
.cmsDownload {
	position: relative;
}
.cmsDownload > a {
	display: inline-block;
	font-weight: normal;
	padding: 0 0 0 65px;
}
.cmsDownload > a:hover {
	color: #E57D26;
}
.cmsDownload > a:before {
	background: #e57d26 none repeat scroll 0 0;
	color: #ffffff;
	content: "FILE";
	display: block;
	font-size: small;
	font-weight: bold;
	height: 27px;
	left: 0;
	line-height: 27px;
	position: absolute;
	text-align: center;
	top: 6px;
	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 {
	background: #FFFFFF;
	background: rgba(255, 255, 255, 0.8);
	border-bottom: 1px solid #FFFFFF;
    margin-left: -40px;
    margin-right: -40px;
    padding: 40px;
}
.cmsForm:last-child {
	margin-bottom: 0;
}
.cmsForm > h2 {
	margin: 0 0 20px 0;
}
.cmsForm > .row {
	margin: 20px 0;
	padding: 0 30px 0 0;
	position: relative;
}
.cmsForm > .row:after {
	clear: both;
	content: "";
	display: block;
}
.cmsForm > .row.validation:before {
	color: #92A8BC;
	content: '\E823';
	font-family: 'fontello';
	line-height: 44px;
	position: absolute;
	right: 0;
	top: 0;
}
.cmsForm > .row > label {
	display: block;
	float: left;
	line-height: 44px;
	padding: 0 10px 0 0;
	width: 30%;
}
.cmsForm > .row > .field {
	background: #FFFFFF;
	border: 1px solid #DEE5EB;
	border: 1px solid rgba(146, 168, 188, 0.3);
	height: 44px;
	outline: medium none;
	padding: 0 10px;
	width: 70%;
}
.cmsForm > .row > .field:focus {
	border: 1px solid #92A8BC;
	box-shadow: 0 0 3px #92A8BC;
}
.cmsForm > .row > textarea.field {
	height: 100px;
	line-height: 1.3;
	padding-top: 10px;
	padding-bottom: 10px;
}
.cmsForm > .row > select.field {
	padding: 7px 10px 7px 6px;
}
.cmsForm > .row > input[type='file'].field {
	border: 1px solid #DEE5EB !important;
	border: 1px solid rgba(146, 168, 188, 0.3) !important;
	height: auto;
	line-height: 1;
	padding: 8px 10px;
}
.cmsForm > .row > input[type='file'].field:focus {
	border: 0;
	box-shadow: none;
}
.cmsForm > .row > .checkbox {
	border: 0 none;
	margin: 0 8px 0 0;
	padding: 0;
	width: auto;
}
.cmsForm > .row > p {
	display: inline-block;
	line-height: 44px;
}
.cmsForm > .infotext {
	line-height: 1.3;
}
.cmsForm > .row > .datepicker {
	cursor: pointer;
	width: 143px;
}
.cmsForm > .row > .calicon {
	background: #92A8BC;
	border-left: 1px solid #DEE5EB;
	border-left: 1px solid rgba(146, 168, 188, 0.3);
	cursor: pointer;
	display: inline-block;
	font-size: 18px;
	height: 42px;
	line-height: 42px;
    margin: 0 0 0 -35px;
    padding: 0 9px 0 8px;
	position: absolute;
	top: 1px;
}
.cmsForm > .row > .calicon:before {
	color: #FFFFFF;
	content: "\E800";
	font-family: "fontello";
}
.cmsForm > .row > .spm {
	background: none repeat scroll 0 0 #FFFFFF;
	border: 1px solid #DEE5EB;
	border: 1px solid rgba(146, 168, 188, 0.3);
	float: left;
	padding: 15px;
	position: relative;
	width: 70%;
}
.cmsForm > .row > .spm:after {
	content: '\e826';
	font-family: 'fontello';
	font-size: 20px;
	left: 146px;
	position: absolute;
	top: 13px;
}
.cmsForm > .row > .spm > img {
	border: 1px solid #cfcfcf;
	float: left;
}
.cmsForm > .row > .spm > img + input {
	float: left;
	height: 32px;
	margin: 0 0 0 30px;
	padding: 0 8px;
	text-align: center;
	width: 90px;
}
.cmsForm > .row > .spm > p {
	clear: both;
	padding: 8px 0 0 0;
}
.cmsForm > .button {
	margin: 20px 30px 20px 0;
	position: relative;
	text-align: right;
}
.cmsForm > .button > input { /* Sende-Button */
	background: #862230;
	border: 0;
	color: #FFFFFF;
    cursor: pointer;
    font-weight: normal;
    height: 42px;
    line-height: 40px;
    padding: 0 22px 1px;
    text-transform: uppercase;;
}
.cmsForm > .button > input:hover {
	background: #923845;
}
.cmsForm > .msg {
	line-height: 1.3;
	margin: 0 30px 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: 980px){

	.cmsForm {
		margin-left: -30px;
		margin-right: -30px;
		padding: 40px 30px;
	}

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

}

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

	.cmsForm {
		margin-left: -20px;
		margin-right: -20px;
		padding: 40px 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;
	}
	.cmsForm > .button > input {
		width: 100%;
	}

}

/* Element - Map */

#MapWrapper {
	background: #dddddd;
	bottom: 0;
    height: auto;
    left: 100%;
    position: fixed;
    top: 90px;
    width: 100%;
    -ms-transition: left 500ms ease 0s;
    -moz-transition: left 500ms ease 0s;
    -o-transition: left 500ms ease 0s;
    -webkit-transition: left 500ms ease 0s;
    transition: left 500ms ease 0s;
    z-index: 2;
}
#MapWrapper > .preloader {
	background: rgba(255, 255, 255, 0.5) url("/img/layout/loader.gif") no-repeat scroll center center;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;

}
#MapWrapper > .preloader.disabled {
	display: none;
}
#MapWrapper > a.back {
	background: #913645;
	box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
	color: #FFFFFF;
	font-size: 47px;
	height: 63px;
	left: 0;
	line-height: 75px;
	margin: -34px 0 0 0;
	padding: 0 0 0 4px;
	position: absolute;
	text-align: center;
	top: 50%;
	width: 50px;
}
#MapWrapper > a.back:hover {
	background: #FFFFFF;
	color: #913645;
}
#MapWrapper > a.back:before {
	content: "\E83F";
	font-family: "fontello";
}
#MapWrapper > .nefosMap {
    height: 100%;
    position: relative;
    right: 0;
    top: 0;
    width: 100%;
}
#MapWrapper > .nefosMap .mapIcon {
	height: auto !important;
	width: auto !important;
}
#MapWrapper > .nefosMap .mapIcon:before {
	color: rgba(138, 35, 49, 0.97);
	content: "\e81b";
	font-family: fontello;
	font-size: 48px;
}
#MapWrapper > .nefosMap .nefos-ui-zoomControl-container {
    left: 50%;
    margin: 0 0 0 -670px;
    top: 75px;
}
#MapWrapper > .nefosMap #nefos-center {
	height: 100% !important;
}
#MapWrapper > .buttons {
    left: 50%;
    margin: 0 0 0 -670px;
    position: absolute;
    top: 20px;
    z-index: 9999;
}
#MapWrapper > .buttons > span {
    background: #913645;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.25);
    cursor: pointer;
    color: #ffffff;
    display: inline-block;
    font-size: 23px;
    font-weight: 300;
    height: 45px;
    line-height: 45px;
    margin: 0 2px 0 0;    
	padding: 0 24px 0 44px;
}
#MapWrapper > .buttons > span.bike {
	background: #913645 url("/img/layout/mtb.png") no-repeat scroll 10px center;
}
#MapWrapper > .buttons > span.bike:hover,
#MapWrapper > .buttons > span.bike.selected {
	background: #FFFFFF url("/img/layout/mtb-selected.png") no-repeat scroll 10px center;
	color: #913645;
}
#MapWrapper > .buttons > span.hike {
	background: #913645 url("/img/layout/hike.png") no-repeat scroll 10px center;
}
#MapWrapper > .buttons > span.hike:hover,
#MapWrapper > .buttons > span.hike.selected {
	background: #FFFFFF url("/img/layout/hike-selected.png") no-repeat scroll 10px center;
	color: #913645;
}
#MapWrapper > .buttons > span.run {
	background: #913645 url("/img/layout/run.png") no-repeat scroll 10px center;
}
#MapWrapper > .buttons > span.run:hover,
#MapWrapper > .buttons > span.run.selected {
	background: #FFFFFF url("/img/layout/run-selected.png") no-repeat scroll 10px center;
	color: #913645;
}

/* MapWrapper - Info box */

#MapWrapper .leaflet-popup-content {
	width: 380px !important;
}
#MapWrapper .leaflet-popup-content .popUp > .image {
    float: left;
    margin: 0 10px 0 0;
    width: 100px;
}
#MapWrapper .leaflet-popup-content .popUp > .image > img {
    display: block;
    width: 100%;
}
#MapWrapper .leaflet-popup-content .popUp > h2 {
	margin: 0 0 10px 0;
}
#MapWrapper .leaflet-popup-content .popUp > span {
	display: block;
	font-size: 1.1em;
}
#MapWrapper .leaflet-popup-content .popUp > a {
	background: #862230 none repeat scroll 0 0;
    color: #ffffff;
    float: right;
    font-size: 18px;
    font-weight: 300;
    height: 36px;
    line-height: 36px;
    margin: -40px 0 0;
    padding: 0 11px;
}
#MapWrapper .leaflet-popup-content .popUp > a:hover {
	background: #7a1c27;
}

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

	#MapWrapper > .buttons {
		left: 20px;
		margin-left: 0;
	}
	#MapWrapper > .nefosMap .nefos-ui-zoomControl-container {
		left: 20px;
		margin-left: 0;
	}

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

	#MapWrapper > .buttons > span {
		font-size: 19px;
		padding-left: 37px;
		padding-right: 15px;
	}
	#MapWrapper > .buttons > span.bike {
		background: #913645 url("/img/layout/mtb.png") no-repeat scroll 8px center
	}
	#MapWrapper > .buttons > span.hike {
		background: #913645 url("/img/layout/hike.png") no-repeat scroll 8px center
	}
	#MapWrapper > .buttons > span.run {
		background: #913645 url("/img/layout/run.png") no-repeat scroll 8px center
	}
	#MapWrapper > .buttons > span.bike:hover,
	#MapWrapper > .buttons > span.bike.selected {
		background: #FFFFFF url("/img/layout/mtb-selected.png") no-repeat scroll 8px center
	}
	#MapWrapper > .buttons > span.hike:hover,
	#MapWrapper > .buttons > span.hike.selected{
		background: #FFFFFF url("/img/layout/hike-selected.png") no-repeat scroll 8px center
	}
	#MapWrapper > .buttons > span.run:hover,
	#MapWrapper > .buttons > span.run.selected {
		background: #FFFFFF url("/img/layout/run-selected.png") no-repeat scroll 8px center
	}		
	
}
@media all and (max-width: 1100px){

	#MapWrapper > .buttons > span {
		font-size: 17px;
		padding-left: 28px;
		padding-right: 12px;
	}
	#MapWrapper > .buttons > span.bike {
		background: #913645 url("/img/layout/mtb.png") no-repeat scroll 3px center
	}
	#MapWrapper > .buttons > span.hike {
		background: #913645 url("/img/layout/hike.png") no-repeat scroll 3px center
	}
	#MapWrapper > .buttons > span.run {
		background: #913645 url("/img/layout/run.png") no-repeat scroll 3px center
	}
	#MapWrapper > .buttons > span.bike:hover,
	#MapWrapper > .buttons > span.bike.selected {
		background: #FFFFFF url("/img/layout/mtb-selected.png") no-repeat scroll 3px center
	}
	#MapWrapper > .buttons > span.hike:hover,
	#MapWrapper > .buttons > span.hike.selected{
		background: #FFFFFF url("/img/layout/hike-selected.png") no-repeat scroll 3px center
	}
	#MapWrapper > .buttons > span.run:hover,
	#MapWrapper > .buttons > span.run.selected {
		background: #FFFFFF url("/img/layout/run-selected.png") no-repeat scroll 3px center
	}
	
}
@media all and (max-width: 990px){

	#MapWrapper > .buttons {
		bottom: 85px;
		top: auto;
	}
	#MapWrapper > .nefosMap .nefos-ui-zoomControl-container {
		bottom: 85px;
		left: auto;
		right: 20px;
		top: auto;
	}

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

	#MapWrapper > .buttons {
		bottom: 115px;
	}
	#MapWrapper > .nefosMap .nefos-ui-zoomControl-container {
		bottom: 115px;
	}

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

	#MapWrapper > .buttons {
		bottom: 20px;
	}
	#MapWrapper > .nefosMap .nefos-ui-zoomControl-container {
		bottom: 20px;
	}

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

	#MapWrapper > .buttons > span {
		text-indent: -9999px;
		width: 45px;
	}
	#MapWrapper > .buttons > span.bike {
		background: #913645 url("/img/layout/mtb.png") no-repeat scroll center center
	}
	#MapWrapper > .buttons > span.hike {
		background: #913645 url("/img/layout/hike.png") no-repeat scroll center center
	}
	#MapWrapper > .buttons > span.run {
		background: #913645 url("/img/layout/run.png") no-repeat scroll center center
	}
	#MapWrapper > .buttons > span.bike:hover,
	#MapWrapper > .buttons > span.bike.selected {
		background: #FFFFFF url("/img/layout/mtb-selected.png") no-repeat scroll center center
	}
	#MapWrapper > .buttons > span.hike:hover,
	#MapWrapper > .buttons > span.hike.selected{
		background: #FFFFFF url("/img/layout/hike-selected.png") no-repeat scroll center center
	}
	#MapWrapper > .buttons > span.run:hover,
	#MapWrapper > .buttons > span.run.selected {
		background: #FFFFFF url("/img/layout/run-selected.png") no-repeat scroll center center
	}

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

	#MapWrapper .leaflet-popup-content {
		width: 240px !important;
	}
	#MapWrapper .leaflet-popup-content .popUp > .image {
		float: left;
		margin: 0 10px 0 0;
		width: 100px;
	}
	#MapWrapper .leaflet-popup-content .popUp > .image > img {
		display: block;
		width: 100%;
	}
	#MapWrapper .leaflet-popup-content .popUp > h2 {
		font-size: 15px;
		font-weight: bold;
		margin-bottom: 5px;
	}
	#MapWrapper .leaflet-popup-content .popUp > a {
	    display: block;
		float: none;
		margin-top: 10px;	
		text-align: center;
	}

}

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

	#MapWrapper {
		top: 70px;
	}

}

.cmsWidget {
	background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
    border-bottom: 1px solid #ffffff;
    margin-left: -40px;
    margin-right: -40px;
    padding: 40px; 
}

/* SkigebieteManager 2.0 - Liftstatus */

.sgmLiftstate {
	font-size: smaller;
	position: relative;
}
.sgmLiftstate.skiwelt:after {
	background: url("/img/sgm/skiwelt-wilderkaiser-brixental.png") scroll no-repeat left top;
	background-size: 100px auto;
	bottom: 9px;
	content: "";
	height: 44px;
	position: absolute;
	right: 0;
	width: 100px;
}
.sgmLiftstate > table {
	width: 100%;
}
.sgmLiftstate > table th {
	border-bottom: 1px solid #DDDDDD;
	font-weight: bold;
	padding: 3px 1%;
	text-transform: uppercase;
}
.sgmLiftstate > table tr td {
	line-height: 1.4;
	padding: 8px 1% 5px;
	text-align: center;
}
.sgmLiftstate > table tr:nth-child(2n) td {
	background: #F8F8F8;
}
.sgmLiftstate > table .state,
.sgmLiftstate > table .type,
.sgmLiftstate > table .length,
.sgmLiftstate > table .height {
	width: 10%;
}
.sgmLiftstate > table .name {
	font-weight: bold;
	text-align: left;
	width: 28%;
}
.sgmLiftstate > table .time {
	width: 20%;
}
.sgmLiftstate > table tr td.state:after {
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	border-radius: 25px;
	color: #FFFFFF;
	content: "\E818";
	display: inline-block;
	font-family: 'fontello';
	font-size: 15px;
	font-weight: bold;
	height: 25px;
	line-height: 20px;
	position: relative;
	top: -2px;
	vertical-align: middle;
	width: 25px;
}
.sgmLiftstate > table tr td.state1:after {
	background: #7BB426;
	border: 3px solid #628D21;
	content: "\E818";
}
.sgmLiftstate > table tr td.state2:after,
.sgmLiftstate > table tr td.state0:after {
	background: #D41921;
	border: 3px solid #AF060D;
	content: "\E80A";
	font-size: 18px;
}
.sgmLiftstate > table tr td.type:after {
	background: url("/img/sgm/liftstate/liftstate.png") scroll no-repeat center 3px;
	background-size: 24px auto;
	content: "";
	display: inline-block;
	height: 30px;
	position: relative;
	top: -2px;
	vertical-align: middle;
	width: 30px;
}
.sgmLiftstate > table tr td.type.tfunicular:after {
	background-position: center -483px;
}
.sgmLiftstate > table tr td.type.tcablecar:after {
	background-position: center -159px;
}
.sgmLiftstate > table tr td.type.tdetachable-ropeway:after {
	background-position: center -159px;
}
.sgmLiftstate > table tr td.type.tropeway:after {
	background-position: center -483px;
}
.sgmLiftstate > table tr td.type.tchairlift1:after {
	background-position: center 3px;
}
.sgmLiftstate > table tr td.type.tchairlift2:after {
	background-position: center -49px;
}
.sgmLiftstate > table tr td.type.tchairlift3:after {
	background-position: center -105px;
}
.sgmLiftstate > table tr td.type.tchairlift4:after {
	background-position: center -267px;
}
.sgmLiftstate > table tr td.type.tchairlift6:after {
	background-position: center -321px;
}
.sgmLiftstate > table tr td.type.tdraglift:after {
	background-position: center -536px;
}
.sgmLiftstate > table tr td.type.tbabylift:after {
	background-position: center -536px;
}
.sgmLiftstate > table tr td.type.tchairlift8:after {
	background-position: center -376px;
}
.sgmLiftstate > table tr td.type.t10-seat-detachable-ropeway:after {
	background-position: center -481px;
}
.sgmLiftstate > table tr td.type.tconveyor2:after {
	background-position: center -429px;
}
.sgmLiftstate > table tr td.type.tbabylift2:after {
	background-position: center -429px;
}
.sgmLiftstate > table tr td.type.t3s-gondola:after {
	background-position: center -211px;
}
.sgmLiftstate > p.copyrights {
	margin: 1px 0 0;
	padding: 8px 0;
}
.sgmLiftstate.skiwelt > p.copyrights {
	padding-right: 120px;
}
.sgmLiftstate > p.info {
	margin: 5px 0 0 0;
}
.sgmLiftstate.skiwelt > p.info {
	padding-right: 120px;
}

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

	.sgmLiftstate > table .length, 
	.sgmLiftstate > table .height {
		display: none;
	}

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

	.sgmLiftstate > table .time {
		display: none;
	}

}

/* SkigebieteManager 2.0 - Pistenstatus */

.sgmPistestate {
	font-size: smaller;
	position: relative;
}
.sgmPistestate.skiwelt:after {
	background: url("/img/sgm/skiwelt-wilderkaiser-brixental.png") scroll no-repeat left top;
	background-size: 100px auto;
	bottom: 9px;
	content: "";
	height: 44px;
	position: absolute;
	right: 0;
	width: 100px;
}
.sgmPistestate > table {
	width: 100%;
}
.sgmPistestate > table th {
	border-bottom: 1px solid #DDDDDD;
	font-weight: bold;
	padding: 3px 1%;
	text-transform: uppercase;
}
.sgmPistestate > table tr td {
	line-height: 1.4;
	padding: 8px 1% 5px;
	text-align: center;
}
.sgmPistestate > table tr:nth-child(2n) td {
	background: #F8F8F8;
}
.sgmPistestate > table .state,
.sgmPistestate > table .type,
.sgmPistestate > table .length,
.sgmPistestate > table .height {
	width: 10%;
}
.sgmPistestate > table .name {
	font-weight: bold;
	text-align: left;
	width: 50%;
}
.sgmPistestate > table tr td.state:after {
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	border-radius: 25px;
	color: #FFFFFF;
	content: "\E818";
	display: inline-block;
	font-family: 'fontello';
	font-size: 15px;
	font-weight: bold;
	height: 25px;
	line-height: 20px;
	position: relative;
	top: -2px;
	vertical-align: middle;
	width: 25px;
}
.sgmPistestate > table tr td.state1:after {
	background: #7BB426;
	border: 3px solid #628D21;
	content: "\E818";
}
.sgmPistestate > table tr td.state2:after,
.sgmPistestate > table tr td.state0:after,
.sgmPistestate > table tr td.state3:after {
	background: #D41921;
	border: 3px solid #AF060D;
	content: "\E80A";
	font-size: 18px;
}
.sgmPistestate > table tr td.type:after {
	border-radius: 18px;
	-moz-border-radius: 18px;
	-webkit-border-radius: 18px;
	content: "";
	display: inline-block;
	height: 18px;
	position: relative;
	top: -2px;
	vertical-align: middle;
	width: 18px;
}
.sgmPistestate > table tr td.type.teasy-piste:after { /* leicht */
	background: #148FDB;
}
.sgmPistestate > table tr td.type.tmedium-piste:after { /* mittel */
	background: #E54225;
}
.sgmPistestate > table tr td.type.tdifficult-piste:after, /* schwer */
.sgmPistestate > table tr td.type.tdifficult-piste2:after,
.sgmPistestate > table tr td.type.tvery-difficult-piste:after {
	background: #565759;
}
.sgmPistestate > table tr td.type.tskiroute:after { /* Skiroute */
	background: #FFBD38;
}
.sgmPistestate > p.copyrights {
	margin: 1px 0 0;
	padding: 8px 0;
}
.sgmPistestate.skiwelt > p.copyrights {
	padding-right: 120px;
}
.sgmPistestate > p.info {
	margin: 5px 0 0 0;
}
.sgmPistestate.skiwelt > p.info {
	padding-right: 120px;
}

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

	.sgmPistestate > table .length, 
	.sgmPistestate > table .height {
		display: none;
	}

}

/* SkigebieteManager 2.0 - Schneebericht */

.sgmSnowreport {
	font-size: smaller;
	position: relative;
}
.sgmSnowreport.skiwelt:after {
	background: url("/img/sgm/skiwelt-wilderkaiser-brixental.png") scroll no-repeat left top;
	background-size: 100px auto;
	bottom: 9px;
	content: "";
	height: 44px;
	position: absolute;
	right: 0;
	width: 100px;
}
.sgmSnowreport > table {
	width: 100%;
}
.sgmSnowreport > table tr > td {
	padding: 7px 5px;
}
.sgmSnowreport > table tr > td.state > span {
	color: #FFFFFF;
	padding: 3px 8px;
	font-weight: bold;
}
.sgmSnowreport > table tr > td.state > span.var1 {
	background: #2ECC71;
}
.sgmSnowreport > table tr > td.state > span.var2 {
	background: #F1C40F;
	color: #000000;
}
.sgmSnowreport > table tr > td.state > span.var3 {
	background: #D35400;
}
.sgmSnowreport > table tr > td.state > span.var4 {
	background: #C0392B;
}
.sgmSnowreport > table tr > td.state > span.var5 {
	background: #91271C;
}
.sgmSnowreport > table tr:nth-child(2n) > td {
	background: #FFFFFF;
	background: rgba(255, 255, 255, 0.8);
	border-bottom: 1px solid #FFFFFF;
}
.sgmSnowreport > table > tr > td:last-child {
	font-weight: bold;
}
.sgmSnowreport > table tr > td.label {
	font-weight: bold;
}
.sgmSnowreport > p.copyrights {
	margin: 1px 0 0;
	padding: 8px 0;
}
.sgmSnowreport.skiwelt > p.copyrights {
	padding-right: 120px;
}
.sgmSnowreport > p.info {
	margin: 5px 0 0;
}
.sgmSnowreport.skiwelt > p.info {
	padding-right: 120px;
}

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

	.sgmSnowreport > table tr > td {
		display: inline-block;
		width: 100%;
	}
	.sgmSnowreport > table tr > td:first-of-type,
	.sgmSnowreport > table tr:nth-child(2n) > td:first-of-type {
		background: #FFFFFF;
		background: rgba(255, 255, 255, 0.8);
		border-bottom: 1px solid #FFFFFF;
		font-weight: bold;
	}
	.sgmSnowreport > table tr:nth-child(2n) > td {
		background: none;
	}

}

/* SkigebieteManager 2.0 - Webcams */

.sgmWebcams {
	font-size: smaller;
	position: relative;
}
.sgmWebcams.skiwelt:after {
	background: url("/img/sgm/skiwelt-wilderkaiser-brixental.png") scroll no-repeat left top;
	background-size: 100px auto;
	bottom: 9px;
	content: "";
	height: 44px;
	position: absolute;
	right: 0;
	width: 100px;
}
.sgmWebcams > ul:after {
	content: "";
	clear: both;
	display: block;
}
.sgmWebcams > ul > li {
	float: left;
	margin: 0 5% 20px 0;
	position: relative;
	width: 30%;
}
.sgmWebcams > ul > li:nth-child(3n) {
	margin-right: 0;
}
.sgmWebcams > ul > li:nth-child(3n) + li {
	clear: left;
}
.sgmWebcams > ul > li > p.town {
	font-weight: bold;
	margin: 0 0 5px;
}
.sgmWebcams > ul > li > a.image {
	display: block;
	max-height: 185px;
	overflow: hidden;
}
.sgmWebcams > ul > li > a.image > img {
	display: block;
	width: 100%;
}
.sgmWebcams > ul > li > a.subtitle {
	display: inline-block;
    margin: 5px 0 0;
}

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

	.sgmWebcams > ul > li {
		width: 47.5%;
	}
	.sgmWebcams > ul > li:nth-child(3n) {
		margin-right: 5%;
	}
	.sgmWebcams > ul > li:nth-child(3n) + li {
		clear: none;
	}
	.sgmWebcams > ul > li:nth-child(2n) {
		margin-right: 0;
	}
	.sgmWebcams > ul > li:nth-child(2n) + li {
		clear: left;
	}

}
@media all and (max-width: 500px){
	
	.sgmWebcams > ul > li {
		margin-right: 0;
		width: 100%;
	}
	.sgmWebcams > ul > li > a.image {
		max-height: 100%;
	}
	
}

/* SkigebieteManager 2.0 - Wetter */

.sgmWeather {
	font-size: smaller;
	position: relative;
}
.sgmWeather.skiwelt:after {
	background: url("/img/sgm/skiwelt-wilderkaiser-brixental.png") scroll no-repeat left top;
	background-size: 100px auto;
	bottom: -6px;
	content: "";
	height: 44px;
	position: absolute;
	right: 0;
	width: 100px;
}
.sgmWeather > h3 {
	clear: both;
	margin-top: 30px;
}
.sgmWeather > div {
	background: #FFFFFF;
	float: left;
	margin: 0 2% 20px 0;
	padding: 10px;
	position: relative;
	text-align: center;
	width: 32%;
}
.sgmWeather > div:nth-of-type(3n) {
	margin-right: 0;
}
.sgmWeather > div + p {
	clear: both;
	content: "";
	display: block;
}
.sgmWeather > div > div.icon {
	background: url("/img/sgm/weather/weather.png") scroll no-repeat center 0;
	background-size: 80px 2705px;
	float: left;
	height: 80px;
	margin: 0 15px 15px 0;
	width: 100%;
}
.sgmWeather > div > div.iconA,
.sgmWeather > div > div.iconK {
	background-position: center 0;
}
.sgmWeather > div > div.iconB,
.sgmWeather > div > div.iconC,
.sgmWeather > div > div.iconD,
.sgmWeather > div > div.iconS {
	background-position: center -105px;
}
.sgmWeather > div > div.iconE {
	background-position: center -420px;
}
.sgmWeather > div > div.iconF,
.sgmWeather > div > div.iconG,
.sgmWeather > div > div.iconH,
.sgmWeather > div > div.iconI,
.sgmWeather > div > div.iconJ {
	background-position: center -525px;
}
.sgmWeather > div > div.iconL,
.sgmWeather > div > div.iconM,
.sgmWeather > div > div.iconN,
.sgmWeather > div > div.iconO,
.sgmWeather > div > div.iconP {
	background-position: center -1155px;
}
.sgmWeather > div > div > div.iconQ,
.sgmWeather > div > div > div.iconR {
	background-position: center -1680px;
}
.sgmWeather > div > div.iconT{
	background-position: center -1995px;
}
.sgmWeather > div > div.iconU,
.sgmWeather > div > div.iconV,
.sgmWeather > div > div.iconW,
.sgmWeather > div > div.iconX,
.sgmWeather > div > div.iconY,
.sgmWeather > div > div.iconZ {
	background-position: center -2100px;
}
.sgmWeather > div > p.title {
	margin: 0 0 5px;
	text-transform: uppercase;
}
.sgmWeather > div > p.title,
.sgmWeather > div > p.temp > span {
	font-weight: bold;
}
.sgmWeather > div > p.text {
	clear: both;
	margin-bottom: 0;
}
.sgmWeather > p {
	margin: 0 0 20px;
}
.sgmWeather.skiwelt > p.info {
	padding-right: 120px;
}

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

	.sgmWeather > div {
		float: none;
		margin-right: 0;
		width: 100%;
	}

}

.cmsPackageWidget {
	background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
    border-bottom: 1px solid #ffffff;
    margin-left: -40px;
    margin-right: -40px;
    padding: 40px;
}

.cmsPackageImage {
	background:#FFF;
	position:relative;  
}

.cmsPackageImage > figure {
	margin:0 20px 0 0 !important;  
}

.cmsPackageInfo {
	background:#FFF;
	min-height:280px; 
	padding:20px;	
}
.cmsPackageInfo .cmsPrice {
	margin-bottom:25px;
}

.cmsPackageInfo .cmsPrice span.value {
	font-weight:normal; 
}

.cmsPackageInfo a {
	background: #862230;
	color: #FFFFFF;
    cursor: pointer;
    display:block;
    font-weight: normal;
    height: 42px;
    line-height: 40px;
    padding: 0 22px 1px;
    position:absolute;
    right:20px;
    bottom:20px; 
    text-transform: uppercase;;
}
.cmsForm > .button > input:hover {
	background: #923845;
}

@media all and (max-width: 750px){

	.cmsPackageImage > figure { 
		margin:0 !important;  
	}

	
}

/*! 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;
}
.ui-state-disabled > span {
	opacity: 0.5;
}

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

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


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

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

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

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

/* Datepicker */

/* benutzerdefinierte Styles */

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

/* generelle Vererbungen */

.ui-datepicker {
	padding: 10px !important;
}
.ui-corner-all {
	border-radius: 0 !important;
}
.ui-icon {
	background: none !important;
	text-indent: 0 !important;
	width: auto !important;
	height: auto !important;
}
.ui-datepicker-title {
	font-weight: bold;
	margin: 0 4.5em !important;
	font-size: 0.9em !important;
}
.ui-datepicker th {
	padding: 0.5em 0 !important
}
.ui-datepicker-calendar span {
	font-size: 0.9em !important;
}
.ui-datepicker-prev, .ui-datepicker-next {
	color: #FFFFFF !important;
	font-weight: 300 !important;
	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 {
	left: auto !important;
	margin: 0 !important;
	top: auto !important;
	position: static !important;
	font-size: 0.8em !important;
	margin-top: 1px !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: 0;
	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 {
	height: 100%;
	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 1000ms;
	-moz-transition: all 800ms ease 1000ms;
	-ms-transition: all 800ms ease 1000ms;
	-o-transition: all 800ms ease 1000ms;
	transition: all 800ms ease 1000ms;
}
.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 CSS3 Transitions 
 *  v1.3.2
 */

.owl-origin {
	-webkit-perspective: 1200px;
	-webkit-perspective-origin-x : 50%;
	-webkit-perspective-origin-y : 50%;
	-moz-perspective : 1200px;
	-moz-perspective-origin-x : 50%;
	-moz-perspective-origin-y : 50%;
	perspective : 1200px;
}
/* fade */
.owl-fade-out {
  z-index: 10;
  -webkit-animation: fadeOut .7s both ease;
  -moz-animation: fadeOut .7s both ease;
  animation: fadeOut .7s both ease;
}
.owl-fade-in {
  -webkit-animation: fadeIn .7s both ease;
  -moz-animation: fadeIn .7s both ease;
  animation: fadeIn .7s both ease;
}
/* backSlide */
.owl-backSlide-out {
  -webkit-animation: backSlideOut 1s both ease;
  -moz-animation: backSlideOut 1s both ease;
  animation: backSlideOut 1s both ease;
}
.owl-backSlide-in {
  -webkit-animation: backSlideIn 1s both ease;
  -moz-animation: backSlideIn 1s both ease;
  animation: backSlideIn 1s both ease;
}
/* goDown */
.owl-goDown-out {
  -webkit-animation: scaleToFade .7s ease both;
  -moz-animation: scaleToFade .7s ease both;
  animation: scaleToFade .7s ease both;
}
.owl-goDown-in {
  -webkit-animation: goDown .6s ease both;
  -moz-animation: goDown .6s ease both;
  animation: goDown .6s ease both;
}
/* scaleUp */
.owl-fadeUp-in {
  -webkit-animation: scaleUpFrom .5s ease both;
  -moz-animation: scaleUpFrom .5s ease both;
  animation: scaleUpFrom .5s ease both;
}

.owl-fadeUp-out {
  -webkit-animation: scaleUpTo .5s ease both;
  -moz-animation: scaleUpTo .5s ease both;
  animation: scaleUpTo .5s ease both;
}
/* Keyframes */
/*empty*/
@-webkit-keyframes empty {
  0% {opacity: 1}
}
@-moz-keyframes empty {
  0% {opacity: 1}
}
@keyframes empty {
  0% {opacity: 1}
}
@-webkit-keyframes fadeIn {
  0% { opacity:0; }
  100% { opacity:1; }
}
@-moz-keyframes fadeIn {
  0% { opacity:0; }
  100% { opacity:1; }
}
@keyframes fadeIn {
  0% { opacity:0; }
  100% { opacity:1; }
}
@-webkit-keyframes fadeOut {
  0% { opacity:1; }
  100% { opacity:0; }
}
@-moz-keyframes fadeOut {
  0% { opacity:1; }
  100% { opacity:0; }
}
@keyframes fadeOut {
  0% { opacity:1; }
  100% { opacity:0; }
}
@-webkit-keyframes backSlideOut {
  25% { opacity: .5; -webkit-transform: translateZ(-500px); }
  75% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(-200%); }
  100% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(-200%); }
}
@-moz-keyframes backSlideOut {
  25% { opacity: .5; -moz-transform: translateZ(-500px); }
  75% { opacity: .5; -moz-transform: translateZ(-500px) translateX(-200%); }
  100% { opacity: .5; -moz-transform: translateZ(-500px) translateX(-200%); }
}
@keyframes backSlideOut {
  25% { opacity: .5; transform: translateZ(-500px); }
  75% { opacity: .5; transform: translateZ(-500px) translateX(-200%); }
  100% { opacity: .5; transform: translateZ(-500px) translateX(-200%); }
}
@-webkit-keyframes backSlideIn {
  0%, 25% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(200%); }
  75% { opacity: .5; -webkit-transform: translateZ(-500px); }
  100% { opacity: 1; -webkit-transform: translateZ(0) translateX(0); }
}
@-moz-keyframes backSlideIn {
  0%, 25% { opacity: .5; -moz-transform: translateZ(-500px) translateX(200%); }
  75% { opacity: .5; -moz-transform: translateZ(-500px); }
  100% { opacity: 1; -moz-transform: translateZ(0) translateX(0); }
}
@keyframes backSlideIn {
  0%, 25% { opacity: .5; transform: translateZ(-500px) translateX(200%); }
  75% { opacity: .5; transform: translateZ(-500px); }
  100% { opacity: 1; transform: translateZ(0) translateX(0); }
}
@-webkit-keyframes scaleToFade {
  to { opacity: 0; -webkit-transform: scale(.8); }
}
@-moz-keyframes scaleToFade {
  to { opacity: 0; -moz-transform: scale(.8); }
}
@keyframes scaleToFade {
  to { opacity: 0; transform: scale(.8); }
}
@-webkit-keyframes goDown {
  from { -webkit-transform: translateY(-100%); }
}
@-moz-keyframes goDown {
  from { -moz-transform: translateY(-100%); }
}
@keyframes goDown {
  from { transform: translateY(-100%); }
}

@-webkit-keyframes scaleUpFrom {
  from { opacity: 0; -webkit-transform: scale(1.5); }
}
@-moz-keyframes scaleUpFrom {
  from { opacity: 0; -moz-transform: scale(1.5); }
}
@keyframes scaleUpFrom {
  from { opacity: 0; transform: scale(1.5); }
}

@-webkit-keyframes scaleUpTo {
  to { opacity: 0; -webkit-transform: scale(1.5); }
}
@-moz-keyframes scaleUpTo {
  to { opacity: 0; -moz-transform: scale(1.5); }
}
@keyframes scaleUpTo {
  to { opacity: 0; transform: scale(1.5); }
}

/*
* 	Owl Carousel Owl Demo Theme 
*	v1.3.3
*/

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

/* Styling Next and Prev buttons */

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

/* Styling Pagination*/

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

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

/* If PaginationNumbers is true */

.owl-theme .owl-controls .owl-page span.owl-numbers{
	height: auto;
	width: auto;
	color: #FFF;
	padding: 2px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}

/* 
 * 	Core Owl Carousel CSS File
 *	v1.3.3
 */

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

/* fix */
.owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item{
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility:    hidden;
	-ms-backface-visibility:     hidden;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
}

/* Privacy 1.0.0 */

/* Default */

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

}