/*! 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: #1D1D1B;
	font-family: 'Assistant', sans-serif;
	font-size: 19px;
	font-weight: 300;
	line-height: 1.5;
	-webkit-tap-highlight-color: transparent;
}
.PageWrapper {
	background: #FFFFFF;
	overflow: hidden;
	position: relative;
}
.menuActive .PageWrapper {
	height: 100%;
	overflow: hidden;
}
a {
	color: #1D1D1B;
	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: #700000;
}
b, strong {
	font-weight: 600;
}
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;
}
body.notransition * {
	-webkit-transition: none !important;
	-moz-transition: none !important;
	-ms-transition: none !important;
	-o-transition: none !important;
}
.wmWrapper {
	position: relative;
}
.wmMargin {
	margin-top: 60px;
	margin-bottom: 60px;
}
.wmPadding {
	padding-left: 20px;
	padding-right: 20px;
}
.wmMaxWidth {
	margin-left: auto;
	margin-right: auto;
	max-width: 1320px;
}
.wmClear:after {
	clear: both;
	content: "";
	display: block;
}
.noMargin + .noMargin {
	margin-top: -53px;
}
.wmGallery.noMargin:last-child {
	margin-bottom: 1px;
}
.noMargin:last-child {
	margin-bottom: 7px;
}

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

	select,
	textarea,
	input,
	input:focus,
	input:hover {
		font-size: 16px !important;
	}
	
}

/* assistant-200 - latin */

@font-face {
	font-family: 'Assistant';
	font-style: normal;
	font-weight: 200;
	src: url('/fonts/assistant-v1-latin-200.eot'); /* IE9 Compat Modes */
	src: local('Assistant ExtraLight'),
		 local('Assistant-ExtraLight'),
		 url('/fonts/assistant-v1-latin-200.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
		 url('/fonts/assistant-v1-latin-200.woff2') format('woff2'), /* Super Modern Browsers */
		 url('/fonts/assistant-v1-latin-200.woff') format('woff'), /* Modern Browsers */
		 url('/fonts/assistant-v1-latin-200.ttf') format('truetype'), /* Safari, Android, iOS */
		 url('/fonts/assistant-v1-latin-200.svg#Assistant') format('svg'); /* Legacy iOS */
}

/* assistant-300 - latin */

@font-face {
	font-family: 'Assistant';
	font-style: normal;
	font-weight: 300;
	src: url('/fonts/assistant-v1-latin-300.eot'); /* IE9 Compat Modes */
	src: local('Assistant Light'),
		 local('Assistant-Light'),
		 url('/fonts/assistant-v1-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
		 url('/fonts/assistant-v1-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
		 url('/fonts/assistant-v1-latin-300.woff') format('woff'), /* Modern Browsers */
		 url('/fonts/assistant-v1-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
		 url('/fonts/assistant-v1-latin-300.svg#Assistant') format('svg'); /* Legacy iOS */
}

/* assistant-regular - latin */

@font-face {
	font-family: 'Assistant';
	font-style: normal;
	font-weight: 400;
	src: url('/fonts/assistant-v1-latin-regular.eot'); /* IE9 Compat Modes */
	src: local('Assistant'),
		 local('Assistant-Regular'),
		 url('/fonts/assistant-v1-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
		 url('/fonts/assistant-v1-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
		 url('/fonts/assistant-v1-latin-regular.woff') format('woff'), /* Modern Browsers */
		 url('/fonts/assistant-v1-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
		 url('/fonts/assistant-v1-latin-regular.svg#Assistant') format('svg'); /* Legacy iOS */
}

/* assistant-700 - latin */

@font-face {
	font-family: 'Assistant';
	font-style: normal;
	font-weight: 700;
	src: url('/fonts/assistant-v1-latin-700.eot'); /* IE9 Compat Modes */
	src: local('Assistant Bold'),
		 local('Assistant-Bold'),
		 url('/fonts/assistant-v1-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
		 url('/fonts/assistant-v1-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
		 url('/fonts/assistant-v1-latin-700.woff') format('woff'), /* Modern Browsers */
		 url('/fonts/assistant-v1-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
		 url('/fonts/assistant-v1-latin-700.svg#Assistant') format('svg'); /* Legacy iOS */
}

/* assistant-600 - latin */

@font-face {
	font-family: 'Assistant';
	font-style: normal;
	font-weight: 600;
	src: url('/fonts/assistant-v1-latin-600.eot'); /* IE9 Compat Modes */
	src: local('Assistant SemiBold'),
		 local('Assistant-SemiBold'),
		 url('/fonts/assistant-v1-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
		 url('/fonts/assistant-v1-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
		 url('/fonts/assistant-v1-latin-600.woff') format('woff'), /* Modern Browsers */
		 url('/fonts/assistant-v1-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
		 url('/fonts/assistant-v1-latin-600.svg#Assistant') format('svg'); /* Legacy iOS */
}

/* Webfonts */

@font-face {
	font-family: 'webmanager';
	src: url('/fonts/webmanager.eot');
	src: url('/fonts/webmanager.eot#iefix') format('embedded-opentype'),
		url('/fonts/webmanager.woff2') format('woff2'),
		url('/fonts/webmanager.woff') format('woff'),
		url('/fonts/webmanager.ttf') format('truetype'),
		url('/fonts/webmanager.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 {
	border-bottom: 1px solid #EAEAEA;
	box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.05);
	left: 0;
	position: fixed;
	top: 0;
	transition: background 300ms ease;
	width: 100%;
	z-index: 4;
}
body.menuActive .HeaderWrapper.mobile {
	position: relative;
	z-index: auto;
}
.HeaderWrapper .row1 {
	background: #FFFFFF;
	background: rgba(255, 255, 255, 0.6);
	display: block;
	height: 45px;
	position: relative;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}
.HeaderWrapper .row2 {
	background: #FFFFFF;
	display: block;
	height: 66px;
	position: relative;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}

/* Original Logo */

.HeaderWrapper a.logo {
	left: 20px;
	position: absolute;
	top: -45px;
	-webkit-transition: opacity 500ms ease;
	-moz-transition: opacity 500ms ease;
	-ms-transition: opacity 500ms ease;
	-o-transition: opacity 500ms ease;
	transition: opacity 500ms ease;
	z-index: 2;
}
.HeaderWrapper a.logo img {
	display: block;
	width: 220px;
}

/* Original Fixed */

.HeaderWrapper a.logo_fixed {
	left: 20px;
	opacity: 0;
	position: absolute;
	top: -25px;
	-webkit-transition: opacity 500ms ease;
	-moz-transition: opacity 500ms ease;
	-ms-transition: opacity 500ms ease;
	-o-transition: opacity 500ms ease;
	transition: opacity 500ms ease;
	z-index: -1;
}
.HeaderWrapper a.logo_fixed img {
	display: block;
	width: 110px;
}

/* Header Fixed */

.HeaderWrapper.fixed .row1 {
	background: #EAEAEA;
	height: 25px;
}
.HeaderWrapper.fixed a.logo {
	opacity: 0;
	z-index: -1;
}
.HeaderWrapper.fixed a.logo_fixed {
	opacity: 1;
	z-index: 2;
}

@media all and (max-width: 1150px){

	.HeaderWrapper a.logo img {
		width: 180px;
	}

}

@media all and (max-width: 980px){

	.HeaderWrapper {
		position: fixed;
	}
	.HeaderWrapper .row1 {
		background: #EAEAEA;
	}
	.HeaderWrapper .row2 {
		height: 45px;
	}

}

@media all and (max-width: 500px){

	.HeaderWrapper a.logo {
		display: none;
	}
	.HeaderWrapper a.logo_fixed {
		opacity: 1;
		top: -45px;
		transition: top 500ms ease;
		z-index: 2;
	}
	.HeaderWrapper.mobile.fixed a.logo_fixed {
		top: -25px;
	}
	.HeaderWrapper.mobile a.logo_fixed img {
    transition: all 500ms ease;
	}
	.HeaderWrapper.mobile.fixed a.logo_fixed img {
    display: block;
    width: 85px;
	}

}

/* Header - Quickbucher */

.HeaderWrapper .quickBooking {
	bottom: 0;
	position: absolute;
	right: 20px;
	top: 0;
}
.HeaderWrapper .quickBooking > a {
	display: inline-block;
	font-size: 17px;
	font-weight: 700;
	line-height: 66px;
	padding: 0 15px;
	text-transform: uppercase;
	-webkit-transition: background 500ms ease;
	-moz-transition: background 500ms ease;
	-ms-transition: background 500ms ease;
	-o-transition: background 500ms ease;
	transition: background 500ms ease;
}
.HeaderWrapper .quickBooking > a.booking {
	background: #780000;
	color: #FFFFFF;
}
.HeaderWrapper .quickBooking > a.booking:hover {
	background: #600000;
}
.HeaderWrapper .quickBooking > a.request {
	background: #D5D5D5;
	color: #1D1D1D;
}
.HeaderWrapper .quickBooking > a.request:hover {
	background: #BCBCBC;
}

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

	.HeaderWrapper .quickBooking > a {
		font-size: 14px;
		padding: 0 8px;
	}

}

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

	.HeaderWrapper .quickBooking {
		right: 90px;
	}
	.HeaderWrapper .quickBooking > a {
		line-height: 46px;
	}

}

@media all and (max-width: 400px){

	.HeaderWrapper .quickBooking {
		right: 70px;
	}
	.HeaderWrapper .quickBooking > a.request {
		display: none;
	}

}

/* Header - Sprachauswahl */

.HeaderWrapper .lang {
	position: absolute;
	right: 20px;
	top: 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;
}
.HeaderWrapper .lang > p {
	float: left;
	font-size: 15px;
	font-weight: 400;
	line-height: 45px;
	padding: 0 11px 0 0;
}
.HeaderWrapper .lang > ul {
	float: left;
	line-height: 42px;
}
.HeaderWrapper .lang > ul > li {
	float: left;
}
.HeaderWrapper .lang > ul > li.selected > a {
	color: #780000;
}
.HeaderWrapper .lang > ul > li > a {
	font-size: 15px;
	padding: 0 4px;
}
.HeaderWrapper .lang > ul > li:last-child > a {
	padding-right: 0;
}

/* Header fixed */

.HeaderWrapper.fixed .lang {
	opacity: 0;
}

@media all and (max-width: 400px){

	.HeaderWrapper .lang > p {
		display: none;
	}

}

/* Layout - Animation */

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

/* Scrolldown */

.GalleryWrapper > .scrollDown {
	background: #FFFFFF;
	background: rgba(255, 255, 255, 0.3);
    bottom: 0;
    color: #FFFFFF;
    font-size: 35px;
    height: 65px;
    line-height: 65px;
    margin-right: -640px;
    position: absolute;
    right: 50%;
    text-align: center;
    -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: 65px;
    z-index: 999;
}
.GalleryWrapper > .scrollDown:after {
	content: "\E827";
	font-family: "webmanager";
}
.GalleryWrapper > .scrollDown:hover {
	background: rgba(255, 255, 255, 0.6);
}

/* Infobox */

.GalleryWrapper .infoBox {
	box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.2);
	position: absolute;
	bottom: 20px;
	background: #600000;
	left: 50%;
	opacity: 0;
	margin-left: -150px;
	padding: 11px 20px 15px;
	transition: all 800ms ease;
	width: 300px;
	z-index: 100;
}
.intro .GalleryWrapper .infoBox {
	bottom: 60px;
}
.GalleryWrapper .infoBox.show {
	bottom: 40px;
	opacity: 1;
}
.intro .GalleryWrapper .infoBox.show {
	bottom: 80px;
}
.GalleryWrapper .infoBox > p {
	font-size: 34px;
	font-weight: 300;
	color: #FFFFFF;
	line-height: 1.2;
	text-align: left;
}
.GalleryWrapper .infoBox > p > span {
	display: block;
	color: #ffffff;
	font-size: 20px;
	font-weight: 700;
	margin-left: 2px;
	text-transform: uppercase;
}

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

	/* Scrolldown */

	.GalleryWrapper > .scrollDown {
		margin-right: 0;
		right: 20px;
	}

}

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

	.GalleryWrapper > .animation {
		height: 300px !important;
	}
	.GalleryWrapper > .animation img {
		left: 50% !important;
		margin-left: -250px !important;
		width: 500px !important;
	}

	/* Scrolldown */

	.GalleryWrapper > .scrollDown {
		display: none;
	}
		
	/* Infobox */
		
	.GalleryWrapper .infoBox {
		bottom: 0;
		left: 20px;
		margin-left: 0;
		padding: 7px 10px 10px;
		width: 180px;
	}
	.GalleryWrapper .infoBox.show {
		bottom: 20px;
	}
	.intro .GalleryWrapper .infoBox.show {
		bottom: 20px;
	}
	.GalleryWrapper .infoBox > p {
		font-size: 20px;
	}
	.GalleryWrapper .infoBox > p > span {
		font-size: 15px;
	}

}

/* Content */

.ContentWrapper {
	background: #FFFFFF;
	margin: 0 auto;
	max-width: 1920px;
	padding: 60px 0 0;
	position: relative;
	z-index: 3;
}
.noanimation .ContentWrapper {
	margin-top: 140px;
}
.ContentWrapper > .wmWrapper > *:first-child {
	margin-top: 0;
}

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

	.noanimation .ContentWrapper {
		margin-top: 20px;
	}

}

/* Footer */

.FooterWrapper {
	background: #700000;
	padding: 65px 0;
	position: relative;
	z-index: 1;
}

/* Info/Kontakt */

.FooterWrapper .row1 .column1 {
	background: #700000;
	display: block;
	float: left;
	z-index: 6;
}
.FooterWrapper .row1 .column1:before {
	background: -moz-linear-gradient(left, rgba(112,0,0,1) 0%, rgba(112,0,0,0.99) 1%, rgba(112,0,0,0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgba(112,0,0,1) 0%,rgba(112,0,0,0.99) 1%,rgba(112,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, rgba(112,0,0,1) 0%,rgba(112,0,0,0.99) 1%,rgba(112,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#700000', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 */
	bottom: 0;
	content: "";
	position: absolute;
	right: -100px;
	top: -30px;
	width: 100px;
	z-index: 5;
}
.FooterWrapper .row1 .column1 .info .headline {
	color: #FFFFFF;
	display: block;
	font-size: 32px;
	margin: 0 0 10px;
}
.FooterWrapper .row1 .column1 .info .address {
	color: #FFFFFF;
	line-height: 1.27;
}
.FooterWrapper .row1 .column1 .info .address > span {
	display: block;
}
.FooterWrapper .row1 .column1 .info .map {
	background: #FFFFFF;
	color: #780000;
	display: table;
	font-weight: 600;
	line-height: 27px;
	margin: 21px 0 0;
	padding: 0 10px;
	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;
}
.FooterWrapper .row1 .column1 .contact {
	display: block;
	margin: 38px 0;
}
.FooterWrapper .row1 .column1 .contact > p {
	color: #FFFFFF;
}
.FooterWrapper .row1 .column1 .contact > a {
	color: #FFFFFF;
	display: table;
	font-size: 24px;
	font-weight: 300;
	padding: 0 0 0 48px;
	position: relative;
}
.FooterWrapper .row1 .column1 .contact > a.phone {
	font-size: 32px;
}
.FooterWrapper .row1 .column1 .contact > a:before {
	color: #9A0000;
	font-family: "webmanager";
	left: 0;
	position: absolute;
	top: 0;
}
.FooterWrapper .row1 .column1 .contact > a.phone:before {
	content: "\E825";
	font-size: 32px;
}
.FooterWrapper .row1 .column1 .contact > a.mail:before {
	content: "\E824";
	font-size: 22px;
	top: 3px;
}

/* Logos */

.FooterWrapper .row1 .logos {
	align-items: center;
	display: inline-flex;
	background: rgba(255, 255, 255, 0.15);
	margin: 47px 0 0;
	padding: 20px 30px;
	transition: background 300ms ease-in-out;
}
/*
.FooterWrapper .row1 .logos:hover {
	background: rgba(255, 255, 255, 0.25);
}
*/
.FooterWrapper .row1 .logos > a {
	display: block;
}
.FooterWrapper .row1 .logos > a + a,
.FooterWrapper .row1 .logos > img + img {
	margin: 0 0 0 20px;
}
.FooterWrapper .row1 .logos img {
	display: block;
	height: 65px;
}
.FooterWrapper .row1 .logos img.small {
	background: #FFFFFF;
	height: 40px;
}

/* Map */

.FooterWrapper .row1 .column2 {
	display: block;
	position: absolute;
	right: 20px;
	top: 38px;
}
.FooterWrapper .row1 .column2 > img {
	display: block;
	width: 100%;
}
.FooterWrapper .row1 .column2 > .pin {
	background: url("/img/layout/pin.png") no-repeat;
	background-size: 64px 89px;
	bottom: 60px;
	content: "";
	height: 89px;
	left: 328px;
	opacity: 0;
	position: absolute;
	-webkit-transition: opacity 1s ease-in-out 1s;
	-moz-transition: opacity 1s ease-in-out 1s;
	-ms-transition: opacity 1s ease-in-out 1s;
	-o-transition: opacity 1s ease-in-out 1s;
	transition: opacity 1s ease-in-out 1s;
	width: 64px;
}
.FooterWrapper .row1 .column2.showMarker > .pin {
	opacity: 1;
}
.FooterWrapper .row2 {
	border-top: 1px solid #9A0000;
	display: block;
}

/* Verlinkungen */

.FooterWrapper .row2 .links {
	float: right;
	padding: 2px 0 0;
	text-align: right;
	width: 45%;
}
.FooterWrapper .row2 .links > li {
	display: inline-block;
}
.FooterWrapper .row2 .links > li > a {
	color: #FFFFFF;
	font-size: 15px;
	padding: 3px 0 3px 15px;
	text-transform: uppercase;
}

@media all and (max-width: 820px){

	.FooterWrapper {
		padding-bottom: 38px;
		padding-top: 35px;
	}
	.FooterWrapper .row1 .column1 {
		background: none;
		float: none;
		text-align: center;
	}
	
	/* Info/Kontakt */
	
	.FooterWrapper .row1 .column1 .info .map {
		margin: 21px auto 0;
	}
	.FooterWrapper .row1 .column1 .contact {
		margin-bottom: 22px;
		margin-top: 30px;
	}
	.FooterWrapper .row1 .column1 .contact > a {
		margin: 0 auto;
	}
	.FooterWrapper .row1 .logos {
		margin-top: 38px;
	}
		
	/* Map */
		
	.FooterWrapper .row1 .column2 {
		display: none;
	}

}

@media all and (max-width: 700px){

	/* Verlinkungen */
		
	.FooterWrapper .row2 .links {
		float: none;
		text-align: center;
		width: 100%;
	}
	.FooterWrapper .row2 .links > li {
		display: block;
	}
	.FooterWrapper .row2 .links > li > a {
		padding: 1px 0;
	}

}

@media all and (max-width: 500px){

	/* Info/Kontakt */
		
	.FooterWrapper .row1 .column1 .info .headline {
		font-size: 25px;
	}
	.FooterWrapper .row1 .column1 .contact > a {
		font-size: 20px;
	}
	.FooterWrapper .row1 .column1 .contact > a.phone {
		font-size: 24px;
	}
	.FooterWrapper .row1 .column1 .contact > a.phone:before {
		font-size: 24px;
	}
	.FooterWrapper .row1 .column1 .contact > a.mail:before {
		font-size: 18px;
	}

	/* Map */

	.FooterWrapper .row1 .column2 {
		display: none;
		margin: 0 0 26px;
		position: relative;
		right: auto;
		top: auto;
	}
	.FooterWrapper .row1 .column2 > .pin {
		display: none;
	}

}
@media all and (max-width: 400px){

	.FooterWrapper .row1 .column1 {
		margin-left: -40px;
		margin-right: -40px;
	}

}

/* Menü - Hauptmenü - Desktop */

nav.desktop {
	padding: 0 225px 0 0;
	position: absolute;
	right: 20px;
	text-align: right;
	top: 18px;
}
nav.desktop > ul > li {
	display: inline-block;
	padding: 0 15px 5px;
	position: relative;
}
/*
nav.desktop > ul > li:last-child {
	padding-right: 0;
}*/
nav.desktop > ul > li > a {
	color: #293540;
	display: block;
	font-size: 17px;
	font-weight: 700;
	position: relative;
	text-transform: uppercase;
	padding: 0 0 21px;
}
nav.desktop > ul > li > a:before {
	background: #780000;
	bottom: 0;
	content: "";
	height: 3px;
	left: 0;
	opacity: 0;
	position: absolute;
	right: 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;
}
nav.desktop > ul > li:hover > a,
nav.desktop > ul > li > a.selected {
	color: #780000;
}
nav.desktop > ul > li:hover > a:before,
nav.desktop > ul > li > a.selected:before {
	opacity: 1;
}
nav.desktop > ul > li > ul {
	height: 0;
	left: 0;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	text-align: left;
	top: 49px;
}
nav.desktop > ul > li.active > ul, /* micado menu.js */
.nojs nav.desktop > ul > li:hover > ul { /* nojs fallback */
	height: auto;
	padding: 20px 30px;
	opacity: 1;
	overflow: visible;
}

/* Single */

nav.desktop > ul > li.single > ul {
	background: #FFFFFF;
	box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.05);
	top: 47px;
}
nav.desktop > ul > li.single:last-child > ul {
	left: auto;
	right: 0;
}
nav.desktop > ul > li.single > ul > li > a {
	color: #1D1D1D;
	display: block;
	font-size: 17px;
	font-weight: 400;
	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: #780000;
}

/* Multi */

nav.desktop > ul > li.multi {
	position: static;
}
nav.desktop > ul > li.multi > ul {
	width: 100%;
}
nav.desktop > ul > li.multi > ul:before {
	background: #FFFFFF;
	box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.05);
	content: "";
	height: 100%;
	left: -2000px;
	position: absolute;
	top: 0;
	width: 4000px;
	z-index: -1;
}
nav.desktop > ul > li.multi.active > ul, /* micado menu.js */
.nojs nav.desktop > ul > li.multi:hover > ul { /* nojs fallback */
	padding-bottom: 54px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 45px;
}
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: #780000;
	display: block;
	font-size: 24px;
	font-weight: 600;
	margin: 0 0 9px;
	padding: 4px 0;
	text-transform: uppercase;
}
nav.desktop > ul > li.multi > ul > li > ul > li > a {
	color: #1D1D1D;
	display: block;
	font-size: 17px;
	font-weight: 400;
	padding: 1px 0;
}
nav.desktop > ul > li.multi > ul > li > ul > li > a:hover,
nav.desktop > ul > li.mutli > ul > li > ul > li > a.selected {
	color: #780000;
}

@media all and (max-width: 1320px){

	nav.desktop {
		padding-right: 200px;
	}
	nav.desktop > ul > li {
		padding-left: 10px;
		padding-right: 10px;
	}

}

@media all and (max-width: 1210px){

	nav.desktop > ul > li > a {
		font-size: 15px;
	}
	
	nav.desktop > ul > li > ul {
		top: 48px;
	}
		
	/* Single */
		
	nav.desktop > ul > li.single > ul {
		top: 43px;
	}

}

@media all and (max-width: 1150px){

	nav.desktop {
		padding-right: 155px;
		top: 19px;
	}
	nav.desktop > ul > li {
		padding-left: 6px;
		padding-right: 6px;
	}
	nav.desktop > ul > li > a {
		font-size: 14px;
	}

}

@media all and (max-width: 980px){

	nav.desktop {
		display: none;
	}

}

/* Menü - Hauptmenü - Mobile */

.mainmenu .trigger {
	display: none;
}
.mainmenu.mobile .trigger {
	display: block;
}
.mainmenu > .trigger {
	line-height: 1;
	opacity: 1 !important;
	padding: 0;
	position: absolute;
	right: 20px;
	top: 11px;
	z-index: 1000;
}
.menuActive .mainmenu > .trigger {
	top: 56px;
}
.menuActive .mainmenu > .trigger {
	position: fixed;
}
.mainmenu > .trigger .hamburger-box {
	width: 30px;
}
.mainmenu > .trigger .hamburger-inner,
.mainmenu > .trigger .hamburger-inner:before,
.mainmenu > .trigger .hamburger-inner:after {
	background-color: #780000;
	border-radius: 0;
	height: 3px;
	width: 30px;
	z-index: 10000;
}
.mainmenu > .trigger.specialColor .hamburger-inner,
.mainmenu > .trigger.specialColor .hamburger-inner:before,
.mainmenu > .trigger.specialColor .hamburger-inner:after {
	background-color: #780000;
	opacity: 1;
}
.MobileMenuWrapper {
	background: #EAEAEA;
	bottom: 0;
	overflow-y: scroll;
	position: fixed;
	right: -100%;
	top: 0;
	width: 100%;
	z-index: 100;
	-webkit-overflow-scrolling: touch;
}
nav.mobile > ul {
	display: block !important;
	overflow: hidden;
	padding: 100px 0 56px 0;
	width: 100%;
}
nav.mobile ul {
	display: none;
}
nav.mobile ul.open {
	display: block;
	padding-bottom: 20px;
}

/* Links */

nav.mobile li a {
	display: block;
	padding: 6px 30px;
	position: relative;
}

/* 1. Ebene */

nav.mobile > ul > li {
	
}
nav.mobile > ul > li > a {
	font-size: 24px;
	font-weight: 400;
	opacity: 0;
	padding-bottom: 14px;
	padding-top: 14px;
	position: relative;
	text-transform: uppercase;
}
nav.mobile > ul > li > a.show {
	opacity: 1;
}
nav.mobile > ul > li > a:hover,
nav.mobile > ul > li > a.selected {
	
}

/* 2. Ebene */

nav.mobile > ul > li > ul > li > a:before {
	content: "\E807";
	font-family: "webmanager";
	font-size: 14px;
	font-weight: normal;
	left: 30px;
	position: absolute;
	top: 9px;
}
nav.mobile > ul > li > ul > li.open > a:before {
	transform: rotate(90deg);
	transition: all 300ms ease-out;
}
nav.mobile > ul > li > ul > li > a {
	font-size: 18px;
	font-weight: 600;
	text-transform: uppercase;
	padding-left: 50px;
}
nav.mobile > ul > li > ul > li > a:hover,
nav.mobile > ul > li > ul > li > a.selected {
	
}

/* 3. Ebene */

nav.mobile > ul > li > ul > li > ul.open {
	margin: 0 0 20px 0;
	padding: 0 20px;
}
nav.mobile > ul > li > ul > li > ul > li > a {
	font-size: 17px;
	font-weight: 300;
}
nav.mobile > ul > li > ul > li > ul > li > a:hover,
nav.mobile > ul > li > ul > li > ul > li > a.selected {
	
}

/* Kontakt */

.mobile-contact {
	gap: 8px;
	display: none;
	left: 30px;
	position: absolute;
	top: 48px;
}
.mobile-contact a {
	align-items: center;
	background-color: #780000;
	display: flex;
	font-size: 0;
	height: 40px;
	justify-content: center;
	position: relative;
	width: 40px;
}
.mobile-contact a::before {
	color: #FFFFFF;
	font-family: "webmanager";
	display: block;
}
.mobile-contact a.phone::before {
	content: "\E825";
  font-size: 20px;
}
.mobile-contact a.mail::before {
	content: "\E824";
  font-size: 14px;
}

/* Quickbooking */

.quickBookingMobileMenu {
	align-items: center;
	background: #FFFFFF;
	bottom: 0;
	display: none;
	height: 56px;
	gap: 8px;
	justify-content: center;
	position: fixed;
	padding: 0 20px;
	left: 0;
	z-index: 1;
	width: 100%;
}
.quickBookingMobileMenu a {
	align-items: center;
	display: flex;
	font-size: 17px;
  font-weight: 700;
	height: 40px;
	justify-content: center;
	text-align: center;
	text-transform: uppercase;
	width: 100%;
}
.quickBookingMobileMenu a.booking {
	background: #780000;
	color: #FFFFFF;
}
.quickBookingMobileMenu a.request {
	background: #D5D5D5;
	color: #1D1D1D;
}

@media all and (max-width: 980px){

	body.menuActive .mobile-contact {
		display: flex;
	}
	body.menuActive .quickBookingMobileMenu {
		display: flex;
	}

}

/* Menü - Metamenü */

.metamenu {
	float: left;
	padding: 2px 0 0;
	width: 55%;
}
.metamenu li {
	display: inline-block;
}
.metamenu li a {
	color: #FFFFFF;
	display: block;
	font-size: 15px;
	padding: 3px 11px 3px 0;
	text-transform: uppercase;
}

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

	.metamenu {
		float: none;
		padding-top: 12px;
		text-align: center;
		width: 100%;
	}
	.metamenu li {
		display: block;
	}
	.metamenu li a {
		padding: 1px 0;
	}

}

ul.breadcrumb {
	display: flex;
	flex-wrap: wrap;
	gap: 4px 24px;
	margin-bottom: 40px;
	margin-top: -60px;
	padding: 20px;
	justify-content: center;
}
body.noanimation ul.breadcrumb {
	margin-bottom: 25px;
}
ul.breadcrumb li.item {
	font-size: 14px;
	position: relative;
}
ul.breadcrumb li.item:not(:last-child):after {
	background: #780000;
	content: "";
	height: 4px;
	margin-top: -2px;
	right: -14px;
	position: absolute;
	top: 50%;
	width: 4px;
}
ul.breadcrumb li.item a {
	font-weight: 400;
}
ul.breadcrumb li.item.last {
	pointer-events: none;
}
ul.breadcrumb li.item.last a {
	color: #780000;
	font-weight: 500;
}

@media all and (max-width: 980px){

	ul.breadcrumb {
		display: none;
	}

}

/* Elemente - Überschriften */

h1 {
	color: #1D1D1B;
	font-size: 58px;
	font-weight: 200;
	line-height: 1.2;
	text-align: center;
	text-transform: uppercase;
}
h2 {
	color: #1D1D1B;
	font-size: 58px;
	font-weight: 200;
	line-height: 1.2;
	text-align: center;
	text-transform: uppercase;
}
h1 + h2 {
	color: #B9B9B9;
	font-size: 20px;
	font-weight: 700;
}
h2.wmElHeadline {
	font-size: 34px;
	font-weight: 300;
	margin-bottom: 15px;
	padding-bottom: 11px;
	position: relative;
	text-align: left;
}
h2.wmElHeadline:before {
	background: #D5D5D5;
	bottom: 0;
	content: "";
	height: 3px;
	left: 0;
	position: absolute;
	right: 0;
}
h3 {
	color: #780000;
	font-size: 48px;
	font-weight: 200;
	line-height: 1.2;
	text-align: center;
}
h2 + h3 {
	color: #B9B9B9;
	font-size: 20px;
	font-weight: 700;
}
.wmHeadline + .wmHeadline {
	margin-top: -59px;
}

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

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

}

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

	h1 {
		font-size: 28px;
	}
	h2 {
		font-size: 28px;
	}
	h1 + h2 {
		font-size: 18px;
	}
	h3 {
		font-size: 25px;
	}
	h2 + h3 {
		font-size: 18px;
	}

}

/* Element - Aufzählung */

.wmList ul li:before {
	color: #700000;
	content: "\E829";
	font-family: "webmanager";
	font-size: 15px;
	left: 0;
	position: absolute;
	top: 8px;
}
.wmList ul li {
	float: left;
	padding: 4px 0 4px 35px;
	position: relative;
	width: 50%;
}
.wmList ul li:nth-child(2n+1) {
	clear: left;
	padding-right: 30px;
}
.wmList.wmSingleList ul li {
	float: none;
	width: auto;
}

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

	.wmList ul li {
		float: none;
		padding-right: 0 !important;
		width: auto;
	}

}

/* Element - Bild-Text Kombination */

.wmImageTextCombi > .left {
	float: left;
	margin: 9px 30px 10px 0;
	max-width: 50%;
}
.wmImageTextCombi > .right {
	float: right;
	margin: 9px 0 10px 30px;
	max-width: 50%;
}
.wmImageTextCombi img {
	display: block;
	width: 100%;
}
.wmImageTextCombi figcaption {
	font-size: 0.85em;
	font-style: italic;
	line-height: 1.5;
	margin: 8px 0 0 0;
}

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

	.wmImageTextCombi > .left,
	.wmImageTextCombi > .right {
		float: none;
		margin: 0 0 10px 0;
		max-width: none;
	}
	
}

/* Element - Anhangbild */

.wmSingleImage img {
	display: block;
	width: 100%;
}
.wmSingleImage > figcaption {
	bottom: 30px;
	color: #FFFFFF;
	font-size: 20px;
	font-style: italic;
	font-weight: 600;
	left: 50%;
	line-height: 1.5;
	margin-left: -640px;
	position: absolute;
}

@media all and (max-width: 1280px){

	.wmSingleImage > figcaption {
		bottom: 20px;
		left: 20px;
		margin-left: 0;
	}

}

/* Elemente - Bildergalerie */

.wmGallery li {
	float: left;
	margin: 0 0.3125% 0.3125% 0; /* 0 6 6 0 */
	overflow: hidden;
	position: relative;
	width: 16.40625%; /* 315 */
}
.wmGallery li:nth-child(6n) {
	margin-right: 0;
}
.wmGallery li:nth-child(6n) + li {
	clear: left;
}
.wmGallery li figure a {
	display: block;
}
.wmGallery li.noText figure a:before {
	bottom: 5px;
	color: #FFFFFF;
	content: "\E809";
	display: none;
	font-family: "webmanager";
	font-size: 30px;
	font-weight: 400;
	line-height: 1;
	position: absolute;
	right: 10px;
	z-index: 10;
}
.wmGallery li figure a img {
	display: block;
	width: 100%;
}
.wmGallery li figure figcaption {
	background: #FFFFFF;
	background: rgba(255, 255, 255, 0.6);
	bottom: -30px;
	cursor: pointer;
	display: block;
	font-size: 16px;
	font-weight: 400;
	height: 30px;
	left: 0;
	line-height: 1.2;
	overflow: hidden;
	padding: 5px 35px 6px 10px;
	position: absolute;
	right: 0;
	-webkit-transition: bottom 500ms ease;
	-moz-transition: bottom 500ms ease;
	-ms-transition: bottom 500ms ease;
	-o-transition: bottom 500ms ease;
	transition: bottom 500ms ease;
	text-overflow: ellipsis;
	white-space: nowrap;
	z-index: 0;
}
.wmGallery li:hover figure figcaption {
	bottom: 0;
}

/* Logo */

.wmGallery li.logo {
	background: #780000;
}
.wmGallery li.logo img {
	display: block;
	left: 50%;
	margin: -45.5px 0 0 -42.5px;
	position: absolute;
	top: 50%;
	width: 85px;
}

/* Slider */

.wmGallery.hasSlider li {
	float: none;
	margin: 0;
	width: 100%;
}
.wmGallery.hasSlider .owl-dots {
	display: block;
	margin: 0 0 4px;
	text-align: center;
	width: 100%;
}
.wmGallery.hasSlider .owl-dots .owl-dot {
	display: inline-block;
}
.wmGallery.hasSlider .owl-dots .owl-dot > span {
	background: #EAEAEA;
	display: inline-block;
	height: 4px;
	margin: 0 3px;
	width: 16px;
}
.wmGallery.hasSlider .owl-dots .owl-dot.active > span {
	background: #780000;
}

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

	.wmGallery li {
		margin: 0 0.521739130434783% 0.521739130434783% 0; /* 0 6 6 0 */
		width: 24.608695652173914%; /* 283 */
	}
	.wmGallery li:nth-child(6n) {
		margin-right: 0.521739130434783%;
	}
	.wmGallery li:nth-child(6n) + li {
		clear: none;
	}
	.wmGallery li:nth-child(4n) {
		margin-right: 0;
	}
	.wmGallery li:nth-child(4n) + li {
		clear: left;
	}

}

/* Element - Tabelle */

.wmTable table {
	width: 100%;
}
.wmTable table tbody tr {
	background: #FFFFFF;
	border-bottom: 1px solid #D5D5D5;
}
.wmTable table tbody tr:first-child {
	color: #780000;
	text-transform: uppercase;
}
.wmTable table tbody tr td {
	padding: 15px 10px 2px;
}
.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;
	padding: 4px 0 4px 25px;
	position: relative;
}

/* Element - Einzelteaser */

.wmSingleTeaser article {
	border-bottom: 3px solid #D5D5D5;
	cursor: pointer;
	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: 100%;
}
.wmSingleTeaser article:hover {
	background: #EAEAEA;
}
.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: 415px;
}
.wmSingleTeaser article figure > a picture {
	display: block;
	left: 50%;
	min-height: 100%;
	min-width: 100%;
	position: relative;
	top: 50%;
	-moz-transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
	-o-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}
.wmSingleTeaser article figure > a img {
	display: block;
}
.wmSingleTeaser article figure > figcaption {
	padding: 25px 13px 112px 446px;
}
.wmSingleTeaser article figure > figcaption > a {
	color: #780000;
	display: table;
	font-size: 34px;
	font-weight: 300;
	line-height: 1.08;
	margin: 0 0 10px;
}
.wmSingleTeaser article figure > figcaption > .button {
	background: #EAEAEA;
	bottom: 15px;
	color: #FFFFFF;
	content: "";
	display: block;
	height: 45px;
	line-height: 1;
	position: absolute;
	right: 13px;
	text-align: center;
	-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: 45px;
}
.wmSingleTeaser article figure > figcaption > .button:before {
	content: "\E822";
	font-family: "webmanager";
	font-size: 55px;
	line-height: 45px;
	position: relative;
	top: 1px;
}
.wmSingleTeaser article:hover figure > figcaption > .button {
	background: #780000;
}

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

	.wmSingleTeaser article figure > a {
		width: 40%;
	}
	.wmSingleTeaser article figure > figcaption {
		padding-left: 43%;
		padding-top: 25px;
	}

}

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

	.wmSingleTeaser article figure > a {
		bottom: auto;
		left: auto;
		position: relative;
		top: auto;
		width: 100%;
	}
	.wmSingleTeaser article figure > a picture {
		left: auto;
		min-height: auto;
		top: auto;
		-moz-transform: none;
		-webkit-transform: none;
		-o-transform: none;
		-ms-transform: none;
		transform: none;
	}
	.wmSingleTeaser article figure > a img {
		width: 100%;
	}
	.wmSingleTeaser article figure > figcaption {
		padding-bottom: 80px;
		padding-left: 13px;
		width: 100%;
	}
	.wmSingleTeaser article figure > figcaption > a {
		font-size: 20px;
	}

}

/* Element - Gruppenteaser */

.wmTeaserGroup article {
	border-bottom: 3px solid #D5D5D5;
	cursor: pointer;
	float: left;
	margin: 0 1.25% 1.25% 0; /* 0 16 16 0 */
	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: 32.5%; /* 416 */
}
.wmTeaserGroup article:hover {
	background: #EAEAEA;
}
.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;
	position: relative;
}
.wmTeaserGroup article figure > a img {
	display: block;
	width: 100%;
}
.wmTeaserGroup article figure > a p.date {
	background: #1D1D1B;
	bottom: 0;
	color: #FFFFFF;
	display: table;
	font-size: 17px;
	font-weight: 700;
	left: 13px;
	padding: 5px 10px 4px;
	position: absolute;
}
.wmTeaserGroup article figure > figcaption {
	padding: 37px 13px 124px;
}
.wmTeaserGroup article figure > figcaption > a {
	color: #780000;
	display: table;
	font-size: 34px;
	font-weight: 300;
	line-height: 1.08;
	margin: 0 0 10px;
}
.wmTeaserGroup article figure > figcaption > p.addition {
	bottom: 22px;
	font-weight: 600;
	left: 13px;
	line-height: 1.2;
	position: absolute;
	width: 42%;
}
.wmTeaserGroup article figure > figcaption > p.price {
	bottom: 15px;
	line-height: 1.2;
	right: 13px;
	position: absolute;
}
.wmTeaserGroup article figure > figcaption > p.price > span {
	font-size: 52px;
	font-weight: 200;
}

/* Marker */

.wmTeaserGroup article .mark {
	background: #EDC634;
	border-radius: 50%;
	color: #FFFFFF;
	font-size: 17px;
	font-weight: 700;
	height: 90px;
	line-height: 1.23;
	padding: 24px 5px;
	position: absolute;
	right: 25px;
	text-align: center;
	text-transform: uppercase;
	top: 25px;
	width: 90px;
	z-index: 2;
}
.wmTeaserGroup article .mark:before {
	content: "Last Minute";
}

@media all and (max-width: 980px){

	.wmTeaserGroup article .mark {
		right: 15px;
		top: 15px;
	}

}

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

	.wmTeaserGroup article {
		float: none;
		margin: 0 0 15px;
		width: 100%;
	}
	.wmTeaserGroup article figure > a {
		bottom: 0;
		left: 0;
		overflow: hidden;
		position: absolute;
		top: 0;
		width: 40%;
	}
	.wmTeaserGroup article figure > a picture {
		display: block;
		left: 50%;
		min-height: 100%;
		min-width: 100%;
		position: relative;
		top: 50%;
		-moz-transform: translateX(-50%) translateY(-50%);
		-webkit-transform: translateX(-50%) translateY(-50%);
		-o-transform: translateX(-50%) translateY(-50%);
		-ms-transform: translateX(-50%) translateY(-50%);
		transform: translateX(-50%) translateY(-50%);
	}
	.wmTeaserGroup article figure > figcaption {
		float: left;
		padding: 20px 13px 80px 43%;
	}
	.wmTeaserGroup article.mark figure > figcaption {
		padding-right: 100px;
	}
	.wmTeaserGroup article figure > figcaption > p.addition {
		left: 43%;
	}
	.wmTeaserGroup article figure > figcaption > p.price {
		bottom: 18px;
	}
	.wmTeaserGroup article figure > figcaption > p.price > span {
		font-size: 35px;
	}

}

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

	.wmTeaserGroup article figure > a {
		bottom: auto;
		left: auto;
		position: relative;
		top: auto;
		width: 100%;
	}
	.wmTeaserGroup article figure > a picture {
		left: auto;
		min-height: auto;
		top: auto;
		-moz-transform: none;
		-webkit-transform: none;
		-o-transform: none;
		-ms-transform: none;
		transform: none;
	}
	.wmTeaserGroup article figure > figcaption {
		padding-left: 13px;
		width: 100%;
	}
	.wmTeaserGroup article.mark figure > figcaption {
		padding-right: 13px;
	}
	.wmTeaserGroup article figure > figcaption > a {
		font-size: 20px;
	}
	.wmTeaserGroup article figure > figcaption > p.addition {
		left: 13px;
	}

}

/* Element - Gruppenteaser - Titel */

.wmTeaserGroupTitle article {
	cursor: pointer;
	float: left;
	margin: 0 0.15625% 0.15625% 0; /* 0 3 3 0 */
	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.229166666666664%; /* 638 */
}
.wmTeaserGroupTitle article:nth-of-type(3n) {
	margin-right: 0;
}
.wmTeaserGroupTitle article:nth-of-type(3n) + article {
	clear: left;
}
.wmTeaserGroupTitle article > h2 {
	display: none;
}
.wmTeaserGroupTitle article figure > a {
	display: block;
	position: relative;
}
.wmTeaserGroupTitle article figure > a:before {
	background: #000000;
	background: rgba(0, 0, 0, 0.35);
	bottom: 0;
	content: "";
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}
.wmTeaserGroupTitle article figure > a img {
	display: block;
	width: 100%;
}
.wmTeaserGroupTitle article figure > figcaption {
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}
.wmTeaserGroupTitle article figure > figcaption > a.title {
	color: #FFFFFF;
	display: block;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.08;
	padding: 0 19%;
	position: relative;
	text-align: center;
	text-transform: uppercase;
	top: 50%;
	-moz-transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	-webkit-transition: top 800ms ease;
	-moz-transition: top 800ms ease;
	-ms-transition: top 800ms ease;
	-o-transition: top 800ms ease;
	transition: top 800ms ease;
}
.wmTeaserGroupTitle article:hover figure > figcaption > a.title {
	top: 40%;
}
.wmTeaserGroupTitle article figure > figcaption > .button {
	background: #FFFFFF;
	background: rgba(255, 255, 255, 0.3);
	content: "";
	display: block;
	height: 45px;
	line-height: 1;
	left: 50%;
	opacity: 0;
	position: absolute;
	text-align: center;
	top: 60%;
	-moz-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-transition: opacity 600ms ease, top 800ms ease;
	-moz-transition: opacity 600ms ease, top 800ms ease;
	-ms-transition: opacity 600ms ease, top 800ms ease;
	-o-transition: opacity 600ms ease, top 800ms ease;
	transition: opacity 600ms ease, top 800ms ease;
	width: 45px;
}
.wmTeaserGroupTitle article:hover figure > figcaption > .button {
	opacity: 1;
	top: 55%;
}
.wmTeaserGroupTitle article figure > figcaption > .button:before {
	color: #FFFFFF;
	content: "\E822";
	font-family: "webmanager";
	font-size: 55px;
	line-height: 45px;
	position: relative;
	top: 1px;
}

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

	.wmTeaserGroupTitle article figure > figcaption > a.title {
		padding-left: 5%;
		padding-right: 5%;
	}
	.wmTeaserGroupTitle article:hover figure > figcaption > a.title {
		top: 35%;
	}
	.wmTeaserGroupTitle article:hover figure > figcaption > .button {
		top: 57%;
	}

}

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

	.wmTeaserGroupTitle article {
		margin: 0 0.444444444444444% 0.444444444444444% 0; /* 0 4 4 0 */
		width: 49.777777777777779%; /* 448 */
	}
	.wmTeaserGroupTitle article:nth-of-type(3n) {
		max-height: 400px;
		overflow: hidden;
		width: 100%;
	}
	.wmTeaserGroupTitle article:nth-of-type(3n) + article {
		clear: none;
	}
	.wmTeaserGroupTitle article:nth-of-type(2n) {
		margin-right: 0;
	}
	.wmTeaserGroupTitle article:nth-of-type(2n) + article {
		clear: left;
	}

}

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

	.wmTeaserGroupTitle article {
		margin: 0 0 3px !important; 
		width: 100% !important;
	}
	.wmTeaserGroupTitle article:nth-of-type(3n) {
		max-height: none;
		overflow: visible;
	}
	.wmTeaserGroupTitle article figure > figcaption > a.title {
		font-size: 17px;
		position: absolute;
		top: 38%;
		-moz-transform: none;
		-webkit-transform: none;
		-o-transform: none;
		-ms-transform: none;
		transform: none;
		width: 100%;
	}
	.wmTeaserGroupTitle article:hover figure > figcaption > a.title {
		top: 38%;
	}
	.wmTeaserGroupTitle article figure > figcaption > .button {
		margin: -22.5px 0 0 -22.5px;
		opacity: 1;
		top: 62%;
		-moz-transform: none;
		-webkit-transform: none;
		-o-transform: none;
		-ms-transform: none;
		transform: none;
	}
	.wmTeaserGroupTitle article:hover figure > figcaption > .button {
		top: 62%;
	}

}

/* Element - Dropdown */

.wmDropdown > h3 {
	background: #eaeaea;
	border-bottom: 3px solid #D5D5D5;
	cursor: pointer;
	font-size: 24px;
	font-weight: 300;
	padding: 8px 35px 10px 15px;
	position: relative;
	text-align: left;
	text-transform: uppercase;
}
.wmDropdown > h3:after {
	content: "\E80A";
	font-family: "webmanager";
	font-weight: normal;
	position: absolute;
	right: 12px;
	top: 9px;
}
.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 - Iframe */

.wmIframe.Webcam {
	float: left;
	width: 33% !important;
}
.wmIframe.Webcam + .wmIframeWebcam {
	float: left;
	width: 33% !important;
}

/* Element - Download */

.wmDownload > a:before {
	content: "\E828";
	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: #D5D5D5;
	color: #1D1D1B;
	display: inline-block;
	font-weight: normal;
	min-width: 180px;
	padding: 7px 20px 7px 55px;
	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;
}
.wmDownload > a:hover {
	background: #BCBCBC;
}
.wmDownload > a > span {
	display: block;
}
.wmDownload > a > span.addition {
	font-weight: 600;
}

/* Elemente - Formular */

.wmForm > div {
	margin: 0 -10px;
}
.wmForm h2 {
	margin-left: 10px;
	margin-right: 10px;
	padding: 10px 0 0 0;
}
.wmForm h2:before {
	display: none;
}
.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 {
	border: none;
	border-bottom: 2px solid #D5D5D5;
	display: block;
	font-size: 15px;
	font-weight: 600;
	height: 45px;
	padding: 0 10px;
	width: 100%;
}
.wmForm select.field {
	padding-left: 10px;
	padding-right: 15px;
}
.wmForm select.field option {
	padding: 5px 16px;
}
.wmForm textarea.field {
	height: 200px;
	padding: 10px;
}
.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: #1d77ba;
	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: #780000;
	border: 0 none;
	color: #ffffff;
	display: inline-block;
	font-size: 17px;
	font-weight: bold;
	height: 45px;
	outline: 0;
	padding: 0 35px;
	text-transform: uppercase;
	-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: #600000;
}

/* 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: #700000;
	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 {
	color: #700000;
	cursor: pointer;
	content: "\E823";
	font-size: 15px;
	position: absolute;
	right: 20px;
	top: 12px;
}

/* Spam */

.wmForm .spm {
	background: none;
	border: none;
	border-bottom: 2px solid #d5d8de;
	padding: 10px;
}
.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%;
	}

}

/* Erweiterung - Quickbucher */

.wmBooking {
	background: #780000;
	padding: 48px 0;
}
.wmBooking > .quickBooking {
	padding-right: 280px;
}

/* Überschrift */

.wmBooking .headline {
	float: left;
	margin: -10px 0 0 0; /* 103 */
	padding: 0 20px 0 0;
	line-height: 1.12;
}
.wmBooking .headline > span {
	color: #FFFFFF;
	display: block;
	font-size: 48px;
	font-weight: 200;
	text-transform: uppercase;
}
.wmBooking .headline > span.subheadline {
	font-size: 20px;
	font-weight: 700;
}

/* Anreise / Abreise */

.wmBooking .row {
	float: right;
	width: 470px; /* 36.71875% */
}
.wmBooking .row > div {
	display: block;
	float: left;
	position: relative;
	width: 220px; /* 46.808510638297875% */
}
.wmBooking .row > div.arrival {
	margin: 0 30px 0 0; /* 6.382978723404255% */
}
.wmBooking .row > div > input {
	background: #600000;
	border: none;
	cursor: pointer;
	color: #FFFFFF;
	display: block;
	font-weight: 400;
	height: 65px;
	padding: 0 50px 0 14px;
	width: 100%;
}
.wmBooking .row > div > .calicon {
	cursor: pointer;
	color: #FFFFFF;
	font-size: 17px;
	line-height: 1;
	top: 25px;
	position: absolute;
	right: 20px;
}
.wmBooking .row > div > .calicon:before {
	content: "\E823";
	font-family: "webmanager";
}

/* Buchen / Anfrage Button */

.wmBooking .buttons {
	position: absolute;
	right: 20px;
	top: 0;
	width: 200px;
}
.wmBooking .buttons > input {
	background: #FFFFFF;
	border: none;
	color: #780000;
	cursor: pointer;
	float: left;
	font-weight: 700;
	height: 65px;
	text-align: center;
	-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: 91px;
}
.wmBooking .buttons > a.request {
	background: #780000;
	border: 1px solid #FFFFFF;
	color: #FFFFFF;
	display: block;
	float: left;
	font-weight: 700;
	height: 65px;
	line-height: 65px;
	text-align: center;
	-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: 109px;
}

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

	.wmBooking > .quickBooking {
		padding-right: 250px;
	}
		
	/* Überschrift */
	
	.wmBooking .headline {
		margin-top: -8px;
	}
	.wmBooking .headline > span {
		font-size: 38px;
	}
	.wmBooking .headline > span.subheadline {
		font-size: 17px;
	}
	
	/* Anreise / Abreise */

	.wmBooking .row {
		width: 380px;
	}
	.wmBooking .row > div {
		width: 180px;
	}
	.wmBooking .row > div.arrival {
		margin-right: 20px;
	}

}

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

	.wmBooking {
		padding-bottom: 30px;
		padding-top: 20px;
	}
	.wmBooking > .quickBooking {
		padding-right: 20px;
	}
	
	/* Überschrift */
	
	.wmBooking .headline {
		float: none;
		margin-top: 0;
		padding-right: 0;
		text-align: center;
	}
	
	/* Anreise / Abreise */

	.wmBooking .row {
		float: none;
		margin: 20px 0 0;
		width: 100%;
	}
	.wmBooking .row > div {
		width: 49.5%;
	}
	.wmBooking .row > div.arrival {
		margin-right: 1%;
	}
	.wmBooking .row > div > input {
		height: 50px;
	}
	.wmBooking .row > div > .calicon {
		top: 16px;
	}
		
	/* Buchen / Anfrage Button */

	.wmBooking .buttons {
		margin: 15px 0 0;
		position: relative;
		right: auto;
		top: auto;
		width: 100%;
	}
	.wmBooking .buttons > input {
		height: 50px;
		width: 50%;
	}
	.wmBooking .buttons > a.request {
		height: 50px;
		line-height: 50px;
		width: 50%;
	}

}

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

	/* Anreise / Abreise */

	.wmBooking .row > div {
		float: none;
		width: 100%;
	}
	.wmBooking .row > div.arrival {
		margin-bottom: 5px;
		margin-right: 0;
	}
		
	/* Buchen / Anfrage Button */

	.wmBooking .buttons > input {
		float: none;
		margin-bottom: 5px;
		width: 100%;
	}
	.wmBooking .buttons > a.request {
		float: none;
		width: 100%;
	}

}

/* SkigebieteManager 2.0 - Webcams */

.sgmWebcams {
	font-size: smaller;
	position: relative;
}
.sgmWebcams.skiwelt:after {
	background: url("/img/sgm/skiwelt-wilderkaiser-brixental.png") scroll no-repeat left top;
	background-size: 100px auto;
	bottom: 9px;
	content: "";
	height: 44px;
	position: absolute;
	right: 0;
	width: 100px;
}
.sgmWebcams > ul:after {
	content: "";
	clear: both;
	display: block;
}
.sgmWebcams > ul > li {
	float: left;
	margin: 0 0.78125% 20px 0;
	position: relative;
	width: 32.8125%; /* 420 */
}
.sgmWebcams > ul > li:nth-child(3n) {
	margin-right: 0;
}
.sgmWebcams > ul > li:nth-child(3n) + li {
	clear: left;
}
.sgmWebcams > ul > li > p.town {
	color: #B9B9B9;
	font-size: 18px;
	font-weight: 700;
	margin: 0 0 5px;
	text-transform: uppercase;
}
.sgmWebcams > ul > li > a.image {
	display: block;
	max-height: 185px;
	overflow: hidden;
}
.sgmWebcams > ul > li > a.image > img {
	display: block;
	width: 100%;
}
.sgmWebcams > ul > li > a.subtitle {
	background: #700000;
	color: #FFFFFF;
	display: block;
	font-weight: 400;
	margin: 1px 0 0;
	padding: 5px 10px 5px;
	text-transform: uppercase;
}
.sgmWebcams > p.copyrights {
	margin: 1px 0 0;
	padding: 8px 0;
}
.sgmWebcams.skiwelt > p.copyrights {
	padding-right: 120px;
}
.sgmWebcams > p.info {
	margin: 5px 0 0 0;
}
.sgmWebcams.skiwelt > p.info {
	padding-right: 120px;
}

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

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

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

.wmCurrentWeather {
	padding-top: 47px;
}
.wmCurrentWeather:before {
	background: #D5D5D5;
	content: "";
	height: 3px;
	left: 20px;
	position: absolute;
	right: 20px;
	top: 0;
}

/* Überschrift */

.wmCurrentWeather .left {
	float: left;
	width: 31.640625%; /* 405 */
}
.wmCurrentWeather .left h2 {
	display: block;
	margin: 0;
	text-align: left;
}
.wmCurrentWeather .left h3 {
	display: block;
	margin: -4px 0 0;
	text-align: left;
	text-transform: uppercase;
}
.wmCurrentWeather .left .link {
	background: #780000;
	color: #FFFFFF;
	display: table;
	font-weight: 600;
	margin: 78px 0 0;
	padding: 0 12px;
	text-transform: uppercase;
	-webkit-transition: background 500ms ease;
	-moz-transition: background 500ms ease;
	-ms-transition: background 500ms ease;
	-o-transition: background 500ms ease;
	transition: background 500ms ease;
}
.wmCurrentWeather .left .link:hover {
	background: #600000;
}

/* Wetter - Übersicht */

.wmCurrentWeather .weatherWrapper {
	float: right;
	width: 66.09375%; /* 846 */
}
.wmCurrentWeather .weatherWrapper > div {
	display: block;
	float: left;
	padding: 0 30px 4px;
	position: relative;
	text-align: center;
	width: 33.3333333%;
}
.wmCurrentWeather .weatherWrapper > div:before {
	background: #D9D9D9;
	content: "";
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	width: 2px;
}
.wmCurrentWeather .weatherWrapper > div:last-child:before {
	display: none;
}
.wmCurrentWeather .weatherWrapper > div > .symbol {
	display: table;
	height: 120px;
	margin: 15px auto 30px;
	width: 140px;
}
.wmCurrentWeather .weatherWrapper > div .temp {
	display: block;
	float: left;
	font-size: 52px;
	font-weight: 200;
	line-height: 1.2;
}
.wmCurrentWeather .weatherWrapper > div .addition {
	bottom: 13px;
	display: block;
	line-height: 1.13;
	position: absolute;
	right: 30px;
	text-align: right;
}
.wmCurrentWeather .weatherWrapper > div .addition > span {
	display: block;
}
.wmCurrentWeather .weatherWrapper > div .addition > span.date {
	color: #780000;
	font-size: 17px;
	font-weight: 700;
}
.wmCurrentWeather .weatherWrapper > div .addition > span.label {
	font-size: 15px;
	font-weight: 600;
	text-transform: uppercase;
}

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

	/* Überschrift */

	.wmCurrentWeather .left {
		float: none;
		width: 100%;
	}
	.wmCurrentWeather .left h2 {
		text-align: center;
	}
	.wmCurrentWeather .left h3 {
		text-align: center;
	}
	.wmCurrentWeather .left .link {
		margin: 20px auto 0;
	}
		
	/* Wetter - Übersicht */

	.wmCurrentWeather .weatherWrapper {
		float: none;
		margin: 25px 0 0;
		width: 100%;
	}

}

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

	.wmCurrentWeather .weatherWrapper > div {
		float: none;
		padding: 15px 30px 4px;
		margin: 0 auto 20px;
		width: 300px;
	}
	.wmCurrentWeather .weatherWrapper > div:last-child:before {
		display: block;
	}
	.wmCurrentWeather .weatherWrapper > div:after {
		background: #D9D9D9;
		content: "";
		height: 100%;
		left: 0;
		position: absolute;
		top: 0;
		width: 2px;
	}
	.wmCurrentWeather .weatherWrapper > div > .symbol {
		margin-top: 0;
	}
	.wmCurrentWeather .weatherWrapper > div .temp {
		font-size: 40px;
	}
	.wmCurrentWeather .weatherWrapper > div .addition {
		bottom: 10px;
	}

}

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

	.wmCurrentWeather .weatherWrapper > div {
		padding-right: 20px;
		width: 250px;
	}
	.wmCurrentWeather .weatherWrapper > div > .symbol {
		margin-bottom: 15px;
		width: 120px;
	}
	.wmCurrentWeather .weatherWrapper > div .temp {
		float: none;
		font-size: 30px;
		text-align: center;
	}
	.wmCurrentWeather .weatherWrapper > div .addition {
		bottom: auto;
		position: relative;
		right: auto;
		text-align: center;
	}

}

/* Extension - Wetter (ZAMG) */

/* Wetter - Übersicht */

.wmWeather .day {
	border-bottom: 2px solid #D9D9D9;
	margin-bottom: 30px;
}
.wmWeather .day > div {
	border-right: 2px solid #D9D9D9;
	float: left;
	margin: 20px 0 10px 0; /* 0 30 25 0 */
	padding: 20px;
	position: relative;
	text-align: center;
	width: 33.33333333%;
}
.wmWeather .day > div:last-child {
	border-right: none;
}
.wmWeather .day > div:nth-of-type(3n) {
	margin-right: 0;
}

/* Datum */

.wmWeather .day .date {
	color: #780000;
	font-size: 30px;
	font-weight: 600;
	text-align: center;
	text-transform: uppercase;
}
.wmWeather .day .date > span {
	font-weight: 600;
}

/* Name */

.wmWeather .day > div > .name {
	color: #B9B9B9;
	font-size: 25px;
	font-weight: 700;
	text-transform: uppercase;
}

/* Icon */

.wmWeather .day > div > .symbol {
	display: table;
	height: 120px;
	margin: 25px auto 30px;
	width: 140px;
}

/* Temperatur */

.wmWeather .day > div > p.temp {
	display: table;
	font-weight: 700;
	margin: 0 auto;
	padding: 0 0 0 30px;
	position: relative;
}
.wmWeather .day > div > p.temp:before {
	content: "\E82A";
	font-family: "webmanager";
	font-weight: 200;
	left: 0;
	position: absolute;
	top: 0;
}

/* Titel */

.wmWeather .day .title {
	font-size: 23px;
	font-weight: 400;
}

/* Text */

.wmWeather .day .text {
	display: block;
	margin-bottom: 25px;
}
.wmWeather .copyrights {
	text-align: center;
}

@media all and (max-width: 800px){

	/* Datum */

	.wmWeather .day .date {
		font-size: 25px;
	}
	
	/* Name */

	.wmWeather .day > div > .name {
		font-size: 20px;
	}
		
	/* Titel */

	.wmWeather .day .title {
		font-size: 19px;
	}

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

	/* Icon */

	.wmWeather .day > div > .symbol {
		height: 100px;
		width: 100px;
	}

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

	.wmWeather .day > div {
		border-right: none;
		float: none;
		margin: 20px 0 10px 0; /* 0 30 25 0 */
		padding-bottom: 0;
		width: 100%;
	}

}

.wmThemeTeaser a {
	align-items: center;
	position: relative;
	display: flex;
	justify-content: center;
}
.wmThemeTeaser .content {
	align-items: center;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	margin-top: 40px;
	position: absolute;
	inset: 0;
	padding: 0 16px;
	text-align: center;
	z-index: 2;
}
.wmThemeTeaser .content .title {
	color: #FFFFFF;
	font-size: 76px;
	font-weight: 200;
	line-height: 1.3;
	text-transform: uppercase;
}
.wmThemeTeaser .content .text {
	color: #FFFFFF;
	font-size: 22px;
	font-weight: 700;
	text-transform: uppercase;
}
.wmThemeTeaser a img {
	display: block;
	transition: transform 3000ms ease;
	transform: scale(1);
	width: 100%;
}
.wmThemeTeaser a:hover img {
	transform: scale(1.05);
}
.wmThemeTeaser a picture {
	display: block;
	overflow: hidden;
	position: relative;
}
.wmThemeTeaser a picture::before {
	background: rgba(0, 0, 0, 0.3);
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	transition: background 3000ms ease;
	width: 100%;
	z-index: 1;
}
.wmThemeTeaser a:hover picture::before {
	background: rgba(0, 0, 0, 0.1);
}

@media all and (max-width: 980px){

	.wmThemeTeaser .content .title {
		font-size: 46px;
	}
	.wmThemeTeaser .content .text {
		font-size: 20px;
	}

}

@media all and (max-width: 370px){

	.wmThemeTeaser .content .title {
		font-size: 38px;
	}

}

/* Animation 2.4.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 !important;
    -moz-transition: opacity 500ms ease-in !important;
    -o-transition: opacity 500ms ease-in !important;
    -ms-transition: opacity 500ms ease-in !important;
    transition: opacity 500ms ease-in !important;
}
.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;
}

/* 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 !important;
	-moz-transition: all 800ms ease 500ms !important;
	-ms-transition: all 800ms ease 500ms !important;
	-o-transition: all 800ms ease 500ms !important;
	transition: all 800ms ease 500ms !important;
}
.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 !important;
	-moz-transition: all 300ms ease !important;
	-ms-transition: all 300ms ease !important;
	-o-transition: all 300ms ease !important;
	transition: all 300ms ease !important;
}

/* 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 !important;
	-moz-transition: all 800ms ease-out 1200ms !important;
	-ms-transition: all 800ms ease-out 1200ms !important;
	-o-transition: all 800ms ease-out 1200ms !important;
	transition: all 800ms ease-out 1200ms !important;
}
.micAnimation > .bullets.animated > ul {
	bottom: 28px;
	opacity: 1;
}
.micAnimation > .bullets > ul > li {
	border: 2px solid rgba(255, 255, 255, 0.6);
	cursor: pointer;
	display: inline-block;
	height: 14px;
	margin: 0 2.5px;
	width: 14px;
	-webkit-transition: all 300ms ease !important;
	-moz-transition: all 300ms ease !important;
	-ms-transition: all 300ms ease !important;
	-o-transition: all 300ms ease !important;
	transition: all 300ms ease !important;
}
.micAnimation > .bullets > ul > li:hover,
.micAnimation > .bullets > ul > li.selected {
	border: 2px solid rgba(255, 255, 255, 1);
}

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

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

}

/* Animation 2.4.0 - Custom */

.micAnimation > ul > .slide > .textBox.textWrap {
	top: 50%;
	width: 100%;
}
.micAnimation > ul > .slide .text {
	color: #FFFFFF;
	font-size: 30px;
}
.micAnimation > ul > .slide .text0 {
	font-size: 76px;
	font-weight: 200;
	text-transform: uppercase;
}
.micAnimation > ul > .slide .text1 {
	font-size: 22px;
	font-weight: 700;
	text-transform: uppercase;
}

/* Privacy 1.0.0 */

/* Default */

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

/* Direction Top */

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

/* Direction Bottom */

.privacyCookie.bottom {
	left: -10000px;
	position: fixed;
	transition: bottom 300ms ease;
	z-index: 9999;
}
.showPrivacyCookie .privacyCookie.bottom {
	bottom: 0 !important;
}

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

	.privacyCookie {
		padding-top: 18px;
	}
	.privacyCookie > div > p {
		float: none;
		margin-right: 0;
	}
	.privacyCookie > div > a.button {
		float: none;
		padding: 8px 0;
		display: block;
	}

}

.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 {
	border-bottom: 3px solid #D5D5D5;
	cursor: pointer;
	float: left;
	margin: 0 1.25% 1.25% 0; /* 0 16 16 0 */
	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: 32.5%; /* 416 */
}
.wbPackagesList article:hover {
	background: #EAEAEA;
}
.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 > a p.date {
	background: #1D1D1B;
	bottom: 0;
	color: #FFFFFF;
	display: table;
	font-size: 17px;
	font-weight: 700;
	left: 13px;
	padding: 5px 10px 4px;
	position: absolute;
}
.wbPackagesList article > figure > figcaption {
	padding: 37px 13px 124px;
	position: relative;
}
.wbPackagesList article > figure > figcaption > a.title {
	color: #780000;
	display: table;
	font-size: 34px;
	font-weight: 300;
	line-height: 1.08;
	margin: 0 0 10px;
}
.wbPackagesList article > figure > figcaption > .text {
	display: block;
	margin: 12px 0 0;
	overflow: hidden;
	position: relative;
}
.wbPackagesList article > figure > figcaption > p.price {
	bottom: 15px;
	line-height: 1.2;
	right: 13px;
	position: absolute;
}
.wbPackagesList article > figure > figcaption > p.price.show {
	opacity: 1;
}
.wbPackagesList article > figure > figcaption > p.price > span.number {
	font-size: 52px;
	font-weight: 200;
}


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

	.wbPackagesList article {
		width: 49%;
	}
	.wbPackagesList article figure > figcaption > p.price {
		bottom: 18px;
	}
	.wbPackagesList article > figure > figcaption > p.price > span.number {
		font-size: 35px;
	}

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

}

/* WebBox - Pauschalen - Teaser */

.wbPackageTeaser:after {
	clear: both;
	content: "";
	display: block;
}
.wbPackageTeaser > h2 {
	margin: 0 0 20px 0;
}
.wbPackageTeaser > article {
	border-bottom: 3px solid #D5D5D5;
	cursor: pointer;
	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: 100%;
}
.wbPackageTeaser > article:hover {
	background: #EAEAEA;
}
.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 {
	bottom: 0;
	display: block;
	left: 0;
	overflow: hidden;
	position: absolute;
	top: 0;
	width: 415px;
}
.wbPackageTeaser article figure > a picture {
	display: block;
	left: 50%;
	min-height: 100%;
	min-width: 100%;
	position: relative;
	top: 50%;
	-moz-transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
	-o-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}
.wbPackageTeaser > article > figure > a > img {
	display: block;
	height: 100%;
}
.wbPackageTeaser > article > figure > figcaption {
	padding: 25px 13px 95px 446px;
}
.wbPackageTeaser > article > figure > figcaption > a {
	color: #780000;
	display: table;
	font-size: 34px;
	font-weight: 300;
	line-height: 1.08;
}
.wbPackageTeaser > article:hover > figure > figcaption > a.title {
	color: #B23945;
}
.wbPackageTeaser article > figure > figcaption > a.button {
	background: #EAEAEA;
	bottom: 15px;
	color: #FFFFFF;
	content: "";
	display: block;
	height: 45px;
	line-height: 1;
	position: absolute;
	right: 13px;
	text-align: center;
	-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: 45px;
}
.wbPackageTeaser article figure > figcaption > .button:before {
	content: "\E822";
	font-family: "webmanager";
	font-size: 55px;
	line-height: 45px;
	position: relative;
	top: 1px;
}
.wbPackageTeaser article:hover figure > figcaption > .button {
	background: #780000;
}
.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 {
	font-size: 19px;
	padding: 10px 0 3px 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: 950px){

	.wbPackageTeaser > article {
		float: left;
	}
	.wbPackageTeaser > article > figure > a {
		bottom: auto;
		display: auto;
		float: left;
		left: auto; 
		overflow: none;
		position: relative;
		top: auto; 
		width: 50%;
	}
	.wbPackageTeaser > article > figure > a > img {
		width: 100%;
	}
	.wbPackageTeaser > article > figure > figcaption {
		float: left;
		padding: 25px 13px 95px 15px;
		width: 48%;
	}
	.wbPackageTeaser > article > figure > figcaption > p > .text {
		font-size: 16px;
	}

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

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

}

/* WebBox - Zimmer - Liste */

.wbRoomsList:after {
	clear: both;
	content: "";
	display: block;
}
.wbRoomsList article {
	border-bottom: 3px solid #D5D5D5;
	cursor: pointer;
	float: left;
	margin: 0 1.25% 1.25% 0; /* 0 16 16 0 */
	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: 32.5%; /* 416 */
}
.wbRoomsList article:hover {
	background: #EAEAEA;
}
.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: 37px 13px 124px;
	position: relative;
}
.wbRoomsList article > figure > figcaption > a.title {
	color: #780000;
	display: table;
	font-size: 34px;
	font-weight: 300;
	line-height: 1.08;
	margin: 0 0 10px;
}
.wbRoomsList article > figure > figcaption > .text {
	display: block;
	margin: 12px 0 0;
	overflow: hidden;
	position: relative;
}
.wbRoomsList article > figure > figcaption > p.price {
	bottom: 15px;
	line-height: 1.2;
	right: 13px;
	position: absolute;
}
.wbRoomsList article > figure > figcaption > p.price.show {
	opacity: 1;
}
.wbRoomsList article > figure > figcaption > p.price > span.number {
	font-size: 52px;
	font-weight: 200;
}


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

	.wbRoomsList article {
		width: 49%;
	}
	.wbRoomsList article figure > figcaption > p.price {
		bottom: 18px;
	}
	.wbRoomsList article > figure > figcaption > p.price > span.number {
		font-size: 35px;
	}

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

}

/* WebBox - Zimmer - Liste - Übersicht */

.wbRoomsListOverview article {
	cursor: pointer;
	float: left;
	margin: 0 0.15625% 0.15625% 0; /* 0 3 3 0 */
	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.229166666666664%; /* 638 */
}
.wbRoomsListOverview article:nth-of-type(3n) {
	margin-right: 0;
}
.wbRoomsListOverview article:nth-of-type(3n) + article {
	clear: left;
}
.wbRoomsListOverview article > h2 {
	display: none;
}
.wbRoomsListOverview article figure > a {
	display: block;
	position: relative;
}
.wbRoomsListOverview article figure > a:before {
	background: #000000;
	background: rgba(0, 0, 0, 0.35);
	bottom: 0;
	content: "";
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}
.wbRoomsListOverview article figure > a img {
	display: block;
	width: 100%;
}
.wbRoomsListOverview article figure > figcaption {
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}
.wbRoomsListOverview article figure > figcaption > a.title {
	color: #FFFFFF;
	display: block;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.08;
	padding: 0 19%;
	position: relative;
	text-align: center;
	text-transform: uppercase;
	top: 50%;
	-moz-transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	-webkit-transition: top 800ms ease;
	-moz-transition: top 800ms ease;
	-ms-transition: top 800ms ease;
	-o-transition: top 800ms ease;
	transition: top 800ms ease;
}
.wbRoomsListOverview article:hover figure > figcaption > a.title {
	top: 40%;
}
.wbRoomsListOverview article figure > figcaption > .button {
	background: #FFFFFF;
	background: rgba(255, 255, 255, 0.3);
	content: "";
	display: block;
	height: 45px;
	line-height: 1;
	left: 50%;
	opacity: 0;
	position: absolute;
	text-align: center;
	top: 60%;
	-moz-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-transition: opacity 600ms ease, top 800ms ease;
	-moz-transition: opacity 600ms ease, top 800ms ease;
	-ms-transition: opacity 600ms ease, top 800ms ease;
	-o-transition: opacity 600ms ease, top 800ms ease;
	transition: opacity 600ms ease, top 800ms ease;
	width: 45px;
}
.wbRoomsListOverview article:hover figure > figcaption > .button {
	opacity: 1;
	top: 55%;
}
.wbRoomsListOverview article figure > figcaption > .button:before {
	color: #FFFFFF;
	content: "\E822";
	font-family: "webmanager";
	font-size: 55px;
	line-height: 45px;
	position: relative;
	top: 1px;
}

@media all and (max-width: 1200px){

	.wbRoomsListOverview article figure > figcaption > a.title {
		padding-left: 5%;
		padding-right: 5%;
	}
	.wbRoomsListOverview article:hover figure > figcaption > a.title {
		top: 35%;
	}
	.wbRoomsListOverview article:hover figure > figcaption > .button {
		top: 57%;
	}

}

@media all and (max-width: 900px){

	.wbRoomsListOverview article {
		margin: 0 0.444444444444444% 0.444444444444444% 0; /* 0 4 4 0 */
		width: 49.777777777777779%; /* 448 */
	}
	.wbRoomsListOverview article:nth-of-type(3n) {
		max-height: 400px;
		overflow: hidden;
		width: 100%;
	}
	.wbRoomsListOverview article:nth-of-type(3n) + article {
		clear: none;
	}
	.wbRoomsListOverview article:nth-of-type(2n) {
		margin-right: 0;
	}
	.wbRoomsListOverview article:nth-of-type(2n) + article {
		clear: left;
	}

}

@media all and (max-width: 600px){

	.wbRoomsListOverview article {
		margin: 0 0 3px !important; 
		width: 100% !important;
	}
	.wbRoomsListOverview article:nth-of-type(3n) {
		max-height: none;
		overflow: visible;
	}
	.wbRoomsListOverview article figure > figcaption > a.title {
		font-size: 17px;
		position: absolute;
		top: 38%;
		-moz-transform: none;
		-webkit-transform: none;
		-o-transform: none;
		-ms-transform: none;
		transform: none;
		width: 100%;
	}
	.wbRoomsListOverview article:hover figure > figcaption > a.title {
		top: 38%;
	}
	.wbRoomsListOverview article figure > figcaption > .button {
		margin: -22.5px 0 0 -22.5px;
		opacity: 1;
		top: 62%;
		-moz-transform: none;
		-webkit-transform: none;
		-o-transform: none;
		-ms-transform: none;
		transform: none;
	}
	.wbRoomsListOverview article:hover figure > figcaption > .button {
		top: 62%;
	}

}

/* WebBox - Zimmer - Preise */

.wbRoomsPrices {
	background: #D5D5D5;
	min-height: 223px;
	padding-bottom: 30px;
	padding-top: 26px;
	position: relative;
}
.wbRoomsPrices:before {
	background: #D5D5D5;
	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: #700000;
	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 #D5D5D5;
	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: #700000;
	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 #D5D5D5;
	font-weight: bold;
	height: 50px;
}
.wbRoomsPrices > div > .wrapper > .table > .right .column.hover .row:first-child {
	background: #700000;
	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 #700000;
	border-radius: 50%;
	color: #700000;
	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: #700000;
	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: #700000;
	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 #700000;
	color: #700000;
	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: #600000;
}
.wbRoomsPrices > div > .wrapper > .table > .infoBox > div > .buttons > a.reset:hover {
	background: #600000;
	border: 1px solid #600000;
	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: #D5D5D5;
	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: #700000;
	font-size: 25px;
	font-weight: bold;
	line-height: 1.2;
	text-transform: uppercase;
}
.wbRoomsPrices > div > .preloader > div > p.addition {
	color: #700000;
	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: #FFFFFF;
	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: #700000;
		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;
	background: #FFFFFF;
	border: 1px solid #700000;
	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: #700000;
	color: #FFFFFF;
}
.wbRoomsPrices > div > .wrapper > .header > .ratesinfo {
	background: #FFFFFF;
	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: #D5D5D5;
	padding-bottom: 30px;
	padding-top: 30px;
	position: relative;
}
.wbPriceTable:before {
	background: #D5D5D5;
	content: "";
	height: 100%;
	left: -5000px;
	position: absolute;
	top: 0;
	width: 10000px;
	z-index: -1;
}

/* Überschrift */

.wbPriceTable > h2 {
	color: #700000;
	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: #700000;
	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: #700000;
	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: #700000;
	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: #600000;
}

/* 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: #700000;
	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: #600000;
}
.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: #600000;
}
.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: #600000;
}
.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 #D5D5D5;
	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: #700000;
	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 #D5D5D5;
	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: #700000 !important;
	border: 1px solid #700000 !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: #700000 !important;
	border: 1px solid #700000 !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: #600000 !important;
	border: 1px solid #600000 !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: #700000;
	font-size: 24px;
	font-weight: normal;
	text-align: right;
	width: 30%;
}
.wbPriceTable > div > .priceTable > a.booking {
	background: #700000;
	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: #600000;
}

@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: #E9E9E9;
	min-height: 497px;
	padding: 30px 0;
	position: relative;
}
.wbAvailability:before {
	background: #E9E9E9;
	content: "";
	height: 100%;
	left: -5000px;
	position: absolute;
	top: 0;
	width: 10000px;
	z-index: -1;
}

/* Überschrift */

.wbAvailability > h2 {
	color: #700000;
	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: #700000;
	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: #600000;
}

/* 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: #700000;
	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: #700000;
	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: #700000;
	color: #FFFFFF;
}
.wbAvailability > div > .totalPrice > .buttons > a:hover {
	background: #600000;
}
.wbAvailability > div > .totalPrice > .buttons > a.request:hover {
	background: #600000;
}

/* 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: #700000;
	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: #600000;
}

@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: #600000;
}
.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: #600000;
}
.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;
}

/* 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 #D5D5D5;
	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: #700000;
	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 #D5D5D5;
	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;
}

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

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

/* 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: #700000 !important;
	border: 1px solid #700000 !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: #700000 !important;
	border: 1px solid #700000 !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: #600000 !important;
	border: 1px solid #600000 !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: #D5D5D5;
	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: #700000;
	font-size: 25px;
	font-weight: bold;
	line-height: 1.2;
	text-transform: uppercase;
}
.wbAvailability > div > .preloader > div > p.addition {
	color: #700000;
	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;
	z-index: 3 !important;
}
.ui-datepicker table {
	margin: 10px 0 0 0;
}
.ui-datepicker .ui-datepicker-header {
	background: #EAEAEA;
	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 a.ui-state-default {
	color: inherit;
	font-size: 13px;
	font-weight: normal;
	padding: 10px;
}
.ui-datepicker a.ui-state-default:hover {
	background: #D5D5D5;
}
.ui-datepicker .ui-datepicker-today {
	background: #EAEAEA;
}
.ui-datepicker .ui-datepicker-current-day a {
	background: #780000 !important;
	background: rgba(120, 0, 0, 0.8) !important;
	color: #FFFFFF;
	font-weight: 600;
}
.ui-datepicker td.ui-state-disabled {
	opacity: 0.3;
}

@media all and (max-width: 400px){

	.ui-datepicker {
		width: 17.5em;
	}

}

@media all and (max-width: 360px){

	.ui-datepicker {
		width: 16.5em;
	}

}

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 15px 15px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible; }
  .hamburger:hover {
    opacity: 0.7; }

.hamburger-box {
  width: 40px;
  height: 24px;
  display: inline-block;
  position: relative; }

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px; }
  .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 40px;
    height: 4px;
    background-color: #000;
    border-radius: 4px;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease; }
  .hamburger-inner::before, .hamburger-inner::after {
    content: "";
    display: block; }
  .hamburger-inner::before {
    top: -10px; }
  .hamburger-inner::after {
    bottom: -10px; }

/*
   * 3DX
   */
.hamburger--3dx .hamburger-box {
  perspective: 80px; }

.hamburger--3dx .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .hamburger--3dx .hamburger-inner::before, .hamburger--3dx .hamburger-inner::after {
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dx.is-active .hamburger-inner {
  background-color: transparent;
  transform: rotateY(180deg); }
  .hamburger--3dx.is-active .hamburger-inner::before {
    transform: translate3d(0, 10px, 0) rotate(45deg); }
  .hamburger--3dx.is-active .hamburger-inner::after {
    transform: translate3d(0, -10px, 0) rotate(-45deg); }

/*
   * 3DX Reverse
   */
.hamburger--3dx-r .hamburger-box {
  perspective: 80px; }

.hamburger--3dx-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .hamburger--3dx-r .hamburger-inner::before, .hamburger--3dx-r .hamburger-inner::after {
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dx-r.is-active .hamburger-inner {
  background-color: transparent;
  transform: rotateY(-180deg); }
  .hamburger--3dx-r.is-active .hamburger-inner::before {
    transform: translate3d(0, 10px, 0) rotate(45deg); }
  .hamburger--3dx-r.is-active .hamburger-inner::after {
    transform: translate3d(0, -10px, 0) rotate(-45deg); }

/*
   * 3DY
   */
.hamburger--3dy .hamburger-box {
  perspective: 80px; }

.hamburger--3dy .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .hamburger--3dy .hamburger-inner::before, .hamburger--3dy .hamburger-inner::after {
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dy.is-active .hamburger-inner {
  background-color: transparent;
  transform: rotateX(-180deg); }
  .hamburger--3dy.is-active .hamburger-inner::before {
    transform: translate3d(0, 10px, 0) rotate(45deg); }
  .hamburger--3dy.is-active .hamburger-inner::after {
    transform: translate3d(0, -10px, 0) rotate(-45deg); }

/*
   * 3DY Reverse
   */
.hamburger--3dy-r .hamburger-box {
  perspective: 80px; }

.hamburger--3dy-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .hamburger--3dy-r .hamburger-inner::before, .hamburger--3dy-r .hamburger-inner::after {
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dy-r.is-active .hamburger-inner {
  background-color: transparent;
  transform: rotateX(180deg); }
  .hamburger--3dy-r.is-active .hamburger-inner::before {
    transform: translate3d(0, 10px, 0) rotate(45deg); }
  .hamburger--3dy-r.is-active .hamburger-inner::after {
    transform: translate3d(0, -10px, 0) rotate(-45deg); }

/*
   * Arrow
   */
.hamburger--arrow.is-active .hamburger-inner::before {
  transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(0.7, 1); }

.hamburger--arrow.is-active .hamburger-inner::after {
  transform: translate3d(-8px, 0, 0) rotate(45deg) scale(0.7, 1); }

/*
   * Arrow Right
   */
.hamburger--arrow-r.is-active .hamburger-inner::before {
  transform: translate3d(8px, 0, 0) rotate(45deg) scale(0.7, 1); }

.hamburger--arrow-r.is-active .hamburger-inner::after {
  transform: translate3d(8px, 0, 0) rotate(-45deg) scale(0.7, 1); }

/*
   * Arrow Alt
   */
.hamburger--arrowalt .hamburger-inner::before {
  transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1); }

.hamburger--arrowalt .hamburger-inner::after {
  transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1); }

.hamburger--arrowalt.is-active .hamburger-inner::before {
  top: 0;
  transform: translate3d(-8px, -10px, 0) rotate(-45deg) scale(0.7, 1);
  transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22); }

.hamburger--arrowalt.is-active .hamburger-inner::after {
  bottom: 0;
  transform: translate3d(-8px, 10px, 0) rotate(45deg) scale(0.7, 1);
  transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22); }

/*
   * Arrow Alt Right
   */
.hamburger--arrowalt-r .hamburger-inner::before {
  transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1); }

.hamburger--arrowalt-r .hamburger-inner::after {
  transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1); }

.hamburger--arrowalt-r.is-active .hamburger-inner::before {
  top: 0;
  transform: translate3d(8px, -10px, 0) rotate(45deg) scale(0.7, 1);
  transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22); }

.hamburger--arrowalt-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: translate3d(8px, 10px, 0) rotate(-45deg) scale(0.7, 1);
  transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22); }

/*
   * Boring
   */
.hamburger--boring .hamburger-inner, .hamburger--boring .hamburger-inner::before, .hamburger--boring .hamburger-inner::after {
  transition-property: none; }

.hamburger--boring.is-active .hamburger-inner {
  transform: rotate(45deg); }
  .hamburger--boring.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0; }
  .hamburger--boring.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(-90deg); }

/*
   * Collapse
   */
.hamburger--collapse .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--collapse .hamburger-inner::after {
    top: -20px;
    transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear; }
  .hamburger--collapse .hamburger-inner::before {
    transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--collapse.is-active .hamburger-inner {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--collapse.is-active .hamburger-inner::after {
    top: 0;
    opacity: 0;
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear; }
  .hamburger--collapse.is-active .hamburger-inner::before {
    top: 0;
    transform: rotate(-90deg);
    transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Collapse Reverse
   */
.hamburger--collapse-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--collapse-r .hamburger-inner::after {
    top: -20px;
    transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear; }
  .hamburger--collapse-r .hamburger-inner::before {
    transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--collapse-r.is-active .hamburger-inner {
  transform: translate3d(0, -10px, 0) rotate(45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--collapse-r.is-active .hamburger-inner::after {
    top: 0;
    opacity: 0;
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear; }
  .hamburger--collapse-r.is-active .hamburger-inner::before {
    top: 0;
    transform: rotate(90deg);
    transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Elastic
   */
.hamburger--elastic .hamburger-inner {
  top: 2px;
  transition-duration: 0.275s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55); }
  .hamburger--elastic .hamburger-inner::before {
    top: 10px;
    transition: opacity 0.125s 0.275s ease; }
  .hamburger--elastic .hamburger-inner::after {
    top: 20px;
    transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55); }

.hamburger--elastic.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(135deg);
  transition-delay: 0.075s; }
  .hamburger--elastic.is-active .hamburger-inner::before {
    transition-delay: 0s;
    opacity: 0; }
  .hamburger--elastic.is-active .hamburger-inner::after {
    transform: translate3d(0, -20px, 0) rotate(-270deg);
    transition-delay: 0.075s; }

/*
   * Elastic Reverse
   */
.hamburger--elastic-r .hamburger-inner {
  top: 2px;
  transition-duration: 0.275s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55); }
  .hamburger--elastic-r .hamburger-inner::before {
    top: 10px;
    transition: opacity 0.125s 0.275s ease; }
  .hamburger--elastic-r .hamburger-inner::after {
    top: 20px;
    transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55); }

.hamburger--elastic-r.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(-135deg);
  transition-delay: 0.075s; }
  .hamburger--elastic-r.is-active .hamburger-inner::before {
    transition-delay: 0s;
    opacity: 0; }
  .hamburger--elastic-r.is-active .hamburger-inner::after {
    transform: translate3d(0, -20px, 0) rotate(270deg);
    transition-delay: 0.075s; }

/*
   * Emphatic
   */
.hamburger--emphatic {
  overflow: hidden; }
  .hamburger--emphatic .hamburger-inner {
    transition: background-color 0.125s 0.175s ease-in; }
    .hamburger--emphatic .hamburger-inner::before {
      left: 0;
      transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in; }
    .hamburger--emphatic .hamburger-inner::after {
      top: 10px;
      right: 0;
      transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in; }
  .hamburger--emphatic.is-active .hamburger-inner {
    transition-delay: 0s;
    transition-timing-function: ease-out;
    background-color: transparent; }
    .hamburger--emphatic.is-active .hamburger-inner::before {
      left: -80px;
      top: -80px;
      transform: translate3d(80px, 80px, 0) rotate(45deg);
      transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1); }
    .hamburger--emphatic.is-active .hamburger-inner::after {
      right: -80px;
      top: -80px;
      transform: translate3d(-80px, 80px, 0) rotate(-45deg);
      transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1); }

/*
   * Emphatic Reverse
   */
.hamburger--emphatic-r {
  overflow: hidden; }
  .hamburger--emphatic-r .hamburger-inner {
    transition: background-color 0.125s 0.175s ease-in; }
    .hamburger--emphatic-r .hamburger-inner::before {
      left: 0;
      transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in; }
    .hamburger--emphatic-r .hamburger-inner::after {
      top: 10px;
      right: 0;
      transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in; }
  .hamburger--emphatic-r.is-active .hamburger-inner {
    transition-delay: 0s;
    transition-timing-function: ease-out;
    background-color: transparent; }
    .hamburger--emphatic-r.is-active .hamburger-inner::before {
      left: -80px;
      top: 80px;
      transform: translate3d(80px, -80px, 0) rotate(-45deg);
      transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1); }
    .hamburger--emphatic-r.is-active .hamburger-inner::after {
      right: -80px;
      top: 80px;
      transform: translate3d(-80px, -80px, 0) rotate(45deg);
      transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1); }

/*
   * Slider
   */
.hamburger--slider .hamburger-inner {
  top: 2px; }
  .hamburger--slider .hamburger-inner::before {
    top: 10px;
    transition-property: transform, opacity;
    transition-timing-function: ease;
    transition-duration: 0.15s; }
  .hamburger--slider .hamburger-inner::after {
    top: 20px; }

.hamburger--slider.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(45deg); }
  .hamburger--slider.is-active .hamburger-inner::before {
    transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
    opacity: 0; }
  .hamburger--slider.is-active .hamburger-inner::after {
    transform: translate3d(0, -20px, 0) rotate(-90deg); }

/*
   * Slider Reverse
   */
.hamburger--slider-r .hamburger-inner {
  top: 2px; }
  .hamburger--slider-r .hamburger-inner::before {
    top: 10px;
    transition-property: transform, opacity;
    transition-timing-function: ease;
    transition-duration: 0.15s; }
  .hamburger--slider-r .hamburger-inner::after {
    top: 20px; }

.hamburger--slider-r.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(-45deg); }
  .hamburger--slider-r.is-active .hamburger-inner::before {
    transform: rotate(45deg) translate3d(5.71429px, -6px, 0);
    opacity: 0; }
  .hamburger--slider-r.is-active .hamburger-inner::after {
    transform: translate3d(0, -20px, 0) rotate(90deg); }

/*
   * Spring
   */
.hamburger--spring .hamburger-inner {
  top: 2px;
  transition: background-color 0s 0.13s linear; }
  .hamburger--spring .hamburger-inner::before {
    top: 10px;
    transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--spring .hamburger-inner::after {
    top: 20px;
    transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spring.is-active .hamburger-inner {
  transition-delay: 0.22s;
  background-color: transparent; }
  .hamburger--spring.is-active .hamburger-inner::before {
    top: 0;
    transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 10px, 0) rotate(45deg); }
  .hamburger--spring.is-active .hamburger-inner::after {
    top: 0;
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 10px, 0) rotate(-45deg); }

/*
   * Spring Reverse
   */
.hamburger--spring-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--spring-r .hamburger-inner::after {
    top: -20px;
    transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0s linear; }
  .hamburger--spring-r .hamburger-inner::before {
    transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spring-r.is-active .hamburger-inner {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--spring-r.is-active .hamburger-inner::after {
    top: 0;
    opacity: 0;
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0s 0.22s linear; }
  .hamburger--spring-r.is-active .hamburger-inner::before {
    top: 0;
    transform: rotate(90deg);
    transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Stand
   */
.hamburger--stand .hamburger-inner {
  transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear; }
  .hamburger--stand .hamburger-inner::before {
    transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--stand .hamburger-inner::after {
    transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--stand.is-active .hamburger-inner {
  transform: rotate(90deg);
  background-color: transparent;
  transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear; }
  .hamburger--stand.is-active .hamburger-inner::before {
    top: 0;
    transform: rotate(-45deg);
    transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--stand.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(45deg);
    transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Stand Reverse
   */
.hamburger--stand-r .hamburger-inner {
  transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear; }
  .hamburger--stand-r .hamburger-inner::before {
    transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--stand-r .hamburger-inner::after {
    transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--stand-r.is-active .hamburger-inner {
  transform: rotate(-90deg);
  background-color: transparent;
  transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear; }
  .hamburger--stand-r.is-active .hamburger-inner::before {
    top: 0;
    transform: rotate(-45deg);
    transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--stand-r.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(45deg);
    transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Spin
   */
.hamburger--spin .hamburger-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--spin .hamburger-inner::before {
    transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in; }
  .hamburger--spin .hamburger-inner::after {
    transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spin.is-active .hamburger-inner {
  transform: rotate(225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--spin.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
    transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out; }
  .hamburger--spin.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(-90deg);
    transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Spin Reverse
   */
.hamburger--spin-r .hamburger-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--spin-r .hamburger-inner::before {
    transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in; }
  .hamburger--spin-r .hamburger-inner::after {
    transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spin-r.is-active .hamburger-inner {
  transform: rotate(-225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--spin-r.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
    transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out; }
  .hamburger--spin-r.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(90deg);
    transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Squeeze
   */
.hamburger--squeeze .hamburger-inner {
  transition-duration: 0.075s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--squeeze .hamburger-inner::before {
    transition: top 0.075s 0.12s ease, opacity 0.075s ease; }
  .hamburger--squeeze .hamburger-inner::after {
    transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--squeeze.is-active .hamburger-inner {
  transform: rotate(45deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--squeeze.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
    transition: top 0.075s ease, opacity 0.075s 0.12s ease; }
  .hamburger--squeeze.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(-90deg);
    transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Vortex
   */
.hamburger--vortex .hamburger-inner {
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }
  .hamburger--vortex .hamburger-inner::before, .hamburger--vortex .hamburger-inner::after {
    transition-duration: 0s;
    transition-delay: 0.1s;
    transition-timing-function: linear; }
  .hamburger--vortex .hamburger-inner::before {
    transition-property: top, opacity; }
  .hamburger--vortex .hamburger-inner::after {
    transition-property: bottom, transform; }

.hamburger--vortex.is-active .hamburger-inner {
  transform: rotate(765deg);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }
  .hamburger--vortex.is-active .hamburger-inner::before, .hamburger--vortex.is-active .hamburger-inner::after {
    transition-delay: 0s; }
  .hamburger--vortex.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0; }
  .hamburger--vortex.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(90deg); }

/*
   * Vortex Reverse
   */
.hamburger--vortex-r .hamburger-inner {
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }
  .hamburger--vortex-r .hamburger-inner::before, .hamburger--vortex-r .hamburger-inner::after {
    transition-duration: 0s;
    transition-delay: 0.1s;
    transition-timing-function: linear; }
  .hamburger--vortex-r .hamburger-inner::before {
    transition-property: top, opacity; }
  .hamburger--vortex-r .hamburger-inner::after {
    transition-property: bottom, transform; }

.hamburger--vortex-r.is-active .hamburger-inner {
  transform: rotate(-765deg);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }
  .hamburger--vortex-r.is-active .hamburger-inner::before, .hamburger--vortex-r.is-active .hamburger-inner::after {
    transition-delay: 0s; }
  .hamburger--vortex-r.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0; }
  .hamburger--vortex-r.is-active .hamburger-inner::after {
    bottom: 0;
transform: rotate(-90deg); }