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

body {
	background: #d9cbba;
	color: #2d343e;
	font: 18px/1.5 'Roboto Condensed', sans-serif;
	padding: 0 25px;
	-webkit-text-size-adjust: none;
}
a {
	color: #326733;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #326733;
	text-decoration: underline;
}
input, textarea, select, button {
	border: 1px solid #CFCFCF;
	border-radius: 0;
	font-family: inherit;
	font-size: inherit;
}
input[type='submit'] {
	-webkit-appearance: none;
}
ol, ul {
	list-style: none;
}
.cmsMargin {
	margin: 50px 0;
}
*, *:before, *:after {
	-moz-box-sizing: border-box; 
	-webkit-box-sizing: border-box; 
	box-sizing: border-box;
}
.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: 1280px;
}
.wmClear:after {
	clear: both;
	content: "";
	display: block;
}
.cmsEasybookingPrices {
	overflow: hidden;
}

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

	body {
		padding: 0 10px;
	}
}

/* Menü - Hauptmenü */

nav {
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #ffffff 80%, #f4f4f4 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(80%,#ffffff), color-stop(100%,#f4f4f4)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#ffffff 80%,#f4f4f4 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#ffffff 80%,#f4f4f4 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#ffffff 80%,#f4f4f4 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffffff 0%,#ffffff 80%,#f4f4f4 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f4f4f4',GradientType=0 ); /* IE6-9 */
	border-bottom: 1px solid #FFFFFF;
	margin: 0 0 34px 0;
	position: relative;
	text-align: center;
	z-index: 50;
}
nav:after {
	background: none repeat scroll 0 0 #D2D2D2;
	bottom: -2px;
	content: "";
	height: 1px;
	left: 0;
	position: absolute;
	width: 100%;
}
nav > div {
	display: none;
}
nav > ul > li {
	display: inline-block;
	margin: 0 16px;
	position: relative;
}
nav > ul > li > a {
	border-bottom: 4px solid transparent;
	color: #2d343e;
	display: block;
	padding: 16px 0 9px;
	text-transform: uppercase;
}
nav > ul > li:hover > a,
nav > ul > li > a.selected {
	color: #2d343e;
	border-bottom: 4px solid #326733;
	text-decoration: none;
}
nav > ul > li:hover > ul {
	display: block;
}
nav > ul > li > ul {
	background: #FFFFFF;
	background: rgba(255, 255, 255, 0.9);
	border: 1px solid #FFFFFF;
	display: none;
	padding: 10px 6px;
	position: absolute;
	text-align: left;
	top: 56px;
	z-index: 2;
}
nav > ul > li > ul > li > a {
	color: #2d343e;
	display: block;
	font-weight: 300;
	padding: 5px 10px;
	white-space: nowrap;
}
nav > ul > li > ul > li > a:hover,
nav > ul > li > ul > li > a.selected {
	color: #326733;
	text-decoration: none;
}

/* MOBILE */

nav.mobile {
	text-align: left;
}
nav.mobile > div {
	background: url("/img/cms/cms.png") no-repeat scroll 34px -440px rgba(0, 0, 0, 0);
	background-size: 45px 600px;
	cursor: pointer;
	display: block;
	padding: 10px 12px 10px 74px;
	text-transform: uppercase;
}
nav.mobile > ul {
	display: none;
	padding: 0 31px 20px;
}
nav.mobile > ul.show {
	display: block;
}
nav.mobile > ul.open {
	display: block;
}
nav.mobile > ul > li {
	display: block;
}
nav.mobile > ul > li > a {
	font-size: 16px;
	padding: 10px 0 8px;
}
nav.mobile > ul > li:hover > ul.show {
	display: block;
}
nav.mobile > ul > li:hover > ul {
	display: none;
}
nav.mobile > ul > li > ul {
	background: none;
	position: relative;
	top: 7px;
}
nav.mobile > ul > li > ul.show {
	display: block;
}
nav.mobile > ul > li > ul.open {
	background: none;
	border: medium none;
	display: block;
	left: 0;
	padding: 10px 0 14px;
	position: relative;
	top: 0;
}
nav.mobile > ul > li > ul > li > a {
	padding: 5px 6px;
	text-transform: uppercase;
}

/* MOBILE Custom */

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

	nav > ul > li {
		margin-left: 12px;
		margin-right: 12px;
	}

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

	nav.mobile {
		margin-bottom: 30px;
	}
	nav.mobile > div {
		background-position: 0 -440px;
		margin: 0 0 0 15px;
		padding-left: 45px;
	}
}

/* Menü - Metamenü */

ul.metamenu {
	float: right;
	margin: 6px 0 0;
}
ul.metamenu:after {
	clear: both;
	content: "";
	display: block;
}
ul.metamenu > li {
	display: inline-block;
}
ul.metamenu > li > a {
	display: block;
	font-size: 15px;
	font-weight: 300;
	padding: 0 0 0 8px;
	text-transform: uppercase;
}
ul.metamenu > li:first-child > a {
	padding: 0;
}
ul.metamenu > li > a:hover,
ul.metamenu > li > a.selected {
}

/* Elemente - Überschriften */

h1 {
	color: #2d343e;
	/*font-family: 'Grand Hotel', cursive;*/
	font-size: 45px;
	font-weight: 700;
	text-align: center;
}
h2 {
	color: #326733;
	font-size: 25px;
    font-weight: 700;
    text-align: center;
}
h3 {
	font-size: 19px;
	font-weight: 700;
	text-align: center;
}

/* Folgeüberschriften */

h1.cms + h2.cms {
	margin-top: -50px;
}
h2.cms + h3.cms {
	margin-top: -40px;
}
.micCalendar + h2.cms {
	margin-top: 0;
}

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

	h1 {
		font-size: 35px;
	}
	h2 {
		font-size: 20px;
    }
}

/* Elemente - Textinhalt */

h1 + p.cmsMargin {
    margin: -25px 0 0;
}
h2 + p.cmsMargin {
    margin: -15px 0 0;
}

/* Elemente - Aufzählung */

.cmsList > h2 {
	color: #2d343e;
	font-weight: bold;
	margin-bottom: 15px;
	text-align: left;
}
.cmsList > ul > li {
	background: url("/img/cms/cms.png") no-repeat left -588px;
	padding: 3px 0 3px 15px;
}

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

/* zentriert */

.cmsListCenter > h2 {
	text-align: center;
}
.cmsListCenter > ul > li {
	background: none;
	padding: 3px 15px;
	text-align: center;
}
.cmsListCenter > ul > li:before {
	background: url("/img/cms/cms.png") no-repeat left -588px;
	content: "";
	padding: 3px 7px 6px 6px;
	position: relative;
}

@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 { /* Bild-Text Kombi - Bild links */
	float: left;
	margin: 0 30px 5px 0;
	max-width: 50%;
}
.cmsImage > .right { /* Bild-Text Kombi - Bild right */
	float: right;
	margin: 0 0 5px 30px;
	max-width: 50%;
}
.cmsImage img {
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #ffffff 80%, #f4f4f4 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(80%,#ffffff), color-stop(100%,#f4f4f4)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#ffffff 80%,#f4f4f4 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#ffffff 80%,#f4f4f4 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#ffffff 80%,#f4f4f4 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffffff 0%,#ffffff 80%,#f4f4f4 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f4f4f4',GradientType=0 ); /* IE6-9 */
    border: 1px solid #D2D2D2;
	display: block;
	max-width: 100%;
	padding: 3px;
}
.cmsImage figcaption {
	font-size: 15px;
	padding: 5px 0 0 0;
}
.cmsImage > p {
	padding: 5px 0 0 0;
	text-align: left;
}

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

	.cmsImage > .left,
	.cmsImage > .right {
		float: none;
		margin: 0;
		max-width: none;
	}
	
}

/* Elemente - Bildergalerie */

.cmsGallery:after {
	clear: both;
	content: "";
	display: block;
}
.cmsGallery > li {
	float: left;
	margin: 0 2.531645569620253% 2.531645569620253% 0; /* 0 24 24 0 */
	position: relative;
	width: 31.645569620253166%; /* 300 */
}
.cmsGallery > li.last {
	margin-right: 0;
}
.cmsGallery > li.last + li {
	clear: left;
}
.cmsGallery > li > figure {
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #ffffff 80%, #f4f4f4 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(80%,#ffffff), color-stop(100%,#f4f4f4)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#ffffff 80%,#f4f4f4 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#ffffff 80%,#f4f4f4 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#ffffff 80%,#f4f4f4 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffffff 0%,#ffffff 80%,#f4f4f4 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f4f4f4',GradientType=0 ); /* IE6-9 */
    border: 1px solid #D2D2D2;
    padding: 3px;
}
.cmsGallery > li > figure > a {
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
}
.cmsGallery > li > figure > a:after { /* Overlay */
	background: rgb(255, 255, 255);
	background: rgba(255, 255, 255, 0.8);
	content: "";
	height: 100%;
	left: 0;
	opacity: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1;
}
.cmsGallery > li > figure > a > div.zoom { /* Zoom Icon */
	background: url("/img/cms/cms.png") no-repeat left 59.727%;
	content: "";
	height: 28px;
	left: 50%;
	margin: -14px 0 0 -14px;
	opacity: 0;
	position: absolute;
	top: 60%;
	width: 28px;
	z-index: 2;
}
.cmsGallery > li > figure > a > div.download { /* Download Icon */
	background: url("/img/cms/cms.png") no-repeat left 34.13%;
	content: "";
	display: block;
	height: 28px;
	left: 50%;
	margin: -14px 0 0 17px;
	opacity: 0;
	position: absolute;
	top: 60%;
	width: 20px;
	z-index: 3;
}
.cmsGallery > li > figure > a > div.download + .zoom { /* Position Zoom Icon ändern */
	margin-left: -36px;
}
.cmsGallery > li > figure > a:hover: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:hover > div.zoom,
.cmsGallery > li > figure > a:hover > div.download { /* Icons einblenden und Top ändern */
	opacity: 1;
	top: 50%;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}
.cmsGallery > li > figure > a > img {
	display: block;
	max-width: 100%;
	width: 100%;
}
.cmsGallery > li > figure > figcaption {
	font-size: 13px;
	padding: 3px 0 0 0;
}

@media all and (max-width: 750px){ /* .last .js gesetzt */

	.cmsGallery > li {
		width: 48.5%; /* 290 */
	}
	
}

/* Elemente - Teaser */

h1 + .cmsTeaser {
	margin-top: -25px;
}
.cmsTeaser > h2 {
	color: #2d343e;
	margin: 0 0 15px 0;
}
.cmsTeaser > article {
	background: rgba(255, 255, 255, 0.7);
    border: 1px solid #FFFFFF;
	margin: 15px 0;
    padding: 8px;
	position: relative;
}
.cmsTeaser > article:after {
	clear: both;
	content: "";
	display: block;
}
.cmsTeaser > article > figure > a {
	float: left;
	margin: 0 10px 0 0;
	min-width: 120px;
	width: 25.531914893617021%; /* 180 */
}
.cmsTeaser > article > figure > a > img {
	display: block;
	max-width: 100%;
}
.cmsTeaser > article > figure > figcaption {
	padding: 5px 0 0 0;
}
.cmsTeaser > article > figure > figcaption > a,
.cmsTeaser > article > a { /* Teasertitel */
	font-size: 16px;
}
.cmsTeaser > article > figure > figcaption > p,
.cmsTeaser > article > p {
	overflow: hidden;
}
.cmsTeaser > article > figure > figcaption > p > .date,
.cmsTeaser > article > p > .date { /* Teaserdatum */
	display: table;
}
.cmsTeaser > article > figure > figcaption > p > .text,
.cmsTeaser > article > p > .text { /* Teasertext */
	display: table;
}
.cmsTeaser > article > figure > figcaption > p > .text > a,
.cmsTeaser > article > p > .text > a { /* Detail-Button */
	display: inline-block;
	margin: 0;
	padding: 0 12px 0 0;
	position: relative;
}
.cmsTeaser > article > figure > figcaption > p > .text > a:after,
.cmsTeaser > article > p > .text > a:after {
	background: url("/img/cms/cms.png") no-repeat left -600px;
	content: "";
	display: block;
	height: 10px;
	position: absolute;
	right: -9px;
	top: 6px;
	width: 15px;
}
.cmsTeaser > article > figure > figcaption > p > .addition,
.cmsTeaser > article > p > .addition { /* Teaserpreis */
	display: table;
}
.cmsTeaserNoImage > article {
    min-height: 0;
    padding: 8px 10px;
}

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

	.cmsTeaser > article > figure > a {
		float: none;
		margin-right: 0;
		width: auto;
	}
		
}

/* Elemente - Tabelle */

.cmsTable > h2 {
	color: #2d343e;
	margin: 0 0 10px;
}
.cmsTable > table {
	width: 100%;
}
.cmsTable > table > tbody > tr {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
	border-bottom: 1px solid #C1D1C1;
}
.cmsTable > table > tbody > tr.val2 {
	background: #EAF0EA;
	border-bottom: 1px solid #C1D1C1;
}
.cmsTable > table > tbody > tr > td {
	padding: 5px 8px;
}
.cmsTable > figcaption {
	font-size: 11px;
	padding: 5px 3px 0 3px;
}

/* Responsive */

.cmsTable.responsive > table,
.cmsTable.responsive tbody,
.cmsTable.responsive tr,
.cmsTable.responsive td { 
	display: block; 
}
.cmsTable.responsive tr:first-child { 
	left: -9999px;
	position: absolute;
	top: -9999px;
}
.cmsTable.responsive tr { 
	border-bottom: 1px solid #cfcfcf;
}
.cmsTable.responsive td:before {
	content: attr(data-title);
	font-weight: bold;
	left: 6px;
	overflow: hidden;
	padding-right: 10px;
	position: absolute;
	text-overflow: ellipsis;
	top: 6px;
	white-space: nowrap;
	width: 45%;
}
.cmsTable.responsive td {
	border: medium none;
	padding-left: 50%;
	position: relative;
	text-align: left !important;
	width: auto !important;
}

/* Elemente - Verlinkungen */

/* Links (intern & extern) */

.cmsLink > a {
	background: url("/img/cms/cms.png") no-repeat left -589px;
	display: inline-block;
	padding: 2px 0 3px 15px;
}

/* Verweisliste */

.cmsRefs > h2 {
	margin-bottom: 8px;
}
.cmsRefs > ul > li > a {
	background: url("/img/cms/cms.png") no-repeat left -589px;
	display: inline-block;
	margin: 0;
	padding: 2px 0 3px 15px;
}

/* E-Mail */

.cmsMail > a {
	background: url("/img/cms/cms.png") no-repeat left -492px;
	display: inline-block;
	padding: 3px 0 3px 40px;
}

/* Elemente - Dropdown */

.cmsDrop > h3 {
	background: url("/img/cms/cms.png") no-repeat 15px -284px #326733;
	color: #FFFFFF;
	cursor: pointer;
	display: block;
	font-weight: bold;
	margin: 0;
	padding: 9px 10px 10px 45px;
	text-align: left;
	text-transform: uppercase;
}
.cmsDrop > h3.contentHide {
	background: url("/img/cms/cms.png") no-repeat 15px -184px #326733;
}
.cmsDrop > h3:hover {
	background-color: #255C26;
}
.cmsDrop > h3.contentHide + div {
	display: none;
}
.cmsDrop > h3 + div {
	overflow: hidden;
}

/* Elemente - HTML */

/* Elemente - Youtube */

.cmsYoutube > h2 {
	color: #2d343e;
	margin: 0 0 15px 0;
}
.cmsYoutube > div {
	height: 0;
	overflow: hidden;
	padding: 30px 0 56.25% 0;
	position: relative;
}
.cmsYoutube > div > iframe {
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #ffffff 80%, #f4f4f4 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(80%,#ffffff), color-stop(100%,#f4f4f4)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#ffffff 80%,#f4f4f4 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#ffffff 80%,#f4f4f4 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#ffffff 80%,#f4f4f4 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffffff 0%,#ffffff 80%,#f4f4f4 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f4f4f4',GradientType=0 ); /* IE6-9 */
    border: 1px solid #D2D2D2;
	height: 100%;
	left: 0;
	padding: 3px;
	position: absolute;
	top: 0;
	width: 100%;
}
.cmsYoutube > p {
	font-size: 13px;
	line-height: 1.3;
	margin: 10px 0 0 0;
}

/* Elemente - Iframe */

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

.cmsFile > a, .cmsXLS > a, .cmsPDF > a, .cmsDOC > a {
	background: url("/img/cms/cms.png") no-repeat left -97px;
	display: inline-block;
	padding: 4px 0 5px 35px;
}

/* Elemente - Formular */

h1 + .cmsForm {
	margin-top: -20px;
}
.cmsForm {
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #ffffff 80%, #f4f4f4 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(80%,#ffffff), color-stop(100%,#f4f4f4)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#ffffff 80%,#f4f4f4 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#ffffff 80%,#f4f4f4 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#ffffff 80%,#f4f4f4 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffffff 0%,#ffffff 80%,#f4f4f4 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f4f4f4',GradientType=0 ); /* IE6-9 */
    border: 1px solid #D2D2D2;
	padding: 15px 20px 18px;
}
.cmsForm:after {
	clear: both;
	content: "";
	display: block;
}
.cmsForm > h2 {
	color: #326733;
	font-weight: bold;
	margin: 10px 0;
    padding: 0 0 3px;
    text-align: left;
}
.cmsForm > .row {
	margin: 10px 0;
	padding: 0 25px 0 0;
	position: relative;
}
.cmsForm > .row:after {
	clear: both;
	content: "";
	display: block;
}
.cmsForm > .row.validation:before {
	background: url("/img/cms/cms.png") no-repeat left -800px;
	content: "";
	height: 14px;
	position: absolute;
	right: 5px;
	top: 12px;
	width: 14px;
}
.cmsForm > .row > label {
	display: block;
	float: left;
	padding: 8px 10px 0 0;
	width: 25%;
}
.cmsForm > .row > .field {
	border: 1px solid #CFCFCF;
	max-width: 75%;
	outline: medium none;
	padding: 7px 8px 6px;
	width: 75%;
}
.cmsForm > .row > .field:focus {
	border: 1px solid #93C8FF;
	box-shadow: 0 0 4px #1983F0;
}
.cmsForm > .row > textarea.field {
	height: 100px;
	line-height: 1.3;
}
.cmsForm > .row > select.field {
	padding: 6px 5px 7px;
}
.cmsForm > .row > .checkbox {
	border: 0;
	margin: 15px 4px 5px 0;
	padding: 0;
	vertical-align: text-bottom;
	width: auto;
}
.cmsForm > .infotext {
    font-weight: bold;
    line-height: 1.3;
    margin: 30px 0 15px;
}
.cmsForm > .row > .datepicker {
	background: url("/img/cms/cms.png") no-repeat 6px 3px #FFFFFF;
	cursor: pointer;
	padding-left: 39px;
	width: 125px;
}
.cmsForm > .button {
    display: table;
    float: right;
    margin: 15px 25px 0 0;
    position: relative;
}
.cmsForm > .button > input { /* Sende-Button */
	background: #326733;
	border: 0;
	color: #FFFFFF;
	cursor: pointer;
	font-weight: bold;
	padding: 6px 20px 5px;
	text-transform: uppercase;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}
.cmsForm > .button > input:hover {
	background: #255C26;
	padding-left: 25px;
	padding-right: 25px;
}
.cmsForm > .msg {
	line-height: 1.3;
	margin: 0 0 10px 0;
	padding: 4px 10px;
}
.cmsForm > .spmck {
	display: none;
}
.cmsForm .error {
	border: 1px solid #FFA3A3 !important;
	box-shadow: 0 0 3px #FF0000;
}

/* Spam */

.cmsForm .row.spm {
flex: 0 0 100%;
}
.cmsForm .row .spm {
	background: none repeat scroll 0 0 #FFFFFF;
	border: 1px solid #CFCFCF;
	float: left;
	padding: 15px;
	position: relative;
	width: 100%;
}
.cmsForm .row .spm:after {
	content: '→';
	font-size: 14px;
	left: 153px;
	position: absolute;
	top: 23px;
}
.cmsForm .row .spm > img {
	border: 1px solid #CFCFCF;
	height: 34px;
	float: left;
}
.cmsForm .row .spm > img + input {
	float: left;
	height: 34px;
	margin: 0 0 0 30px;
	padding: 0 8px;
	text-align: center;
	width: 90px;
}
.cmsForm .row .spm > p {
	clear: both;
	padding: 8px 0 0 0;
}

@media all and (max-width: 600px){
	
	.cmsForm > h2 {
		margin-left: 0;
	}
	.cmsForm > .row {
		padding-right: 0;
	}
	.cmsForm > .row.validation:before {
		top: 41px;
	}
	.cmsForm > .row > label {
		float: none;
		margin-bottom: 5px;
		padding-right: 0;
		width: 100%;
	}
	.cmsForm > .row > .field {
		max-width: 100%;
		width: 100%;
	}

}

/*! jQuery UI - v1.10.2 - 2013-03-17
* http://jqueryui.com
* Includes: jquery.ui.core.css, jquery.ui.datepicker.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=&fwDefault=&fsDefault=&cornerRadius=4px&bgColorHeader=%23cccccc&bgTextureHeader=highlight_soft&bgImgOpacityHeader=75&borderColorHeader=%23aaaaaa&fcHeader=%23222222&iconColorHeader=%23222222&bgColorContent=%23ffffff&bgTextureContent=flat&bgImgOpacityContent=75&borderColorContent=%23aaaaaa&fcContent=%23222222&iconColorContent=%23222222&bgColorDefault=%23e6e6e6&bgTextureDefault=glass&bgImgOpacityDefault=75&borderColorDefault=%23d3d3d3&fcDefault=%23555555&iconColorDefault=%23888888&bgColorHover=%23dadada&bgTextureHover=glass&bgImgOpacityHover=75&borderColorHover=%23999999&fcHover=%23212121&iconColorHover=%23454545&bgColorActive=%23ffffff&bgTextureActive=glass&bgImgOpacityActive=65&borderColorActive=%23aaaaaa&fcActive=%23212121&iconColorActive=%23454545&bgColorHighlight=%23fbf9ee&bgTextureHighlight=glass&bgImgOpacityHighlight=55&borderColorHighlight=%23fcefa1&fcHighlight=%23363636&iconColorHighlight=%232e83ff&bgColorError=fef1ec&bgTextureError=glass&bgImgOpacityError=95&borderColorError=cd0a0a&fcError=cd0a0a&iconColorError=cd0a0a&bgColorOverlay=%23aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=%23aaaaaa&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px
* Copyright 2013 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;
	filter:Alpha(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 {
	color: #FFFFFF;
	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-year {
	width: 100%;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
	width: 49%;
}
.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: normal;
	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;
}

/* Component containers
----------------------------------*/
.ui-widget {
	font-family: inherit;
	font-size: ;
}
.ui-widget .ui-widget {
	font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
	font-family: inherit;
	font-size: 1em;
}
.ui-widget-content {
	border: 1px solid #aaaaaa;
	background: #ffffff url("/img/jquery-ui/ui-bg_flat_75_ffffff_40x100.png") 50% 50% repeat-x;
	color: #222222;
}
.ui-widget-content a {
	color: #222222;
}
.ui-widget-header {
	border: 1px solid #aaaaaa;
	background: #cccccc url("/img/jquery-ui/ui-bg_highlight-soft_75_cccccc_1x100.png") 50% 50% repeat-x;
	color: #222222;
	font-weight: bold;
}
.ui-widget-header a {
	color: #222222;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
	border: 1px solid #d3d3d3;
	background: #e6e6e6 url("/img/jquery-ui/ui-bg_glass_75_e6e6e6_1x400.png") 50% 50% repeat-x;
	font-weight: ;
	color: #555555;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
	color: #555555;
	text-decoration: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
	border: 1px solid #999999;
	background: #dadada url("/img/jquery-ui/ui-bg_glass_75_dadada_1x400.png") 50% 50% repeat-x;
	font-weight: ;
	color: #212121;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited {
	color: #212121;
	text-decoration: none;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
	border: 1px solid #aaaaaa;
	background: #ffffff url("/img/jquery-ui/ui-bg_glass_65_ffffff_1x400.png") 50% 50% repeat-x;
	font-weight: ;
	color: #212121;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
	color: #212121;
	text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
	border: 1px solid #fcefa1;
	background: #fbf9ee url("/img/jquery-ui/ui-bg_glass_55_fbf9ee_1x400.png") 50% 50% repeat-x;
	color: #363636;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
	color: #363636;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
	border: 1px solid #cd0a0a;
	background: #fef1ec url("/img/jquery-ui/ui-bg_glass_95_fef1ec_1x400.png") 50% 50% repeat-x;
	color: #cd0a0a;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
	color: #cd0a0a;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
	color: #cd0a0a;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
	font-weight: bold;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
	opacity: .7;
	filter:Alpha(Opacity=70);
	font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
	opacity: .35;
	filter:Alpha(Opacity=35);
	background-image: none;
}
.ui-state-disabled .ui-icon {
	filter:Alpha(Opacity=35); /* For IE8 - See #6059 */
}

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

/* states and images */
.ui-icon {
	width: 16px;
	height: 16px;
}
.ui-icon,
.ui-widget-content .ui-icon {
	background-image: url("/img/jquery-ui/ui-icons_222222_256x240.png");
}
.ui-widget-header .ui-icon {
	background-image: url("/img/jquery-ui/ui-icons_222222_256x240.png");
}
.ui-state-default .ui-icon {
	background-image: url("/img/jquery-ui/ui-icons_888888_256x240.png");
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon {
	background-image: url("/img/jquery-ui/ui-icons_454545_256x240.png");
}
.ui-state-active .ui-icon {
	background-image: url("/img/jquery-ui/ui-icons_454545_256x240.png");
}
.ui-state-highlight .ui-icon {
	background-image: url("/img/jquery-ui/ui-icons_2e83ff_256x240.png");
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
	background-image: url("/img/jquery-ui/ui-icons_cd0a0a_256x240.png");
}

/* positioning */
.ui-icon-blank { background-position: 16px 16px; }
.ui-icon-carat-1-n { background-position: 0 0; }
.ui-icon-carat-1-ne { background-position: -16px 0; }
.ui-icon-carat-1-e { background-position: -32px 0; }
.ui-icon-carat-1-se { background-position: -48px 0; }
.ui-icon-carat-1-s { background-position: -64px 0; }
.ui-icon-carat-1-sw { background-position: -80px 0; }
.ui-icon-carat-1-w { background-position: -96px 0; }
.ui-icon-carat-1-nw { background-position: -112px 0; }
.ui-icon-carat-2-n-s { background-position: -128px 0; }
.ui-icon-carat-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -64px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -64px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 0 -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-on { background-position: -96px -144px; }
.ui-icon-radio-off { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-start { background-position: -80px -160px; }
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }


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

/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
	border-top-left-radius: 4px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
	border-top-right-radius: 4px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
	border-bottom-left-radius: 4px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
	border-bottom-right-radius: 4px;
}

/* Overlays */
.ui-widget-overlay {
	background: #aaaaaa url("/img/jquery-ui/ui-bg_flat_0_aaaaaa_40x100.png") 50% 50% repeat-x;
	opacity: .3;
	filter: Alpha(Opacity=30);
}
.ui-widget-shadow {
	margin: -8px 0 0 -8px;
	padding: 8px;
	background: #aaaaaa url("/img/jquery-ui/ui-bg_flat_0_aaaaaa_40x100.png") 50% 50% repeat-x;
	opacity: .3;
	filter: Alpha(Opacity=30);
	border-radius: 8px;
}

/* jQuery UI Kalender Styles Micado */

/* Datepicker */

/* benutzerdefinierte Styles */

.ui-datepicker-header {
	background: #326733 !important;
	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: #326733 !important;
	color: #FFFFFF !important;
}
.ui-datepicker-month, .ui-datepicker-year {
	font-size: 1em !important;
}
/* benutzerdefinierte Styles Ende */

/* generelle Vererbungen */

.ui-datepicker {
	font-size: 14px;
	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 {
	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: 9px 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;
}

/*! 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: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}

.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, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	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 {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url('/img/fancybox/blank.gif'); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.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 {
	overflow: hidden;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url('/img/fancybox/fancybox_overlay.png');
}

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

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px;
	position: relative;
	text-shadow: none;
	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-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

#fancybox-buttons {
	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;
}

/* Privacy 1.0.0 */

/* Default */

.privacyCookie {
	background: #173118;
	font-size: 15px;
	padding: 10px 0;
	width: 100%;
	display: none;
}
.privacyCookie > div > p {
	color: #FFFFFF;
	float: left;
	margin: 0 10px 0 0;
}
.privacyCookie > div > p > a {
	color: #FFFFFF;
}
.privacyCookie > div > a.button {
	color: #FFFFFF;
	float: right;
	position: relative;
}

/* Direction Top */

.privacyCookie.top {
	margin: -300px 0 0 0;
	position: absolute;
	transition: margin 300ms ease;
	z-index: 5;
}
.showPrivacyCookie .privacyCookie.top {
	margin-top: 0 !important;
	position: relative;
}

/* Direction Bottom */

.privacyCookie.bottom {
	left: -10000px;
	position: fixed;
	transition: bottom 300ms ease;
	z-index: 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;
	}

}

/* Layout - Basis */

#PageWrapper {
	border-radius: 15px 15px 0 0;
	box-shadow: 0 0 7px -2px #000000;
	margin: 20px auto 0;
	max-width: 1016px;
}

/* Layout - Content - Header */

#HeaderWrapper {
	background: none repeat scroll 0 0 #326733;
	border-radius: 15px 15px 0 0;
	margin: 20px auto 0;
	max-width: 1016px;
	padding: 16px 0;
	position: relative;
	text-align: center;
	z-index: 2;
}
#HeaderWrapper:after {
	background: #2f6130; /* Old browsers */
	background: -moz-linear-gradient(top,  #2f6130 0%, #142a15 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2f6130), color-stop(100%,#142a15)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #2f6130 0%,#142a15 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #2f6130 0%,#142a15 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #2f6130 0%,#142a15 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #2f6130 0%,#142a15 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2f6130', endColorstr='#142a15',GradientType=0 ); /* IE6-9 */
	bottom: 0;
	content: "";
	height: 4px;
	left: 0;
	position: absolute;
	width: 100%;
}
#HeaderWrapper > a.logo {
	display: table;
	margin: 0 auto;
	padding: 0 10px;
}
#HeaderWrapper > a.logo > img {
	display: block;
	max-width: 330px;
	width: 100%;
}
#HeaderWrapper > .booking {
	background: none repeat scroll 0 0 #173118;
	border-radius: 10px 10px 0 0;
	bottom: 0;
	position: absolute;
	right: 33px;
	z-index: 10;
}
#HeaderWrapper > .booking > a {
	color: #FFFFFF;
	display: block;
	padding: 6px 20px;
	-webkit-transition: all 100ms ease;
	-moz-transition: all 100ms ease;
	-ms-transition: all 100ms ease;
	-o-transition: all 100ms ease;
	transition: all 100ms ease;
}
#HeaderWrapper > .booking:hover > a {
	padding: 6px 20px 12px 20px;
	text-decoration: none;
}
#HeaderWrapper > .phone {
	bottom: 13px;
	left: 33px;
	position: absolute;
	text-align: left;
	z-index: 10;
}
#HeaderWrapper > .phone > a {
	color: #FFFFFF;
	font-size: 24px;
	line-height: 1.2;
}
#HeaderWrapper > .phone > a:hover {
	text-decoration: none;
}
#HeaderWrapper > .phone > a > span {
	color: #95AF95;
	display: block;
	font-size: 17px;
}
#HeaderWrapper > .lang {
	position: absolute;
	right: 33px;
	top: 15px;
}
#HeaderWrapper > .lang > a.de {
	background: url("/img/layout/flag_de.png") no-repeat left top;
	display: block;
	height: 33px;
	width: 48px;
}
#HeaderWrapper > .lang > a.en {
	background: url("/img/layout/flag_en.png") no-repeat left top;
	display: block;
	height: 33px;
	width: 48px;
}

/* Facebook */

#HeaderWrapper > .fb {
	background: url("/img/layout/facebook.png") no-repeat 0 0 / 100% auto;
    height: 29px;
    opacity: 0.7;
    position: absolute;
    right: 70px;
    /* right: 112px; */
    transition: opacity 300ms ease-in-out;
    top: 17px;
    width: 29px;	
}
#HeaderWrapper > .fb:hover {
	opacity: 1;
}

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

	#HeaderWrapper > .booking {
		border-radius: 0;
		margin: 18px 0;
		position: relative;
		right: 0;
	}
	#HeaderWrapper > .booking > a {
		font-size: 20px;
		padding: 10px 20px;
	}
	#HeaderWrapper > .booking > a:hover {
		padding: 10px 20px;
	}
	#HeaderWrapper > .phone {
		bottom: auto;
		left: auto;
		padding: 0 0 10px;
		position: relative;
		text-align: center;
	}

}

/* Header - Sprachen */

#HeaderWrapper > .language {
	cursor: pointer;
	position: absolute;
	right: 0;
	top: 17px;
	z-index: 1;
}
#HeaderWrapper > .language > p {
	background: #BFCEBD;
	border-radius: 3px 0 0 3px;
	color: #326733;
	height: 29px;
	line-height: 29px;
	text-align: center;
	text-transform: uppercase;
	width: 50px;
	font-weight: bold;
	transition: background 300ms ease-in-out; 
}
#HeaderWrapper > .language > p:hover {
	background: #ffffff;
}
body.isSafari .HeaderWrapper > .language > p {
	line-height: 49px;
}
#HeaderWrapper > .language > ul {
	display: none;
}

.langselector {
	min-width: 400px;
	padding: 60px 60px 54px;
	background: #326733 !important;
	padding: 80px 25px !important;
}
.langselector > h2 {
	color: #ffffff;
	font-family: 'Roboto Condensed';
	font-size: 38px;
	font-weight: bold;
	margin: 0 0 20px;
	text-align: center;
	text-transform: uppercase;
}
.langselector > h2 > strong {
	color: #ffffff;
	display: block;
	font-weight: bold;
}
.langselector > ul {
	text-align: center;
}
.langselector > ul > li {
	position: relative;
}
.langselector > ul > li > a {
	color: #ffffff;
	border-bottom: 2px solid #ffffff;
	display: block;
	font-size: 20px;
	font-weight: normal;
	line-height: 1;
	padding: 25px 0;
}
body.isSafari .langselector > ul > li > a {
	padding-bottom: 11px;
	padding-top: 14px;
}
.langselector > ul > li:last-child > a {
	border-bottom: 0;
}
.langselector > ul > li:last-child > a:hover {
	border-bottom: 0;
}
.langselector .fancybox-close-small:after {
	color: #ffffff;
}
.langselector .fancybox-close-small:hover:after {
	color: #454545;
	background: #ffffff;
}

/* Selected */

.langselector > ul.de > li.de > a:before,
.langselector > ul.en > li.en > a:before,
.langselector > ul.nl > li.nl > a:before {
	display: block;
}


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

	.langselector {
		min-width: 0;
		padding-left: 35px;
		padding-right: 35px;
	}

}

/* Layout - Content */

#ContentWrapper {
	background: #FFFFFF;
	background: rgba(255, 255, 255, 0.9);
	margin: 0 auto;
	max-width: 1016px;
	position: relative;
	z-index: 3;
}
#ContentWrapper > section {
	padding: 0 34px 34px 34px;
}

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

	#ContentWrapper > section {
		padding: 0 3.35% 34px;
	}

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

	#ContentWrapper > section {
		padding: 0 15px 34px;
	}
}

/* Layout - Content - Animation */

#ContentWrapper > .animation {
	border: 3px solid #FFFFFF;
	clear: both;
	height: 400px;
	margin: 0 34px;
	max-width: 100%;
	overflow: hidden;
	outline: 1px solid #D2D2D2;
	position: relative;
	text-align: center;
	z-index: 1;
}
#ContentWrapper > .animation > .wrapper {
	height: 100%;
	position: absolute;
	width: 100%;
}
#ContentWrapper > .animation > .wrapper > img.animate {
	left: 50%;
	margin: 0 0 0 -470px;
	position: absolute;
}

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

	#ContentWrapper > .animation {
		display: none;
	}
}

/* Layout - Footer */

#FooterWrapper {
	background: -moz-linear-gradient(top, rgba(244,244,244,0.9) 0%, rgba(255,255,255,0.9) 20%, rgba(255,255,255,0.9) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(244,244,244,0.9)), color-stop(20%,rgba(255,255,255,0.9)), color-stop(100%,rgba(255,255,255,0.9))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(244,244,244,0.9) 0%,rgba(255,255,255,0.9) 20%,rgba(255,255,255,0.9) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(244,244,244,0.9) 0%,rgba(255,255,255,0.9) 20%,rgba(255,255,255,0.9) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(244,244,244,0.9) 0%,rgba(255,255,255,0.9) 20%,rgba(255,255,255,0.9) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(244,244,244,0.9) 0%,rgba(255,255,255,0.9) 20%,rgba(255,255,255,0.9) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6f4f4f4', endColorstr='#e6ffffff',GradientType=0 ); /* IE6-9 */
	border-top: 1px solid #FFFFFF;
	font-size: 16px;
	margin: 0 auto 20px auto;
	max-width: 1016px;
	padding: 12px 34px 15px;
	position: relative;
	z-index: 2;
}
#FooterWrapper:before {
	background: none repeat scroll 0 0 #D2D2D2;
	content: "";
	height: 1px;
	left: 0;
	position: absolute;
	top: -2px;
	width: 100%;
}
#FooterWrapper:after {
	display: block;
	content: "";
	clear: both;
}
#FooterWrapper > div {
	color: #888888;
	float: left;
	padding: 2px 0 0 0;
}
#FooterWrapper h3 {
	color: #424242;
    font-size: 26px;
}
#FooterWrapper > div > span {
	display: block;
	margin: 8px 0;
}
#FooterWrapper > div > a {
	display: table;
	font-weight: normal;
}
#FooterWrapper > .alpine {
	position: absolute;
	right: 222px;
	top: 55px;
}
#FooterWrapper > .alpine > img {
	display: block;
}
#FooterWrapper > .kbg {
	position: absolute;
	right: 33px;
	top: 55px;
}
#FooterWrapper > .kbg > img {
	display: block;
}
#FooterWrapper > .kbalpen {
	position: absolute;
	right: 33px;
	top: 122px;
}
#FooterWrapper > .kbalpen > img {
	display: block;
}

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

	#FooterWrapper {
		padding-bottom: 322px;
	}
	#FooterWrapper > .alpine {
		left: 50%;
		top: auto;
		margin: 0 0 0 -48px;
		bottom: 32px;
	}
	#FooterWrapper > .kbg {
		left: 50%;
		margin: 0 0 0 -81px;
		right: auto;
		bottom: 247px;
		top: auto;
	}
	#FooterWrapper > .kbalpen {
		left: 50%;
		margin: 0 0 0 -79.5px;
		right: auto;
		bottom: 173px;
		top: auto;
	}
	#FooterWrapper > div {
		float: none;
		text-align: center;
	}
	#FooterWrapper > div > a {
		display: block;
	}
	ul.metamenu {
		float: none;
		text-align: center;
	}

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

	#FooterWrapper {
		padding-left: 15px;
		padding-right: 15px;
	}
	#FooterWrapper h3 {
		font-size: 34px;
	}
			
}

/* Micado Ext. - Kalender 1.0 - Required */

.micCal {
	position: relative;
	-ms-user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}
.micCal:after {
	clear: both;
	content: "";
	display: block;
}
.micCal > div {
	float: left;
	width: 17em;
}
.micCal.micCalInline > div {
	margin: 0 0 2%;
	width: 32%;
}
.micCal.micCalInline > div:nth-of-type(3n+2) {
	margin-left: 2%;
	margin-right: 2%;
}
.micCal > div > .header {
	text-align: center;
	text-transform: uppercase;
}
.micCal > div > .daysH:after {
	clear: both;
	content: "";
	display: block;
}
.micCal > div > .daysH > div {
	float: left;
	text-align: center;
	text-transform: uppercase;
	width: 14.28571428571429%;
}
.micCal > div > .days:after {
	clear: both;
	content: "";
	display: block;
}
.micCal > div > .days > div {
	float: left;
	padding: 0.286em 0; /* 4 0 */
	text-align: center;
	width: 14.28571428571429%;
	-webkit-transition: background 300ms ease-out;
	-moz-transition: background 300ms ease-out;
	-ms-transition: background 300ms ease-out;
	-o-transition: background 300ms ease-out;
	transition: background 300ms ease-out;
}
.micCal > div > .days > div:hover,
.micCal > div > .days > div.selected {
	color: inherit;
	cursor: pointer;
}
.micCal > div > .days > div.locked:hover {
	background: inherit;
	cursor: inherit;
	font-weight: inherit;
}
.micCal > div > .days > div:nth-child(7n) + div {
	clear: left;
}
.micCal > .prev {
	color: inherit;
	font-size: 1.286em; /* 18 */
	font-weight: normal;
	line-height: 1;
	position: absolute;
}
.micCal > .next {
	color: inherit;
	font-size: 1.286em; /* 18 */
	font-weight: normal;
	line-height: 1;
	position: absolute;
}
.micCal > a:hover {
	text-decoration: none;
}
.micCal > ul.legend {
	clear: both;
}
.micCal > ul.legend > li {
	margin: 0.143em 0; /* 2 0 */
}
.micCal > ul.legend > li > span.marker {
	display: inline-block;
	vertical-align: middle;
}
.micCal > ul.legend > li > span.title {
	font-size: 0.786em; /* 11 */
	font-weight: bold;
}

@media all and (max-width: 800px){
	.micCal.micCalInline.calBasic > div {
		width: 49%;
	}
	.micCal.micCalInline > div:nth-of-type(3n+2) {
		margin-right: 0;
	}
}

@media all and (max-width: 500px){
	.micCal.micCalInline.calBasic > div {
		width: 100%;
	}
}

/* Micado Ext. - Kalender 1.0 - Template "calBasic" */

.micCal.calBasic {
	
}
.micCal.calBasic > div {
	background: #FFFFFF;
	padding: 0;
}
.micCal.calBasic > div > .header {
	background: #fff;
	background: rgba(255, 255, 255, 0.7);
	border: 1px solid #cdd4dc;
	border-bottom: 0;
	margin: 0;
	padding: 0.429em 0.714em; /* 6 10 */
	font-weight: bold;
}
.micCal.calBasic > div > .daysH {
	border-right: 1px solid #cdd4dc;
}
.micCal.calBasic > div > .daysH > div {
	border-top: 1px solid #cdd4dc;
	border-left: 1px solid #cdd4dc;
	color: #888888;
	font-size: 0.786em; /* 11 */
	padding: 0.545em 0 0.364em 0; /* 6 0 4 0 */
}
.micCal.calBasic > div > .days {
	border: 1px solid #cdd4dc;
	border-top: 0;
	border-left: 0;
}
.micCal.calBasic > div > .days > div {
	border-top: 1px solid #cdd4dc;
	border-left: 1px solid #cdd4dc;
}
.micCal.calBasic > div > .days > div.today {
	font-weight: bold;
}
.micCal.calBasic > div > .days > div:hover,
.micCal.calBasic > div > .days > div.selected {
	background: #dce4e4;
	font-weight: bold;
}
.micCal.calBasic > div > .days > div.locked {
	color: #CFCFCF;
}
.micCal.calBasic > div > .days > div.locked:hover {
	background: inherit;
	font-weight: inherit;
}

.micCal.calBasic > .prev {
	left: 0.444em; /* 8 */
	top: 0.389em; /* 7 */
}
.micCal.calBasic > .next {
	right: 0.444em; /* 8 */
	top: 0.389em; /* 7 */
}
.micCal.calBasic > ul.legend {
	padding: 0.500em 0; /* 7 */
}
.micCal.calBasic > ul.legend > li > span.marker {
	height: 1.071em; /* 15 */
	margin: 0 0.357em 0 0; /* 0 5 0 0 */
	width: 1.071em; /* 15 */
}

/* SkiData - Lift- & Pistenstatus */

/* Liftstatus */

.skidataLiftstate > h2 {
	color: #2D343E;
}
.skidataLiftstate > table {
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #ffffff 80%, #f4f4f4 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(80%,#ffffff), color-stop(100%,#f4f4f4)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#ffffff 80%,#f4f4f4 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#ffffff 80%,#f4f4f4 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#ffffff 80%,#f4f4f4 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffffff 0%,#ffffff 80%,#f4f4f4 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f4f4f4',GradientType=0 ); /* IE6-9 */
    border: 1px solid #D2D2D2;
	width: 100%;
}
.skidataLiftstate > table th {
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #ffffff 80%, #f4f4f4 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(80%,#ffffff), color-stop(100%,#f4f4f4)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#ffffff 80%,#f4f4f4 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#ffffff 80%,#f4f4f4 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#ffffff 80%,#f4f4f4 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffffff 0%,#ffffff 80%,#f4f4f4 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f4f4f4',GradientType=0 ); /* IE6-9 */
	border-bottom: 1px solid #D2D2D2;
	font-weight: bold;
	padding: 10px 1%;
	text-transform: uppercase;
}
.skidataLiftstate > table tr td {
	font-size: 16px;
	padding: 7px 1%;
	text-align: center;
}
.skidataLiftstate > table tr:nth-child(2n) td {
	background: #FFFFFF;
	background: rgba(255, 255, 255, 0.7);
	border-bottom: 1px solid #EEEEEE;
    border-top: 1px solid #EEEEEE;
}
.skidataLiftstate > table .state,
.skidataLiftstate > table .type,
.skidataLiftstate > table .length,
.skidataLiftstate > table .height {
	width: 10%;
}
.skidataLiftstate > table .name {
	font-weight: bold;
	text-align: left;
	width: 28%;
}
.skidataLiftstate > table .time {
	width: 20%;
}
.skidataLiftstate > table tr td.state:after {
	content: "";
	display: inline-block;
	height: 15px;
	vertical-align: middle;
	width: 15px;
}
.skidataLiftstate > table tr td.state1:after {
	background: #72b500; /* Old browsers */
	background: -moz-linear-gradient(top, #72b500 0%, #7dbc00 20%, #89c700 80%, #8eca00 90%, #95d200 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#72b500), color-stop(20%,#7dbc00), color-stop(80%,#89c700), color-stop(90%,#8eca00), color-stop(100%,#95d200)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #72b500 0%,#7dbc00 20%,#89c700 80%,#8eca00 90%,#95d200 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #72b500 0%,#7dbc00 20%,#89c700 80%,#8eca00 90%,#95d200 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #72b500 0%,#7dbc00 20%,#89c700 80%,#8eca00 90%,#95d200 100%); /* IE10+ */
	background: linear-gradient(to bottom, #72b500 0%,#7dbc00 20%,#89c700 80%,#8eca00 90%,#95d200 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#72b500', endColorstr='#95d200',GradientType=0 ); /* IE6-9 */
	border: 1px solid #458800;
	box-shadow: inset 0 0 1px 0px #FFFFFF;
	-moz-box-shadow: inset 0 0 1px 0px #FFFFFF;
	-webkit-box-shadow: inset 0 0 1px 0px #FFFFFF;
}
.skidataLiftstate > table tr td.state2:after,
.skidataLiftstate > table tr td.state0:after {
	background: #e54225; /* Old browsers */
	background: -moz-linear-gradient(top, #e54225 0%, #e94d33 10%, #eb543a 20%, #f96d59 80%, #fc725f 90%, #ff7c69 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e54225), color-stop(10%,#e94d33), color-stop(20%,#eb543a), color-stop(80%,#f96d59), color-stop(90%,#fc725f), color-stop(100%,#ff7c69)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #e54225 0%,#e94d33 10%,#eb543a 20%,#f96d59 80%,#fc725f 90%,#ff7c69 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #e54225 0%,#e94d33 10%,#eb543a 20%,#f96d59 80%,#fc725f 90%,#ff7c69 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #e54225 0%,#e94d33 10%,#eb543a 20%,#f96d59 80%,#fc725f 90%,#ff7c69 100%); /* IE10+ */
	background: linear-gradient(to bottom, #e54225 0%,#e94d33 10%,#eb543a 20%,#f96d59 80%,#fc725f 90%,#ff7c69 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e54225', endColorstr='#ff7c69',GradientType=0 ); /* IE6-9 */
	border: 1px solid #BF3727;
	box-shadow: inset 0 0 1px 0px #FFFFFF;
	-moz-box-shadow: inset 0 0 1px 0px #FFFFFF;
	-webkit-box-shadow: inset 0 0 1px 0px #FFFFFF;
}
.skidataLiftstate > table tr td.type {
	background-image: url("/img/skidata/skidata.png");
	background-position: center 6px;
	background-repeat: no-repeat;
	background-size: 24px auto;
}
.skidataLiftstate > table tr td.ropeway {
	background-position: center -481px;
}
.skidataLiftstate > table tr td.cablecar {
	background-position: center -158px;
}
.skidataLiftstate > table tr td.chairlift4 {
	background-position: center -158px;
}
.skidataLiftstate > table tr td.type4 {
	background-position: center -481px;
}
.skidataLiftstate > table tr td.type5 {
	background-position: center 4px;
}
.skidataLiftstate > table tr td.chairlift2 {
	background-position: center -50px;
}
.skidataLiftstate > table tr td.chairlift3 {
	background-position: center -103px;
}
.skidataLiftstate > table tr td.chairlift6 {
	background-position: center -265px;
}
.skidataLiftstate > table tr td.draglift {
	background-position: center -319px;
}
.skidataLiftstate > table tr td.chairlift1 {
	background-position: center -535px;
}
.skidataLiftstate > table tr td.chairlift8 {
	background-position: center -535px;
}
.skidataLiftstate > table tr td.3s-gondola {
	background-position: center -374px;
}
.skidataLiftstate > table tr td.type52 {
	background-position: center -481px;
}
.skidataLiftstate > table tr td.conveyor2 {
	background-position: center -427px;
}
.skidataLiftstate > table tr td.type54 {
	background-position: center -427px;
}
.skidataLiftstate > table tr td.conveyor {
	background-position: center -427px;
}
.skidataLiftstate > table tr td.3s-gondola {
	background-position: center -211px;
}
.skidataLiftstate > p.copyrights {
	font-size: 16px;
	margin: 1px 0 0;
	padding: 8px 0;
}
.skidataLiftstate > p.info {
	font-size: 16px;
	margin: 5px 0 0 0;
}

/* Pistenstatus */

.skidataPistestate > h2 {
	color: #2D343E;
}
.skidataPistestate > table {
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #ffffff 80%, #f4f4f4 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(80%,#ffffff), color-stop(100%,#f4f4f4)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#ffffff 80%,#f4f4f4 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#ffffff 80%,#f4f4f4 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#ffffff 80%,#f4f4f4 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffffff 0%,#ffffff 80%,#f4f4f4 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f4f4f4',GradientType=0 ); /* IE6-9 */
    border: 1px solid #D2D2D2;
	width: 100%;
}
.skidataPistestate > table th {
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #ffffff 80%, #f4f4f4 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(80%,#ffffff), color-stop(100%,#f4f4f4)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#ffffff 80%,#f4f4f4 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#ffffff 80%,#f4f4f4 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#ffffff 80%,#f4f4f4 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffffff 0%,#ffffff 80%,#f4f4f4 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f4f4f4',GradientType=0 ); /* IE6-9 */
	border-bottom: 1px solid #D2D2D2;
	font-weight: bold;
	padding: 10px 1%;
	text-transform: uppercase;
}
.skidataPistestate > table tr td {
	font-size: 16px;
	padding: 7px 1%;
	text-align: center;
}
.skidataPistestate > table tr:nth-child(2n) td {
	background: #FFFFFF;
	background: rgba(255, 255, 255, 0.7);
	border-bottom: 1px solid #EEEEEE;
    border-top: 1px solid #EEEEEE;
}
.skidataPistestate > table .state,
.skidataPistestate > table .type,
.skidataPistestate > table .length,
.skidataPistestate > table .height {
	width: 10%;
}
.skidataPistestate > table .name {
	font-weight: bold;
	text-align: left;
	width: 50%;
}
.skidataPistestate > table tr td.state:after {
	content: "";
	display: inline-block;
	height: 15px;
	vertical-align: middle;
	width: 15px;
}
.skidataPistestate > table tr td.state1:after {
	background: #72b500; /* Old browsers */
	background: -moz-linear-gradient(top, #72b500 0%, #7dbc00 20%, #89c700 80%, #8eca00 90%, #95d200 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#72b500), color-stop(20%,#7dbc00), color-stop(80%,#89c700), color-stop(90%,#8eca00), color-stop(100%,#95d200)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #72b500 0%,#7dbc00 20%,#89c700 80%,#8eca00 90%,#95d200 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #72b500 0%,#7dbc00 20%,#89c700 80%,#8eca00 90%,#95d200 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #72b500 0%,#7dbc00 20%,#89c700 80%,#8eca00 90%,#95d200 100%); /* IE10+ */
	background: linear-gradient(to bottom, #72b500 0%,#7dbc00 20%,#89c700 80%,#8eca00 90%,#95d200 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#72b500', endColorstr='#95d200',GradientType=0 ); /* IE6-9 */
	border: 1px solid #458800;
	box-shadow: inset 0 0 1px 0px #FFFFFF;
	-moz-box-shadow: inset 0 0 1px 0px #FFFFFF;
	-webkit-box-shadow: inset 0 0 1px 0px #FFFFFF;
}
.skidataPistestate > table tr td.state2:after,
.skidataPistestate > table tr td.state0:after {
	background: #e54225; /* Old browsers */
	background: -moz-linear-gradient(top, #e54225 0%, #e94d33 10%, #eb543a 20%, #f96d59 80%, #fc725f 90%, #ff7c69 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e54225), color-stop(10%,#e94d33), color-stop(20%,#eb543a), color-stop(80%,#f96d59), color-stop(90%,#fc725f), color-stop(100%,#ff7c69)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #e54225 0%,#e94d33 10%,#eb543a 20%,#f96d59 80%,#fc725f 90%,#ff7c69 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #e54225 0%,#e94d33 10%,#eb543a 20%,#f96d59 80%,#fc725f 90%,#ff7c69 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #e54225 0%,#e94d33 10%,#eb543a 20%,#f96d59 80%,#fc725f 90%,#ff7c69 100%); /* IE10+ */
	background: linear-gradient(to bottom, #e54225 0%,#e94d33 10%,#eb543a 20%,#f96d59 80%,#fc725f 90%,#ff7c69 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e54225', endColorstr='#ff7c69',GradientType=0 ); /* IE6-9 */
	border: 1px solid #BF3727;
	box-shadow: inset 0 0 1px 0px #FFFFFF;
	-moz-box-shadow: inset 0 0 1px 0px #FFFFFF;
	-webkit-box-shadow: inset 0 0 1px 0px #FFFFFF;
}
.skidataPistestate > table tr td.type:after {
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	content: "";
	display: inline-block;
	height: 15px;
	vertical-align: middle;
	width: 15px;
}
.skidataPistestate > table tr td.type.easy-piste:after { /* leicht */
	background: #148fdb; /* Old browsers */
	background: -moz-linear-gradient(top, #148fdb 0%, #2699dd 10%, #319edf 20%, #6ebdec 90%, #80c7f2 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#148fdb), color-stop(10%,#2699dd), color-stop(20%,#319edf), color-stop(90%,#6ebdec), color-stop(100%,#80c7f2)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #148fdb 0%,#2699dd 10%,#319edf 20%,#6ebdec 90%,#80c7f2 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #148fdb 0%,#2699dd 10%,#319edf 20%,#6ebdec 90%,#80c7f2 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #148fdb 0%,#2699dd 10%,#319edf 20%,#6ebdec 90%,#80c7f2 100%); /* IE10+ */
	background: linear-gradient(to bottom, #148fdb 0%,#2699dd 10%,#319edf 20%,#6ebdec 90%,#80c7f2 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#148fdb', endColorstr='#80c7f2',GradientType=0 ); /* IE6-9 */
	border: 1px solid #1581B6;
	box-shadow: inset 0 0 1px 0px #FFFFFF;
	-moz-box-shadow: inset 0 0 1px 0px #FFFFFF;
	-webkit-box-shadow: inset 0 0 1px 0px #FFFFFF;
}
.skidataPistestate > table tr td.type.medium-piste:after { /* mittel */
	background: #e54225; /* Old browsers */
	background: -moz-linear-gradient(top, #e54225 0%, #e94d33 10%, #eb543a 20%, #f96d59 80%, #fc725f 90%, #ff7c69 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e54225), color-stop(10%,#e94d33), color-stop(20%,#eb543a), color-stop(80%,#f96d59), color-stop(90%,#fc725f), color-stop(100%,#ff7c69)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #e54225 0%,#e94d33 10%,#eb543a 20%,#f96d59 80%,#fc725f 90%,#ff7c69 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #e54225 0%,#e94d33 10%,#eb543a 20%,#f96d59 80%,#fc725f 90%,#ff7c69 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #e54225 0%,#e94d33 10%,#eb543a 20%,#f96d59 80%,#fc725f 90%,#ff7c69 100%); /* IE10+ */
	background: linear-gradient(to bottom, #e54225 0%,#e94d33 10%,#eb543a 20%,#f96d59 80%,#fc725f 90%,#ff7c69 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e54225', endColorstr='#ff7c69',GradientType=0 ); /* IE6-9 */
	border: 1px solid #BF3727;
	box-shadow: inset 0 0 1px 0px #FFFFFF;
	-moz-box-shadow: inset 0 0 1px 0px #FFFFFF;
	-webkit-box-shadow: inset 0 0 1px 0px #FFFFFF;
}
.skidataPistestate > table tr td.type.t15:after, /* schwer */
.skidataPistestate > table tr td.type.difficult-piste2:after,
.skidataPistestate > table tr td.type.t206:after {
	background: #565759; /* Old browsers */
	background: -moz-linear-gradient(top, #565759 0%, #626365 10%, #696a6c 20%, #86888b 80%, #8c8e91 90%, #95989b 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#565759), color-stop(10%,#626365), color-stop(20%,#696a6c), color-stop(80%,#86888b), color-stop(90%,#8c8e91), color-stop(100%,#95989b)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #565759 0%,#626365 10%,#696a6c 20%,#86888b 80%,#8c8e91 90%,#95989b 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #565759 0%,#626365 10%,#696a6c 20%,#86888b 80%,#8c8e91 90%,#95989b 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #565759 0%,#626365 10%,#696a6c 20%,#86888b 80%,#8c8e91 90%,#95989b 100%); /* IE10+ */
	background: linear-gradient(to bottom, #565759 0%,#626365 10%,#696a6c 20%,#86888b 80%,#8c8e91 90%,#95989b 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#565759', endColorstr='#95989b',GradientType=0 ); /* IE6-9 */
	border: 1px solid #606060;
	box-shadow: inset 0 0 1px 0px #FFFFFF;
	-moz-box-shadow: inset 0 0 1px 0px #FFFFFF;
	-webkit-box-shadow: inset 0 0 1px 0px #FFFFFF;
}
.skidataPistestate > table tr td.type.skiroute:after { /* Skiroute */
	background: #ffbd38; /* Old browsers */
	background: -moz-linear-gradient(top, #ffbd38 0%, #ffc445 10%, #ffc84d 20%, #ffdb6c 80%, #ffdf73 90%, #ffe580 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffbd38), color-stop(10%,#ffc445), color-stop(20%,#ffc84d), color-stop(80%,#ffdb6c), color-stop(90%,#ffdf73), color-stop(100%,#ffe580)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffbd38 0%,#ffc445 10%,#ffc84d 20%,#ffdb6c 80%,#ffdf73 90%,#ffe580 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffbd38 0%,#ffc445 10%,#ffc84d 20%,#ffdb6c 80%,#ffdf73 90%,#ffe580 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ffbd38 0%,#ffc445 10%,#ffc84d 20%,#ffdb6c 80%,#ffdf73 90%,#ffe580 100%); /* IE10+ */
	background: linear-gradient(to bottom, #ffbd38 0%,#ffc445 10%,#ffc84d 20%,#ffdb6c 80%,#ffdf73 90%,#ffe580 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffbd38', endColorstr='#ffe580',GradientType=0 ); /* IE6-9 */
	border: 1px solid #FFBF26;
	box-shadow: inset 0 0 1px 0px #FFFFFF;
	-moz-box-shadow: inset 0 0 1px 0px #FFFFFF;
	-webkit-box-shadow: inset 0 0 1px 0px #FFFFFF;
}
.skidataPistestate > p.copyrights {
	font-size: 16px;
	margin: 1px 0 0;
	padding: 8px 0;
}
.skidataPistestate > p.info {
	font-size: 16px;
	margin: 5px 0 0 0;
}

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

	/* Liftstatus */

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

	/* Pistenstatus */

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

}
@media all and (max-width: 450px){ /* MOBILE */
		
	/* Liftstatus */

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

}

/* SkiData - Schneebericht */

.skidataSnowreport > h2 {
	color: #2D343E;
}
.skidataSnowreport > table {
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #ffffff 80%, #f4f4f4 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(80%,#ffffff), color-stop(100%,#f4f4f4)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#ffffff 80%,#f4f4f4 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#ffffff 80%,#f4f4f4 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#ffffff 80%,#f4f4f4 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffffff 0%,#ffffff 80%,#f4f4f4 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f4f4f4',GradientType=0 ); /* IE6-9 */
    border: 1px solid #D2D2D2;
	width: 100%;
}
.skidataSnowreport > table tr > td {
	font-size: 16px;
	padding: 7px 10px;
}
.skidataSnowreport > table tr > td:first-child {
	font-weight: bold;
}
.skidataSnowreport > table tr > td.state > span {
	color: #FFFFFF;
	padding: 3px 5px;
	font-weight: bold;
}
.skidataSnowreport > table tr > td.state > span.var1 {
	background: #008300; /* Old browsers */
	background: -moz-linear-gradient(top, #008300 0%, #00c100 47%, #00c400 53%, #00c400 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#008300), color-stop(47%,#00c100), color-stop(53%,#00c400), color-stop(100%,#00c400)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #008300 0%,#00c100 47%,#00c400 53%,#00c400 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #008300 0%,#00c100 47%,#00c400 53%,#00c400 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #008300 0%,#00c100 47%,#00c400 53%,#00c400 100%); /* IE10+ */
	background: linear-gradient(to bottom, #008300 0%,#00c100 47%,#00c400 53%,#00c400 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#008300', endColorstr='#00c400',GradientType=0 ); /* IE6-9 */
	border: 1px solid #00C400;
}
.skidataSnowreport > table tr > td.state > span.var2 {
	background: #ab9100; /* Old browsers */
	background: -moz-linear-gradient(top, #ab9100 0%, #fcd600 47%, #ffd900 53%, #ffd900 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ab9100), color-stop(47%,#fcd600), color-stop(53%,#ffd900), color-stop(100%,#ffd900)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ab9100 0%,#fcd600 47%,#ffd900 53%,#ffd900 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ab9100 0%,#fcd600 47%,#ffd900 53%,#ffd900 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ab9100 0%,#fcd600 47%,#ffd900 53%,#ffd900 100%); /* IE10+ */
	background: linear-gradient(to bottom, #ab9100 0%,#fcd600 47%,#ffd900 53%,#ffd900 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ab9100', endColorstr='#ffd900',GradientType=0 ); /* IE6-9 */
	border: 1px solid #FFD900;
	color: #21262D;
}
.skidataSnowreport > table tr > td.state > span.var3 {
	background: #a85906; /* Old browsers */
	background: -moz-linear-gradient(top, #a85906 0%, #f88309 47%, #fb850a 53%, #fb850a 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a85906), color-stop(47%,#f88309), color-stop(53%,#fb850a), color-stop(100%,#fb850a)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #a85906 0%,#f88309 47%,#fb850a 53%,#fb850a 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #a85906 0%,#f88309 47%,#fb850a 53%,#fb850a 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #a85906 0%,#f88309 47%,#fb850a 53%,#fb850a 100%); /* IE10+ */
	background: linear-gradient(to bottom, #a85906 0%,#f88309 47%,#fb850a 53%,#fb850a 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a85906', endColorstr='#fb850a',GradientType=0 ); /* IE6-9 */
	border: 1px solid #FB850A;
}
.skidataSnowreport > table tr > td.state > span.var4 {
	background: #830000; /* Old browsers */
	background: -moz-linear-gradient(top, #830000 0%, #c10000 47%, #c40000 53%, #c40000 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#830000), color-stop(47%,#c10000), color-stop(53%,#c40000), color-stop(100%,#c40000)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #830000 0%,#c10000 47%,#c40000 53%,#c40000 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #830000 0%,#c10000 47%,#c40000 53%,#c40000 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #830000 0%,#c10000 47%,#c40000 53%,#c40000 100%); /* IE10+ */
	background: linear-gradient(to bottom, #830000 0%,#c10000 47%,#c40000 53%,#c40000 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#830000', endColorstr='#c40000',GradientType=0 ); /* IE6-9 */
	border: 1px solid #C40000;
}
.skidataSnowreport > table tr > td.state > span.var5 {
	background: #460006; /* Old browsers */
	background: -moz-linear-gradient(top, #460006 0%, #69000a 53%, #69000a 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#460006), color-stop(53%,#69000a), color-stop(100%,#69000a)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #460006 0%,#69000a 53%,#69000a 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #460006 0%,#69000a 53%,#69000a 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #460006 0%,#69000a 53%,#69000a 100%); /* IE10+ */
	background: linear-gradient(to bottom, #460006 0%,#69000a 53%,#69000a 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#460006', endColorstr='#69000a',GradientType=0 ); /* IE6-9 */
	border: 1px solid #69000A;
}
.skidataSnowreport > table tr:nth-child(2n) > td {
	background: #FFFFFF;
	background: rgba(255, 255, 255, 0.7);
	border-bottom: 1px solid #EEEEEE;
    border-top: 1px solid #EEEEEE;
}
.skidataSnowreport > p.copyrights {
	font-size: 16px;
	margin: 1px 0 0;
	padding: 8px 0;
}
.skidataSnowreport > p.info {
	font-size: 16px;
	margin: 5px 0 0;
}

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

	.skidataSnowreport > table tr > td {
		display: inline-block;
		width: 100%;
	}
	.skidataSnowreport > table tr > td:first-of-type,
	.skidataSnowreport > table tr:nth-child(2n) > td:first-of-type {
		background: #E6E6E6;
		font-weight: bold;
	}
	.skidataSnowreport > table tr:nth-child(2n) > td {
		background: none;
	}

}