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

.wbWrapper {
	margin: 0 auto;
	max-width: 1440px;
}
.wbWrapper:after {
	clear: both;
	content: "";
	display: block;
}

/* Content */

.wbWrapper > section {
	float: left;
	position: relative;
	width: 75%; /* 900 */
	z-index: 2;
}
.wbWrapper > section > .wrapper {
	background: #E9E9E9;
	margin: 0 0 15px;
	padding: 0 25px 0 75px;
}
.wbWrapper > section > .wrapper:last-child {
	margin-bottom: 0;
}
.wbWrapper > section > .wrapper.disabled {
	opacity: 0.5;
	position: relative;
}
.wbWrapper > section > .wrapper.disabled:before {
	bottom: 0;
	content: "";
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 9999;
}
.wbWrapper > section > .wrapper > h2 {
	background: #F9F9F9;
	color: #B79A5B;
	font-size: 24px;
	font-weight: 300;
	line-height: 1.2;
	margin: 0 -25px 25px -75px;
	padding: 12px 25px 9px 75px;
	position: relative;
}
.wbWrapper > section > .wrapper > h2:before {
	background: #C9C9C9;
	bottom: 0;
	color: #FFFFFF;
	content: attr(data-index);
	font-size: 30px;
	font-weight: 900;
	left: 0;
	line-height: 50px;
	position: absolute;
	text-align: center;
	top: 0;
	width: 60px;
}

/* Kontext */

.wbWrapper > aside {
	background: #E9E9E9;
	float: left;
	margin: 0 0 0 1.25%; /* 0 0 0 15 */
	min-height: 608px;
	position: relative;
	width: 23.75%; /* 285 */
	z-index: 1;
}

/* Layout - ohne Kontext */

.wbWrapper.noContext > section {
	float: none;
	width: 100%;
}

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

	/* Content */
	
	.wbWrapper > section > .wrapper {
		padding-left: 25px;
	}
	.wbWrapper > section > .wrapper > h2 {
		margin-left: -25px;
	}

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

	/* Content */

	.wbWrapper > section {
		float: none;
		-webkit-transition: transform 300ms ease;
		-moz-transition: transform 300ms ease;
		-ms-transition: transform 300ms ease;
		-o-transition: transform 300ms ease;
		transition: transform 300ms ease;
		width: 100%;
	}
	.wbWrapper > section:before {
		background: rgba(0, 0, 0, 0.5);
		bottom: 0;
		content: "";
		display: none;
		left: 0;
		position: absolute;
		right: 0;
		top: 0;
		z-index: 3;
	}
	
	
	/* Kontext */

	.wbWrapper > aside {
		float: none;
		margin-left: 0;
		min-height: 0 !important;
		width: 100%;
	}
		
	.wbWrapper > aside .context {
		height: auto !important;
		top: auto !important;
	}

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

	.wbWrapper > section > .wrapper > h2 {
		font-size: 20px;
		padding-left: 60px;
	}
	.wbWrapper > section > .wrapper > h2:before {
		font-size: 22px;
		line-height: 45px;
		width: 45px;
	}

}
/* jQuery UI 1.12.1 - Custom */

.ui-datepicker {
	background: none;
	border: 0 none;
	border-radius: 0;
	box-shadow: none;
	padding: 0;
	width: 100% !important;
}
.ui-datepicker table {
	margin: 10px 0 0 0;
}
.ui-datepicker .ui-datepicker-header {
	background: none;
	border-bottom: 2px solid #C9C9C9;
	margin: 0 0 9px;
	padding: 19px 0 2px;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-prev {
	display: none;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-next {
	display: none;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-title {
	color: #B79A5B;
	font-size: 22px;
	font-weight: 500;
	line-height: 1.2;
	margin: 0;
	text-align: left;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
	width: 46%; /* 345 */
}
.ui-datepicker-multi-2 .ui-datepicker-group-first {
	margin: 0 8% 0 0; /* 0 60 0 0 */
}
.ui-datepicker .ui-datepicker-calendar {
	text-align: center;
	width: 100% !important;
}
.ui-datepicker th {
	font-size: 14px;
	font-weight: 300;
	padding-bottom: 4px;
	text-align: center;
	text-transform: uppercase;
}
.ui-datepicker td {
	padding: 2.5px;
}
.ui-datepicker td span,
.ui-datepicker td a {
	background: #FFFFFF;
	border: 1px solid #C9C9C9;
	color: #2D343E;
	font-size: 16px;
	font-weight: 500;
	line-height: 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;
}
.ui-datepicker td a:before {
	bottom: 6px;
	content: "0,00";
	display: none;
	font-size: 10px;
	font-weight: 300;
	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%;
}

/* --- Markierungen --- */

/* nicht selektierbar */

.ui-datepicker td.ui-datepicker-unselectable span,
.ui-datepicker td.ui-datepicker-unselectable a {
	background: #FFFFFF;
	color: #D5D6D8;
}
.ui-datepicker td.ui-datepicker-unselectable.available span,
.ui-datepicker td.ui-datepicker-unselectable.available a,
.ui-datepicker td.ui-datepicker-unselectable.notavailable span,
.ui-datepicker td.ui-datepicker-unselectable.notavailable a {
	opacity: 0.4;
}

/* nicht verfügbar */

.ui-datepicker td.notavailable span,
.ui-datepicker td.notavailable a,
.ui-datepicker td.noarrival span,
.ui-datepicker td.noarrival a {
	background: #D89DA5;
	border: 1px solid #FFFFFF;
	color: #2D343E;
}
.ui-datepicker td.noarrival span:after,
.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: 100%;
}
.ui-datepicker td.nodeparture span:after,
.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: 100%;
}

/* verfügbar */

.ui-datepicker td.available span,
.ui-datepicker td.available a {
	background: #AFD39A;
	border: 1px solid #FFFFFF;
	color: #2D343E;
	-webkit-transition: padding 500ms ease;
	-moz-transition: padding 500ms ease;
	-ms-transition: padding 500ms ease;
	-o-transition: padding 500ms ease;
	transition: padding 500ms ease;
}

/* ausgewählt */

.ui-datepicker td.start.highlight a,
.ui-datepicker td.end.highlight a,
.ui-datepicker td.highlight a {
	background: #B79A5B;
	border: 1px solid #B79A5B;
	color: #FFFFFF;
}
.ui-datepicker td.start.highlight span,
.ui-datepicker td.end.highlight span,
.ui-datepicker td.highlight span {
	background: #B79A5B;
	border: 1px solid #B79A5B;
	color: #FFFFFF;
}
.ui-datepicker td:hover a {
	background: #B79A5B;
	border: 1px solid #B79A5B;
	color: #FFFFFF;
	-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;
}

/* bei nicht erfüllter Mindestaufenthaltsdauer (bei Markierung) */

.ui-datepicker td.start:not(.changePage) a,
.ui-datepicker td.end:not(.changePage) a,
.ui-datepicker td.nohighlight a {
	background: #B79A5B;
	border: 1px solid #B79A5B;
	color: #FFFFFF;
	opacity: 1;
}

/* temporär nicht verfügbar */

.ui-datepicker td.tmpnotavailable span,
.ui-datepicker td.tmpnotavailable a {
	background: #FFFFFF;
	border: 1px solid #C9C9C9;
	color: #D5D6D8;
	opacity: 0.4;
}
.ui-datepicker td.tmpnotavailable span:after,
.ui-datepicker td.tmpnotavailable a:after,
.ui-datepicker td.tmpnotavailable span:after,
.ui-datepicker td.tmpnotavailable a:after  {
	display: none;
}

/* Preis */

.ui-datepicker td.withPrice a {
	padding: 5px 5px 21px;
	position: relative;
}
.ui-datepicker td.withPrice a:before {
	content: attr(data-price);
	display: block;
	opacity: 1;
}

.ui-datepicker td.withPrice a.hideDailyPrice::before {
	display: none;
}


@media all and (max-width: 1200px){

	.ui-datepicker-multi-2 .ui-datepicker-group {
		width: 49%;
	}
	.ui-datepicker-multi-2 .ui-datepicker-group-first {
		margin-right: 2%;
	}
	.ui-datepicker .ui-datepicker-header .ui-datepicker-title {
		text-align: center;
	}

}
@media all and (max-width: 500px){

	.ui-datepicker td {
		padding: 1px;
	}
	.ui-datepicker td span,
	.ui-datepicker td a {
		font-size: 13px;
		padding-bottom: 12px;
		padding-top: 12px;
	}
	.ui-datepicker td a:before {
		font-size: 10px;
	}
	
	/* Preis */

	.ui-datepicker td.withPrice a {
		padding-bottom: 19px;
	}

}
/* Basis */

html, body {
	height: 100%;
}
body {
	color: #2D343E;
	font-family: 'Roboto', sans-serif;
	font-size: 15px;
	font-weight: 300;
	line-height: 1.6;
	-webkit-tap-highlight-color: transparent;
}
body > .PageWrapper {
	overflow: hidden;
}
a {
	color: #B79A5B;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #B79A5B;
}
b, strong {
	font-weight: bold;
}
ol, ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
p, figure {
	margin: 0;
}
iframe {
	border: 0;
}
textarea, input, select {
	border-radius: 0;
	-webkit-appearance: none;
}
*, *:before, *:after {
	-moz-box-sizing: border-box; 
	-webkit-box-sizing: border-box; 
	box-sizing: border-box;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {

	select,
	textarea,
	input,
	input:focus,
	input:hover {
		font-size: 16px !important;
	}
	
}

#glowCookies-banner {
	max-width: 420px;
}
/* Layout - Buttons */

.wbWrapper > section > .buttons {
	padding: 0 25px;
}
.wbWrapper > section > .buttons:after {
	clear: both;
	content: "";
	display: block;
}
.wbWrapper > section > .buttons > a.cart {
	color: #2D343E;
	display: none;
	float: right;
	line-height: 40px;
	padding: 0 0 0 30px;
	position: relative;
	text-transform: uppercase;
	-webkit-transition: color 300ms ease;
	-moz-transition: color 300ms ease;
	-ms-transition: color 300ms ease;
	-o-transition: color 300ms ease;
	transition: color 300ms ease;
}
.wbWrapper > section > .buttons > a.cart:before {
	content: "\E811";
	font-family: "webbox";
	font-size: 20px;
	font-weight: normal;
	left: 0;
	position: absolute;
	top: 0;
}
.wbWrapper > section > .buttons > a.cart:hover {
	color: #B79A5B;
}
.wbWrapper > section > .buttons > a.cart > span {
	background: #B79A5B;
	border-radius: 50%;
	color: #FFFFFF;
	display: inline-block;
	font-size: 12px;
	height: 24px;
	line-height: 24px;
	margin: 0 0 0 10px;
	min-width: 24px;
	padding: 0 5px;
	text-align: center;
}

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

	.wbWrapper > section > .buttons > a.cart {
		display: block;
	}

}
/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;-moz-backface-visibility:hidden}.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;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{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-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}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.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(owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}
/* Layout - Suche */

/* voucher Modal (if not bookable */
#voucherModal {
	display: none; /* Hidden by default */
	position: fixed; /* Stay in place */
	z-index: 2; /* Sit on top */
	left: 0;
	top: 0;
	width: 100%; /* Full width */
	height: 100%; /* Full height */
	overflow: auto; /* Enable scroll if needed */
	background-color: rgb(0,0,0); /* Fallback color */
	background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
	}
	
	/* Modal Content/Box */
	.modal-content {
		position: relative;
		background-color: #fefefe;
		margin: 15% auto; /* 15% from the top and centered */
		padding: 50px;
		border: 1px solid #888;
		width: fit-content; 
		font-size: 24px;
	}
	
	/* The Close Button */
	.close {
		display: inline-block;
		position: absolute;
		top:-7px;
		left:95%;
		color: #aaa;	
		font-size: 28px;
		font-weight: bold;
	}
	
	.close:hover,
	.close:focus {
		color: black;
		text-decoration: none;
		cursor: pointer;
	}

.wbWrapper > section > .search {
	position: relative;
	z-index: 1;
}
.wbWrapper > section > .search > h2 {
	margin-bottom: 0;
}
.wbWrapper > section > .search > .row {
	opacity: 0;
	padding: 25px 50px 25px 0;
	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;
	z-index: 2;
}
.wbWrapper > section > .search.showCalendar > .row {
	opacity: 1;
}
.wbWrapper > section > .search > .row:after {
	clear: both;
	content: "";
	display: block;
}
.wbWrapper > section > .search > .row > .dateFrom {
	float: left;
	margin: 0 15px 0 0;
}
.wbWrapper > section > .search > .row > .dateFrom:after {
	clear: both;
	content: "";
	display: block;
}
.wbWrapper > section > .search > .row > .dateTo {
	float: left;
	margin: 0 15px 0 0;
}
.wbWrapper > section > .search > .row > .dateTo:after {
	clear: both;
	content: "";
	display: block;
}
.wbWrapper > section > .search > .row > * > label {
	float: left;
	font-size: 16px;
	line-height: 40px;
	padding: 0 15px 0 0;
}
.wbWrapper > section > .search > .row > * > .field {
	float: left;
	max-width: 152px;
	padding: 0 40px 0 0;
	position: relative;
}
/*.wbWrapper > section > .search > .row > * > .field:before {
	border-left: 21px solid transparent;
	border-right: 21px solid transparent;
	border-top: 17px solid #C9C9C9;
	bottom: -42px;
	content: "";
	height: 17px;
	left: 50%;
	margin: 0 0 0 -40.5px;
	opacity: 0;
	position: absolute;
	-webkit-transition: bottom 500ms ease, opacity 500ms ease;
	-moz-transition: bottom 500ms ease, opacity 500ms ease;
	-ms-transition: bottom 500ms ease, opacity 500ms ease;
	-o-transition: bottom 500ms ease, opacity 500ms ease;
	transition: bottom 500ms ease, opacity 500ms ease;
	width: 42px;
	z-index: 4;
}
.wbWrapper > section > .search > .row > * > .field:after {
	border-left: 17px solid transparent;
	border-right: 17px solid transparent;
	border-top: 15px solid #E9E9E9;
	bottom: -37px;
	content: "";
	height: 17px;
	left: 50%;
	margin: 0 0 0 -36.5px;
	opacity: 0;
	position: absolute;
	-webkit-transition: bottom 500ms ease, opacity 500ms ease;
	-moz-transition: bottom 500ms ease, opacity 500ms ease;
	-ms-transition: bottom 500ms ease, opacity 500ms ease;
	-o-transition: bottom 500ms ease, opacity 500ms ease;
	transition: bottom 500ms ease, opacity 500ms ease;
	width: 32px;
	z-index: 4;
}
.wbWrapper > section > .search.showCalendar > .row > * > .field.active:before {
	opacity: 1;
}
.wbWrapper > section > .search.animateCalendar > .row > * > .field.active:before {
	opacity: 0;
}
.wbWrapper > section > .search.showCalendar > .row > * > .field.active:after {
	opacity: 1;
}
.wbWrapper > section > .search.animateCalendar > .row > * > .field.active:after {
	opacity: 0;
}*/
.wbWrapper > section > .search > .row > * > .field > input {
	border: 0 none;
	cursor: pointer;
	font-weight: 500;
	height: 40px;
	line-height: 40px;
	padding: 0 10px;
	text-align: center;
	width: 100%;
}
.wbWrapper > section > .search > .row > * > .field > .icon {
	background: #B79A5B;
	cursor: pointer;
	height: 40px;
	line-height: 40px;
	position: absolute;
	right: 0;
	text-align: center;
	top: 0;
	width: 40px;
}
.wbWrapper > section > .search > .row > * > .field > .icon:before {
	color: #FFFFFF;
	content: "\E800";
	font-family: "webbox";
	font-size: 13px;
}
.wbWrapper > section > .search > .row > .button {
	float: right;
}
.wbWrapper > section > .search > .row > .button:after {
	clear: both;
	content: "";
	display: block;
}
.wbWrapper > section > .search > .row > .button > a {
	background: none;
	border: 1px solid #B79A5B;
	color: #B79A5B;
	display: none;
	float: left;
	font-size: 18px;
	font-weight: 900;
	line-height: 38px;
	margin: 0 15px 0 0;
	padding: 0 15px;
	text-align: center;
	text-transform: uppercase;
	-webkit-transition: background 300ms ease;
	-moz-transition: background 300ms ease;
	-ms-transition: background 300ms ease;
	-o-transition: background 300ms ease;
	transition: background 300ms ease;
}
.wbWrapper > section > .search > .row > .button.showButton > a {
	display: block;
}
.wbWrapper > section > .search > .row > .button > input {
	background: #B79A5B;
	border: 0 none;
	color: #FFFFFF;
	cursor: pointer;
	display: block;
	float: left;
	font-size: 18px;
	font-weight: 900;
	line-height: 40px;
	padding: 0 15px;
	text-transform: uppercase;
	-webkit-transition: background 300ms ease;
	-moz-transition: background 300ms ease;
	-ms-transition: background 300ms ease;
	-o-transition: background 300ms ease;
	transition: background 300ms ease;
}
.wbWrapper > section > .search > .row > .button > input:hover {
	background: #B79A5B;
}

/* Promocode */

.wbWrapper > section > .search > .row > .voucherCode {
	float: left;
	margin: 0 15px 0 0;
	position: relative;
}
.wbWrapper > section > .search > .row > .voucherCode > .field {
	border: 0 none;
	float: none;
	height: 40px;
	line-height: 40px;
	overflow: hidden;
	padding: 0 15px;
	text-overflow: ellipsis;
	white-space: nowrap;
	border: solid 0.1px #c1c1c1;
}
.wbWrapper > section > .search > .row > .voucherCode > p.info {
	background: #FFFFFF;
	bottom: 60px;
	box-shadow: 0 0 7px -1px rgba(0, 0, 0, 0.2);
	max-height: 0;
	left: 50%;
	line-height: 1.2;
	opacity: 0;
	overflow: hidden;
	padding: 0 15px;
	position: absolute;
	text-align: center;
	transform: translate(-50%, 0);
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
	width: 235px;
	z-index: 3;
}
.wbWrapper > section > .search > .row > .voucherCode > p.info.show {
	max-height: 200px;
	opacity: 1;
	overflow: visible;
	padding-bottom: 12px;
	padding-top: 11px;
}
.wbWrapper > section > .search > .row > .voucherCode > p.info:before {
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	border-top: 20px solid #FFFFFF;
	bottom: -20px;
	content: "";
	height: 20px;
	left: 50%;
	margin: 0 0 0 -20px;
	position: absolute;
	width: 40px;
}
.wbWrapper > section > .search > .row > .voucherCode > p.info > span {
	display: block;
	font-weight: bold;
}

/* Ausgewählte Informationen */

.wbWrapper > section > .search.showSelectedData > h2 {
	padding-right: 160px;
}
.wbWrapper > section > .search > .row > .selectedData {
	background: #E9E9E9;
	bottom: 0;
	left: 0;
	opacity: 0;
	padding: 25px 0;
	position: absolute;
	top: 0;
	-webkit-transition: opacity 300ms ease;
	-moz-transition: opacity 300ms ease;
	-ms-transition: opacity 300ms ease;
	-o-transition: opacity 300ms ease;
	transition: opacity 300ms ease;
	width: 100%;
	z-index: 2;
}
.wbWrapper > section > .search.showSelectedData > .row > .selectedData {
	opacity: 1;
}
.wbWrapper > section > .search > .row > .selectedData:after {
	clear: both;
	content: "";
	display: block;
}
.wbWrapper > section > .search > .row > .selectedData > .dateFrom {
	float: left;
	margin: 0 15px 0 0;
}
.wbWrapper > section > .search > .row > .selectedData > .dateFrom:after {
	clear: both;
	content: "";
	display: block;
}
.wbWrapper > section > .search > .row > .selectedData > .dateTo {
	float: left;
	margin: 0 15px 0 0;
}
.wbWrapper > section > .search > .row > .selectedData > .dateTo:after {
	clear: both;
	content: "";
	display: block;
}
.wbWrapper > section > .search > .row > .selectedData > .nights {
	float: right;
}
.wbWrapper > section > .search > .row > .selectedData > *:after {
	clear: both;
	content: "";
	display: block;
}
.wbWrapper > section > .search > .row > .selectedData > * > p.label {
	float: left;
	font-size: 16px;
	line-height: 40px;
	padding: 0 15px 0 0;
}
.wbWrapper > section > .search > .row > .selectedData > * > p.value {
	color: #B79A5B;
	float: left;
	font-size: 16px;
	font-weight: 500;
	line-height: 40px;
}
.wbWrapper > section > .search > .row > .selectedData > * > p.value > span {
	border-bottom: 3px solid #B79A5B;
	padding: 0 0 2px;
}
.wbWrapper > section > .search > .row > .selectedData > a.button {
	color: #B79A5B;
	display: block;
	font-size: 16px;
	font-weight: 300;
	line-height: 50px;
	padding: 0 15px;
	position: absolute;
	right: -15px;
	top: -50px;
	-webkit-transition: background 300ms ease, border-color 300ms ease, color 300ms ease;
	-moz-transition: background 300ms ease, border-color 300ms ease, color 300ms ease;
	-ms-transition: background 300ms ease, border-color 300ms ease, color 300ms ease;
	-o-transition: background 300ms ease, border-color 300ms ease, color 300ms ease;
	transition: background 300ms ease, border-color 300ms ease, color 300ms ease;
}
.wbWrapper > section > .search > .row > .selectedData > a.button:hover {
	color: #B79A5B;
}

/* Button, Infomeldung */

.wbWrapper > section > .search > .info {
	display: none;
	padding: 15px 0;
}
.wbWrapper > section > .search > .info.show {
	display: block;
}
.wbWrapper > section > .search > .info:after {
	clear: both;
	content: "";
	display: block;
}
.wbWrapper > section > .search > .info > p {
	float: left;
	line-height: 1.2;
	max-width: 70%;
	padding: 11px 0;
}
.wbWrapper > section > .search > .info > p > span {
	font-weight: bold;
}
.wbWrapper > section > .search > .info > a.button {
	background: #B79A5B;
	color: #FFFFFF;
	display: block;
	float: right;
	font-size: 18px;
	font-weight: 900;
	line-height: 40px;
	padding: 0 15px;
	text-align: center;
	text-transform: uppercase;
	-webkit-transition: background 300ms ease;
	-moz-transition: background 300ms ease;
	-ms-transition: background 300ms ease;
	-o-transition: background 300ms ease;
	transition: background 300ms ease;
}
.wbWrapper > section > .search > .info > a.button:hover {
	background: #B79A5B;
}

@media all and (max-width: 1200px){

	.wbWrapper > section > .search > .row {
		padding-right: 0;
	}
	.wbWrapper > section > .search > .row:before {
		left: -25px;
	}
		
}
@media all and (max-width: 1160px){

	/*.wbWrapper > section > .search > .row.voucherCodeEnabled > .dateFrom {
		margin-right: 2%;
		width: 49%;
	}
	.wbWrapper > section > .search > .row.voucherCodeEnabled > .dateTo {
		margin-right: 0;
		width: 49%;
	}
	.wbWrapper > section > .search > .row.voucherCodeEnabled > * > label {
		width: 30%;
	}
	.wbWrapper > section > .search > .row.voucherCodeEnabled > * > .field {
		max-width: 100%;
		width: 70%;
	}
	.wbWrapper > section > .search > .row.voucherCodeEnabled > * > .field.active:before,
	.wbWrapper > section > .search > .row.voucherCodeEnabled > * > .field.active:after {
		display: none;
	}
	.wbWrapper > section > .search > .row.voucherCodeEnabled > .voucherCode {
		margin-right: 2%;
		margin-top: 10px;
		width: 49%;
	}
	.wbWrapper > section > .search > .row.voucherCodeEnabled > .voucherCode > .field {
		width: 100%;
	}
	.wbWrapper > section > .search > .row.voucherCodeEnabled > .button {
		margin-top: 10px;
		width: 49%;
	}*/
		
	/* Ausgewählte Informationen */
		
	/*.wbWrapper > section > .search > .row > .selectedData > .voucherCode {
		clear: both;
	}*/

}
@media all and (max-width: 740px){

	.wbWrapper > section > .search > .row:not(.voucherCodeEnabled) {
		padding-bottom: 65px;
	}
	/*.wbWrapper > section > .search > .row > .dateFrom {
		margin-right: 2%;
		width: 49%;
	}
	.wbWrapper > section > .search > .row > .dateTo {
		margin-right: 0;
		width: 49%;
	}
	.wbWrapper > section > .search > .row > * > label {
		width: 30%;
	}
	.wbWrapper > section > .search > .row > * > .field {
		max-width: 100%;
		width: 70%;
	}
	.wbWrapper > section > .search > .row > * > .field.active:before,
	.wbWrapper > section > .search > .row > * > .field.active:after {
		display: none;
	}*/
	.wbWrapper > section > .search > .row > .voucherCode > .field {
		max-width: 100%;
		width: 100%;
	}
	.wbWrapper > section > .search > .row > .button {
		clear: both;
		float: none;
		margin-top: 0 !important;
		padding: 15px 0 0;
		width: 100% !important;;
	}
	.wbWrapper > section > .search > .row > .button > a {
		margin-right: 2%;
		width: 49%;
	}
	.wbWrapper > section > .search > .row > .button > input {
		width: 100%;
	}
	.wbWrapper > section > .search > .row > .button.showButton > input {
		width: 49%;
	}

	/* Button, Infomeldung */
	
	.wbWrapper > section > .search > .info > p {
		float: none;
		max-width: 100%;
		text-align: center;
	}
	.wbWrapper > section > .search > .info > a.button {
		float: none;
		width: 100%;
	}
		
	/* Promocode */
		
	.wbWrapper > section > .search > .row.voucherCodeEnabled > .voucherCode {
		clear: both;
		float: none;
		margin-right: 0;
		margin-top: 0;
		/*padding-top: 10px;*/
		width: 100%;
	}


	/*.wbWrapper > section > .search.showSelectedData > .row.voucherCodeEnabled > .voucherCode {
		display: none;
	}*/
		
	/* Ausgewählte Informationen */
	
	.wbWrapper > section > .search.showSelectedData > h2 {
		padding-right: 25px;
	}
	.wbWrapper > section > .search > .row > .selectedData > .dateFrom {
		margin-bottom: 15px;
		margin-right: 2%;
		width: 49%;
	}
	.wbWrapper > section > .search > .row > .selectedData > .dateTo {
		margin-bottom: 15px;
		margin-right: 0;
		width: 49%;
	}
	.wbWrapper > section > .search > .row > .selectedData > * > p.label {
		width: 30%;
	}
	.wbWrapper > section > .search > .row > .selectedData > * > p.value {
		background: #B79A5B;
		color: #FFFFFF;
		max-width: 100%;
		text-align: center;
		width: 70%;
	}
	.wbWrapper > section > .search > .row > .selectedData > * > p.value > span {
		border-bottom: 0 none;
		padding-bottom: 0;
	}
	.wbWrapper > section > .search > .row > .selectedData > .nights {
		display: none;
	}
	.wbWrapper > section > .search > .row > .selectedData > .voucherCode {
		display: none;
	}
	.wbWrapper > section > .search > .row > .selectedData > a.button {
		border: 1px solid #B79A5B;
		clear: both;
		font-size: 18px;
		font-weight: normal;
		line-height: 38px;
		position: relative;
		right: auto;
		text-align: center;
		text-transform: uppercase;
		top: auto;
	}
	.wbWrapper > section > .search > .row > .selectedData > a.button:hover {
		background: #B79A5B;
		border: 1px solid #B79A5B;
		color: #FFFFFF;
	}

}
@media all and (max-width: 500px){

	/*.wbWrapper > section > .search > .row > .dateFrom,
	.wbWrapper > section > .search > .row > .dateTo {
		float: none !important;
		margin-right: 0 !important;
		width: 100% !important;
	}
	.wbWrapper > section > .search > .row > .dateTo {
		margin-top: 10px !important;
	}*/

	.wbWrapper > section > .search > .row > .button > a {
		float: none;
		margin-right: 0;
		width: 100%;
	}
	.wbWrapper > section > .search > .row > .button > input {
		float: none;
		width: 100% !important;
	}
	.wbWrapper > section > .search > .row > .button.showButton > input {
		margin-top: 10px;
	}

	/* Ausgewählte Informationen */

	.wbWrapper > section > .search.showSelectedData > .row {
		min-height: 195px;
	}
	.wbWrapper > section > .search > .row > .selectedData > .dateFrom,
	.wbWrapper > section > .search > .row > .selectedData > .dateTo {
		float: none !important;
		margin-right: 0 !important;
		width: 100% !important;
	}
	.wbWrapper > section > .search > .row > .selectedData > .dateFrom {
		margin-bottom: 0 !important;
	}
	.wbWrapper > section > .search > .row > .selectedData > .dateTo {
		margin-top: 10px !important;
	}



}
/* Webfonts */

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

/* cyrillic-ext */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    src: url(/img/webfonts/KFOlCnqEu92Fr1MmSU5fCRc4EsA.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
  }
  /* cyrillic */
  @font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    src: url(/img/webfonts/KFOlCnqEu92Fr1MmSU5fABc4EsA.woff2) format('woff2');
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
  }
  /* greek-ext */
  @font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    src: url(/img/webfonts/KFOlCnqEu92Fr1MmSU5fCBc4EsA.woff2) format('woff2');
    unicode-range: U+1F00-1FFF;
  }
  /* greek */
  @font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    src: url(/img/webfonts/KFOlCnqEu92Fr1MmSU5fBxc4EsA.woff2) format('woff2');
    unicode-range: U+0370-03FF;
  }
  /* vietnamese */
  @font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    src: url(/img/webfonts/KFOlCnqEu92Fr1MmSU5fCxc4EsA.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
  }
  /* latin-ext */
  @font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    src: url(/img/webfonts/KFOlCnqEu92Fr1MmSU5fChc4EsA.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
  }
  /* latin */
  @font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    src: url(/img/webfonts/KFOlCnqEu92Fr1MmSU5fBBc4.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  }
  /* cyrillic-ext */
  @font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: url(/img/webfonts/KFOmCnqEu92Fr1Mu72xKOzY.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
  }
  /* cyrillic */
  @font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: url(/img/webfonts/KFOmCnqEu92Fr1Mu5mxKOzY.woff2) format('woff2');
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
  }
  /* greek-ext */
  @font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: url(/img/webfonts/KFOmCnqEu92Fr1Mu7mxKOzY.woff2) format('woff2');
    unicode-range: U+1F00-1FFF;
  }
  /* greek */
  @font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: url(/img/webfonts/KFOmCnqEu92Fr1Mu4WxKOzY.woff2) format('woff2');
    unicode-range: U+0370-03FF;
  }
  /* vietnamese */
  @font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: url(/img/webfonts/KFOmCnqEu92Fr1Mu7WxKOzY.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
  }
  /* latin-ext */
  @font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: url(/img/webfonts/KFOmCnqEu92Fr1Mu7GxKOzY.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
  }
  /* latin */
  @font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: url(/img/webfonts/KFOmCnqEu92Fr1Mu4mxK.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  }
  /* cyrillic-ext */
  @font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    src: url(/img/webfonts/KFOlCnqEu92Fr1MmEU9fCRc4EsA.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
  }
  /* cyrillic */
  @font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    src: url(/img/webfonts/KFOlCnqEu92Fr1MmEU9fABc4EsA.woff2) format('woff2');
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
  }
  /* greek-ext */
  @font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    src: url(/img/webfonts/KFOlCnqEu92Fr1MmEU9fCBc4EsA.woff2) format('woff2');
    unicode-range: U+1F00-1FFF;
  }
  /* greek */
  @font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    src: url(/img/webfonts/KFOlCnqEu92Fr1MmEU9fBxc4EsA.woff2) format('woff2');
    unicode-range: U+0370-03FF;
  }
  /* vietnamese */
  @font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    src: url(/img/webfonts/KFOlCnqEu92Fr1MmEU9fCxc4EsA.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
  }
  /* latin-ext */
  @font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    src: url(/img/webfonts/KFOlCnqEu92Fr1MmEU9fChc4EsA.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
  }
  /* latin */
  @font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    src: url(/img/webfonts/KFOlCnqEu92Fr1MmEU9fBBc4.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  }
  /* cyrillic-ext */
  @font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    src: url(/img/webfonts/KFOlCnqEu92Fr1MmWUlfCRc4EsA.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
  }
  /* cyrillic */
  @font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    src: url(/img/webfonts/KFOlCnqEu92Fr1MmWUlfABc4EsA.woff2) format('woff2');
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
  }
  /* greek-ext */
  @font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    src: url(/img/webfonts/KFOlCnqEu92Fr1MmWUlfCBc4EsA.woff2) format('woff2');
    unicode-range: U+1F00-1FFF;
  }
  /* greek */
  @font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    src: url(/img/webfonts/KFOlCnqEu92Fr1MmWUlfBxc4EsA.woff2) format('woff2');
    unicode-range: U+0370-03FF;
  }
  /* vietnamese */
  @font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    src: url(/img/webfonts/KFOlCnqEu92Fr1MmWUlfCxc4EsA.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
  }
  /* latin-ext */
  @font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    src: url(/img/webfonts/KFOlCnqEu92Fr1MmWUlfChc4EsA.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
  }
  /* latin */
  @font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    src: url(/img/webfonts/KFOlCnqEu92Fr1MmWUlfBBc4.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  }
  /* cyrillic-ext */
  @font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 900;
    src: url(/img/webfonts/KFOlCnqEu92Fr1MmYUtfCRc4EsA.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
  }
  /* cyrillic */
  @font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 900;
    src: url(/img/webfonts/KFOlCnqEu92Fr1MmYUtfABc4EsA.woff2) format('woff2');
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
  }
  /* greek-ext */
  @font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 900;
    src: url(/img/webfonts/KFOlCnqEu92Fr1MmYUtfCBc4EsA.woff2) format('woff2');
    unicode-range: U+1F00-1FFF;
  }
  /* greek */
  @font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 900;
    src: url(/img/webfonts/KFOlCnqEu92Fr1MmYUtfBxc4EsA.woff2) format('woff2');
    unicode-range: U+0370-03FF;
  }
  /* vietnamese */
  @font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 900;
    src: url(/img/webfonts/KFOlCnqEu92Fr1MmYUtfCxc4EsA.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
  }
  /* latin-ext */
  @font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 900;
    src: url(/img/webfonts/KFOlCnqEu92Fr1MmYUtfChc4EsA.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
  }
  /* latin */
  @font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 900;
    src: url(/img/webfonts/KFOlCnqEu92Fr1MmYUtfBBc4.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  }
/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
/*
 * 	Default theme - Owl Carousel CSS File
 */
.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent; }
  .owl-theme .owl-nav [class*='owl-'] {
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #D6D6D6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px; }
    .owl-theme .owl-nav [class*='owl-']:hover {
      background: #869791;
      color: #FFF;
      text-decoration: none; }
  .owl-theme .owl-nav .disabled {
    opacity: 0.5;
    cursor: default; }

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px; }

.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent; }
  .owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline; }
    .owl-theme .owl-dots .owl-dot span {
      width: 10px;
      height: 10px;
      margin: 5px 7px;
      background: #D6D6D6;
      display: block;
      -webkit-backface-visibility: visible;
      transition: opacity 200ms ease;
      border-radius: 30px; }
    .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
      background: #869791; }
/* Layout - Suche - Kalender */

.wbWrapper > section > .search > .calendar {
	margin: 0 -25px 0 -75px;
	min-height: 468px;
	overflow: hidden;
	padding: 41px 75px 0;
	position: relative;
}
.wbWrapper > section > .search.showSelectedData > .calendar {
	display: none;
}
.wbWrapper > section > .search > .calendar:before {
	bottom: 0;
	content: "";
	left: 0;
	opacity: 0;
	position: absolute;
	right: 0;
	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;
	z-index: -1;
}
.wbWrapper > section > .search > .calendar:after {
	clear: both;
	content: "";
	display: block;
}
.wbWrapper > section > .search.showSelectedData > .calendar:before {
	background: #E9E9E9;
	opacity: 0.8;
	z-index: 9999;
}
.wbWrapper > section > .search > .calendar > * {
	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;
}
.wbWrapper > section > .search.showCalendar > .calendar > * {
	opacity: 1 !important;
}
.wbWrapper > section > .search.animateCalendar > .calendar > * {
	opacity: 0 !important;
}
.wbWrapper > section > .search > .calendar > p.msg {
	font-size: 16px;
	position: relative;
}
.wbWrapper > section > .search > .calendar > p.msg > a {
	float: right;
	font-weight: 300;
}
.wbWrapper > section > .search > .calendar > a.prev {
	left: 15px;
	line-height: 40px;
	margin: -20px 0 0;
	position: absolute;
	text-align: center;
	top: 50%;
	width: 40px;
}
.wbWrapper > section > .search > .calendar > a.prev.disabled {
	cursor: not-allowed;
	opacity: 0.2;
}
.wbWrapper > section > .search > .calendar > a.prev:before {
	content: "\E803";
	display: block;
	font-family: "webbox";
	font-size: 26px;
	font-weight: normal;
}
.wbWrapper > section > .search > .calendar > a.next {
	line-height: 40px;
	margin: -20px 0 0;
	position: absolute;
	right: 15px;
	text-align: center;
	top: 50%;
	width: 40px;
}
.wbWrapper > section > .search > .calendar > a.next.disabled {
	cursor: not-allowed;
	opacity: 0.2;
}
.wbWrapper > section > .search > .calendar > a.next:before {
	content: "\E804";
	display: block;
	font-family: "webbox";
	font-size: 26px;
	font-weight: normal;
}

/* Infomeldung */

.wbWrapper > section > .search > .calendar > p.step {
	background: #E9E9E9;
	bottom: 0;
	left: 0;
	opacity: 0 !important;
	position: absolute;
	text-align: center;
	top: 0;
	-webkit-transition: opacity 300ms ease;
	-moz-transition: opacity 300ms ease;
	-ms-transition: opacity 300ms ease;
	-o-transition: opacity 300ms ease;
	transition: opacity 300ms ease;
	width: 100%;
	z-index: 9999;
}
.wbWrapper > section > .search > .calendar > p.step.show {
	opacity: 1 !important;
}
.wbWrapper > section > .search > .calendar > p.step > span {
	color: #B79A5B;
	display: block;
	font-size: 24px;
	font-weight: bold;
	left: 50%;
	line-height: 1.2;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.wbWrapper > section > .search > .calendar > p.step > span > span {
	display: block;
	font-size: 15px;
	font-weight: 300;
}

/* Tooltip */
	
.wbWrapper > section > .search > .calendar > .tooltip {
	background: #FFFFFF;
	border: 1px solid #CCCCCC;
	box-shadow: 0 0 7px -1px rgba(0, 0, 0, 0.2);
	color: #2D343E;
	display: none;
	font-size: 14px;
	height: 125px;
	margin: -131px 0 0 -140px;
	opacity: 0 !important;
	padding: 14px 20px 0;
	position: absolute;
	text-align: center;
	width: 280px;
	z-index: -1;
	-webkit-transition: opacity 300ms ease;
	-moz-transition: opacity 300ms ease;
	-ms-transition: opacity 300ms ease;
	-o-transition: opacity 300ms ease;
	transition: opacity 300ms ease;
}
.wbWrapper > section > .search > .calendar > .tooltip.show {
	display: block;
	z-index: 20;
}
.wbWrapper > section > .search > .calendar > .tooltip.animate {
	opacity: 1 !important;
}
.wbWrapper > section > .search > .calendar > .tooltip > .arrow {
	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);
}
.wbWrapper > section > .search > .calendar > .tooltip > .date {
	font-weight: normal;
}
.wbWrapper > section > .search > .calendar > .tooltip > .price .value.hide {
	display: none;
}
.wbWrapper > section > .search > .calendar > .tooltip > .state {
	display: none;
	padding: 6px 0 4px 25px;
	position: relative;
}
.wbWrapper > section > .search > .calendar > .tooltip > .state.show {
	display: inline-block;
}
.wbWrapper > section > .search > .calendar > .tooltip > .state:before {
	content: "";
	display: block;
	height: 16px;
	left: 0;
	position: absolute;
	top: 9px;
	width: 16px;
}
.wbWrapper > section > .search > .calendar > .tooltip > .state1:before { /* Abreise möglich */
	background: #AFD39A;
}
.wbWrapper > section > .search > .calendar > .tooltip > .state2:before { /* Keine Abreise möglich */
	background: #D89DA5;
}
.wbWrapper > section > .search > .calendar > .tooltip > .state3:before { /* Anreise möglich */
	background: #AFD39A;
}
.wbWrapper > section > .search > .calendar > .tooltip > .state4:before { /* Keine Anreise möglich */
	background: #D89DA5;
}

/* Legende */

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

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

	.wbWrapper > section > .search > .calendar {
		margin-left: -25px;
		min-height: 0;
		padding-left: 25px;
		padding-right: 25px;
		padding-top: 18px;
	}
	.wbWrapper > section > .search > .calendar > p.msg {
		padding-left: 40px;
		padding-right: 40px;
		text-align: center;
	}
	.wbWrapper > section > .search > .calendar > a.prev,
	.wbWrapper > section > .search > .calendar > a.next {
		margin-top: 0;
		top: 12px;
	}
		
	/* Legende */

	.wbWrapper > section > .search > .calendar > ul.legend {
		margin-left: -25px;
		margin-right: -25px;
		padding-left: 25px;
		padding-right: 25px;
	}

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

	.wbWrapper > section > .search > .calendar > p.msg > a {
		display: none;
	}
	
}
@media all and (max-width: 740px){

	.wbWrapper > section > .search > .calendar {
		min-height: 365px;
	}

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

	.wbWrapper > section > .search > .calendar > p.step > span {
		font-size: 20px;
	}

}
/* Layout - Hotel */

.wbWrapper > section > .rooms > .hotel {
	border-bottom: 5px solid #C9C9C9;
	margin: 0 0 15px;
	padding: 0 0 15px;
}
.wbWrapper > section > .rooms > .hotel:after {
	clear: both;
	content: "";
	display: block;
}
.wbWrapper > section > .rooms > .hotel > h2 {
	display: none;
}
.wbWrapper > section > .rooms > .hotel > .content {
	float: left;
	padding: 0 0 0 15px;
	width: 70%; /* 560 */
}
.wbWrapper > section > .rooms > .hotel.noImages > .content {
	float: none;
	padding-left: 0;
	width: 100%;
}
.wbWrapper > section > .rooms > .hotel > .content > p.title {
	color: #B79A5B;
	font-size: 22px;
	font-weight: 500;
	line-height: 1.2;
}
.wbWrapper > section > .rooms > .hotel > .content > p.text {
	line-height: 1.2;
}

/* Klassifizierung */

.wbWrapper > section > .rooms > .hotel > .content > p.title > span.star {
	display: inline-block;
	line-height: 14px;
	position: relative;
	top: -3px;
}
.wbWrapper > section > .rooms > .hotel > .content > p.title > span.star:first-child {
	margin-left: 5px;
}
.wbWrapper > section > .rooms > .hotel > .content > p.title > span.star:before {
	content: "\E80A";
	font-family: "webbox";
	font-size: 14px;
	font-weight: normal;
}
.wbWrapper > section > .rooms > .hotel > .content > p.title > span.superior {
	font-size: 16px;
	font-weight: normal;
	line-height: 16px;
	margin: 0 0 0 2px;
	position: relative;
	top: -2px;
}

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

	.wbWrapper > section > .rooms > .hotel > .content {
		float: none;
		padding-left: 0;
		padding-top: 15px;
		width: 100%;
	}

}
/* Owl Carousel 2.2.1 - Custom */

.owl-nav .owl-prev,
.owl-nav .owl-next {
	background: #FFFFFF;
	height: 40px;
	line-height: 40px;
	position: absolute;
	text-align: center;
	top: 50%;
	width: 40px;
}
.owl-nav .owl-prev.disabled,
.owl-nav .owl-next.disabled {
	cursor: not-allowed;
	opacity: 0.2;
}
.owl-nav .owl-prev {
	left: 0;
}
.owl-nav .owl-next {
	right: 0;
}
.owl-nav .owl-prev:before {
	content: "\E803";
	display: block;
	font-family: "webbox";
	font-size: 20px;
	font-weight: normal;
}
.owl-nav .owl-next:before {
	content: "\E804";
	display: block;
	font-family: "webbox";
	font-size: 20px;
	font-weight: normal;
}
/* Layout - Hotel - Bildergalerie */

.wbWrapper > section > .rooms > .hotel > .images {
	float: left;
	position: relative;
	width: 30%; /* 240 */
}
.wbWrapper > section > .rooms > .hotel > .images > a {
	display: block;
}
.wbWrapper > section > .rooms > .hotel > .images > a > img {
	display: block;
	width: 100%;
}
.wbWrapper > section > .rooms > .hotel > .images > ul.thumbnails {
	display: none;
	margin: 5px 0 0;
	padding: 0 44px 0 0;
	position: relative;
}
.wbWrapper > section > .rooms > .hotel > .images > ul.thumbnails.show {
	display: block;
}
.wbWrapper > section > .rooms > .hotel > .images > ul.thumbnails:after {
	clear: both;
	content: "";
	display: block;
}
.wbWrapper > section > .rooms > .hotel > .images > ul.thumbnails > li {
	float: left;
	margin: 0 2.551020408163265% 0 0; /* 0 5 0 0 */
	width: 22.448979591836736%; /* 44 */
}
.wbWrapper > section > .rooms > .hotel > .images > ul.thumbnails > li:nth-child(n+5) {
	display: none;
}
.wbWrapper > section > .rooms > .hotel > .images > ul.thumbnails > li:nth-child(4) {
	margin-right: 0;
}
.wbWrapper > section > .rooms > .hotel > .images > ul.thumbnails > li > a > img {
	display: block;
	width: 100%;
}
.wbWrapper > section > .rooms > .hotel > .images > ul.thumbnails > li.placeholder {
	bottom: 0;
	display: block;
	margin-right: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 44px;
}
.wbWrapper > section > .rooms > .hotel > .images > ul.thumbnails > li.placeholder > a {
	background: #B79A5B;
	display: block;
	height: 100%;
	position: relative;
	width: 100%;
}
.wbWrapper > section > .rooms > .hotel > .images > ul.thumbnails > li.placeholder > a:before {
	color: #FFFFFF;
	content: "\E820";
	font-family: "webbox";
	font-size: 22px;
	font-weight: normal;
	height: 22px;
	left: 50%;
	line-height: 22px;
	margin: -11px 0 0 -11px;
	position: absolute;
	text-align: center;
	top: 50%;
	width: 22px;
}

/* Bildergalerie */

.wbWrapper > section > .rooms > .hotel > .images > .hotelImages {
	background: #FFFFFF;
	box-shadow: 0 10px 25px 0px rgba(0, 0, 0, 0.5);
	display: none;
	left: 0;
	opacity: 0;
	padding: 1px;
	position: absolute;
	text-align: center;
	top: -1px;
	-webkit-transition: opacity 300ms ease;
	-moz-transition: opacity 300ms ease;
	-ms-transition: opacity 300ms ease;
	-o-transition: opacity 300ms ease;
	transition: opacity 300ms ease;
	width: 752px;
	z-index: 9999;
}
.wbWrapper > section > .rooms > .hotel > .images.showGalleryDisplay > .hotelImages {
	display: block;
}
.wbWrapper > section > .rooms > .hotel > .images.showGallery > .hotelImages {
	opacity: 1;
}
.wbWrapper > section > .rooms > .hotel > .images > .hotelImages.remove {
	display: none;
}
.wbWrapper > section > .rooms > .hotel > .images > .hotelImages > .images img {
	display: block;
	width: 100%;
}
.wbWrapper > section > .rooms > .hotel > .images > .hotelImages > .images p {
	line-height: 1.2;
	padding: 11px 50px 12px 13px;
	text-align: left;
}
.wbWrapper > section > .rooms > .hotel > .images > .hotelImages > .thumbnails {
	display: inline-block;
	margin: 7px 0 0;
	max-width: 190px;
}
.wbWrapper > section > .rooms > .hotel > .images > .hotelImages > .thumbnails li {
	cursor: pointer;
}
.wbWrapper > section > .rooms > .hotel > .images > .hotelImages > .close {
	background: #FFFFFF;
	cursor: pointer;
	height: 40px;
	line-height: 40px;
	position: absolute;
	right: 0;
	text-align: center;
	top: 1px;
	width: 40px;
	z-index: 1;
}
.wbWrapper > section > .rooms > .hotel > .images > .hotelImages > .close:before {
	content: "\E810";
	font-family: "webbox";
}

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

	.wbWrapper > section > .rooms > .hotel > .images > ul.thumbnails > li.placeholder > a:before {
		font-size: 18px;
	}

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

	.wbWrapper > section > .rooms > .hotel > .images > ul.thumbnails > li {
		margin-right: 3.067484662576687%; /* 5 */
		width: 30.368098159509202%; /* 49,5 */
	}
	.wbWrapper > section > .rooms > .hotel > .images > ul.thumbnails > li:nth-child(3) {
		margin-right: 0;
	}
	.wbWrapper > section > .rooms > .hotel > .images > ul.thumbnails > li:nth-child(4) {
		display: none;
	}

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

	.wbWrapper > section > .rooms > .hotel > .images {
		display: none;
		float: none;
		margin-bottom: 25px;
		width: 100%;
	}
	.wbWrapper > section > .rooms > .hotel > .images.show {
		display: block;
	}
	.wbWrapper > section > .rooms > .hotel > .images > a {
		display: none;
	}
	.wbWrapper > section > .rooms > .hotel > .images > ul.thumbnails {
		padding-right: 101px;
	}
	.wbWrapper > section > .rooms > .hotel > .images > ul.thumbnails > li {
		margin-right: 1.890359168241966% !important; /* 10 */
		width: 23.156899810964084%; /* 122.5 */
	}
	.wbWrapper > section > .rooms > .hotel > .images > ul.thumbnails > li:nth-child(4) {
		display: block;
		margin-right: 0 !important;
	}
	.wbWrapper > section > .rooms > .hotel > .images > ul.thumbnails > li:nth-child(5) {
		display: block;
		margin-right: 0 !important;
	}
	.wbWrapper > section > .rooms > .hotel > .images > ul.thumbnails > li.placeholder {
		width: 101px;
	}

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

	.wbWrapper > section > .rooms > .hotel > .images > ul.thumbnails > li {
		margin-right: 2.506265664160401% !important; /* 10 */
		width: 30.827067669172934%; /* 123 */
	}
	.wbWrapper > section > .rooms > .hotel > .images > ul.thumbnails > li:nth-child(4) {
		display: none;
	}

}
/* Layout - Zimmer */

.wbWrapper > section > .rooms {
	padding-bottom: 25px;
	position: relative;
	z-index: 2;
}

/* Zimmer */

.wbWrapper > section > .rooms > .entry {
	border-bottom: 5px solid #C9C9C9;
	margin: 0 0 25px;
	padding: 0 0 15px;
}
.wbWrapper > section > .rooms > .entry:after {
	clear: both;
	content: "";
	display: block;
}
.wbWrapper > section > .rooms > .entry:last-child {
	border-bottom: 0 none;
	margin-bottom: 0;
	padding-bottom: 0;
}
.wbWrapper > section > .rooms > .entry > h2 {
	display: none;
}
.wbWrapper > section > .rooms > .entry > .content {
	margin: 0 0 22px;
	min-height: 84px;
	padding: 0 200px 0 0;
	position: relative;
}
.wbWrapper > section > .rooms > .entry > .content > p.title {
	color: #B79A5B;
	font-size: 22px;
	font-weight: 500;
	line-height: 1.2;
}
.wbWrapper > section > .rooms > .entry > .content > p.text {
	display: inline-block;
	line-height: 1.2;
	padding: 0;
	position: relative;
}
/*.wbWrapper > section > .rooms > .entry > .content > p.text.hasHiddenText {
	cursor: pointer;
	padding-right: 20px;
}
.wbWrapper > section > .rooms > .entry > .content > p.text.hasHiddenText:after {
	border: 1px solid #B79A5B;
	color: #B79A5B;
	content: "\E81F";
	font-family: "webbox";
	font-size: 6px;
	height: 14px;
	line-height: 11px;
	position: absolute;
	right: 0;
	text-align: center;
	top: 2px;
	width: 14px;
}
.wbWrapper > section > .rooms > .entry > .content > p.text.show {
	cursor: default;
	padding-right: 0;
}
.wbWrapper > section > .rooms > .entry > .content > p.text.show:after {
	display: none;
}
.wbWrapper > section > .rooms > .entry > .content > p.text > span.hidden {
	display: none;
}
.wbWrapper > section > .rooms > .entry > .content > p.text.show > span.hidden {
	display: unset;
}
.wbWrapper > section > .rooms > .entry > .content > p.text.show > span.textOverflow {
	display: none;
}*/
.wbWrapper > section > .rooms > .entry > .content > p.text > span.textOverflow {
	display: none;
}
.wbWrapper > section > .rooms > .entry > .content > p.price {
	line-height: 1.2;
	position: absolute;
	right: 0;
	text-align: right;
	top: 0;
}
.wbWrapper > section > .rooms > .entry > .content > p.price > span {
	display: block;
}
.wbWrapper > section > .rooms > .entry > .content > p.price > span > span.value {
	color: #B79A5B;
	font-size: 22px;
}
.wbWrapper > section > .rooms > .entry > .content > p.price > span.persons {
	font-size: 14px;
}

@media all and (max-width: 740px){

	.wbWrapper > section > .rooms > .entry > .content {
		padding-right: 160px;
	}
	/*.wbWrapper > section > .rooms > .entry > .content > p.text.hasHiddenText {
		cursor: pointer;
		padding-right: 20px;
	}
	.wbWrapper > section > .rooms > .entry > .content > p.text.hasHiddenText:after {
		border: 1px solid #B79A5B;
		color: #B79A5B;
		content: "\E81F";
		font-family: "webbox";
		font-size: 6px;
		height: 14px;
		line-height: 11px;
		position: absolute;
		right: 0;
		text-align: center;
		top: 2px;
		width: 14px;
	}
	.wbWrapper > section > .rooms > .entry > .content > p.text.show {
		cursor: default;
		padding-right: 0;
	}
	.wbWrapper > section > .rooms > .entry > .content > p.text.show:after {
		display: none;
	}
	.wbWrapper > section > .rooms > .entry > .content > p.text > span.hidden {
		display: none;
	}
	.wbWrapper > section > .rooms > .entry > .content > p.text.show > span.hidden {
		display: unset;
	}
	.wbWrapper > section > .rooms > .entry > .content > p.text > span.textOverflow {
		display: inline-block;
	}
	.wbWrapper > section > .rooms > .entry > .content > p.text.show > span.textOverflow {
		display: none;
	}
	.wbWrapper > section > .rooms > .entry > .content > p.price > span > span:not(.value) {
		display: none;
	}*/

}
@media all and (max-width: 550px){

	.wbWrapper > section > .rooms > .entry > .content {
		padding-right: 0;
	}
	.wbWrapper > section > .rooms > .entry > .content > p.price {
		margin-top: 20px;
		position: relative;
		right: auto;
		top: auto;
	}

}
/* Layout - Zimmer - Bildergalerie */

.wbWrapper > section > .rooms > .entry > .images {
	float: left;
	position: relative;
	width: 30%; /* 240 */
}
.wbWrapper > section > .rooms > .entry > .images > a {
	display: block;
	text-align: center;
}
.wbWrapper > section > .rooms > .entry > .images > a > img {
	display: inline-block;
	width: 100%;
}
.wbWrapper > section > .rooms > .entry > .images > ul.thumbnails {
	display: none;
	margin: 5px 0 0;
	padding: 0 44px 0 0;
	position: relative;
}
.wbWrapper > section > .rooms > .entry > .images > ul.thumbnails.show {
	display: block;
}
.wbWrapper > section > .rooms > .entry > .images > ul.thumbnails:after {
	clear: both;
	content: "";
	display: block;
}
.wbWrapper > section > .rooms > .entry > .images > ul.thumbnails > li {
	float: left;
	margin: 0 2.551020408163265% 0 0; /* 0 5 0 0 */
	width: 22.448979591836736%; /* 44 */
}
.wbWrapper > section > .rooms > .entry > .images > ul.thumbnails > li:nth-child(n+5) {
	display: none;
}
.wbWrapper > section > .rooms > .entry > .images > ul.thumbnails > li:nth-child(4) {
	margin-right: 0;
}
.wbWrapper > section > .rooms > .entry > .images > ul.thumbnails > li > a > img {
	display: block;
	width: 100%;
}
.wbWrapper > section > .rooms > .entry > .images > ul.thumbnails > li.placeholder {
	bottom: 0;
	display: block;
	margin-right: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 44px;
}
.wbWrapper > section > .rooms > .entry > .images > ul.thumbnails > li.placeholder > a {
	background: #B79A5B;
	display: block;
	height: 100%;
	position: relative;
	width: 100%;
}
.wbWrapper > section > .rooms > .entry > .images > ul.thumbnails > li.placeholder > a:before {
	color: #FFFFFF;
	content: "\E820";
	font-family: "webbox";
	font-size: 22px;
	font-weight: normal;
	height: 22px;
	left: 50%;
	line-height: 22px;
	margin: -11px 0 0 -11px;
	position: absolute;
	text-align: center;
	top: 50%;
	width: 22px;
}

/* Bildergalerie */

.wbWrapper > section > .rooms > .entry > .images > .roomImages {
	background: #FFFFFF;
	box-shadow: 0 10px 25px 0px rgba(0, 0, 0, 0.5);
	display: none;
	left: 0;
	opacity: 0;
	padding: 1px;
	position: absolute;
	text-align: center;
	top: -1px;
	-webkit-transition: opacity 300ms ease;
	-moz-transition: opacity 300ms ease;
	-ms-transition: opacity 300ms ease;
	-o-transition: opacity 300ms ease;
	transition: opacity 300ms ease;
	width: 752px;
	z-index: 9999;
}
.wbWrapper > section > .rooms > .entry > .images.showGalleryDisplay > .roomImages {
	display: block;
}
.wbWrapper > section > .rooms > .entry > .images.showGallery > .roomImages {
	opacity: 1;
}
.wbWrapper > section > .rooms > .entry > .images > .roomImages.remove {
	display: none;
}
.wbWrapper > section > .rooms > .entry > .images > .roomImages > .images img {
	display: inline-block;
	max-height: 520px;
	max-width: 100%;
	width: auto;
}
.wbWrapper > section > .rooms > .entry > .images > .roomImages > .images p {
	line-height: 1.2;
	padding: 11px 50px 12px 13px;
	text-align: left;
}
.wbWrapper > section > .rooms > .entry > .images > .roomImages > .thumbnails {
	display: inline-block;
	margin: 7px 0 0;
	max-width: 190px;
}
.wbWrapper > section > .rooms > .entry > .images > .roomImages > .thumbnails li {
	cursor: pointer;
}
.wbWrapper > section > .rooms > .entry > .images > .roomImages > .thumbnails li > img {
	display: inline-block;
	max-height: 29px;
	max-width: 100%;
	width: auto;
}
.wbWrapper > section > .rooms > .entry > .images > .roomImages > .close {
	background: #FFFFFF;
	cursor: pointer;
	height: 40px;
	line-height: 40px;
	position: absolute;
	right: 0;
	text-align: center;
	top: 1px;
	width: 40px;
	z-index: 1;
}
.wbWrapper > section > .rooms > .entry > .images > .roomImages > .close:before {
	content: "\E810";
	font-family: "webbox";
}

@media all and (max-width: 1200px){

	.wbWrapper > section > .rooms > .entry > .images > ul.thumbnails > li.placeholder > a:before {
		font-size: 18px;
	}

}
@media all and (max-width: 740px){

	.wbWrapper > section > .rooms > .entry > .images > ul.thumbnails > li {
		margin-right: 3.067484662576687%; /* 5 */
		width: 30.368098159509202%; /* 49,5 */
	}
	.wbWrapper > section > .rooms > .entry > .images > ul.thumbnails > li:nth-child(3) {
		margin-right: 0;
	}
	.wbWrapper > section > .rooms > .entry > .images > ul.thumbnails > li:nth-child(4) {
		display: none;
	}

}
@media all and (max-width: 680px){

	.wbWrapper > section > .rooms > .entry > .images {		
		float: none;
		margin-bottom: 25px;
		width: 100%;
	}
	.wbWrapper > section > .rooms > .entry > .images.show {
		display: block;
	}

	.wbWrapper > section > .rooms > .entry > .images > ul.thumbnails {
		padding-right: 101px;
	}
	.wbWrapper > section > .rooms > .entry > .images > ul.thumbnails > li {
		margin-right: 1.890359168241966% !important; /* 10 */
		width: 23.156899810964084%; /* 122.5 */
	}
	.wbWrapper > section > .rooms > .entry > .images > ul.thumbnails > li:nth-child(4) {
		display: block;
		margin-right: 0 !important;
	}
	.wbWrapper > section > .rooms > .entry > .images > ul.thumbnails > li:nth-child(5) {
		display: block;
		margin-right: 0 !important;
	}
	.wbWrapper > section > .rooms > .entry > .images > ul.thumbnails > li.placeholder {
		width: 101px;
	}

}
@media all and (max-width: 550px){

	.wbWrapper > section > .rooms > .entry > .images > ul.thumbnails > li {
		margin-right: 2.506265664160401% !important; /* 10 */
		width: 30.827067669172934%; /* 123 */
	}
	.wbWrapper > section > .rooms > .entry > .images > ul.thumbnails > li:nth-child(4) {
		display: none;
	}

}
/* Layout - Zimmer - Raten */

.wbWrapper > section > .rooms > .entry > .rates {
	float: right;
	padding: 0 0 0 15px;
	width: 70%; /* 560 */
}
.wbWrapper > section > .rooms > .entry.noImages > .rates {
	float: none;
	padding-left: 0;
	width: 100%;
}
.wbWrapper > section > .rooms > .entry > .rates > .entry {
	background: #FFFFFF;
	margin: 0 0 5px;
	min-height: 40px;
	padding: 0 0 0 40px;
	position: relative;
}
.wbWrapper > section > .rooms > .entry > .rates > .entry:after {
	clear: both;
	content: "";
	display: block;
}
.wbWrapper > section > .rooms > .entry > .rates > .entry:last-child {
	margin-bottom: 0;
}
.wbWrapper > section > .rooms > .entry > .rates > .entry > .icon {
	background: #B79A5B;
	color: #FFFFFF;
	cursor: pointer;
	font-size: 8px;
	height: 22px;
	left: 9px;
	line-height: 22px;
	position: absolute;
	text-align: center;
	top: 9px;
	-webkit-transition: background 300ms ease;
	-moz-transition: background 300ms ease;
	-ms-transition: background 300ms ease;
	-o-transition: background 300ms ease;
	transition: background 300ms ease;
	width: 22px;
}
.wbWrapper > section > .rooms > .entry > .rates > .entry > .icon:before {
	content: "\E81F";
	font-family: "webbox";
	left: 0;
	position: absolute;
	top: 0;
	-webkit-transition: transform 300ms ease;
	-moz-transition: transform 300ms ease;
	-ms-transition: transform 300ms ease;
	-o-transition: transform 300ms ease;
	transition: transform 300ms ease;
	width: 100%;
}
.wbWrapper > section > .rooms > .entry > .rates > .entry > .icon:hover {
	background: #B79A5B;
}
.wbWrapper > section > .rooms > .entry > .rates > .entry.show > .icon:before {
	-moz-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}
.wbWrapper > section > .rooms > .entry > .rates > .entry > p.title {
	float: left;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.2;
	max-width: 40%;
	overflow: hidden;
	padding: 9.5px 0;
	text-overflow: ellipsis;
}
.wbWrapper > section > .rooms > .entry > .rates > .entry > p.title > strong {
	margin: 0 7px 0 0;
}
.wbWrapper > section > .rooms > .entry > .rates > .entry > p.title > span {
	background: #AFD39A;
	display: none;
	font-size: 12px;
	font-weight: normal;
	line-height: 20px;
	padding: 0 7px;
	text-transform: uppercase;
}
.wbWrapper > section > .rooms > .entry > .rates > .entry > p.title > span:nth-child(1),
.wbWrapper > section > .rooms > .entry > .rates > .entry > p.title > span:nth-child(2) {
	display: inline-block;
}
.wbWrapper > section > .rooms > .entry > .rates > .entry > .price.mobile {
	display: none;
}
.wbWrapper > section > .rooms > .entry > .rates > .entry > .price.noVoucher {
	float: right;
	position: relative;
}
.wbWrapper > section > .rooms > .entry > .rates > .entry > .price > p.oneRow {
	line-height: 1.2;
	padding: 7px 0;
}
.wbWrapper > section > .rooms > .entry > .rates > .entry > .price > p.oneRow > span.value {
	color: #B79A5B;
	display: inline-block;
	font-size: 22px;
}
.wbWrapper > section > .rooms > .entry > .rates > .entry > .price > p.oneRow > span.icon {
	background: #B79A5B;
	border-radius: 50%;
	color: #FFFFFF;
	cursor: pointer;
	float: right;
	font-size: 12px;
	height: 22px;
	line-height: 21px;
	margin: 2px 10px 0 10px;
	text-align: center;
	-webkit-transition: background 300ms ease;
	-moz-transition: background 300ms ease;
	-ms-transition: background 300ms ease;
	-o-transition: background 300ms ease;
	transition: background 300ms ease;
	width: 22px;
}
.wbWrapper > section > .rooms > .entry > .rates > .entry > .price > p.oneRow > span.icon:before {
	content: "\E805";
	font-family: "webbox";
}
.wbWrapper > section > .rooms > .entry > .rates > .entry > .price > p.oneRow > span.icon:hover {
	background: #B79A5B;
}
.wbWrapper > section > .rooms > .entry > .rates > .entry > .price.hasVoucher {
	float: right;
	margin: 0 1px 0 0;
	padding: 0 59px 0 0;
	position: relative;
}
.wbWrapper > section > .rooms > .entry > .rates > .entry > .price.hasVoucher.instead {
	padding-right: 42px;
}
.wbWrapper > section > .rooms > .entry > .rates > .entry > .price > p.twoRows > span.row1,
.wbWrapper > section > .rooms > .entry > .rates > .entry > .price > p.twoRows > span.row2 {
	display: block;
	line-height: 1.2;
}
.wbWrapper > section > .rooms > .entry > .rates > .entry > .price > p.twoRows > span.row1 {
	padding: 2px 0 0;
	text-align: right;
}
.wbWrapper > section > .rooms > .entry > .rates > .entry > .price > p.twoRows > span.row2 {
	font-size: 11px;
	padding-bottom: 3px;
}
.wbWrapper > section > .rooms > .entry > .rates > .entry > .price > p.twoRows > span.row2:after {
	clear: both;
	content: "";
	display: block;
}
.wbWrapper > section > .rooms > .entry > .rates > .entry > .price > p.twoRows > span.row1 > span {
	color: #B79A5B;
	font-size: 18px;
}
.wbWrapper > section > .rooms > .entry > .rates > .entry > .price > p.twoRows > span.row2 > span.label {
	float: left;
	margin: 0 5px 0 0;
	text-transform: uppercase;
}
.wbWrapper > section > .rooms > .entry > .rates > .entry > .price > p.twoRows > span.row2 > span.value {
	float: right;
}
.wbWrapper > section > .rooms > .entry > .rates > .entry > .price.instead > p.twoRows > span.row2 > span.value {
	text-decoration: line-through;
}
.wbWrapper > section > .rooms > .entry > .rates > .entry > .price > p.twoRows > span.icon {
	background: #B79A5B;
	border-radius: 50%;
	color: #FFFFFF;
	cursor: pointer;
	font-size: 12px;
	height: 22px;
	line-height: 21px;
	position: absolute;
	right: 9px;
	text-align: center;
	top: 9px;
	-webkit-transition: background 300ms ease;
	-moz-transition: background 300ms ease;
	-ms-transition: background 300ms ease;
	-o-transition: background 300ms ease;
	transition: background 300ms ease;
	width: 22px;
}
.wbWrapper > section > .rooms > .entry > .rates > .entry > .price > p.twoRows > span.icon:before {
	content: "\E805";
	font-family: "webbox";
}
.wbWrapper > section > .rooms > .entry > .rates > .entry > .price > p.twoRows > span.icon:hover {
	background: #B79A5B;
}
.wbWrapper > section > .rooms > .entry > .rates > .entry > .price > p.oneRow > span.discount {
	background: #F5955D;
	font-size: 18px;
	font-weight: 900;
	line-height: 40px;
	position: absolute;
	right: 0;
	text-align: center;
	top: 0;
	width: 59px;
}
.wbWrapper > section > .rooms > .entry > .rates > .entry > .button {
	float: right;
	position: relative;
}
.wbWrapper > section > .rooms > .entry > .rates > .entry > .button > a {
	background: #B79A5B;
	color: #FFFFFF;
	display: block;
	font-size: 18px;
	line-height: 40px;
	padding: 0 15px;
	text-align: center;
	text-transform: uppercase;
	-webkit-transition: background 300ms ease;
	-moz-transition: background 300ms ease;
	-ms-transition: background 300ms ease;
	-o-transition: background 300ms ease;
	transition: background 300ms ease;
}
.wbWrapper > section > .rooms > .entry:not(.disabled) > .rates > .entry > .button > a:hover {
	background: #B79A5B;
}
.wbWrapper > section > .rooms > .entry.disabled > .rates > .entry > .button > a {
	cursor: not-allowed;
	opacity: 0.5;
}
.wbWrapper > section > .rooms > .entry > .rates > .entry > .details {
	clear: both;
	display: none;
	padding: 20px 20px 37px 0;
}
.wbWrapper > section > .rooms > .entry > .rates > .entry.show > .details {
	display: block;
}
.wbWrapper > section > .rooms > .entry > .rates > .entry > .details > p.info {
	font-weight: normal;
}
.wbWrapper > section > .rooms > .entry > .rates > .entry > .details > p.info > img {
	margin: 0 5px 0 0;
}
.wbWrapper > section > .rooms > .entry > .rates > .entry > .details > ul.labels {
	margin: 20px 0 0;
}
.wbWrapper > section > .rooms > .entry > .rates > .entry > .details > ul.labels > li {
	background: #AFD39A;
	display: inline-block;
	font-size: 12px;
	font-weight: normal;
	line-height: 20px;
	margin: 0 2px 0 0;
	padding: 0 7px;
	text-transform: uppercase;
}
.wbWrapper > section > .rooms > .entry > .rates > .entry > .details > ul.list {
	margin: 20px 0 0;
}
.wbWrapper > section > .rooms > .entry > .rates > .entry > .details > ul.list > li {
	font-weight: 500;
	line-height: 1.2;
	padding: 4px 0 4px 25px;
	position: relative;
}
.wbWrapper > section > .rooms > .entry > .rates > .entry > .details > ul.list > li:before {
	color: #B79A5B;
	content: "\E801";
	font-family: "webbox";
	font-size: 18px;
	left: 0;
	position: absolute;
	top: 3px;
}
.wbWrapper > section > .rooms > .entry > .rates > .entry > .details > p.conditions {
	display: none;
	margin: 17px 0 0;
}
.wbWrapper > section > .rooms > .entry > .rates > .entry > .details > p.conditions > span {
	display: block;
	font-weight: 500;
}
.wbWrapper > section > .rooms > .entry > .rates > .entry > .quantity {
	display: none;
}

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

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

	.wbWrapper > section > .rooms > .entry > .rates > .entry {
		padding-bottom: 9px;
		padding-right: 9px;
	}
	.wbWrapper > section > .rooms > .entry > .rates > .entry > p.title {
		max-width: 50%;
		padding-right: 9px;
		width: 50%;
	}
	.wbWrapper > section > .rooms > .entry > .rates > .entry > .price.noVoucher {
		display: none;
	}
	.wbWrapper > section > .rooms > .entry > .rates > .entry > .price.hasVoucher {
		display: none;
	}
	.wbWrapper > section > .rooms > .entry > .rates > .entry > .price.mobile {
		display: block;
		float: left;
		width: 50%;
	}
	.wbWrapper > section > .rooms > .entry > .rates > .entry > .price.mobile.hasVoucher {
		margin-right: 0;
		padding-right: 70px;
	}
	.wbWrapper > section > .rooms > .entry > .rates > .entry > .price.mobile.hasVoucher.instead {
		padding-right: 0;
	}
	.wbWrapper > section > .rooms > .entry > .rates > .entry > .price.mobile > p {
		text-align: right;
	}
	.wbWrapper > section > .rooms > .entry > .rates > .entry > .price.mobile > p > span.icon {
		display: none;
	}
	.wbWrapper > section > .rooms > .entry > .rates > .entry > .price.mobile > p.twoRows > span.row2 > span.label,
	.wbWrapper > section > .rooms > .entry > .rates > .entry > .price.mobile > p.twoRows > span.row2 > span.value {
		float: none;
	}
	.wbWrapper > section > .rooms > .entry > .rates > .entry > .button {
		clear: both;
		float: none;
		margin-left: -31px;
	}
	.wbWrapper > section > .rooms > .entry > .rates > .entry > .details {
		margin-left: -20px;
		padding-bottom: 20px;
	}
	.wbWrapper > section > .rooms > .entry > .rates > .entry > .details > p.info {
		display: block;
	}
	.wbWrapper > section > .rooms > .entry > .rates > .entry > .details > p.conditions {
		display: block;
	}

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

	.wbWrapper > section > .rooms > .entry > .rates {
		float: none;
		padding-left: 0;
		width: 100%;
	}

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

	.wbWrapper > section > .rooms > .entry > .rates > .entry > p.title {
		float: left;
		max-width: 100%;
		text-overflow: unset;
		white-space: normal;
		width: auto;
	}
	.wbWrapper > section > .rooms > .entry > .rates > .entry > .price.mobile {
		float: right;
		margin-bottom: 5px;
		width: auto;
	}

}
/* Layout - Zimmer - Pauschalen */

.wbWrapper > section > .rooms > .entry > .packages {
	float: right;
	margin: 13px 0 0;
	padding: 0 0 0 15px;
	width: 70%; /* 560 */
}
.wbWrapper > section > .rooms > .entry.noImages > .packages {
	float: none;
	padding-left: 0;
	width: 100%;
}
.wbWrapper > section > .rooms > .entry > .packages > p.headline {
	margin: 0 0 4px;
	padding: 0 0 0 40px;
	position: relative;
}
.wbWrapper > section > .rooms > .entry > .packages > p.headline:before {
	content: "\E80E";
	font-family: "webbox";
	left: 12px;
	position: absolute;
	top: 0;
}
.wbWrapper > section > .rooms > .entry > .packages > .entry {
	background: #CECECE;
	margin: 0 0 5px;
	min-height: 40px;
	padding: 0 0 0 40px;
	position: relative;
}
.wbWrapper > section > .rooms > .entry > .packages > .entry:after {
	clear: both;
	content: "";
	display: block;
}
.wbWrapper > section > .rooms > .entry > .packages > .entry:last-child {
	margin-bottom: 0;
}
.wbWrapper > section > .rooms > .entry > .packages > .entry > .icon {
	background: #B79A5B;
	color: #FFFFFF;
	cursor: pointer;
	font-size: 8px;
	height: 22px;
	left: 9px;
	line-height: 22px;
	position: absolute;
	text-align: center;
	top: 9px;
	-webkit-transition: background 300ms ease;
	-moz-transition: background 300ms ease;
	-ms-transition: background 300ms ease;
	-o-transition: background 300ms ease;
	transition: background 300ms ease;
	width: 22px;
}
.wbWrapper > section > .rooms > .entry > .packages > .entry > .icon:before {
	content: "\E81F";
	font-family: "webbox";
	left: 0;
	position: absolute;
	top: 0;
	-webkit-transition: transform 300ms ease;
	-moz-transition: transform 300ms ease;
	-ms-transition: transform 300ms ease;
	-o-transition: transform 300ms ease;
	transition: transform 300ms ease;
	width: 100%;
}
.wbWrapper > section > .rooms > .entry > .packages > .entry > .icon:hover {
	background: #B79A5B;
}
.wbWrapper > section > .rooms > .entry > .packages > .entry.show > .icon:before {
	-moz-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}
.wbWrapper > section > .rooms > .entry > .packages > .entry > p.title {
	float: left;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.2;
	max-width: 40%;
	overflow: hidden;
	padding: 9.5px 0;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.wbWrapper > section > .rooms > .entry > .packages > .entry > p.title > span {
	background: #AFD39A;
	display: none;
	font-size: 12px;
	font-weight: normal;
	line-height: 20px;
	margin: 0 0 0 7px;
	padding: 0 7px;
	text-transform: uppercase;
}
.wbWrapper > section > .rooms > .entry > .packages > .entry > p.title > span:first-child {
	display: inline-block;
}
.wbWrapper > section > .rooms > .entry > .packages > .entry > .price.mobile {
	display: none;
}
.wbWrapper > section > .rooms > .entry > .packages > .entry > .price.noVoucher {
	float: right;
	position: relative;
}
.wbWrapper > section > .rooms > .entry > .packages > .entry > .price > p.oneRow {
	line-height: 1.2;
	padding: 7px 0;
}
.wbWrapper > section > .rooms > .entry > .packages > .entry > .price > p.oneRow > span.value {
	color: #B79A5B;
	display: inline-block;
	font-size: 22px;
}
.wbWrapper > section > .rooms > .entry > .packages > .entry > .price > p.oneRow > span.icon {
	background: #B79A5B;
	border-radius: 50%;
	color: #FFFFFF;
	cursor: pointer;
	float: right;
	font-size: 12px;
	height: 22px;
	line-height: 21px;
	margin: 2px 10px 0 10px;
	text-align: center;
	-webkit-transition: background 300ms ease;
	-moz-transition: background 300ms ease;
	-ms-transition: background 300ms ease;
	-o-transition: background 300ms ease;
	transition: background 300ms ease;
	width: 22px;
}
.wbWrapper > section > .rooms > .entry > .packages > .entry > .price > p.oneRow > span.icon:before {
	content: "\E805";
	font-family: "webbox";
}
.wbWrapper > section > .rooms > .entry > .packages > .entry > .price > p.oneRow > span.icon:hover {
	background: #B79A5B;
}
.wbWrapper > section > .rooms > .entry > .packages > .entry > .price.hasVoucher {
	float: right;
	margin: 0 1px 0 0;
	padding: 0 59px 0 0;
	position: relative;
}
.wbWrapper > section > .rooms > .entry > .packages > .entry > .price.hasVoucher.instead {
	padding-right: 42px;
}
.wbWrapper > section > .rooms > .entry > .packages > .entry > .price > p.twoRows > span.row1,
.wbWrapper > section > .rooms > .entry > .packages > .entry > .price > p.twoRows > span.row2 {
	display: block;
	line-height: 1.2;
}
.wbWrapper > section > .rooms > .entry > .packages > .entry > .price > p.twoRows > span.row1 {
	padding: 2px 0 0;
	text-align: right;
}
.wbWrapper > section > .rooms > .entry > .packages > .entry > .price > p.twoRows > span.row2 {
	font-size: 11px;
	padding-bottom: 3px;
}
.wbWrapper > section > .rooms > .entry > .packages > .entry > .price > p.twoRows > span.row2:after {
	clear: both;
	content: "";
	display: block;
}
.wbWrapper > section > .rooms > .entry > .packages > .entry > .price > p.twoRows > span.row1 > span {
	color: #B79A5B;
	font-size: 18px;
}
.wbWrapper > section > .rooms > .entry > .packages > .entry > .price > p.twoRows > span.row2 > span.label {
	float: left;
	margin: 0 5px 0 0;
	text-transform: uppercase;
}
.wbWrapper > section > .rooms > .entry > .packages > .entry > .price > p.twoRows > span.row2 > span.value {
	float: right;
}
.wbWrapper > section > .rooms > .entry > .packages > .entry > .price.instead > p.twoRows > span.row2 > span.value {
	text-decoration: line-through;
}
.wbWrapper > section > .rooms > .entry > .packages > .entry > .price > p.twoRows > span.icon {
	background: #B79A5B;
	border-radius: 50%;
	color: #FFFFFF;
	cursor: pointer;
	font-size: 12px;
	height: 22px;
	line-height: 21px;
	position: absolute;
	right: 9px;
	text-align: center;
	top: 9px;
	-webkit-transition: background 300ms ease;
	-moz-transition: background 300ms ease;
	-ms-transition: background 300ms ease;
	-o-transition: background 300ms ease;
	transition: background 300ms ease;
	width: 22px;
}
.wbWrapper > section > .rooms > .entry > .packages > .entry > .price > p.twoRows > span.icon:before {
	content: "\E805";
	font-family: "webbox";
}
.wbWrapper > section > .rooms > .entry > .packages > .entry > .price > p.twoRows > span.icon:hover {
	background: #B79A5B;
}
.wbWrapper > section > .rooms > .entry > .packages > .entry > .price > p.oneRow > span.discount {
	background: #F5955D;
	font-size: 18px;
	font-weight: 900;
	line-height: 40px;
	position: absolute;
	right: 0;
	text-align: center;
	top: 0;
	width: 59px;
}
.wbWrapper > section > .rooms > .entry > .packages > .entry > .button {
	float: right;
	position: relative;
}
.wbWrapper > section > .rooms > .entry > .packages > .entry > .button > a {
	background: #B79A5B;
	color: #FFFFFF;
	display: block;
	font-size: 18px;
	line-height: 40px;
	padding: 0 15px;
	text-align: center;
	text-transform: uppercase;
	-webkit-transition: background 300ms ease;
	-moz-transition: background 300ms ease;
	-ms-transition: background 300ms ease;
	-o-transition: background 300ms ease;
	transition: background 300ms ease;
}
.wbWrapper > section > .rooms > .entry:not(.disabled) > .packages > .entry > .button > a:hover {
	background: #B79A5B;
}
.wbWrapper > section > .rooms > .entry.disabled > .packages > .entry > .button > a {
	cursor: not-allowed;
	opacity: 0.5;
}
.wbWrapper > section > .rooms > .entry > .packages > .entry > .details {
	clear: both;
	display: none;
	padding: 20px 0 37px;
}
.wbWrapper > section > .rooms > .entry > .packages > .entry.show > .details {
	display: block;
}
.wbWrapper > section > .rooms > .entry > .packages > .entry > .details > p.info {
	display: none;
	font-weight: normal;
}
.wbWrapper > section > .rooms > .entry > .packages > .entry > .details > ul.labels {
	margin: 20px 0 0;
}
.wbWrapper > section > .rooms > .entry > .packages > .entry > .details > ul.labels > li {
	background: #AFD39A;
	display: inline-block;
	font-size: 12px;
	font-weight: normal;
	line-height: 20px;
	margin: 0 2px 0 0;
	padding: 0 7px;
	text-transform: uppercase;
}
.wbWrapper > section > .rooms > .entry > .packages > .entry > .details > ul.list {
	margin: 20px 0 0;
}
.wbWrapper > section > .rooms > .entry > .packages > .entry > .details > ul.list > li {
	font-weight: 500;
	line-height: 1.2;
	padding: 4px 0 4px 25px;
	position: relative;
}
.wbWrapper > section > .rooms > .entry > .packages > .entry > .details > ul.list > li:before {
	color: #B79A5B;
	content: "\E801";
	font-family: "webbox";
	font-size: 18px;
	left: 0;
	position: absolute;
	top: 3px;
}
.wbWrapper > section > .rooms > .entry > .packages > .entry > .details > p.conditions {
	/*display: none;*/
	margin: 17px 0 0;
}
.wbWrapper > section > .rooms > .entry > .packages > .entry > .details > p.conditions > span {
	display: block;
	font-weight: 500;
}
.wbWrapper > section > .rooms > .entry > .packages > .entry > .quantity {
	display: none;
}

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

	.wbWrapper > section > .rooms > .entry > .packages > .entry > p.title > span {
		display: none !important;
	}

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

	.wbWrapper > section > .rooms > .entry > .packages {
		margin-top: 10px;
	}
	.wbWrapper > section > .rooms > .entry > .packages > p.headline {
		display: none;
	}
	.wbWrapper > section > .rooms > .entry > .packages > .entry {
		padding-bottom: 9px;
		padding-right: 9px;
	}
	.wbWrapper > section > .rooms > .entry > .packages > .entry > p.title {
		max-width: 50%;
		padding-right: 9px;
		width: 50%;
	}
	.wbWrapper > section > .rooms > .entry > .packages > .entry > .price.noVoucher {
		display: none;
	}
	.wbWrapper > section > .rooms > .entry > .packages > .entry > .price.hasVoucher {
		display: none;
	}
	.wbWrapper > section > .rooms > .entry > .packages > .entry > .price.mobile {
		display: block;
		float: left;
		width: 50%;
	}
	.wbWrapper > section > .rooms > .entry > .packages > .entry > .price.mobile.hasVoucher {
		margin-right: 0;
		padding-right: 70px;
	}
	.wbWrapper > section > .rooms > .entry > .packages > .entry > .price.mobile.hasVoucher.instead {
		padding-right: 0;
	}
	.wbWrapper > section > .rooms > .entry > .packages > .entry > .price.mobile > p {
		text-align: right;
	}
	.wbWrapper > section > .rooms > .entry > .packages > .entry > .price.mobile > p > span.icon {
		display: none;
	}
	.wbWrapper > section > .rooms > .entry > .packages > .entry > .price.mobile > p.twoRows > span.row2 > span.label,
	.wbWrapper > section > .rooms > .entry > .packages > .entry > .price.mobile > p.twoRows > span.row2 > span.value {
		float: none;
	}
	.wbWrapper > section > .rooms > .entry > .packages > .entry > .button {
		clear: both;
		float: none;
		margin-left: -31px;
	}
	.wbWrapper > section > .rooms > .entry > .packages > .entry > .details {
		margin-left: -20px;
		padding-bottom: 20px;
	}
	.wbWrapper > section > .rooms > .entry > .packages > .entry > .details > p.info {
		display: block;
	}
	.wbWrapper > section > .rooms > .entry > .packages > .entry > .details > p.conditions {
		display: block;
	}

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

	.wbWrapper > section > .rooms > .entry > .packages {
		float: none;
		padding-left: 0;
		width: 100%;
	}

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

	.wbWrapper > section > .rooms > .entry > .packages > .entry > p.title {
		float: left;
		max-width: 100%;
		text-overflow: unset;
		white-space: normal;
		width: auto;
	}
	.wbWrapper > section > .rooms > .entry > .packages > .entry > .price.mobile {
		float: right;
		margin-bottom: 5px;
		width: auto;
	}

}
/* Layout - Zimmer - Preisinfo */

.priceInfo {
	background: #FFFFFF;
	box-shadow: 0 10px 25px 0px rgba(0, 0, 0, 0.5);
	opacity: 0;
	padding: 30px 30px 59px;
	position: absolute;
	right: 55px;
	top: 50%;
	-webkit-transition: opacity 300ms ease;
	-moz-transition: opacity 300ms ease;
	-ms-transition: opacity 300ms ease;
	-o-transition: opacity 300ms ease;
	transition: opacity 300ms ease;
	width: 500px;
	z-index: -1;
}
.priceInfo.show {
	opacity: 1;
	z-index: 9999;
}
.priceInfo.remove {
	display: none;
}
.priceInfo.top {
	margin-top: 0 !important;
	top: -25px;
}
.priceInfo > h3 {
	color: #B79A5B;
	font-size: 24px;
	font-weight: 300;
	line-height: 1.2;
	margin: 0;
	padding: 0 50px 0 0;
}
.priceInfo > div {
	position: relative;
}
.priceInfo > div > p.title {
	font-size: 16px;
	font-weight: 500;
	line-height: 1.2;
	margin: 37px 0 0;
	padding: 0 130px 0 0;
}
.priceInfo > div > p.title > span {
	background: #AFD39A;
	display: inline-block;
	font-size: 12px;
	font-weight: normal;
	line-height: 20px;
	margin: 0 0 0 7px;
	padding: 0 7px;
	text-transform: uppercase;
}
.priceInfo > div > p.text {
	line-height: 1.5;
}
.priceInfo > div > p.text > span {
	display: block;
}
.priceInfo > div > p.price {
	line-height: 1.2;
	position: absolute;
	right: 0;
	text-align: right;
	top: -2px;
}
.priceInfo > div > p.price > span.value {
	color: #B79A5B;
	font-size: 22px;
}
.priceInfo > div > p.price > span.label {
	display: block;
}
.priceInfo > div > .prices {
	margin: 20px 0 0;
}
.priceInfo > div > .prices > .header {
	background: #E9E9E9;
}
.priceInfo > div > .prices > .header:after {
	clear: both;
	content: "";
	display: block;
}
.priceInfo > div > .prices > .header > p {
	float: left;
	line-height: 30px;
	padding: 0 10px;
}
.priceInfo > div > .prices > .header > p.date {
	width: 20%;
}
.priceInfo > div > .prices > .header > p.occupancy {
	width: 50%;
}
.priceInfo > div > .prices > .header > p.price {
	text-align: right;
	width: 30%;
}
.priceInfo > div > .prices > .row {
	border-bottom: 1px solid #C9C9C9;
}
.priceInfo > div > .prices > .row.voucher {
	background: #FDEADF;
}
.priceInfo > div > .prices > .row:after {
	clear: both;
	content: "";
	display: block;
}
.priceInfo > div > .prices > .row > p {
	float: left;
	line-height: 30px;
	padding: 0 10px;
}
.priceInfo > div > .prices > .row > p.date {
	width: 20%;
}
.priceInfo > div > .prices > .row > p.occupancy {
	font-weight: 500;
	width: 50%;
}
.priceInfo > div > .prices > .row > p.price {
	text-align: right;
	width: 30%;
}
.priceInfo > div > .prices > .row.services > p.title,
.priceInfo > div > .prices > .row.voucher > p.title {
	width: 70%;
}
.priceInfo > div > .prices > .row.services > p.title > span,
.priceInfo > div > .prices > .row.voucher > p.title > span {
	display: block;
}
.priceInfo > div > .prices > .row.services > p.title > span.text,
.priceInfo > div > .prices > .row.voucher > p.title > span.text {
	font-size: 13px;
	line-height: 1.2;
	margin: -3px 0 6px;
}
.priceInfo > div > .prices > .row.services > p.title > span.title > span.labels,
.priceInfo > div > .prices > .row.voucher > p.title > span.title > span.labels {
	display: block;
	margin: -3px 0 5px;
}
.priceInfo > div > .prices > .row.services > p.title > span.title > span.labels:after,
.priceInfo > div > .prices > .row.voucher > p.title > span.title > span.labels:after {
	clear: both;
	content: "";
	display: block;
}
.priceInfo > div > .prices > .row.services > p.title > span.title > span.labels > span,
.priceInfo > div > .prices > .row.voucher > p.title > span.title > span.labels > span {
	background: #AFD39A;
	display: block;
	float: left;
	font-size: 12px;
	font-weight: normal;
	line-height: 19px;
	margin: 0 5px 5px 0;
	padding: 0 7px;
	text-transform: uppercase;
}
.priceInfo > div > .prices > .row.totalPrice {
	border-bottom: 5px solid #C9C9C9;
	padding: 7px 0 0;
}
.priceInfo > div > .prices > .row.totalPrice > p.title {
	font-weight: 500;
	width: 70%;
}
.priceInfo > div > .prices > .row.totalPrice > p.price {
	color: #B79A5B;
	font-size: 22px;
}
.priceInfo > div > p.info {
	font-size: 13px;
	margin: 5px 0 0;
	padding: 0 10px;
	text-align: right;
}
.priceInfo > div > p.conditions {
	margin: 44px 0 0;
	position: relative;
}
.priceInfo > div > p.conditions.moreText {
	max-height: 130px;
	overflow: hidden;
	padding: 0 0 30px;
}
.priceInfo > div > p.conditions > span.headline {
	display: block;
	font-weight: 500;
}
.priceInfo > div > p.conditions > span.triggerMore {
	display: none;
}
.priceInfo > div > p.conditions.moreText > span.triggerMore {
	background: #FFFFFF;
	border-top: 1px solid #C9C9C9;
	bottom: 0;
	color: #C9C9C9;
	cursor: pointer;
	display: block;
	font-size: 13px;
	font-weight: normal;
	left: 0;
	padding-top: 5px;
	position: absolute;
	right: 0;
	text-align: center;
	z-index: 1;
}
.priceInfo > div > p.conditions.moreText  > span.triggerMore:before {
	background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.8) 50%, rgba(255,255,255,1) 80%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,0.8) 50%,rgba(255,255,255,1) 80%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,0.8) 50%,rgba(255,255,255,1) 80%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	content: "";
	height: 50px;
	left: 0;
	position: absolute;
	top: -51px;
	width: 100%;
	z-index: 2;
}
.priceInfo > .close {
	cursor: pointer;
	font-size: 16px;	
	position: absolute;
	top: 2%;
	left:94%;
}
.priceInfo > .close:before {
	content: "\E810";
	font-family: "webbox";
}
.priceInfo > .arrow {
	border-bottom: 20px solid transparent;
	border-left: 20px solid #FFFFFF;
	border-top: 20px solid transparent;
	content: "";
	height: 40px;
	margin: -20px 0 0;
	position: absolute;
	right: -20px;
	top: 50%;
	width: 20px;
}
.priceInfo.top > .arrow {
	top: 45px !important;
}
/* Layout - Zimmer - Belegung */

.roomOccupancy {
	background: #FFFFFF;
	box-shadow: 0 10px 25px 0px rgba(0, 0, 0, 0.5);
	opacity: 0;
	padding: 30px;
	position: absolute;
	right: 125px;
	top: 50%;
	-webkit-transition: opacity 300ms ease;
	-moz-transition: opacity 300ms ease;
	-ms-transition: opacity 300ms ease;
	-o-transition: opacity 300ms ease;
	transition: opacity 300ms ease;
	width: 500px;
	z-index: 10;
}
.roomOccupancy.show {
	opacity: 1;
}
.roomOccupancy.remove {
	display: none;
}
.roomOccupancy.top {
	margin-top: 0 !important;
	top: -25px;
}
.roomOccupancy > h3 {
	color: #B79A5B;
	font-size: 24px;
	font-weight: 300;
	line-height: 1.2;
	margin: 0;
	padding: 0 50px 0 0;
}
.roomOccupancy > div {
	position: relative;
}
.roomOccupancy > div > p.title {
	font-size: 16px;
	font-weight: 500;
	line-height: 1.2;
	margin: 37px 0 0;
}
.roomOccupancy > div > p.title > span {
	background: #AFD39A;
	display: inline-block;
	font-size: 12px;
	font-weight: normal;
	line-height: 20px;
	margin: 0 0 0 7px;
	padding: 0 7px;
	text-transform: uppercase;
}
.roomOccupancy > div > p.text {
	line-height: 1.5;
}
.roomOccupancy > div > p.text > span {
	display: block;
}
.roomOccupancy > div > p.price {
	line-height: 1.2;
	position: absolute;
	right: 0;
	top: -2px;
}
.roomOccupancy > div > p.price > span {
	color: #B79A5B;
	font-size: 22px;
}
.roomOccupancy > div > p.error {
	background: #EED4D7;
	color: #BD6069;
	font-size: 14px;
	line-height: 1.2;
	margin: 20px 0 0;
	padding: 10px 15px;
}
.roomOccupancy > div > .selection {
	background: #E9E9E9;
	border-bottom: 5px solid #C9C9C9;
	border-top: 5px solid #C9C9C9;
	margin: 25px 0 0;
	padding: 30px 25px;
}
.roomOccupancy > div > .selection > .row {
	margin: 0 0 15px;
}
.roomOccupancy > div > .selection > .row:last-child {
	margin-bottom: 0;
}
.roomOccupancy > div > .selection > .row:after {
	clear: both;
	content: "";
	display: block;
}
.roomOccupancy > div > .selection > .row > label {
	float: left;
	font-size: 16px;
	font-weight: 500;
	line-height: 40px;
	overflow: hidden;
	padding: 0 15px 0 0;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 50%; /* 195 */
}
.roomOccupancy > div > .selection > .row > .field {
	background: #FFFFFF;
	float: left;
	overflow: hidden;
	position: relative;
	width: 50%; /* 195 */
}
.roomOccupancy > div > .selection > .row > .field.number {
	padding: 0 40px;
}
.roomOccupancy > div > .selection > .row > .field.select:after {
	background: #B79A5B;
	color: #FFFFFF;
	content: "";
	cursor: pointer;
	font-size: 18px;
	font-weight: normal;
	height: 40px;
	line-height: 40px;
	position: absolute;
	right: 0;
	text-align: center;
	top: 0;
	width: 40px;
	z-index: 1;
}
.roomOccupancy > div > .selection > .row.adults > .field.select:after {
	content: "\E808";
	font-family: "webbox";
}
.roomOccupancy > div > .selection > .row.children > .field.select:after {
	content: "\F1AE";
	font-family: "webbox";
}
.roomOccupancy > div > .selection > .row.catering > .field.select:after {
	content: "\F0F5";
	font-family: "webbox";
}
.roomOccupancy > div > .selection > .row > .field > select {
	background: none;
	border: 0 none;
	font-size: 16px;
	font-weight: 500;
	height: 40px;
	line-height: 40px;
	margin: 0;
	padding: 0 60px 0 10px;
	-moz-padding-start: 5px;
	position: relative;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 110%;
	z-index: 2;
}
.roomOccupancy > div > .selection > .row > .field > input {
	background: none;
	border: 0 none;
	font-size: 16px;
	font-weight: 500;
	height: 40px;
	line-height: 40px;
	margin: 0;
	padding: 0 10px;
	text-align: center;
	width: 100%;
}
.roomOccupancy > div > .selection > .row > .field > .remove,
.roomOccupancy > div > .selection > .row > .field > .add {
	background: #B79A5B;
	color: #FFFFFF;
	cursor: pointer;
	font-size: 20px;
	height: 40px;
	line-height: 40px;
	position: absolute;
	text-align: center;
	top: 0;
	width: 40px;
	z-index: 1;
}
.roomOccupancy > div > .selection > .row > .field > .remove {
	left: 0;
}
.roomOccupancy > div > .selection > .row > .field > .remove:before {
	content: "\E806";
	font-family: "webbox";
}
.roomOccupancy > div > .selection > .row > .field > .add {
	right: 0;
}
.roomOccupancy > div > .selection > .row > .field > .add:before {
	content: "\E807";
	font-family: "webbox";
}
.roomOccupancy > div > .selection > .row.agechildren {
	margin-bottom: 10px;
}
.roomOccupancy > div > .selection > .row.agechildren > .selectfields {
	float: left;
	width: 50%; /* 195 */
}
.roomOccupancy > div > .selection > .row.agechildren > .selectfields > .field.select {
	float: left;
	margin: 0 4% 5px 0;
	width: 48%;
}
.roomOccupancy > div > .selection > .row.agechildren > .selectfields > .field.select:nth-of-type(2n) {
	margin-right: 0;
}
.roomOccupancy > div > .selection > .row.agechildren > .selectfields > .field.select:nth-of-type(2n) + .field.select {
	clear: both;
}
.roomOccupancy > div > .selection > .row.agechildren > .selectfields > .field.select > select {
	background: #FFFFFF;
	border: 0 none;
	font-size: 16px;
	font-weight: 500;
	height: 40px;
	line-height: 40px;
	margin: 0;
	padding: 0 5px;
	position: relative;
	text-align: center;
	width: 100%;
	z-index: 2;
}
.roomOccupancy > div > .button {
	margin: 15px 0 0;
	text-align: right;
}
.roomOccupancy > div > .button:after {
	clear: both;
	content: "";
	display: block;
}
.roomOccupancy > div > .button > a {
	background: #B79A5B;
	color: #FFFFFF;
	display: block;
	float: right;
	font-size: 18px;
	line-height: 40px;
	padding: 0 15px;
	text-align: center;
	text-transform: uppercase;
	-webkit-transition: background 300ms ease;
	-moz-transition: background 300ms ease;
	-ms-transition: background 300ms ease;
	-o-transition: background 300ms ease;
	transition: background 300ms ease;
}
.roomOccupancy > div > .button > a:hover {
	background: #B79A5B;
}
.roomOccupancy > .close {
	cursor: pointer;
	font-size: 16px;
	height: 30px;
	line-height: 30px;
	position: absolute;
	right: 23px;
	text-align: center;
	top: 30px;
	width: 30px;
}
.roomOccupancy > .close:before {
	content: "\E810";
	font-family: "webbox";
}
.roomOccupancy > .arrow {
	border-bottom: 20px solid transparent;
	border-left: 20px solid #FFFFFF;
	border-top: 20px solid transparent;
	content: "";
	height: 40px;
	margin: -20px 0 0;
	position: absolute;
	right: -20px;
	top: 50%;
	width: 20px;
}
.roomOccupancy.top > .arrow {
	top: 45px !important;
}
		
@media all and (max-width: 740px){

	.roomOccupancy {
		background: none;
		box-shadow: none;
		display: none;
		margin-top: 0 !important;
		max-height: auto !important;
		opacity: 1;
		padding-bottom: 6px;
		padding-left: 6px;
		padding-right: 6px;
		padding-top: 15px;
		position: relative;
		right: auto;
		top: auto;
		width: 100%;
	}
	.roomOccupancy.show {
		display: block;
	}
	.roomOccupancy > div > p.title {
		margin-top: 11px;
	}
	.roomOccupancy > div > .selection {
		margin-top: 14px;
		padding: 20px;
	}
	.roomOccupancy > div > .selection > .row {
		margin-bottom: 10px;
	}
	.roomOccupancy > .close {
		right: -1px;
		top: 14px;
	}
	.roomOccupancy > .arrow {
		display: none;
	}

	/* Pauschale */

	.packages .roomOccupancy > div > .selection {
		background: #DFC1C5;
		border-bottom: 5px solid #B59397;
		border-top: 5px solid #B59397;
	}
	
}
@media all and (max-width: 500px){

	.roomOccupancy > div > .selection {
		padding-bottom: 15px;
		padding-left: 15px;
		padding-right: 15px;
		padding-top: 3px;
	}
	.roomOccupancy > div > .selection > .row > label {
		float: none;
		padding-right: 0;
		width: 100%;
	}
	.roomOccupancy > div > .selection > .row > .field {
		float: none;
		width: 100%;
	}
	.roomOccupancy > div > .selection > .row.agechildren > .selectfields {
		float: none;
		width: 100%;
	}
	.roomOccupancy > div > .button > a {
		float: none;
	}
		
}
/* Layout - Zusatzleistungen */

.wbWrapper > section > .services {
	padding-bottom: 25px;
}
.wbWrapper > section > .services > .entry {
	border-bottom: 5px solid #C9C9C9;
   
	margin: 0 0 25px;
	padding: 0 0 15px 0;
}

.wbWrapper > section > .services > .entry.closed {
	border-bottom: none;
    margin: 0;
    padding: 0;
    
	
}



.wbWrapper > section > .services > .entry > .title-wrapper {
    display: flex;
    align-items: center;
}


.wbWrapper > section > .services > .entry > .title-wrapper > .title {
    background: #B79A5B;
    color: #FFFFFF;
    cursor: pointer;
    font-size: 8px;
    height: 22px;
    margin-right: 10px;
    line-height: 22px;    
    text-align: center;  
    width: 22px;
 }

 .wbWrapper > section > .services > .entry > .title-wrapper > .title::before {
    content: "\E81F";
       font-family: "webbox";
       width: 100%;
       display: inline-block;
       transition: 300ms ease;

 }

 .wbWrapper > section > .services > .entry > .title-wrapper > .title.active::before {
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
    transition: 300ms ease;
 }



.wbWrapper > section > .services > .entry > .title-wrapper > h2 {
	display: block;
	color: #B79A5B;
}

   

    

    
.wbWrapper > section > .services > .entry > figure {
	position: relative;
}
.wbWrapper > section > .services > .entry > figure:after {
	clear: both;
	content: "";
	display: block;
}
.wbWrapper > section > .services > .entry > figure > .image {
	float: left;
	margin: 0 1.875% 0 0; /* 0 15 0 0 */
	width: 15%; /* 120 */
}
.wbWrapper > section > .services > .entry > figure > .image > img {
	display: block;
	width: 100%;
}
.wbWrapper > section > .services > .entry > figure > figcaption {
	float: left;
	min-height: 85px;
	padding: 0 250px 0 0;
	width: 83.125%; /* 665 */
}
.wbWrapper > section > .services > .entry > figure > figcaption > p.title {
	font-size: 16px;
	font-weight: 500;
	line-height: 1.2;
	margin: -4px 0 11px;
}
.wbWrapper > section > .services > .entry > figure > figcaption > p.text {
	line-height: 1.3;
}
.wbWrapper > section > .services > .entry > figure > figcaption > p.price {
	line-height: 1;
	position: absolute;
	right: 0;
	top: 2px;
}
.wbWrapper > section > .services > .entry > figure > figcaption > p.price > span.value {
	color: #B79A5B;
	font-size: 22px;
}
.wbWrapper > section > .services > .entry > figure > figcaption > .row {
	bottom: 0;
	position: absolute;
	right: 0;
}
.wbWrapper > section > .services > .entry > figure > figcaption > .row > .field {
	float: left;
	margin: 0 15px 0 0;
	padding: 0 40px;
	position: relative;
	width: 120px;
}
.wbWrapper > section > .services > .entry > figure > figcaption > .row > .field > input {
	background: #FFFFFF;
	border: 0 none;
	font-size: 16px;
	font-weight: 500;
	height: 40px;
	line-height: 40px;
	margin: 0;
	padding: 0 10px;
	text-align: center;
	width: 100%;
}
.wbWrapper > section > .services > .entry > figure > figcaption > .row > .field > .remove,
.wbWrapper > section > .services > .entry > figure > figcaption > .row > .field > .add {
	background: #B79A5B;
	color: #FFFFFF;
	cursor: pointer;
	font-size: 20px;
	height: 40px;
	line-height: 40px;
	position: absolute;
	text-align: center;
	top: 0;
	width: 40px;
	z-index: 1;
}
.wbWrapper > section > .services > .entry > figure > figcaption > .row > .field > .remove {
	left: 0;
}
.wbWrapper > section > .services > .entry > figure > figcaption > .row > .field > .remove:before {
	content: "\E806";
	font-family: "webbox";
}
.wbWrapper > section > .services > .entry > figure > figcaption > .row > .field > .add {
	right: 0;
}
.wbWrapper > section > .services > .entry > figure > figcaption > .row > .field > .add:before {
	content: "\E807";
	font-family: "webbox";
}
.wbWrapper > section > .services > .entry > figure > figcaption > .row > .button {
	float: right;
}
.wbWrapper > section > .services > .entry > figure > figcaption > .row > .button > a {
	background: #B79A5B;
	color: #FFFFFF;
	display: block;
	font-size: 18px;
	line-height: 40px;
	padding: 0 15px;
	text-transform: uppercase;
	-webkit-transition: background 300ms ease;
	-moz-transition: background 300ms ease;
	-ms-transition: background 300ms ease;
	-o-transition: background 300ms ease;
	transition: background 300ms ease;
}
.wbWrapper > section > .services > .entry > figure > figcaption > .row > .button > a:hover {
	background: #B79A5B;
}
.wbWrapper > section > .services > .button {
	margin: 25px 0 0;
}
.wbWrapper > section > .services > .button:after {
	clear: both;
	content: "";
	display: block;
}
.wbWrapper > section > .services > .button > a {
	background: #B79A5B;
	color: #FFFFFF;
	display: block;
	float: right;
	font-size: 18px;
	line-height: 40px;
	padding: 0 15px;
	text-align: center;
	text-transform: uppercase;
	-webkit-transition: background 300ms ease;
	-moz-transition: background 300ms ease;
	-ms-transition: background 300ms ease;
	-o-transition: background 300ms ease;
	transition: background 300ms ease;
}
.wbWrapper > section > .services > .button > a:hover {
	background: #B79A5B;
}

@media all and (max-width: 740px){

	.wbWrapper > section > .services > .entry > figure > .image {
		margin-right: 0;
		width: 30%;
	}
	.wbWrapper > section > .services > .entry > figure > figcaption {
		padding-left: 15px;
		padding-right: 0;
		width: 70%;
	}
	.wbWrapper > section > .services > .entry > figure > figcaption > p.price {
		margin-top: 10px;
		position: relative;
		right: auto;
		text-align: right;
		top: auto;
	}
	.wbWrapper > section > .services > .entry > figure > figcaption > .row {
		bottom: auto;
		margin-top: 20px;
		position: relative;
		right: auto;
	}
}
@media all and (max-width: 680px){

	.wbWrapper > section > .services > .entry > figure > .image {
		display: none;
	}
	.wbWrapper > section > .services > .entry > figure > figcaption {
		float: none;
		padding-left: 0;
		width: 100%;
	}

}
@media all and (max-width: 500px){

	.wbWrapper > section > .services > .button > a {
		float: none;
	}

}
/* Layout - Buchungsdaten */

.wbWrapper > section > .bookingData {
	padding-bottom: 25px;
}
.wbWrapper > section > .bookingData .row {
	margin: 0 0 5px;
}
.wbWrapper > section > .bookingData .row:after {
	clear: both;
	content: "";
	display: block;
}
.wbWrapper > section > .bookingData .row > label {
	display: block;
	float: left;
	font-size: 16px;
	line-height: 40px;
	padding: 0 40px 0 0;
	position: relative;
	width: 35.625%; /* 285 */
}
.wbWrapper > section > .bookingData .row.validation > label:before {
	color: #B79A5B;
	content: "\E80A";
	font-family: "webbox";
	font-size: 13px;
	line-height: 40px;
	position: absolute;
	right: 13px;
	top: 0;
}
.wbWrapper > section > .bookingData .row.check > label:before {
	background: #FFFFFF;
	border-radius: 50%;
	color: #AFD39A;
	content: "\E809";
	font-family: "webbox";
	font-size: 10px;
	height: 22px;
	line-height: 22px;
	position: absolute;
	right: 9px;
	text-align: center;
	top: 9px;
	width: 22px;
}
.wbWrapper > section > .bookingData .row > input.field,
.wbWrapper > section > .bookingData .row > textarea.field {
	background: #FFFFFF;
	border: 0 none;
	box-shadow: none;
	float: left;
	font-size: 16px;
	font-weight: 500;
	height: 40px;
	line-height: 40px;
	padding: 0 15px;
	width: 64.375%; /* 515 */
}
.wbWrapper > section > .bookingData .row > input.field.zip {
	margin: 0 0.625% 0 0; /* 0 5 0 0 */
	width: 12.5%; /* 100 */
}
.wbWrapper > section > .bookingData .row > input.field.town {
	width: 51.25%; /* 410 */
}
.wbWrapper > section > .bookingData .row > textarea.field {
	height: 160px;
}
.wbWrapper > section > .bookingData .row > .select {
	background: #FFFFFF;
	float: left;
	overflow: hidden;
	position: relative;
	width: 64.375%; /* 515 */
}
.wbWrapper > section > .bookingData .row > .select:before {
	content: "\E81F";
	font-family: "webbox";
	font-size: 7px;
	line-height: 40px;
	position: absolute;
	right: 18px;
}
.wbWrapper > section > .bookingData .row > .select.month,
.wbWrapper > section > .bookingData .row > .select.year {
	width: 13.125%; /* 105 */
}
.wbWrapper > section > .bookingData .row > .select.month {
	margin: 0 0.625% 0 0; /* 0 5 0 0*/
}
.wbWrapper > section > .bookingData .row > .select > .field {
	background: none;
	border: 0 none;
	font-size: 16px;
	font-weight: 500;
	height: 40px;
	line-height: 40px;
	padding: 0 15px;
	-moz-padding-start: 11px;
	position: relative;
	width: 120%;
	z-index: 2;
}
.wbWrapper > section > .bookingData .paymentDetails {
	display: none;
}
.wbWrapper > section > .bookingData .paymentDetails.show {
	display: block;
}
.wbWrapper > section > .bookingData .paymentDetails > .row {
	display: none;
}
.wbWrapper > section > .bookingData .paymentDetails.show > .row {
	display: block;
}
.wbWrapper > section > .bookingData .button {
	border-top: 5px solid #C9C9C9;
	margin: 30px 0 0;
	padding: 15px 0 0;
}
.wbWrapper > section > .bookingData .button:after {
	clear: both;
	content: "";
	display: block;
}
.wbWrapper > section > .bookingData .button > input {
	background: #B79A5B;
	border: 0 none;
	color: #FFFFFF;
	cursor: pointer;
	display: block;
	float: right;
	font-size: 18px;
	font-weight: 900;
	line-height: 40px;
	padding: 0 15px;
	text-align: center;
	text-transform: uppercase;
	-webkit-transition: background 300ms ease;
	-moz-transition: background 300ms ease;
	-ms-transition: background 300ms ease;
	-o-transition: background 300ms ease;
	transition: background 300ms ease;
}
.wbWrapper > section > .bookingData .button > input:hover {
	background: #B79A5B;
}

/* Meldungen */

/* OK */

.wbWrapper > section > .bookingData .row.check > input.field,
.wbWrapper > section > .bookingData .row.check > textarea.field,
.wbWrapper > section > .bookingData .row.check > .select {
	background: #DBE3CB;
}

/* Error */

.wbWrapper > section > .bookingData .row.error > input.field,
.wbWrapper > section > .bookingData .row.error > textarea.field,
.wbWrapper > section > .bookingData .row.error > .select {
	background: #EED4D7;
}
.wbWrapper > section > .bookingData .msg.error {
	background: #EED4D7;
	color: #BD6069;
	margin: 15px 0 0;
	padding: 10px 15px;
}

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

	.wbWrapper > section > .bookingData .row > label {
		float: none;
		width: 100%;
	}
	.wbWrapper > section > .bookingData .row.validation > label:before {
		right: 0;
	}
	.wbWrapper > section > .bookingData .row > input.field,
	.wbWrapper > section > .bookingData .row > textarea.field {
		float: none;
		width: 100%;
	}
	.wbWrapper > section > .bookingData .row > input.field.zip {
		width: 30.5%;
	}
	.wbWrapper > section > .bookingData .row > input.field.town {
		width: 67.25%;
	}
	.wbWrapper > section > .bookingData .row > .select {
		float: none;
		width: 100%;
	}
	.wbWrapper > section > .bookingData .row > .select.month,
	.wbWrapper > section > .bookingData .row > .select.year {
		float: left;
		width: 49.6875%;
	}

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

	.wbWrapper > section > .bookingData .button > input {
		float: none;
		line-height: 1.2;
		padding-bottom: 9px;
		padding-top: 9px;
		white-space: normal;
		width: 100%;
	}
		
}
/* Layout - Bestätigung */

.wbWrapper > section > .confirmation {
	padding-bottom: 25px;
}

/* Zimmer */

.wbWrapper > section > .confirmation > .entry {
	border-bottom: 5px solid #C9C9C9;
	padding: 15px 0;
}
.wbWrapper > section > .confirmation > .entry:after {
	clear: both;
	content: "";
	display: block;
}
.wbWrapper > section > .confirmation > .entry:first-of-type {
	padding-top: 0;
}
.wbWrapper > section > .confirmation > .entry > .image {
	float: left;
	width: 30%; /* 240 */
}
.wbWrapper > section > .confirmation > .entry > .image > img {
	display: block;
	width: 100%;
}
.wbWrapper > section > .confirmation > .entry > .content {
	float: left;
	padding: 0 150px 0 15px;
	position: relative;
	width: 70%; /* 560 */
}
.wbWrapper > section > .confirmation > .entry > .content > p.title {
	font-size: 16px;
	font-weight: 500;
	line-height: 1.2;
	margin: 11px 0 0;
}
.wbWrapper > section > .confirmation > .entry > .content > p.title > span {
	background: #AFD39A;
	display: inline-block;
	font-size: 12px;
	font-weight: normal;
	line-height: 20px;
	margin: 0 0 0 7px;
	padding: 0 7px;
	text-transform: uppercase;
}
.wbWrapper > section > .confirmation > .entry > .content > p.text {
	line-height: 1.5;
	margin: 2px 0 0;
}
.wbWrapper > section > .confirmation > .entry > .content > p.text > span {
	display: block;
}
.wbWrapper > section > .confirmation > .entry > .content > p.info {
	font-size: 16px;
	font-weight: 500;
	line-height: 1.2;
	margin: 20px 0 0;
}
.wbWrapper > section > .confirmation > .entry > .content > .price {
	line-height: 1.2;
	position: absolute;
	right: 0;
	text-align: right;
	top: 9px;
}
.wbWrapper > section > .confirmation > .entry > .content > .price > p > span.value {
	color: #B79A5B;
	font-size: 22px;
}
.wbWrapper > section > .confirmation > .entry > .content > .price > p > span.icon {
	background: #B79A5B;
	border-radius: 50%;
	color: #FFFFFF;
	cursor: pointer;
	float: right;
	font-size: 12px;
	height: 22px;
	line-height: 21px;
	margin: 2px 0 0 10px;
	text-align: center;
	-webkit-transition: background 300ms ease;
	-moz-transition: background 300ms ease;
	-ms-transition: background 300ms ease;
	-o-transition: background 300ms ease;
	transition: background 300ms ease;
	width: 22px;
}
.wbWrapper > section > .confirmation > .entry > .content > .price > p > span.icon:before {
	content: "\E805";
	font-family: "webbox";
}
.wbWrapper > section > .confirmation > .entry > .content > .price > p > span.icon:hover {
	background: #B79A5B;
}
.wbWrapper > section > .confirmation > .entry > .content > .price > .priceInfo {
	text-align: left;
}

/* Zusatzleistung */

.wbWrapper > section > .confirmation > .entry.service {
	padding: 15px 150px 15px 31.875%; /* 15 150 15 255 */
	position: relative;
}
.wbWrapper > section > .confirmation > .entry.service > p.title {
	font-size: 16px;
	font-weight: 500;
	line-height: 1.2;
}
.wbWrapper > section > .confirmation > .entry.service > p.price {
	position: absolute;
	right: 0;
	text-align: right;
	top: 5px;
}
.wbWrapper > section > .confirmation > .entry.service > p.price > span {
	color: #B79A5B;
	font-size: 22px;
}

/* Gesamtpreis */

.wbWrapper > section > .confirmation > .entry.totalPrice {
	border-bottom: 1px solid #C9C9C9;
	margin: 0 0 7px;
	padding: 15px 150px 15px 31.875%; /* 15 150 15 255 */
	position: relative;
}
.wbWrapper > section > .confirmation > .entry.totalPrice:before {
	background: #C9C9C9;
	bottom: -9px;
	content: "";
	height: 5px;
	left: 0;
	position: absolute;
	width: 100%;
}
.wbWrapper > section > .confirmation > .entry.totalPrice > p.title {
	font-size: 16px;
	font-weight: 500;
	line-height: 1.2;
}
.wbWrapper > section > .confirmation > .entry.totalPrice > p.price {
	position: absolute;
	right: 0;
	text-align: right;
	top: 5px;
}
.wbWrapper > section > .confirmation > .entry.totalPrice > p.price > span {
	color: #B79A5B;
	font-size: 22px;
}

/* Info */

.wbWrapper > section > .confirmation > p.info {
	font-size: 13px;
	margin: 15px 0 0;
	text-align: right;
}

/* Buchungsdaten */

.wbWrapper > section > .confirmation > .bookingData {
	border-bottom: 5px solid #C9C9C9;
	margin: 25px 0 0;
	padding: 0 0 26px;
}
.wbWrapper > section > .confirmation > .bookingData:after {
	clear: both;
	content: "";
	display: block;
}
.wbWrapper > section > .confirmation > .bookingData > p.label {
	float: left;
	font-size: 16px;
	line-height: 1.5;
	width: 30%; /* 240 */
}
.wbWrapper > section > .confirmation > .bookingData > p.value {
	float: left;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.5;
	padding: 0 0 0 15px;
	width: 70%; /* 560 */
}
.wbWrapper > section > .confirmation > .bookingData > p.value > span {
	display: block;
}

/* Zahlungsdaten */

.wbWrapper > section > .confirmation > .paymentData {
	margin: 25px 0 0;
}
.wbWrapper > section > .confirmation > .paymentData:after {
	clear: both;
	content: "";
	display: block;
}
.wbWrapper > section > .confirmation > .paymentData > p.label {
	float: left;
	font-size: 16px;
	line-height: 1.5;
	width: 30%; /* 240 */
}
.wbWrapper > section > .confirmation > .paymentData > p.value {
	float: left;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.5;
	padding: 0 0 0 15px;
	width: 70%; /* 560 */
}

/* Anzahlung */

.wbWrapper > section > .confirmation > .deposit {
	background: #BD6069;
	color: #FFFFFF;
	margin: 10px 0 0;
	padding: 8px 0;
}
.wbWrapper > section > .confirmation > .deposit:after {
	clear: both;
	content: "";
	display: block;
}
.wbWrapper > section > .confirmation > .deposit > p.label {
	float: left;
	font-size: 16px;
	line-height: 1.5;
	min-height: 1px;
	width: 30%; /* 240 */
}
.wbWrapper > section > .confirmation > .deposit > p.value {
	float: left;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.5;
	padding: 0 0 0 15px;
	width: 70%; /* 560 */
}

/* AGB's */

.wbWrapper > section > .confirmation > .agbs {
	margin: 39px 0 0;
}
.wbWrapper > section > .confirmation > .agbs > p.text {
	line-height: 1.5;
}
.wbWrapper > section > .confirmation > .agbs > .checkbox {
	margin: 17px 0 0;
	padding: 4px 0 4px 45px;
	position: relative;
}
.wbWrapper > section > .confirmation > .agbs > .checkbox > input {
	display: none;
}
.wbWrapper > section > .confirmation > .agbs > .checkbox > label {
	background: #FFFFFF;
	height: 30px;
	left: 0;
	line-height: 30px;
	position: absolute;
	top: 0;
	width: 30px;
}
.wbWrapper > section > .confirmation > .agbs > .checkbox > input:checked + label:after {
	color: #B79A5B;
	content: "\E809";
	font-family: "webbox";
	font-size: 16px;
	font-weight: normal;
	left: 0;
	line-height: 30px;
	position: absolute;
	text-align: center;
	top: 0;
	width: 30px;
}
.wbWrapper > section > .confirmation > .agbs > .checkbox > p {
	line-height: 1.5;
}
.wbWrapper > section > .confirmation > .agbs > .checkbox > p > a {
	color: #2D343E;
	-webkit-transition: color 300ms ease;
	-moz-transition: color 300ms ease;
	-ms-transition: color 300ms ease;
	-o-transition: color 300ms ease;
	transition: color 300ms ease;
}
.wbWrapper > section > .confirmation > .agbs > .checkbox > p > a:hover {
	color: #B79A5B;
}

/* Buttons */

.wbWrapper > section > .confirmation > .buttons {
	border-top: 5px solid #C9C9C9;
	margin: 30px 0 0;
	padding: 15px 0 0;
	text-align: right;
}
.wbWrapper > section > .confirmation > .buttons > a {
	display: inline-block;
	line-height: 38px;
	padding: 0 15px;
	text-align: center;
	text-transform: uppercase;
}
.wbWrapper > section > .confirmation > .buttons > a.change {
	background: #FFFFFF;
	border: 1px solid #B79A5B;
	color: #B79A5B;
	font-weight: 300;
	-webkit-transition: background 300ms ease, color 300ms ease;
	-moz-transition: background 300ms ease, color 300ms ease;
	-ms-transition: background 300ms ease, color 300ms ease;
	-o-transition: background 300ms ease, color 300ms ease;
	transition: background 300ms ease, color 300ms ease;
}
.wbWrapper > section > .confirmation > .buttons > a.change:hover {
	background: #B79A5B;
	color: #FFFFFF;
}
.wbWrapper > section > .confirmation > .buttons > a.booking {
	background: #B79A5B;
	border: 1px solid #B79A5B;
	color: #FFFFFF;
	float: right;
	font-size: 18px;
	font-weight: 900;
	margin: 0 0 0 15px;
	opacity: 1;
	-webkit-transition: background 300ms ease, border 300ms ease, opacity 300ms ease;
	-moz-transition: background 300ms ease, border 300ms ease, opacity 300ms ease;
	-ms-transition: background 300ms ease, border 300ms ease, opacity 300ms ease;
	-o-transition: background 300ms ease, border 300ms ease, opacity 300ms ease;
	transition: background 300ms ease, border 300ms ease, opacity 300ms ease;
}
.wbWrapper > section > .confirmation > .buttons > a.booking:not(.disabled):hover {
	background: #B79A5B;
	border: 1px solid #B79A5B;
}
.wbWrapper > section > .confirmation > .buttons > a.booking.disabled {
	cursor: not-allowed;
	opacity: 0.3;
}

@media all and (max-width: 740px){

	.wbWrapper > section > .confirmation > .entry > .image {
		margin-right: 15px;
	}
	.wbWrapper > section > .confirmation > .entry > .content {
		float: none;
		padding-left: 0;
		padding-right: 0;
		width: 100%;
	}
	.wbWrapper > section > .confirmation > .entry > .content > .price {
		margin-top: 9px;
		position: relative;
		right: auto;
		top: auto;
	}
	.wbWrapper > section > .confirmation > .entry > .content > .price > .priceInfo {
		box-shadow: none;
		clear: both;
		display: none;
		margin-top: 10px !important;
		position: relative;
		right: auto;
		top: auto;
		width: 100%;
	}
	.wbWrapper > section > .confirmation > .entry > .content > .price > .priceInfo.show {
		display: block;
	}
	.wbWrapper > section > .confirmation > .entry > .content > .price > .priceInfo > .arrow {
		display: none;
	}

}

@media all and (max-width: 680px){

	/* Zimmer */

	.wbWrapper > section > .confirmation > .entry > .image {
		display: none;
	}
	.wbWrapper > section > .confirmation > .entry > .content {
		float: none;
		padding-left: 0;
		padding-right: 0;
		width: 100%;
	}
	.wbWrapper > section > .confirmation > .entry > .content > .price {
		margin-top: 10px;
		position: relative;
		right: auto;
		top: auto;
	}

	/* Zusatzleistung */
		
	.wbWrapper > section > .confirmation > .entry.service {
		padding-left: 0;
	}

	/* Gesamtpreis */
		
	.wbWrapper > section > .confirmation > .entry.totalPrice {
		padding-left: 0;
	}
		
	/* Buchungsdaten */

	.wbWrapper > section > .confirmation > .bookingData > p.label {
		float: none;
		width: 100%;
	}
	.wbWrapper > section > .confirmation > .bookingData > p.value {
		float: none;
		padding-left: 0;
		width: 100%;
	}

	/* Zahlungsdaten */

	.wbWrapper > section > .confirmation > .paymentData > p.label {
		float: none;
		width: 100%;
	}
	.wbWrapper > section > .confirmation > .paymentData > p.value {
		float: none;
		padding-left: 0;
		width: 100%;
	}

	/* AGB's */

	.wbWrapper > section > .confirmation > .agbs {
		margin-top: 25px;
	}

	/* Buttons */

	.wbWrapper > section > .confirmation > .buttons > a {
		display: block;
	}
	.wbWrapper > section > .confirmation > .buttons > a.booking {
		float: none;
		margin-left: 0;
		margin-top: 10px;
	}

}
@media all and (max-width: 600px){

	.wbWrapper > section > .confirmation > .entry > .content > .price > .priceInfo {
		padding: 15px;
	}
	.wbWrapper > section > .confirmation > .entry > .content > .price > .priceInfo > div > p.price {
		margin-top: 10px;
		position: relative;
		right: auto;
		top: auto;
	}
	.wbWrapper > section > .confirmation > .entry > .content > .price > .priceInfo > div > .prices > .header > p.date,
	.wbWrapper > section > .confirmation > .entry > .content > .price > .priceInfo > div > .prices > .header > p.occupancy,
	.wbWrapper > section > .confirmation > .entry > .content > .price > .priceInfo > div > .prices > .row > p.date,
	.wbWrapper > section > .confirmation > .entry > .content > .price > .priceInfo > div > .prices > .row > p.occupancy {
		width: 50%;
	}
	.wbWrapper > section > .confirmation > .entry > .content > .price > .priceInfo > div > .prices > .header > p.price,
	.wbWrapper > section > .confirmation > .entry > .content > .price > .priceInfo > div > .prices > .row > p.price {
		float: none;
		width: 100%;
	}
	.wbWrapper > section > .confirmation > .entry > .content > .price > .priceInfo > div > .prices > .header > p.occupancy,
	.wbWrapper > section > .confirmation > .entry > .content > .price > .priceInfo > div > .prices > .row > p.occupancy {
		text-align: right;
	}
	.wbWrapper > section > .confirmation > .entry > .content > .price > .priceInfo > div > .prices > .row.services > p.title {
		width: 50%;
	}
	.wbWrapper > section > .confirmation > .entry > .content > .price > .priceInfo > div > .prices > .row.services > p.price {
		float: left;
		width: 50%;
	}
	.wbWrapper > section > .confirmation > .entry > .content > .price > .priceInfo > .close {
		right: 8px;
		top: 15px;
	}
		
}
@media all and (max-width: 500px){

	.wbWrapper > section > .confirmation > .entry > .content > .price > .priceInfo > div > .prices > .header > p,
	.wbWrapper > section > .confirmation > .entry > .content > .price > .priceInfo > div > .prices > .row > p {
		float: none !important;
		text-align: left !important;
		width: 100% !important;
	}

}
/* Layout - Bezahlung */

.wbWrapper > section > .payment {
	padding-bottom: 25px;
}
.wbWrapper > section > .payment > .text > .pretext {
    display: block;
    font-weight: bold;
    font-style: italic;
    margin: 0 0 20px 0;
}
.wbWrapper > section > .payment > .text > .text {
    display: block;
    margin: 0 0 40px 0;
}
.wbWrapper > section > .payment > .paymentFrame > #seamless-target > iframe {
	height: 360px;
}
.wbWrapper > section > .payment > .paymentFrame > .button {
	text-align: center;
}
.wbWrapper > section > .payment > .paymentFrame > .button > a { 
	background: #B79A5B;
	color: #FFFFFF;
	display: inline-block;
	font-size: 18px;
	font-weight: 900;
	line-height: 40px;
	padding: 0 15px;
	text-align: center;
	text-transform: uppercase;
	-webkit-transition: background 300ms ease;
	-moz-transition: background 300ms ease;
	-ms-transition: background 300ms ease;
	-o-transition: background 300ms ease;
	transition: background 300ms ease;	
}
.wbWrapper > section > .payment > .paymentFrame > .button > a:hover {
	background: #B79A5B;
}

.wbWrapper > section > .payment > .paymentFrame > .button > a.disabled {
	cursor: not-allowed;
	opacity: 0.3;
}

/* Msg */

.wbWrapper > section > .payment > .msg {
	margin: 20px 0 0 0;
    display: block;
    font-weight: 500;
	margin: 0 0 20px 0;
    padding: 10px 20px;
}
.wbWrapper > section > .payment > .msg.error {	
	background: #EED4D7;
	color: #BD6069;
}
/* Layout - Erfolgreiche Buchung */

.wbWrapper > section > .success {
	padding: 37px 45px 45px;
	text-align: center;
}
.wbWrapper > section > .success > h1 {
	color: #B79A5B;
	line-height: 1.2;
	font-size: 1.8em;
	margin-top: 0;
	text-transform: uppercase;
}
.wbWrapper > section > .success > p.text {
	color: #2D343E;
}
.wbWrapper > section > .success > p.text > span {
	display: block;
}
.wbWrapper > section > .success > p.text > span.pretext {
	font-size: 1.1em;
	font-style: italic;
	font-weight: bold;
	margin: 0 0 20px 0;
}

/* Buchungsnummer */

.wbWrapper > section > .success > p.text > span.bookingID {
	margin: 25px 0 0;
}
.wbWrapper > section > .success > p.text > span.bookingID > span {
	font-size: 22px;
	font-weight: 500;
}

/* Kontakt */

.wbWrapper > section > .success > p.text > span.contact {
	margin: 25px 0 0;
}
.wbWrapper > section > .success > p.text > span.contact > span {
	display: block;
}
.wbWrapper > section > .success > p.text > span.contact > span.text {
	margin: 0 0 15px;
}
.wbWrapper > section > .success > p.text > span.contact > span.title {
	font-weight: 500;
	text-transform: uppercase;
}
.wbWrapper > section > .success > p.text > span.contact > span.phone {
	margin: 10px 0 0;
}
.wbWrapper > section > .success > p.text > span.contact > span > a {
	color: #2D343E;
	padding: 0 0 0 27px;
	position: relative;
	-webkit-transition: color 300ms ease;
	-moz-transition: color 300ms ease;
	-ms-transition: color 300ms ease;
	-o-transition: color 300ms ease;
	transition: color 300ms ease;
}
.wbWrapper > section > .success > p.text > span.contact > span > a:hover {
	color: #B79A5B;
}
.wbWrapper > section > .success > p.text > span.contact > span.phone > a:before {
	content: "\E80B";
	font-family: "webbox";
	font-size: 20px;
	font-weight: normal;
	left: 0;
	position: absolute;
	top: -5px;
}
.wbWrapper > section > .success > p.text > span.contact > span.web > a:before {
	content: "\E80D";
	font-family: "webbox";
	font-size: 20px;
	font-weight: normal;
	left: 0;
	position: absolute;
	top: -5px;
}
.wbWrapper > section > .success > p.text > span.contact > span.mail > a:before {
	content: "\E80C";
	font-family: "webbox";
	font-size: 20px;
	font-weight: normal;
	left: 0;
	position: absolute;
	top: -5px;
}

/* Klassifizierung */

.wbWrapper > section > .success > p.text > span.contact > span.title > span.star {
	display: inline-block;
	line-height: 10px;
	position: relative;
	top: -2px;
}
.wbWrapper > section > .success > p.text > span.contact > span.title > span.star:first-child {
	margin-left: 5px;
}
.wbWrapper > section > .success > p.text > span.contact > span.title > span.star:before {
	content: "\E80A";
	font-family: "webbox";
	font-size: 10px;
	font-weight: normal;
}
.wbWrapper > section > .success > p.text > span.contact > span.title > span.superior {
	font-size: 12px;
	font-weight: normal;
	line-height: 12px;
	margin: 0 0 0 2px;
	position: relative;
	top: -1px;
}

/* Buttons */

.wbWrapper > section > .success > .buttons {
	margin: 45px 0 0;
	text-align: center;
}
.wbWrapper > section > .success > .buttons > a {
	background: #B79A5B;
	color: #FFFFFF;
	display: inline-block;
	font-size: 18px;
	font-weight: 900;
	line-height: 40px;
	padding: 0 15px;
	text-align: center;
	text-transform: uppercase;
	-webkit-transition: background 300ms ease;
	-moz-transition: background 300ms ease;
	-ms-transition: background 300ms ease;
	-o-transition: background 300ms ease;
	transition: background 300ms ease;
}
.wbWrapper > section > .success > .buttons > a.confirmation {
	margin: 0 11px 0 0;
}
.wbWrapper > section > .success > .buttons > a:hover {
	background: #B79A5B;
}
.wbWrapper > section > .success > .payment {
	display: none;
	margin: 40px 0 0 0;
	position: relative;
}
.wbWrapper > section > .success > .payment.success {
	display: block;
}
.wbWrapper > section > .success > .payment > #seamless-target > iframe {
	height: 480px;
}
.wbWrapper > section > .success > .payment > .button {
	bottom: 50px;
	margin: 45px 0 0;
	text-align: center;
	position: absolute;
	width: 100%;
}
.wbWrapper > section > .success > .payment.success.finished #seamless-target {
	display: none;	
}
.wbWrapper > section > .success > .payment.success.finished > .button {
	display: none;
}
.wbWrapper > section > .success > .payment.success > .msg.success {
    display: inline-block;
    font-weight: 500;
    padding: 10px 20px;
}
.wbWrapper > section > .success > .payment.success > .msg.success {
	background: #AFD39A;
}
.wbWrapper > section > .success > .payment.success > .msg.error {
	background: #D89DA5;
}
.wbWrapper > section > .success > .payment > .button > a { 
	background: #B79A5B;
	color: #FFFFFF;
	display: inline-block;
	font-size: 18px;
	font-weight: 900;
	line-height: 40px;
	padding: 0 15px;
	text-align: center;
	text-transform: uppercase;
	-webkit-transition: background 300ms ease;
	-moz-transition: background 300ms ease;
	-ms-transition: background 300ms ease;
	-o-transition: background 300ms ease;
	transition: background 300ms ease;	
}
.wbWrapper > section > .success > .payment > .button > a:hover {
	background: #B79A5B;
}

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

	.wbWrapper > section > .success {
		padding-bottom: 25px;
		padding-left: 25px;
		padding-right: 25px;
	}

	/* Buttons */
	
	.wbWrapper > section > .success > .buttons > a {
		display: block;
		line-height: 1.2;
		padding-bottom: 9px;
		padding-top: 9px;
	}
	.wbWrapper > section > .success > .buttons > a.confirmation {
		margin-bottom: 10px;
		margin-right: 0;
	}

}
/* Layout - Fehlerhafte Buchung */

.wbWrapper > section > .error {
	padding: 37px 45px 45px;
	text-align: center;
}
.wbWrapper > section > .error > h1 {
	color: #B79A5B;
	line-height: 1.2;
	margin-top: 0;
	text-transform: uppercase;
}
.wbWrapper > section > .error > p.text {
	color: #2D343E;
}

/* Button */

.wbWrapper > section > .error > .button {
	margin: 45px 0 0;
	text-align: center;
}
.wbWrapper > section > .error > .button > a {
	background: #B79A5B;
	color: #FFFFFF;
	display: inline-block;
	font-size: 18px;
	font-weight: 900;
	line-height: 40px;
	padding: 0 15px;
	text-transform: uppercase;
	-webkit-transition: background 300ms ease;
	-moz-transition: background 300ms ease;
	-ms-transition: background 300ms ease;
	-o-transition: background 300ms ease;
	transition: background 300ms ease;
}
.wbWrapper > section > .error > .button > a:hover {
	background: #B79A5B;
}
/* Layout - Warenkorb */

.wbWrapper > aside > .context {
	padding: 25px;
}
.wbWrapper > aside.fixedContext > .context {
	bottom: 0;
	left: 0;
	overflow-x: hidden;
	overflow-y: auto;
	position: absolute;
	top: 0;
	-webkit-transition: height 300ms ease, top 300ms ease;
	-moz-transition: height 300ms ease, top 300ms ease;
	-ms-transition: height 300ms ease, top 300ms ease;
	-o-transition: height 300ms ease, top 300ms ease;
	transition: height 300ms ease, top 300ms ease;
	width: 100%;
}
.wbWrapper > aside > .context > h3 {
	background: #C9C9C9;
	color: #FFFFFF;
	font-size: 24px;
	font-weight: 300;
	line-height: 1.2;
	margin: -25px -25px 23px;
	padding: 12px 25px 9px;
}

/* Vorteile */

.wbWrapper > aside > .context > .list {
	margin: 0 0 15px;
}
.wbWrapper > aside.fixedContext > .context > .list {
	display: none;
}
.wbWrapper > aside > .context > .list > p.headline {
	font-size: 16px;
	font-weight: 500;
	line-height: 1.2;
	margin: 0 0 14px;
}
.wbWrapper > aside > .context > .list > ul > li {
	line-height: 1.2;
	padding: 5px 0;
	position: relative;
}
.wbWrapper > aside > .context > .list > ul > li > span {
	display: inline-block;
	padding: 0 0 0 25px;
	position: relative;
}
.wbWrapper > aside > .context > .list > ul > li > span:before {
	color: #B79A5B;
	content: "\E801";
	font-family: "webbox";
	font-size: 18px;
	left: 0;
	position: absolute;
	top: -2px;
}

/* Sicherheit */

.wbWrapper > aside > .context > .secure {
	align-items: center;
	display: flex;
	margin: 10px 0 15px;
}
.wbWrapper > aside.fixedContext > .context > .secure {
	display: none;
}
.wbWrapper > aside > .context > .secure > img {
	display: block;
	height: 40px;
	width: 40px;
}
.wbWrapper > aside > .context > .secure > p {
	color: #1e77ba;
	font-size: 12px;
	font-weight: 700;
	line-height: 1;
	margin: 0 0 0 11px;
}

/* Zahlungsmöglichkeiten */

.wbWrapper > aside > .context > .paymentOptions {
	margin: 10px 0 10px;
}
.wbWrapper > aside.fixedContext > .context > .paymentOptions {
	display: none;
}
.wbWrapper > aside > .context > .paymentOptions > p.headline {
	font-size: 16px;
	font-weight: 500;
	line-height: 1.2;
	margin: 0 0 13px;
}
.wbWrapper > aside > .context > .paymentOptions > ul:after {
	clear: both;
	content: "";
	display: block;
}
.wbWrapper > aside > .context > .paymentOptions > ul > li {
	float: left;
	margin: 0 10px 10px 0;
	width: 50px;
}
.wbWrapper > aside > .context > .paymentOptions > ul > li:last-child {
	margin-right: 0;
}
.wbWrapper > aside > .context > .paymentOptions > ul > li > img {
	display: block;
}

/* Kontakt */

.wbWrapper > aside > .context > .contact {
	margin: 10px 0 0;
}
.wbWrapper > aside.fixedContext > .context > .contact {
	display: none;
}
.wbWrapper > aside > .context > .contact > p.headline {
	font-size: 16px;
	font-weight: 500;
	line-height: 1.2;
	margin: 0 0 13px;
}
.wbWrapper > aside > .context > .contact > p.phone {
	margin: 20px 0 0;
	padding: 0 0 0 53px;
	position: relative;
}
.wbWrapper > aside > .context > .contact > p.phone:before {
	color: #C9C9C9;
	content: "\E802";
	font-family: "webbox";
	font-size: 43px;
	left: 0;
	position: absolute;
	top: -6px;
}
.wbWrapper > aside > .context > .contact > p.phone > span {
	display: block;
	margin: 0 0 -3px;
}
.wbWrapper > aside > .context > .contact > p.phone > a {
	color: #2D343E;
	font-size: 16px;
	font-weight: 500;
	-webkit-transition: color 300ms ease;
	-moz-transition: color 300ms ease;
	-ms-transition: color 300ms ease;
	-o-transition: color 300ms ease;
	transition: color 300ms ease;
}
.wbWrapper > aside > .context > .contact > p.phone > a:hover {
	color: #B79A5B;
}
.wbWrapper > aside > .context > .contact > p.copyrights {
	margin: 20px 0 0 0;
}
.wbWrapper > aside > .context > .contact > p.copyrights a {
	align-items: center;
	color: #2D343E;
	display: flex;
	font-weight: 500;
	line-height: 1.2;
	font-size: 12px;
}
.wbWrapper > aside > .context > .contact > p.copyrights a img {
	display: block;
	height: 32px;
	margin: 0 14px 0 0;
	width: 32px;
}

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

	.wbWrapper > aside.fixedContext > .context {
		bottom: auto;
		height: auto !important;
		left: auto;
		overflow: hidden;
		position: relative;
		top: auto !important;
		-webkit-transition: none;
		-moz-transition: none;
		-ms-transition: none;
		-o-transition: none;
		transition: none;
		width: 100%;
	}

	/* Vorteile */

	.wbWrapper > aside > .context > .list {
		display: none;
	}

	/* Sicherheit */

	.wbWrapper > aside > .context > .secure {
		display: none;
	}

	/* Zahlungsmöglichkeiten */
	
	.wbWrapper > aside > .context > .paymentOptions {
		display: none;
	}

}
/* Layout - Warenkorb */

.wbWrapper > aside.fixedContext > .context > .cart {
	margin-bottom: 30px;
}
.wbWrapper > aside > .context > .cart > p.headline {
	font-size: 16px;
	font-weight: 500;
	line-height: 1.2;
	margin: 0 0 13px;
}

/* Zimmer */

.wbWrapper > aside > .context > .cart > .entry {
	background: #FFFFFF;
	border-bottom: 1px solid #C9C9C9;
	padding: 11px 15px 15px;
	position: relative;
}
.wbWrapper > aside > .context > .cart > .entry > p.title {
	color: #B79A5B;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.2;
	padding: 0 30px 0 0;
}
.wbWrapper > aside > .context > .cart > .entry > p.text {
	line-height: 1.25;
	margin: 6px 0 0;
}
.wbWrapper > aside > .context > .cart > .entry > p.text > span {
	display: block;
}
.wbWrapper > aside > .context > .cart > .entry > p.tag {
	background: #AFD39A;
	display: inline-block;
	font-size: 12px;
	font-weight: normal;
	line-height: 20px;
	padding: 0 7px;
	text-transform: uppercase;
}
.wbWrapper > aside > .context > .cart > .entry > .remove {
	background: #B79A5B;
	border-radius: 50%;
	color: #FFFFFF;
	cursor: pointer;
	height: 16px;
	line-height: 16px;
	position: absolute;
	right: 15px;
	text-align: center;
	top: 15px;
	-webkit-transition: background 300ms ease;
	-moz-transition: background 300ms ease;
	-ms-transition: background 300ms ease;
	-o-transition: background 300ms ease;
	transition: background 300ms ease;
	width: 16px;
}
.wbWrapper > aside > .context > .cart > .entry > .remove:before {
	content: "\E806";
	font-family: "webbox";
}
.wbWrapper > aside > .context > .cart > .entry > .remove:hover {
	background: #B79A5B;
}

/* Gesamtpreis */

.wbWrapper > aside > .context > .cart > .totalPrice {
	border-bottom: 5px solid #C9C9C9;
	padding: 0 15px;
}
.wbWrapper > aside > .context > .cart > .totalPrice:after {
	clear: both;
	content: "";
	display: block;
}
.wbWrapper > aside > .context > .cart > .totalPrice > p.label {
	float: left;
	font-weight: 500;
	line-height: 40px;
	width: 40%;
}
.wbWrapper > aside > .context > .cart > .totalPrice > p.value {
	float: left;
	line-height: 40px;
	text-align: right;
	width: 60%;
}
.wbWrapper > aside > .context > .cart > .totalPrice > p.value > span {
	color: #B79A5B;
	font-size: 22px;
}

/* Gutschein */

.wbWrapper > aside > .context > .cart > .coupon {
	padding: 0 15px;
	position: relative;
}

.wbWrapper > aside > .context > .cart > .coupon:after {
	clear: both;
	content: "";
	display: block;
}

.wbWrapper > aside > .context > .cart > .coupon > p.label {
	float: left;
	font-weight: 500;
	line-height: 40px;
	width: 40%;
}

.wbWrapper > aside > .context > .cart > .coupon > p.labelError {
	float: left;
	font-weight: 500;
	line-height: 40px;
	width: 100%;
	color:red;
}

.wbWrapper > aside > .context > .cart > .coupon > p.value {
	float: left;
	line-height: 40px;
	text-align: right;
	width: 60%;
	padding-right: 20px;
}

.wbWrapper > aside > .context > .cart > .coupon > p.couponField {
	float: left;
	font-weight: 500;
	line-height: 40px;
	width: 100%;
}

.wbWrapper > aside > .context > .cart > .coupon > p.couponField > input.field {
	background: #FFFFFF;
	border: 0 none;
	box-shadow: none;
	font-size: 16px;
	font-weight: 500;
	height: 40px;
	line-height: 40px;
	padding: 0 15px;
	width: 100%;
}

.wbWrapper > aside > .context > .cart > .coupon > p.couponButton {
	float: left;
	font-weight: 500;
	line-height: 40px;
	width: 60%;
}

.wbWrapper > aside > .context > .cart > .coupon > p.couponButton > a.addCoupon {
	display: inline-block;
	line-height: 40px;
	-webkit-transition: color 300ms ease;
	-moz-transition: color 300ms ease;
	-ms-transition: color 300ms ease;
	-o-transition: color 300ms ease;
	transition: color 300ms ease;
}
.wbWrapper > aside > .context > .cart > .coupon > p.couponButton > a.addCoupon:before {
	content: "\E807";
	font-family: "webbox";
	margin: 0 5px 0 0;
}
.wbWrapper > aside > .context > .cart > .coupon > p.couponButton > a.addCoupon:hover {
	color: #B79A5B;
}

.wbWrapper > aside > .context > .cart > .coupon > .remove {
	background: #B79A5B;
	border-radius: 50%;
	color: #FFFFFF;
	cursor: pointer;
	height: 16px;
	line-height: 16px;
	position: absolute;
	right: 15px;
	text-align: center;
	top: 12px;
	-webkit-transition: background 300ms ease;
	-moz-transition: background 300ms ease;
	-ms-transition: background 300ms ease;
	-o-transition: background 300ms ease;
	transition: background 300ms ease;
	width: 16px;
}
.wbWrapper > aside > .context > .cart > .coupon > .remove:before {
	content: "\E806";
	font-family: "webbox";
}
.wbWrapper > aside > .context > .cart > .coupon > .remove:hover {
	background: #B79A5B;
}

/* Info */

.wbWrapper > aside > .context > .cart > p.info {
	font-size: 13px;
	margin: 5px 0 0;
	text-align: right;
}

/* Buttons */

.wbWrapper > aside > .context > .cart > .buttons {
	text-align: center;
}
.wbWrapper > aside > .context > .cart > .buttons > a.add {
	background: #B79A5B;
	color: #FFFFFF;
	display: block;
	font-size: 18px;
	font-weight: 900;
	line-height: 40px;
	margin: 10px 0 0;
	opacity: 1;
	text-transform: uppercase;
	-webkit-transition: background 300ms ease, opacity 300ms ease;
	-moz-transition: background 300ms ease, opacity 300ms ease;
	-ms-transition: background 300ms ease, opacity 300ms ease;
	-o-transition: background 300ms ease, opacity 300ms ease;
	transition: background 300ms ease, opacity 300ms ease;
}

.wbWrapper > aside > .context > .cart > .buttons > a.add:not(.disabled):hover {
	background: #B79A5B;
}
.wbWrapper > aside > .context > .cart > .buttons > a.add.disabled {
	cursor: not-allowed;
	opacity: 0.3;
}

.wbWrapper > aside > .context > .cart > .buttons > a.booking {
	background: #B79A5B;
	color: #FFFFFF;
	display: block;
	font-size: 18px;
	font-weight: 900;
	line-height: 40px;
	margin: 10px 0 0;
	opacity: 1;
	text-transform: uppercase;
	-webkit-transition: background 300ms ease, opacity 300ms ease;
	-moz-transition: background 300ms ease, opacity 300ms ease;
	-ms-transition: background 300ms ease, opacity 300ms ease;
	-o-transition: background 300ms ease, opacity 300ms ease;
	transition: background 300ms ease, opacity 300ms ease;
}
.wbWrapper > aside > .context > .cart > .buttons > a.booking:not(.disabled):hover {
	background: #B79A5B;
}
.wbWrapper > aside > .context > .cart > .buttons > a.booking.disabled {
	cursor: not-allowed;
	opacity: 0.3;
}

/* Fehlermeldung */

.wbWrapper > aside > .context > .cart > .errorMsg {
	display: none;
	padding: 10px 15px;
}

@media all and (max-width: 1100px){

	.wbWrapper > aside > .context > .cart > .totalPrice > p.label {
		display: none;
	}
	.wbWrapper > aside > .context > .cart > .totalPrice > p.value {
		float: none;
		width: 100%;
	}

}
@media all and (max-width: 990px){

	.wbWrapper > aside > .context > .cart > .totalPrice > p.label {
		display: block;
	}
	.wbWrapper > aside > .context > .cart > .totalPrice > p.value {
		float: right;
		width: 60%;
	}
		
	/* Fehlermeldung */
		
	.wbWrapper > aside > .context > .cart > .errorMsg {
		display: block;
	}

}
/* Layout - Fehlermeldung */

/* Fehler */

.errorMsg {
	background: #EED4D7;
	color: #BD6069;
	padding: 15px 25px;
}
/* Layout - iFrame */

/* Layout */

body.iframe .wbWrapper {
	max-width: 100%;
}
/* Layout - Vollintegration */

.wbWrapper.fullIntegration > section {
	float: none;
	width: 100%;
}
.wbWrapper.fullIntegration > section > .wrapper > h2 {
	display: none;
}
.wbWrapper.fullIntegration > section > .search > .calendar > p.msg {
	font-size: 20px;
}
.wbWrapper.fullIntegration > aside {
	display: none;
}
.wbWrapper.fullIntegration > section > .search > .row {
	display: none;
}
.wbWrapper.fullIntegration > section > .buttons > a.cart {
	display: none;
}
/* Layout - Vollintegration - Verfügbarkeit */

.wbWrapper > section .bookingBar { /* in WebBox Pro komplett ausblenden */
	display: none;
}
.wbWrapper.fullIntegration > section .bookingBar {
	background: #DFC1C5;
	margin: 0 -25px 0 -75px;
	padding: 20px 75px 20px 75px;
}
.wbWrapper.fullIntegration > section .bookingBar.show {
	display: block;
}
.wbWrapper.fullIntegration > section .bookingBar:after {
	clear: both;
	content: "";
	display: block;
}
.wbWrapper.fullIntegration > section .bookingBar > p {
	float: left;
	line-height: 1.2;
	padding: 12px 0 0 0;
}
.wbWrapper.fullIntegration > section .bookingBar > p.value {
	font-size: 22px;
	font-weight: 500;
	line-height: 40px;
	margin: 0 5px;
	padding: 0;
}
.wbWrapper.fullIntegration > section .bookingBar > p.info > span {
	font-weight: normal;
}
.wbWrapper.fullIntegration > section .bookingBar > .buttons {
	float: right;
}
.wbWrapper.fullIntegration > section .bookingBar > .buttons:after {
	clear: both;
	content: "";
	display: block;
}
.wbWrapper.fullIntegration > section .bookingBar > .buttons > a {
	background: #FFFFFF;
	border: 1px solid #B79A5B;
	color: #B79A5B;
	display: block;
	float: left;
	font-size: 18px;
	font-weight: 700;
	line-height: 40px;
	padding: 0 15px;
	text-transform: uppercase;
	transition: background 300ms ease, color 300ms ease;
}
.wbWrapper.fullIntegration > section .bookingBar > .buttons > a.booking {
	margin-left: 10px;
}
.wbWrapper.fullIntegration > section .bookingBar > .buttons > a:hover {
	background: #B79A5B;
	color: #FFFFFF;
}

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

	.wbWrapper.fullIntegration > section .bookingBar {
		margin-left: -25px;
		margin-right: -25px;
		padding-left: 25px;
		padding-right: 25px;
		text-align: center;
	}
	.wbWrapper.fullIntegration > section .bookingBar > p {
		display: inline-block;
		float: none;
		padding-bottom: 0;
		padding-top: 0;
	}
	.wbWrapper.fullIntegration > section .bookingBar > p.value {
		line-height: 1.2;
	}
	.wbWrapper.fullIntegration > section .bookingBar > .buttons {
		float: none;
		margin: 10px 0 0;
	}
	.wbWrapper.fullIntegration > section .bookingBar > .buttons > a {
		display: inline-block;
		float: none;
	}
		
}	

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

	.wbWrapper.fullIntegration > section .bookingBar > .buttons > a {
		display: block;
	}
	.wbWrapper.fullIntegration > section .bookingBar > .buttons > a.booking {
		margin-left: 0;
		margin-top: 5px;
	}

}
