/* 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: #333333;
	font: 300 20px/1.5 'Alegreya Sans', sans-serif;
	-webkit-text-size-adjust: none;
}
body > #PageWrapper {
	min-height: 100%;
	overflow: hidden;
	padding: 0 0 180px 0;
	position: relative;
}
a {
	color: #333333;
	font-weight: 400;
	text-decoration: none;
	-webkit-transition: color 300ms ease-in;
	-moz-transition: color 300ms ease-in;
	-ms-transition: color 300ms ease-in;
	-o-transition: color 300ms ease-in;
	transition: color 300ms ease-in;
}
a:hover {
	color: #0096AE;
}
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: 1340px;
}
.wmClear:after {
	clear: both;
	content: "";
	display: block;
}

/* Webfonts */

@font-face {
	font-family: 'fontello';
	src: url('/img/webfonts/fontello.eot?89579146');
	src: url('/img/webfonts/fontello.eot?89579146#iefix') format('embedded-opentype'),
		url('/img/webfonts/fontello.woff?89579146') format('woff'),
		url('/img/webfonts/fontello.ttf?89579146') format('truetype'),
		url('/img/webfonts/fontello.svg?89579146#fontello') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* Variablen */

:root {

	/* Template */
		
	--mw-margin-top: 65px;
	--mw-margin-bottom: 65px;
	--mw-padding-left: 20px;
	--mw-padding-right: 20px;
	--mw-max-width: 1300px;
	--mw-max-width2: 940px;
		
	/* Colors */
	
	--mw-color-primary: #0096AE;
	--mw-color-secondary: #EB5D40;
	--mw-color-error: #b71a3a;
	--mw-color-success: #68AA46;
	--mw-color-lightgray: #E6E7E4;
	--mw-color-gray: #C2C7CD;
	--mw-color-middlegray: #9DA1A8;
	--mw-color-darkgray: #2F3727;

	--mw-color-primary-opacity-highest: rgba(0, 150, 174, 0.1);
	--mw-color-primary-opacity-high: rgba(0, 150, 174, 0.2);
	--mw-color-primary-opacity-medium: rgba(0, 150, 174, 0.3);
	--mw-color-primary-opacity-low: rgba(0, 150, 174, 0.8);
		
	--mw-color-secondary-opacity-highest: rgba(235, 93, 64, 0.1);
	--mw-color-secondary-opacity-high: rgba(235, 93, 64, 0.2);
	--mw-color-secondary-opacity-medium: rgba(235, 93, 64, 0.3);
	--mw-color-secondary-opacity-low: rgba(235, 93, 64, 0.8);
		
	/* specified Colors */
	
	--mw-color-body: #333333;
	--mw-color-body-background: #FFFFFF;

	--mw-color-link: #0096AE;
	--mw-color-link-hover: #007D91;

	--mw-color-button: #FFFFFF;
	--mw-color-button-hover: #FFFFFF;
	--mw-color-button-background: #0096AE;
	--mw-color-button-background-hover: #007D91;

	--mw-color-headline: #EB5D40;
	--mw-color-headline2: #EB5D40;
	--mw-color-headline3: #333333;
	--mw-color-headline-element: #333333;

	--mw-color-menu-background: #FFFFFF;
	--mw-color-menu-background-fixed: #FFFFFF;
	--mw-color-menu-background-mobile: #e8e7e8;
	--mw-color-menu-selected-mobile: #e8e7e8;
	--mw-color-menu-background-teaser: #f9f9f9;

	--mw-color-fancybox-rgb: rgb(30, 30, 30);
	--mw-color-fancybox-rgba: rgb(30, 30, 30, 0.9);
		
	/* Fonts */
		
	--mw-font-primary: 'Alegreya Sans', sans-serif;
	--mw-font-secondary: 'Alegreya Sans', sans-serif;
	
	--mw-font-primary-weight-thin: 400;
	--mw-font-primary-weight-extra-light: 400;
	--mw-font-primary-weight-light: 400;
	--mw-font-primary-weight-normal: 400;
	--mw-font-primary-weight-medium: 600;
	--mw-font-primary-weight-semi-bold: 600;
	--mw-font-primary-weight-bold: 700;
	--mw-font-primary-weight-extra-bold: 700;
	--mw-font-primary-weight-black: 700;
		
	--mw-font-secondary-weight-thin: 300;
	--mw-font-secondary-weight-extra-light: 300;
	--mw-font-secondary-weight-light: 300;
	--mw-font-secondary-weight-normal: 400;
	--mw-font-secondary-weight-medium: 500;
	--mw-font-secondary-weight-semi-bold: 500;
	--mw-font-secondary-weight-bold: 700;
	--mw-font-secondary-weight-extra-bold: 700;
	--mw-font-secondary-weight-black: 700;
		
	/* specified Fonts */
		
	--mw-font-body: 'Alegreya Sans', sans-serif;
	--mw-font-body-lineheight: 1.5;
	--mw-font-body-size: 20px;
	--mw-font-body-weight: 300;
	
	--mw-font-link-weight: 700;

	--mw-font-button-size: 18px;
	--mw-font-button-weight: 700;

	--mw-font-headline: 'Alegreya Sans', sans-serif;
	--mw-font-headline-lineheight: 1.2;
	--mw-font-headline-size: 45px;
	--mw-font-headline-weight: 400;
	
	--mw-font-headline2: 'Alegreya Sans', sans-serif;
	--mw-font-headline2-lineheight: 1.2;
	--mw-font-headline2-size: 24px;
	--mw-font-headline2-weight: 400;
	
	--mw-font-headline3: 'Alegreya Sans', sans-serif;
	--mw-font-headline3-lineheight: 1.2;
	--mw-font-headline3-size: 18px;
	--mw-font-headline3-weight: 400;

	--mw-font-headline-element: 'Alegreya Sans', sans-serif;
	--mw-font-headline-element-lineheight: 1.2;
	--mw-font-headline-element-size: 24px;
	--mw-font-headline-element-weight: 400;
	
}

/* Layout - Header */

#HeaderWrapper {
	background: #FFFFFF;
	background: rgba(255, 255, 255, 0.7);
	border-bottom: 1px solid #FFFFFF;
	box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.15);
	height: 200px;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 4;
	-webkit-transition: all 300ms ease-out;
	-moz-transition: all 300ms ease-out;
	-ms-transition: all 300ms ease-out;
	-o-transition: all 300ms ease-out;
	transition: all 300ms ease-out;
}
#HeaderWrapper.mobile {
	position: absolute;
}
#HeaderWrapper > div {
	height: 100%;
	margin: 0 auto;
	max-width: 1340px;
	padding: 0 20px;
	position: relative;
	-webkit-transition: all 300ms ease-out;
	-moz-transition: all 300ms ease-out;
	-ms-transition: all 300ms ease-out;
	-o-transition: all 300ms ease-out;
	transition: all 300ms ease-out;
}
#HeaderWrapper > .row1 {
	background: #FFFFFF;
	height: 140px;
	position: relative;
}
#HeaderWrapper > .row1:before {
	background: #FFFFFF;
	content: "";
	height: 100%;
	left: -2000px;
	position: absolute;
	top: 0;
	width: 4000px;
	z-index: -1;
}
#HeaderWrapper > .row2 {
	height: 60px;
	position: relative;
}
#HeaderWrapper > .row2:before {
	content: "";
	height: 100%;
	left: -2000px;
	position: absolute;
	top: 0;
	width: 4000px;
	z-index: -1;
}

/* Logo */

#HeaderWrapper > .row1 > a {
	left: 20px;
	position: absolute;
	top: 27px;
	width: 210px;
	-webkit-transition: all 300ms ease-out;
	-moz-transition: all 300ms ease-out;
	-ms-transition: all 300ms ease-out;
	-o-transition: all 300ms ease-out;
	transition: all 300ms ease-out;
	z-index: 2;
}
#HeaderWrapper > .row1 > a > img {
	display: block;
	width: 100%;
}

/* Fixed Header */

#HeaderWrapper.fixed {
	background: #FFFFFF;
	height: 150px;
}
#HeaderWrapper.fixed > .row1 {
	height: 90px
}
#HeaderWrapper.fixed > .row1 > a {
	top: 5px;
}
#HeaderWrapper.fixed > .row2 {
	height: 60px
}

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

	#HeaderWrapper {
		height: 130px;
	}
	#HeaderWrapper > .row1 {
		height: 80px;
	}
	#HeaderWrapper > .row1 > a {
		top: 3px;
		width: 190px;
	}
	#HeaderWrapper > .row2 {
		height: 50px;
	}

}

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

	#HeaderWrapper > .row1 > a {
		top: 16px;
		width: 130px;
	}

}

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

	#HeaderWrapper > .row1 > a {
		top: 12px;
		width: 130px;
	}

}*/

/* Layout - Header - quickLinks */

#HeaderWrapper > .row1 > .quickLinks {
	position: absolute;
	right: 20px;
	top: 40px;
	-webkit-transition: all 300ms ease-out;
	-moz-transition: all 300ms ease-out;
	-ms-transition: all 300ms ease-out;
	-o-transition: all 300ms ease-out;
	transition: all 300ms ease-out;
}
#HeaderWrapper > .row1 > .quickLinks:after {
	clear: both;
	content: "";
	display: block;
}
#HeaderWrapper > .row1 > .quickLinks > li {
	float: left;
}

/* Badesee */

#HeaderWrapper > .row1 > .quickLinks > li > .lake {
	opacity: 1;
	padding: 0 30px 0 85px;
	position: relative;
}
#HeaderWrapper > .row1 > .quickLinks > li > .lake:before {
	color: #0096AE;
	content: "\E83D";
	font-family: "fontello";
	font-size: 37px;
	left: 0;
	position: absolute;
	top: 8px;
}
#HeaderWrapper > .row1 > .quickLinks > li > .lake:after {
	background: #333333;
	background: rgba(51, 51, 51, 0.2);
	bottom: -5px;
	content: "";
	position: absolute;
	right: 0;
	top: 8px;
	width: 1px;
}
#HeaderWrapper > .row1 > .quickLinks > li > .lake > .headline {
	color: #333333;
	display: block;
	font-weight: 400;
}
#HeaderWrapper > .row1 > .quickLinks > li > .lake > .temp {
	color: #0096AE;
	/*display: none;  im Winter wieder ausblenden */
	font-size: 50px;
	font-weight: 400;
	line-height: 0.6;
	padding: 0 0 0 27px;
	position: relative;
}
#HeaderWrapper > .row1 > .quickLinks > li > .lake > .temp:before {
	content: "\E83E";
	font-family: "fontello";
	font-size: 25px;
	left: 0;
	position: absolute;
	top: 21px;
}
#HeaderWrapper > .row1 > .quickLinks > li > .lake > .temp > span {
	font-size: 20px;
}

/* Wetter */

#HeaderWrapper > .row1 > .quickLinks > li > .weather {
	display: block;
	margin: 0 0 0 20px;
	padding: 0 0 0 90px;
	position: relative;
}
#HeaderWrapper > .row1 > .quickLinks > li > .weather:before {
	color: #EB5D40;
	font-family: "fontello";
	font-size: 60px;
	left: 0;
	position: absolute;
	top: -10px
}
#HeaderWrapper > .row1 > .quickLinks > li > .weather.iconA:before,
#HeaderWrapper > .row1 > .quickLinks > li > .weather.iconB:before {
	content: "\E840";
}
#HeaderWrapper > .row1 > .quickLinks > li > .weather.iconC:before,
#HeaderWrapper > .row1 > .quickLinks > li > .weather.iconD:before,
#HeaderWrapper > .row1 > .quickLinks > li > .weather.iconF:before {
	content: "\E845";
}
#HeaderWrapper > .row1 > .quickLinks > li > .weather.iconE:before,
#HeaderWrapper > .row1 > .quickLinks > li > .weather.iconK:before,
#HeaderWrapper > .row1 > .quickLinks > li > .weather.iconS:before,
#HeaderWrapper > .row1 > .quickLinks > li > .weather.iconT:before {
	content: "\E844";
}
#HeaderWrapper > .row1 > .quickLinks > li > .weather.iconG:before,
#HeaderWrapper > .row1 > .quickLinks > li > .weather.iconH:before,
#HeaderWrapper > .row1 > .quickLinks > li > .weather.iconI:before,
#HeaderWrapper > .row1 > .quickLinks > li > .weather.iconJ:before,
#HeaderWrapper > .row1 > .quickLinks > li > .weather.iconU:before {
	content: "\E846";
}
#HeaderWrapper > .row1 > .quickLinks > li > .weather.iconL:before,
#HeaderWrapper > .row1 > .quickLinks > li > .weather.iconM:before,
#HeaderWrapper > .row1 > .quickLinks > li > .weather.iconN:before,
#HeaderWrapper > .row1 > .quickLinks > li > .weather.iconO:before,
#HeaderWrapper > .row1 > .quickLinks > li > .weather.iconP:before,
#HeaderWrapper > .row1 > .quickLinks > li > .weather.iconQ:before,
#HeaderWrapper > .row1 > .quickLinks > li > .weather.iconR:before,
#HeaderWrapper > .row1 > .quickLinks > li > .weather.iconX:before {
	content: "\E847";
}
#HeaderWrapper > .row1 > .quickLinks > li > .weather.iconV:before,
#HeaderWrapper > .row1 > .quickLinks > li > .weather.iconW:before {
	content: "\E849";
}
#HeaderWrapper > .row1 > .quickLinks > li > .weather.iconY:before,
#HeaderWrapper > .row1 > .quickLinks > li > .weather.iconZ:before {
	content: "\E848";
}
#HeaderWrapper > .row1 > .quickLinks > li > .weather > div {
	display: inline-block;
}
#HeaderWrapper > .row1 > .quickLinks > li > .weather > .morning {
	padding: 0 20px 0 0;
}
#HeaderWrapper > .row1 > .quickLinks > li > .weather > div > .headline  {
	color: #333333;
	font-weight: 400;
}
#HeaderWrapper > .row1 > .quickLinks > li > .weather > div > .temp {
	color: #EB5D40;
	font-size: 50px;
	font-weight: 400;
	line-height: 0.6;
	padding: 0 0 0 27px;
	position: relative;
}
#HeaderWrapper > .row1 > .quickLinks > li > .weather > div > .temp:before {
	content: "\E83E";
	font-family: "fontello";
	font-size: 25px;
	left: 0;
	position: absolute;
	top: 10px;
}
#HeaderWrapper > .row1 > .quickLinks > li > .weather > div > .temp > span {
	font-size: 20px;
}
#HeaderWrapper > .row1 > .quickLinks > li > .weather > div > .temp > .sep {
	font-size: 40px;
	font-weight: 300;
}

/* HeaderWrapper fixed */

#HeaderWrapper.fixed > .row1 > .quickLinks {
	top: 10px;
}

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

	#HeaderWrapper > .row1 > .quickLinks {
		top: 10px;
	}

}

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

	#HeaderWrapper > .row1 > .quickLinks {
		top: 0;
	}
	#HeaderWrapper > .row1 > .quickLinks > li > .lake {
		display: none;
		height: 80px;
		overflow: hidden;
		padding-left: 60px;
		padding-right: 0;
		width: 60px;
	}
	#HeaderWrapper > .row1 > .quickLinks > li > .lake {
		top: 10px;
	}
	#HeaderWrapper > .row1 > .quickLinks > li > .lake:before {
		font-size: 30px;
	}
	#HeaderWrapper > .row1 > .quickLinks > li > .lake:after {
		display: none;
	}
	#HeaderWrapper > .row1 > .quickLinks > li > .weather {
		height: 80px;
		margin-left: 10px;
		overflow: hidden;
		padding-left: 60px;
		width: 60px;
	}
	#HeaderWrapper > .row1 > .quickLinks > li > .weather:before {
		font-size: 50px;
		left: auto;
		right: 0;
		top: 0;
	}

}

/* Layout - Header - Sprachauswahl */

#HeaderWrapper > .row2 > .lang {
	position: absolute;
	right: 20px;
}
#HeaderWrapper > .row2 > .lang > li {
	line-height: 60px;
}
#HeaderWrapper > .row2 > .lang > li.selected > a {
	display: none;
}
#HeaderWrapper > .row2 > .lang > li > a {
	background: #FFFFFF;
	background: rgba(255, 255, 255, 0.5);
	display: inline-block;
	line-height: 30px;
	text-align: center;
	text-transform: uppercase;
	width: 100px;
}

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

	#HeaderWrapper > .row2 > .lang {
		left: 20px;
		right: auto;
	}
	#HeaderWrapper > .row2 > .lang > li {
		line-height: 50px;
	}

}

/* Layout - Animation */

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

body.intro #GalleryWrapper {
	padding: 0;
}

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

	#GalleryWrapper {
		padding-top: 80px;
	}

}

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

	#GalleryWrapper {
		height: 320px;
	}
	#GalleryWrapper > .animation {
		height: 100% !important;
	}

}

/* Layout - Animation - Teaser */

#GalleryWrapper > .info {
	bottom: 70px;
	left: 0;
	margin: 0 auto;
	max-width: 1300px;
	position: relative;
	right: 0;
	z-index: 10;
}
#GalleryWrapper > .info > .teaser {
	background: #FFFFFF;
	background: rgba(255, 255, 255, 0.8);
	bottom: 0;
	min-height: 283px;
	left: 0;
	opacity: 0;
	padding: 39px 45px 75px;
	position: absolute;
	-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;
	width: 579px;
	z-index: 99999;
}
#GalleryWrapper > .info > .teaser.show {
	opacity: 1;
}
#GalleryWrapper > .info > .teaser > .title {
	cursor: pointer;
	display: block;
	font-weight: 600;
	line-height: 1.2;
}
#GalleryWrapper > .info > .teaser > .text {
	font-weight: 400;
	padding: 0 0 10px 0;
}
#GalleryWrapper > .info > .teaser > .button {
	background: #EB5D40;
	bottom: 45px;
	color: #FFFFFF;
	display: block;
	font-weight: 400;
	line-height: 30px;
	padding: 0 15px;
	position: absolute;
	text-align: center;
	text-transform: uppercase;
}

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

	#GalleryWrapper > .info > .teaser {
		left: 20px;
	}

}

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

	#GalleryWrapper > .info > .teaser {
		width: 300px
	}

}

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

	#GalleryWrapper > .info > .teaser {
		min-height: 125px;
		padding-bottom: 50px;
		padding-left: 20px;
		padding: right: 20px;
		padding-top: 20px;
		width: 270px;
	}
	#GalleryWrapper > .info > .teaser > .text {
		display: none;
	}
	#GalleryWrapper > .info > .teaser > .button {
		bottom: 20px;
	}

}

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

	#GalleryWrapper > .info {
		display: none;
	}

}

/* Layout - Animation - Bullets */

#GalleryWrapper > .info > .bullets {
	background: #000000;
	background: rgba(0, 0, 0, 0.4);
	bottom: 0;
	height: 200px;
	right: 0;
	padding: 38px 0 0 0;
	position: absolute;
	text-align: right;
	width: 252px;
	z-index: 99999;
}
#GalleryWrapper > .info > .bullets > li {
	display: block;
	color: #FFFFFF;
	cursor: pointer;
	font-size: 18px;
	font-weight: 500;
	padding: 4px 71px 4px 0;
	position: relative;
	text-transform: uppercase;
}
#GalleryWrapper > .info > .bullets > li:before {
	border: 1px solid #FFFFFF;
	border-radius: 50%;
	content: "";
	height: 12px;
	position: absolute;
	right: 30px;
	top: 11px;
	width: 12px;
}
#GalleryWrapper > .info > .bullets > li:hover,
#GalleryWrapper > .info > .bullets > li.selected {
	background: #0096AE;
}
#GalleryWrapper > .info > .bullets > li:hover:before,
#GalleryWrapper > .info > .bullets > li.selected:before {
	background: #FFFFFF;
}

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

	#GalleryWrapper > .info > .bullets {
		right: 20px;
	}

}

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

	#GalleryWrapper > .info > .bullets {
		width: 180px;
	}
	#GalleryWrapper > .info > .bullets > li {
		font-size: 15px;
		padding-right: 50px;
	}
	#GalleryWrapper > .info > .bullets > li:before {
		right: 20px;
		top: 9px;
	}

}

/* Layout - Content */

#ContentWrapper {
	overflow: hidden;
	position: relative;
	width: 100%;
	z-index: 2;
}
#ContentWrapper > section {
	margin: 0 auto;
	max-width: 1340px;
	padding: 0 20px;
	position: relative;
}

/* Layout - Footer */

#FooterWrapper {
	background: #0096AE;
	bottom: 0;
	color: #FFFFFF;
	min-height: 700px;
	position: absolute;
	width: 100%;
	z-index: 1;
}
#FooterWrapper > div {
	height: 100%;
	margin: 0 auto;
	max-width: 1340px;
	padding: 0 20px;
	position: relative;
}
#FooterWrapper > div:after {
	clear: both;
	content: "";
	display: block;
}
#FooterWrapper > div > .column1 {
	float: left;
	margin: 0 7.692307692307693% 0 0; /* 100 */
	padding: 77px 0 0 0;
	width: 21.692307692307693%; /* 282 */
}
#FooterWrapper > div > .column1 > p {
	display: block;
	padding: 0 0 27px 0;
}
#FooterWrapper > div > .column1 > p > .headline {
	color: #FFFFFF;
	display: block;
	font-size: 65px;
	font-style: italic;
	font-weight: 400;
}
#FooterWrapper > div > .column1 > p > .text {
	display: block;
	padding: 27px 0 0 0;
}
#FooterWrapper > div > .column1 > .phone {
	border: 1px solid rgba(255, 255, 255, 0.3);
	color: #FFFFFF;
	display: block;
	font-size: 30px;
	font-weight: 400;
	margin: 0 0 15px 0;
	padding: 1px 0 6px 76px;
	position: relative;
	width: 260px;
}
#FooterWrapper > div > .column1 > .phone:before {
	content: "\E835";
	font-family: "fontello";
	font-size: 30px;
	left: 30px;
	position: absolute;
	top: 0;
}
#FooterWrapper > div > .column1 > .mail {
	border: 1px solid rgba(255, 255, 255, 0.3);
	color: #FFFFFF;
	display: block;
	font-size: 25px;
	font-weight: 400;
	margin: 0 0 64px 0;
	padding: 9px 0 7px 81px;
	position: relative;
	width: 260px;
}
#FooterWrapper > div > .column1 > .mail:before {
	content: "\E851";
	font-family: "fontello";
	font-size: 20px;
	left: 30px;
	position: absolute;
	top: 12px;
}
#FooterWrapper > div > .column1 > .kam {
	bottom: 80px;
	left: 305px;
	position: absolute;
	width: 180px;
}
#FooterWrapper > div > .column1 > .kam > img {
	display: block;
	width: 100%;
}
#FooterWrapper > div > .column2 {
	float: left;
	width: 70.615384615384613%; /* 918 */
}
#FooterWrapper > div > .column2 > a {
	display: block;
	max-width: 918px;
}
#FooterWrapper > div > .column2 > a > img {
	display: block;
	width: 100%;
}

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

	#FooterWrapper {
		min-height: 200px;
	}
	#FooterWrapper > div {
		padding-bottom: 20px;
		padding-top: 20px;
	}
	#FooterWrapper > div > .column1 {
		float: none;
		margin: 0;
		padding: 0;
		text-align: center;
		width: 100%;
	}
	#FooterWrapper > div > .column1 > p {
		padding-bottom: 10px;
	}
	#FooterWrapper > div > .column1 > p > .headline {
		line-height: 1;
	}
	#FooterWrapper > div > .column1 > p > .text {
		padding-top: 10px;
	}
	#FooterWrapper > div > .column1 > .phone {
		margin: 0 auto 15px;
	}
	#FooterWrapper > div > .column1 > .mail {
		margin: 0 auto 15px;
	}
	#FooterWrapper > div > .column2 {
		display: none;
	}
	#FooterWrapper > div > .column1 > .kam {
		bottom: auto;
		left: auto;
		position: relative;
	}
	#FooterWrapper > div > .column1 > .kam > img {
		margin: 20px auto 0;
		width: 180px;
	}

}

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

	#FooterWrapper > div > .column1 > p > .headline {
		font-size: 45px;
	}
	#FooterWrapper > div > .column1 > .phone {
		font-size: 25px;
		padding-left: 30px;
	}
	#FooterWrapper > div > .column1 > .mail {
		font-size: 20px;
		padding-left: 35px;
	}

}

/* Layout - Footer - Socialmedia */

#FooterWrapper > div > .column1 > .socialmedia > p {
	font-size: 25px;
	font-weight: 400;
	margin: 0 0 8px 0;
	text-transform: uppercase;
}
#FooterWrapper > div > .column1 > .socialmedia:after {
	clear: both;
	content: "";
	display: block;
}
#FooterWrapper > div > .column1 > .socialmedia > a {
	background: #FFFFFF;
	border-radius: 50%;
	color: #0096AE;
	float: left;
	font-size: 26px;
	line-height: 45px;
	margin: 0 11px 0 0;
	text-align: center;
	-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;
	width: 45px;
}
#FooterWrapper > div > .column1 > .socialmedia > a:hover {
	box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.15);
	color: #EB5D40;
}
#FooterWrapper > div > .column1 > .socialmedia > .fb:before {
	content: "\E80C";
	font-family: "fontello";
}
#FooterWrapper > div > .column1 > .socialmedia > .yt:before {
	content: "\E83A";
	font-family: "fontello";
}
#FooterWrapper > div > .column1 > .socialmedia > .g:before {
	content: "\E80D";
	font-family: "fontello";
}
#FooterWrapper > div > .column1 > .socialmedia > .tw:before {
	content: "\E83F";
	font-family: "fontello";
}

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

	#FooterWrapper > div > .column1 > .socialmedia {
		display: inline-block;
	}
	#FooterWrapper > div > .column1 > .socialmedia > p {
		margin-bottom: 10px;
	}

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

.mobileTrigger {
	display: none;
}
nav.desktop {
	left: 20px;
	padding: 0 0 0 0;
	position: absolute;
	top: 0;
	-webkit-transition: all 300ms ease-out;
	-moz-transition: all 300ms ease-out;
	-ms-transition: all 300ms ease-out;
	-o-transition: all 300ms ease-out;
	transition: all 300ms ease-out;
	z-index: 1;
}
nav.desktop > ul:after {
	clear: both;
	content: "";
	display: block;
}
nav.desktop > ul > li {
	float: left;
	padding: 0 0 1px 0;
	position: relative;
}
nav.desktop > ul > li > a {
	display: block;
	font-weight: 400;
	line-height: 59px;
	padding: 0 20px;
	position: relative;
	text-transform: uppercase;
	-webkit-transition: all 300ms ease-in;
	-moz-transition: all 300ms ease-in;
	-ms-transition: all 300ms ease-in;
	-o-transition: all 300ms ease-in;
	transition: all 300ms ease-in;
}
nav.desktop > ul > li > a:before {
	background: #EB5D40;
	bottom: 5px;
	content: "";
	left: 0;
	position: absolute;
	top: 8px;
	-webkit-transition: all 300ms ease-in;
	-moz-transition: all 300ms ease-in;
	-ms-transition: all 300ms ease-in;
	-o-transition: all 300ms ease-in;
	transition: all 300ms ease-in;
	width: 1px;
}
nav.desktop > ul > li:hover + li > a:before {
	opacity: 0;
}
nav.desktop > ul > li:hover > a,
nav.desktop > ul > li > a.selected {
	background: #EB5D40;
	color: #FFFFFF;
}
nav.desktop > ul > li:hover > ul {
	box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.15) inset;
	height: auto;
	padding: 30px 0;
	opacity: 1;
	overflow: visible;
	top: 60px;
}
nav.desktop > ul > li > ul {
	background: #FFFFFF;
	height: 0;
	left: 0;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	top: 60px;
	-webkit-transition: opacity 500ms ease-in-out, top 200ms ease-out;
	-moz-transition: opacity 500ms ease-in-out, top 200ms ease-out;
	-ms-transition: opacity 500ms ease-in-out, top 200ms ease-out;
	-o-transition: opacity 500ms ease-in-out, top 200ms ease-out;
	transition: opacity 500ms ease-in-out, top 200ms ease-out;
}
nav.desktop > ul > li.last > ul {
	left: auto;
	right: 0;
}
nav.desktop > ul > li.singleColumn > ul > li > a {
	display: block;
	font-weight: normal;
	line-height: 40px;
	margin: 0 0 1px 0;
	padding: 0 30px;
	-webkit-transition: background 300ms ease-in, color 300ms ease-in;
	-moz-transition: background 300ms ease-in, color 300ms ease-in;
	-ms-transition: background 300ms ease-in, color 300ms ease-in;
	-o-transition: background 300ms ease-in, color 300ms ease-in;
	transition: background 300ms ease-in, color 300ms ease-in;
	white-space: nowrap;
}
nav.desktop > ul > li.singleColumn > ul > li > a:hover,
nav.desktop > ul > li.singleColumn > ul > li > a.selected {
	background: #333333;
	background: rgba(51, 51, 51, 0.15);
	color: #EB5D40;
}

/* MultiColumns */

nav.desktop > ul > li.multiColumns {
	position: static;
}
nav.desktop > ul > li.multiColumns > ul {
	padding-left: 20px;
	padding-right: 20px;
	width: 100%;
}
nav.desktop > ul > li.multiColumns > ul > li {
	float: left;
	margin: 0 2% 20px 0;
	width: 32%;
}
nav.desktop > ul > li.multiColumns > ul > li:nth-child(3n) {
	margin-right: 0;
}
nav.desktop > ul > li.multiColumns > ul > li:nth-child(3n) + li {
	clear: left;
}
nav.desktop > ul > li.multiColumns > ul > li > a {
	display: block;
	padding: 3px 0;
}
nav.desktop > ul > li.multiColumns > ul > li > a:hover,
nav.desktop > ul > li.multiColumns > ul > li > a.selected {
	
}
nav.desktop > ul > li.multiColumns > ul > li > ul > li > a {
	display: block;
	font-weight: normal;
	padding: 3px 0;
}
nav.desktop > ul > li.multiColumns > ul > li > ul > li > a:hover,
nav.desktop > ul > li.multiColumns > ul > li > ul > li > a.selected {
	
}

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

	nav.desktop > ul > li > a {
		padding-left: 10px;
		padding-right: 10px;
	}

}

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

	nav.desktop > ul > li > a {
		padding-left: 20px;
		padding-right: 20px;
	}

}*/

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

	nav.desktop > ul > li > a {
		font-size: 16px;
	}

}

/* Menü - Hauptmenü Mobile */

.mobileTrigger.show:before {
	color: #0096AE;
	content: "\E819";
	display: block;
	float: left;
	font-family: "fontello";
	font-size: 40px;
	margin: 0 5px 0 0;
}
.mobileTrigger.show {
	cursor: pointer;
	display: block;
	line-height: 50px;
	padding: 0 20px 0 20px;
	position: absolute;
	right: 0;
}
nav.mobile {
	position: absolute;
	right: 0;
	top: 49px;
	width: 100%;
	z-index: 99999;
}
nav.mobile > ul {
	background: #FFFFFF;
	height: 0;
	opacity: 0;
	overflow: hidden;
	width: 100%;
	-webkit-transition: all 300ms ease-in;
	-moz-transition: all 300ms ease-in;
	-ms-transition: all 300ms ease-in;
	-o-transition: all 300ms ease-in;
	transition: all 300ms ease-in;
}
nav.mobile > ul.open {
	border-top: 1px solid #0096AE;
	height: auto;
	opacity: 1;
	overflow: visible;
	padding: 20px 0 20px 0;
}
nav.mobile > ul > li > ul {
	display: none;
}
nav.mobile > ul > li > ul.open {
	display: block;
}
nav.mobile > ul > li > ul > li > ul {
	display: none;
}
nav.mobile > ul > li > ul > li > ul.open {
	display: block;
}

/* 1. Ebene */

nav.mobile > ul > li > a {
	display: block;
	padding: 10px 20px;
	-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;
}
nav.mobile > ul > li > a:hover,
nav.mobile > ul > li > a.selected {
	background: #0096AE;
	color: #FFFFFF;
}

/* 2. Ebene */

nav.mobile > ul > li > ul > li > a {
	display: block;
	font-size: 17px;
	padding: 6px 40px;
}
nav.mobile > ul > li > ul > li > a:hover,
nav.mobile > ul > li > ul > li > a.selected {
	
}

/* 3. Ebene */

nav.mobile > ul > li > ul > li > ul > li > a {
	display: block;
	padding: 6px 60px;
}
nav.mobile > ul > li > ul > li > ul > li > a:hover,
nav.mobile > ul > li > ul > li > ul > li > a.selected {
	
}

/* Menü - Metamenü */

ul.metamenu {
	display: block;
	padding: 60px 0 20px 0;
}
ul.metamenu:after {
	clear: both;
	content: "";
	display: block;
}
ul.metamenu > li {
	float: left;
}
ul.metamenu > li > a {
	color: #FFFFFF;
	display: block;
	font-size: 18px;
	padding: 0 4px;
	text-transform: uppercase;
	-webkit-transition: color 300ms ease-in;
	-moz-transition: color 300ms ease-in;
	-ms-transition: color 300ms ease-in;
	-o-transition: color 300ms ease-in;
	transition: color 300ms ease-in;
}
ul.metamenu > li > a:hover,
ul.metamenu > li > a.selected {

}

@media all and (max-width: 1150px){

	ul.metamenu {
		padding-top: 20px;
		text-align: center;
	}
	ul.metamenu > li {
		float: none;
	}

}

/* Elemente - Überschriften */

h1 {
	color: #EB5D40;
	font-size: 55px;
	font-style: italic;
	font-weight: 400;
	line-height: 1;
	margin-top: 80px !important;
	text-align: center;
}
h2 {
	color: #EB5D40;
	font-size: 55px;
	font-style: italic;
	font-weight: 400;
	line-height: 1;
	text-align: center;
}
h3 {
	color: #EB5D40;
	font-size: 20px;
	font-weight: 500;
}

/* Folgeüberschriften */

h1.cms + h2.cms {
	color: #0096AE;
	font-size: 25px;
	font-style: normal;
	margin-top: -31px;
}
h2.cms + h3.cms {
	color: #0096AE;
	font-size: 25px;
	font-weight: 400;
	margin-top: -31px;
	text-align: center;
}

@media all and (max-width: 500px){

	h1 {
		font-size: 45px;
	}
	h2 {
		font-size: 45px;
	}

}

@media all and (max-width: 350px){

	h1 {
		font-size: 35px;
	}
	h1.cms + h2.cms {
		font-size: 20px;
	}
	h2 {
		font-size: 35px;
	}
	h2.cms + h3.cms {
		font-size: 20px;
	}

}

/* Elemente - Textinhalt */

.cmsText > p > strong {
	font-weight: 500;
}

/* Elemente - Aufzählung */

.cmsList > h2 {
	margin: 0 0 20px 0;
}
.cmsList > ul > li:before {
	color: #EB5D40;
	content: '\E842';
	font-family: 'fontello';
	font-size: 19px;
	left: 30px;
	position: absolute;
}
.cmsList > ul > li {
	font-weight: 400;
	margin: 10px 0;
	padding: 0 0 0 82px;
	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.combi {
	background: #0096AE;
	color: #FFFFFF;
	padding: 40px 0;
}
.cmsImage:after {
	clear: both;
	content: "";
	display: block;
}
.cmsImage > .left {
	float: left;
	margin: 0 50px 10px 0;
	max-width: 50%;
}
.cmsImage > .right {
	float: right;
	margin: 0 0 10px 50px;
	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 2.692307692307693% 30px 0; /* 0 35 30 0 */
	position: relative;
	width: 31.53846153846154%; /* 410 */
}
.cmsGallery > li:nth-child(3n) {
	margin-right: 0;
}
.cmsGallery > li:nth-child(3n) + li {
	clear: left;
}
.cmsGallery > li > figure {
	overflow: hidden;
	position: relative;
}
.cmsGallery > li > figure > a {
	display: block;
}
.cmsGallery > li > figure > a:after { /* Overlay */
	background: rgba(0, 0, 0, 0.6);
	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:before {
	background: #0096AE;
	bottom: 0;
	color: #FFFFFF;
	content: "\E841";
	font-family: "fontello";
	font-size: 30px;
	line-height: 60px;
	position: absolute;
	right: 0;
	text-align: center;
	width: 60px;
	z-index: 10;
}
.cmsGallery > li:nth-child(2n) > figure > a:before {
	background: #EB5D40;
}
.cmsGallery > li > figure > a > img {
	display: block;
	width: 100%;
}
.cmsGallery > li > figure > figcaption {
	color: #ffffff;
	cursor: pointer;
	font-size: 23px;
	left: 50%;
	line-height: 1.5;
	margin: 0 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:hover > figure > a > img {
	-webkit-transition: all 150ms ease;
	-moz-transition: all 150ms ease;
	-ms-transition: all 150ms ease;
	-o-transition: all 150ms ease;
	transition: all 150ms ease 100ms;
}
.fancybox-wrap .fancydownload:before {
	content: '\e801';
	font-family: 'fontello';
	font-size: 18px;
	font-weight: normal;
	margin: 0 10px 0 0;
}
.fancybox-wrap .fancydownload {
	background: none repeat scroll 0 0 #000000;
	border-radius: 4px;
	color: #ffffff;
	cursor: pointer;
	font-size: 14px;
	padding: 5px;
	position: relative;
	text-align: center;
	text-transform: uppercase;
	z-index: 1;
}

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

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

}

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

.cmsSingleTeaser + * {
	margin-top: -20px;
}
.cmsSingleTeaser:after {
	clear: both;
	content: "";
	display: block;
}
.cmsSingleTeaser > h2 {
	margin: 0 0 20px 0;
}
.cmsSingleTeaser > article {
	cursor: pointer;
	float: left;
	margin: 0 0 3.636363636363636% 0; /* 0 40 40 0 */
	position: relative;
	width: 100%
}
.cmsSingleTeaser > article:nth-of-type(3n) {
	margin-right: 0;
}
.cmsSingleTeaser > article:nth-of-type(3n) + article {
	clear: left;
}
.cmsSingleTeaser > article > h2 {
	display: none;
}
.cmsSingleTeaser > article > figure:after {
	clear: both;
	content: "";
	display: block;
}
.cmsSingleTeaser > article > figure > a {
	float: left;
	margin: 0 35px 0 0;
	width: 31.53846153846154%; /* 410 */
}
.cmsSingleTeaser > article > figure > a > img {
	display: block;
	width: 100%;
}
.cmsSingleTeaser > article > figure > figcaption {
	background: #0096AE;
	background: rgba(0, 150, 174, 0.2);
	padding: 30px 20px;
	min-height: 257px;
}
.cmsSingleTeaser > article > figure > figcaption > a {
	color: #EB5D40;
	font-size: 25px;
	font-style: italic;
	line-height: 1.2;
}
.cmsSingleTeaser > article > figure > figcaption > p {
	padding: 10px 0 0 0;
}
.cmsSingleTeaser > article > figure > figcaption > p > span {
	display: block;
}
.cmsSingleTeaser > article > figure > figcaption > p > .date {
	font-weight: 400;
	padding: 0 0 5px 0;
}
.cmsSingleTeaser > article > figure > figcaption > p > .text {
	padding: 0 0 35px 0;
}
.cmsSingleTeaser > article > figure > figcaption > p > .text > a {
	bottom: 30px;
	color: #EB5D40;
	display: block;
	position: absolute;
	right: 50px;
	text-align: center;
	text-transform: uppercase;
	-webkit-transition: color 300ms ease-in;
	-moz-transition: color 300ms ease-in;
	-ms-transition: color 300ms ease-in;
	-o-transition: color 300ms ease-in;
	transition: color 300ms ease-in;
}
.cmsSingleTeaser > article > figure > figcaption > p > .text > a:hover {
	color: #0096AE;
}
.cmsSingleTeaser > article.hasPrice > figure > figcaption > p > .addition {
	font-size: 15px;
	position: absolute;
	right: 20px;
	top: 10px;
}
.cmsSingleTeaser > article.hasPrice > figure > figcaption > p > .addition > span {
	font-size: 17px;
}
.cmsSingleTeaser > article.hasPrice > figure > figcaption > p > .addition > span > .Price {
	font-size: 20px;
	font-weight: 500;
}

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

	.cmsSingleTeaser > article > figure > a {
		float: none;
		margin: 0;
		width: 100%;
	}
	.cmsSingleTeaser > article > figure > figcaption {
		min-height: auto;
		padding-top: 20px;
	}

}

/* Element - Gruppenteaser */

.cmsTeaser + * {
	margin-top: -20px;
}
.cmsTeaser:after {
	clear: both;
	content: "";
	display: block;
}
.cmsTeaser > h2 {
	margin: 0 0 20px 0;
}
.cmsTeaser > article {
	cursor: pointer;
	float: left;
	margin: 0 2.692307692307693% 30px 0; /* 0 35 30 0 */
	position: relative;
	width: 31.53846153846154%; /* 410 */
}
.cmsTeaser > article:nth-of-type(3n) {
	margin-right: 0;
}
.cmsTeaser > article:nth-of-type(3n) + article {
	clear: left;
}
.cmsTeaser > article > h2 {
	display: none;
}
.cmsTeaser > article > figure > a {
	display: block;
	position: relative;
	width: 100%;
}
.cmsTeaser > article > figure > a:before {
	color: #EB5D40;
	content: "\E808";
	font-family: "fontello";
	font-size: 30px;
	left: 0;
	margin: -20px 0 0;
	opacity: 0;
	position: absolute;
	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;
	z-index: 2;
}
.cmsTeaser > article:hover > figure > a:before {
	left: 50%;
	opacity: 1;
}
.cmsTeaser > article > figure > a:after {
	background: rgba(0, 0, 0, 0.4);
	content: "";
	height: 100%;
	left: 0;
	opacity: 0;
	position: absolute;
	top: 0;
	-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;
	width: 100%;
	z-index: 1;
}
.cmsTeaser > article:hover > figure > a:after {
	opacity: 1;
}
.cmsTeaser > article > figure > a > img {
	display: block;
	width: 100%;
}
.cmsTeaser > article > figure > figcaption {
	background: #0096AE;
	background: rgba(0, 150, 174, 0.2);
	padding: 30px 40px 45px;
}
.cmsTeaser > article > figure > figcaption > a {
	color:#EB5D40;
	display: block;
	font-size: 25px;
	font-style: italic;
	line-height: 1.2;
	text-align: center;
}
.cmsTeaser > article > figure > figcaption > p {
	padding: 10px 0 0 0;
}
.cmsTeaser > article > figure > figcaption > p > span {
	display: block;
}
.cmsTeaser > article > figure > figcaption > p > .date {
	font-weight: 400;
}
.cmsTeaser > article > figure > figcaption > p > .text {
	padding: 0 0 10px 0;
}
.cmsTeaser > article.hasPrice > figure > figcaption > p > .addition {
	border-top: 1px solid #0096AE;
	bottom: 0;
	font-size: 15px;
	left: 0;
	line-height: 35px;
	position: absolute;
	right: 0;
	text-align: center;
}
.cmsTeaser > article.hasPrice > figure > figcaption > p > .addition > span {
	font-size: 17px;
}
.cmsTeaser > article.hasPrice > figure > figcaption > p > .addition > span > .Price {
	font-size: 20px;
	font-weight: 500;
}

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

	.cmsTeaser > article {
		margin: 0 4% 4% 0;
		width: 48%;
	}
	.cmsTeaser > article:nth-of-type(3n) {
		margin-right: 4%;
	}
	.cmsTeaser > article:nth-of-type(3n) + li {
		clear: none;
	}
	.cmsTeaser > article:nth-of-type(2n) {
		margin-right: 0;
	}
	.cmsTeaser > article:nth-of-type(2n) + li {
		clear: left;
	}

}

@media all and (max-width: 500px){
	
	.cmsTeaser + * {
		margin-top: auto;
	}
	.cmsTeaser > article {
		clear: both !important;
		float: none !important;
		margin: 0 0 20px 0 !important;
		width: 100% !important;
	}
	.cmsTeaser > article > figure > figcaption {
		padding-bottom: 30px;
		padding-left: 20px;
		padding-right: 20px;
		padding-top: 20px;
	}

}

/* Elemente - Tabelle */

.cmsTable {
	overflow: auto;
}
.cmsTable > h3 {
	margin: 0 0 10px 0;
}
.cmsTable > table {
	width: 100%;
}
.cmsTable > table > tbody > tr.headline {
	background: #0096AE;
	background: rgba(0, 150, 174, 0.08);
	border-bottom: 1px solid #0096AE;
}
.cmsTable > table > tbody > tr {
	background: #FFFFFF;
}
.cmsTable > table > tbody > tr > td {
	line-height: 40px;
	padding: 0 10px;
	white-space: nowrap;
}
.cmsTable > p {
	font-size: smaller;
	padding: 5px 10px 0 10px;
}

/* Elemente - Verlinkungen */

/* Links (intern & extern) */

.cmsLink > a:before {
	color: #EB5D40;
	content: '\E842';
	font-family: 'fontello';
	font-size: 15px;
	font-weight: normal;
	left: 0;
	position: absolute;
	top: 4px;
}
.cmsLink > a {
	display: inline-block;
	padding: 0 0 0 40px;
	position: relative;
}

/* Verweisliste */

.cmsRefs > h3 {
	margin: 0 0 20px 0;
}
.cmsRefs > ul > li > a:before {
	color: #EB5D40;
	content: '\E842';
	font-family: 'fontello';
	font-size: 15px;
	font-weight: normal;
	left: 0;
	position: absolute;
	top: 4px;
}
.cmsRefs > ul > li > a {
	display: inline-block;
	padding: 0 0 0 40px;
	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: #F2F2F2;
	padding: 10px;
}
.cmsDrop > h3:before {
	content: '\E807';
	font-family: 'fontello';
	font-weight: normal;
	left: 0;
	position: absolute;
}
.cmsDrop > h3 {
	cursor: pointer;
	display: inline-block;
	padding: 0 0 0 40px;
	position: relative;
}
.cmsDrop > h3.contentHide:before {
	content: '\E805';
}
.cmsDrop > h3.contentHide + div {
	display: none;
}
.cmsDrop > h3 + div {
	overflow: hidden;
	padding: 0 20px;
}

/* Elemente - HTML */

/* Elemente - Youtube */

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

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

.cmsDownload + .cmsDownload {
	margin-top: -20px;
}
.cmsDownload {
	position: relative;
}
.cmsDownload > a {
	display: inline-block;
	font-weight: normal;
	padding: 0 0 0 65px;
}
.cmsDownload > a:hover {
	color: #E57D26;
}
.cmsDownload > a:before {
	background: #e57d26 none repeat scroll 0 0;
	color: #ffffff;
	content: "FILE";
	display: block;
	font-size: small;
	font-weight: bold;
	height: 27px;
	left: 0;
	line-height: 27px;
	position: absolute;
	text-align: center;
	top: 1px;
	width: 50px;
}
.cmsExcel > a:hover {
	color: #4CB86D;
}
.cmsExcel > a:before {
	background: #4CB86D;
	content: "XLS";
}
.cmsPDF > a:hover {
	color: #E84C3D;
}
.cmsPDF > a:before {
	background: #E84C3D;
	content: "PDF";
}
.cmsWord > a:hover {
	color: #3896D3;
}
.cmsWord > a:before {
	background: #3896D3;
	content: "DOC";
}

/* Elemente - Formular */

.cmsForm > h2 {
	margin: 0 0 40px 0;
}
.cmsForm > .row {
	margin: 20px 0;
	padding: 0 40px 0 0;
	position: relative;
}
.cmsForm > .row:after {
	clear: both;
	content: "";
	display: block;
}
.cmsForm > .row.validation:before {
	color: #0096AE;
	content: '\E823';
	font-family: 'fontello';
	line-height: 44px;
	position: absolute;
	right: 0;
	top: 0;
}
.cmsForm > .row > label {
	display: block;
	float: left;
	font-weight: 400;
	line-height: 44px;
	padding: 0 10px 0 0;
	width: 30%;
}
.cmsForm > .row > .field {
	background: #FFFFFF;
	height: 44px;
	outline: medium none;
	padding: 0 10px;
	width: 70%;
}
.cmsForm > .row > .field:focus {
	border: 1px solid #93C8FF;
	box-shadow: 0 0 4px #1983F0;
}
.cmsForm > .row > textarea.field {
	height: 100px;
	line-height: 1.3;
	padding-top: 10px;
	padding-bottom: 10px;
}
.cmsForm > .row > select.field {
	padding: 7px 10px 7px 7px;
}
.cmsForm > .row > input[type='file'].field {
	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: #0096AE;
	border-left: 1px solid #cfcfcf;
	cursor: pointer;
	display: inline-block;
	font-size: 18px;
	height: 42px;
	line-height: 42px;
	margin: 0 0 0 -36px;
	padding: 0 7px 0 9px;
	position: absolute;
	top: 1px;
}
.cmsForm > .row > .calicon:before {
	color: #FFFFFF;
	content: "\E843";
	font-family: "fontello";
}
.cmsForm > .row > .spm {
	background: none repeat scroll 0 0 #FFFFFF;
	border: 1px solid #CFCFCF;
	float: left;
	padding: 15px;
	position: relative;
	width: 70%;
}
.cmsForm > .row > .spm:after {
	content: '\e826';
	font-family: 'fontello';
	font-size: 20px;
	left: 146px;
	position: absolute;
	top: 13px;
}
.cmsForm > .row > .spm > img {
	border: 1px solid #cfcfcf;
	float: left;
}
.cmsForm > .row > .spm > img + input {
	float: left;
	height: 32px;
	margin: 0 0 0 30px;
	padding: 0 8px;
	text-align: center;
	width: 90px;
}
.cmsForm > .row > .spm > p {
	clear: both;
	padding: 8px 0 0 0;
}
.cmsForm > .button {
	margin: 20px 40px 20px 0;
	position: relative;
	text-align: right;
}
.cmsForm > .button > input { /* Sende-Button */
	background: #0096AE;
	border: 0;
	color: #FFFFFF;
	cursor: pointer;
	line-height: 45px;
	padding: 0 50px 0 50px;
	font-weight: bold;
	text-transform: uppercase;
	-webkit-transition: background 300ms ease-in;
	-moz-transition: background 300ms ease-in;
	-ms-transition: background 300ms ease-in;
	-o-transition: background 300ms ease-in;
	transition: background 300ms ease-in;
}
.cmsForm > .button > input:hover {
	background: #007D91;
}
.cmsForm > .msg {
	line-height: 1.3;
	margin: 0 40px 10px 0;
	padding: 4px 10px;
}
.cmsForm .error {
	background: #FFFFFF;
	border: 1px solid #FFA3A3 !important;
	box-shadow: 0 0 3px #FF0000;
}

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

}

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

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

}

/* 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: 30%;
}
.micCal.micCalInline > div:nth-of-type(3n+2) {
	margin-left: 4%;
	margin-right: 4%;
}
.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: rgba(0, 0, 0, 0.08);
	font-size: 50px;
	font-weight: normal;
	line-height: 1;
	position: absolute;
}
.micCal > .prev:after {
	content: "\E806";
	font-family: "fontello";
}
.micCal > .next {
	color: rgba(0, 0, 0, 0.08);
	font-size: 50px;
	font-weight: normal;
	line-height: 1;
	position: absolute;
}
.micCal > .next:after {
	content: "\E808";
	font-family: "fontello";
}
.micCal > a:hover {
	text-decoration: none;
}
.micCal > ul.legend {
	clear: both;
	text-align: center;
}
.micCal > ul.legend > li {
	display: inline-block;
	margin: 0 10px; 
}
.micCal > ul.legend > li:first-child {
	margin-left: 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: 400;
}

@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 {
		margin-bottom: 20px;
	}
	.micCal.micCalInline.calBasic > div {
		width: 100%;
	}
		
}

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

	.micCal > ul.legend > li {
		margin-left: 1px;
		margin-right: 1px;
	}

}

/* Micado Ext. - Kalender 1.0 - Template "calBasic" */

.micCal.calBasic {
	padding: 0 30px;
}
.micCal.calBasic > div {
	background: #FFFFFF;
	padding: 0;
}
.micCal.calBasic > div > .header {
	border-bottom: 1px solid rgba(235, 93, 64, 0.5);
	color: #0096AE;
	font-weight: 400;
	margin: 0;
	padding: 0.429em 0.714em; /* 6 10 */
}
.micCal.calBasic > div > .daysH {
}
.micCal.calBasic > div > .daysH > div {
	color: #888888;
	font-size: 0.886em; /* 11 */
	padding: 0.545em 0 0.364em 0; /* 6 0 4 0 */
}
.micCal.calBasic > div > .days {
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-top: none;
	border-right: none;
}
.micCal.calBasic > div > .days > div {
	border-right: 1px solid rgba(0, 0, 0, 0.1);
	border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.micCal.calBasic > div > .days > div.today {
	font-weight: bold;
}
.micCal.calBasic > div > .days > div:hover,
.micCal.calBasic > div > .days > div.selected {
/*	background: #F2F2F2;
	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: -15px;
	margin: -25px 0 0 0;
	top: 50%;
}
.micCal.calBasic > .next {
	margin: -25px 0 0 0;
	right: -15px;
	top: 50%;
}
.micCal.calBasic > ul.legend {
	padding: 20px 0;
}
.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 */
}

/* SkigebieteManager 2.0 - Wetter */

.sgmWeather {
	font-size: smaller;
	position: relative;
}
.sgmWeather > h3 {
	clear: both;
	margin-top: 30px;
}
.sgmWeather > div {
	float: left;
	margin: 0 2% 20px 0;
	padding: 10px;
	position: relative;
	text-align: center;
	width: 32%;
}
.sgmWeather > div.last {
	margin-right: 0;
}
.sgmWeather > div + p {
	clear: both;
	content: "";
	display: block;
}
.sgmWeather > div > div.icon {
	color: #EB5D40;
	float: left;
	font-family: "fontello";
	font-size: 60px;
	height: 80px;
	margin: 0 15px 15px 0;
	width: 100%;
}
.sgmWeather > div > div.iconA:before,
.sgmWeather > div > div.iconB:before {
	content: "\E840";
}
.sgmWeather > div > div.iconC:before,
.sgmWeather > div > div.iconD:before,
.sgmWeather > div > div.iconF:before {
	content: "\E845";
}
.sgmWeather > div > div.iconE:before,
.sgmWeather > div > div.iconK:before,
.sgmWeather > div > div.iconS:before,
.sgmWeather > div > div.iconT:before {
	content: "\E844";
}
.sgmWeather > div > div.iconG:before,
.sgmWeather > div > div.iconH:before,
.sgmWeather > div > div.iconI:before,
.sgmWeather > div > div.iconJ:before,
.sgmWeather > div > div.iconU:before {
	content: "\E846";
}
.sgmWeather > div > div.iconL:before,
.sgmWeather > div > div.iconM:before,
.sgmWeather > div > div.iconN:before,
.sgmWeather > div > div.iconO:before,
.sgmWeather > div > div.iconP:before,
.sgmWeather > div > div.iconQ:before,
.sgmWeather > div > div.iconR:before,
.sgmWeather > div > div.iconX:before {
	content: "\E847";
}
.sgmWeather > div > div.iconV:before,
.sgmWeather > div > div.iconW:before {
	content: "\E849";
}
.sgmWeather > div > div.iconY:before,
.sgmWeather > div > div.iconZ:before {
	content: "\E848";
}
.sgmWeather > div > p.title {
	color: #333333 !important;
	margin: 0 0 5px;
	text-transform: uppercase;
}
.sgmWeather > div > p.title,
.sgmWeather > div > p.temp > span {
	color: #0096AE;
	font-weight: 500;
}
.sgmWeather > div > p.text {
	clear: both;
	margin-bottom: 0;
}
.sgmWeather > p {
	margin: 0 0 20px;
}

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

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

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

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

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


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


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

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


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

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

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

/* RTL support */
.ui-datepicker-rtl {
	direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
	right: 2px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
	left: 2px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
	right: 1px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
	left: 1px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
	clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
	float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
	float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
	border-right-width: 0;
	border-left-width: 1px;
}

/* jQuery UI Kalender */

.ui-datepicker {
	background: #FFFFFF;
	box-shadow: 0 0 4px -2px #2D3E42;
	margin: 1px 0;
	overflow: hidden;
	padding: 10px !important;
}
.ui-datepicker-header {
	font-weight: bold;
	padding: 6px 0 !important;
}
.ui-datepicker-header .ui-datepicker-prev,
.ui-datepicker-header .ui-datepicker-next {
	color: #333333;
	cursor: pointer;
	font-family: 'fontello';
	font-size: 14px;
	font-weight: normal;
	height: auto !important;
	line-height: 1;
	right: 3px !important;
	top: 16px !important;
	width: auto !important;
}
.ui-datepicker-title {
	color: #EB5D40;
	font-size: 20px;
	font-style: italic;
}
.ui-state-disabled.ui-datepicker-prev,
.ui-state-disabled.ui-datepicker-next {
	opacity: 0.5;
}
.ui-datepicker-header .ui-datepicker-next:before {
	content: '\E808';
}
.ui-datepicker-header .ui-datepicker-prev:before {
	content: '\E806';
}
.ui-datepicker-header .ui-datepicker-prev {
	left: 3px !important;
	right: auto !important;
	text-align: right;
}
.ui-datepicker-prev span,
.ui-datepicker-next span {
	left: -1000px !important;
}
.ui-datepicker table {
	font-size: 14px;
}
.ui-datepicker th {
	color: #82888A;
	font-size: 14px;
	font-weight: normal;
}
.ui-datepicker td {
	border: 1px solid #E4E7E7;
	height: 35px;
	line-height: 35px;
	padding: 0;
	width: 45px;
}
.ui-datepicker td span,
.ui-datepicker td a {
	color: #535353;
	font-weight: normal;
	padding: 0;
	text-align: center;
	-webkit-transition: all 300ms ease-in;
	-moz-transition: all 300ms ease-in;
	-ms-transition: all 300ms ease-in;
	-o-transition: all 300ms ease-in;
	transition: all 300ms ease-in;
}
.ui-datepicker-unselectable > *,
.ui-state-disabled > * {
	opacity: 0.4;
}
.ui-datepicker td a.ui-state-active,
.ui-datepicker .ui-state-highlight,
.ui-datepicker td a:hover,
.ui-datepicker-days-cell-over > a {
	background: #0096AE !important;
	color: #FFFFFF !important;
	font-weight: bold !important;
}
.ui-datepicker-today > a.ui-state-default {
	background: #FFFFFF !important;
	color: #0096AE !important;
}

/*! fancyBox v2.1.4 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

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

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

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

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

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

.fancybox-inner {
	overflow: hidden;
}

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

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

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

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

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

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

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

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

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

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

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

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

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

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

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

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

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

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

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

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

/* Overlay helper */

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

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

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

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

/* Title helper */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Text mit TextWrapper */

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

/* Text ohne TextWrapper */

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

/* Navigation - Pfeile */

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

/* Navigation - Bullets */

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

.micAnimation > ul > .slide > .textBox {
	display: table;
	line-height: 1;
	text-align: left;
}
.micAnimation > ul > .slide > .textBox > .text0 {
	color: #FFFFFF;
	font-size: 65px;
	font-style: italic;
	font-weight: 400;
}
.micAnimation > ul > .slide > .textBox > .text1 {
	color: #FFFFFF;
	font-size: 25px;
	font-weight: 300;
}

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

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

}