/* Resets */
html, body, div, span, h1, h2, h3, h4, h5, h6, a, p, em, strong, b, u, i, 
img, form, label, ul, ol, li, iframe, table, tbody, thead, tr, th, td,
object, blockquote, pre, abbr, address, cite, code, del, dfn, ins, kbd,
q, s, samp, small, sub, sup, var, dl, dt, dd, fieldset, legend, caption,
article, aside, canvas, details, embed, figure, figcaption, footer, header, 
hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	border: 0 none;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
/* HTML5 hack alte Browser */
article, aside, details, figcaption, figure, 
footer, header, hgroup, main, menu, nav, section {
	display: block;
}
/* weitere Resets */
h1, h2, h3, h4, h5, h6 {
	line-height: 1.2;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
input::-moz-focus-inner { /* entfernt unerwünschten Abstand (z.B. Formular Sendebutton) */
	border: 0;
	padding: 0;
}

/* Grundlegende Angaben */

html, body {
	height: 100%;
}
body {
	color: #2d343e;
	font: 300 18px/1.8 'Roboto Condensed', sans-serif;
	-webkit-text-size-adjust: none;
}
body > #PageWrapper {
	min-height: 100%;
	padding: 0 0 180px 0;
	position: relative;
}
a {
	color: #990033;
	font-weight: 300;
	text-decoration: none;
}
a:hover {
	color: #990033;
}
input, textarea, select, button {
	border: 1px solid #CFCFCF;
	border-radius: 0;
	color: inherit;
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
}
input[type='submit'] {
	-webkit-appearance: none;
}
input::-ms-clear {
	display: none;
}
input[type="text"]:disabled {
    background: inherit;
} 
ol, ul {
	list-style: none;
}
.wmClear:after {
	clear: both;
	content: "";
	display: block;
}
.cmsMargin {
	margin: 60px 0;
}
*, *:before, *:after {
	-moz-box-sizing: border-box; 
	-webkit-box-sizing: border-box; 
	box-sizing: border-box;
}

/*! jQuery UI - v1.10.2 - 2013-03-17
* http://jqueryui.com
* Includes: jquery.ui.core.css, jquery.ui.datepicker.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=&fwDefault=&fsDefault=&cornerRadius=4px&bgColorHeader=%23cccccc&bgTextureHeader=highlight_soft&bgImgOpacityHeader=75&borderColorHeader=%23aaaaaa&fcHeader=%23222222&iconColorHeader=%23222222&bgColorContent=%23ffffff&bgTextureContent=flat&bgImgOpacityContent=75&borderColorContent=%23aaaaaa&fcContent=%23222222&iconColorContent=%23222222&bgColorDefault=%23e6e6e6&bgTextureDefault=glass&bgImgOpacityDefault=75&borderColorDefault=%23d3d3d3&fcDefault=%23555555&iconColorDefault=%23888888&bgColorHover=%23dadada&bgTextureHover=glass&bgImgOpacityHover=75&borderColorHover=%23999999&fcHover=%23212121&iconColorHover=%23454545&bgColorActive=%23ffffff&bgTextureActive=glass&bgImgOpacityActive=65&borderColorActive=%23aaaaaa&fcActive=%23212121&iconColorActive=%23454545&bgColorHighlight=%23fbf9ee&bgTextureHighlight=glass&bgImgOpacityHighlight=55&borderColorHighlight=%23fcefa1&fcHighlight=%23363636&iconColorHighlight=%232e83ff&bgColorError=fef1ec&bgTextureError=glass&bgImgOpacityError=95&borderColorError=cd0a0a&fcError=cd0a0a&iconColorError=cd0a0a&bgColorOverlay=%23aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=%23aaaaaa&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px
* Copyright 2013 jQuery Foundation and other contributors Licensed MIT */

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

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


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


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

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


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

/* Overlays */
.ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.ui-datepicker {
	width: 17em;
	padding: .2em .2em 0;
	display: none;
}
.ui-datepicker .ui-datepicker-header {
	position: relative;
	padding: .2em 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
	position: absolute;
	top: 2px;
	width: 1.8em;
	height: 1.8em;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
	top: 1px;
}
.ui-datepicker .ui-datepicker-prev {
	left: 2px;
}
.ui-datepicker .ui-datepicker-next {
	right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
	left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover {
	right: 1px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -8px;
	top: 50%;
	margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
	margin: 0 2.3em;
	line-height: 1.8em;
	text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
	font-size: 1em;
	margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month-year {
	width: 100%;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
	width: 49%;
}
.ui-datepicker table {
	width: 100%;
	font-size: .9em;
	border-collapse: collapse;
	margin: 0 0 .4em;
}
.ui-datepicker th {
	padding: .7em .3em;
	text-align: center;
	font-weight: 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;
}

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

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

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

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

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

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


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

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

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

/* Datepicker */

/* benutzerdefinierte Styles */

.ui-datepicker {
	font-size: 16px;
	z-index: 100 !important;
}
.ui-datepicker-header {
	background: #990036 !important;
	color: #FFFFFF !important;
	margin: -11px -11px 0 -11px !important;
	padding: 0.4em !important;
}
.ui-datepicker td {
	border: 1px solid #CFCFCF !important;
	padding: 0 !important;
}
.ui-state-default {
	background: none !important;
	border: 0 !important;
	color: inherit !important;
	text-align: center !important;
	font-weight: normal !important;
	padding: 0.3em !important;
}
.ui-state-active, .ui-state-hover {
	background: #990036 !important;
	color: #FFFFFF !important;
}
.ui-datepicker-month, .ui-datepicker-year {
	font-size: 1em !important;
}
/* benutzerdefinierte Styles Ende */

/* generelle Vererbungen */

.ui-datepicker {
	padding: 10px !important;
}
.ui-corner-all {
	border-radius: 0 !important;
}
.ui-icon {
	background: none !important;
	text-indent: 0 !important;
	width: auto !important;
	height: auto !important;
}
.ui-datepicker-title {
	margin: 0 4.5em !important;
	font-size: 0.9em !important;
}
.ui-datepicker th {
	padding: 0.5em 0 !important
}
.ui-datepicker-calendar span {
	font-size: 0.9em !important;
}
.ui-datepicker-prev, .ui-datepicker-next {
	width: auto !important;
	height: auto !important;
	margin: 9px 0 0 0 !important;
	top: 0 !important;
	border: 0 !important;
	background: none !important;
	padding: 0 !important;
	cursor: pointer !important;
}
.ui-datepicker-prev {
	left: 5px !important;
}
.ui-datepicker-next {
	right: 5px !important;
}
.ui-datepicker-prev span, .ui-datepicker-next span {
	color: #FFFFFF !important;
	left: auto !important;
	margin: 0 !important;
	top: auto !important;
	position: static !important;
	font-size: 0.8em !important;
}

/*! fancyBox v2.1.4 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

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

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}

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

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

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

.fancybox-inner {
	overflow: hidden;
}

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

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

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

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

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url('/img/fancybox/fancybox_sprite.png');
}

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

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

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

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

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

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

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

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

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

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

/* Overlay helper */

.fancybox-lock {
	overflow: hidden;
}

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

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

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

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#HeaderWrapper {
	background: #990036;
	height: 200px;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 5;
	-webkit-transition: height 200ms ease-out;
	-moz-transition: height 200ms ease-out;
	-ms-transition: height 200ms ease-out;
	-o-transition: height 200ms ease-out;
	transition: height 200ms ease-out;
}
#HeaderWrapper:after {
	background: rgba(255, 255, 255, 0.25);
	content: "";
	display: block;
	height: 1px;
	width: 100%;
}
#HeaderWrapper.mobile {
	position: absolute;
}
#HeaderWrapper.fixed {
	height: 110px;
}
#HeaderWrapper > div {
	height: 100%;
	margin: 0 auto;
	max-width: 1240px;
	padding: 0 20px;
	position: relative;
}

/* Logo */

#HeaderWrapper > div > a {
	height: 100%;
	left: 50%;
	margin: 0 0 0 -175px;
	overflow: hidden;
	padding: 10px 0 0;
	position: absolute;
	top: 0;
	z-index: 2;
}
#HeaderWrapper > div > a.mobile {
	margin-left: -150px;
}
#HeaderWrapper > div > a > img {
	display: block;
	height: auto;
	width: 350px;
}
#HeaderWrapper > div > a.mobile > img {
	display: block;
	height: auto;
	width: 300px;
}

/* Sprachmenü */

#HeaderWrapper .languages {
	left: 20px;
	line-height: 1;
	position: absolute;
	top: 10px;
}
#HeaderWrapper .languages > li {
	display: inline-block;
	margin: 0 3px 0 0;
}
#HeaderWrapper .languages > li > a {
	background: rgba(255, 255, 255, 0.25);
	color: #FFFFFF;
	display: block;
	font-size: 20px;
	line-height: 1;
	padding: 5px 15px 7px;
	text-transform: uppercase;
}
#HeaderWrapper .languages > li > a:hover {
	background: rgba(255, 255, 255, 0.55);
}

/* Actionmenü */

#HeaderWrapper .actions {
	line-height: 1;
	position: absolute;
	right: 20px;
	top: 10px;
}
#HeaderWrapper .actions > li {
	display: inline-block;
	margin: 0 0 0 3px;
}
#HeaderWrapper .actions > li > a {
	background: rgba(255, 255, 255, 0.25);
	color: #FFFFFF;
	display: block;
	font-size: 20px;
	line-height: 1;
	padding: 5px 15px 7px;
	text-transform: uppercase;
}
#HeaderWrapper .actions > li > a:hover,
#HeaderWrapper .actions > li > a.selected {
	background: rgba(255, 255, 255, 0.55);
}

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

	#HeaderWrapper > div > a {
		padding-top: 17px;
	}
	#HeaderWrapper .actions {
		bottom: 20px;
		left: 50%;
		margin: 0 0 0 -111px;
		right: auto;
		top: auto;
		z-index: 20;
	}

}

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

	#HeaderWrapper:after {
		display: none;
	}
	#HeaderWrapper > div > a {
		margin-left: -140px;
	}
	#HeaderWrapper > div > a > img {
		width: 280px;
	}

}

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

	#HeaderWrapper .actions {
		left: 20px;
		margin-left: 0;
	}

}

/* Layout - Content */

#ContentWrapper {
	overflow: hidden;
	position: relative;
	width: 100%;
	z-index: 3;
}
#ContentWrapper > div:before {
	clear: both;
	content: "";
	display: block;
	padding: 1px 0 0;
}
#ContentWrapper > div {
	margin: 80px auto 0;
	max-width: 1240px;
	padding: 0 20px;
	position: relative;
}
#ContentWrapper > div > section {
	width: 100%;
}
#ContentWrapper > div > section > *:first-child {
	margin-top: 40px;
}

/* Layout - Footer */

#FooterWrapper {
	background: #f1efed;
	border-top: 1px solid #e9c7d2;
	bottom: 0;
	height: 250px;
	position: absolute;
	width: 100%;
	z-index: 2;
}
#FooterWrapper > div {
	height: 100%;
	margin: 0 auto;
	max-width: 1240px;
	padding: 0 20px;
	position: relative;
}
#FooterWrapper > div:after {
	clear: both;
	content: "";
	display: block;
}
#FooterWrapper > div > .column1 {
	float: left;
	font-size: 18px;
	line-height: 1.6;
	margin: 0 8% 0 0; /* 0 96 0 0 */
	padding: 48px 0 0 0;
	width: 30.833333333333332%; /* 370 */
}
#FooterWrapper > div > .column1 > .title {
	color: #990036;
	font-size: 24px;
	margin: 0 0 7px 0;
}
#FooterWrapper > div > .column1 > .title > .star:before {
	content: "\E823";
	font-family: "fontello";
	font-size: 16px;
	line-height: 1;
	position: relative;
	top: -3px;
}
#FooterWrapper > div > .column1 > .title > .superior {
	font-size: 16px;
	line-height: 1;
	margin: 0 0 0 4px;
	position: relative;
	top: -2px;
}
#FooterWrapper > div > .column2 {
	float: left;
	font-size: 16px;
	line-height: 1;
	padding: 36px 0 0 50px;
	width: 26.666666666666668%; /* 320 */
}
#FooterWrapper > div > .column2 > p > a:before {
	content: "\E829";
	display: block;
	font-family: "fontello";
	font-size: 44px;
	left: -49px;
	position: absolute;
	top: -22px;
}
#FooterWrapper > div > .column2 > p > a {
	display: table;
	font-size: 24px;
	margin: 3px 0 0;
	position: relative;
}
#FooterWrapper > div > .column2 > ul {
	margin: 53px 0 0 0;
}
#FooterWrapper > div > .column2 > ul:after {
	clear: both;
	content: "";
	display: block;
}
#FooterWrapper > div > .column2 > ul > li {
	float: left;
}
#FooterWrapper > div > .column2 > ul > li > a {
	background: #CACACA;
	border: 1px solid #CACACA;
	border-radius: 20px;
	color: #ffffff;
	display: block;
	font-family: "fontello";
	font-size: 24px;
	font-weight: normal;
	height: 40px;
	margin: 0 6px 0 0;
	padding: 7px 0 0;
	text-align: center;
	width: 40px;
	-webkit-transition: all 300ms ease-out;
	-moz-transition: all 300ms ease-out;
	-ms-transition: all 300ms ease-out;
	-o-transition: all 300ms ease-out;
	transition: all 300ms ease-out;
}
#FooterWrapper > div > .column2 > ul > li > a:hover {
	background: #FFFFFF;
	color: #990036;
}
#FooterWrapper > div > .column2 > ul > li > a.fb:before {
	content: "\E80C";
}
#FooterWrapper > div > .column2 > ul > li > a.tw:before {
	content: "\E80B";
}
#FooterWrapper > div > .column2 > ul > li > a.ytb:before {
	content: "\E839";
}
#FooterWrapper > div > .column3 {
	float: right;
	padding: 53px 0 0 0;
	width: 28.833333333333332%; /* 346 */
}
#FooterWrapper > div > .column3 > h3 {
	color: #990036;
	font-size: 24px;
	font-weight: 300;
	margin: 0 0 15px 0;
}
#FooterWrapper > div > .column3 > form {
	position: relative;
}
#FooterWrapper > div > .column3 > form > input {
	border: 1px solid #cacaca;
	border-radius: 5px;
	height: 32px;
	padding: 0 6px;
	width: 100%;
}
#FooterWrapper > div > .column3 > form > button {
	background: #990036;
	border: 0;
	border-left: 1px solid #CACACA;
	border-radius: 0 5px 5px 0;
	cursor: pointer;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	width: 32px;
}
#FooterWrapper > div > .column3 > form > button > i:before {
	content: "\E826";
	color: #ffffff;
	display: block;
	font-family: "fontello";
	font-size: 24px;
	font-style: normal;
	height: 32px;
	position: absolute;
	right: -1px;
	top: 2px;
	width: 32px;
	z-index: 2;
}
#FooterWrapper > div > .column3 > a {
	float: right;
	margin: 34px 0 0 0;
}
#FooterWrapper > div > .column3 > a > img {
	display: block;
	width: 150px;
}

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

	#FooterWrapper {
		height: auto;
	}
	#FooterWrapper > div > .column1,
	#FooterWrapper > div > .column2,
	#FooterWrapper > div > .column3 {
		float: none;
		left: 50%;
		position: relative;
	}
	#FooterWrapper > div > .column1 {
		margin: 0 0 0 -130px;
		width: 261px;
	}
	#FooterWrapper > div > .column2 {
		margin: 0 0 0 -115px;
		padding-top: 50px;
		width: 230px;
	}
	#FooterWrapper > div > .column3 {
		margin: 0 0 0 -150px;
		width: 300px;
	}
	#FooterWrapper > div > .column3 > form {
		margin: 0 0 30px 0;
	}
	#FooterWrapper > div > .column3 > a {
		display: block;
		float: none;
		margin: 0;
		padding: 0 0 49px;
		text-align: center;
	}
	#FooterWrapper > div > .column3 > a > img {
		display: inline-block;
	}

}

/* Layout - Animation */

#GalleryWrapper:before {
	background: #990036;
	content: "";
	display: block;
	height: 200px;
	left: 0;
	position: absolute;
	top: -200px;
	width: 100%;
}
#GalleryWrapper {
	height: 500px;
	left: 0;
	position: absolute;
	top: 200px;
	width: 100%;
	z-index: 3;
}
#GalleryWrapper:after {
	background: #FFFFFF;
	background: rgba(255, 255, 255, 0.5);
	bottom: 0;
	content: "";
	display: block;
	height: 5px;
	left: 0;
	position: absolute;
	width: 100%;
	z-index: 2;
}
.intro #GalleryWrapper:after {
	display: none;
}
#GalleryWrapper > .animation {
	height: 100%;
	overflow: hidden;
	position: relative;
	z-index: 1;
}
#GalleryWrapper > .animation > .wrapper {
	height: 100%;
	position: absolute;
	width: 100%;
}
#GalleryWrapper > .animation > .wrapper > img.animate {
	position: absolute;
	width: 100%;
}
#GalleryWrapper > .animation > .wrapper > .wrapText {
	left: 50%;
	line-height: 1;
	margin: -100px 0 0 -400px;
	position: absolute;
	top: 50%;
	z-index: 2;
}
#GalleryWrapper > .animation > .wrapper > .wrapText > .text_1 {
	color: #FFFFFF;
	color: rgba(255, 255, 255, 0.7);
	font-size: 48px;
	text-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
}
#GalleryWrapper > .animation > .wrapper > .wrapText > .text_2 {
	color: #FFFFFF;
	color: rgba(255, 255, 255, 0.9);
	font-size: 72px;
	margin: 10px 0 0 0;
	text-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
}

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

	#GalleryWrapper > .animation > .wrapper > .wrapText {
		left: 20px;
		margin-left: 0;
	}

}

@media all and (max-width: 700px){
	
	#GalleryWrapper > .animation > .wrapper > .wrapText {
		display: none;
	}
	
}

/* Menü - Hauptmenü - Desktop */

.mobileTrigger,
.closeMenu {
	display: none;
}
nav.desktop {
	left: 0;
	padding: 0 20px 0 20px;
	position: absolute;
	top: 146px;
	width: 100%;
	z-index: 5;
	-webkit-transition: top 200ms ease-out;
	-moz-transition: top 200ms ease-out;
	-ms-transition: top 200ms ease-out;
	-o-transition: top 200ms ease-out;
	transition: top 200ms ease-out;
}
#HeaderWrapper.fixed nav.desktop {
	top: 56px;
}
nav.desktop > ul:after {
	clear: both;
	content: "";
	display: block;
}
nav.desktop > ul > li {
	float: left;
	padding: 0 0 1px 0;
	position: relative;
}
nav.desktop > ul > li:nth-child(4),
nav.desktop > ul > li:nth-child(5),
nav.desktop > ul > li:nth-child(6) {
	float: right;
}
nav.desktop > ul > li > a:before {
	background: #FFFFFF;
	background: none repeat scroll 0 0 rgba(255, 255, 255, 0.25);
	content: "";
	display: block;
	height: 32px;
	left: 0;
	position: absolute;
	top: 9px;
	width: 1px;
}
nav.desktop > ul > li:nth-child(4) > a:before,
nav.desktop > ul > li:nth-child(5) > a:before,
nav.desktop > ul > li:nth-child(6) > a:before {
	left: auto;
	right: 0;
}
nav.desktop > ul > li > a {
	border-bottom: 4px solid transparent;
	color: #FFFFFF;
	color: rgba(255, 255, 255, 0.5);
	display: block;
	font-size: 24px;
	line-height: 49px;
	padding: 0 15px;
	position: relative;
}
nav.desktop > ul > li:hover > a {
	background: #FFFFFF;
	color: #990036 !important;
}
nav.desktop > ul > li:hover > a:after {
	background: none repeat scroll 0 0 rgba(255, 255, 255, 0.25);
	content: "";
	display: block;
	height: 4px;
	left: 0;
	position: absolute;
	top: -4px;
	width: 100%;
}
nav.desktop > ul > li > a.selected {
	border-bottom: 4px solid #ffffff;
	color: #FFFFFF;
}
nav.desktop > ul > li:hover > ul {
	box-shadow: 0 3px 5px -3px rgba(0, 0, 0, 0.5);
	height: auto;
	padding: 30px;
	opacity: 1;
	overflow: visible;
	top: 53px;
}
nav.desktop > ul > li > ul {
	background: #ffffff;
	height: 0;
	left: 0;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	top: 50px;
	-webkit-transition: opacity 500ms ease-in-out, top 200ms ease-out;
	-moz-transition: opacity 500ms ease-in-out, top 200ms ease-out;
	-ms-transition: opacity 500ms ease-in-out, top 200ms ease-out;
	-o-transition: opacity 500ms ease-in-out, top 200ms ease-out;
	transition: opacity 500ms ease-in-out, top 200ms ease-out;
}
nav.desktop > ul > li:nth-child(4) > ul {
	left: auto;
	right: 0;
}
nav.desktop > ul > li > ul:after {
    background: #E7C7D2;
    bottom: 30px;
    content: "";
    left: 28px;
    position: absolute;
    top: 30px;
    width: 1px;
}
nav.desktop > ul > li.singleColumn > ul > li > a {
    display: block;
    font-weight: 300;
    line-height: 1;
    margin: 0 0 1px;
    padding: 6px 17px;
    white-space: nowrap;
}
nav.desktop > ul > li.singleColumn > ul > li > a:hover,
nav.desktop > ul > li.singleColumn > ul > li > a.selected {
	background: #A11F4D;
	color: #FFFFFF;
}

/* MultiColumns */

nav.desktop > ul > li.multiColumns {
	position: static;
}
nav.desktop > ul > li.multiColumns > ul {
	background: url("/img/layout/menu-angel.png") no-repeat right 20px top 38px #FFFFFF;
	padding-left: 29px;
	padding-right: 29px;
	width: 100%;
}
nav.desktop > ul > li.multiColumns:nth-child(4) > ul, 
nav.desktop > ul > li.multiColumns:nth-child(5) > ul, 
nav.desktop > ul > li.multiColumns:nth-child(6) > ul {
	background: url("/img/layout/menu-angel.png") no-repeat left 20px top 38px #FFFFFF;
	text-align: right;
}
nav.desktop > ul > li.multiColumns > ul > li {
	border-left: 1px solid #e5bfcc;
	display: inline-block;
	margin: 0 4.918032786885246% 20px 0; /* 60 */
	vertical-align: top;
	text-align: left;
	width: 21.311475409836067%; /* 260 */
}
nav.desktop > ul > li.multiColumns > ul > li:nth-child(2n) {
	margin-right: 0;
}
nav.desktop > ul > li.multiColumns > ul > li:nth-child(2n) + li {
	clear: left;
}
nav.desktop > ul > li.multiColumns > ul > li > a {
	display: block;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.2;
	margin: 0 0 18px 0;
	padding: 3px 15px;
	text-transform: uppercase;
}
nav.desktop > ul > li.multiColumns > ul > li > a:hover,
nav.desktop > ul > li.multiColumns > ul > li > a.selected {
	
}
nav.desktop > ul > li.multiColumns > ul > li > ul > li > a {
	color: #2d343e;
	display: block;
	font-size: 20px;
	line-height: 1.6;
	margin: 0 0 1px 1px;
	padding: 0 15px 2px;
}
nav.desktop > ul > li.multiColumns > ul > li > ul > li > a:hover,
nav.desktop > ul > li.multiColumns > ul > li > ul > li > a.selected {
	background: #990036;
	color: #FFFFFF;
}

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

	nav.desktop > ul > li > a {
		font-size: 20px;
		padding: 0 10px;
	}

}

/* Menü - Hauptmenü Mobile */

.mobileTrigger.show:before {
	content: "\E819";
	display: block;
	float: left;
	font-family: "fontello";
	font-size: 44px;
	margin: 0;
}
.mobileTrigger.show {
	bottom: 14px;
	color: #ffffff;
	cursor: pointer;
	display: block;
	line-height: 1;
	padding: 0 10px;
	position: absolute;
	right: 10px;
	z-index: 10;
}
.closeMenu:before {
	content: "\E82A";
}
.closeMenu {
	color: #FFFFFF;
	cursor: pointer;
	display: none;
	font-family: "fontello";
	font-size: 20px;
	line-height: 1;
	position: absolute;
	right: 10px;
	top: 10px;
	z-index: 999999;
}
nav.mobile {
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 99999;
}
nav.mobile > ul {
	background: #990036;
	height: 0;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	width: 100%;
	-webkit-transition: all 300ms ease-in;
	-moz-transition: all 300ms ease-in;
	-ms-transition: all 300ms ease-in;
	-o-transition: all 300ms ease-in;
	transition: all 300ms ease-in;
}
nav.mobile > ul.open {
	height: auto;
	opacity: 1;
	overflow: visible;
	padding: 50px 0;
}
nav.mobile > ul > li > ul {
	display: none;
}
nav.mobile > ul > li > ul.open {
	background: #77052d;
	display: block;
}
nav.mobile > ul > li > ul > li > ul {
	display: none;
}
nav.mobile > ul > li > ul > li > ul.open {
	display: block;
}

/* 1. Ebene */

nav.mobile > ul > li > a {
	color: #ffffff;
	display: block;
	padding: 6px 20px;
	font-size: 24px;
}
nav.mobile > ul > li > a:hover,
nav.mobile > ul > li > a.selected  {
	background: #77052d;
}

/* 2. Ebene */

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

/* 3. Ebene */

nav.mobile > ul > li > ul > li > ul > li > a {
	color: #FFFFFF;
	display: block;
	font-size: 22px;
	padding: 6px 60px;
}
nav.mobile > ul > li > ul > li > ul > li > a:hover,
nav.mobile > ul > li > ul > li > ul > li > a.selected {
	
}

/* Menü - Mobile open */

body.menuopen {
	background: #990036;
}
body.menuopen #ContentWrapper,
body.menuopen #FooterWrapper,
body.menuopen #GalleryWrapper,
body.menuopen #IntroContentWrapper,
body.menuopen #IntroFooterWrapper {
	display: none;
}
body.menuopen .closeMenu {
	display: block;
}

/* Menü - Metamenü */

ul.metamenu {
	border-top: 1px solid #CACACA;
	margin: 16px 0 0 0;
	padding: 10px 0 0 0;
}
ul.metamenu:after {
	clear: both;
	content: "";
	display: block;
}
ul.metamenu > li {
	float: left;
}
ul.metamenu > li:first-child {
	margin: 0 0 0 -10px;
}
ul.metamenu > li > a {
	color: #2d343e;
	display: block;
	font-size: 14px;
	font-weight: bold;
	padding: 0 10px;
	text-transform: uppercase;
}
ul.metamenu > li > a:hover,
ul.metamenu > li > a.selected {
	color: #990036;
}

/* Elemente - Überschriften */

h1 {
	color: #990036;
	font-size: 48px;
	font-weight: 300;
}
h2 {
	color: #990036;
	font-size: 30px;
	font-weight: 300;
}
h3 {
	font-size: 20px;
}

/* Folgeüberschriften */

h1.cms + h2.cms {
	color: #2d343e;
	font-size: 24px;
	font-weight: bold;
	margin-top: -56px;
}
h2.cms + h3.cms {
	margin-top: -56px;
}

/* Elemente - Textinhalt */

/* Elemente - Aufzählung */

.cmsList > h2 {
	margin: 0 0 20px 0;
}
.cmsList > ul > li:before {
	color: #990036;
	content: '\E818';
	font-family: 'fontello';
	left: 0;
	position: absolute;
}
.cmsList > ul > li {
	margin: 10px 0;
	padding: 0 0 0 22px;
	position: relative;
}

/* 2-spaltig */

.cmsList2Columns > ul > li {
	float: left;
	width: 50%;
}
.cmsList2Columns > ul > li:nth-child(2n+1) {
	padding-right: 20px;
}
.cmsList2Columns > ul > li:nth-child(2n) + li {
	clear: left;
}
.cmsList2Columns:after {
	clear: both;
	content: "";
	display: block;
}

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

	.cmsList2Columns > ul > li {
		clear: none !important;
		padding-right: 0 !important;
		width: 100%;
	}

}

/* Elemente - Bild-Text */

.cmsImage:before {
	background: #f1efed;
	content: "";
	display: block;
	height: 100%;
	left: -5000px;
	position: absolute;
	top: 0;
	width: 10000px;
	z-index: -1;
}
.cmsImage {
	background: #f1efed;
	padding: 20px 0 10px 0;
	position: relative;
}
.cmsImage:after {
	clear: both;
	content: "";
	display: block;
}
.cmsImage > .left {
	float: left;
	margin: 0 20px 10px 0;
	max-width: 50%;
}
.cmsImage > .right {
	float: right;
	margin: 0 0 10px 20px;
	max-width: 50%;
}
.cmsImage > p {
	padding: 20px 0;
}
.cmsImage img {
	display: block;
	width: 100%;
}
.cmsImage figcaption {
	font-size: 17px;
	font-style: italic;
	padding: 5px 0 0 0;
}

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

	.cmsImage > .left,
	.cmsImage > .right {
		float: none;
		margin: 0 0 10px 0;
		max-width: none;
	}
	
}

/* Elemente - Bildergalerie */

.cmsGallery:after {
	clear: both;
	content: "";
	display: block;
}
.cmsGallery + * {
	margin-top: -30px;
}
.cmsGallery > li {
	float: left;
	margin: 0 3.75% 3.75% 0; /* 0 45 45 0 */
	position: relative;
	width: 30.833333333333332%; /* 370 */
}
.cmsGallery > li:nth-child(3n) {
	margin-right: 0;
}
.cmsGallery > li:nth-child(3n) + li {
	clear: left;
}
.cmsGallery > li > figure {
	overflow: hidden;
	position: relative;
}
.cmsGallery > li > figure > a {
	display: block;
}
.cmsGallery > li > figure > a:after { /* Overlay */
	background: rgb(0, 0, 0);
	background: rgba(0, 0, 0, 0.8);
	box-shadow: 0 0 80px 0 #111111 inset;
	content: "";
	height: 100%;
	left: 0;
	opacity: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1;
	-webkit-transition: opacity 300ms ease-in-out;
	-moz-transition: opacity 300ms ease-in-out;
	-ms-transition: opacity 300ms ease-in-out;
	-o-transition: opacity 300ms ease-in-out;
	transition: opacity 300ms ease-in-out;
}
.cmsGallery > li:hover > figure > a:after { /* Overlay einblenden */
	opacity: 1;
}
.cmsGallery > li > figure > a > img {
	display: block;
	width: 100%;
}
.cmsGallery > li > figure > figcaption {
	color: #ffffff;
	cursor: pointer;
	left: 50%;
	line-height: 1.5;
	margin: 26px auto auto auto;
	opacity: 0;
	padding: 0 10px;
	position: absolute;
	text-align: center;
	text-shadow: 0 0 4px #000000;
	top: 50%;
	width: 100%;
	z-index: 10;
	-moz-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-transition: all 700ms ease-in-out;
	-moz-transition: all 700ms ease-in-out;
	-ms-transition: all 700ms ease-in-out;
	-o-transition: all 700ms ease-in-out;
	transition: all 700ms ease-in-out;
}
.cmsGallery > li:hover > figure > figcaption {
	margin-top: 18px;
	opacity: 1;
}
.cmsGallery > li > figure > figcaption:after {
	content: "\E809";
	font-family: "fontello";
    font-size: 36px;
    left: 0;
    position: absolute;
    text-align: center;
    top: -50px;
    width: 100%;
}
.fancybox-wrap .fancydownload:before {
	content: '\e801';
	font-family: 'fontello';
	font-size: 18px;
	font-weight: normal;
	margin: 0 10px 0 0;
}
.fancybox-wrap .fancydownload {
	background: none repeat scroll 0 0 #000000;
	border-radius: 4px;
	color: #ffffff;
	cursor: pointer;
	font-size: 14px;
	padding: 5px;
	position: relative;
	text-align: center;
	text-transform: uppercase;
	z-index: 1;
}
.fancybox-wrap .fancybox-title {
	font-size: 18px;
	padding: 5px 10px 0 10px;
}

@media all and (max-width: 800px){

	.cmsGallery > li:nth-child(3n) {
		margin-right: 4%;
	}
	.cmsGallery > li:nth-child(3n) + li {
		clear: none;
	}
	.cmsGallery > li:nth-child(2n) {
		margin-right: 0;
	}
	.cmsGallery > li:nth-child(2n) + li {
		clear: left;
	}
	.cmsGallery > li {
		margin-bottom: 30px;
		margin-right: 4%;
		width: 48%;
	}

}

@media all and (max-width: 550px){

	.cmsGallery > li {
		float: none !important;
		margin-right: 0 !important;
		width: 100% !important;
	}

}

/* Element - Gruppenteaser */

.cmsTeaser + * {
	margin-top: -30px;
}
.cmsTeaser:after {
	clear: both;
	content: "";
	display: block;
}
.cmsTeaser > h2 {
	margin: 0 0 20px 0;
}
.cmsTeaser > article {
	float: left;
	margin: 0 3.75% 3.75% 0; /* 0 45 45 0 */
	position: relative;
	top: 0;
	width: 30.833333333333332%; /* 370 */
	-webkit-transition: top 400ms ease-out;
	-moz-transition: top 400ms ease-out;
	-ms-transition: top 400ms ease-out;
	-o-transition: top 400ms ease-out;
	transition: top 400ms ease-out;
}
.cmsTeaser > article:hover {
	top: -5px;
}
.cmsTeaser > article:nth-of-type(3n) {
	margin-right: 0;
}
.cmsTeaser > article:nth-of-type(3n) + article {
	clear: left;
}
.cmsTeaser > article > h2 {
	display: none;
}
.cmsTeaser > article > figure > a > img {
	display: block;
	width: 100%;
}
.cmsTeaser > article > figure > figcaption:before {
	background: #990036;
	border-bottom: 1px solid #ffffff;
	border-top: 1px solid #ffffff;
	content: "";
	display: block;
	height: 7px;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}
.cmsTeaser > article > figure > figcaption {
	background: #f1efed;
	line-height: 1.5;
	min-height: 215px;
	padding: 28px 25px;
	position: relative;
}
.cmsTeaser > article > figure > figcaption > .price {
	background: #990036;
	border-radius: 45px;
	color: #FFFFFF;
	font-size: 14px;
	height: 90px;
	line-height: 1;
	padding: 20px 0 0 0;
	position: absolute;
	right: 16px;
	text-align: center;
	top: -45px;
	width: 90px;
}
.cmsTeaser > article > figure > figcaption > .price > span {
	display: block;
	font-size: 28px;
	font-weight: bold;
	margin: 1px 0 0 0;
}
.cmsTeaser > article > figure > figcaption > a {
	display: table;
	font-size: 24px;
	line-height: 1.3;
}
.cmsTeaser > article > figure > figcaption > .price + a {
	padding: 0 92px 0 0;
}
.cmsTeaser > article > figure > figcaption > p {
	padding: 10px 0 0 0;
}
.cmsTeaser > article > figure > figcaption > p > span {
	display: block;
}
.cmsTeaser > article > figure > figcaption > p > span > a {
	display: none;
}

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

	.cmsTeaser > article > figure > figcaption > .price {
		top: -65px;
	}
	.cmsTeaser > article > figure > figcaption > .price + a {
		padding-right: 0;
	}

}

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

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

}

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

	.cmsTeaser > article {
		float: none !important;
		margin-right: 0 !important;
		width: 100% !important;
	}

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

.cmsSingleTeaser > article {
	background: #F1EFED;
	position: relative;
}
.cmsSingleTeaser > article:after {
	clear: both;
	content: "";
	display: block;
}
.cmsSingleTeaser > article > h2 {
	display: none;
}
.cmsSingleTeaser > article > figure > a {
	display: block;
	float: left;
	width: 30.833333333333332%; /* 370 */
}
.cmsSingleTeaser > article > figure > a > img {
	display: block;
	width: 100%;
}
.cmsSingleTeaser > article > figure > figcaption:before {
	background: #990036 none repeat scroll 0 0;
	border-bottom: 1px solid #ffffff;
	content: "";
	display: block;
	height: 7px;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}
.cmsSingleTeaser > article > figure > figcaption {
	float: left;
	padding: 25px;
	position: relative;
	width: 69.166666666666671%; /* 830 */
}
.cmsSingleTeaser > article > figure > figcaption > .price {
	background: #990036;
	border-radius: 45px;
	color: #FFFFFF;
	font-size: 14px;
	height: 90px;
	line-height: 1;
	padding: 20px 0 0 0;
	position: absolute;
	right: 15px;
	text-align: center;
	top: -25px;
	width: 90px;
}
.cmsSingleTeaser > article > figure > figcaption > .price > span {
	display: block;
	font-size: 28px;
	font-weight: bold;
	margin: 1px 0 0 0;
}
.cmsSingleTeaser > article > figure > figcaption > a {
	display: block;
	font-size: 24px;
	line-height: 1.3;
	padding: 0 95px 0 0;
}
.cmsSingleTeaser > article > figure > figcaption > p {
	line-height: 1.5;
	padding: 10px 0 0 0;
}
.cmsSingleTeaser > article > figure > figcaption > p > .text > a {
	display: none;
}

@media all and (max-width: 900px){

	.cmsSingleTeaser > article > figure > a {
		width: 43%;
	}
	.cmsSingleTeaser > article > figure > figcaption {
		width: 57%;
	}

}

@media all and (max-width: 750px){

	.cmsSingleTeaser > article > figure > a {
		float: none;
		width: 100%;
	}
	.cmsSingleTeaser > article > figure > figcaption {
		float: none;
		width: 100%;
	}
	.cmsSingleTeaser > article > figure > figcaption > .price {
		top: -60px;
	}
	.cmsSingleTeaser > article > figure > figcaption > a {
		padding-right: 0;
	}

}

/* Elemente - Tabelle */

.cmsTable > h2 {
	margin: 0 0 5px 0;
}
.cmsTable > table {
	width: 100%;
}
.cmsTableHalf > table {
	width: 50%;
}
.cmsTable > table > tbody > tr {
	background: #FFFFFF;
}
.cmsTable > table > tbody > tr.val2 {
	background: #F1EFED;
}
.cmsTable > table > tbody > tr > td {
	line-height: 44px;
	padding: 0 14px;
}
.cmsTable > p {
	border-top: 2px solid #990036;
	font-size: smaller;
	margin: 0;
	padding: 0 14px;
}

/* Responsive */

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

	.cmsTableHalf > table {
		width: 100%;
	}

}

/* Elemente - Verlinkungen */

/* Links (intern & extern) */

.cmsLink > a:before {
	content: '\E808';
	font-family: 'fontello';
	font-size: 12px;
	font-weight: normal;
	margin: 0 10px 0 0;
	position: relative;
	top: -2px;
}
.cmsLink > a {
	color: #2d343e;
	display: inline-block;
	padding: 0;
	position: relative;
	-webkit-transition: all 400ms ease-out;
	-moz-transition: all 400ms ease-out;
	-ms-transition: all 400ms ease-out;
	-o-transition: all 400ms ease-out;
	transition: all 400ms ease-out;
}
.cmsLink > a:hover {
	color: #990036;
	padding-left: 5px;
}

/* Verweisliste */

.cmsRefs > h2 {
	margin: 0 0 11px 0;
}
.cmsRefs > ul > li {
	margin: 4px 0;
}
.cmsRefs > ul > li > a:before {
	content: '\E808';
	font-family: 'fontello';
	font-size: 12px;
	font-weight: normal;
	margin: 0 10px 0 0;
	position: relative;
	top: -2px;
}
.cmsRefs > ul > li > a {
	color: #2d343e;
	display: inline-block;
	padding: 0;
	position: relative;
	-webkit-transition: all 400ms ease-out;
	-moz-transition: all 400ms ease-out;
	-ms-transition: all 400ms ease-out;
	-o-transition: all 400ms ease-out;
	transition: all 400ms ease-out;
}
.cmsRefs > ul > li > a:hover {
	color: #990036;
	padding-left: 5px;
}

/* E-Mail */

.cmsMail > a:before {
	content: '\E833';
	font-family: 'fontello';
	font-size: 14px;
	font-weight: normal;
	margin: 0 10px 0 0;
	position: relative;
	top: -2px;
}
.cmsMail > a {
	color: #2d343e;
	display: inline-block;
	padding: 0;
	position: relative;
	-webkit-transition: all 400ms ease-out;
	-moz-transition: all 400ms ease-out;
	-ms-transition: all 400ms ease-out;
	-o-transition: all 400ms ease-out;
	transition: all 400ms ease-out;
}
.cmsMail > a:hover {
	color: #990036;
	padding-left: 5px;
}

/* Elemente - Dropdown */

.cmsDrop:before {
	background: #f1efed;
	content: "";
	display: block;
	height: 100%;
	left: -5000px;
	position: absolute;
	top: 0;
	width: 10000px;
	z-index: -1;
}
.cmsDrop {
	background: #F1EFED;
	padding: 40px 0;
	position: relative;
}
.cmsDrop > h3:before {
	content: '\E807';
	font-family: 'fontello';
	font-weight: normal;
	margin: 0 16px 0 0;
}
.cmsDrop > h3 {
	color: #990036;
	cursor: pointer;
	display: inline-block;
}
.cmsDrop > h3.contentHide:before {
	content: '\E805';
}
.cmsDrop > h3.contentHide + div {
	display: none;
}
.cmsDrop > h3 + div {
	overflow: hidden;
}

/* Elemente - HTML */

/* Elemente - Youtube */

.cmsYoutube {
	position: relative;
}
.cmsYoutube:after {
	clear: both;
	content: "";
	display: block;
}
.cmsYoutube:before {
    background: #F1EFED;
    content: "";
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 48%;	
}
.cmsYoutube > h2 {
	margin: 0 0 5px 0;
}
.cmsYoutube > div.video {
	padding: 0 50% 0 0;
	position: relative;
}
.cmsYoutube > div.video > div {
	height: 0;
	overflow: hidden;
	padding: 30px 0 56.25% 0;
	position: relative;
}
.cmsYoutube > div.video > div > iframe {
	background: #F1EFED;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}
.cmsYoutube > div.description {
	float: right;
	max-width: 48%;
	padding: 20px;
	position: relative;
	width: 100%;
	z-index: 1;
}
.cmsYoutube > div.description > p {
	padding: 5px 0 0;
}

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

	.cmsYoutube:before {
		display: none;
	}
	.cmsYoutube > div.video {
		padding-right: 0;
	}
	.cmsYoutube > div.description {
		float: none;
		max-width: none;
		padding: 0 0 15px;
		position: relative;
	}

}

/* Elemente - Iframe */

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

.cmsDownload + .cmsDownload {
	margin-top: -40px;
}

.cmsDownload {
	line-height: 1;
}
.cmsDownload > a {
	color: #2d343e;
	display: inline-block;
	padding: 0;
	position: relative;
	-webkit-transition: all 400ms ease-out;
	-moz-transition: all 400ms ease-out;
	-ms-transition: all 400ms ease-out;
	-o-transition: all 400ms ease-out;
	transition: all 400ms ease-out;
}
.cmsDownload > a:hover {
	color: #990036;
	padding-left: 5px;
}
.cmsDownload > a > span:before {
	color: #FFFFFF;
	display: block;
	font-size: 11px;
	font-weight: bold;
	height: 100%;
	line-height: 23px;
	text-align: center;
	width: 100%;
}
.cmsDownload > a > span {
	border-radius: 3px;
	float: left;
	height: 23px;
	margin: 0 14px 0 0;
	position: relative;
	top: -2px;
	width: 45px;
}

.cmsFile > a > span:before {
	content: "FILE";
}
.cmsFile > a > span {
	background: #E57D26;
}

.cmsXLS > a > span:before {
	content: "XLS";
}
.cmsXLS > a > span {
	background: #4CB86D;
}

.cmsPDF > a > span:before {
	content: "PDF";
}
.cmsPDF > a > span {
	background: #E84C3D;
}

.cmsDOC > a > span:before {
	content: "DOC";
}
.cmsDOC > a > span {
	background: #3896D3;
}

/* Elemente - Formular */

.cmsForm:before {
	background: #f1efed;
	content: "";
	display: block;
	height: 100%;
	left: -5000px;
	position: absolute;
	top: 0;
	width: 10000px;
	z-index: -1;
}
.cmsForm {
	background: #F1EFED;
	padding: 40px 0 20px;
	position: relative;
}
.cmsForm > h2 {
	margin: 0 0 20px 0;
}
.cmsForm > .row {
	margin: 20px 0;
	padding: 0 40px 0 0;
	position: relative;
}
.cmsForm > .row:after {
	clear: both;
	content: "";
	display: block;
}
.cmsForm > .row.validation:before {
	color: #990036;
	content: '\E823';
	font-family: 'fontello';
	line-height: 44px;
	position: absolute;
	right: 0;
	top: 0;
}
.cmsForm > .row > label {
	display: block;
	float: left;
	line-height: 44px;
	padding: 0 10px 0 0;
	width: 30%;
}
.cmsForm > .row > .field {
	background: #FFFFFF;
	border: 1px solid #cfcfcf;
	height: 44px;
	outline: medium none;
	padding: 0 10px;
	width: 70%;
}
.cmsForm > .row > .field:focus {
	border: 1px solid #93C8FF;
	box-shadow: 0 0 4px #1983F0;
}
.cmsForm > .row > textarea.field {
	height: 100px;
	line-height: 1.3;
	padding-top: 10px;
	padding-bottom: 10px;
}
.cmsForm > .row > select.field {
	padding: 7px 10px 7px 7px;
}
.cmsForm > .row > input[type='file'].field {
	border: 1px solid #CFCFCF;
	height: auto;
	line-height: 1;
	padding: 8px 10px;
}
.cmsForm > .row > input[type='file'].field:focus {
	border: 0;
	box-shadow: none;
}
.cmsForm > .row > .checkbox {
	border: 0 none;
	margin: 0 8px 0 0;
	padding: 0;
	width: auto;
}
.cmsForm > .row > p {
	display: inline-block;
	line-height: 44px;
}
.cmsForm > .infotext {
	line-height: 1.3;
}
.cmsForm > .row > .datepicker {
	cursor: pointer;
	width: 140px;
}
.cmsForm > .row > .calicon {
	background: none repeat scroll 0 0 #f9f9f9;
	border-left: 1px solid #cfcfcf;
	cursor: pointer;
	display: inline-block;
	font-size: 18px;
	height: 42px;
	line-height: 42px;
	margin: 0 0 0 -35px;
	padding: 0 7px 0 9px;
	position: absolute;
	top: 1px;
}
.cmsForm > .row > .calicon:before {
	content: "\E800";
	font-family: "fontello";
}
.cmsForm > .row > .spm {
	background: none repeat scroll 0 0 #FFFFFF;
	border: 1px solid #CFCFCF;
	float: left;
	padding: 15px;
	position: relative;
	width: 70%;
}
.cmsForm > .row > .spm:after {
	content: '\e826';
	font-family: 'fontello';
	font-size: 20px;
	left: 146px;
	position: absolute;
	top: 13px;
}
.cmsForm > .row > .spm > img {
	border: 1px solid #cfcfcf;
	float: left;
}
.cmsForm > .row > .spm > img + input {
	float: left;
	height: 32px;
	margin: 0 0 0 30px;
	padding: 0 8px;
	text-align: center;
	width: 90px;
}
.cmsForm > .row > .spm > p {
	clear: both;
	padding: 8px 0 0 0;
}
.cmsForm > .button {
	margin: 20px 40px 20px 0;
	position: relative;
	text-align: right;
}
.cmsForm > .button > input { /* Sende-Button */
	background: #990036;
	border: 0;
	border-radius: 4px;
	color: #FFFFFF;
	cursor: pointer;
	line-height: 40px;
	padding: 0 20px;
	font-weight: bold;
	text-transform: uppercase;
}
.cmsForm > .msg {
	line-height: 1.3;
	margin: 0 40px 10px 0;
	padding: 4px 10px;
}
.cmsForm .error {
	background: #FFFFFF;
	border: 1px solid #FFA3A3 !important;
	box-shadow: 0 0 3px #FF0000;
}

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

}

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

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

}

/* Variablen */

:root {

	/* Template */
		
	--mw-margin-top: 65px;
	--mw-margin-bottom: 65px;
	--mw-padding-left: 20px;
	--mw-padding-right: 20px;
	--mw-max-width: 1770px;
	--mw-max-width2: 940px;
		
	/* Colors */
	
	--mw-color-primary: #990036;
	--mw-color-secondary: #990036;
	--mw-color-error: #F44336;
	--mw-color-success: #4CAF50;
	--mw-color-lightgray: #F4F6F8;
	--mw-color-gray: #E1DDDA;
	--mw-color-middlegray: #9D9A98;
	--mw-color-darkgray: #232c2f;

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

	--mw-color-link: #7C9DA8;
	--mw-color-link-hover: #7C9DA8;

	--mw-color-button: #FFFFFF;
	--mw-color-button-hover: #FFFFFF;
	--mw-color-button-background: #990036;
	--mw-color-button-background-hover: rgba(153,0,54, 0.8);

	--mw-color-headline: #7C9DA8;
	--mw-color-headline2: #7C9DA8;
	--mw-color-headline3: #9D9A98;
	--mw-color-headline-element: #7C9DA8;

	--mw-color-menu-background: #FFFFFF;
	--mw-color-menu-background-fixed: #FFFFFF;
	--mw-color-menu-background-mobile: #7DB5A4;
	--mw-color-menu-selected-mobile: #c0ecdf;
	--mw-color-menu-background-teaser: #f9f9f9;

	--mw-color-fancybox-rgb: rgb(30, 30, 30);
	--mw-color-fancybox-rgba: rgb(30, 30, 30, 0.9);
		
	/* Fonts */
		
	--mw-font-primary: "Barlow", sans-serif;
	--mw-font-secondary: "Fjalla One", sans-serif;
	
	--mw-font-primary-weight-thin: 400;
	--mw-font-primary-weight-extra-light: 400;
	--mw-font-primary-weight-light: 400;
	--mw-font-primary-weight-normal: 400;
	--mw-font-primary-weight-medium: 600;
	--mw-font-primary-weight-semi-bold: 600;
	--mw-font-primary-weight-bold: 700;
	--mw-font-primary-weight-extra-bold: 700;
	--mw-font-primary-weight-black: 700;
		
	--mw-font-secondary-weight-thin: 300;
	--mw-font-secondary-weight-extra-light: 300;
	--mw-font-secondary-weight-light: 300;
	--mw-font-secondary-weight-normal: 400;
	--mw-font-secondary-weight-medium: 500;
	--mw-font-secondary-weight-semi-bold: 500;
	--mw-font-secondary-weight-bold: 700;
	--mw-font-secondary-weight-extra-bold: 700;
	--mw-font-secondary-weight-black: 700;
		
	/* specified Fonts */
		
	--mw-font-body: "Barlow", sans-serif;
	--mw-font-body-lineheight: 1.250;
	--mw-font-body-size: 18px;
	--mw-font-body-weight: 400;
	
	--mw-font-link-weight: 700;

	--mw-font-button-size: 18px;
	--mw-font-button-weight: 600;

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

	--mw-font-headline-element: "Fjalla One", sans-serif;
	--mw-font-headline-element-lineheight: 1.250;
	--mw-font-headline-element-size: 24px;
	--mw-font-headline-element-weight: 400;
	
}

/**
 * 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 - Quickrequest */

.quickrequest {
	background: #990036;
	border-radius: 113px;
	bottom: 126px;
	color: #ffffff;
	height: 180px;
	padding: 31px 0 0;
	position: absolute;
	right: 130px;
	width: 180px;
	z-index: 999;
}
#GalleryWrapper > .quickrequest {
    margin-right: -600px;
    margin-top: -112px;
    right: 50%;
    top: 50%;
}
.quickrequest > form {
	padding: 10px 0 0 0;
}
.quickrequest > form > h3 {
	color: #FFFFFF;
	font-size: 24px;
	font-weight: 300;
	line-height: 1;
	margin: 0 0 25px 0;
	text-align: center;
}
.quickrequest > form > h3 > span {
	display: block;
	font-size: 30px;
	margin: 0 0 -10px 0;
}
.quickrequest > form > .row {
	padding: 0 22px;
	display: none;
}
html[lang="en"] .quickrequest > form > .row {
	padding: 0 12px;
}
.quickrequest > form > .row:after {
	clear: both;
	content: "";
	display: block;
}
.quickrequest > form > .row > label {
	display: block;
	float: left;
	margin: 0 10px 0 0;
}
.quickrequest > form > .row > input {
	background: #b34066;
	border: 0;
	border-radius: 5px 0 0 5px;
	cursor: pointer;
	float: left;
	font-size: 22px;
	height: 32px;
	text-align: center;
	width: 121px;
}
.quickrequest > form > .row > .calicon {
	background: url("/img/layout/ico_cal.png") no-repeat center center #FFFFFF;
	background-size: 18px auto;
	border-radius: 0 5px 5px 0;
	cursor: pointer;
	float: left;
	height: 32px;
	width: 32px;
}
.quickrequest > form > .button {
	margin: 19px -10px 0 0;
	text-align: center;
}
.quickrequest > form > .button > button {
	background: none;
	border: 0 none;
	cursor: pointer;
	font-weight: bold;
	line-height: 1;
	margin: 0 0 0 -25px;
	padding: 0;
	position: relative;
	text-transform: uppercase;
}
.quickrequest > form > .button > button > i:before {
	content: "\E826";
	color: #ffffff;
	display: block;
	font-family: "fontello";
	font-size: 24px;
	font-style: normal;
	height: 32px;
	position: absolute;
	right: -30px;
	top: -2px;
	width: 32px;
	z-index: 2;
}

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

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

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

	#GalleryWrapper > .quickrequest {
		display: none;
	}	

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

	#IntroContentWrapper .quickrequest {
		bottom: auto;
		margin: 20px auto;
		position: relative;
		right: auto;
	}

}

/* Erweiterungen - WebBox - Zimmer */

.wbRoom > article > figure > figcaption > .text {
	padding: 10px 0 10px 0;
}
.wbRoom > article > figure > figcaption > p > a {
	background: #B34068;
	color: #FFFFFF;
	display: inline-block;
	font-size: 20px;
	line-height: 1;
	padding: 5px 15px 7px;
	text-transform: uppercase;
	margin-top: 20px;
	text-align: center;
}
.wbRoom > article > figure > figcaption > p > a:hover {
	background: #d18ca4; 
}
.wbRoom > article > figure > figcaption > p > a.details {
	margin-right: 5px;
}
.wbRoom > article > figure > figcaption > .more > .price {
	font-weight: bold;
}
.wbRoom article figure > figcaption .trigger {
	display: none;
	margin: 3px auto 15px auto;
	background: #FFFFFF;
	font-size: 15px;
	text-align: center;
	cursor: pointer;
	left: 50%;
	padding: 3px 6px;
	position: absolute;
	transform: translate(-50%);
}
.wbRoom article figure > figcaption .trigger.show {
	display: flex;
}
.wbRoom .more {
	display: flex;
	align-items: center;
}
.wbRoom .more .buttons {
	display: flex;
	margin: 0 0 0 auto;
}
.wbRoom .more .buttons .details {
	margin: 0 5px 0 0;
}
.wbRoom .more .buttons a {
	background: #B34068;
	color: #FFFFFF;
	display: block;
	padding: 10px 15px 7px;
	text-transform: uppercase;
}
.wbRoom .more .buttons a:hover {
	background: #d18ca4;
}

/* Erweiterungen - WebBox - Pauschalen */

.wbPackage article figure > a .date {
	background: rgba(0, 0, 0, 0.5);
	position: absolute;
	top: 20px;
	right: 0;
	line-height: 1;
	color: #FFFFFF;
	padding: 7px 10px 6px;
	font-size: 18px;
}
.wbPackage > article > figure > figcaption > a {
	padding: 0 0 10px 0;
}
.wbPackage > article > figure > figcaption > p > a {
	background: #B34068;
	color: #FFFFFF;
	display: inline-block;
	font-size: 20px;
	line-height: 1;
	padding: 5px 15px 7px;
	text-transform: uppercase;
	margin-top: 20px;
	text-align: center;
}
.wbPackage > article > figure > figcaption > p > a:hover {
	background: #d18ca4; 
}
.wbPackage > article > figure > figcaption > p > a.details {
	margin-right: 5px;
}
.wbPackage .more {
	display: flex;
	align-items: center;
}
.wbPackage .more .buttons {
	display: flex;
	margin: 0 0 0 auto;
}
.wbPackage .more .buttons .details {
	margin: 0 5px 0 0;
}
.wbPackage .more .buttons a {
	background: #B34068;
	color: #FFFFFF;
	display: block;
	padding: 10px 15px 7px;
	text-transform: uppercase;
}
.wbPackage .more .buttons a:hover {
	background: #d18ca4;
}

/* WebBox - Zimmer - Preise - Rates */

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

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

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

}

/* WebBox - Zimmer - Preise */

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

/* Ansicht: Zeitraum */

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

/* --- Markierungen --- */

/* verfügbar */

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

/* nicht selektierbar */

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

/* nicht verfügbar */

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

/* ausgewählt */

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

/* Infobox */

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

/* Legende */

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

/* Preloader */

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

/* Owl Carousel */

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

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

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

}

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

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

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

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

	/* Ansicht: Zeitraum */

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

	/* Infobox */

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

}

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

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

}