/*! normalize.css v3.0.2 | MIT License | git.io/normalize */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */

[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/* Basis */

html, body {
	height: 100%;
}
body {
	color: #66605D;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 18px;
	font-weight: 300;
	line-height: 1.5;
	-webkit-tap-highlight-color: transparent;
}
.PageWrapper {
	background: #FFFFFF;
	overflow: hidden;
	position: relative;
	z-index: 2;
	-webkit-transition: all 600ms ease;
	-moz-transition: all 600ms ease;
	-ms-transition: all 600ms ease;
	-o-transition: all 600ms ease;
	transition: all 600ms ease;
}
body.showMobileMenu > .PageWrapper {
	height: 100%;
	overflow: hidden;
}
a {
	color: #66605D;
	font-weight: 700;
	text-decoration: none;
	-webkit-transition: color 500ms ease;
	-moz-transition: color 500ms ease;
	-ms-transition: color 500ms ease;
	-o-transition: color 500ms ease;
	transition: color 500ms ease;
}
a:hover {
	color: #00869A;
}
b, strong {
	font-weight: bold;
}
ol, ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
p, figure {
	margin: 0;
}
iframe {
	border: 0;
}
textarea, input, select {
	border-radius: 0;
	-webkit-appearance: none;
}
*, *: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: 1420px;
}
.wmClear:after {
	clear: both;
	content: "";
	display: block;
}
.noMargin + .noMargin {
	margin-top: 0;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {

	select,
	textarea,
	input,
	input:focus,
	input:hover {
		font-size: 16px !important;
	}
	
}

/* Variablen */

:root {

	/* Template */
		
	--mw-margin-top: 65px;
	--mw-margin-bottom: 65px;
	--mw-padding-left: 20px;
	--mw-padding-right: 20px;
	--mw-max-width: 1380px;
	--mw-max-width2: 940px;
		
	/* Colors */
	
	--mw-color-primary: #66605D;
	--mw-color-secondary: #A8B745;
	--mw-color-error: #A8B745;
	--mw-color-success: #4CAF50;
	--mw-color-lightgray: #EFEFEE;
	--mw-color-gray: #EFEFEE;
	--mw-color-middlegray: #E8E7E7;
	--mw-color-darkgray: #66605D;

	--mw-color-primary-opacity-highest: rgba(124, 157, 168, 0.1);
	--mw-color-primary-opacity-high: rgba(124, 157, 168, 0.2);
	--mw-color-primary-opacity-medium: rgba(124, 157, 168, 0.3);
	--mw-color-primary-opacity-low: rgba(124, 157, 168, 0.8);
		
	--mw-color-secondary-opacity-highest: rgba(172, 194, 126, 0.1);
	--mw-color-secondary-opacity-high: rgba(172, 194, 126, 0.2);
	--mw-color-secondary-opacity-medium: rgba(172, 194, 126, 0.3);
	--mw-color-secondary-opacity-low: rgba(172, 194, 126, 0.8);
		
	/* specified Colors */
	
	--mw-color-body: #66605D;
	--mw-color-body-background: #FFFFFF;

	--mw-color-link: #A8B745;
	--mw-color-link-hover: #00869A;

	--mw-color-button: #FFFFFF;
	--mw-color-button-hover: #FFFFFF;
	--mw-color-button-background: #A8B745;
	--mw-color-button-background-hover: #00869A;

	--mw-color-headline: #66605D;
	--mw-color-headline2: #66605D;
	--mw-color-headline3: #66605D;
	--mw-color-headline-element: #A8B745;

	--mw-color-menu-background: #FFFFFF;
	--mw-color-menu-background-fixed: #FFFFFF;
	--mw-color-menu-background-mobile: #7DB5A4;
	--mw-color-menu-selected-mobile: #c0ecdf;
	--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: "Roboto Condensed", sans-serif;
	--mw-font-secondary: "Roboto Condensed", sans-serif;
	
	--mw-font-primary-weight-thin: 100;
	--mw-font-primary-weight-extra-light: 200;
	--mw-font-primary-weight-light: 300;
	--mw-font-primary-weight-normal: 400;
	--mw-font-primary-weight-medium: 500;
	--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: "Roboto Condensed", sans-serif;
	--mw-font-body-lineheight: 1.250;
	--mw-font-body-size: 18px;
	--mw-font-body-weight: 300;
	
	--mw-font-link-weight: 700;

	--mw-font-button-size: 16px;
	--mw-font-button-weight: 700;

	--mw-font-headline: "Roboto Condensed", sans-serif;
	--mw-font-headline-lineheight: 1.2;
	--mw-font-headline-size: 40px;
	--mw-font-headline-weight: 400;
	
	--mw-font-headline2: "Roboto Condensed", sans-serif;
	--mw-font-headline2-lineheight: 1.2;
	--mw-font-headline2-size: 34px;
	--mw-font-headline2-weight: 400;
	
	--mw-font-headline3: "Roboto Condensed", sans-serif;
	--mw-font-headline3-lineheight: 1.250;
	--mw-font-headline3-size: 18px;
	--mw-font-headline3-weight: 400;

	--mw-font-headline-element: "Roboto Condensed", sans-serif;
	--mw-font-headline-element-lineheight: 1.250;
	--mw-font-headline-element-size: 24px;
	--mw-font-headline-element-weight: 400;
	
}

@font-face {
	font-family: 'Roboto Condensed';
	font-style: normal;
	font-weight: 300;
	src: url('/fonts/roboto-condensed-v13-latin-300.eot'); 
	src: local('Roboto Condensed Light'),
		 local('RobotoCondensed-Light'),
		 url('/fonts/roboto-condensed-v13-latin-300.eot?#iefix') format('embedded-opentype'),
		 url('/fonts/roboto-condensed-v13-latin-300.woff2') format('woff2'),
		 url('/fonts/roboto-condensed-v13-latin-300.woff') format('woff'),
		 url('/fonts/roboto-condensed-v13-latin-300.ttf') format('truetype'),
		 url('/fonts/roboto-condensed-v13-latin-300.svg#RobotoCondensed') format('svg');
}

@font-face {
	font-family: 'Roboto Condensed';
	font-style: normal;
	font-weight: 400;
	src: url('/fonts/roboto-condensed-v13-latin-regular.eot'); 
	src: local('Roboto Condensed'),
		 local('RobotoCondensed-Regular'),
		 url('/fonts/roboto-condensed-v13-latin-regular.eot?#iefix') format('embedded-opentype'),
		 url('/fonts/roboto-condensed-v13-latin-regular.woff2') format('woff2'),
		 url('/fonts/roboto-condensed-v13-latin-regular.woff') format('woff'),
		 url('/fonts/roboto-condensed-v13-latin-regular.ttf') format('truetype'),
		 url('/fonts/roboto-condensed-v13-latin-regular.svg#RobotoCondensed') format('svg');
}

@font-face {
	font-family: 'Roboto Condensed';
	font-style: normal;
	font-weight: 700;
	src: url('/fonts/roboto-condensed-v13-latin-700.eot');
	src: local('Roboto Condensed Bold'),
		 local('RobotoCondensed-Bold'),
		 url('/fonts/roboto-condensed-v13-latin-700.eot?#iefix') format('embedded-opentype'),
		 url('/fonts/roboto-condensed-v13-latin-700.woff2') format('woff2'),
		 url('/fonts/roboto-condensed-v13-latin-700.woff') format('woff'),
		 url('/fonts/roboto-condensed-v13-latin-700.ttf') format('truetype'),
		 url('/fonts/roboto-condensed-v13-latin-700.svg#RobotoCondensed') format('svg');
}

/* Webfonts */

@font-face {
	font-family: 'webmanager';
	src: url('/fonts/webmanager-v01.eot');
	src: url('/fonts/webmanager-v01.eot#iefix') format('embedded-opentype'),
		url('/fonts/webmanager-v01.woff2') format('woff2'),
		url('/fonts/webmanager-v01.woff') format('woff'),
		url('/fonts/webmanager-v01.ttf') format('truetype'),
		url('/fonts/webmanager-v01.svg#webmanager') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* Webfonts - WebBox */

@font-face {
	font-family: 'webbox';
	src: url('/fonts/webbox.eot');
	src: url('/fonts/webbox.eot#iefix') format('embedded-opentype'),
		url('/fonts/webbox.woff2') format('woff2'),
		url('/fonts/webbox.woff') format('woff'),
		url('/fonts/webbox.ttf') format('truetype'),
		url('/fonts/webbox.svg#webbox') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* Header */

.HeaderWrapper {
	background: #FFFFFF;
	box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.1); 
	height: 120px;
	left: 0;
	position: fixed;
	top: 0;
	transition: background 300ms ease;
	width: 100%;
	z-index: 4;
}
.HeaderWrapper > div.row {
	display: block;
	height: 100%;
}
.HeaderWrapper > div.row > a.logo {
	left: 65px;
	position: absolute;
	top: 23px;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
	z-index: 5;
}
body.showMenu .HeaderWrapper > div.row > a.logo {
	opacity: 0;
	z-index: 4;
}
.HeaderWrapper > div.row > a.logo > img {
	display: block;
	width: 211px;
}

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

	.HeaderWrapper > div.row > a.logo {
		left: 20px;
	}

}

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

	.HeaderWrapper {
		position: absolute;
	}

}

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

	.HeaderWrapper {
		height: 100px;
	}
	.HeaderWrapper > div.row > a.logo > img {
		width: 150px;
	}

}

/* Header - Sprachauswahl */

.HeaderWrapper ul.lang {
	position: absolute;
	right: 20px;
	top: 40px;
}
.HeaderWrapper ul.lang > li {
	display: block;
}
.HeaderWrapper ul.lang > li.selected > a {
	background: #A8B745;
	color: #FFFFFF;
}
.HeaderWrapper ul.lang > li > a {
	background: #FFFFFF;
	color: #66605D;
	border: 1px solid #A8B745;
	display: block;
	font-size: 18px;
	font-weight: 700;
	height: 24px;
	line-height: 23px;
	padding: 0 0 0;
	text-align: center;
	text-transform: uppercase;
	-webkit-transition: background 500ms ease, color 500ms ease;
	-moz-transition: background 500ms ease, color 500ms ease;
	-ms-transition: background 500ms ease, color 500ms ease;
	-o-transition: background 500ms ease, color 500ms ease;
	transition: background 500ms ease, color 500ms ease;
	width: 35px;
}
.HeaderWrapper ul.lang > li > a:hover {
	background: #A8B745;
	color: #FFFFFF;
}


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

	.HeaderWrapper ul.lang {
		top: 25px;
	}

}

/* Layout - Animation */

.GalleryWrapper {
	overflow: hidden;
	padding: 120px 0 0;
	position: relative;
	width: 100%;
	z-index: 2;
}
.noanimation .GalleryWrapper {
	display: none;
}
.GalleryWrapper > .animation {
	height: 700px;
}

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

	.GalleryWrapper {
		padding-top: 100px;
	}

}

/* Content */

.ContentWrapper {
	background: #FFFFFF;
	padding: 60px 0 0;
	position: relative;
	z-index: 3;
}
.noanimation .ContentWrapper,
.booking .ContentWrapper {
	padding-top: 120px;
}
.noanimation .ContentWrapper .wmWrapper > div:first-child {
	margin-top: 30px;
}

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


}

/* Content - Quicklinks */

.booking .wmQuicklinks {
	display: none;
}
.wmQuicklinks > .link {
	cursor: pointer;
	display: block;
	float: left;
	height: 460px;
	position: relative;
	-webkit-transition: background 500ms ease;
	-moz-transition: background 500ms ease;
	-ms-transition: background 500ms ease;
	-o-transition: background 500ms ease;
	transition: background 500ms ease;
	width: 33.333333333333336%; /* 460 */
}

/* Links */

.wmQuicklinks > .linkLeft {
	background: #00869A;
}
.wmQuicklinks > .linkLeft:hover {
	background: #007B8A;
}
.wmQuicklinks > .linkLeft > span {
	bottom: 53px;
	color: #FFFFFF;
	font-size: 42px;
	font-weight: 400;
	left: 45px;
	line-height: 0.95;
	padding: 0 0 0 70px;
	position: absolute;
	right: 45px;
	text-align: right;
	text-transform: uppercase;
}
.wmQuicklinks > .linkLeft > span > span {
	display: block;
	font-size: 62px;
	font-weight: 700;
}

/* Rechts */

.wmQuicklinks > .linkRight {
	background: #A8B745;
}
.wmQuicklinks > .linkRight:hover {
	background: #9CA83F;
}
.wmQuicklinks > .linkRight > span {
	bottom: 53px;
	color: #FFFFFF;
	font-size: 42px;
	font-weight: 400;
	left: 45px;
	line-height: 0.95;
	position: absolute;
	right: 45px;
	text-align: right;
	text-transform: uppercase;
}
.wmQuicklinks > .linkRight > span > span {
	display: block;
	font-size: 62px;
	font-weight: 700;
}

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

	.wmQuicklinks > .linkLeft > span {
		font-size: 35px;
	}
	.wmQuicklinks > .linkLeft > span > span {
		font-size: 50px;
	}
	.wmQuicklinks > .linkRight > span {
		font-size: 35px;
	}
	.wmQuicklinks > .linkRight > span > span {
		font-size: 50px;
	}

}

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

	.wmQuicklinks > .link {
		height: 360px;
	}
	
	/* Quicklinks - links */
	
	.wmQuicklinks > .linkLeft > span {
		left: 20px;
		right: 20px;
	}
		
	/* Quicklinks - rechts */
		
	.wmQuicklinks > .linkRight > span {
		left: 20px;
		right: 20px;
	}

}

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

	/* Quicklinks - links */

	.wmQuicklinks > .linkLeft {
		width: 50%;
	}

}

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

	/* Quicklinks - links */
		
	.wmQuicklinks > .linkLeft > span {
		padding-left: 0;
	}

}

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

	/* Quicklinks - links */

	.wmQuicklinks > .linkLeft {
		float: none;
		height: 120px;
		width: 100%;
	}
	.wmQuicklinks > .linkLeft > span {
		bottom: 30px;
		font-size: 25px;
	}
	.wmQuicklinks > .linkLeft > span > span {
		font-size: 35px;
	}

	/* Quicklinks - rechts */

	.wmQuicklinks > .linkRight {
		height: 120px !important;
	}
	.wmQuicklinks > .linkRight > span {
		bottom: 30px;
		font-size: 25px;
	}
	.wmQuicklinks > .linkRight > span > span {
		font-size: 35px;
	}

}

/* Content - Quickbucher */

.wmQuicklinks > .quickBooking {
	background: #E8E7E7;
	display: block;
	float: left;
	height: 460px;
	padding: 53px 45px 60px;
	position: relative;
	-webkit-transition: background 500ms ease;
	-moz-transition: background 500ms ease;
	-ms-transition: background 500ms ease;
	-o-transition: background 500ms ease;
	transition: background 500ms ease;
	width: 33.333333333333336%; /* 460 */
}
.wmQuicklinks > .quickBooking > p {
	color: #00869A;
	font-size: 42px;
	font-weight: 400;
	line-height: 0.95;
	text-transform: uppercase;
}
.wmQuicklinks > .quickBooking > p > span {
	display: block;
	font-size: 62px;
	font-weight: 700;
}
.wmQuicklinks > .quickBooking > .row {
	bottom: 45px;
	display: block;
	left: 45px;
	position: absolute;
	right: 45px;
}
.wmQuicklinks > .quickBooking > .row > div {
	display: block;
	width: 100%;
}
.wmQuicklinks > .quickBooking > .row > div > div {
	display: block;
	position: relative;
	width: 100%;
}
.wmQuicklinks > .quickBooking > .row > div > div > input.field {
	color: #66605D;
	cursor: pointer;
	border: none;
	height: 50px;
	font-size: 24px;
	font-weight: 400;
	padding: 0 20px 0 65px;
	width: 100%;
}
.wmQuicklinks > .quickBooking > .row > div > div.arrival {
	margin-bottom: 5px;
}
.wmQuicklinks > .quickBooking > .row > div > div > .calicon {
	font-size: 13px;
	left: 20px;
	line-height: 50px;
	position: absolute;
	top: 0;
}
.wmQuicklinks > .quickBooking > .row > div > div > .calicon:before {
	color: #A8B745;
	content: "\E845";
	font-family: "webmanager";
}
.wmQuicklinks > .quickBooking > .row > button {
	background: #A8B745;
	border: none;
	color: #FFFFFF;
	display: block;
	font-size: 20px;
	height: 105px;
	line-height: 105px;
	position: absolute;
	right: 0;
	text-align: center;
	top: 0;
	-webkit-transition: background 500ms ease;
	-moz-transition: background 500ms ease;
	-ms-transition: background 500ms ease;
	-o-transition: background 500ms ease;
	transition: background 500ms ease;
	width: 55px;
}
.wmQuicklinks > .quickBooking > .row > button:before {
	content: "\E844";
	font-family: "webmanager";
}
.wmQuicklinks > .quickBooking > .row > button:hover {
	background: #00869A;
}
.wmQuicklinks > .quickBooking > .row > a {
    background: #A8B745;
    border: medium none;
    color: #FFFFFF;
    display: block;
    font-size: 32px;
    font-weight: 700;
    line-height: 70px;
    text-align: center;
    text-transform: uppercase;
    transition: background 500ms ease 0s;
    width: 100%;
}
.wmQuicklinks > .quickBooking > .row > a:hover {
	background: #00869A;
}

@media all and (max-width: 1380px){
		
	.wmQuicklinks > .quickBooking > p {
		font-size: 35px;
	}
	.wmQuicklinks > .quickBooking > p > span {
		font-size: 50px;
	}

}

@media all and (max-width: 1130px){
	
	.wmQuicklinks > .quickBooking {
		height: 360px;
		padding-left: 20px;
		padding-right: 20px;
	}
	.wmQuicklinks > .quickBooking > .row {
		bottom: 20px;
		left: 20px;
		right: 20px;
	}

}

@media all and (max-width: 1000px){
	
	.wmQuicklinks > .quickBooking {
		width: 50%;
	}
	.wmQuicklinks > .linkRight {
		clear: both;
		float: none;
		height: 250px;
		width: 100%;
	}

}

@media all and (max-width: 700px){
		
	.wmQuicklinks > .quickBooking > .row > div > div > input.field {
		font-size: 20px;
		padding-left: 50px;
	}

}

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

	.wmQuicklinks > .quickBooking {
		float: none;
		height: 252px;
		padding-bottom: 22px;
		padding-top: 20px;
		width: 100%;
	}
	.wmQuicklinks > .quickBooking > p {
		font-size: 25px;
	}
	.wmQuicklinks > .quickBooking > p > span {
		font-size: 35px;
	}

}

/* Footer */

.FooterWrapper {
	padding: 0 0 0;
	position: relative;
	z-index: 1;
}
.FooterWrapper > div {
	display: block;
	height: 100%;
}

/* Kontaktfeld */

.FooterWrapper .contact {
	display: block;
	float: left;
	padding: 55px 45px 59px;
	position: relative;
	width: 33.333333333333336%; /* 460 */
}
.FooterWrapper .contact > p.title {
	color: #00869A;
	display: block;
	font-size: 42px;
	font-weight: 400;
	line-height: 1;
	margin-bottom: 86px;
	text-transform: uppercase;
}
.FooterWrapper .contact > p.title > span {
	display: block;
	font-size: 62px;
	font-weight: 700;
}
.FooterWrapper .contact > a.blog {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	margin: 17px 0 0;
}
.FooterWrapper .contact > a.blog svg {
	width: 95px;
}
.FooterWrapper .contact > a:not(.insta):not(.blog) {
	display: table;
	font-size: 22px;
	font-weight: 300;
	margin: 0 0 2px;
	padding: 7px 0 6px 60px;
	position: relative;
	-webkit-transition: color 500ms ease;
	-moz-transition: color 500ms ease;
	-ms-transition: color 500ms ease;
	-o-transition: color 500ms ease;
	transition: color 500ms ease;
}
.FooterWrapper .contact > a.phone:hover {
	color: #A8B745;
}
.FooterWrapper .contact > a > span {
	font-weight: 700;
}
.FooterWrapper .contact > a:not(.insta):not(.blog):before {
	color: #FFFFFF;
	display: block;
	font-family: "webmanager";
	font-size: 14px;
	height: 45px;
	left: 0;
	line-height: 45px;
	margin: -22.5px 0 0;
	position: absolute;
	text-align: center;
	top: 50%;
	width: 45px;
}
.FooterWrapper .contact > a.mail:before {
	background: #00869A;
	content: "\E848";
}
.FooterWrapper .contact > a.phone:before {
	background: #A8B745;
	content: "\E84B";
	font-size: 22px;
}
.FooterWrapper .contact > p.location {
	display: block;
	font-size: 22px;
	font-weight: 300;
	margin-bottom: 20px;
	padding: 7px 0 6px 60px;
	position: relative;
}
.FooterWrapper .contact > p.location > span {
	font-weight: 700;
}
.FooterWrapper .contact > p.location:before {
	background: #66605D;
	color: #FFFFFF;
	content: "\E849";
	display: block;
	font-family: "webmanager";
	font-size: 18px;
	height: 45px;
	left: 0;
	line-height: 45px;
	position: absolute;
	text-align: center;
	top: 0;
	width: 45px;
}
.FooterWrapper .contact > a.insta:before {
	content: "\E81A";
	font-family: "webmanager";
	font-size: 22px;
	font-weight: normal;
}
.FooterWrapper .contact > a.insta span {
	margin-left: 7px;
}


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

	.FooterWrapper .contact {
		width: 50%;
	}

}

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

	.FooterWrapper .contact {
		float: none;
		padding: 20px 0 20px;
		width: 100%;
	}
	.FooterWrapper .contact > p.title {
		font-size: 35px;
		margin-bottom: 35px;
	}
	.FooterWrapper .contact > p.title > span {
		font-size: 45px;
	}

}

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

	.FooterWrapper .contact > a {
		font-size: 18px;
		padding-bottom: 9px;
		padding-top: 9px;
	}
	.FooterWrapper .contact > p.location {
		font-size: 18px;
	}
	.FooterWrapper .contact > a.blog {
		margin-top: 9px;
	}
	.FooterWrapper .contact > a.blog svg {
		width: 85px;
	}

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

	.FooterWrapper .contact > a.blog {
		margin-top: 10px;
	}
	.FooterWrapper .contact > a.blog svg {
		width: 70px;
	}

}

/* Footer - Map */

.FooterWrapper .map {
	display: block;
	height: 100%;
	position: absolute;
	right: 20px;
	top: 0;
	width: 64.788732394366193%; /* 920 */
}
.FooterWrapper .map > div {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

/* Map Icon */

.FooterWrapper .map > div .map-icon-label {
	background: url("/img/map/map-icon.png") scroll no-repeat left top;
	background-size: 72.5px 89.5px;
	height: 89.5px;
	position: absolute;
	width: 72.5px;
}
.FooterWrapper .map > div .map-icon-label:before {
	background: #00869A;
	border-radius: 50%;
	content: "";
	height: 55px;
	left: -14px;
	opacity: 0.2;
	position: absolute;
	top: 50px;
	width: 100px;
	z-index: -1;
}
.FooterWrapper .map > div .map-icon-label > .icon {
	color: #00869A;
	font-family: "Roboto Condensed", sans-serif;
	font-size: 26px;
	font-weight: 400;
	left: 78px;
	line-height: 1;
	position: absolute;
	text-transform: uppercase;
	top: 13px;
	width: 200px;
}
.FooterWrapper .map > div .map-icon-label > .icon > p > span {
	display: block;
	font-size: 36px;
	font-weight: 700;
}

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

	.FooterWrapper .map {
		width: 50%;
	}

}

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

	.FooterWrapper .map {
		display: none;
		height: 400px;
		position: relative;
		right: auto;
		top: auto;
		width: 100%;
	}

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

/* Menü - Trigger */

.menuTrigger:before {
	bottom: 4px;
	color: #A8B745;
	content: "\E84A";
	font-family: "webmanager";
	font-size: 45px;
	position: absolute;
	right: 0;
}
.menuTrigger {
	color: #66605D;
	cursor: pointer;
	display: block;
	font-size: 22px;
	font-weight: 700;
	height: 50px;
	line-height: 1;
	padding: 0 37px 0 0;
	position: absolute;
	right: 80px;
	text-transform: uppercase;
	top: 41px;
	-webkit-transition: color 500ms ease, opacity 500ms ease;
	-moz-transition: color 500ms ease, opacity 500ms ease;
	-ms-transition: color 500ms ease, opacity 500ms ease;
	-o-transition: color 500ms ease, opacity 500ms ease;
	transition: color 500ms ease, opacity 500ms ease;
	z-index: 5;
}
body.showMenu .menuTrigger {
	opacity: 0;
	z-index: 4;
}
.menuTrigger > span {
	display: block;
	padding: 28px 0 0;
	-webkit-transition: color 500ms ease;
	-moz-transition: color 500ms ease;
	-ms-transition: color 500ms ease;
	-o-transition: color 500ms ease;
	transition: color 500ms ease;
}
.menuTrigger:hover {
	color: #A8B745;
}

/* Menüleiste */

.mainmenu {
	background: #FFFFFF;
	box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.1); 
	display: block;
	left: 0;
	max-height: 0;
	position: absolute;
	opacity: 0;
	overflow: hidden;
	right: 0;
	top: 0;
	-webkit-transition: all 500ms ease-in-out;
	-moz-transition: all 500ms ease-in-out;
	-ms-transition: all 500ms ease-in-out;
	-o-transition: all 500ms ease-in-out;
	transition: all 500ms ease-in-out;
	z-index: 5;
}
body.showMenu .mainmenu {
	max-height: 480px;
	opacity: 1;
}
.mainmenu .wrapper {
	padding-bottom: 160px;
	padding-top: 167px;
}

/* Trigger Close */

.mainmenu .wrapper .triggerClose:before {
	content: "\E846";
	font-family: "webmanager";
	font-size: 25px;
}
.mainmenu .wrapper .triggerClose {
	color: #66605D;
	cursor: pointer;
	display: block;
	font-weight: 700;
	height: 28px;
	line-height: 1;
	opacity: 1;
	position: absolute;
	right: 20px;
	text-transform: uppercase;
	top: 62px;
	-webkit-transition: color 500ms ease, opacity 500ms ease;
	-moz-transition: color 500ms ease, opacity 500ms ease;
	-ms-transition: color 500ms ease, opacity 500ms ease;
	-o-transition: color 500ms ease, opacity 500ms ease;
	transition: color 500ms ease, opacity 500ms ease;
	width: 27px;
	z-index: 5;
}
body.showMenu .mainmenu .wrapper .triggerClose {
	z-index: 5;
}
.mainmenu .wrapper .triggerClose:hover {
	color: #A8B745;
}

.mainmenu > a.logo {
	display: block;
	left: 25px;
	opacity: 0;
	position: absolute;
	top: 175px;
	-webkit-transition: all 800ms ease;
	-moz-transition: all 800ms ease;
	-ms-transition: all 800ms ease;
	-o-transition: all 800ms ease;
	transition: all 800ms ease;
	z-index: -1;
}
.mainmenu > a.logo > img {
	display: block;
	width: 301px;
}
body.showMenu .mainmenu > a.logo {
	opacity: 1;
	z-index: 1;
}

/* Menü - Logo */

.mainmenu .wrapper > a.logo {
	display: block;
	left: 25px;
	opacity: 1;
	position: absolute;
	top: 175px;
	-webkit-transition: all 800ms ease;
	-moz-transition: all 800ms ease;
	-ms-transition: all 800ms ease;
	-o-transition: all 800ms ease;
	transition: all 800ms ease;
}
.mainmenu .wrapper > a.logo > img {
	display: block;
	width: 301px;
}
body.showMenu .mainmenu > a.logo {
	opacity: 1;
	z-index: 1;
}

/* Menü */

nav.desktop {
	display: block;
	padding: 0 0 0 33.333333333333336%; /* 460 */
	position: relative;
	/* margin: 47px 0 0; */
}
body.showMenu nav.desktop {
}
nav.desktop > ul > li {
	display: block;
	float: left;
	margin: 0 5.113636363636363% 0 0; /* 45 */
	padding: 0 0 0 0;
	position: relative;
	width: 47.159090909090907%; /* 415 */
}
nav.desktop > ul > li > a {
	color: #00869A;
	display: inline-block;
	font-size: 24px;
	line-height: 1.2;
	margin: 0 0 5px 20px;
	padding: 3px 20px 3px 14px;
	position: relative;
	text-transform: uppercase;
	-webkit-transition: color 500ms ease;
	-moz-transition: color 500ms ease;
	-ms-transition: color 500ms ease;
	-o-transition: color 500ms ease;
	transition: color 500ms ease;
}
nav.desktop > ul > li:nth-child(2n) {
	margin-right: 0;
}
nav.desktop > ul > li > a:before {
	background: #A8B745;
	bottom: 5px;
	content: "";
	left: 0;
	opacity: 0;
	position: absolute;
	top: 4px;
	-webkit-transition: opacity 500ms ease;
	-moz-transition: opacity 500ms ease;
	-ms-transition: opacity 500ms ease;
	-o-transition: opacity 500ms ease;
	transition: opacity 500ms ease;
	width: 3px;
}
nav.desktop > ul > li > a:hover,
nav.desktop > ul > li > a.selected {
	color: #A8B745;
}
nav.desktop > ul > li > a:hover:before,
nav.desktop > ul > li > a.selected:before {
	opacity: 1;
}
nav.desktop > ul > li > ul {
	background: #f2f2f2;
	height: 0;
	left: 0;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	text-align: left;
	top: 88px;
}
nav.desktop > ul > li.active > ul, /* micado menu.js */
.nojs nav.desktop > ul > li:hover > ul { /* nojs fallback */
	height: auto;
	padding: 20px 40px;
	opacity: 1;
	overflow: visible;
}

/* Single */

nav.desktop > ul > li.single > ul > li > a {
	color: #293540;
	display: block;
	padding: 6px 0;
	white-space: nowrap;
}
nav.desktop > ul > li.single > ul > li > a:hover,
nav.desktop > ul > li.single > ul > li > a.selected {
	color: #1d77ba;
}

/* Multi */

nav.desktop > ul > li.multi {
	position: static;
}
nav.desktop > ul > li.multi > ul {
	width: 100%;
}
nav.desktop > ul > li.multi > ul > li {
	float: left;
	margin: 0 2% 2% 0;
	position: relative;
	width: 32%;
}
nav.desktop > ul > li.multi > ul > li:nth-child(3n){
	margin-right: 0;
}
nav.desktop > ul > li.multi > ul > li > a {
	color: #293540;
	display: block;
	margin: 0 0 10px 0;
	padding: 4px 0;
}
nav.desktop > ul > li.multi > ul > li:hover > a,
nav.desktop > ul > li.mutli > ul > li > a.selected {
	color: #1d77ba;
}
nav.desktop > ul > li.multi > ul > li > ul > li > a {
	color: #293540;
	display: block;
	padding: 4px 0;
}
nav.desktop > ul > li.multi > ul > li > ul > li > a:hover,
nav.desktop > ul > li.mutli > ul > li > ul > li > a.selected {
	color: #1d77ba;
}

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

	nav.desktop {
		padding-left: 40%;
	}

}

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

	.mainmenu .wrapper {
		padding-bottom: 100px;
	}
	.mainmenu .wrapper a.logo {
		top: 20px;
	}
	nav.desktop {
		margin-top: 25px;
		padding-left: 0;
		width: 100%;
	}
	nav.desktop > ul {
		padding-left: 25px;
	}
	nav.desktop > ul > li {
		margin: 0;
		padding: 0 20px 0 0;
		width: 50%;
	}
	nav.desktop > ul > li > a {
		font-size: 18px;
		margin-left: 0;
	}
	nav.desktop > ul > li > a:before {
		bottom: 5px;
		top: 4px;
	}

}

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

	nav.desktop > ul {
		padding-left: 5px;
	}

}

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

	.mainmenu .wrapper {
		padding-bottom: 50px;
		padding-top: 125px;
	}
	.menuTrigger {
		top: 26px;
	}
	.menuTrigger > span {
		display: none;
	}
	.mainmenu .wrapper .triggerClose {
		top: 26px;
	}
	.mainmenu .wrapper a.logo {
		left: 50%;
		margin-left: -90px;
		top: 45px;
	}
	.mainmenu .wrapper a.logo > img {
		width: 180px
	}
	nav.desktop {
		margin-top: 15px;
	}
	nav.desktop > ul {
		padding-left: 0;
	}
	nav.desktop > ul > li {
		float: none;
		padding-right: 0;
		width: 100%;
	}
	nav.desktop > ul > li > a {
		display: block;
		line-height: 25px;
		padding-left: 0;
		padding-right: 0;
		text-align: center;
	}
	nav.desktop > ul > li > a:before {
		display: none;
	}

}

/* Menü - Metamenü */

.metamenu {
	border-top: 2px solid rgba(102, 96, 93, 0.2);
	display: block;
	margin-top: 23px;
	width: 100%;
}
.metamenu > li {
	float: left;
	margin: 5px 0 5px 0;
	padding: 10px 15px 0 0;
	width: 60%;
}
.metamenu > li:nth-child(2n) {
	padding-right: 0;
	text-align: right;
	width: 40%;
}
.metamenu > li > a {
	display: block;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.2;
	text-transform: uppercase;
	-webkit-transition: color 500ms ease;
	-moz-transition: color 500ms ease;
	-ms-transition: color 500ms ease;
	-o-transition: color 500ms ease;
	transition: color 500ms ease;
}

/* Startseite */

/* Header */

body.intro .HeaderWrapper {
	display: none;
	position: absolute;
}
body.intro.showMenu .HeaderWrapper {
	display: block;
}

/* Content */

body.intro .ContentWrapper {
	padding-top: 0;
}
body.intro.noanimation .ContentWrapper .wmWrapper > div:first-child {
	margin-top: 0;
}

/* Content - Header */

body.intro .ContentWrapper .header > div {
	float: left;
	height: 460px;
	position: relative;
	width: 33.333333333333336%; /* 460 */
}

/* Content - Header - Logo */

body.intro .ContentWrapper .header > .logo > a.logo {
	display: block;
	left: 45px;
	margin: -69px 0 0;
	position: absolute;
	top: 50%;
	width: 321px;
}
body.intro .ContentWrapper .header > .logo > a.logo img {
	display: block;
	width: 100%;
}

/* Content - Header- Telefon */

body.intro .ContentWrapper .header > .info {
	background: #00869A;
}
body.intro .ContentWrapper .header > .info > .phone {
	bottom: 52px;
	left: 45px;
	padding-left: 22%;
	position: absolute;
	right: 45px;
	text-align: right;
}
body.intro .ContentWrapper .header > .info > .phone:before {
	bottom: 10px;
	color: #FFFFFF;
	color: rgba(255, 255, 255, 0.2);
	content: "\E84C";
	font-family: "webmanager";
	font-size: 170px;
	line-height: 1;
	left: 0;
	position: absolute;
}
body.intro .ContentWrapper .header > .info > .phone > p {
	color: #FFFFFF;
	display: block;
	font-size: 22px;
	font-weight: 300;
	line-height: 1.1;
	margin: 0 0 25px;
}
body.intro .ContentWrapper .header > .info > .phone > a {
	color: #FFFFFF;
	display: block;
	font-size: 42px;
	font-weight: 400;
	line-height: 1;
}
body.intro .ContentWrapper .header > .info > .phone > a > span {
	display: block;
	font-size: 62px;
	font-weight: 700;
}

/* Content - Header - Menü */

body.intro .ContentWrapper .menu {
	padding: 57px 45px 0;
}
body.intro .ContentWrapper .menu > .text {
	color: #00869A;
	font-size: 42px;
	font-weight: 400px;
	line-height: 0.95;
	text-transform: uppercase;
}
body.intro .ContentWrapper .menu > .text > span {
	display: block;
	font-size: 62px;
	font-weight: 700;
}
body.intro .ContentWrapper .menu > .menuTrigger:before {
	color: #66605D;
	bottom: 4px;
	content: "\E84A";
	font-family: "webmanager";
	font-size: 45px;
	position: absolute;
	right: 0;
	-webkit-transition: color 500ms ease;
	-moz-transition: color 500ms ease;
	-ms-transition: color 500ms ease;
	-o-transition: color 500ms ease;
	transition: color 500ms ease;
}
body.intro .ContentWrapper .menu > .menuTrigger:hover:before {
	color: #A8B745;
}
body.intro .ContentWrapper .menu > .menuTrigger {
	bottom: 57px;
	right: 0;
	top: auto;
}

/* Content - Header - Sprachauswahl */

body.intro .ContentWrapper .header ul.lang {
	position: absolute;
	right: 0;
	top: 61px;
}
body.intro .ContentWrapper .header ul.lang > li {
	display: block;
}
body.intro .ContentWrapper .header ul.lang > li.selected > a {
	background: #A8B745;
	color: #FFFFFF;
}
body.intro .ContentWrapper .header ul.lang > li > a {
	background: #FFFFFF;
	color: #66605D;
	border: 1px solid #A8B745;
	display: block;
	font-size: 18px;
	font-weight: 700;
	height: 24px;
	line-height: 23px;
	padding: 0 0 0;
	text-align: center;
	text-transform: uppercase;
	-webkit-transition: background 500ms ease, color 500ms ease;
	-moz-transition: background 500ms ease, color 500ms ease;
	-ms-transition: background 500ms ease, color 500ms ease;
	-o-transition: background 500ms ease, color 500ms ease;
	transition: background 500ms ease, color 500ms ease;
	width: 35px;
}
body.intro .ContentWrapper .header ul.lang > li > a:hover {
	background: #A8B745;
	color: #FFFFFF;
}

/* Content - Reihe (Übersicht) */

body.intro .ContentWrapper .wmRow .link {
	cursor: pointer;
	display: block;
	float: left;
	height: 460px;
	position: relative;
	width: 33.333333333333336%; /* 460 */
}
body.intro .ContentWrapper .wmRow .link > span {
	color: #FFFFFF;
	font-size: 42px;
	font-weight: 400;
	line-height: 0.95;
	text-transform: uppercase;
}
body.intro .ContentWrapper .wmRow .link > span > span {
	display: block;
	font-size: 62px;
	font-weight: 700;
}

/* Content - Reihe 1 */

/* Link - Links */

body.intro .ContentWrapper .wmRow1 .linkLeft {
	background: #A8B745;
	-webkit-transition: background 500ms ease;
	-moz-transition: background 500ms ease;
	-ms-transition: background 500ms ease;
	-o-transition: background 500ms ease;
	transition: background 500ms ease;
}
body.intro .ContentWrapper .wmRow1 .linkLeft:hover {
	background: #9CA83F;
}
body.intro .ContentWrapper .wmRow1 .linkLeft:before {
	bottom: 17px;
	color: #FFFFFF;
	color: rgba(255, 255, 255, 0.2);
	content: "\E855";
	font-family: "webmanager";
	font-size: 169px;
	font-weight: 300;
	position: absolute;
	right: 45px;
}
body.intro .ContentWrapper .wmRow1 .linkLeft > span {
	left: 45px;
	position: absolute;
	right: 45px;
	top: 56px;
}

/* Link - Rechts */

body.intro .ContentWrapper .wmRow1 .linkRight {
	background: #00869A;
	-webkit-transition: background 500ms ease;
	-moz-transition: background 500ms ease;
	-ms-transition: background 500ms ease;
	-o-transition: background 500ms ease;
	transition: background 500ms ease;
}
body.intro .ContentWrapper .wmRow1 .linkRight:hover {
	background: #007B8A;
}
body.intro .ContentWrapper .wmRow1 .linkRight > span {
	bottom: 53px;
	left: 45px;
	position: absolute;
	text-align: right;
	right: 45px;
}

/* Quickbucher */

body.intro .ContentWrapper .wmRow1 .quickBooking {
	background: #E8E7E7;
	display: block;
	float: left;
	height: 460px;
	padding: 53px 45px 60px;
	position: relative;
	width: 33.333333333333336%; /* 460 */
}
body.intro .ContentWrapper .wmRow1 .quickBooking > p {
	color: #00869A;
	font-size: 42px;
	font-weight: 400;
	line-height: 0.95;
	text-transform: uppercase;
}
body.intro .ContentWrapper .wmRow1 .quickBooking > p > span {
	display: block;
	font-size: 62px;
	font-weight: 700;
}
/*body.intro .ContentWrapper .wmRow1 .quickBooking > .row {
	bottom: 69px;
	display: block;
	left: 45px;
	padding: 0 60px 0 0;
	position: absolute;
	right: 45px;
}*/
body.intro .ContentWrapper .wmRow1 .quickBooking > .row {
	bottom: 45px;
	display: block;
	left: 45px;
	padding: 0;
	position: absolute;
	right: 45px;
}
body.intro .ContentWrapper .wmRow1 .quickBooking > .row > div {
	display: block;
	width: 100%;
}
body.intro .ContentWrapper .wmRow1 .quickBooking > .row > div > div {
	display: block;
	position: relative;
	width: 100%;
}
body.intro .ContentWrapper .wmRow1 .quickBooking > .row > div > div > input.field {
	color: #66605D;
	cursor: pointer;
	border: none;
	height: 50px;
	font-size: 24px;
	font-weight: 400;
	padding: 0 20px 0 65px;
	width: 100%;
}
body.intro .ContentWrapper .wmRow1 .quickBooking > .row > div > div.arrival {
	margin-bottom: 5px;
}
body.intro .ContentWrapper .wmRow1 .quickBooking > .row > div > div > .calicon {
	font-size: 13px;
	left: 20px;
	line-height: 50px;
	position: absolute;
	top: 0;
}
body.intro .ContentWrapper .wmRow1 .quickBooking > .row > div > div > .calicon:before {
	color: #A8B745;
	content: "\E845";
	font-family: "webmanager";
}
/*body.intro .ContentWrapper .wmRow1 .quickBooking > .row > button {
	background: #A8B745;
	border: none;
	color: #FFFFFF;
	display: block;
	font-size: 20px;
	height: 105px;
	line-height: 105px;
	position: absolute;
	right: 0;
	text-align: center;
	top: 0;
	-webkit-transition: background 500ms ease;
	-moz-transition: background 500ms ease;
	-ms-transition: background 500ms ease;
	-o-transition: background 500ms ease;
	transition: background 500ms ease;
	width: 55px;
}
body.intro .ContentWrapper .wmRow1 .quickBooking > .row > button:before {
	content: "\E844";
	font-family: "webmanager";
}*/
body.intro .ContentWrapper .wmRow1 .quickBooking > .row > button,
body.intro .ContentWrapper .wmRow1 .quickBooking > .row > a {
	background: #a8b745 none repeat scroll 0 0;
	border: medium none;
	color: #ffffff;
	display: block;
	font-size: 32px;
	font-weight: 700;
	line-height: 70px;
	text-align: center;
	text-transform: uppercase;
	width: 100%;
	-webkit-transition: background 500ms ease;
	-moz-transition: background 500ms ease;
	-ms-transition: background 500ms ease;
	-o-transition: background 500ms ease;
	transition: background 500ms ease;
}
body.intro .ContentWrapper .wmRow1 .quickBooking > .row > button:hover,
body.intro .ContentWrapper .wmRow1 .quickBooking > .row > a:hover {
	background: #00869A;
}

/* Content Reihe 2 */

/* Link - Links */

body.intro .ContentWrapper .wmRow2 .linkLeft {
	background: #A8B745;
	-webkit-transition: background 500ms ease;
	-moz-transition: background 500ms ease;
	-ms-transition: background 500ms ease;
	-o-transition: background 500ms ease;
	transition: background 500ms ease;
}
body.intro .ContentWrapper .wmRow2 .linkLeft:hover {
	background: #9CA83F;
}
body.intro .ContentWrapper .wmRow2 .link > span {
	bottom: 56px;
	left: 45px;
	position: absolute;
	right: 45px;
}
body.intro .ContentWrapper .wmRow2 .linkLeft > span {
	padding-right: 175px;
}

/* Link - Mitte */
body.intro .ContentWrapper .wmRow2 .linkCenter {
	background: #E8E7E7;
	-webkit-transition: background 500ms ease;
	-moz-transition: background 500ms ease;
	-ms-transition: background 500ms ease;
	-o-transition: background 500ms ease;
	transition: background 500ms ease;
}
body.intro .ContentWrapper .wmRow2 .linkCenter:hover {
	background: #E0DFDF;
}
body.intro .ContentWrapper .wmRow2 .linkCenter > span {
	color: #00869A;
}

/* Link - Rechts */

body.intro .ContentWrapper .wmRow2 .linkRight {
	background: #00869A;
	-webkit-transition: background 500ms ease;
	-moz-transition: background 500ms ease;
	-ms-transition: background 500ms ease;
	-o-transition: background 500ms ease;
	transition: background 500ms ease;
}
body.intro .ContentWrapper .wmRow2 .linkRight:hover {
	background: #007B8A;
}
body.intro .ContentWrapper .wmRow2 .linkRight > span {
	bottom: auto;
	padding-left: 70px;
	text-align: right;
	top: 53px;
}


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

	/* Content - Header */

	body.intro .ContentWrapper .header > .logo > a.logo {
		margin-top: -60px;
		width: 280px;
	}
	body.intro .ContentWrapper .header > .info > .phone {
		bottom: 52px;
		left: 45px;
		padding-left: 19%;
		position: absolute;
		right: 45px;
		text-align: right;
	}
	body.intro .ContentWrapper .header > .info > .phone:before {
		bottom: 10px;
		font-size: 130px;
	}
	body.intro .ContentWrapper .header > .info > .phone > p {
		font-size: 18px;
		margin: 0 0 25px;
	}
	body.intro .ContentWrapper .header > .info > .phone > a {
		font-size: 35px;
	}
	body.intro .ContentWrapper .header > .info > .phone > a > span {
		font-size: 50px;
	}

	/* Content - Header - Menu */
	
	body.intro .ContentWrapper .menu > .text {
		font-size: 35px;
	}
	body.intro .ContentWrapper .menu > .text > span {
		font-size: 50px;
	}

	body.intro .ContentWrapper .wmRow .link > span {
		font-size: 35px;
	}
	body.intro .ContentWrapper .wmRow .link > span > span {
		font-size: 50px;
	}
		
	/* Quickbucher */
	
	body.intro .ContentWrapper .wmRow1 > .quickBooking > p {
		font-size: 35px;
	}
	body.intro .ContentWrapper .wmRow1 > .quickBooking > p > span {
		font-size: 50px;
	}

}

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

	/* Bild-Text Kombination */
	
	body.intro .wmImageTextCombi > .left,
	body.intro .wmImageTextCombi > .right {
		margin-bottom: 0;
	}
	body.intro .wmImageTextCombi > .content {
		margin-top: 0;
		padding-bottom: 0;
		padding-top: 40px;
	}
	body.intro .wmImageTextCombi > .content > .text {
		padding-bottom: 15px !important;
	}

}

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

	/* Menü */

	body.intro .mainmenu {
		padding-bottom: 205px !important;
	}
	
	/* Content - Header */

	body.intro .ContentWrapper .header > div {
		height: 300px !important;
		width: 50%;
	}

	/* Content - Header - Logos */
	
	body.intro .ContentWrapper .header > .logo {
		clear: both;
		float: none;
		height: 160px !important;
		width: 100%;
	}
	body.intro .ContentWrapper .header > .logo > a.logo {
		left: auto;
		margin: 20px auto;
		position: relative;
		top: auto;
	}

	/* Content - Header - Telefon */
	
	body.intro .ContentWrapper .header > .info > .phone {
		left: 20px;
		padding-left: 22%;
		right: 20px;
	}

	/* Content - Header - Menü */
	
	body.intro .ContentWrapper .menu {
		padding-left: 20px;
		padding-right: 20px;
	}

	/* Content - Reihe (Übersicht) */
	
	body.intro .ContentWrapper .wmRow > .link {
		height: 360px !important;
	}

	/* Link - Links */
	
	body.intro .ContentWrapper .wmRow1 .linkLeft:before {
		bottom: 0;
		font-size: 140px;
		right: 20px;
	}
	body.intro .ContentWrapper .wmRow1 > .linkLeft > span {
		left: 20px;
		right: 20px;
	}
		
	/* Link - Rechts */
	
	body.intro .ContentWrapper .wmRow1 > .linkRight > span {
		left: 20px;
		right: 20px;
	}

	/* Quickbucher */

	body.intro .ContentWrapper .wmRow1 > .quickBooking {
		height: 360px !important;
		padding-left: 20px;
		padding-right: 20px;
	}
	body.intro .ContentWrapper .wmRow1 > .quickBooking > .row {
		bottom: 20px;
		left: 20px;
		right: 20px;
	}

	/* Reihe 2 */

	body.intro .ContentWrapper .wmRow2 > .link > span {
		left: 20px;
		right: 20px;
	}	

}

@media all and (max-width: 1000px){
	
	body.intro .ContentWrapper .wmRow1 + .wmImageTextCombi {
		margin-top: 0;
	}

	/* Link - Links */

	body.intro .ContentWrapper .wmRow1 > .linkLeft {
		width: 50%;
	}

	/* Quickbucher */

	body.intro .ContentWrapper .wmRow1 > .quickBooking {
		width: 50%;
	}

	/* Link - Rechts */

	body.intro .ContentWrapper .wmRow1 > .linkRight {
		clear: both;
		float: none;
		height: 250px !important;
		width: 100%;
	}

	/* Reihe 2 */

	body.intro .ContentWrapper .wmRow2 > .link {
		width: 50%;
	}

	/* Link - Rechts */
	
	body.intro .ContentWrapper .wmRow2 > .linkRight {
		clear: both;
		float: none;
		height: 250px !important;
		width: 100%;
	}
	body.intro .ContentWrapper .wmRow2 > .linkRight > span {
		top: 20px;
	}

}

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

	body.intro .ContentWrapper .wmRow1 .linkLeft:before {
		font-size: 130px;
	}

}

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

	/* Content - Header - Telefon */
	
	body.intro .ContentWrapper .header > .info > .phone {
		padding-left: 0;
	}
	body.intro .ContentWrapper .header > .info > .phone:before {
		bottom: 0;
		font-size: 80px;
	}

	/* Content - Menü - Sprachauswahl */

	body.intro .ContentWrapper .header ul.lang {
		top: 20px;
	}

	/* Quickbucher */

	body.intro .ContentWrapper .wmRow1 > .quickBooking > .row > div > div > input.field {
		font-size: 20px;
		padding-left: 50px;
	}

}

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

	body.intro .ContentWrapper .header > div {
		float: none;
		height: 150px !important;
		width: 100%;
	}

	/* Content - Header - Logo */

	body.intro .ContentWrapper .header > .logo {
		height: 106px !important;
	}
	body.intro .ContentWrapper .header > .logo > a.logo {
		width: 200px;
	}

	/* Content - Header- Telefon */

	body.intro .ContentWrapper .header > .info {
		height: 120px !important;
		margin-top: 150px;
	}
	body.intro .ContentWrapper .header > .info > .phone {
		bottom: 15px;
		top: 10px;
	}
	body.intro .ContentWrapper .header > .info > .phone:before {
		bottom: 0;
		font-size: 60px;
	}
	body.intro .ContentWrapper .header > .info > .phone > a {
		font-size: 25px;
	}
	body.intro .ContentWrapper .header > .info > .phone > a > span {
		font-size: 35px;
	}

	/* Content - Header - Menü */

	body.intro .ContentWrapper .menu {
		left: 20px;
		padding-top: 15px;
		position: absolute !important;
		right: 20px;
		top: 106px;
		width: auto !important;
	}
	body.intro .ContentWrapper .menu > .text {
		font-size: 25px;
	}
	body.intro .ContentWrapper .menu > .text > span {
		font-size: 35px;
	}
	body.intro .ContentWrapper .menu > .menuTrigger {
		bottom: 15px;
	}
	body.intro .ContentWrapper .menu > .menuTrigger > span {
		display: block;
		padding: 28px 0 0;
		-webkit-transition: color 500ms ease;
		-moz-transition: color 500ms ease;
		-ms-transition: color 500ms ease;
		-o-transition: color 500ms ease;
		transition: color 500ms ease;
	}

	/* Content - Menü - Sprachauswahl */

	body.intro .ContentWrapper .header ul.lang {
		top: 20px;
	}

	/* Content - Reihe (Übersciht) */

	body.intro .ContentWrapper .wmRow > .link > span {
		font-size: 25px;
	}
	body.intro .ContentWrapper .wmRow > .link > span > span {
		font-size: 35px;
	}	
	
	/* Link - Links */

	body.intro .ContentWrapper .wmRow1 > .linkLeft {
		float: none;
		height: 120px !important;
		width: 100%;
	}
	body.intro .ContentWrapper .wmRow1 .linkLeft:before {
		bottom: -5px;
		font-size: 60px;
	}

	/* Link - Rechts */

	body.intro .ContentWrapper .wmRow1 > .linkRight {
		height: 120px !important;
	}
		
	/* Quickbucher */

	body.intro .ContentWrapper .wmRow1 > .quickBooking {
		float: none;
		height: 252px !important;
		padding-bottom: 22px;
		padding-top: 20px;
		width: 100%;
	}
	body.intro .ContentWrapper .wmRow1 > .quickBooking > p {
		font-size: 25px;
	}
	body.intro .ContentWrapper .wmRow1 > .quickBooking > p > span {
		font-size: 35px;
	}
		
	/* Reihe 2 */

	body.intro .ContentWrapper .wmRow2 > .link {
		float: none;
		height: 120px !important;
		width: 100%;
	}
	body.intro .ContentWrapper .wmRow2 > .link > span {
		bottom: 20px;
		padding: 0 !important;
	}

}

/* Elemente - Überschriften */

h1 {
	color: #66605D;
	font-size: 42px;
	font-weight: 700;
	line-height: 1;
	text-align: center;
	text-transform: uppercase;
}
h2 {
	font-size: 35px;
	font-weight: 400;
	line-height: 1;
	text-transform: uppercase;
}
h1 + h2 {
	text-align: center;
	text-transform: none;
}
h2.wmElHeadline {
	font-size: 42px;
	margin-bottom: 20px;
	text-transform: uppercase;
}
h3 {
	font-size: 24px;
	font-weight: 300;
	line-height: 1;
}
.wmHeadline + .wmHeadline {
	margin-top: -56px;
}

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

	h1 {
		font-size: 30px;
	}
	h2 {
		font-size: 24px;
	}
	h2.wmElHeadline {
		font-size: 27px;
	}
	h3 {
		font-size: 20px;
	}

}

/* Element - Aufzählung */

.wmList h2 {
	color: #A8B745;
	float: left;
	margin: 0 0;
	padding: 0 45px;
	width: 33.333333333333336%; /* 460 */
}
.wmList ul {
	display: block;
	float: left;
	padding: 0 45px;
	width: 66.666666666666671%; /* 920 */
}
.wmList ul li:before {
	background: #00869A;
	content: "";
	display: block;
	height: 8px;
	left: 0;
	position: absolute;
	top: 15px;
	width: 8px;
}
.wmList ul li:nth-child(2n):before {
	background: #A8B745;
}
.wmList ul li:nth-child(4n):before {
	background: #66605D;
}
.wmList ul li {
	float: left;
	padding: 4px 0 4px 36px;
	position: relative;
	width: 50%;
}
.wmList ul li:nth-child(2n+1) {
	padding-right: 30px;
}
.wmList.wmSingleList ul li {
	float: none;
	width: auto;
}

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

	.wmList h2 {
		padding-left: 0;
		padding-right: 25px;
	}
	.wmList ul {
		padding: 0 25px;
	}

}

@media all and (max-width: 750px){

	.wmList h2 {
		float: none;
		margin-bottom: 15px;
		width: 100%;
	}
	.wmList ul {
		float: none;
		padding-left: 0;
		width: 100%;
	}
	.wmList ul li {
		float: none;
		padding-right: 0 !important;
		width: auto;
	}

}

/* Element - Bild-Text Kombination */

.wmImageTextCombi + .wmImageTextCombi {
	margin-top: -60px;
}
.wmImageTextCombi + .wmRow2 {
	margin-top: -60px;
}
.wmImageTextCombi.left > figure {
	float: left;
	margin: 0 0 0 0;
	max-width: 50%;
	width: 33.333333333333336%; /* 460 */
}
.wmImageTextCombi.right > figure {
	float: right;
	margin: 0 0 0 0;
	max-width: 50%;
	width: 33.333333333333336%; /* 460 */
}
.wmImageTextCombi img {
	display: block;
	width: 100%;
}
.wmImageTextCombi > .content {
	float: left;
	padding: 53px 0 25px;
	width: 66.666666666666671%; /* 920 */
}
.wmImageTextCombi > .content > .headline {
	float: left;
	font-size: 42px;
	font-weight: 400;
	line-height: 0.95;
	padding: 0 45px;
	text-transform: uppercase;
	width: 50%; /* 460 */
}
.wmImageTextCombi > .content > .headline > span {
	display: block;
	font-size: 62px;
	font-weight: 700;
}
.wmImageTextCombi.left > .content > .headline {
	float: right;
}
.wmImageTextCombi > .content > .text {
	float: left;
	padding: 0 45px;
	width: 50%; /* 460 */
}
.wmImageTextCombi.left > .content > .text {
	float: right;
}

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

	.wmImageTextCombi > .content {
		padding-top: 25px;
	}
	.wmImageTextCombi > .content > .headline {
		font-size: 35px;
	}
	.wmImageTextCombi > .content > .headline > span {
		font-size: 55px;
	}

}

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

	.wmImageTextCombi.left > figure {
		margin-bottom: 10px;
		margin-right: 25px;
		max-width: 40%;
		width: auto;
	}
	.wmImageTextCombi.right > figure {
		margin-bottom: 10px;
		margin-left: 25px;
		max-width: 40%;
		width: auto;
	}
	.wmImageTextCombi > .content {
		float: none;
		margin-top: -3px;
		padding-top: 0;
		width: 100%;
	}
	.wmImageTextCombi > .content > .headline {
		float: none !important;
		font-size: 25px;
		margin-bottom: 20px;
		padding: 0 0 !important;
		width: 100%;
	}
	.wmImageTextCombi > .content > .headline > span {
		font-size: 45px;
	}
	.wmImageTextCombi > .content > .text {
		float: none !important;
		padding: 0 0 !important;
		width: 100%;
	}

}

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

	.wmImageTextCombi.left > figure,
	.wmImageTextCombi.right > figure {
		float: none;
		margin: 0 0 20px 0;
		max-width: none;
	}
	.wmImageTextCombi > .content {
		margin-top: 0;
		padding-top: 0 !important;
	}
	.wmImageTextCombi > .content > .headline {
		margin-bottom: 10px;
	}
	.wmImageTextCombi > .content > .headline {
		font-size: 27px;
	}
	.wmImageTextCombi > .content > .headline > span {
		font-size: 27px;
	}
	
}

/* Element - Anhangbild */

.wmSingleImage img {
	display: block;
	width: 100%;
}
.wmSingleImage > figcaption {
	font-size: 0.85em;
	font-style: italic;
	line-height: 1.5;
	margin: 8px 0 0;
}

/* Elemente - Bildergalerie */

.wmGallery li {
	float: left;
	margin: 0 1.08695652173913% 1.08695652173913% 0; /* 15 */ 
	position: relative;
	width: 32.608695652173914%; /* 450 */
}
.wmGallery li:nth-child(3n) {
	margin-right: 0;
}
.wmGallery li:nth-child(3n) + li {
	clear: left;
}
.wmGallery li figure a {
	display: block;
}
.wmGallery li figure a:before {
	background: #00869A;
	background: rgba(0, 134, 154, 0.5);
	bottom: 0;
	content: "";
	left: 0;
	opacity: 0;
	position: absolute;
	right: 0;
	top: 0;
	-webkit-transition: opacity 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: opacity 500ms ease;
	-o-transition: all 500ms ease;
	transition: opacity 500ms ease;
}
.wmGallery li:nth-child(2n) figure a:before {
	background: #A8B745;
	background: rgba(168, 183, 69, 0.5);
}
.wmGallery li:nth-child(3n) figure a:before {
	background: #66605D;
	background: rgba(102, 96, 93, 0.5);
}
.wmGallery li:hover figure a:before {
	opacity: 1;
}
.wmGallery li figure a img {
	display: block;
	width: 100%;
}
.wmGallery li figure figcaption {
	bottom: 20px;
	color: #FFFFFF;
	cursor: pointer;
	font-size: 20px;
	font-weight: 400;
	left: 20px;
	line-height: 1.2;
	margin: 0 0 0;
	opacity: 0;
	position: absolute;
	right: 0;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}
.wmGallery li:nth-child(2n) figure figcaption {
	bottom: auto;
	top: 20px;
}
.wmGallery li:hover figure figcaption {
	opacity: 1;
}

/* Slider */

.wmGallery.hasSlider li {
	float: none;
	margin: 0;
	width: 100%;
}
.wmGallery.hasSlider .owl-dots {
	display: block;
	margin: 0 0 0;
	padding: 0 0 10px;
	text-align: center;
	width: 100%;
}
.wmGallery.hasSlider .owl-dots .owl-dot {
	background: #E7E9ED;
	display: inline-block;
	height: 4px;
	margin: 0 3px;
	width: 25px;
}
.wmGallery.hasSlider .owl-dots .owl-dot.active {
	background: #00869A;
}

/* Element - Tabelle */

.wmTable table {
	width: 100%;
}
.wmTable table tbody tr {
	background: #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
}
.wmTable table tbody tr.val2 {
	background: #00869A;
	background: rgba(0, 134, 154, 0.1);
	/* border-bottom: 1px solid rgba(0, 134, 154, 0.3); */
}
.wmTable table tbody tr td {
	padding: 6px 10px;
}
.wmTable table tbody tr:first-child td {
	padding-top: 3px;
}

.wmTable > p {
	font-size: 0.85em;
	font-style: italic;
	line-height: 1.5;
	margin: 8px 0 0;
}

/* Scroll */

.wmTableScroll .tableWrapper {
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
}
.wmTableScroll.swipe .tableWrapper {
	padding: 0 0 50px 0;
}
.wmTableScroll.swipe .icon {
	height: 40px;
	left: 0;
	margin: -48px 0 0;
	position: absolute;
	width: 100%;
}
.wmTableScroll.swipe .icon:after {
	content: "\E826";
	display: block;
	font-family: "webmanager";
	font-size: 34px;
	line-height: 1;
	position: absolute;
	text-align: center;
	top: 4px;
	width: 100%;
}

/* Element - Tabelle - Mobile */

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

.wmReference li a:before {
	content: "\E807";
	font-family: "webmanager";
	font-weight: normal;
	left: 0;
	position: absolute;
	top: 4px;
}
.wmReference li a {
	display: inline-block;
	font-weight: 400;
	padding: 4px 0 4px 25px;
	position: relative;
	-webkit-transition: color 500ms ease;
	-moz-transition: color 500ms ease;
	-ms-transition: color 500ms ease;
	-o-transition: color 500ms ease;
	transition: color 500ms ease;
}

/* Element - Einzelteaser */

.wmSingleTeaser article {
	background: #EFEFEE;
	cursor: pointer;
	min-height: 360px;
	position: relative;
	width: 100%;
}
.wmSingleTeaser article:nth-of-type(3n) {
	margin-right: 0;
}
.wmSingleTeaser article:nth-of-type(3n) + article {
	clear: left;
}
.wmSingleTeaser article > h2 {
	display: none;
}
.wmSingleTeaser article figure > a {
	bottom: 0;
	display: block;
	left: 0;
	overflow: hidden;
	position: absolute;
	top: 0;
	width: 33.333333333333336%; /* 460 */
}
.wmSingleTeaser article figure > a img {
	display: block;
	left: 50%;
	min-height: 100%;
	max-width: 100%;
	position: relative;
	-moz-transform: translate(-50%, 0);
	-webkit-transform: translate(-50%, 0);
	-o-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
}
.wmSingleTeaser article figure > figcaption {
	padding: 25px 45px 40px 36.594202898550726%; /* 505 */
	position: relative;
}
.wmSingleTeaser article figure > figcaption:before {
	bottom: 10px;
	color: #00869A;
	content: "\E844";
	font-family: "webmanager";
	font-size: 25px;
	position: absolute;
	right: 45px;
}
.wmSingleTeaser article figure > figcaption > a {
	display: table;
	font-size: 42px;
	font-weight: 400;
	line-height: 0.95;
	margin: 0 0 0;
	padding: 0 0 22px;
	text-transform: uppercase;
	-webkit-transition: color 500ms ease;
	-moz-transition: color 500ms ease;
	-ms-transition: color 500ms ease;
	-o-transition: color 500ms ease;
	transition: color 500ms ease;
}
.wmSingleTeaser article figure > figcaption > p.text {
	display: block;
	overflow: hidden;
	padding: 0 0 45px;
	position: relative;
}

@media all and (max-width: 1380px){

	.wmSingleTeaser article figure > figcaption > a {
		font-size: 30px;
	}

}

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

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

}

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

	.wmSingleTeaser article figure > a {
		display: none;
	}
	.wmSingleTeaser article figure > figcaption {
		padding-left: 30px;
	}

}

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

	.wmSingleTeaser article figure > a {
		bottom: auto;
		display: block;
		left: auto;
		position: relative;
		top: auto;
		width: 100%;
	}
	.wmSingleTeaser article figure > a img {
		display: block;
		left: auto;
		min-height: auto;
		transform: none;
		width: 100%;
	}
	.wmSingleTeaser article figure > figcaption {
		padding: 20px 20px;
		width: 100%;
	}
	.wmSingleTeaser article figure > figcaption:before {
		bottom: 10px;
		right: 20px;
	}
	.wmSingleTeaser article figure > figcaption > a {
		font-size: 25px;
		margin-bottom: 10px;
		padding-bottom: 0;
	}
	.wmSingleTeaser article figure > figcaption > a > span {
		font-size: 30px;
	}

}

/* Element - Gruppenteaser */

.wmTeaserGroup {
	display: block;
	padding-top: 15px;
}
.wmTeaserGroup h2 {
	border-bottom: 2px solid #EFEFEE;
	display: block;
	padding: 0 0 10px;
	text-align: center;
}
.wmTeaserGroup h2 > strong {
	font-weight: 700;
}
.wmTeaserGroup article {
	cursor: pointer;
	display: block;
	float: left;
	position: relative;
	-webkit-transition: background 500ms ease;
	-moz-transition: background 500ms ease;
	-ms-transition: background 500ms ease;
	-o-transition: background 500ms ease;
	transition: background 500ms ease;
	width: 33.333333333333336%; /* 460 */
}
.wmTeaserGroup article.grid1 {
	background: #A8B745;
}
.wmTeaserGroup article.grid1:hover {
	background: #9CA83F;
}
.wmTeaserGroup article.grid2 {
	background: #EFEFEE;
}
.wmTeaserGroup article.grid2:hover {
	background: #E2E2E0;
}
.wmTeaserGroup article.grid3 {
	background: #00869A;
}
.wmTeaserGroup article.grid3:hover {
	background: #007B8A;
}
.wmTeaserGroup article:nth-of-type(3n) {
	margin-right: 0;
}
.wmTeaserGroup article:nth-of-type(3n) + article {
	clear: left;
}
.wmTeaserGroup article > h2 {
	display: none;
}
.wmTeaserGroup article figure > a {
	display: block;
}
.wmTeaserGroup article figure > a img {
	display: block;
	width: 100%;
}
.wmTeaserGroup article figure > figcaption {
	color: #FFFFFF;
	padding: 56px 45px 70px;
	position: relative;
	-webkit-transition: background 500ms ease;
	-moz-transition: background 500ms ease;
	-ms-transition: background 500ms ease;
	-o-transition: background 500ms ease;
	transition: background 500ms ease;
}
.wmTeaserGroup article figure > figcaption:before {
	bottom: 46px;
	color: #FFFFFF;
	content: "\E844";
	font-family: "webmanager";
	font-size: 30px;
	line-height: 1;
	position: absolute;
	right: 45px;
}
.wmTeaserGroup article.grid2 figure > figcaption:before {
	color: #66605D;
}
.wmTeaserGroup article.grid2 figure > figcaption {
	color: #A8B745;
}
.wmTeaserGroup article figure > figcaption > a {
	color: #FFFFFF;
	display: table;
	font-size: 42px;
	font-weight: 400;
	line-height: 0.95;
	margin: 0 0 24px;
	text-transform: uppercase;
}
.wmTeaserGroup article figure > figcaption > a > span {
	display: block;
	font-size: 54px;
	font-weight: 700;
}
.wmTeaserGroup article.grid2 figure > figcaption > a {
	color: #A8B745;
}
.wmTeaserGroup article figure > figcaption > p.text {
	display: block;
	padding-bottom: 50px;
}

/* Variante ohne Bild */

.wmTeaserGroup.noImage article figure > a {
	display: none;
}

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

	.wmTeaserGroup article figure > figcaption > a {
		font-size: 30px;
	}
	.wmTeaserGroup article figure > figcaption > a > span {
		font-size: 40px;
	}

}

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

	.wmTeaserGroup article {
		float: none;
		margin: 0 0 10px 0;
		width: 100%;
	}
	.wmTeaserGroup article figure > a {
		/* float: left;
		width: 30%; */
		bottom: 0;
		left: 0;
		overflow: hidden;
		position: absolute;
		top: 0;
		width: 300px;
	}
	.wmTeaserGroup article figure > a img {
		display: block;
		left: 50%;
		min-height: 100%;
		min-width: 100%;
		position: relative;
		-moz-transform: translate(-50%, 0);
		-webkit-transform: translate(-50%, 0);
		-o-transform: translate(-50%, 0);
		-ms-transform: translate(-50%, 0);
		transform: translate(-50%, 0);
		width: auto;
	}
	.wmTeaserGroup article figure > figcaption {
		padding: 20px 30px 20px 330px;
	}
	.wmTeaserGroup article figure > figcaption:before {
		bottom: 20px;
		right: 30px;
	}
	.wmTeaserGroup article figure > figcaption > a {
		margin-bottom: 10px;
	}

}

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

	.wmTeaserGroup article figure > a {
		display: none;
	}
	.wmTeaserGroup article figure > figcaption {
		padding-left: 30px;
	}

}

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

	.wmTeaserGroup article figure > a {
		bottom: auto;
		display: block;
		left: auto;
		position: relative;
		top: auto;
		width: 100%;
	}
	.wmTeaserGroup article figure > a img {
		display: block;
		left: auto;
		min-height: auto;
		transform: none;
		width: 100%;
	}
	.wmTeaserGroup article figure > figcaption {
		padding: 15px 20px;
		width: 100%;
	}
	.wmTeaserGroup article figure > figcaption:before {
		bottom: 10px;
		right: 20px;
	}
	.wmTeaserGroup article figure > figcaption > a {
		font-size: 25px;
		margin-bottom: 10px;
	}
	.wmTeaserGroup article figure > figcaption > a > span {
		font-size: 30px;
	}

}

/* Element - Dropdown */

.wmDropdown > h3 {
	border-bottom: 1px solid #d5d8de;
	cursor: pointer;
	padding: 0 35px 10px 0;
	position: relative;
}
.wmDropdown > h3:after {
	content: "\E80A";
	font-family: "webmanager";
	font-weight: normal;
	position: absolute;
	right: 0;
	top: 1px;
}
.wmDropdown > h3.hide:after {
	content: "\E809";
}
.wmDropdown > h3 + div {
	overflow: hidden;
}
.wmDropdown > h3.hide + div {
	display: none;
}
.wmDropdown > div > * {
	padding-left: 0;
	padding-right: 0;
}
.wmDropdown > div > *:first-child {
	margin-top: 0;
}

/* Element - Video */

.wmVideo > div {
	background: #F9F9F9;
}
.wmVideo .videoWrapper {
	float: left;
	width: 60%;
}
.wmVideo .videoWrapper > div {
	height: 0;
	overflow: hidden;
	padding: 30px 0 56.25% 0;
	position: relative;
}
.wmVideo .videoWrapper > div > iframe {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}
.wmVideo .content {
	float: left;
	padding: 40px 50px;
	width: 40%;
}
.wmVideo .content h2 {
	margin: 0;
}
.wmVideo .content .text {
	margin: 10px 0 0 0;
}

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

	.wmVideo .videoWrapper {
		float: none;
		width: 100%;
	}
	.wmVideo .content {
		float: none;
		padding: 30px 20px;
		width: 100%;
	}

}

/* Element - Download */

.wmDownload > a:before {
	content: "\E852";
	font-family: "webmanager";
	font-size: 26px;
	font-weight: normal;
	left: 15px;
	line-height: 1;
	margin: -13px 0 0;
	position: absolute;
	top: 50%;
}
.wmDownload > a {
	background: #EFEFEE;
	color: #66605D;
	display: inline-block;
	font-weight: normal;
	min-width: 180px;
	padding: 7px 20px 7px 55px;
	position: relative;
}
.wmDownload > a > .title {
	text-transform: uppercase;
}
.wmDownload > a > .addition {
	display: block;
	font-weight: 300;
}
.wmDownload > a:hover {
	background: #00869A;
	background: rgba(0, 134, 154, 0.2);
}

/* Elemente - Formular */

.wmForm > div {
	margin: 0 -10px;
}
.wmForm h2 {
	margin-left: 10px;
	margin-right: 10px;
	padding: 10px 0 0 0;
}
.wmForm .row {
	margin: 0 0 15px 0;
	padding: 0 10px;
	position: relative;
}
.wmForm label,
.wmForm p.label {
	color: #777777;
	display: block;
	font-size: 16px;
	letter-spacing: 1px;
	margin: 0 0 8px 0;
}
.wmForm label {
	display: none;
}
.wmForm .row.upload label,
.noPlaceholder .wmForm label {
	display: block;
}

/* Felder */

.wmForm .field {
	background: #00869A;
	background: rgba(0, 134, 154, 0.1);
	border: none;
	border-bottom: 1px solid rgba(0, 134, 154, 0.4);
	display: block;
	font-size: 15px;
	font-weight: 400;
	height: 52px;
	padding: 0 20px;
	width: 100%;
}
.wmForm select.field {
	padding-left: 16px;
	padding-right: 16px;
}
.wmForm select.field option {
	padding: 5px 16px;
}
.wmForm textarea.field {
	height: 200px;
	padding: 20px;
}
.wmForm .field[type='file'] {
	font-weight: normal;
	height: auto;
	padding: 8px 20px;
}
.wmForm .field::-webkit-input-placeholder {
	font-weight: normal;
}
.wmForm .field::-moz-placeholder {
	font-weight: normal;
}
.wmForm .field:-ms-input-placeholder {
	font-weight: normal;
}
.wmForm .field:-moz-placeholder {
	font-weight: normal;
}
.wmForm .field:focus {
	border: 1px solid #5cb6ee;
	border-top: 1px solid #4186cf;
	box-shadow: 0 0 6px -3px #2f8fcb;
}
.wmForm .field.datepicker {
	cursor: pointer;
}
.wmForm .checkbox {
	display: none;
}
.wmForm .checkbox + label {
	background: #f2f2f2;
	border: 1px solid #d5d8de;
	border-radius: 3px;
	cursor: pointer;
	display: inline-block;
	letter-spacing: 0;
	margin: 0 15px 0 0;
	padding: 12px;
	position: relative;
	vertical-align: middle;
}
.wmForm .checkbox:checked + label:after {
	color: #00869A;
	content: "\E800";
	font-family: "webmanager";
	font-size: 20px;
	font-weight: normal;
	left: 4px;
	line-height: 1;
	position: absolute;
	top: 1px;
}
.wmForm .checkbox + label + p {
	cursor: pointer;
	display: inline-block;
	font-size: 15px;
	font-weight: bold;
	position: relative;
	top: 1px;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

/* Button */

.wmForm .button {
	margin: 0 10px;
	text-align: right;
}
.wmForm .button input {
	background: #A8B745;
	border: 0 none;
	color: #FFFFFF;
	display: inline-block;
	font-size: 18px;
	font-weight: 700;
	height: 44px;
	outline: 0;
	padding: 0 30px;
	-webkit-transition: background 500ms ease;
	-moz-transition: background 500ms ease;
	-ms-transition: background 500ms ease;
	-o-transition: background 500ms ease;
	transition: background 500ms ease;
}
.wmForm .button input:hover {
	background: #00869A;
}

/* Message */

.wmForm .msg.error {
	border: 1px solid #ee5c5c;
	border-top: 1px solid #cf4141;
	color: #F44336;
	margin: 0 10px 20px;
	padding: 10px 20px;
}

/* Mehrspaltig */

.wmForm .row.multicolumn {
	float: left;
	width: 50%;
}
.wmForm .row.multicolumn + *:not(.multicolumn) {
	clear: left;
}

/* Validation */

.wmForm .row.check .field {
	border: 1px solid #5cee82;
	border-top: 1px solid #44cf41;
	box-shadow: 0 0 6px -3px #36cb2f;
}
.wmForm .row.validationError .field,
.wmForm .spm .field.validationError {
	border: 1px solid #ee5c5c;
	border-top: 1px solid #cf4141;
	box-shadow: 0 0 6px -3px #cb2f2f;
}
.wmForm .row.validation .icon:before {
	content: "\E81C";
	font-size: 12px;
}
.wmForm .row.validationError .icon:before {
	color: #F44336;
	content: "\E804";
	font-size: 13px;
}
.wmForm .row.check .icon:before {
	color: #4CAF50;
	content: "\E800";
	font-size: 12px;
}
.wmForm .row .icon {
	font-family: "webmanager";
	line-height: 1;
	position: absolute;
	right: 18px;
	top: 4px;
}
.wmForm .row .icon.cal:after {
	
	font-size: 24px;
	position: absolute;
	right: 20px;
	top: 8px;
}

/* Spam */

.wmForm .spm {
	background: #00869A;
	background: rgba(0, 134, 154, 0.1);
	border: none;
	border-bottom: 1px solid rgba(0, 134, 154, 0.4);
	padding: 20px;
}
.wmForm .spm img {
	border: 1px solid #d5d8de;
	float: left;
	margin: 0 30px 0 0;
}
.wmForm .spm .field {
	font-weight: normal;
	height: 32px;
	padding: 0 10px;
	width: 150px;
}
.wmForm .spm p {
	margin: 10px 0 0;
}

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

	.wmForm .row.multicolumn {
		float: none;
		width: 100%;
	}
	.wmForm .spm {
		padding-left: 5px;
		padding-right: 5px;
	}
	.wmForm .spm img {
		margin-right: 5px;
	}
	.wmForm .spm .field {
		width: 141px;
	}
	.wmForm .spm p {
		font-size: 14px;
	}
	.wmForm .button input {
		width: 100%;
	}

}

/* Element - Video (Intro) */

.wmIntroVideo > div {
	background: #E8E7E7;
	height: 517px;
}
.wmIntroVideo .videoWrapper {
	background: #000000;
	float: left;
	height: 100%;
	width: 66.66666%;
}
.wmIntroVideo .videoWrapper > div,
.wmIntroVideo .videoWrapper > div > iframe {
	height: 100%;
	width: 100%;
}
.wmIntroVideo .content {
	float: left;
	height: 100%;
	padding: 56px 45px 0;
	position: relative;
	width: 33.3333%;
}
.wmIntroVideo .content:after {
	color: #CCCBCB;
	content: "\E864";
    font-family: "webmanager";
    font-size: 120px;
    line-height: 1;
    position: absolute;
    top: 205px;
}
.wmIntroVideo .content > span {
    color: #008398;
    font-size: 42px;
    font-weight: 400;
    line-height: 0.95;
    text-transform: uppercase;	
}
.wmIntroVideo .content > span > span {
    display: block;
    font-size: 62px;
    font-weight: 700;
}
.wmIntroVideo .content > a {
    background: #A8B745;
    bottom: 45px;
    color: #FFFFFF;
    display: block;
    font-size: 32px;
    font-weight: 700;
    left: 45px;
    line-height: 70px;
    position: absolute;
    right: 45px;
    text-align: center;
    text-transform: uppercase;
    transition: background 500ms ease 0s;
}
.wmIntroVideo .content > a:hover {
	background: #00869A;
}

/* Overlay */

.fancybox-slider-wrap.video iframe {
	background: #000000;
    height: 100%;
    margin: 0;
    padding: 50px;
    top: 0;
    width: 100%;	
}
.fancybox-slider-wrap.video {
	background: #000000;
}
.fancybox-slider-wrap.video .close {
    background: #E8E7E7;
    cursor: pointer;
    display: block;
    font-size: 34px;
    height: 50px;
    line-height: 50px;
    position: fixed;
    right: 0;
    text-align: center;
    top: 0;
    width: 50px;
    z-index: 99999;
}
.fancybox-slider-wrap.video .close:after {
	content: "\E801";
    display: block;
    font-family: "webmanager";
}

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

	.wmIntroVideo .content > span {
		font-size: 35px;
	}
	.wmIntroVideo .content > span > span {
		font-size: 50px;
	}

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

	.wmIntroVideo > div {
		height: 360px;
	}
	.wmIntroVideo .content {
		padding-left: 20px;
		padding-right: 20px;
	}
	.wmIntroVideo .content:after {
		font-size: 82px;		
		top: 160px;
	}
	.wmIntroVideo .content > a {
		bottom: 20px;
		left: 20px;
		right: 20px;
	}

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

	.wmIntroVideo .videoWrapper {
		width: 50%;
	}
	.wmIntroVideo .content {
		width: 50%;
	}

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

	.wmIntroVideo > div {
		height: auto;
	}
	.wmIntroVideo .videoWrapper {
		height: 0;
		padding: 28% 0;
		position: relative;
		width: 100%;
	}
	.wmIntroVideo .videoWrapper > div > iframe {
		height: 100%;
		position: absolute;
		top: 0;
	}
	.wmIntroVideo .content {
		height: 250px;
		padding-top: 20px;
		width: 100%;
	}
	.wmIntroVideo .content:after {
		font-size: 56px;
		right: 20px;
		top: 21px;
	}
	.wmIntroVideo .content > span {
		font-size: 25px;
	}
	.wmIntroVideo .content > span > span {
		font-size: 35px;
	}

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

	.wmIntroVideo .content:after {
		display: none;
	}

}

/* Erweiterung - Überschrift mit Text */

.wmHeadlineText .headline {
	color: #66605D;
	line-height: 0.95;
	float: left;
	font-size: 42px;
	font-weight: 400;
	padding: 3px 45px 0;
	text-transform: uppercase;
	width: 33.333333333333336%; /* 460 */
}
.wmHeadlineText .headline > strong {
	display: block;
	font-size: 66px;
	font-weight: 700;
}
.wmHeadlineText .text {
	float: left;
	padding: 0 45px;
	width: 66.666666666666671%; /* 920 */
}

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

	.wmHeadlineText .headline {
		font-size: 35px;
		padding-left: 0;
		padding-right: 25px;
	}
	.wmHeadlineText .headline > strong {
		font-size: 50px;
	}
	.wmHeadlineText .text {
		padding-left: 25px;
		padding-right: 25px;
	}

}

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

	.wmHeadlineText .headline {
		float: none;
		font-size: 30px;
		margin-bottom: 20px;
		padding-left: 0;
		padding-right: 0;
		padding-top: 0;
		text-align: center;
		width: 100%;
	}
	.wmHeadlineText .headline > strong {
		font-size: 30px;
	}
	.wmHeadlineText .text {
		float: none;
		padding-left: 0;
		padding-right: 0;
		width: 100%;
	}

}

/* Erweiterung - Zitat */

.wmQuote {
	display: block;
	padding: 14px 0 15px;
	text-align: center;
}
.wmQuote:before {
	background: #66605D;
	background: rgba(102, 96, 93, 0.2);
	content: "";
	height: 2px;
	left: 65px;
	position: absolute;
	right: 65px;
	top: 0;
}
.wmQuote:after {
	background: #66605D;
	background: rgba(102, 96, 93, 0.2);
	bottom: 0;
	content: "";
	height: 2px;
	left: 65px;
	position: absolute;
	right: 65px;
}
.wmQuote > p {
	font-size: 32px;
	font-weight: 400;
	line-height: 1;
	padding: 0 40px;
}

@media all and (max-width: 1000px){

	.wmQuote:before {
		left: 20px;
		right: 20px;
	}
	.wmQuote:after {
		left: 20px;
		right: 20px;
	}

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

	.wmQuote > p {
		font-size: 24px;
	}

}

/* Animation 2.3.0 */

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

.micAnimation > ul > .slide > .textBox {
	display: table;
	line-height: 1.3;
	text-align: center;
}

/* 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;
}
.micAnimation > ul > .slide > .textBox > .text0 {
	font-size: 50px;
}
.micAnimation > ul > .slide > .textBox > .text1 {
	font-size: 30px;
}

/* 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;
	cursor: pointer;
	display: inline-block;
	height: 4px;
	margin: 0 4px;
	width: 25px;
	-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: #00869A;
}

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

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

}

/* Animation 2.3.0 - Custom */

.fancybox-enabled{overflow:hidden}.fancybox-enabled body{overflow:visible;-ms-touch-action:none;touch-action:none}.fancybox-container{position:fixed;top:0;left:0;width:100%;height:100%;z-index:99993;-webkit-backface-visibility:hidden;backface-visibility:hidden}.fancybox-container~.fancybox-container{z-index:99992}.fancybox-bg{position:absolute;top:0;right:0;bottom:0;left:0;background:#0f0f11;opacity:0;transition-timing-function:cubic-bezier(.55,.06,.68,.19);-webkit-backface-visibility:hidden;backface-visibility:hidden}.fancybox-container--ready .fancybox-bg{opacity:.87;transition-timing-function:cubic-bezier(.22,.61,.36,1)}.fancybox-controls{position:absolute;top:0;left:0;right:0;text-align:center;opacity:0;z-index:99994;transition:opacity .2s;pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;direction:ltr}.fancybox-show-controls .fancybox-controls{opacity:1}.fancybox-infobar{display:none}.fancybox-show-infobar .fancybox-infobar{display:inline-block;pointer-events:all}.fancybox-infobar__body{display:inline-block;width:70px;line-height:44px;font-size:13px;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;text-align:center;color:#ddd;background-color:rgba(30,30,30,.7);pointer-events:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-webkit-tap-highlight-color:transparent;-webkit-font-smoothing:subpixel-antialiased}.fancybox-buttons{position:absolute;top:0;right:0;display:none;pointer-events:all}.fancybox-show-buttons .fancybox-buttons{display:block}.fancybox-slider-wrap{overflow:hidden;direction:ltr}.fancybox-slider,.fancybox-slider-wrap{position:absolute;top:0;left:0;bottom:0;right:0;padding:0;margin:0;z-index:99993;-webkit-backface-visibility:hidden;backface-visibility:hidden}.fancybox-slide{position:absolute;top:0;left:0;width:100%;height:100%;margin:0;padding:0;overflow:auto;outline:none;white-space:normal;box-sizing:border-box;text-align:center;z-index:99994;-webkit-overflow-scrolling:touch;-webkit-tap-highlight-color:transparent}.fancybox-slide:before{content:"";height:100%;width:0}.fancybox-slide:before,.fancybox-slide>*{display:inline-block;vertical-align:middle}.fancybox-slide>*{position:relative;padding:24px;margin:44px 0;border-width:0;text-align:left;background-color:#fff;overflow:auto;box-sizing:border-box}.fancybox-slide--image{overflow:hidden}.fancybox-slide--image:before{display:none}.fancybox-content{display:inline-block;position:relative;margin:44px auto;padding:0;border:0;width:80%;height:calc(100% - 88px);vertical-align:middle;line-height:normal;text-align:left;white-space:normal;outline:none;font-size:16px;font-family:Arial,sans-serif;box-sizing:border-box;-webkit-tap-highlight-color:transparent;-webkit-overflow-scrolling:touch}.fancybox-iframe{display:block;margin:0;padding:0;border:0;width:100%;height:100%;background:#fff}.fancybox-slide--video .fancybox-content,.fancybox-slide--video .fancybox-iframe{background:transparent}.fancybox-placeholder{z-index:99995;background:transparent;cursor:default;overflow:visible;-webkit-transform-origin:top left;transform-origin:top left;background-size:100% 100%;background-repeat:no-repeat;-webkit-backface-visibility:hidden;backface-visibility:hidden}.fancybox-image,.fancybox-placeholder,.fancybox-spaceball{position:absolute;top:0;left:0;margin:0;padding:0;border:0}.fancybox-image,.fancybox-spaceball{width:100%;height:100%;max-width:none;max-height:none;background:transparent;background-size:100% 100%}.fancybox-controls--canzoomOut .fancybox-placeholder{cursor:zoom-out}.fancybox-controls--canzoomIn .fancybox-placeholder{cursor:zoom-in}.fancybox-controls--canGrab .fancybox-placeholder{cursor:-webkit-grab;cursor:grab}.fancybox-controls--isGrabbing .fancybox-placeholder{cursor:-webkit-grabbing;cursor:grabbing}.fancybox-spaceball{z-index:1}.fancybox-tmp{position:absolute;top:-9999px;left:-9999px;visibility:hidden}.fancybox-error{position:absolute;margin:0;padding:40px;top:50%;left:50%;width:380px;max-width:100%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);background:#fff;cursor:default}.fancybox-error p{margin:0;padding:0;color:#444;font:16px/20px Helvetica Neue,Helvetica,Arial,sans-serif}.fancybox-close-small{position:absolute;top:4px;right:4px;padding:0;margin:0;width:30px;height:30px;font:21px/1 Arial,Helvetica Neue,Helvetica,sans-serif;color:#888;font-weight:300;text-align:center;border-radius:50%;border-width:0;cursor:pointer;background:#fff;transition:background .2s;box-sizing:border-box;z-index:2}.fancybox-close-small:focus{outline:1px dotted #888}.fancybox-slide--video .fancybox-close-small{top:-36px;right:-36px;background:transparent}.fancybox-close-small:hover{color:#555;background:#eee}.fancybox-caption-wrap{position:absolute;bottom:0;left:0;right:0;padding:60px 30px 0;z-index:99998;-webkit-backface-visibility:hidden;backface-visibility:hidden;box-sizing:border-box;background:linear-gradient(180deg,transparent 0,rgba(0,0,0,.1) 20%,rgba(0,0,0,.2) 40%,rgba(0,0,0,.6) 80%,rgba(0,0,0,.8));opacity:0;transition:opacity .2s;pointer-events:none}.fancybox-show-caption .fancybox-caption-wrap{opacity:1}.fancybox-caption{padding:30px 0;border-top:1px solid hsla(0,0%,100%,.4);font-size:14px;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;color:#fff;line-height:20px;-webkit-text-size-adjust:none}.fancybox-caption a,.fancybox-caption button{pointer-events:all}.fancybox-caption a{color:#fff;text-decoration:underline}.fancybox-button{display:inline-block;position:relative;width:44px;height:44px;line-height:44px;margin:0;padding:0;border:0;border-radius:0;cursor:pointer;background:transparent;color:#fff;box-sizing:border-box;vertical-align:top;outline:none}.fancybox-button--disabled{cursor:default;pointer-events:none}.fancybox-button,.fancybox-infobar__body{background:rgba(30,30,30,.6)}.fancybox-button:hover{background:rgba(0,0,0,.8)}.fancybox-button:after,.fancybox-button:before{content:"";pointer-events:none;position:absolute;border-color:#fff;background-color:currentColor;color:currentColor;opacity:.9;box-sizing:border-box;display:inline-block}.fancybox-button--disabled:after,.fancybox-button--disabled:before{opacity:.5}.fancybox-button--left:after{left:20px;-webkit-transform:rotate(-135deg);transform:rotate(-135deg)}.fancybox-button--left:after,.fancybox-button--right:after{top:18px;width:6px;height:6px;background:transparent;border-top:2px solid currentColor;border-right:2px solid currentColor}.fancybox-button--right:after{right:20px;-webkit-transform:rotate(45deg);transform:rotate(45deg)}.fancybox-button--left{border-bottom-left-radius:5px}.fancybox-button--right{border-bottom-right-radius:5px}.fancybox-button--close{float:right}.fancybox-button--close:after,.fancybox-button--close:before{content:"";display:inline-block;position:absolute;height:2px;width:16px;top:calc(50% - 1px);left:calc(50% - 8px)}.fancybox-button--close:before{-webkit-transform:rotate(45deg);transform:rotate(45deg)}.fancybox-button--close:after{-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.fancybox-loading{border:6px solid hsla(0,0%,39%,.4);border-top:6px solid hsla(0,0%,100%,.6);border-radius:100%;height:50px;width:50px;-webkit-animation:a .8s infinite linear;animation:a .8s infinite linear;background:transparent;position:absolute;top:50%;left:50%;margin-top:-25px;margin-left:-25px;z-index:99999}@-webkit-keyframes a{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes a{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@media (max-width:800px){.fancybox-controls{text-align:left}.fancybox-button--left,.fancybox-button--right,.fancybox-buttons button:not(.fancybox-button--close){display:none!important}.fancybox-caption{padding:20px 0;margin:0}}.fancybox-button--fullscreen:before{width:15px;height:11px;left:15px;top:16px;border:2px solid;background:none}.fancybox-button--play:before{top:16px;left:18px;width:0;height:0;border-top:6px inset transparent;border-bottom:6px inset transparent;border-left:10px solid;border-radius:1px;background:transparent}.fancybox-button--pause:before{top:16px;left:18px;width:7px;height:11px;border-style:solid;border-width:0 2px;background:transparent}.fancybox-button--thumbs span{font-size:23px}.fancybox-button--thumbs:before{top:20px;left:21px;width:3px;height:3px;box-shadow:0 -4px 0,-4px -4px 0,4px -4px 0,inset 0 0 0 32px,-4px 0 0,4px 0 0,0 4px 0,-4px 4px 0,4px 4px 0}.fancybox-container--thumbs .fancybox-caption-wrap,.fancybox-container--thumbs .fancybox-controls,.fancybox-container--thumbs .fancybox-slider-wrap{right:220px}.fancybox-thumbs{position:absolute;top:0;right:0;bottom:0;left:auto;width:220px;margin:0;padding:5px 5px 0 0;background:#fff;z-index:99993;word-break:normal;-webkit-overflow-scrolling:touch;-webkit-tap-highlight-color:transparent;box-sizing:border-box}.fancybox-thumbs>ul{list-style:none;position:absolute;position:relative;width:100%;height:100%;margin:0;padding:0;overflow-x:hidden;overflow-y:auto;font-size:0}.fancybox-thumbs>ul>li{float:left;overflow:hidden;max-width:50%;padding:0;margin:0;width:105px;height:75px;position:relative;cursor:pointer;outline:none;border:5px solid #fff;border-top-width:0;border-right-width:0;-webkit-tap-highlight-color:transparent;-webkit-backface-visibility:hidden;backface-visibility:hidden;box-sizing:border-box}li.fancybox-thumbs-loading{background:rgba(0,0,0,.1)}.fancybox-thumbs>ul>li>img{position:absolute;top:0;left:0;min-width:100%;min-height:100%;max-width:none;max-height:none;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fancybox-thumbs>ul>li:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:2px;border:4px solid #4ea7f9;z-index:99991;opacity:0;transition:all .2s cubic-bezier(.25,.46,.45,.94)}.fancybox-thumbs>ul>li.fancybox-thumbs-active:before{opacity:1}@media (max-width:800px){.fancybox-thumbs{display:none!important}.fancybox-container--thumbs .fancybox-caption-wrap,.fancybox-container--thumbs .fancybox-controls,.fancybox-container--thumbs .fancybox-slider-wrap{right:0}}

/* WebBox - Pauschalen - Liste */

.wbPackagesList:after {
	clear: both;
	content: "";
	display: block;
}
.wbPackagesList article {
	background: #E8E7E7;
	cursor: pointer;
	float: left;
	margin: 0 2% 2% 0;
	position: relative;
	width: 32%;
}
.wbPackagesList article:after {
	clear: both;
	content: "";
	display: block;
}
.wbPackagesList article:last-child {
	margin-right: 0;
}
.wbPackagesList article > h2 {
	display: none;
}
.wbPackagesList article > figure > a {
	display: block;
	height: 300px;
	overflow: hidden;
	position: relative;
}
.wbPackagesList article > figure > a > img {
	display: block;
	left: 50%;
	min-height: 100%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
}
.wbPackagesList article > figure > figcaption {
	padding: 19px 25px 150px;
	position: relative;
}
.wbPackagesList article > figure > figcaption > a.title {
	color: #293540;
	font-size: 30px;
	font-weight: normal;
	line-height: 1.2;
	transition: color 300ms ease;
}
.wbPackagesList article:hover > figure > figcaption > a.title {
	color: #9CA83F;
}
.wbPackagesList article > figure > figcaption > .text {
	display: block;
	margin: 12px 0 0;
	overflow: hidden;
	position: relative;
}
.wbPackagesList article > figure > figcaption > p.price {
	bottom: 87px;
	display: block;
	left: 25px;
	line-height: 1.2;
	opacity: 0;
	position: absolute;
	transition: opacity 300ms ease;
}
.wbPackagesList article > figure > figcaption > p.price.show {
	opacity: 1;
}
.wbPackagesList article > figure > figcaption > p.price > span.number {
	font-size: 30px;
	font-weight: normal;
}
.wbPackagesList article > figure > figcaption > a.button {
	background: #A8B745;
	bottom: 25px;
	color: #FFFFFF;
	display: block;
	font-weight: bold;
	left: 25px;
	line-height: 45px;
	padding: 0 15px;
	position: absolute;
	right: 25px;
	text-align: center;
	text-transform: uppercase;
	transition: background 300ms ease;
}
.wbPackagesList article:hover > figure > figcaption > a.button {
	background: #9CA83F;
}

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

	.wbPackagesList article {
		width: 49%;
	}

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

	.wbPackagesList article {
		float: none;
		margin-bottom: 15px;
		margin-right: 0 !important;
		width: 100%;
	}
	.wbPackagesList article > figure > figcaption {
		min-height: 0 !important;
	}

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

	.wbPackagesList article > figure > a {
		max-height: 250px;
	}
	.wbPackagesList article > figure > figcaption {
		padding-bottom: 130px;
		padding-left: 20px;
		padding-right: 20px;
		padding-top: 14px;
	}
	.wbPackagesList article > figure > figcaption > a.title {
		font-size: 24px;
	}
	.wbPackagesList article > figure > figcaption > p.price {
		bottom: 82px;
	}
	.wbPackagesList article > figure > figcaption > p.price > span.number {
		font-size: 24px;
	}
	.wbPackagesList article > figure > figcaption > a.button {
		bottom: 20px;
		left: 20px;
		right: 20px;
	}

}

/* WebBox - Pauschalen - Teaser */

.wbPackageTeaser:after {
	clear: both;
	content: "";
	display: block;
}
.wbPackageTeaser > h2 {
	margin: 0 0 20px 0;
}
.wbPackageTeaser > article {
	background: #EFEFEE;
	cursor: pointer;
	float: left;
	position: relative;
	width: 100%;
}
.wbPackageTeaser > article:nth-of-type(3n) {
	margin-right: 0;
}
.wbPackageTeaser > article:nth-of-type(3n) + article {
	clear: left;
}
.wbPackageTeaser > article > h2 {
	display: none;
}
.wbPackageTeaser > article > figure > a {
	float: left;
	width: 33.3333%;
}
.wbPackageTeaser > article > figure > a > img {
	display: block;
	width: 100%;
}
.wbPackageTeaser > article > figure > figcaption {
	float: left;
	min-height: 250px;
	padding: 25px 45px 60px;
	width: 66.6666%;
}
.wbPackageTeaser article > figure > figcaption > a.title {
	display: table;
	font-size: 42px;
	font-weight: 400;
	line-height: 0.95;
	margin: 0 0 0;
	padding: 0 0 22px;
	text-transform: uppercase;
	-webkit-transition: color 500ms ease;
	-moz-transition: color 500ms ease;
	-ms-transition: color 500ms ease;
	-o-transition: color 500ms ease;
	transition: color 500ms ease;
}
.wbPackageTeaser article:hover > figure > figcaption > a.title {
	color: #00869A;
}
.wbPackageTeaser article > figure > figcaption > a.button {
	bottom: 15px;
	line-height: 1;
	padding: 10px;
	position: absolute;
	right: 35px;
}
.wbPackageTeaser article > figure > figcaption > a.button:before {
	color: #00869A;
	content: "\E844";
	font-family: "webmanager";
	font-size: 25px;
	position: relative;
}
.wbPackageTeaser > article > figure > figcaption > p > span {
	display: block;
}
.wbPackageTeaser > article > figure > figcaption > p > .date {
	padding: 10px 0 0 0;
}
.wbPackageTeaser > article > figure > figcaption > p > .text {
	padding: 10px 0 10px 0;
}
.wbPackageTeaser > article > figure > figcaption > p > span > a {
	color: #000000;
}
.wbPackageTeaser > article:hover > figure > figcaption > p > span > a {
	color: #ED5968;
}
.wbPackageTeaser > article.hasPrice > figure > figcaption > p > span.addition  {
	background: #ED5968;
	border-radius: 50%;
	color: #FFFFFF;
	font-size: 10px;
	padding: 10px 15px 15px 17px;
	position: absolute;
	right: 25px;
	text-align: center;
	top: -32px;
}
.wbPackageTeaser > article.hasPrice > figure > figcaption > p > span.addition > span {
	display: block;
	font-size: 22px;
	line-height: 1;
}
.wbPackageTeaser > article.hasPrice > figure > figcaption > p > span.addition > span > .price {
	font-size: 26px;
	font-weight: 700;
}
.wbPackageTeaser > article > figure > figcaption > p > .addition > .price {
	font-size: 22px;
	font-weight: normal;
}

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

	.wbPackageTeaser > article > figure > a {
		width: 50%;
	}
	.wbPackageTeaser > article > figure > figcaption {
		width: 50%;
	}

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

	.wbPackageTeaser > article > figure > a {
		width: 100%;
	}
	.wbPackageTeaser > article > figure > figcaption {
		padding: 21px 20px 95px 23px;
		width: 100%;
	}

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

	.wbPackageTeaser article > figure > figcaption > a.button {
		left: 25px;
		width: auto;
	}

}

/* WebBox - Zimmer - Liste */

.wbRoomsList article {
	background: #E8E7E7;
	cursor: pointer;
	float: left;
	margin: 0 2% 2% 0;
	position: relative;
	width: 32%;
}
.wbRoomsList article:after {
	clear: both;
	content: "";
	display: block;
}
.wbRoomsList article:last-child {
	margin-right: 0;
}
.wbRoomsList article > h2 {
	display: none;
}
.wbRoomsList article > figure > a {
	display: block;
	height: 300px;
	overflow: hidden;
	position: relative;
}
.wbRoomsList article > figure > a > img {
	display: block;
	left: 50%;
	min-height: 100%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
}
.wbRoomsList article > figure > figcaption {
	padding: 19px 25px 150px;
	position: relative;
}
.wbRoomsList article > figure > figcaption > a.title {
	color: #293540;
	font-size: 30px;
	font-weight: normal;
	line-height: 1.2;
	transition: color 300ms ease;
}
.wbRoomsList article:hover > figure > figcaption > a.title {
	color: #9CA83F;
}
.wbRoomsList article > figure > figcaption > .text {
	display: block;
	margin: 12px 0 0;
	overflow: hidden;
	position: relative;
}
.wbRoomsList article > figure > figcaption > p.price {
	bottom: 87px;
	display: block;
	left: 25px;
	line-height: 1.2;
	position: absolute;
}
.wbRoomsList article > figure > figcaption > p.price > span.number {
	font-size: 30px;
	font-weight: normal;
}
.wbRoomsList article > figure > figcaption > a.button {
	background: #A8B745;
	bottom: 25px;
	color: #FFFFFF;
	display: block;
	font-weight: bold;
	left: 25px;
	line-height: 45px;
	padding: 0 15px;
	position: absolute;
	right: 25px;
	text-align: center;
	text-transform: uppercase;
	transition: background 300ms ease;
}
.wbRoomsList article:hover > figure > figcaption > a.button {
	background: #9CA83F;
}

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

	.wbRoomsList article {
		width: 49%;
	}

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

	.wbRoomsList article {
		float: none;
		margin-bottom: 15px;
		margin-right: 0 !important;
		width: 100%;
	}
	.wbRoomsList article > figure > figcaption {
		min-height: 0 !important;
	}

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

	.wbRoomsList article > figure > a {
		max-height: 250px;
	}
	.wbRoomsList article > figure > figcaption {
		padding-bottom: 130px;
		padding-left: 20px;
		padding-right: 20px;
		padding-top: 14px;
	}
	.wbRoomsList article > figure > figcaption > a.title {
		font-size: 24px;
	}
	.wbRoomsList article > figure > figcaption > p.price {
		bottom: 82px;
	}
	.wbRoomsList article > figure > figcaption > p.price > span.number {
		font-size: 24px;
	}
	.wbRoomsList article > figure > figcaption > a.button {
		bottom: 20px;
		left: 20px;
		right: 20px;
	}

}

/* WebBox - Pauschalen - Teaser */

.wbRoomTeaser:after {
	clear: both;
	content: "";
	display: block;
}
.wbRoomTeaser > h2 {
	margin: 0 0 20px 0;
}
.wbRoomTeaser > article {
	background: #EFEFEE;
	cursor: pointer;
	float: left;
	position: relative;
	width: 100%;
}
.wbRoomTeaser > article:nth-of-type(3n) {
	margin-right: 0;
}
.wbRoomTeaser > article:nth-of-type(3n) + article {
	clear: left;
}
.wbRoomTeaser > article > h2 {
	display: none;
}
.wbRoomTeaser > article > figure > a {
	float: left;
	width: 33.3333%;
}
.wbRoomTeaser > article > figure > a > img {
	display: block;
	width: 100%;
}
.wbRoomTeaser > article > figure > figcaption {
	float: left;
	min-height: 250px;
	padding: 25px 45px 50px;
	width: 66.6666%;
}
.wbRoomTeaser article > figure > figcaption > a.title {
	display: table;
	font-size: 42px;
	font-weight: 400;
	line-height: 0.95;
	margin: 0 0 0;
	padding: 0 0 22px;
	text-transform: uppercase;
	-webkit-transition: color 500ms ease;
	-moz-transition: color 500ms ease;
	-ms-transition: color 500ms ease;
	-o-transition: color 500ms ease;
	transition: color 500ms ease;
}
.wbRoomTeaser article:hover > figure > figcaption > a.title {
	color: #00869A;
}
.wbRoomTeaser article > figure > figcaption > a.button {
	bottom: 15px;
	line-height: 1;
	padding: 10px;
	position: absolute;
	right: 35px;
}
.wbRoomTeaser article > figure > figcaption > a.button:before {
	color: #00869A;
	content: "\E844";
	font-family: "webmanager";
	font-size: 25px;
	position: relative;
}
.wbRoomTeaser > article > figure > figcaption > p > span {
	display: block;
}
.wbRoomTeaser > article > figure > figcaption > p > .date {
	padding: 10px 0 0 0;
}
.wbRoomTeaser > article > figure > figcaption > p > .text {
	padding: 10px 0 10px 0;
}
.wbRoomTeaser > article > figure > figcaption > p > span > a {
	color: #000000;
}
.wbRoomTeaser > article:hover > figure > figcaption > p > span > a {
	color: #ED5968;
}
.wbRoomTeaser > article.hasPrice > figure > figcaption > p > span.addition  {
	background: #ED5968;
	border-radius: 50%;
	color: #FFFFFF;
	font-size: 10px;
	padding: 10px 15px 15px 17px;
	position: absolute;
	right: 25px;
	text-align: center;
	top: -32px;
}
.wbRoomTeaser > article.hasPrice > figure > figcaption > p > span.addition > span {
	display: block;
	font-size: 22px;
	line-height: 1;
}
.wbRoomTeaser > article.hasPrice > figure > figcaption > p > span.addition > span > .price {
	font-size: 26px;
	font-weight: 700;
}
.wbRoomTeaser > article > figure > figcaption > p > .addition > .price {
	font-size: 22px;
	font-weight: normal;
}

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

	.wbRoomTeaser > article > figure > a {
		width: 50%;
	}
	.wbRoomTeaser > article > figure > figcaption {
		width: 50%;
	}

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

	.wbRoomTeaser > article > figure > a {
		width: 100%;
	}
	.wbRoomTeaser > article > figure > figcaption {
		padding: 21px 20px 95px 23px;
		width: 100%;
	}

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

	.wbRoomTeaser article > figure > figcaption > a.button {
		left: 25px;
		width: auto;
	}

}

/* WebBox - Zimmer - Preise */

.wbRoomsPrices {
	background: #E8E7E7;
	min-height: 223px;
	padding-bottom: 30px;
	padding-top: 26px;
	position: relative;
}
.wbRoomsPrices:before {
	background: #E8E7E7;
	content: "";
	height: 100%;
	left: -5000px;
	position: absolute;
	top: 0;
	width: 10000px;
	z-index: -1;
}
.wbRoomsPrices.loading:after {
	content: "";
	position: absolute;
	top: 0;
	left: -4000px;
	right: -4000px;
	bottom: 0;
	background: rgba(255, 255, 255, 0.8);
	z-index: 1000;
}
.wbRoomsPrices.showPreloader > div > .wrapper {
	opacity: 0;
}
.wbRoomsPrices.loading > div:before {
	background: url(/img/webbox/preloader.gif) no-repeat left top;
	background-size: 25px auto;
	content: "";
	display: block;
	height: 50px;
	left: 50%;
	margin: -13px 0 0 -13px;
	position: absolute;
	top: 50%;
	width: 50px;
	z-index: 9999;
}
.wbRoomsPrices > div > .wrapper {
	opacity: 1;
}
.wbRoomsPrices > div > .wrapper > .header > h2 {
	float: left;
	font-weight: normal;
	margin-bottom: 0;
	margin-top: 26.5px;
	max-width: 60%;
}
.wbRoomsPrices.showPeriods > div > .wrapper > .header > h2 {
	float: none;
	margin-top: 0;
	max-width: 100%;
}
.wbRoomsPrices > div > .wrapper > .header > .dates {
	float: right;
}
.wbRoomsPrices > div > .wrapper > .header > .dates > .column {
	float: left;
	margin-right: 20px;
	width: 160px;
}
.wbRoomsPrices > div > .wrapper > .header > .dates > .column:last-child {
	margin-right: 0;
}
.wbRoomsPrices > div > .wrapper > .header > .dates > .column > label {
	display: block;
	font-size: 16px;
	line-height: 1.2;
	padding: 0 0 5px;
}
.wbRoomsPrices > div > .wrapper > .header > .dates > .column > .field {
	background: #FFFFFF;
	position: relative;
}
.wbRoomsPrices > div > .wrapper > .header > .dates > .column > .field:after {
	background: #A8B745;
	color: #FFFFFF;
	content: "\E800";
	font-family: "webbox";
	font-size: 13px;
	height: 40px;
	line-height: 40px;
	position: absolute;
	right: 0;
	text-align: center;
	top: 0;
	width: 40px;
}
.wbRoomsPrices > div > .wrapper > .header > .dates > .column > .field > input {
	background: none;
	border: 0 none;
	cursor: pointer;
	height: 40px;
	margin: 0;
	padding: 0 55px 0 15px;
	position: relative;
	text-align: center;
	width: 100%;
	z-index: 1;
}
.wbRoomsPrices > div > .wrapper > .table {
	line-height: 1.2;
	margin: 20px 0 0 0;
	padding: 0 0 0 408px;
	position: relative;
}
.wbRoomsPrices > div > .wrapper > .table > .left {
	left: 0;
	position: absolute;
	top: 0;
	width: 408px;
}
.wbRoomsPrices > div > .wrapper > .table > .left > .row {
	border-bottom: 1px solid #F9F9F9;
	border-left: 1px solid #F9F9F9;
	border-right: 1px solid #F9F9F9;
	height: 80px;
	overflow: hidden;
}
.wbRoomsPrices > div > .wrapper > .table > .left > .row:first-child {
	background: #F9F9F9;
	border-bottom: 0 none;
	border-right: 1px solid #E8E7E7;
	height: 50px;
}
.wbRoomsPrices > div > .wrapper > .table > .left > .row > span {
	display: block;
	padding: 15px 15px 14px;
	position: relative;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.wbRoomsPrices > div > .wrapper > .table > .left > .row:first-child > span {
	font-weight: bold;
}
.wbRoomsPrices > div > .wrapper > .table > .left > .row > a {
	background: rgba(255, 255, 255, 0.2);
	color: #293540;
	display: block;
	font-weight: normal;
	padding: 19px 15px 21px 100px;
	position: relative;
	overflow: hidden;
	text-overflow: ellipsis;
	transition: background 300ms ease, color 300ms ease;
	white-space: nowrap;
}
.wbRoomsPrices > div > .wrapper > .table > .left > .row:hover > a,
.wbRoomsPrices > div > .wrapper > .table > .left > .row.hover > a {
	background: #A8B745;
	color: #FFFFFF;
}
.wbRoomsPrices > div > .wrapper > .table > .left > .row > a > img {
	height: 50px;
	left: 15px;
	position: absolute;
	top: 15px;
	width: 70px;
}
.wbRoomsPrices > div > .wrapper > .table > .left > .row > a > span {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.wbRoomsPrices > div > .wrapper > .table > .left > .row > a > span.text {
	font-size: 14px;
	font-weight: 300;
	margin: 3px 0 0;
}
.wbRoomsPrices > div > .wrapper > .table > .right .column .row {
	border-bottom: 1px solid #F9F9F9;
	border-right: 1px solid #F9F9F9;
	height: 80px;
	overflow: hidden;
	position: relative;
	text-align: center;
	transition: background 300ms ease, color 300ms ease;
}
.wbRoomsPrices > div > .wrapper > .table > .right .column .row:first-child {
	background: #F9F9F9;
	border-bottom: 0 none;
	border-right: 1px solid #E8E7E7;
	font-weight: bold;
	height: 50px;
}
.wbRoomsPrices > div > .wrapper > .table > .right .column.hover .row:first-child {
	background: #A8B745;
	color: #FFFFFF;
}
.wbRoomsPrices > div > .wrapper > .table > .right .column:last-child .row:first-child {
	border-right: 1px solid #F9F9F9;
}
.wbRoomsPrices > div > .wrapper > .table > .right .column .row > span {
	display: block;
	padding: 15px 10px;
	position: relative;
}
.wbRoomsPrices > div > .wrapper > .table > .right .column .row > span.price {
	padding-bottom: 29px;
	padding-top: 29px;
}
.wbRoomsPrices > div > .wrapper > .table > .right .column .row.notavailable > span.price {
	font-size: 14px;
	padding-bottom: 22px;
	padding-top: 23px;
}

/* Ansicht: Zeitraum */

.wbRoomsPrices > div > .wrapper > .table > .right .column .row.period > span.date {
	padding-bottom: 7px;
	padding-top: 7px;
}
.wbRoomsPrices > div > .wrapper > .table > .right .column .row.period > span.date > span {
	display: block;
	font-size: 15px;
}

/* --- Markierungen --- */

/* verfügbar */

.wbRoomsPrices > div > .wrapper > .table > .right .column .row.available {
	background: #AFD39A;
	cursor: pointer;
}
.wbRoomsPrices > div > .wrapper > .table > .right .column .row.tmpavailable {
	background: #AFD39A !important;
	cursor: pointer !important;
}
.wbRoomsPrices > div > .wrapper > .table > .right .column .row.tmpavailable > span.price:not(.hasPrice) {
	opacity: 0;
}

/* nicht selektierbar */

.wbRoomsPrices > div > .wrapper > .table > .right .column .row.ui-datepicker-unselectable {
	background: #D89DA5;
}
.wbRoomsPrices > div > .wrapper > .table > .right .column .row.ui-datepicker-unselectable.available,
.wbRoomsPrices > div > .wrapper > .table > .right .column .row.ui-datepicker-unselectable.notavailable {
	background: #D89DA5;
}

/* nicht verfügbar */

.wbRoomsPrices > div > .wrapper > .table > .right .column .row.notavailable {
	background: #D89DA5;
	opacity: 0.4;
}
.wbRoomsPrices > div > .wrapper > .table > .right .column .row.noarrival:before {
	border-bottom: 12px solid transparent;
	border-left: 12px solid #D89DA5;
	content: "";
	height: 12px;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}
.wbRoomsPrices > div > .wrapper > .table > .right .column .row.nodeparture:after {
	border-bottom: 12px solid transparent;
	border-right: 12px solid #D89DA5;
	content: "";
	height: 12px;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
}

/* ausgewählt */

.wbRoomsPrices > div > .wrapper > .table > .right .column .row.mark,
.wbRoomsPrices > div > .wrapper > .table > .right .column .row.available:not(.unselectable):hover,
.wbRoomsPrices > div > .wrapper > .table > .right .column .row.conavailable:not(.unselectable):hover {
	background: #387117 !important;
	color: #FFFFFF !important;
}
.wbRoomsPrices > div > .wrapper > .table > .right .column .row.start,
.wbRoomsPrices > div > .wrapper > .table > .right .column .row.end {
	background: #204908 !important;
	color: #FFFFFF !important;
}

/* Infobox */

.wbRoomsPrices > div > .wrapper > .table > .infoBox {
	background: #FFFFFF;
	background: rgba(255, 255, 255, 0.8);
	bottom: 0;
	display: none;
	left: 0;
	opacity: 0;
	position: absolute;
	right: 0;
	top: 0;
	transition: opacity 500ms ease;
	z-index: 2;
}
.wbRoomsPrices > div > .wrapper > .table > .infoBox.display {
	display: block;
}
.wbRoomsPrices > div > .wrapper > .table > .infoBox.show {
	opacity: 1;
}
.wbRoomsPrices > div > .wrapper > .table > .infoBox > div {
	background: #FFFFFF;
	box-shadow: 0 0 7px -1px rgba(0, 0, 0, 0.2);
	left: 50%;
	opacity: 0;
	padding: 114px 30px 30px;
	position: absolute;
	text-align: center;
	top: 55%;
	transform: translate(-50%, -50%);
	transition: none;
	width: 500px;
	z-index: 2;
}
.wbRoomsPrices > div > .wrapper > .table > .infoBox.show > div {
	opacity: 1;
	top: 50%;
	transition: opacity 500ms ease 300ms, top 500ms ease 300ms;
}
.wbRoomsPrices > div > .wrapper > .table > .infoBox > div:before {
	border: 2px solid #A8B745;
	border-radius: 50%;
	color: #A8B745;
	content: "\E82D";
	font-family: "webbox";
	font-size: 40px;
	height: 60px;
	left: 50%;
	line-height: 58px;
	margin: 0 0 0 -30px;
	position: absolute;
	text-align: center;
	top: 30px;
	width: 60px;
}
.wbRoomsPrices > div > .wrapper > .table > .infoBox > div > p.headline {
	color: #A8B745;
	font-size: 30px;
	font-weight: normal;
	margin: 0 0 24px;
}
.wbRoomsPrices > div > .wrapper > .table > .infoBox > div > p.text > span {
	font-weight: bold;
}
.wbRoomsPrices > div > .wrapper > .table > .infoBox > div > p.room {
	margin: 5px 0 0;
}
.wbRoomsPrices > div > .wrapper > .table > .infoBox > div > p.room > span {
	font-weight: bold;
}
.wbRoomsPrices > div > .wrapper > .table > .infoBox > div > .buttons {
	margin: 30px 0 0;
}
.wbRoomsPrices > div > .wrapper > .table > .infoBox > div > .buttons > a {
	background: #A8B745;
	color: #FFFFFF;
	display: inline-block;
	font-size: 18px;
	font-weight: 900;
	line-height: 40px;
	padding: 0 15px;
	text-align: center;
	text-transform: uppercase;
	transition: background 300ms ease;
}
.wbRoomsPrices > div > .wrapper > .table > .infoBox > div > .buttons > a.reset {
	background: none;
	border: 1px solid #A8B745;
	color: #A8B745;
	line-height: 38px;
	margin: 0 10px 0 0;
	transition: background 300ms ease, border 300ms ease, color 300ms ease;
}
.wbRoomsPrices > div > .wrapper > .table > .infoBox > div > .buttons > a.booking:hover {
	background: #9CA83F;
}
.wbRoomsPrices > div > .wrapper > .table > .infoBox > div > .buttons > a.reset:hover {
	background: #9CA83F;
	border: 1px solid #9CA83F;
	color: #FFFFFF;
}

/* Legende */

.wbRoomsPrices > div > .wrapper > ul.legend {
	margin: 20px 0 0;
	text-align: center;
}
.wbRoomsPrices > div > .wrapper > ul.legend > li {
	display: inline-block;
	font-size: 14px;
	margin: 0 8px;
	padding: 0 0 0 20px;
	position: relative;
}
.wbRoomsPrices > div > .wrapper > ul.legend > li:before {
	content: "";
	height: 12px;
	left: 0;
	position: absolute;
	top: 4px;
	width: 12px;
	z-index: 1;
}
.wbRoomsPrices > div > .wrapper > ul.legend > li.available:before {
	background: #AFD39A;
}
.wbRoomsPrices > div > .wrapper > ul.legend > li.noarrival:before {
	background: #AFD39A;
}
.wbRoomsPrices > div > .wrapper > ul.legend > li.noarrival:after {
	border-bottom: 8px solid transparent;
	border-left: 8px solid #D89DA5;
	content: "";
	height: 8px;
	left: 0;
	position: absolute;
	top: 4px;
	width: 8px;
	z-index: 2;
}
.wbRoomsPrices > div > .wrapper > ul.legend > li.nodeparture:before {
	background: #AFD39A;
}
.wbRoomsPrices > div > .wrapper > ul.legend > li.nodeparture:after {
	border-bottom: 8px solid transparent;
	border-right: 8px solid #D89DA5;
	content: "";
	height: 8px;
	left: 4px;
	position: absolute;
	top: 4px;
	width: 8px;
	z-index: 2;
}
.wbRoomsPrices > div > .wrapper > ul.legend > li.available:before {
	background: #AFD39A;
}
.wbRoomsPrices > div > .wrapper > ul.legend > li.conavailable:before {
	background: #F0B27A;
}
.wbRoomsPrices > div > .wrapper > ul.legend > li.notavailable:before {
	background: #D89DA5;
}

/* Preloader */

.wbRoomsPrices > div > .preloader {
	background: #E8E7E7;
	height: 100%;
	left: 0;
	opacity: 0;
	position: absolute;
	top: 0;
	transition: opacity 300ms ease;
	width: 100%;
	z-index: -1;
}
.wbRoomsPrices.showPreloader > div > .preloader {
	z-index: 9998;
}
.wbRoomsPrices.animatePreloader > div > .preloader {
	opacity: 1;
}
.wbRoomsPrices > div > .preloader > div {
	left: 50%;
	position: absolute;
	text-align: center;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 280px;
}
.wbRoomsPrices > div > .preloader > div > p.label {
	color: #00869A;
	font-size: 25px;
	font-weight: bold;
	line-height: 1.2;
	text-transform: uppercase;
}
.wbRoomsPrices > div > .preloader > div > p.addition {
	color: #00869A;
	font-size: 15px;
	font-weight: 300;
	line-height: 1.2;
}

/* Owl Carousel */

.wbRoomsPrices > div > .wrapper > .table > .right .owl-nav {
	left: -408px;
	position: absolute;
	right: 0;
	top: 50%;
}
.wbRoomsPrices > div > .wrapper > .table > .right .owl-nav.disabled {
	display: block;
}
.wbRoomsPrices > div > .wrapper > .table > .right .owl-nav > div {
	color: #CFD1D5;
	height: 56px;
	line-height: 56px;
	margin: -28px 0 0;
	position: absolute;
	text-align: center;
	top: 50%;
	transition: color 300ms ease;
	width: 55px;
}
.wbRoomsPrices > div > .wrapper > .table > .right .owl-nav > div:before {
	font-family: "webbox";
	font-size: 55px;
}
.wbRoomsPrices > div > .wrapper > .table > .right .owl-nav > .owl-prev {
	left: -65px;
}
.wbRoomsPrices > div > .wrapper > .table > .right .owl-nav > .owl-prev:not(.disabled):hover {
	color: #293540;
}
.wbRoomsPrices > div > .wrapper > .table > .right .owl-nav > .owl-prev.disabled {
	opacity: 0.5;
}
.wbRoomsPrices > div > .wrapper > .table > .right .owl-nav > .owl-prev:before {
	content: "\E84F";
}
.wbRoomsPrices > div > .wrapper > .table > .right .owl-nav > .owl-next {
	right: -65px;
}
.wbRoomsPrices > div > .wrapper > .table > .right .owl-nav > .owl-next:hover {
	color: #293540;
}
.wbRoomsPrices > div > .wrapper > .table > .right .owl-nav > .owl-next:before {
	content: "\E850";
}

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

	.wbRoomsPrices > div > .wrapper > .table > .right .owl-nav {
		left: 0;
		position: fixed;
		right: 0;
	}
	.wbRoomsPrices > div > .wrapper > .table > .right .owl-nav > div {
		color: #FFFFFF;
		height: 45px;
		line-height: 45px;
		margin: -23px 0 0;
		width: 45px;
		background: #A8B745;
		transition: all 300ms ease-in-out;
	}
	.wbRoomsPrices > div > .wrapper > .table > .right .owl-nav > .owl-prev {
		left: -45px;
	}
	.wbRoomsPrices.showNav > div > .wrapper > .table > .right .owl-nav > .owl-prev {
		left: 0;
	}
	.wbRoomsPrices > div > .wrapper > .table > .right .owl-nav > .owl-next {
		right: -45px;
	}
	.wbRoomsPrices.showNav > div > .wrapper > .table > .right .owl-nav > .owl-next {
		right: 0;
	}
	.wbRoomsPrices > div > .wrapper > .table > .right .owl-nav > div:before {
		font-size: 25px;
	}

}

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

	.wbRoomsPrices > div > .wrapper > .header > h2 {
		float: none;
		margin-bottom: 21px;
		margin-top: 0;
		max-width: 100%;
	}
		
}

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

	.wbRoomsPrices > div > .wrapper > .header > .dates {
		float: none;
	}
	.wbRoomsPrices > div > .wrapper > .header > .dates > .column {
		margin-right: 2.941176470588236%; /* 20 */
		width: 48.529411764705884%; /* 330 */
	}
	.wbRoomsPrices > div > .wrapper > .table {
		font-size: 14px;
		padding-left: 250px;
	}
	.wbRoomsPrices > div > .wrapper > .table > .left {
		left: 0;
		width: 250px;
	}
	.wbRoomsPrices > div > .wrapper > .table > .left > .row {
		height: 60px;
	}
	.wbRoomsPrices > div > .wrapper > .table > .left > .row:first-child {
		height: 40px;
	}
	.wbRoomsPrices > div > .wrapper > .table > .left > .row > span {
		padding-bottom: 12px;
		padding-top: 11px;
	}
	.wbRoomsPrices > div > .wrapper > .table > .left > .row > a > img {
		display: none;
	}
	.wbRoomsPrices > div > .wrapper > .table > .left > .row > a {
		padding-bottom: 13px;
		padding-left: 15px;
		padding-top: 12px;
	}
	.wbRoomsPrices > div > .wrapper > .table > .left > .row > a > span.text {
		font-size: 12px;
	}
	.wbRoomsPrices > div > .wrapper > .table > .right .column .row {
		height: 60px;
	}
	.wbRoomsPrices > div > .wrapper > .table > .right .column .row:first-child {
		height: 40px;
	}
	.wbRoomsPrices > div > .wrapper > .table > .right .column .row > span {
		padding-bottom: 11px;
		padding-top: 12px;
	}
	.wbRoomsPrices > div > .wrapper > .table > .right .column .row > span.price {
		padding-bottom: 21px;
		padding-top: 21px;
	}
	.wbRoomsPrices > div > .wrapper > .table > .right .column .row.notavailable > span.price {
		padding-bottom: 13px;
		padding-top: 13px;
	}

	/* Ansicht: Zeitraum */

	.wbRoomsPrices > div > .wrapper > .table > .right .column .row.period > span.date {
		padding-bottom: 4.5px;
		padding-top: 4.5px;
	}
	.wbRoomsPrices > div > .wrapper > .table > .right .column .row.period > span.date > span {
		font-size: 13px;
	}

	/* Infobox */

	.wbRoomsPrices > div > .wrapper > .table > .infoBox > div {
		font-size: 17px;
		padding: 20px;
		width: 280px;
	}
	.wbRoomsPrices > div > .wrapper > .table > .infoBox > div:before {
		display: none;
	}
	.wbRoomsPrices > div > .wrapper > .table > .infoBox > div > p.headline {
		font-size: 24px;
		margin-bottom: 14px;
	}
	.wbRoomsPrices > div > .wrapper > .table > .infoBox > div > p.room > span {
		display: block;
	}
	.wbRoomsPrices > div > .wrapper > .table > .infoBox > div > .buttons {
		margin-top: 20px;
	}
	.wbRoomsPrices > div > .wrapper > .table > .infoBox > div > .buttons > a {
		display: block;
		margin-right: 0 !important;
	}
	.wbRoomsPrices > div > .wrapper > .table > .infoBox > div > .buttons > a.booking {
		margin-top: 10px;
	}

}

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

	.wbRoomsPrices > div > .wrapper > .header > .dates > .column {
		float: none;
		margin-right: 0;
		width: 100%;
	}
	.wbRoomsPrices > div > .wrapper > .header > .dates > .column:last-child {
		margin-top: 10px;
	}
	.wbRoomsPrices > div > .wrapper > .table {
		padding-left: 170px;
	}
	.wbRoomsPrices > div > .wrapper > .table > .left {
		width: 170px;
	}

}

/* WebBox - Zimmer - Preise - Rates */

.wbRoomsPrices > div > .wrapper > .header > .rates .rate {
	align-items: center;
	border: 1px solid #A8B745;
	display: flex;
	float: left;
	font-size: 14px;
	font-weight: 600;
	height: 40px;
	justify-content: center;
	margin: 0 -1px -1px 0;
	padding: 0 15px;
	text-align: center;
}
.wbRoomsPrices > div > .wrapper > .header > .rates .rate:hover,
.wbRoomsPrices > div > .wrapper > .header > .rates .rate.selected {
	background: #A8B745;
	color: #FFFFFF;
}
.wbRoomsPrices > div > .wrapper > .header > .ratesinfo {
	background: #E8E7E7;
	display: block !important;
	font-size: 14px;
	margin: 0 0 40px 0;
	padding: 20px 15px;
}

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

	.wbRoomsPrices > div > .wrapper > .header > .rates .rate {
		float: none;
	}

}

/* WebBox - Zimmer - Preistabelle */

.wbPriceTable {
	background: #E8E7E7;
	padding-bottom: 30px;
	padding-top: 30px;
	position: relative;
}
.wbPriceTable:before {
	background: #E8E7E7;
	content: "";
	height: 100%;
	left: -5000px;
	position: absolute;
	top: 0;
	width: 10000px;
	z-index: -1;
}

/* Überschrift */

.wbPriceTable > h2 {
	color: #A8B745;
	font-size: 30px;
	font-weight: normal;
	margin-bottom: 25px;
	margin-top: 0 !important;
	text-align: left;
	text-transform: uppercase;
}

/* WebBox - Zimmer - Preistabelle - Quickbucher */

.wbPriceTable > div > form {
	padding: 0 200px 0 230px;
	position: relative;
}
.wbPriceTable > div > form:after {
	clear: both;
	content: "";
	display: block;
}
.wbPriceTable > div > form > p.headline {
	font-size: 26px;
	font-weight: 100;
	position: absolute;
	left: 0;
	line-height: 1.4;
	text-transform: uppercase;
	top: -2px;
}
.wbPriceTable > div > form > p.headline > span {
	display: block;
	font-weight: normal;
}
.wbPriceTable > div > form > .row {
	float: left;
	margin: 0 20px 0 0;
	width: 160px;
}
.wbPriceTable > div > form > .row.adults {
	width: 120px;
}
.wbPriceTable > div > form > .row.children {
	margin-right: 0;
	width: 120px;
}
.wbPriceTable > div > form > .row > label {
	display: block;
	font-size: 16px;
	line-height: 1.2;
	padding: 0 0 5px;
}
.wbPriceTable > div > form > .row > .field {
	background: #FFFFFF;
	position: relative;
}
.wbPriceTable > div > form > .row > .field:after {
	background: #A8B745;
	color: #FFFFFF;
	content: "\E800";
	font-family: "webbox";
	font-size: 13px;
	height: 40px;
	line-height: 40px;
	position: absolute;
	right: 0;
	text-align: center;
	top: 0;
	width: 40px;
}
.wbPriceTable > div > form > .row > .field > input {
	background: none;
	border: 0 none;
	cursor: pointer;
	line-height: 40px;
	margin: 0;
	padding: 0 55px 0 15px;
	position: relative;
	text-align: center;
	width: 100%;
	z-index: 1;
}
.wbPriceTable > div > form > .row > .select {
	background: #FFFFFF;
	overflow: hidden;
	position: relative;
}
.wbPriceTable > div > form > .row > .select:after {
	background: #A8B745;
	color: #FFFFFF;
	content: "\E800";
	font-family: "webbox";
	font-size: 13px;
	height: 40px;
	line-height: 40px;
	position: absolute;
	right: 0;
	text-align: center;
	top: 0;
	width: 40px;
}
.wbPriceTable > div > form > .row.adults > .select:after {
	content: "\E808";
	font-size: 18px;
}
.wbPriceTable > div > form > .row.children > .select:after {
	content: "\F1AE";
	font-size: 22px;
}
.wbPriceTable > div > form > .row > .select > select {
	background: none;
	border: 0 none;
	cursor: pointer;
	height: 40px;
	line-height: 40px;
	margin: 0;
	padding: 0 55px 0 15px;
	position: relative;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	text-align: center;
	width: 100%;
	z-index: 1;
}
.wbPriceTable > div > form > .row > .select > select > option {
	padding: 0;
}
.wbPriceTable > div > form > .button {
	position: absolute;
	right: 0;
	top: 24px;
}
.wbPriceTable > div > form > .button > input {
	background: #A8B745;
	border: 0 none;
	color: #FFFFFF;
	cursor: pointer;
	display: block;
	font-size: 18px;
	font-weight: 900;
	line-height: 40px;
	padding: 0 15px;
	text-transform: uppercase;
	transition: background 300ms ease;
}
.wbPriceTable > div > form > .button > input:hover {
	background: #9CA83F;
}

/* Alter der Kinder */

.wbPriceTable > div > form > .row.ageChildren {
	clear: both;
	display: none;
	float: none;
	margin-right: 0;
	max-width: 620px;
	padding: 15px 0 0;
	width: 100%;
}
.wbPriceTable > div > form > .row.ageChildren.show {
	display: block;
}
.wbPriceTable > div > form > .row.ageChildren > div:after {
	clear: both;
	content: "";
	display: block;
}
.wbPriceTable > div > form > .row.ageChildren > div > div {
	float: left;
	height: 40px;
	margin: 0 2% 4px 0;
	position: relative;
	width: 32%;
}
.wbPriceTable > div > form > .row.ageChildren > div > div:nth-child(3n) {
	margin-right: 0;
}
.wbPriceTable > div > form > .row.ageChildren > div > div:nth-child(3n) + div {
	clear: left;
}
.wbPriceTable > div > form > .row.ageChildren > div > div > label {
	background: #F9F9F9;
	font-size: 16px;
	font-weight: normal;
	left: 0;
	line-height: 40px;
	position: absolute;
	text-align: center;
	top: 0;
	width: 49%;
}
.wbPriceTable > div > form > .row.ageChildren > div > div > .select {
	background: #FFFFFF;
	overflow: hidden;
	position: absolute;
	right: 0;
	top: 0;
	width: 49%;
}
.wbPriceTable > div > form > .row.ageChildren > div > div > .select.error {
	background: #D89DA5;
}
.wbPriceTable > div > form > .row.ageChildren > div > div > .select:after {
	background: #F9F9F9;
	color: #293540;
	content: "\E805";
	font-family: "webbox";
	font-size: 13px;
	height: 40px;
	line-height: 40px;
	position: absolute;
	right: 0;
	text-align: center;
	top: 0;
	width: 40px;
}
.wbPriceTable > div > form > .row.ageChildren > div > div > .select > select {
	background: none;
	border: 0 none;
	cursor: pointer;
	height: 40px;
	line-height: 40px;
	margin: 0;
	padding: 0 55px 0 15px;
	position: relative;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	text-align: center;
	width: 100%;
	z-index: 1;
}
.wbPriceTable > div > form > .row.ageChildren > div > div > .select > select > option {
	padding: 0;
}
.wbPriceTable > div > form > .content {
	clear: both;
	display: none;
	padding: 40px 0 0;
}
.wbPriceTable.show > div > form > .content {
	display: block;
}

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

	.wbPriceTable > div > form {
		padding-left: 0;
	}
	.wbPriceTable > div > form > p.headline {
		left: auto;
		margin: 0 0 10px;
		position: relative;
		top: auto;
	}
	.wbPriceTable > div > form > p.headline > span {
		display: inline-block;
	}
	.wbPriceTable > div > form > .button {
		top: 70px;
	}

}

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

	.wbPriceTable > div > form {
		padding-right: 0;
	}
	.wbPriceTable > div > form > .row {
		margin-right: 2% !important;
		width: 23.5% !important;
	}
	.wbPriceTable > div > form > .row.children {
		margin-right: 0 !important;
	}
	.wbPriceTable > div > form > .row.ageChildren {
		max-width: 100% !important;
		width: 100% !important;
	}
	.wbPriceTable > div > form > .button {
		float: right;
		padding-top: 20px;
		position: relative;
		right: auto;
		top: auto;
	}

}

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

	.wbPriceTable > div > form > .row {
		width: 49% !important;
	}
	.wbPriceTable > div > form > .row.arrival {
		margin-bottom: 2%;
	}
	.wbPriceTable > div > form > .row.departure {
		margin-bottom: 2%;
		margin-right: 0 !important;
	}
	.wbPriceTable > div > form > .row.ageChildren > div > div {
		width: 49%;
	}
	.wbPriceTable > div > form > .row.ageChildren > div > div:nth-child(3n) {
		margin-right: 2%;
	}
	.wbPriceTable > div > form > .row.ageChildren > div > div:nth-child(3n) + div {
		clear: none;
	}
	.wbPriceTable > div > form > .row.ageChildren > div > div:nth-child(2n) {
		margin-right: 0;
	}
	.wbPriceTable > div > form > .row.ageChildren > div > div:nth-child(2n) + div {
		clear: left;
	}
	.wbPriceTable > div > form > .button {
		clear: both;
		float: none;
	}
	.wbPriceTable > div > form > .button > input {
		width: 100%;
	}

}

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

	.wbPriceTable > div > form > p.headline > span {
		display: block;
	}
	.wbPriceTable > div > form > .row {
		float: none !important;
		margin-right: 0 !important;
		width: 100% !important;
	}
	.wbPriceTable > div > form > .row.arrival {
		margin-bottom: 10px;
	}
	.wbPriceTable > div > form > .row.departure {
		margin-bottom: 10px;
	}
	.wbPriceTable > div > form > .row.adults {
		margin-bottom: 10px;
	}
	.wbPriceTable > div > form > .row.ageChildren > div > div {
		float: none !important;
		margin-right: 0 !important;
		width: 100% !important;
	}
		
}

/* WebBox - Zimmer - Preistabelle - Kalender */

.wbPriceTable > div > form .calendar {
	position: relative;
	-webkit-transition: opacity 500ms ease;
	-moz-transition: opacity 500ms ease;
	-ms-transition: opacity 500ms ease;
	-o-transition: opacity 500ms ease;
	transition: opacity 500ms ease;
}
.wbPriceTable > div > form .calendar:after {
	clear: both;
	content: "";
	display: block;
}
.wbPriceTable > div > form .msg {
	line-height: 1.2;
	margin: 0 0 25px;
	opacity: 0;
	-webkit-transition: opacity 500ms ease;
	-moz-transition: opacity 500ms ease;
	-ms-transition: opacity 500ms ease;
	-o-transition: opacity 500ms ease;
	transition: opacity 500ms ease;
}
.wbPriceTable > div > form .msg:after {
	clear: both;
	content: "";
	display: block;
}
.wbPriceTable.show > div > form .msg {
	opacity: 1;
}
.wbPriceTable > div > form .msg > span {
	display: inline-block;
}
.wbPriceTable > div > form .msg > a {
	color: #A8B745;
	display: none;
	float: right;
	font-weight: 300;
	-webkit-transition: color 300ms ease;
	-moz-transition: color 300ms ease;
	-ms-transition: color 300ms ease;
	-o-transition: color 300ms ease;
	transition: color 300ms ease;
}
.wbPriceTable > div > form .msg.showButton > a {
	display: block;
}
.wbPriceTable > div > form .msg > a:hover {
	color: #9CA83F;
}
.wbPriceTable > div > form .calendar > a.prev {
	color: #293540;
	left: -50px;
	line-height: 120px;
	margin: -60px 0 0;
	opacity: 0;
	position: absolute;
	text-align: center;
	top: 50%;
	-webkit-transition: opacity 500ms ease;
	-moz-transition: opacity 500ms ease;
	-ms-transition: opacity 500ms ease;
	-o-transition: opacity 500ms ease;
	transition: opacity 500ms ease;
	width: 40px;
	z-index: 2;
}
.wbPriceTable.show > div > form .calendar > a.prev {
	opacity: 1;
}
.wbPriceTable > div > form .calendar > a.prev:hover {
	color: #9CA83F;
}
.wbPriceTable > div > form .calendar > a.prev.disabled {
	cursor: not-allowed;
	opacity: 0.2;
}
.wbPriceTable > div > form .calendar > a.prev:before {
	content: "\E84F";
	display: block;
	font-family: "webbox";
	font-size: 26px;
	font-weight: normal;
}
.wbPriceTable > div > form .calendar > a.next {
	color: #293540;
	line-height: 120px;
	margin: -60px 0 0;
	opacity: 0;
	position: absolute;
	right: -50px;
	text-align: center;
	top: 50%;
	-webkit-transition: opacity 500ms ease;
	-moz-transition: opacity 500ms ease;
	-ms-transition: opacity 500ms ease;
	-o-transition: opacity 500ms ease;
	transition: opacity 500ms ease;
	width: 40px;
	z-index: 2;
}
.wbPriceTable.show > div > form .calendar > a.next {
	opacity: 1;
}
.wbPriceTable > div > form .calendar > a.next:hover {
	color: #9CA83F;
}
.wbPriceTable > div > form .calendar > a.next.disabled {
	cursor: not-allowed;
	opacity: 0.2;
}
.wbPriceTable > div > form .calendar > a.next:before {
	content: "\E850";
	display: block;
	font-family: "webbox";
	font-size: 26px;
	font-weight: normal;
}

/* Datepicker */

.wbPriceTable > div > form .calendar .ui-datepicker {
	background: none;
	border: 0 none;
	border-radius: 0;
	box-shadow: none;
	padding: 0 !important;
	width: 100% !important;
	z-index: 1;
}
.wbPriceTable > div > form .calendar .ui-datepicker table {
	margin: 10px 0 0 0;
}
.wbPriceTable > div > form .calendar .ui-datepicker .ui-datepicker-header {
	background: none;
	border-bottom: 2px solid #CFD1D5;
	margin: 0 0 9px;
	padding: 0 0 12px;
}
.wbPriceTable > div > form .calendar .ui-datepicker .ui-datepicker-header .ui-datepicker-prev {
	display: none;
}
.wbPriceTable > div > form .calendar .ui-datepicker .ui-datepicker-header .ui-datepicker-next {
	display: none;
}
.wbPriceTable > div > form .calendar .ui-datepicker .ui-datepicker-header .ui-datepicker-title {
	color: #A8B745;
	font-size: 22px;
	font-weight: normal;
	line-height: 1.2;
	margin: 0;
	text-align: center !important;
	text-transform: uppercase;
}
.wbPriceTable > div > form .calendar .ui-datepicker .ui-datepicker-header .ui-datepicker-title:before {
	display: none;
}
.wbPriceTable > div > form .calendar .ui-datepicker .ui-datepicker-header .ui-datepicker-title .ui-datepicker-month {
	font-weight: bold;
}
.wbPriceTable > div > form .calendar .ui-datepicker-multi-2 .ui-datepicker-group {
	width: 48%; /* 417,6 */
}
.wbPriceTable > div > form .calendar .ui-datepicker-multi-2 .ui-datepicker-group-first {
	margin: 0 4% 0 0; /* 0 34,8 0 0 */
}
.wbPriceTable > div > form .calendar .ui-datepicker .ui-datepicker-calendar {
	text-align: center;
	width: 100%;
}
.wbPriceTable > div > form .calendar .ui-datepicker th {
	font-size: 14px;
	font-weight: normal;
	padding-bottom: 4px;
	text-align: center;
	text-transform: uppercase;
}
.wbPriceTable > div > form .calendar .ui-datepicker td {
	border: 0 none;
	padding: 2.5px;
	vertical-align: top;
}
.wbPriceTable > div > form .calendar .ui-datepicker td span,
.wbPriceTable > div > form .calendar .ui-datepicker td a {
	background: #FFFFFF;
	border: 1px solid #CFD1D5;
	color: #293540;
	font-size: 16px;
	font-weight: normal;
	line-height: 1;
	opacity: 1;
	padding: 13px 5px;
	text-align: center;
	-webkit-transition: background 500ms ease, border 500ms ease, color 500ms ease;
	-moz-transition: background 500ms ease, border 500ms ease, color 500ms ease;
	-ms-transition: background 500ms ease, border 500ms ease, color 500ms ease;
	-o-transition: background 500ms ease, border 500ms ease, color 500ms ease;
	transition: background 500ms ease, border 500ms ease, color 500ms ease;
}
.wbPriceTable > div > form .calendar .ui-datepicker td a:before {
	bottom: 5px;
	content: "0,00";
	display: none;
	font-size: 11px;
	font-weight: normal;
	left: 0;
	opacity: 0;
	position: absolute;
	-webkit-transition: opacity 500ms ease;
	-moz-transition: opacity 500ms ease;
	-ms-transition: opacity 500ms ease;
	-o-transition: opacity 500ms ease;
	transition: opacity 500ms ease;
	width: 100%;
}
.wbPriceTable > div > form .calendar .ui-datepicker td:hover a {
	font-weight: 500 !important;
}

/* --- Markierungen --- */

/* nicht selektierbar */

.wbPriceTable > div > form .calendar .ui-datepicker td.ui-datepicker-unselectable span,
.wbPriceTable > div > form .calendar .ui-datepicker td.ui-datepicker-unselectable a {
	background: #FFFFFF !important;
	color: #D5D6D8 !important;
}
.wbPriceTable > div > form .calendar .ui-datepicker td.ui-datepicker-unselectable.available span,
.wbPriceTable > div > form .calendar .ui-datepicker td.ui-datepicker-unselectable.available a,
.wbPriceTable > div > form .calendar .ui-datepicker td.ui-datepicker-unselectable.notavailable span,
.wbPriceTable > div > form .calendar .ui-datepicker td.ui-datepicker-unselectable.notavailable a {
	opacity: 0.4;
}

/* verfügbar */

.wbPriceTable > div > form .calendar .ui-datepicker td.available span,
.wbPriceTable > div > form .calendar .ui-datepicker td.available a {
	background: #AFD39A !important;
	border: 1px solid #FFFFFF !important;
	color: #293540 !important;
	-webkit-transition: padding 500ms ease;
	-moz-transition: padding 500ms ease;
	-ms-transition: padding 500ms ease;
	-o-transition: padding 500ms ease;
	transition: padding 500ms ease;
}

/* nicht verfügbar */

.wbPriceTable > div > form .calendar .ui-datepicker td.notavailable span,
.wbPriceTable > div > form .calendar .ui-datepicker td.notavailable a,
.wbPriceTable > div > form .calendar .ui-datepicker td.noarrival span,
.wbPriceTable > div > form .calendar .ui-datepicker td.noarrival a {
	background: #D89DA5 !important;
	border: 1px solid #FFFFFF !important;
	color: #293540 !important;
}

/* ausgewählt */

.wbPriceTable > div > form .calendar .ui-datepicker td.start.highlight a,
.wbPriceTable > div > form .calendar .ui-datepicker td.end.highlight a {
	background: #204908 !important;
	border: 1px solid #204908 !important;
	color: #FFFFFF !important;
}
.wbPriceTable > div > form .calendar .ui-datepicker td.highlight a {
	background: #387117 !important;
	border: 1px solid #387117 !important;
	color: #FFFFFF !important;
}
.wbPriceTable > div > form .calendar .ui-datepicker td:hover a {
	background: #A8B745 !important;
	border: 1px solid #A8B745 !important;
	color: #FFFFFF !important;
	font-weight: 500;
	-webkit-transition: background 500ms ease, border 500ms ease;
	-moz-transition: background 500ms ease, border 500ms ease;
	-ms-transition: background 500ms ease, border 500ms ease;
	-o-transition: background 500ms ease, border 500ms ease;
	transition: background 500ms ease, border 500ms ease;
}
.wbPriceTable > div > form .calendar .ui-datepicker td.available:hover a {
	background: #387117 !important;
	border: 1px solid #387117 !important;
	color: #FFFFFF !important;
}
.wbPriceTable > div > form .calendar .ui-datepicker td.noarrival:hover a {
	background: #A8B745 !important;
	border: 1px solid #A8B745 !important;
	color: #FFFFFF !important;
}
.wbPriceTable > div > form .calendar .ui-datepicker td.ui-datepicker-unselectable:not(.notavailable):hover span,
.wbPriceTable > div > form .calendar .ui-datepicker td.ui-datepicker-unselectable:not(.notavailable):hover a {
	background: #FFFFFF !important;
	border: 1px solid #FFFFFF !important;
	color: #D5D6D8 !important;
}

/* bei nicht erfüllter Mindestaufenthaltsdauer (bei Markierung) */

.wbPriceTable > div > form .calendar .ui-datepicker td.start.nohighlight:not(.changePage) a,
.wbPriceTable > div > form .calendar .ui-datepicker td.end.nohighlight:not(.changePage) a,
.wbPriceTable > div > form .calendar .ui-datepicker td.nohighlight a {
	background: #9CA83F !important;
	border: 1px solid #9CA83F !important;
	color: #FFFFFF !important;
}

/* Preis */

.wbPriceTable > div > form .calendar .ui-datepicker td.withPrice a {
	padding: 5px 5px 21px;
	position: relative;
}
.wbPriceTable > div > form .calendar .ui-datepicker td.withPrice a:before {
	content: attr(data-price);
	display: block;
	opacity: 1;
}
	
/* Tooltip */
	
.wbPriceTable > div > form .calendar > .tooltip {
	background: #FFFFFF;
	border: 1px solid #CCCCCC;
	box-shadow: 0 0 7px -1px rgba(0, 0, 0, 0.2);
	color: #293540;
	display: none;
	font-size: 14px;
	height: 125px;
	margin: -131px 0 0 -140px;
	opacity: 0;
	padding: 14px 20px 0;
	position: absolute;
	text-align: center;
	width: 280px;
	z-index: -1;
	-webkit-transition: all 150ms ease;
	-moz-transition: all 150ms ease;
	-ms-transition: all 150ms ease;
	-o-transition: all 150ms ease;
	transition: all 150ms ease;
}
.wbPriceTable > div > form .calendar > .tooltip.show {
	display: block;
	opacity: 1;
	z-index: 20;
}
.wbPriceTable > div > form .calendar > .tooltip:after {
	background: #FFFFFF;
	border-bottom: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	bottom: -5px;
	content: "";
	display: block;
	height: 10px;
	left: 50%;
	margin: 0 0 0 -5px;
	position: absolute;
	width: 10px;
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.wbPriceTable > div > form .calendar > .tooltip > .date {
	font-weight: normal;
}
.wbPriceTable > div > form .calendar > .tooltip > .price .value.hide {
	display: none;
}
.wbPriceTable > div > form .calendar > .tooltip > .state {
	display: none;
	padding: 6px 0 4px 25px;
	position: relative;
}
.wbPriceTable > div > form .calendar > .tooltip > .state.show {
	display: inline-block;
}
.wbPriceTable > div > form .calendar > .tooltip > .state:before {
	content: "";
	display: block;
	height: 16px;
	left: 0;
	position: absolute;
	top: 9px;
	width: 16px;
}
.wbPriceTable > div > form .calendar > .tooltip > .state1:before { /* Abreise möglich */
	background: #AFD39A;
}
.wbPriceTable > div > form .calendar > .tooltip > .state2:before { /* Keine Abreise möglich */
	background: #D89DA5;
}
.wbPriceTable > div > form .calendar > .tooltip > .state3:before { /* Anreise möglich */
	background: #AFD39A;
}
.wbPriceTable > div > form .calendar > .tooltip > .state4:before { /* Keine Anreise möglich */
	background: #D89DA5;
}

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

	/* Tooltip */

	.wbPriceTable > div > form .calendar > .tooltip {
		display: none !important;
	}

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

	/* Datepicker */

	.wbPriceTable > div > form .calendar {
		padding-left: 0;
		padding-right: 0;
	}
	.wbPriceTable > div > form .calendar > a.prev,
	.wbPriceTable > div > form .calendar > a.next {
		line-height: 40px;
		margin-top: 0;
		top: -3px;
	}
	.wbPriceTable > div > form .calendar > a.prev {
		left: -14px;
	}
	.wbPriceTable > div > form .calendar > a.next {
		right: -14px;
	}
	
	/* Datepicker */
	
	.wbPriceTable > div > form .calendar .ui-datepicker-multi-2 .ui-datepicker-group-first {
		margin-right: 2%;
	}
	.wbPriceTable > div > form .calendar .ui-datepicker-multi-2 .ui-datepicker-group {
		width: 49%;
	}

}

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

	/* Datepicker */

	.wbPriceTable > div > form .calendar {
		padding-left: 10px;
		padding-right: 10px;
	}
	.wbPriceTable > div > form .msg {
		display: block;
		text-align: center;
	}
	.wbPriceTable > div > form .msg > span {
		display: block;
		margin: 0 0 5px;
	}
	.wbPriceTable > div > form .msg > a {
		float: none;
	}
	.wbPriceTable > div > form .msg.showButton > a {
		display: inline-block;
	}
	.wbPriceTable > div > form .calendar > a.prev {
		left: 4px;
	}
	.wbPriceTable > div > form .calendar > a.next {
		right: 4px;
	}
		
	/* Datepicker */

	.wbPriceTable > div > form .calendar .ui-datepicker td {
		padding: 1px;
	}

}

/* WebBox - Zimmer - Preistabelle - Tabelle */

.wbPriceTable > div > .priceTable {
	margin: 20px 0 0;
	position: relative;
}
.wbPriceTable > div > .priceTable > .table {
	margin: 0 0 6px;
	padding: 0 200px 0 230px;
}
.wbPriceTable > div > .priceTable > .table > div > .row:after {
	clear: both;
	content: "";
	display: block;
}
.wbPriceTable > div > .priceTable > .table > div > .row {
	border-bottom: 1px solid #F9F9F9;
}
.wbPriceTable > div > .priceTable > .table > div > .row.header {
	background: #F9F9F9;
}
.wbPriceTable > div > .priceTable > .table > div > .row.totalPrice {
	position: relative;
}
.wbPriceTable > div > .priceTable > .table > div > .row.totalPrice:before {
	background: #FFFFFF;
	bottom: -6px;
	content: "";
	height: 3px;
	left: 0;
	position: absolute;
	width: 100%;
}
.wbPriceTable > div > .priceTable > .table > div > .row > .column {
	float: left;
	line-height: 1.2;
	overflow: hidden;
	padding: 11px 10px 9px;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 33.3333333%;
}
.wbPriceTable > div > .priceTable > .table > div > .row.header > .column {
	font-weight: normal;
}
.wbPriceTable > div > .priceTable > .table > div > .row > .column.date {
	width: 20%;
}
.wbPriceTable > div > .priceTable > .table > div > .row > .column.occupancy {
	width: 50%;
}
.wbPriceTable > div > .priceTable > .table > div > .row > .column.price {
	text-align: right;
	width: 30%;
}
.wbPriceTable > div > .priceTable > .table > div > .row.totalPrice > .column.label {
	font-weight: bold;
	padding-bottom: 13.5px;
	padding-top: 14.5px;
	width: 70%;
}
.wbPriceTable > div > .priceTable > .table > div > .row.totalPrice > .column.value {
	color: #A8B745;
	font-size: 24px;
	font-weight: normal;
	text-align: right;
	width: 30%;
}
.wbPriceTable > div > .priceTable > a.booking {
	background: #A8B745;
	bottom: 0;
	color: #FFFFFF;
	display: block;
	font-size: 18px;
	font-weight: 900;
	line-height: 40px;
	padding: 0 15px;
	position: absolute;
	right: 0;
	text-align: center;
	text-transform: uppercase;
	transition: background 300ms ease;
}
.wbPriceTable > div > .priceTable > a.booking:hover {
	background: #9CA83F;
}

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

	.wbPriceTable > div > .priceTable > .table {
		padding-left: 0;
	}

}

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

	.wbPriceTable > div > .priceTable > .table {
		padding-right: 0;
	}
	.wbPriceTable > div > .priceTable > .table > div {
		max-width: 100%;
	}
	.wbPriceTable > div > .priceTable > a.booking {
		bottom: auto;
		float: right;
		margin: 20px 0 0;
		position: relative;
		right: auto;
	}

}

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

	.wbPriceTable > div > .priceTable > a.booking {
		float: none;
	}

}

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

	.wbPriceTable > div > .priceTable > .table > div > .row {
		padding-bottom: 10px;
		padding-top: 10px;
	}
	.wbPriceTable > div > .priceTable > .table > div > .row > .column {
		float: none !important;
		padding-bottom: 2px !important;
		padding-top: 2px !important;
		text-align: left !important;
		width: 100% !important;
	}

}

/* WebBox - Verfügbarkeit */

.wbAvailability {
	background: #E8E8E8;
	min-height: 497px;
	padding: 30px 0;
	position: relative;
}
.wbAvailability:before {
	background: #E8E8E8;
	content: "";
	height: 100%;
	left: -5000px;
	position: absolute;
	top: 0;
	width: 10000px;
	z-index: -1;
}

/* Überschrift */

.wbAvailability > h2 {
	color: #A8B745;
	font-size: 30px;
	font-weight: normal;
	margin-bottom: 25px;
	margin-top: 0 !important;
	opacity: 0;
	padding: 0 52px;
	text-align: left;
	text-transform: uppercase;
	-webkit-transition: opacity 500ms ease;
	-moz-transition: opacity 500ms ease;
	-ms-transition: opacity 500ms ease;
	-o-transition: opacity 500ms ease;
	transition: opacity 500ms ease;
}
.wbAvailability.show > h2 {
	opacity: 1;
}

/* Bezeichnung */

.wbAvailability > div > .msg {
	line-height: 1.2;
	margin: 0 0 25px;
	opacity: 0;
	padding: 0 52px;
	-webkit-transition: opacity 500ms ease;
	-moz-transition: opacity 500ms ease;
	-ms-transition: opacity 500ms ease;
	-o-transition: opacity 500ms ease;
	transition: opacity 500ms ease;
}
.wbAvailability > div > .msg:after {
	clear: both;
	content: "";
	display: block;
}
.wbAvailability.show > div > .msg {
	opacity: 1;
}
.wbAvailability > div > .msg > span {
	display: inline-block;
}
.wbAvailability > div > .msg > a {
	color: #A8B745;
	display: none;
	float: right;
	font-weight: 300;
	-webkit-transition: color 300ms ease;
	-moz-transition: color 300ms ease;
	-ms-transition: color 300ms ease;
	-o-transition: color 300ms ease;
	transition: color 300ms ease;
}
.wbAvailability > div > .msg.showButton > a {
	display: block;
}
.wbAvailability > div > .msg > a:hover {
	color: #9CA83F;
}

/* Gesamtpreis */
		
.wbAvailability > div > .totalPrice {
	background: #F9F9F9;
	margin: 30px 52px 0;
	opacity: 0;
	padding: 20px;
	-webkit-transition: opacity 1000ms ease;
	-moz-transition: opacity 1000ms ease;
	-ms-transition: opacity 1000ms ease;
	-o-transition: opacity 1000ms ease;
	transition: opacity 1000ms ease;
}
.wbAvailability > div > .totalPrice.show {
	opacity: 1;
}
.wbAvailability > div > .totalPrice:after {
	clear: both;
	content: "";
	display: block;
}
.wbAvailability > div > .totalPrice > p {
	float: left;
	line-height: 1.2;
	padding: 9px 0;
}
.wbAvailability > div > .totalPrice > p.value {
	color: #A8B745;
	font-size: 22px;
	line-height: 40px;
	margin: 0 5px;
	padding: 0;
}
.wbAvailability > div > .totalPrice > p.info > span {
	font-weight: normal;
}
.wbAvailability > div > .totalPrice > .buttons {
	float: right;
}
.wbAvailability > div > .totalPrice > .buttons:after {
	clear: both;
	content: "";
	display: block;
}
.wbAvailability > div > .totalPrice > .buttons > a {
	background: #A8B745;
	color: #FFFFFF;
	display: block;
	float: left;
	font-size: 18px;
	font-weight: 900;
	line-height: 40px;
	padding: 0 15px;
	text-transform: uppercase;
	transition: background 300ms ease;
}
.wbAvailability > div > .totalPrice > .buttons > a.booking {
	margin-left: 10px;
}
.wbAvailability > div > .totalPrice > .buttons > a.request {
	background: #00869A;
	color: #FFFFFF;
}
.wbAvailability > div > .totalPrice > .buttons > a:hover {
	background: #9CA83F;
}
.wbAvailability > div > .totalPrice > .buttons > a.request:hover {
	background: #00869A;
}

/* Buchen */
		
.wbAvailability > div > .booking {
	background: #F9F9F9;
	margin: 30px 52px 0;
	opacity: 0;
	padding: 20px;
	-webkit-transition: opacity 1000ms ease;
	-moz-transition: opacity 1000ms ease;
	-ms-transition: opacity 1000ms ease;
	-o-transition: opacity 1000ms ease;
	transition: opacity 1000ms ease;
}
.wbAvailability > div > .booking.show {
	opacity: 1;
}
.wbAvailability > div > .booking:after {
	clear: both;
	content: "";
	display: block;
}
.wbAvailability > div > .booking > p {
	float: left;
	line-height: 1.2;
	padding: 9px 0;
}
.wbAvailability > div > .booking > p.info > span {
	font-weight: normal;
}
.wbAvailability > div > .booking > .buttons {
	float: right;
}
.wbAvailability > div > .booking > .buttons:after {
	clear: both;
	content: "";
	display: block;
}
.wbAvailability > div > .booking > .buttons > a {
	background: #A8B745;
	color: #FFFFFF;
	display: block;
	float: left;
	font-size: 18px;
	font-weight: 900;
	line-height: 40px;
	margin: 0 0 0 20px;
	padding: 0 15px;
	text-transform: uppercase;
	transition: background 300ms ease;
}
.wbAvailability > div > .booking > .buttons > a.booking {
	margin-left: 10px;
}
.wbAvailability > div > .booking > .buttons > a:hover {
	background: #9CA83F;
}

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

	/* Gesamtpreis */

	.wbAvailability > div > .totalPrice {
		text-align: center;
	}
	.wbAvailability > div > .totalPrice > p {
		display: inline-block;
		float: none;
		padding-bottom: 0;
		padding-top: 0;
	}
	.wbAvailability > div > .totalPrice > p.value {
		line-height: 1.2;
	}
	.wbAvailability > div > .totalPrice > .buttons {
		float: none;
		margin: 10px 0 0;
	}
	.wbAvailability > div > .totalPrice > .buttons > a {
		display: inline-block;
		float: none;
	}
		
	/* Buchen */

	.wbAvailability > div > .booking {
		text-align: center;
	}
	.wbAvailability > div > .booking > p {
		display: inline-block;
		float: none;
		padding-bottom: 0;
		padding-top: 0;
	}
	.wbAvailability > div > .booking > p.value {
		line-height: 1.2;
	}
	.wbAvailability > div > .booking > .buttons {
		float: none;
		margin: 10px 0 0;
	}
	.wbAvailability > div > .booking > .buttons > a {
		display: inline-block;
		float: none;
	}
		
}

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

	/* Überschrift */

	.wbAvailability > h2 {
		padding-left: 30px;
		padding-right: 30px;
	}
		
	/* Bezeichnung */

	.wbAvailability > div > .msg {
		padding-left: 30px;
		padding-right: 30px;
	}

	/* Gesamtpreis */

	.wbAvailability > div > .totalPrice {
		margin-left: 30px;
		margin-right: 30px;
	}
		
	/* Buchen */

	.wbAvailability > div > .booking {
		margin-left: 30px;
		margin-right: 30px;
	}

}	

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

	/* Überschrift */

	.wbAvailability > h2 {
		padding-left: 20px;
		padding-right: 20px;
		text-align: center;
	}
		
	/* Bezeichnung */

	.wbAvailability > div > .msg {
		display: block;
		text-align: center;
	}
	.wbAvailability > div > .msg > span {
		display: block;
		margin: 0 0 5px;
	}
	.wbAvailability > div > .msg > a {
		float: none;
	}
	.wbAvailability > div > .msg.showButton > a {
		display: inline-block;
	}

	/* Gesamtpreis */

	.wbAvailability > div > .totalPrice {
		margin-left: 0;
		margin-right: 0;
		padding-left: 10px;
		padding-right: 10px;
	}
	.wbAvailability > div > .totalPrice > .buttons > a {
		display: block;
	}
	.wbAvailability > div > .totalPrice > .buttons > a.booking {
		margin-left: 0;
		margin-top: 5px;
	}
		
	/* Buchen */

	.wbAvailability > div > .booking {
		margin-left: 0;
		margin-right: 0;
		padding-left: 10px;
		padding-right: 10px;
	}
	.wbAvailability > div > .booking > .buttons > a {
		display: block;
	}
	.wbAvailability > div > .booking > .buttons > a.booking {
		margin-left: 0;
		margin-top: 5px;
	}

}

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

	/* Gesamtpreis */

	.wbAvailability > div > .totalPrice > a {
		display: block;
	}
		
	/* Buchen */

	.wbAvailability > div > .booking > a {
		display: block;
	}

}

/* WebBox - Verfügbarkeit - Kalender */

.wbAvailability > div > .calendar {
	opacity: 0;
	padding: 0 50px;
	position: relative;
	-webkit-transition: opacity 500ms ease;
	-moz-transition: opacity 500ms ease;
	-ms-transition: opacity 500ms ease;
	-o-transition: opacity 500ms ease;
	transition: opacity 500ms ease;
}
.wbAvailability.show > div > .calendar {
	opacity: 1;
}
.wbAvailability > div > .calendar:after {
	clear: both;
	content: "";
	display: block;
}
.wbAvailability > div > .calendar > a.prev {
	color: #293540;
	left: 7px;
	line-height: 120px;
	margin: -60px 0 0;
	opacity: 0;
	position: absolute;
	text-align: center;
	top: 50%;
	-webkit-transition: opacity 500ms ease;
	-moz-transition: opacity 500ms ease;
	-ms-transition: opacity 500ms ease;
	-o-transition: opacity 500ms ease;
	transition: opacity 500ms ease;
	width: 40px;
	z-index: 2;
}
.wbAvailability.show > div > .calendar > a.prev {
	opacity: 1;
}
.wbAvailability > div > .calendar > a.prev:hover {
	color: #9CA83F;
}
.wbAvailability > div > .calendar > a.prev.disabled {
	cursor: not-allowed;
	opacity: 0.2;
}
.wbAvailability > div > .calendar > a.prev:before {
	content: "\E84F";
	display: block;
	font-family: "webbox";
	font-size: 26px;
	font-weight: normal;
}
.wbAvailability > div > .calendar > a.next {
	color: #293540;
	line-height: 120px;
	margin: -60px 0 0;
	opacity: 0;
	position: absolute;
	right: 7px;
	text-align: center;
	top: 50%;
	-webkit-transition: opacity 500ms ease;
	-moz-transition: opacity 500ms ease;
	-ms-transition: opacity 500ms ease;
	-o-transition: opacity 500ms ease;
	transition: opacity 500ms ease;
	width: 40px;
	z-index: 2;
}
.wbAvailability.show > div > .calendar > a.next {
	opacity: 1;
}
.wbAvailability > div > .calendar > a.next:hover {
	color: #9CA83F;
}
.wbAvailability > div > .calendar > a.next.disabled {
	cursor: not-allowed;
	opacity: 0.2;
}
.wbAvailability > div > .calendar > a.next:before {
	content: "\E850";
	display: block;
	font-family: "webbox";
	font-size: 26px;
	font-weight: normal;
}

/* Legende */

.wbAvailability > div > .calendar > ul.legend {
	margin: 25px 0 0;
	text-align: center;
}
.wbAvailability > div > .calendar > ul.legend > li {
	display: inline-block;
	font-size: 14px;
	line-height: 20px;
	margin: 0 8px;
	padding: 0 0 0 20px;
	position: relative;
}
.wbAvailability > div > .calendar > ul.legend > li:before {
	content: "";
	height: 12px;
	left: 0;
	position: absolute;
	top: 4px;
	width: 12px;
	z-index: 1;
}
.wbAvailability > div > .calendar > ul.legend > li:after {
	content: "";
	height: 8px;
	left: 0;
	position: absolute;
	top: 4px;
	width: 8px;
	z-index: 2;
}
.wbAvailability > div > .calendar > ul.legend > li.available:before {
	background: #AFD39A;
}
.wbAvailability > div > .calendar > ul.legend > li.notavailable:before {
	background: #D89DA5;
}
.wbAvailability > div > .calendar > ul.legend > li.noarrival:before {
	background: #AFD39A;
}
.wbAvailability > div > .calendar > ul.legend > li.noarrival:after {
	border-bottom: 8px solid transparent;
	border-left: 8px solid #D89DA5;
}
.wbAvailability > div > .calendar > ul.legend > li.nodeparture:before {
	background: #AFD39A;
}
.wbAvailability > div > .calendar > ul.legend > li.nodeparture:after {
	border-bottom: 8px solid transparent;
	border-right: 8px solid #D89DA5;
	left: 4px;
}

/* Datepicker */

.wbAvailability > div > .calendar .ui-datepicker {
	background: none;
	border: 0 none;
	border-radius: 0;
	box-shadow: none;
	padding: 0 !important;
	width: 100% !important;
	z-index: 1;
}
.wbAvailability > div > .calendar .ui-datepicker table {
	margin: 10px 0 0 0;
}
.wbAvailability > div > .calendar .ui-datepicker .ui-datepicker-header {
	background: none;
	border-bottom: 2px solid #CFD1D5;
	margin: 0 0 9px;
	padding: 0 0 12px;
}
.wbAvailability > div > .calendar .ui-datepicker .ui-datepicker-header .ui-datepicker-prev {
	display: none;
}
.wbAvailability > div > .calendar .ui-datepicker .ui-datepicker-header .ui-datepicker-next {
	display: none;
}
.wbAvailability > div > .calendar .ui-datepicker .ui-datepicker-header .ui-datepicker-title {
	color: #A8B745;
	font-size: 22px;
	font-weight: normal;
	line-height: 1.2;
	margin: 0;
	text-align: center !important;
	text-transform: uppercase;
}
.wbAvailability > div > .calendar .ui-datepicker .ui-datepicker-header .ui-datepicker-title:before {
	display: none;
}
.wbAvailability > div > .calendar .ui-datepicker .ui-datepicker-header .ui-datepicker-title .ui-datepicker-month {
	font-weight: bold;
}
.wbAvailability > div > .calendar .ui-datepicker-multi-2 .ui-datepicker-group {
	width: 46%; /* 345 */
}
.wbAvailability > div > .calendar .ui-datepicker-multi-2 .ui-datepicker-group-first {
	margin: 0 8% 0 0; /* 0 60 0 0 */
}
.wbAvailability > div > .calendar .ui-datepicker .ui-datepicker-calendar {
	text-align: center;
	width: 100%;
}
.wbAvailability > div > .calendar .ui-datepicker th {
	font-size: 14px;
	font-weight: normal;
	padding-bottom: 4px;
	text-align: center;
	text-transform: uppercase;
}
.wbAvailability > div > .calendar .ui-datepicker td {
	border: 0 none;
	padding: 2.5px;
	vertical-align: top;
}
.wbAvailability > div > .calendar .ui-datepicker td span,
.wbAvailability > div > .calendar .ui-datepicker td a {
	background: #FFFFFF;
	border: 1px solid #CFD1D5;
	color: #293540;
	font-size: 16px;
	font-weight: normal;
	line-height: 1;
	opacity: 1;
	padding: 13px 5px;
	position: relative;
	text-align: center;
	-webkit-transition: background 500ms ease, border 500ms ease, color 500ms ease;
	-moz-transition: background 500ms ease, border 500ms ease, color 500ms ease;
	-ms-transition: background 500ms ease, border 500ms ease, color 500ms ease;
	-o-transition: background 500ms ease, border 500ms ease, color 500ms ease;
	transition: background 500ms ease, border 500ms ease, color 500ms ease;
}
.wbAvailability > div > .calendar .ui-datepicker td a:before {
	bottom: 5px;
	content: "0,00";
	display: none;
	font-size: 11px;
	font-weight: normal;
	left: 0;
	opacity: 0;
	position: absolute;
	-webkit-transition: opacity 500ms ease;
	-moz-transition: opacity 500ms ease;
	-ms-transition: opacity 500ms ease;
	-o-transition: opacity 500ms ease;
	transition: opacity 500ms ease;
	width: 100%;
}
.wbAvailability > div > .calendar .ui-datepicker td:hover a {
	font-weight: 500 !important;
}

/* --- Markierungen --- */

/* nicht selektierbar */

.wbAvailability > div > .calendar .ui-datepicker td.ui-datepicker-unselectable span,
.wbAvailability > div > .calendar .ui-datepicker td.ui-datepicker-unselectable a {
	background: #FFFFFF !important;
	color: #D5D6D8 !important;
}
.wbAvailability > div > .calendar .ui-datepicker td.ui-datepicker-unselectable.available span,
.wbAvailability > div > .calendar .ui-datepicker td.ui-datepicker-unselectable.available a,
.wbAvailability > div > .calendar .ui-datepicker td.ui-datepicker-unselectable.notavailable span,
.wbAvailability > div > .calendar .ui-datepicker td.ui-datepicker-unselectable.notavailable a {
	opacity: 0.4;
}

/* nicht verfügbar */

.wbAvailability > div > .calendar .ui-datepicker td.notavailable span,
.wbAvailability > div > .calendar .ui-datepicker td.notavailable a,
.wbAvailability > div > .calendar .ui-datepicker td.noarrival span,
.wbAvailability > div > .calendar .ui-datepicker td.noarrival a {
	background: #D89DA5 !important;
	border: 1px solid #FFFFFF !important;
	color: #293540 !important;
}
.wbAvailability > div > .calendar .ui-datepicker td.noarrival span:after,
.wbAvailability > div > .calendar .ui-datepicker td.noarrival a:after {
	border-bottom: 12px solid transparent;
	border-left: 12px solid #D89DA5;
	content: "";
	height: 12px;
	left: 0;
	position: absolute;
	top: 0;
	width: 12px;
}
.wbAvailability > div > .calendar .ui-datepicker td.nodeparture span:after,
.wbAvailability > div > .calendar .ui-datepicker td.nodeparture a:after {
	border-bottom: 12px solid transparent;
	border-right: 12px solid #D89DA5;
	content: "";
	height: 12px;
	position: absolute;
	right: 0;
	top: 0;
	width: 12px;
}
		
/* verfügbar */

.wbAvailability > div > .calendar .ui-datepicker td.available span,
.wbAvailability > div > .calendar .ui-datepicker td.available a {
	background: #AFD39A !important;
	border: 1px solid #FFFFFF !important;
	color: #293540 !important;
	-webkit-transition: padding 500ms ease;
	-moz-transition: padding 500ms ease;
	-ms-transition: padding 500ms ease;
	-o-transition: padding 500ms ease;
	transition: padding 500ms ease;
}

/* ausgewählt */

.wbAvailability > div > .calendar .ui-datepicker td.start.highlight a,
.wbAvailability > div > .calendar .ui-datepicker td.end.highlight a {
	background: #204908 !important;
	border: 1px solid #204908 !important;
	color: #FFFFFF !important;
}
.wbAvailability > div > .calendar .ui-datepicker td.highlight a {
	background: #387117 !important;
	border: 1px solid #387117 !important;
	color: #FFFFFF !important;
}
.wbAvailability > div > .calendar .ui-datepicker td:hover a {
	background: #A8B745 !important;
	border: 1px solid #A8B745 !important;
	color: #FFFFFF !important;
	font-weight: 500;
	-webkit-transition: background 500ms ease, border 500ms ease;
	-moz-transition: background 500ms ease, border 500ms ease;
	-ms-transition: background 500ms ease, border 500ms ease;
	-o-transition: background 500ms ease, border 500ms ease;
	transition: background 500ms ease, border 500ms ease;
}
.wbAvailability > div > .calendar .ui-datepicker td.available:hover a {
	background: #387117 !important;
	border: 1px solid #387117 !important;
	color: #FFFFFF !important;
}
.wbAvailability > div > .calendar .ui-datepicker td.noarrival:hover a {
	background: #A8B745 !important;
	border: 1px solid #A8B745 !important;
	color: #FFFFFF !important;
}
.wbAvailability > div > .calendar .ui-datepicker td.ui-datepicker-unselectable:not(.notavailable):hover span,
.wbAvailability > div > .calendar .ui-datepicker td.ui-datepicker-unselectable:not(.notavailable):hover a {
	background: #FFFFFF !important;
	border: 1px solid #FFFFFF !important;
	color: #D5D6D8 !important;
}

/* bei nicht erfüllter Mindestaufenthaltsdauer (bei Markierung) */

.wbAvailability > div > .calendar .ui-datepicker td.start.nohighlight:not(.changePage) a,
.wbAvailability > div > .calendar .ui-datepicker td.end.nohighlight:not(.changePage) a,
.wbAvailability > div > .calendar .ui-datepicker td.nohighlight a {
	background: #9CA83F !important;
	border: 1px solid #9CA83F !important;
	color: #FFFFFF !important;
}

/* Preis */

.wbAvailability > div > .calendar .ui-datepicker td.withPrice a {
	padding: 5px 5px 21px;
	position: relative;
}
.wbAvailability > div > .calendar .ui-datepicker td.withPrice a:before {
	content: attr(data-price);
	display: block;
	opacity: 1;
}
	
/* Tooltip */
	
.wbAvailability > div > .calendar > .tooltip {
	background: #FFFFFF;
	border: 1px solid #CCCCCC;
	box-shadow: 0 0 7px -1px rgba(0, 0, 0, 0.2);
	color: #293540;
	display: none;
	font-size: 14px;
	height: 125px;
	margin: -131px 0 0 -140px;
	opacity: 0;
	padding: 14px 20px 0;
	position: absolute;
	text-align: center;
	width: 280px;
	z-index: -1;
	-webkit-transition: all 150ms ease;
	-moz-transition: all 150ms ease;
	-ms-transition: all 150ms ease;
	-o-transition: all 150ms ease;
	transition: all 150ms ease;
}
.wbAvailability > div > .calendar > .tooltip.show {
	display: block;
	opacity: 1;
	z-index: 20;
}
.wbAvailability > div > .calendar > .tooltip:after {
	background: #FFFFFF;
	border-bottom: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	bottom: -5px;
	content: "";
	display: block;
	height: 10px;
	left: 50%;
	margin: 0 0 0 -5px;
	position: absolute;
	width: 10px;
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.wbAvailability > div > .calendar > .tooltip > .date {
	font-weight: normal;
}
.wbAvailability > div > .calendar > .tooltip > .price .value.hide {
	display: none;
}
.wbAvailability > div > .calendar > .tooltip > .state {
	display: none;
	padding: 6px 0 4px 25px;
	position: relative;
}
.wbAvailability > div > .calendar > .tooltip > .state.show {
	display: inline-block;
}
.wbAvailability > div > .calendar > .tooltip > .state:before {
	content: "";
	display: block;
	height: 16px;
	left: 0;
	position: absolute;
	top: 9px;
	width: 16px;
}
.wbAvailability > div > .calendar > .tooltip > .state1:before { /* Abreise möglich */
	background: #AFD39A;
}
.wbAvailability > div > .calendar > .tooltip > .state2:before { /* Keine Abreise möglich */
	background: #D89DA5;
}
.wbAvailability > div > .calendar > .tooltip > .state3:before { /* Anreise möglich */
	background: #AFD39A;
}
.wbAvailability > div > .calendar > .tooltip > .state4:before { /* Keine Anreise möglich */
	background: #D89DA5;
}

@media all and (max-width: 1280px){

	/* Tooltip */

	.wbAvailability > div > .calendar > .tooltip {
		display: none !important;
	}

}
@media all and (max-width: 1000px){

	/* Datepicker */

	.wbAvailability > div > .calendar {
		padding-left: 30px;
		padding-right: 30px;
	}
	.wbAvailability > div > .calendar > a.prev,
	.wbAvailability > div > .calendar > a.next {
		line-height: 40px;
		margin-top: 0;
		top: -3px;
	}
	.wbAvailability > div > .calendar > a.prev {
		left: 17px;
	}
	.wbAvailability > div > .calendar > a.next {
		right: 17px;
	}
	
	/* Datepicker */
	
	.wbAvailability > div > .calendar .ui-datepicker-multi-2 .ui-datepicker-group-first {
		margin-right: 2%;
	}
	.wbAvailability > div > .calendar .ui-datepicker-multi-2 .ui-datepicker-group {
		width: 49%;
	}

}

@media all and (max-width: 500px){

	/* Datepicker */

	.wbAvailability > div > .calendar {
		padding-left: 10px;
		padding-right: 10px;
	}
	.wbAvailability > div > .calendar > a.prev {
		left: 4px;
	}
	.wbAvailability > div > .calendar > a.next {
		right: 4px;
	}
		
	/* Datepicker */

	.wbAvailability > div > .calendar .ui-datepicker td {
		padding: 1px;
	}

}

/* WebBox - Verfügbarkeit - Preloader */

.wbAvailability > div > .preloader {
	background: #E8E7E7;
	height: 100%;
	left: 0;
	opacity: 0;
	position: absolute;
	top: 0;
	transition: opacity 300ms ease;
	width: 100%;
	z-index: -1;
}
.wbAvailability.showPreloader > div > .preloader {
	z-index: 9998;
}
.wbAvailability.animatePreloader > div > .preloader {
	opacity: 1;
}
.wbAvailability > div > .preloader > div {
	left: 50%;
	position: absolute;
	text-align: center;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 280px;
}
.wbAvailability > div > .preloader > div > p.label {
	color: #00869A;
	font-size: 25px;
	font-weight: bold;
	line-height: 1.2;
	text-transform: uppercase;
}
.wbAvailability > div > .preloader > div > p.addition {
	color: #00869A;
	font-size: 15px;
	font-weight: 300;
	line-height: 1.2;
}

/**
 * Owl Carousel v2.2.0
 * Copyright 2013-2016 David Deutsch
 * Licensed under MIT (https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE)
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }
  .owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y; }
  .owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }
  .owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px); }
  .owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none; }
  .owl-carousel .owl-item img {
    display: block;
    width: 100%;
    -webkit-transform-style: preserve-3d; }
  .owl-carousel .owl-nav.disabled,
  .owl-carousel .owl-dots.disabled {
    display: none; }
  .owl-carousel .owl-nav .owl-prev,
  .owl-carousel .owl-nav .owl-next,
  .owl-carousel .owl-dot {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel.owl-loaded {
    display: block; }
  .owl-carousel.owl-loading {
    opacity: 0;
    display: block; }
  .owl-carousel.owl-hidden {
    opacity: 0; }
  .owl-carousel.owl-refresh .owl-item {
    visibility: hidden; }
  .owl-carousel.owl-drag .owl-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel.owl-grab {
    cursor: move;
    cursor: grab; }
  .owl-carousel.owl-rtl {
    direction: rtl; }
  .owl-carousel.owl-rtl .owl-item {
    float: right; }

/* No Js */
.no-js .owl-carousel {
  display: block; }

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
          animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
          animation-name: fadeOut; }

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out; }

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease; }

.owl-carousel .owl-item img.owl-lazy {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d; }

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("/img/external/owl/owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: -webkit-transform 100ms ease;
  transition: transform 100ms ease; }

.owl-carousel .owl-video-play-icon:hover {
  -webkit-transform: scale(1.3, 1.3);
      -ms-transform: scale(1.3, 1.3);
          transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }

/*! jQuery UI - v1.12.1 - 2017-03-02
* http://jqueryui.com
* Includes: core.css, datepicker.css
* Copyright 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-zfix {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	filter:Alpha(Opacity=0); /* support: IE8 */
}

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


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


/* Icons
----------------------------------*/
.ui-icon {
	display: inline-block;
	vertical-align: middle;
	margin-top: -.25em;
	position: relative;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
}

.ui-widget-icon-block {
	left: 50%;
	margin-left: -8px;
	display: block;
}

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

/* Icons */
.ui-datepicker .ui-icon {
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
	left: .5em;
	top: .3em;
}

/* jQuery UI 1.12.1 - Custom */

.ui-datepicker {
	background: #ffffff;
	border: 1px solid #c5c5c5;
	border-radius: 4px;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
	padding: 0 20px 20px;
	width: 20em;
}
.ui-datepicker table {
	margin: 10px 0 0 0;
}
.ui-datepicker .ui-datepicker-header {
	background: #66605D;
	background: rgba(102, 96, 93, 0.15);
	border-bottom: 1px solid #e8e7e6;
	margin: 0 -20px;
	padding: 20px 0;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-prev:before {
	content: "\E803";
	font-family: "webmanager";
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-prev {
	color: inherit;
	cursor: pointer;
	height: 30px;
	left: 20px;
	line-height: 30px;
	text-align: center;
	top: 22px;
	width: 30px;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-next:before {
	content: "\E807";
	font-family: "webmanager";
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-next {
	color: inherit;
	cursor: pointer;
	height: 30px;
	line-height: 30px;
	right: 20px;
	text-align: center;
	top: 22px;
	width: 30px;
}
.ui-datepicker .ui-datepicker-title {
	font-weight: bold;
}
.ui-datepicker-calendar .ui-datepicker-calendar {
	text-align: center;
}
.ui-datepicker th {
	text-transform: uppercase;
}
.ui-datepicker td {
	border: 1px solid #e8e7e6;
	padding: 0;
}
.ui-datepicker tr td:first-child {
	border-left: 0;
}
.ui-datepicker tr:first-child td {
	border-top: 2px solid #e8e7e6;
}
.ui-datepicker tr td:last-child {
	border-right: 0;
}
.ui-datepicker tr:last-child td {
	border-bottom: 0;
}
.ui-datepicker td span, .ui-datepicker td a {
	text-align: center;
}
.ui-datepicker-div .ui-datepicker-current-day {
	background: #A8B745;
	background: rgba(168, 183, 69, 0.6);
	color: #FFFFFF;
	font-weight: 700;
}
.ui-datepicker a.ui-state-default {
	color: inherit;
	font-size: 13px;
	font-weight: normal;
	padding: 10px;
}
.ui-datepicker a.ui-state-default:hover {
	background: #66605D;
	background: rgba(102, 96, 93, 0.15);
}