/* 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;
}

/*! 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-header {
	background: #B51621 !important;
	border: 0 none !important;
	color: #FFFFFF !important;
	margin: -9px -9px 0 -9px !important;
	padding: 0.4em !important;
}
.ui-datepicker td {
	border: 0 none !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: #535E66 !important;
	color: #FFFFFF !important;
}
.ui-datepicker-month, .ui-datepicker-year {
	font-size: 1em !important;
}
/* benutzerdefinierte Styles Ende */

/* generelle Vererbungen */

.ui-datepicker {
	border: 0 none !important;
	box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.2) !important;
	padding: 11px 11px 5px 11px !important;
	font-size: 13px !important;
	width: 220px !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 {
	color: #FFFFFF !important;
	width: auto !important;
	height: auto !important;
	margin: 7px 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 {
	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-iframe {
	height: 100%;
	width: 100%;
}
.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 {
	margin-right: 0 !important;
	overflow-x: hidden;
}

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

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

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

/* 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: "DINWeb";
	font-style: normal;
	font-weight: normal;
	src: url("/webfonts/dinweb-regular.eot?iefix");
	src: url("/webfonts/dinweb-regular.woff") format("woff");
}
@font-face {
	font-family: "DINWeb";
	font-style: normal;
	font-weight: bold;
	src: url("/webfonts/dinweb-bold.eot?iefix");
	src: url("/webfonts/dinweb-bold.woff") format("woff");
}
@font-face {
	font-family: "DINWeb";
	font-style: normal;
	font-weight: 300;
	src: url("/webfonts/dinweb-light.eot?iefix");
	src: url("/webfonts/dinweb-light.woff") format("woff");
}
@font-face {
	font-family: "Suedtirol";
	font-style: normal;
	font-weight: normal;
	src: url("/webfonts/suedtirol.eot?iefix");
	src: url("/webfonts/suedtirol.woff") format("woff");
}

/* Grundlegende Angaben */

body {
	color: #21262D;
	font: normal 17px/1.5 "DINWeb", sans-serif;
	-webkit-text-size-adjust: none;
}
a {
	color: #21262D;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #000000;
}
input, textarea, select, button {
	border: 1px solid #CFCFCF;
	border-radius: 0;
	color: inherit;
	font-family: inherit;
}
input[type='submit'] {
	-webkit-appearance: none;
}
ol, ul {
	list-style: none;
}
.cmsMargin {
	margin: 30px 0;
}
*, *:before, *:after {
	-moz-box-sizing: border-box; 
	-webkit-box-sizing: border-box; 
	box-sizing: border-box;
}

/* Consent */

.mco-consent-logo img {
	max-width: 119px !important;
}

/* Layout - Header */

#HeaderWrapper {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 4;
}
#HeaderWrapper > div {
	margin: 0 auto;
	max-width: 1525px;
	padding: 0 70px;
	position: relative;
}
#HeaderWrapper > div:after {
	clear: both;
	content: "";
	display: block;
}
#HeaderWrapper > div > div {
	background: #FFFFFF;
	background: rgba(255, 255, 255, 0.75);
	left: 15px;
	position: absolute;
	top: 0;
	z-index: 20; 
}
#HeaderWrapper > div > div:before {
	background: #FFFFFF;
	background: rgba(255, 255, 255, 0.75);
	content: "";
	height: 100%;
	left: -1000px;
	position: absolute;
	top: 0;
	width: 1000px;
}
#HeaderWrapper > div > div:after {
	background: url("/img/layout/slant.png") scroll no-repeat 0 -1047px;
	content: "";
	height: 100%;
	position: absolute;
	right: -19px;
	top: 0;
	width: 19px;
}

@media all and (max-width: 950px){
	
	#HeaderWrapper > div > div {
		right: 15px;
	}
	#HeaderWrapper > div > div:after {
		background: #FFFFFF;
		background: rgba(255, 255, 255, 0.75);
		content: "";
		height: 100%;
		right: -1000px;
		position: absolute;
		top: 0;
		width: 1000px;
	}
		
}
@media all and (max-width: 790px){ /* MOBILE */

	#HeaderWrapper {
		background: #FFFFFF;
	}
	#HeaderWrapper > div {
		padding-left: 0;
		padding-right: 0;
	}
	#HeaderWrapper > div > div {
		left: 0;
		right: 0;
	}

}

/* Layout - Header - Fixed */

#HeaderWrapper.fixed > div > a.logo {
	max-width: 292px;
	padding: 4px 143px 2px 66px; 
}
#HeaderWrapper.fixed > div > a.logo.suedtirol {
	margin-right: -90px;
}
#HeaderWrapper.fixed > div > a.logo.suedtirol  > img {
	padding-top: 10px;
	width: 49.8px;
}

/* Scroll Top */

#HeaderWrapper > a.top {
	background: url("/img/cms/cms.png") no-repeat scroll 33px -1234px #B51621;
	color: #FFFFFF;
	font-size: 16px;
	opacity: 0;
	padding: 34px 28px 11px;
	position: absolute;
	right: 0;
	text-transform: uppercase;
	top: 0;
	z-index: 3;
	-webkit-transition: opacity 300ms ease-in-out;
	-moz-transition: opacity 300ms ease-in-out;
	-o-transition: opacity 300ms ease-in-out;
	transition: opacity 300ms ease-in-out;
}
#HeaderWrapper > a.top:before {
	background: url("/img/layout/slant.png") scroll no-repeat 0 -2896px;
	content: "";
	height: 100%;
	left: -20px;
	position: absolute;
	top: 0;
	width: 20px;
}
#HeaderWrapper.notOnTop > a.top {
	opacity: 1;
}
#HeaderWrapper.notOnTop > a.top:hover {
	background-color: #535E66;
}
#HeaderWrapper.notOnTop > a.top:hover:before {
	background-position: 0 -3016px;
}

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

	/* Logo */

	#HeaderWrapper.fixed > div > a.logo.suedtirol {
		margin-right: -90px;
	}
}
@media all and (max-width: 790px){ /* MOBILE */

	/* Scroll Top */
	
	#HeaderWrapper > a.top {
		top: 0;
		z-index: 22;
	}

}

/* Layout - Header - Logo */

#HeaderWrapper > div > a.logo {
	background: none repeat scroll 0 0 rgba(255, 255, 255, 0.75);
	cursor: default; 
	float: right;
	display: block;
	margin-right: -180px;
	max-width: 328px;
	padding: 32px 114px 31px 95px;
	position: relative;
	z-index: 2;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}
#HeaderWrapper > div > a.logo:before {
	background: url("/img/layout/slant.png") scroll no-repeat 0 -1656px;
	content: "";
	height: 100%;
	left: -44px;
	position: absolute;
	top: 0;
	width: 44px;
}
#HeaderWrapper > div > a.logo:after {
	background: none repeat scroll 0 0 rgba(255, 255, 255, 0.75); 
	content: "";
	height: 100%;
	right: -1000px;
	position: absolute;
	top: 0;
	width: 1000px;
}
#HeaderWrapper > div > a.logo > img {
	display: block;
	width: 100%;
}

#HeaderWrapper > div > a.logo.suedtirol {
	background: none;
	z-index: 100;
}
#HeaderWrapper > div > a.logo.suedtirol {
	padding-right: 130px;
}
#HeaderWrapper > div > a.logo.suedtirol > img {
	padding-top: 18px;
	width: 71.4px;
	transition: all 300ms ease-in-out;
}
#HeaderWrapper > div > a.logo.suedtirol:after,
#HeaderWrapper > div > a.logo.suedtirol:before {
	display: none;
}

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

	#HeaderWrapper > div > a.logo {
		padding-left: 29px;
		padding-right: 180px;
	}
	#HeaderWrapper > div > a.logo.suedtirol {
		margin-right: -180px;
	}
	#HeaderWrapper > div > a.logo.suedtirol > img {
		padding-top: 10px;
		width: 48.9px;
	}
	
}
@media all and (max-width: 950px){
	
	#HeaderWrapper > div > a.logo {
		max-width: 292px;
		padding: 4px 143px 3px 66px;
	}
	#HeaderWrapper > div > a.logo.suedtirol {
		margin-right: -198px;
	}

}
@media all and (max-width: 790px){ /* MOBILE */

	#HeaderWrapper > div > a.logo {
		background: none;
		margin-right: 0;
		max-width: 113px;
		padding: 4px 15px 3px;
		top: 0;
		z-index: 22;
	}
	#HeaderWrapper > div > a.logo.suedtirol {
		margin-right: calc(50% - 145px);
	}
	#HeaderWrapper > div > a.logo.suedtirol > img {
		padding-top: 10px;
	}
	#HeaderWrapper.fixed > div > a.logo {
		margin-right: -180px;
	}
	#HeaderWrapper.fixed > div > a.logo.suedtirol {
		margin-right: -15px;
	}
		
	#HeaderWrapper > div > a.logo:before {
		display: none;
	}
	#HeaderWrapper > div > a.logo:after {
		display: none;
	}

}

@media all and (max-width: 400px) {
	#HeaderWrapper.fixed > div > a.logo {
		margin-right: 0px;
	}
	#HeaderWrapper.fixed > div > a.logo.suedtirol {
		margin-right: 100px;
	}
	#HeaderWrapper.fixed > div > a.logo {
		max-width: 115px;
		padding: 4px 15px 3px;
	}
}

/* Layout - Content */

#ContentWrapper {
	margin: 50px auto 0;
	max-width: 1020px;
	padding: 0 15px 0 0;
	position: relative;
	z-index: 2;
}
#ContentWrapper.cookieMsg {
	margin-bottom: 35px;
}
#ContentWrapper.withfooter {
	padding-bottom: 0;
}
#ContentWrapper > div:after {
	clear: both;
	content: "";
	display: block;
}
#ContentWrapper > div > section {
	margin: 0;
	overflow: hidden;
	padding: 0 50px 0 15px;
	width: auto;
}
#ContentWrapper > div > aside {
	float: right;
	width: 260px;
}

/* Standard */

body.standard #ContentWrapper {
	margin-top: 215px;
}

/* Überschriften */

#ContentWrapper > .headline {
	padding: 1px 15px;
}

@media all and (max-height: 800px){
	
	/* Standard */
		
	body.standard #ContentWrapper {
		margin-top: 153px;
	}
	
}
@media all and (max-width: 700px){ /* MOBILE */
	
	#ContentWrapper {
		padding-right: 0;
	}
	#ContentWrapper.withfooter {
		padding-bottom: 240px;
	}
	#ContentWrapper > div > aside {
		float: none;
		overflow: hidden;
		padding: 0 15px;
		width: 100%;
	}
	#ContentWrapper > div > section {
		float: none;
		padding: 0 15px;
	}
		
	/* Standard */
		
	body.standard #ContentWrapper {
		margin-top: 70px;
	}
		
	/* Kontakt */

	#ContentWrapper > div > aside > div.contact {
		margin-bottom: 0;
	}
	#ContentWrapper > div > aside > div.contact > p {
		text-align: center;
	}
	#ContentWrapper > div > aside > div.contact > p > span {
		display: inline-block;
	}
	#ContentWrapper > div > aside > div.contact > p > span.title,
	#ContentWrapper > div > aside > div.contact > p > span.address {
		display: block;
	}
	#ContentWrapper > div > aside > div.contact > p > span.phone {
		margin-bottom: 10px;
	}
	
}
@media all and (max-width: 530px){ /* MOBILE */

	#ContentWrapper.withfooter {
		padding-bottom: 0;
	}

}

/* Layout - Content - Kontakt */

#ContentWrapper > div > aside > div.contact {
	background: #21262D;
	padding: 20px;
}
#ContentWrapper > div > aside > div.contact > p {
	color: #FFFFFF;
}
#ContentWrapper > div > aside > div.contact > p span {
	display: block;
}
#ContentWrapper > div > aside > div.contact > p > span.title {
	font-weight: bold;
	text-transform: uppercase;
}
#ContentWrapper > div > aside > div.contact > p > span.phone {
	background: url("/img/layout/ico_phone.png") scroll no-repeat left center;
	font-size: 15px;
	margin: 10px 0 26px;
	padding: 15px 0 15px 75px;
}
#ContentWrapper > div > aside > div.contact > p > span.phone > span {
	font-family: "DINWeb", sans-serif;
	font-size: 18px;
	font-weight: bold;
	margin: -1px 0 0;
}
#ContentWrapper > div > aside > div.contact > p > span.phone > span > a {
	color: #FFFFFF;
}
#ContentWrapper > div > aside > div.contact > p > span.address {
	font-size: 15px;
	line-height: 1.3;
	text-align: center;
}
#ContentWrapper > div > aside > div.contact > p > span.address > span {
	font-family: "DINWeb", sans-serif;
	font-weight: bold;
}

@media all and (max-width: 700px){ /* MOBILE */
	

	#ContentWrapper > div > aside > div.contact {
		margin-bottom: 0;
	}
	#ContentWrapper > div > aside > div.contact > p {
		text-align: center;
	}
	#ContentWrapper > div > aside > div.contact > p > span {
		display: inline-block;
	}
	#ContentWrapper > div > aside > div.contact > p > span.title,
	#ContentWrapper > div > aside > div.contact > p > span.address {
		display: block;
	}
	#ContentWrapper > div > aside > div.contact > p > span.phone {
		margin-bottom: 10px;
	}
	
}

/* Layout - Footer */

#FooterWrapper {
	background: #535E66;
	border-top: 1px solid #A9AFB3;
	bottom: 0;
	overflow: hidden;
	position: relative;
	width: 100%;
	z-index: 2;
}
body.standard #FooterWrapper {
	position: absolute;
}
#FooterWrapper > div {
	margin: 0 auto;
	max-width: 1020px;
	padding: 0 15px;
	position: relative;
}
#FooterWrapper > div.content:before {
	background: #212629;
	content: "";
	height: 100%;
	position: absolute;
	right: -985px;
	width: 1000px;
}
#FooterWrapper > div:after {
	clear: both;
	content: "";
	display: block;
}

/* Cookie - Meldung */

#FooterWrapper.cookieMsg {
	margin-bottom: 34px;
}
#FooterWrapper.cookieMsg.noFooter {
	border-top: 0 none;
}
#FooterWrapper.cookieMsg.noFooter > div:before {
	display: none;
}
#FooterWrapper > div.cookieMsg {
	background: #B51621;
	bottom: 0;
	color: #FFFFFF;
	display: none;
	font-size: 14px;
	height: auto;
	max-width: 100%;
	padding: 8px 15px 5px;
	position: fixed;
	text-align: center;
	width: 100%;
}
#FooterWrapper > div.cookieMsg.show {
	display: block;
}
#FooterWrapper > div.cookieMsg > a {
	color: #FFFFFF;
	display: inline-block;
	margin: 0 10px;
}
#FooterWrapper > div.cookieMsg > a:hover {
	text-decoration: underline;
}
#FooterWrapper > div.cookieMsg > a.close {
	text-transform: uppercase;
}

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

	body.standard #FooterWrapper {
		position: relative;
	}

}
@media all and (max-width: 530px){ /* MOBILE */
	
	#FooterWrapper {
		position: relative;
	}
	#FooterWrapper > div:before {
		display: none;
	}
	
}

/* Layout - Footer - Kontakt */

#FooterWrapper > div.content > p > span.phone {
	background: url("/img/layout/ico_phone.png") scroll no-repeat left center;
	color: #FFFFFF;
	float: left;
	font-size: 15px;
	padding: 23px 0 23px 75px;
}
#FooterWrapper > div.content > p > span.phone > span {
	display: block;
	font-size: 20px;
	font-weight: bold;
	margin: -1px 0 0;
}
#FooterWrapper > div.content > p > span.phone > span > a {
	color: #FFFFFF;
}
#FooterWrapper > div.content > p > span.address {
	background: #212629;
	color: #FFFFFF;
	font-size: 15px;
	float: right;
	line-height: 1.3;
	padding: 22px 38px 18px 51px;
	position: relative;
	text-align: center;
}
#FooterWrapper > div.content > p > span.address:before {
	background: #212629;
	background: -moz-linear-gradient(75deg,  rgba(33,38,41,0) 0%, rgba(33,38,41,0) 50%, rgba(33,38,41,1) 50.1%, rgba(33,38,41,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,rgba(33,38,41,0)), color-stop(50%,rgba(33,38,41,0)), color-stop(50.1%,rgba(33,38,41,1)), color-stop(100%,rgba(33,38,41,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(15deg,  rgba(33,38,41,0) 0%,rgba(33,38,41,0) 50%,rgba(33,38,41,1) 50.1%,rgba(33,38,41,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(75deg,  rgba(33,38,41,0) 0%,rgba(33,38,41,0) 50%,rgba(33,38,41,1) 50.1%,rgba(33,38,41,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(75deg,  rgba(33,38,41,0) 0%,rgba(33,38,41,0) 50%,rgba(33,38,41,1) 50.1%,rgba(33,38,41,1) 100%); /* IE10+ */
	background: linear-gradient(75deg,  rgba(33,38,41,0) 0%,rgba(33,38,41,0) 50%,rgba(33,38,41,1) 50.1%,rgba(33,38,41,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00212629', endColorstr='#212629',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	content: "";
	height: 100%;
	position: absolute;
	left: -30px;
	top: 0;
	width: 30px;
}
#FooterWrapper > div.content > p > span.address > span {
	display: block;
	font-weight: bold;
	text-align: right;
}
#FooterWrapper > div.content > p > span.address > a {
	color: #FFFFFF;
	display: block;
	font-weight: normal;
	text-align: right;
}

@media all and (max-width: 580px){ /* MOBILE */
	
	#FooterWrapper > div.content > p > span.address {
		padding-left: 15px;
		padding-right: 10px;
	}
	
}
@media all and (max-width: 530px){ /* MOBILE */
	
	#FooterWrapper > div.content > p {
		text-align: center;
	}
	#FooterWrapper > div.content > p > span.phone {
		display: inline-block;
		float: none;
	}
	#FooterWrapper > div.content > p > span.address {
		background: none;
		display: inline-block;
		float: none;
		padding-bottom: 20px;
		padding-right: 15px;
		padding-top: 0;
		width: 100%;
	}
	#FooterWrapper > div.content > p > span.address:before {
		display: none;
	}
	#FooterWrapper > div.content > p > span.address > span {
		text-align: center;
	}
	#FooterWrapper > div.content > p > span.address > a {
		text-align: center;
	}
	
}

/* Layout - Footer - Logos */

#FooterWrapper > div.logos {
	background: #F8F8F8;
	border-top: 1px solid #E2E3E3;
	max-width: none;
	padding: 15px 0;
}
#FooterWrapper > div.logos > div {
    margin: 0 auto;
    max-width: 1020px;
    padding: 0 15px 0 15px;
}
#FooterWrapper > div.logos > div > div > span {
	cursor: default;
	display: block;
	float: left;
}

/* Linke Spalte */

#FooterWrapper > div.logos > div > div.left {
	float: left;
}
#FooterWrapper > div.logos > div > div.left:after {
	clear: both;
	content: "";
	display: block;
}
#FooterWrapper > div.logos > div > div.left > .armani,
#FooterWrapper > div.logos > div > div.left > .colmar {
	background: url("/img/layout/layout-2023-10.png") scroll no-repeat 0 -192px;
	background-size: 155px auto;
	height: 34px;
	width: 80px;
	margin-right: 38px;
	margin-top:2px; 
}
#FooterWrapper > div.logos > div > div.left > .audi {
	background: url("/img/layout/audi.png") no-repeat 0 center;
	height: 36px;
	margin: 0 38px 0 0;
	width: 201px;
}
#FooterWrapper > div.logos > div > div.left > .bmw {
	background: url("/img/layout/layout.png") scroll no-repeat 0 0;
	height: 36px;
	margin: 0 38px 0 0;
	width: 36px;
}
#FooterWrapper > div.logos > div > div.left > .raiffeisen {
	background: url("/img/layout/logo_raiffeisen.png");
	background-size: 165px auto;
	height: 32px;
	margin: 2px 0 0 0;
	width: 165px;
}

/* Rechte Spalte */

#FooterWrapper > div.logos > div > div.right {
	float: right;
}
#FooterWrapper > div.logos > div > div.right:after {
	clear: both;
	content: "";
	display: block;
}

#FooterWrapper > div.logos > div > div.right > .dolomiti {
	background: url("/img/layout/layout-2023-10.png") scroll no-repeat 0 -130px;
	height: 40px;
	margin: -8px 25px 0 0;
	width: 91px;
}
#FooterWrapper > div.logos > div > div.right > .dolomitiSummer {
	background: url("/img/layout/dolomiti_supersommer.png") no-repeat;
	height: 20px;
	margin: 0 25px 0 0;	
	position: relative;
	top: 6px;
	width: 96px;
}
#FooterWrapper > div.logos > div > div.right > .dolomitiunesco {
	background: url("/img/layout/dolomiti_en_respect.png") no-repeat;
	height: 25px;
	margin: 0 25px 0 0;
	width: 51px;
}
#FooterWrapper > div.logos > div > div.right > .dolomitiunesco.it {
	background: url("/img/layout/dolomiti_it_respect.png") no-repeat;
	height: 25px;
	width: 51px;
}
#FooterWrapper > div.logos > div > div.right > .dolomitiunesco.de {
	background: url("/img/layout/dolomiti_de_respect.png") no-repeat;
	height: 25px;
	width: 51px;
	position: relative;
	top: 3px;
}
#FooterWrapper > div.logos > div > div.right > .dolomitiunesco.en {
	background: url("/img/layout/dolomiti_en_respect.png") no-repeat;
	height: 25px;
	width: 51px; 
}
#FooterWrapper > div.logos > div > div.right > .nordicski {
	background: url("/img/layout/logo_nordic_ski.png") scroll no-repeat left top;
	margin: 0 25px 0 0;
	height: 30px;
	width: 75px;
}
#FooterWrapper > div.logos > div > div.right > .suedtirol {
	height: 36px;
	width: 67px;
	margin: -5px 25px 0 0;
}

@media all and (max-width: 1000px){

	#FooterWrapper > div.logos {
		padding-left: 15px !important;
		padding-right: 15px !important;
	}
		
}
@media all and (max-width: 970px){ /* MOBILE */
	
	#FooterWrapper > div.logos > div > div.left {
		display: block;
		float: none;
		text-align: center;
	}
	#FooterWrapper > div.logos > div > div.right {
		display: block;
		float: none;
		text-align: center;
	}
	#FooterWrapper > div.logos > div > div > span {
		display: inline-block;
		float: none;
	}
	#FooterWrapper > div.logos > div > div.left > span {
		margin-bottom: 20px !important;
	}
	#FooterWrapper > div.logos > div > div.right > .dolomitiSummer {
		top: -11px;
	}
	#FooterWrapper > div.logos > div > div.right > .dolomitiunesco.de {
		top: -5px;
	}
		
}
@media all and (max-width: 500px){ 
	#FooterWrapper > div.logos > div > div.right > span {
		margin-bottom: 20px !important;
	}
	#FooterWrapper > div.logos > div > div.right > .dolomitiSummer {
		top: 7px;
	}
	#FooterWrapper > div.logos > div > div.right > .dolomitiunesco.de {
		top: 11px;
	} 
}
@media all and (max-width: 400px){

	#FooterWrapper > div.logos > div > div.left > .armani {
		margin-right: 14px;
	}
	#FooterWrapper > div.logos > div > div.left > .bmw {
		margin-right: 14px;
	}

}

/* Layout - Footer - Social Media */

#FooterWrapper > div.content div.socialmedia {
	margin: 20px 0 0 0;
}
#FooterWrapper > div.content div.socialmedia > a {
	float: left;
	height: 45px;
	margin: 0 10px;
	position: relative;
	width: 38px;
}
#FooterWrapper > div.content div.socialmedia > a:before {
	background: url("/img/layout/slant.png") scroll no-repeat 0 -3266px;
	content: "";
	height: 100%;
	position: absolute;
	left: -13px;
	top: 0;
	width: 13px;
}
#FooterWrapper > div.content div.socialmedia > a:after {
	background: url("/img/layout/slant.png") scroll no-repeat 0 -3361px;
	content: "";
	height: 100%;
	position: absolute;
	right: -13px;
	top: 0;
	width: 13px;
}
#FooterWrapper > div.content div.socialmedia > a.fb {
	background: url("/img/layout/layout-2020.png") scroll no-repeat 13px -411px #B51621;
}
#FooterWrapper > div.content div.socialmedia > a.fb:hover {
	background-color: #537BBD;
}
#FooterWrapper > div.content div.socialmedia > a.fb:hover:before {
	background-position: 0 -368px;
}
#FooterWrapper > div.content div.socialmedia > a.fb:hover:after {
	background-position: 0 -463px;
}
#FooterWrapper > div.content div.socialmedia > a.tw {
	background: url("/img/layout/layout-2020.png") scroll no-repeat 7px -1160px #B51621;
}
#FooterWrapper > div.content div.socialmedia > a.tw:hover {
	background-color: #78CDF0;
}
#FooterWrapper > div.content div.socialmedia > a.tw:hover:before {
	background-position: 0 -3913px;
}
#FooterWrapper > div.content div.socialmedia > a.tw:hover:after {
	background-position: 0 -4008px;
}
#FooterWrapper > div.content div.socialmedia > a.gp {
	background: url("/img/layout/layout-2020.png") scroll no-repeat 8px -485px #B51621;
}
#FooterWrapper > div.content div.socialmedia > a.gp:hover {
	background-color: #E9654B;
}
#FooterWrapper > div.content div.socialmedia > a.gp:hover:before {
	background-position: 0 -858px;
}
#FooterWrapper > div.content div.socialmedia > a.gp:hover:after {
	background-position: 0 -953px;
}
#FooterWrapper > div.content div.socialmedia > a.ig {
	background: #b51621 url("/img/layout/ico_instagram.png") no-repeat scroll center center;
	background-size: 25px;
}
#FooterWrapper > div.content div.socialmedia > a.ig:hover {
	background-color: #6C554B;
}
#FooterWrapper > div.content div.socialmedia > a.ig:hover:before {
	background-position: 0 -1166px;
}
#FooterWrapper > div.content div.socialmedia > a.ig:hover:after {
	background-position: 0 -1261px;
}
#FooterWrapper > div.content div.socialmedia > a.yt {
	background: url("/img/layout/layout-2020.png") scroll no-repeat 10px -1232px #B51621;
}
#FooterWrapper > div.content div.socialmedia > a.yt:after {
	background: #B51621;
	right: -10px;
	width: 10px;
}
#FooterWrapper > div.content div.socialmedia > a.yt:hover {
	background-color: #8F0A13;
}
#FooterWrapper > div.content div.socialmedia > a.yt:hover:before {
	background-position: 0 -4103px;
}
#FooterWrapper > div.content div.socialmedia > a.yt:hover:after {
	background: #8F0A13;
}
@media all and (max-width: 650px){ /* MOBILE */
	
	#FooterWrapper > div.content div.socialmedia {
		text-align: center;
	}
	#FooterWrapper > div.content div.socialmedia > a {
		display: inline-block;
		float: none;
	}
	
}

/* Layout - Gallery */

#GalleryWrapper {
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 1;
}

/* Layout - Gallery - Animation */

#GalleryWrapper > .animation {
	height: 100%;
	overflow: hidden;
	position: absolute;
	width: 100%;
}
#GalleryWrapper > .animation > .wrapper {
	height: 100%;
	position: absolute;
	width: 100%;
}
#GalleryWrapper > .animation > .wrapper img.animate {
	position: relative;
}
#GalleryWrapper > .animation > .wrapper > .text {
	height: auto !important;
	left: 50% !important;
	line-height: 1.2;
	margin: 0 0 0 -495px;
	position: absolute;
	width: 100% !important;
}
#GalleryWrapper > .animation > .wrapper > .text_1,
#GalleryWrapper > .animation > .wrapper > .text_2 {
	position: absolute;
}
#GalleryWrapper > .animation > .wrapper > .text_1 {
	font-family: "Suedtirol";
	font-size: 40px !important;
	font-weight: 300;
	top: 85px !important;
}
#GalleryWrapper > .animation > .wrapper > .text_2 {
	font-size: 30px !important;
	font-weight: 300;
	top: 130px !important;
}
#GalleryWrapper.hideText > .animation > .wrapper > .text {
	display: none !important;
}

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

	#GalleryWrapper > .animation > .wrapper > .text {
		left: 15px !important;
		margin-left: 0 !important;
		overflow: hidden;
		right: 15px !important;
		text-overflow: ellipsis;
		white-space: nowrap;
		width: auto !important;
	}
	
}
@media all and (max-width: 700px){
	
	#GalleryWrapper > .animation > .wrapper > .text_1,
	#GalleryWrapper > .animation > .wrapper > .text_2 {
		display: none !important;
	}
	
}

/* Layout - Standard */

.standard #ContentWrapper {
	padding-left: 15px;
	padding-right: 15px;
}
.standard #ContentWrapper > div {
	background: #FFFFFF;
	background: rgba(255, 255, 255, 0.8);
	padding: 0 15px;
}
.standard #ContentWrapper.withfooter {
	padding-bottom: 112px;
}

@media all and (max-width: 700px){ /* MOBILE */
	
	.standard #ContentWrapper {
		margin-top: 85px;
	}
		
}
@media all and (max-width: 530px){ /* MOBILE */

	.standard #ContentWrapper.withfooter {
		padding-bottom: 172px !important;
	}

}

/* Menü - Quick-Menü */

ul.quickmenu {
	margin: -25px 0 30px;
}
ul.quickmenu:after {
	clear: both;
	content: "";
	display: block;
}
ul.quickmenu > li {
	background: #FFFFFF;
	float: left;
	margin: 0 2% 0 0;
	text-align: center;
	width: 32%;
}
ul.quickmenu > li.last {
	margin-right: 0;
}
ul.quickmenu > li.video {
	background: url("/img/layout/ico_video.png") scroll no-repeat center 10px #FFFFFF;
}
ul.quickmenu > li.picture {
	background: url("/img/layout/ico_picture.png") scroll no-repeat center 10px #FFFFFF;
}
ul.quickmenu > li.map {
	background: url("/img/layout/ico_map.png") scroll no-repeat center 10px #FFFFFF;
}
ul.quickmenu > li > a {
	display: block;
	font-size: 13px;
	padding: 45px 5px 3px;
	text-transform: uppercase;
}
ul.quickmenu > li > a:hover {
	color: #B51621;
}
@media all and (max-width: 700px){

	ul.quickmenu {
		margin: -20px 0 10px 0;
	}

}
@media all and (max-width: 500px){

	ul.quickmenu {
		margin: -22px 0 10px 0;
	}

}
@media all and (max-width: 370px){

	ul.quickmenu {
		margin: -24px 0 10px 0;
	}

}

/* Elemente - Überschriften */

h1 {
	color: #B51621;
	font-size: 42px;
}
h2 {
	color: #35424B;
	font-size: 20px;
}
h3 {
	color: #35424B;
	font-size: 20px;
	font-weight: normal;
}

/* Folgeüberschriften */

h1.cms + h2.cms {
	margin-top: -30px;
}
h2.cms + h3.cms {
	margin-top: -25px;
}

/* Landingpage */

body.landingpage .headeline h1 {
	color: #FFFFFF;
	font-family: "Suedtirol";
	font-size: 40px;
	font-weight: 300;
	text-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
body.landingpage .headline h2 {
	color: #FFFFFF;
	font-size: 30px;
	font-weight: 300;
	text-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

body.landingpage h1.inline {
	color: #FFFFFF;
	font-family: "Suedtirol";
	font-size: 40px;
	font-weight: 300;
	text-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
body.landingpage h2.inline {
	color: #FFFFFF; 
	font-size: 30px;
	font-weight: 300;
	text-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

body.landingpage h2.inline span {
    display: inline-block; 
    background-color: #b51621;
    font-size: 16px; 
    font-weight: bold;
    padding: 8px 10px; 
    text-transform:uppercase; 
}

body.landingpage h3.inline span {
    display: inline-block; 
    background-color: #fff;
    font-size: 16px; 
    font-weight: bold;
    padding: 8px 10px; 
}



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

	h1 {
		font-size: 32px;
		line-height: 1;
	}
	h2 {
		font-size: 18px;
	}

}

/* Elemente - Textinhalt */ 
.landingpage p.cmsText {
	clear:both; 
	background: #FFFFFF;
	padding: 20px;
}
.landingpage p.cmsText a {
	color: #B51621;
	text-decoration: underline;
}

/* Element - Teaser */

.cmsTeaser {
	background: #FFFFFF;
	-moz-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.4);
	-webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.4);
	box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.4);
	position: relative;
}
.cmsTeaser > article > h2 {
    display: none;
}
.cmsTeaser > article > figure:after {
    clear: both;
    content: "";
    display: block;
}
.cmsTeaser > article > figure > a {
	float: left;
	margin: 0 4.411764705882353% 0 0; /* 0 30 0 0 */
	position: relative;
	width: 36.76470588235294%; /* 250 */
	z-index: 2;
}
.cmsTeaser > article > figure > a > img {
    display: block;
	max-width: 100%;
}
.cmsTeaser > article > figure > figcaption {
    float: left;
	padding: 20px 20px 20px 0;
	position: relative;
	width: 58.823529411764707%;
}
.cmsTeaser > article > figure > figcaption > a {
	color: #B51621;
	font-size: 25px;
	font-weight: normal;
	line-height: 1.1;
	margin: 0 0 5px;
	padding-right: 40px;
}
.cmsTeaser > article > figure > figcaption > p {
	font-size: 15px;
	line-height: 1.3;
	margin: 15px 0;
}

.cmsTeaser > article > figure > figcaption > p > .text > a {
	background: #B51621;
	color: #FFFFFF;
	display: block;
	float: right;
	font-size: 14px;
    font-weight: bold;
    margin: 25px -20px 0 0;
	padding: 8px 48px 4px 35px;
	position: relative;
	text-transform: uppercase;
}
.cmsTeaser > article > figure > figcaption > p > .text > a:hover {
	background: rgb(33, 38, 45);
	color: #FFFFFF;
}
.cmsTeaser > article > figure > figcaption > p > .text > a:after {
	background: url("/img/cms/cms.png") no-repeat scroll left -106px;
	content: "";
	height: 17px;
	left: 13px;
	position: absolute;
	top: 7px;
	width: 10px;
}
.cmsTeaser > article > figure > figcaption > p > .text > a:before {
	background: #B51621;
	background: -moz-linear-gradient(75deg,  rgba(181,22,33,0) 0%, rgba(181,22,33,0) 50%, rgba(181,22,33,1) 50.1%, rgba(181,22,33,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,rgba(181,22,33,0)), color-stop(50%,rgba(181,22,33,0)), color-stop(50.1%,rgba(181,22,33,1)), color-stop(100%,rgba(181,22,33,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(15deg,  rgba(181,22,33,0) 0%,rgba(181,22,33,0) 50%,rgba(181,22,33,1) 50.1%,rgba(181,22,33,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(75deg,  rgba(181,22,33,0) 0%,rgba(181,22,33,0) 50%,rgba(181,22,33,1) 50.1%,rgba(181,22,33,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(75deg,  rgba(181,22,33,0) 0%,rgba(181,22,33,0) 50%,rgba(181,22,33,1) 50.1%,rgba(181,22,33,1) 100%); /* IE10+ */
	background: linear-gradient(75deg,  rgba(181,22,33,0) 0%,rgba(181,22,33,0) 50%,rgba(181,22,33,1) 50.1%,rgba(181,22,33,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00b51621', endColorstr='#b51621',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	content: "";
	height: 100%;
	left: -8px;
	position: absolute;
	top: 0;
	width: 8px;
}
.cmsTeaser > article > figure > figcaption > p > .text > a:hover:before {
	background: #21262D;
	background: -moz-linear-gradient(75deg,  rgba(255,255,255,0) 0%, rgba(255,255,255,0) 50%, rgba(33, 38, 45,1) 50.1%, rgba(33, 38, 45,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,rgba(255,255,255,0)), color-stop(50%,rgba(33,38,45,0)), color-stop(50.1%,rgba(33,38,45,1)), color-stop(100%,rgba(33,38,45,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(15deg,  rgba(255,255,255,0) 0%,rgba(255,255,255,0) 50%,rgba(33,38,45,1) 50.1%,rgba(33,38,45,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(75deg,  rgba(255,255,255,0) 0%,rgba(255,255,255,0) 50%,rgba(33,38,45,1) 50.1%,rgba(33,38,45,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(75deg,  rgba(255,255,255,0) 0%,rgba(255,255,255,0) 50%,rgba(33,38,45,1) 50.1%,rgba(33,38,45,1) 100%); /* IE10+ */
	background: linear-gradient(75deg,  rgba(255,255,255,0) 0%,rgba(255,255,255,0) 50%,rgba(33,38,45,1) 50.1%,rgba(33,38,45,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

@media all and (max-width: 780px){

    .cmsTeaser > article > figure {
        padding-top: 20px;
    }
    .cmsTeaser > article > figure > a {
        text-align: center;
        width: 100%;
    }
    .cmsTeaser > article > figure > a > img {
        display: inline-block;
    }
    .cmsTeaser > article > figure > figcaption {
        padding-left: 20px;
        width: 100%;
    }

}
@media all and (max-width: 700px){

    .cmsTeaser > article > figure {
        padding-top: 0;
    }
    .cmsTeaser > article > figure > a {
        width: 36.76470588235294%
    }
    .cmsTeaser > article > figure > a > img {
        display: block;
    }
    .cmsTeaser > article > figure > figcaption {
        padding-left: 0;
        width: 58.823529411764707%;
    }

}
@media all and (max-width: 500px){

    .cmsTeaser > article > figure {
        padding-top: 20px;
    }
    .cmsTeaser > article > figure > a {
        text-align: center;
        width: 100%;
    }
    .cmsTeaser > article > figure > a > img {
        display: inline-block;
    }
    .cmsTeaser > article > figure > figcaption {
        padding-left: 20px;
        width: 100%;
    }

}

/* Elemente - Aufzählung */

.cmsList {
	background: #FFFFFF;
	padding: 20px;
}
.cmsList > h2 {
	margin-bottom: 8px;
}
.cmsList > ul > li {
	font-size: 15px;
	list-style: disc outside none;
	margin: 0 0 0 13px;
	padding: 2px 0;
}

/* Elemente - Bild-Text */

.cmsImage {
	background: #FFFFFF;
	-moz-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.4);
	-webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.4);
	box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.4);
}
.cmsImage:after {
	clear: both;
	content: "";
	display: block;
}
.cmsImage > .left { /* Bild-Text Kombi - Bild links */
	float: left;
	margin: 0px 25px 0px 0;
	max-width: 50%;
}
.cmsImage > .right { /* Bild-Text Kombi - Bild right */
	float: right;
	margin: 5px 0 5px 25px;
	max-width: 50%;
}
.cmsImage > figure > a {
	display: block;
}
.cmsImage img {
	-moz-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.4);
	-webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.4);
	box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.4);
	display: block;
	max-width: 100%;
	width: 100%;
}
.cmsImage p {
	font-size: 15px;
	line-height: 1.3;
	padding: 20px 20px 20px 20px;
}
.cmsImage p > a { 
	text-decoration:underline;
	font-weight:normal; 
}

.cmsImage figcaption {
	display: none;
	font-size: 14px;
	padding: 8px 0 0 20px;
}

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

	.cmsImage > .left {
		margin-right: 10px;
	}
	.cmsImage > .right {
		margin-left: 10px;
	}
	
}

/* Elemente - HTML */

/* Elemente - Formular */

.cmsForm {
	background: #B51621;
	padding: 17px 20px 20px;
}
.cmsForm:after {
	clear: both;
	content: "";
	display: block;
}
.cmsForm > h2 {
	color: #FFFFFF;
	font-size: 16px;
	font-weight: bold;
	margin: 10px 0 13px;
	padding: 11px 0 3px 0;
}
.cmsForm > h2:nth-of-type(1) {
	margin-bottom: 17px;
	margin-top: 0;
	padding-top: 0;
	text-transform: uppercase;
}
.cmsForm > .row {
	margin: 10px 0;
	position: relative;
}
.cmsForm > .row:after {
	clear: both;
	content: "";
	display: block;
}
.cmsForm > .row.validation:before {
	display: none;
}
.cmsForm > .row.arrival {
	float: left;
	margin-bottom: 5px;
	margin-right: 2%;
	margin-top: 0;
	width: 49%;
}
.cmsForm > .row.departure {
	float: left;
	margin-bottom: 5px;
	margin-top: 0;
	width: 49%;
}
.cmsForm > .row.adults {
	float: left;
	margin-bottom: 5px;
	margin-right: 2%;
	margin-top: 0;
	position: relative;
	width: 49%;
}
.cmsForm > .row.childrens {
	float: left;
	margin-bottom: 5px;
	margin-top: 0;
	width: 49%;
}
.cmsForm > .row.firstname {
	float: left;
	margin-bottom: 5px;
	margin-right: 2%;
	margin-top: 0;
	width: 49%;
}
.cmsForm > .row.lastname {
	float: left;
	margin-bottom: 5px;
	margin-top: 0;
	width: 49%;
}
.cmsForm > .row.departure + *,
.cmsForm > .row.childrens + *,
.cmsForm > .row.lastname + * {
	clear: both;
}
.cmsForm > .row > label {
	color: #FFFFFF;
	display: block;
	font-size: 15px;
	padding: 6px 0;
}
.cmsForm > .row.date > label {
	float: left;
	margin-right: 2%;
	padding: 2px 0;
	width: 49%;
}
.cmsForm > .row > .field {
	-moz-box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.3) inset;
	-webkit-box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.3) inset;
	box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.3) inset;
	font-size: 15px;
	outline: medium none;
	padding: 6px 5px 3px;
	width: 100%;
}
.cmsForm > .row.date > .field {
	float: right;
	width: 49%;
}
.cmsForm > .row > textarea.field {
	height: 80px;
	line-height: 1.3;
}
.cmsForm > .row > select.field {
	padding: 5px 2px 2px;
}
.cmsForm > .row.checkbox {
	margin: 7px 0;
}
.cmsForm > .row.checkbox > input {
	display: none;
}
.cmsForm > .row.checkbox > label {
	background: url("/img/layout/sym_checkbox.png") scroll no-repeat left top;
	cursor: pointer;
	line-height: 1.3;
	padding: 3px 0 0 35px;
}
.cmsForm > .row.checkbox > label > a {
	color: #FFFFFF;
	text-decoration: underline;
}
.cmsForm > .row.checkbox > input:checked + label {  
    background-image: url("/img/layout/sym_checkbox_checked.png");  
}
.cmsForm > .infotext {
	color: #FFFFFF;
	font-size: 15px;
	line-height: 1.3;
}
.cmsForm > .row > .datepicker {
	background: url("/img/cms/cms.png") no-repeat 5px 5px #FFFFFF;
	cursor: pointer;
	padding-left: 25px;
	width: 100%;
}
.cmsForm > .button {
	display: block;
	margin: 15px 0 0 0;
	position: relative;
}
.cmsForm > .button > input { /* Sende-Button */
	background: #212629;
	border: 0;
	border-radius: 5px;
	color: #FFFFFF;
	cursor: pointer;
	font-size: 16px;
	font-weight: bold;
	margin: 0;
	padding: 11px 10px 9px 10px;
	text-transform: uppercase;
	width: 100%;
}
.cmsForm > .button:hover > input {
	background: #535E66;
	color: #FFFFFF;
}
.cmsForm > .msg {
	border: 1px solid #FFFFFF !important;
	-moz-box-shadow: 0 0 3px #FFFFFF !important;
	-webkit-box-shadow: 0 0 3px #FFFFFF !important;
	box-shadow: 0 0 3px #FFFFFF !important;
	color: #FFFFFF !important;
	font-size: 15px;
	line-height: 1.3;
	margin: 0 0 10px 0;
	padding: 4px 10px;
}
.cmsForm > .msg.error {
	border: 1px solid #FFFFFF !important;
}
.cmsForm > .spmck {
	display: none;
}
.cmsForm .error {
	border: 1px solid #850710 !important;
	-moz-box-shadow: 0 0 3px #850710;
	-webkit-box-shadow: 0 0 3px #850710;
	box-shadow: 0 0 3px #850710;
	color: #850710;
}

/* Angebot - Merkliste */

.cmsForm > .row.noticelist {
	background: #212629;
	display: none;
	margin-left: -20px;
	margin-right: -20px;
	padding: 5px 20px;
}
.cmsForm > .row.noticelist.show {
	display: block;
}
.cmsForm > .row.noticelist > label {
	font-size: 16px;
	font-weight: bold;
}
.cmsForm > .row.noticelist > div {
	color: #FFFFFF;
	cursor: pointer;
	font-size: 15px;
	line-height: 1.3;
	margin: 0 0 10px;
	padding: 3px 30px 3px 0;
	position: relative;
}
.cmsForm > .row.noticelist > div:after {
	background: #535E66;
	content: "-";
	font-size: 30px;
	font-weight: bold;
	height: 30px;
	line-height: 1.1;
	margin: -15px 0 0;
	position: absolute;
	right: -20px;
	text-align: center;
	top: 9px;
	width: 30px;
}
.cmsForm > .row.noticelist > div:before {
	background: #535E66;
	background: -moz-linear-gradient(75deg,  rgba(83,94,102,0) 0%, rgba(83,94,102,0) 50%, rgba(83,94,102,1) 50.1%, rgba(83,94,102,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,rgba(83,94,102,0)), color-stop(50%,rgba(83,94,102,0)), color-stop(50.1%,rgba(83,94,102,1)), color-stop(100%,rgba(83,94,102,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(15deg,  rgba(83,94,102,0) 0%,rgba(83,94,102,0) 50%,rgba(83,94,102,1) 50.1%,rgba(83,94,102,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(75deg,  rgba(83,94,102,0) 0%,rgba(83,94,102,0) 50%,rgba(83,94,102,1) 50.1%,rgba(83,94,102,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(75deg,  rgba(83,94,102,0) 0%,rgba(83,94,102,0) 50%,rgba(83,94,102,1) 50.1%,rgba(83,94,102,1) 100%); /* IE10+ */
	background: linear-gradient(75deg,  rgba(83,94,102,0) 0%,rgba(83,94,102,0) 50%,rgba(83,94,102,1) 50.1%,rgba(83,94,102,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00535e66', endColorstr='#535e66',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	content: "";
	height: 30px;
	right: 10px;
	position: absolute;
	top: -6px;
	width: 8px;
}
.cmsForm > .row.noticelist > div:hover:after {
	background: #FFFFFF;
	color: #21262D;
}
.cmsForm > .row.noticelist > div:hover:before {
	background: #FFFFFF;
	background: -moz-linear-gradient(75deg,  rgba(255,255,255,0) 0%, rgba(255,255,255,0) 50%, rgba(255,255,255,1) 50.1%, rgba(255,255,255,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,rgba(255,255,255,0)), color-stop(50%,rgba(255,255,255,0)), color-stop(50.1%,rgba(255,255,255,1)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(15deg,  rgba(255,255,255,0) 0%,rgba(255,255,255,0) 50%,rgba(255,255,255,1) 50.1%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(75deg,  rgba(255,255,255,0) 0%,rgba(255,255,255,0) 50%,rgba(255,255,255,1) 50.1%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(75deg,  rgba(255,255,255,0) 0%,rgba(255,255,255,0) 50%,rgba(255,255,255,1) 50.1%,rgba(255,255,255,1) 100%); /* IE10+ */
	background: linear-gradient(75deg,  rgba(255,255,255,0) 0%,rgba(255,255,255,0) 50%,rgba(255,255,255,1) 50.1%,rgba(255,255,255,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.cmsForm > .row.noticelist > div > span {
	color: #FFFFFF;
	color: rgba(255, 255, 255, 0.5);
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 100%;
}

@media all and (max-width: 700px){ /* MOBILE */

	.cmsForm {
		-webkit-column-count: 2;
		-moz-column-count: 2;
		column-count: 2;
		margin-top: 0 !important;
	}
	
}
@media all and (max-width: 500px){ /* MOBILE */

	.cmsForm {
		-webkit-column-count: 1;
		-moz-column-count: 1;
		column-count: 1;
	}
		
}

/* Elemente - Bildergalerie */

.cmsGalleryNoShow {
	display: none;
}
.cmsGallery:after {
	clear: both;
	content: "";
	display: block;
}
.cmsGallery > li {
	float: left;
	margin: 0 4.411764705882353% 4.411764705882353% 0; /* 0 35 35 0 */
	position: relative;
	width: 30.33333%;
}
.cmsGallery > li:nth-of-type(3n) {
	margin-right: 0;
}
.cmsGallery > li:nth-last-of-type(1),
.cmsGallery > li:nth-last-of-type(2),
.cmsGallery > li:nth-last-of-type(3) {
	margin-bottom: 0;
}
.cmsGallery > li:nth-of-type(3n) + li {
	clear: left;
}
.cmsGallery > li > figure {
	position: relative;
}
.cmsGallery > li > figure > a {
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
}
.cmsGallery > li > figure > a:after { /* Overlay */
	/*background: rgb(33, 38, 41);*/
	background: rgba(33, 38, 41, 0.8);
	content: "";
	height: 100%;
	left: 0;
	opacity: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1;
}
.cmsGallery > li > figure > a > div.zoom { /* Zoom Icon */
	background: url("/img/cms/cms.png") no-repeat left 59.827%;
	background-size: 200% auto; /* 90 von Breite */
	content: "";
	display: none;
	height: 19.565217391304348%; /* 45 */
	left: 50%;
	margin: 0 0 0 -6.25%; /* 22.5 */
	opacity: 0;
	position: absolute;
	top: 53.333333333333336%; /* 64 */
	width: 12.5%; /* 45 */
	z-index: 2;
}
.cmsGallery > li > figure > a > div.download { /* Download Icon */
	background: url("/img/cms/cms.png") no-repeat left 33.939%;
	background-size: 200% auto; /* 90 von Breite */
	content: "";
	display: block;
	height: 19.565217391304348%; /* 45 */
	left: 50%;
	margin: 0 0 0 6.25%; /* 22.5 */
	opacity: 0;
	position: absolute;
	top: 53.333333333333336%; /* 64 */
	width: 12.5%; /* 45 */
	z-index: 3;
}
.cmsGallery > li > figure > a > div.download + .zoom { /* Position Zoom Icon ändern */
	margin-left: -18.055555555555557%; /* 65 */
}
.cmsGallery > li > figure:hover > a:after { /* Overlay einblenden */
	opacity: 1;
	-webkit-transition: opacity 300ms ease-in-out;
	-moz-transition: opacity 300ms ease-in-out;
	-ms-transition: opacity 300ms ease-in-out;
	-o-transition: opacity 300ms ease-in-out;
	transition: opacity 300ms ease-in-out;
}
.cmsGallery > li > figure:hover > a > div.zoom,
.cmsGallery > li > figure:hover > a > div.download { /* Icons einblenden und Top ändern */
	opacity: 1;
	top: 38.333333333333336%; /* 46 */
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}
.cmsGallery > li > figure > a > img {
	-moz-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.4);
	-webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.4);
	box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.4);
	display: block;
	max-width: 100%;
	width: 100%;
}
.cmsGallery > li > figure > figcaption {
	bottom: 14px;
	color: #FFFFFF;
	opacity: 0;
	overflow: hidden;
	padding: 0 10px;
	position: absolute;
	text-align: center;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 100%;
	z-index: 2;
}
.cmsGallery > li > figure:hover > figcaption {
	opacity: 1;
	-webkit-transition: opacity 300ms ease-in-out;
	-moz-transition: opacity 300ms ease-in-out;
	-ms-transition: opacity 300ms ease-in-out;
	-o-transition: opacity 300ms ease-in-out;
	transition: opacity 300ms ease-in-out;
}

.cmsImage {
	display: block;
	width: 100%;
}
.cmsImage > img {
	display: block;
	width: 100%;
}

body.fancybox #ContentWrapper {
	max-width: none;
	padding: 0 30px 0 30px;
}

/* 
 * 	Core Owl Carousel CSS File
 *	v1.3.2
 */

/* clearfix */
.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
/* display none until init */
.owl-carousel{
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper{
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
	overflow: hidden;
	position: relative;
	width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}
	
.owl-carousel .owl-item{
	float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
	cursor: pointer;
}
.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* mouse grab icon */
.grabbing { 
    cursor:url("/img/owl/grabbing.png") 8 8, move;
}

/* fix */
.owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item{
	-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);
}

/* Extension - Angebot */

/* Variante - 2-spaltig */

.lpOfferTwoColumns {
	background: #FFFFFF;
	-moz-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.4);
	-webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.4);
	box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.4);
	float: left;
	margin: 30px 4.411764705882353% 30px 0;
	position: relative;
	width: 47.794117647058826%; /* 325 */
}
.lpOfferTwoColumns.last {
	margin-right: 0;
} 

.lpOfferTwoColumns.last + * {  
	clear: both;
}
.lpOfferTwoColumns > article > figure > div {
	position: relative;
}
.lpOfferTwoColumns > article > figure > div > a > img {
	display: block;
	max-width: 100%;
	width: 100%;
}
.lpOfferTwoColumns > article > figure > figcaption {
	padding: 20px;
	position: relative;
}
.lpOfferTwoColumns > article > figure > figcaption > h2 {
	color: #B51621;
	font-size: 25px;
	font-weight: normal;
	line-height: 1.1;
	margin: 0 0 5px;
	overflow: hidden;
	padding: 0 45px 0 0;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 100%;
}
.lpOfferTwoColumns > article > figure > figcaption > h3 {
	color: #000000;
	font-size: 17px;
	font-weight: bold;
	padding: 0 45px 0 0;
}
.lpOfferTwoColumns > article > figure > figcaption > div.drop {
	background: url("/img/cms/cms.png") no-repeat scroll 5px -178px #E6E6E6;
	cursor: pointer;
	height: 50px;
	position: absolute;
	right: 0;
	top: 20px;
	width: 40px;
}
.lpOfferTwoColumns > article > figure > figcaption > div.drop.hide {
	background-position: 5px -282px;
}
.lpOfferTwoColumns > article > figure > figcaption > div.drop:before {
	background: #E1E3E4;
	background: -moz-linear-gradient(75deg,  rgba(225,227,228,0) 0%, rgba(225,227,228,0) 50%, rgba(225,227,228,1) 50.1%, rgba(225,227,228,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,rgba(225,227,228,0)), color-stop(50%,rgba(225,227,228,0)), color-stop(50.1%,rgba(225,227,228,1)), color-stop(100%,rgba(225,227,228,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(15deg,  rgba(225,227,228,0) 0%,rgba(225,227,228,0) 50%,rgba(225,227,228,1) 50.1%,rgba(225,227,228,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(75deg,  rgba(225,227,228,0) 0%,rgba(225,227,228,0) 50%,rgba(225,227,228,1) 50.1%,rgba(225,227,228,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(75deg,  rgba(225,227,228,0) 0%,rgba(225,227,228,0) 50%,rgba(225,227,228,1) 50.1%,rgba(225,227,228,1) 100%); /* IE10+ */
	background: linear-gradient(75deg,  rgba(225,227,228,0) 0%,rgba(225,227,228,0) 50%,rgba(225,227,228,1) 50.1%,rgba(225,227,228,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00e1e3e4', endColorstr='#e1e3e4',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	content: "";
	height: 100%;
	left: -16px;
	position: absolute;
	top: 0;
	width: 16px;
}
.lpOfferTwoColumns > article > figure > figcaption > div.drop.hide + p {
	max-height: 500px;
	white-space: normal;
	-webkit-transition: all 500ms ease-out;
	-moz-transition: all 500ms ease-out;
	-ms-transition: all 500ms ease-out;
	-o-transition: all 500ms ease-out;
	transition: all 500ms ease-out;
}
.lpOfferTwoColumns > article > figure > figcaption > p {
	line-height: 1.3;
	margin: 10px 0;
	max-height: 22px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.lpOfferTwoColumns > article > figure > figcaption > ul > li:after {
	clear: both;
	content: "";
	display: block;
}
.lpOfferTwoColumns > article > figure > figcaption > ul > li > p {
	float: left;
	line-height: 1;
	margin: 12px 0 0;
}
.lpOfferTwoColumns > article > figure > figcaption > ul > li > p > span.addition {
	color: #B51621;
	font-size: 20px;
	font-weight: bold;
	margin: 0 5px 0 0;
}
.lpOfferTwoColumns > article > figure > figcaption > ul > li > p > span.price {
	color: #B51621;
	font-size: 20px;
	font-weight: bold;
}
.lpOfferTwoColumns > article > figure > figcaption > ul > li > p > span.pricebasis {
	display: block;
	margin: 5px 0 0;
}
.lpOfferTwoColumns > article > figure > figcaption > ul > li > a {
	background: #E1E3E4;
	cursor: pointer;
	float: right;
	margin: 15px -20px 0 0;
	padding: 7px 20px 4px 10px;
	position: relative;
	text-transform: uppercase;
}
.lpOfferTwoColumns > article > figure > figcaption > ul > li > a:hover,
.lpOfferTwoColumns > article > figure > figcaption > ul > li > a.selected {
	background: #B51621;
	color: #FFFFFF;
}
.lpOfferTwoColumns > article > figure > figcaption > ul > li > a:before {
	background: #E1E3E4;
	background: -moz-linear-gradient(75deg,  rgba(225,227,228,0) 0%, rgba(225,227,228,0) 50%, rgba(225,227,228,1) 50.1%, rgba(225,227,228,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,rgba(225,227,228,0)), color-stop(50%,rgba(225,227,228,0)), color-stop(50.1%,rgba(225,227,228,1)), color-stop(100%,rgba(225,227,228,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(15deg,  rgba(225,227,228,0) 0%,rgba(225,227,228,0) 50%,rgba(225,227,228,1) 50.1%,rgba(225,227,228,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(75deg,  rgba(225,227,228,0) 0%,rgba(225,227,228,0) 50%,rgba(225,227,228,1) 50.1%,rgba(225,227,228,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(75deg,  rgba(225,227,228,0) 0%,rgba(225,227,228,0) 50%,rgba(225,227,228,1) 50.1%,rgba(225,227,228,1) 100%); /* IE10+ */
	background: linear-gradient(75deg,  rgba(225,227,228,0) 0%,rgba(225,227,228,0) 50%,rgba(225,227,228,1) 50.1%,rgba(225,227,228,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00e1e3e4', endColorstr='#e1e3e4',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	content: "";
	height: 100%;
	left: -16px;
	position: absolute;
	top: 0;
	width: 16px;
}
.lpOfferTwoColumns > article > figure > figcaption > ul > li > a.selected:before,
.lpOfferTwoColumns > article > figure > figcaption > ul > li > a:hover:before {
	background: #B51621;
	background: -moz-linear-gradient(75deg,  rgba(181,22,33,0) 0%, rgba(181,22,33,0) 50%, rgba(181,22,33,1) 50.1%, rgba(181,22,33,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,rgba(181,22,33,0)), color-stop(50%,rgba(181,22,33,0)), color-stop(50.1%,rgba(181,22,33,1)), color-stop(100%,rgba(181,22,33,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(15deg,  rgba(181,22,33,0) 0%,rgba(181,22,33,0) 50%,rgba(181,22,33,1) 50.1%,rgba(181,22,33,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(75deg,  rgba(181,22,33,0) 0%,rgba(181,22,33,0) 50%,rgba(181,22,33,1) 50.1%,rgba(181,22,33,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(75deg,  rgba(181,22,33,0) 0%,rgba(181,22,33,0) 50%,rgba(181,22,33,1) 50.1%,rgba(181,22,33,1) 100%); /* IE10+ */
	background: linear-gradient(75deg,  rgba(181,22,33,0) 0%,rgba(181,22,33,0) 50%,rgba(181,22,33,1) 50.1%,rgba(181,22,33,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00b51621', endColorstr='#b51621',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

/* Variante - Drop */

.lpOfferDrop {
	background: #FFFFFF;
	-moz-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.4);
	-webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.4);
	box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.4);
	margin: 30px 0;
	position: relative;
}
.lpOfferDrop:after {
	clear: both;
	content: "";
	display: block;
}
.lpOfferDrop > article > figure > a {
	float: left;
	margin: 0 4.411764705882353% 0 0; /* 0 30 0 0 */
	position: relative;
	width: 36.76470588235294%; /* 250 */
	z-index: 2;
}
.lpOfferDrop > article > figure > a > img {
	display: block;
	max-width: 100%;
}
.lpOfferDrop > article > figure > figcaption {
	padding: 20px 20px 0;
	position: relative;
}
.lpOfferDrop > article > figure > figcaption > p {
	float: left;
	padding-left: 0;
	width: 58.823529411764707%;
}
.lpOfferDrop > article > figure > figcaption > h2 {
	color: #B51621;
	font-size: 25px;
	font-weight: normal;
	line-height: 1.1;
	margin: 0 0 5px;
	padding-right: 40px;
}
.lpOfferDrop > article > figure > figcaption > h3 {
	color: #000000;
	font-size: 17px;
	font-weight: bold;
}
.lpOfferDrop > article > figure > figcaption > p {
	font-size: 15px;
	line-height: 1.3;
	margin: 15px 0;
}
.lpOfferDrop > article > figure > figcaption > div.drop {
	background: url("/img/cms/cms.png") no-repeat scroll 6px -174px #E1E3E4;
	cursor: pointer;
	display: none;
	height: 59px;
	position: absolute;
	right: 0;
	top: 22px;
	width: 40px;
}
.lpOfferDrop > article > figure > figcaption > div.drop.hide {
	background-position: 6px -277px;
}
.lpOfferDrop > article > figure > figcaption > div.drop:before {
	background: #E1E3E4;
	background: -moz-linear-gradient(75deg,  rgba(225,227,228,0) 0%, rgba(225,227,228,0) 50%, rgba(225,227,228,1) 50.1%, rgba(225,227,228,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,rgba(225,227,228,0)), color-stop(50%,rgba(225,227,228,0)), color-stop(50.1%,rgba(225,227,228,1)), color-stop(100%,rgba(225,227,228,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(15deg,  rgba(225,227,228,0) 0%,rgba(225,227,228,0) 50%,rgba(225,227,228,1) 50.1%,rgba(225,227,228,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(75deg,  rgba(225,227,228,0) 0%,rgba(225,227,228,0) 50%,rgba(225,227,228,1) 50.1%,rgba(225,227,228,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(75deg,  rgba(225,227,228,0) 0%,rgba(225,227,228,0) 50%,rgba(225,227,228,1) 50.1%,rgba(225,227,228,1) 100%); /* IE10+ */
	background: linear-gradient(75deg,  rgba(225,227,228,0) 0%,rgba(225,227,228,0) 50%,rgba(225,227,228,1) 50.1%,rgba(225,227,228,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00e1e3e4', endColorstr='#e1e3e4',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	content: "";
	height: 100%;
	left: -16px;
	position: absolute;
	top: 0;
	width: 16px;
}
.lpOfferDrop > article > figure > figcaption > div.drop.hide + ul {
	display: block;
}
.lpOfferDrop > article > figure > figcaption > ul {
	background: #E1E3E4;
	border-top: 1px solid #C4C7C8;
	clear: both;
	display: none;
	margin: 20px -20px 0;
	padding: 30px;
}
.lpOfferDrop > article > figure > figcaption > ul > li {
	padding: 3px 0 2px;
	position: relative;
}
.lpOfferDrop > article > figure > figcaption > ul > li:before {
	background: #C4C7C8;
	bottom: -1px;
	content: "";
	height: 1px;
	left: 0;
	position: absolute;
	width: 70%;
}
.lpOfferDrop > article > figure > figcaption > ul > li:after {
	clear: both;
	content: "";
	display: block;
}

.lpOfferDrop > article > figure > figcaption > ul > li > p {
	float: left;
	width: 70%;
}
.lpOfferDrop > article > figure > figcaption > ul > li > p:after {
	clear: both;
	content: "";
	display: block;
}
.lpOfferDrop > article > figure > figcaption > ul > li > p > span.title {
	display: block;
	float: left;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.3;
	padding: 5px 0 0;
	width: 70%;
}
.lpOfferDrop > article > figure > figcaption > ul > li > p > span.price {
	display: block;
	float: right;
}
.lpOfferDrop > article > figure > figcaption > ul > li > p > span.price > span {
	color: #B51621;
	font-size: 20px;
	font-weight: bold;
	margin: 0 0 0 10px;
}
.lpOfferDrop > article > figure > figcaption > ul > li > a {
	background: #B51621;
	color: #FFFFFF;
	display: block;
	float: right;
	font-size: 14px;
	font-weight: bold;
	margin: 0 -30px 0 0;
	padding: 6px 48px 3px 35px;
	position: relative;
	text-transform: uppercase;
}
.lpOfferDrop > article > figure > figcaption > ul > li > a:hover {
	background: #FFFFFF;
	color: #21262D;
}
.lpOfferDrop > article > figure > figcaption > ul > li > a.selected {
	background: #FFFFFF;
	color: #21262D;
}
.lpOfferDrop > article > figure > figcaption > ul > li > a.selected:hover {
	background: #535E66;
	color: #FFFFFF;
}
.lpOfferDrop > article > figure > figcaption > ul > li > a:after {
	background: url("/img/cms/cms.png") no-repeat scroll left -106px;
	content: "";
	height: 17px;
	left: 13px;
	position: absolute;
	top: 7px;
	width: 10px;
}
.lpOfferDrop > article > figure > figcaption > ul > li > a.selected:after {
	background-position: left -596px;
}
.lpOfferDrop > article > figure > figcaption > ul > li > a.selected:hover:after {
	background-position: left -501px;
}
.lpOfferDrop > article > figure > figcaption > ul > li > a:hover:after {
	background-position: left -406px;
}
.lpOfferDrop > article > figure > figcaption > ul > li > a:before {
	background: #B51621;
	background: -moz-linear-gradient(75deg,  rgba(181,22,33,0) 0%, rgba(181,22,33,0) 50%, rgba(181,22,33,1) 50.1%, rgba(181,22,33,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,rgba(181,22,33,0)), color-stop(50%,rgba(181,22,33,0)), color-stop(50.1%,rgba(181,22,33,1)), color-stop(100%,rgba(181,22,33,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(15deg,  rgba(181,22,33,0) 0%,rgba(181,22,33,0) 50%,rgba(181,22,33,1) 50.1%,rgba(181,22,33,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(75deg,  rgba(181,22,33,0) 0%,rgba(181,22,33,0) 50%,rgba(181,22,33,1) 50.1%,rgba(181,22,33,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(75deg,  rgba(181,22,33,0) 0%,rgba(181,22,33,0) 50%,rgba(181,22,33,1) 50.1%,rgba(181,22,33,1) 100%); /* IE10+ */
	background: linear-gradient(75deg,  rgba(181,22,33,0) 0%,rgba(181,22,33,0) 50%,rgba(181,22,33,1) 50.1%,rgba(181,22,33,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00b51621', endColorstr='#b51621',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	content: "";
	height: 100%;
	left: -8px;
	position: absolute;
	top: 0;
	width: 8px;
}
.lpOfferDrop > article > figure > figcaption > ul > li > a.selected:before,
.lpOfferDrop > article > figure > figcaption > ul > li > a:hover:before {
	background: #FFFFFF;
	background: -moz-linear-gradient(75deg,  rgba(255,255,255,0) 0%, rgba(255,255,255,0) 50%, rgba(255,255,255,1) 50.1%, rgba(255,255,255,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,rgba(255,255,255,0)), color-stop(50%,rgba(255,255,255,0)), color-stop(50.1%,rgba(255,255,255,1)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(15deg,  rgba(255,255,255,0) 0%,rgba(255,255,255,0) 50%,rgba(255,255,255,1) 50.1%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(75deg,  rgba(255,255,255,0) 0%,rgba(255,255,255,0) 50%,rgba(255,255,255,1) 50.1%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(75deg,  rgba(255,255,255,0) 0%,rgba(255,255,255,0) 50%,rgba(255,255,255,1) 50.1%,rgba(255,255,255,1) 100%); /* IE10+ */
	background: linear-gradient(75deg,  rgba(255,255,255,0) 0%,rgba(255,255,255,0) 50%,rgba(255,255,255,1) 50.1%,rgba(255,255,255,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.lpOfferDrop > article > figure > figcaption > ul > li > a.selected:hover:before {
	background: #535E66;
	background: -moz-linear-gradient(75deg,  rgba(83,94,102,0) 0%, rgba(83,94,102,0) 50%, rgba(83,94,102,1) 50.1%, rgba(83,94,102,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,rgba(83,94,102,0)), color-stop(50%,rgba(83,94,102,0)), color-stop(50.1%,rgba(83,94,102,1)), color-stop(100%,rgba(83,94,102,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(15deg,  rgba(83,94,102,0) 0%,rgba(83,94,102,0) 50%,rgba(83,94,102,1) 50.1%,rgba(83,94,102,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(75deg,  rgba(83,94,102,0) 0%,rgba(83,94,102,0) 50%,rgba(83,94,102,1) 50.1%,rgba(83,94,102,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(75deg,  rgba(83,94,102,0) 0%,rgba(83,94,102,0) 50%,rgba(83,94,102,1) 50.1%,rgba(83,94,102,1) 100%); /* IE10+ */
	background: linear-gradient(75deg,  rgba(83,94,102,0) 0%,rgba(83,94,102,0) 50%,rgba(83,94,102,1) 50.1%,rgba(83,94,102,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00535e66', endColorstr='#535e66',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

/* Variante - Slider */

.lpOfferSlider {
	-moz-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.4);
	-webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.4);
	box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.4);
	clear: both;
	margin: 30px 0;
}
.lpOfferSlider article {
	background: #FFFFFF;
}
.lpOfferSlider article > figure > a {
	float: left;
	margin-right: 4.411764705882353%; /* 30 */
	max-width: 250px;
	position: relative;
	width: 36.76470588235294%; /* 325 */
	z-index: 2;
}
.lpOfferSlider article > figure > a > img {
	display: block;
	width: 100%;
}
.lpOfferSlider article > figure > figcaption {
	padding: 30px 30px 0;
}
.lpOfferSlider article > figure > figcaption > h2 {
	color: #B51621;
	font-size: 25px;
	font-weight: normal;
	line-height: 1.1;
	margin: 0 0 5px;
}
.lpOfferSlider article > figure > figcaption > h3 {
	color: #000000;
	font-size: 17px;
	font-weight: bold;
}
.lpOfferSlider article > figure > figcaption > p {
	line-height: 1.3;
	margin: 20px 0;
}
.lpOfferSlider article > figure > figcaption > ul > li:after {
	clear: both;
	content: "";
	display: block;
}
.lpOfferSlider article > figure > figcaption > ul > li > p {
	float: left;
	margin: 10px 0 0;
}
.lpOfferSlider article > figure > figcaption > ul > li > p:after {
	clear: both;
	content: "";
	display: block;
}
.lpOfferSlider article > figure > figcaption > ul > li > p > span.price {
	color: #21262D;
	font-size: 17px;
	font-weight: normal;
}
.lpOfferSlider article > figure > figcaption > ul > li > p > span.price > span {
	color: #B51621;
	font-size: 26px;
	font-weight: bold;
	margin: 0 0 0 3px;
}
.lpOfferSlider article > figure > figcaption > ul > li > a {
	background: url("/img/cms/cms.png") no-repeat scroll 10px -1016px #E1E3E4;
	cursor: pointer;
	float: right;
	height: 59px;
	margin: 0 -30px 0 0;
	position: relative;
	text-indent: -9999px;
	width: 40px;
}
.lpOfferSlider article > figure > figcaption > ul > li > a:hover {
	background-color: #B51621;
	background-position: 10px -1073px;
}
.lpOfferSlider article > figure > figcaption > ul > li > a.selected:hover:before,
.lpOfferSlider article > figure > figcaption > ul > li > a:before {
	background: #E1E3E4;
	background: -moz-linear-gradient(75deg,  rgba(225,227,228,0) 0%, rgba(225,227,228,0) 50%, rgba(225,227,228,1) 50.1%, rgba(225,227,228,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,rgba(225,227,228,0)), color-stop(50%,rgba(225,227,228,0)), color-stop(50.1%,rgba(225,227,228,1)), color-stop(100%,rgba(225,227,228,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(15deg,  rgba(225,227,228,0) 0%,rgba(225,227,228,0) 50%,rgba(225,227,228,1) 50.1%,rgba(225,227,228,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(75deg,  rgba(225,227,228,0) 0%,rgba(225,227,228,0) 50%,rgba(225,227,228,1) 50.1%,rgba(225,227,228,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(75deg,  rgba(225,227,228,0) 0%,rgba(225,227,228,0) 50%,rgba(225,227,228,1) 50.1%,rgba(225,227,228,1) 100%); /* IE10+ */
	background: linear-gradient(75deg,  rgba(225,227,228,0) 0%,rgba(225,227,228,0) 50%,rgba(225,227,228,1) 50.1%,rgba(225,227,228,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00e1e3e4', endColorstr='#e1e3e4',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	content: "";
	height: 100%;
	left: -16px;
	position: absolute;
	top: 0;
	width: 16px;
}
.lpOfferSlider article > figure > figcaption > ul > li > a.selected:before,
.lpOfferSlider article > figure > figcaption > ul > li > a:hover:before {
	background: #B51621;
	background: -moz-linear-gradient(75deg,  rgba(181,22,33,0) 0%, rgba(181,22,33,0) 50%, rgba(181,22,33,1) 50.1%, rgba(181,22,33,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,rgba(181,22,33,0)), color-stop(50%,rgba(181,22,33,0)), color-stop(50.1%,rgba(181,22,33,1)), color-stop(100%,rgba(181,22,33,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(15deg,  rgba(181,22,33,0) 0%,rgba(181,22,33,0) 50%,rgba(181,22,33,1) 50.1%,rgba(181,22,33,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(75deg,  rgba(181,22,33,0) 0%,rgba(181,22,33,0) 50%,rgba(181,22,33,1) 50.1%,rgba(181,22,33,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(75deg,  rgba(181,22,33,0) 0%,rgba(181,22,33,0) 50%,rgba(181,22,33,1) 50.1%,rgba(181,22,33,1) 100%); /* IE10+ */
	background: linear-gradient(75deg,  rgba(181,22,33,0) 0%,rgba(181,22,33,0) 50%,rgba(181,22,33,1) 50.1%,rgba(181,22,33,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00b51621', endColorstr='#b51621',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.lpOfferSlider article > figure > figcaption > ul > li > a.selected {
	background-color: #B51621;
	background-position: 10px -1130px;
}
.lpOfferSlider article > figure > figcaption > ul > li > a.selected:hover {
	background-color: #E1E3E4;
	background-position: 10px -685px;
}

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

	.lpOfferDrop > article > figure > figcaption > p {
		float: none;
		width: auto;
	}

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

	/* Variante - Drop */

	.lpOfferDrop > article > figure > figcaption > ul > li {
		padding-bottom: 5px;
	}
	.lpOfferDrop > article > figure > figcaption > ul > li:before {
		width: 100%;
	}
	.lpOfferDrop > article > figure > figcaption > ul > li > p {
		float: none;
		width: 100%;
	}

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

	/* Variante - Drop */

	.lpOfferDrop > article > figure > a {
		margin-bottom: 4.411764705882353%; /* 30 */
		margin-left: 4.411764705882353%; /* 30 */
		margin-top: 4.411764705882353%; /* 30 */
	}
		
	/* Variante - Slider */

	.lpOfferSlider article > figure > a {
		margin-bottom: 4.411764705882353%; /* 30 */
		margin-left: 4.411764705882353%; /* 30 */
		margin-top: 4.411764705882353%; /* 30 */
	}

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

	/* Variante - 2-spaltig */
		
	.lpOfferTwoColumns {
		float: none;
		margin-right: 0;
		width: 100%;
	}
		
}
@media all and (max-width: 780px){
	
	/* Variante - Drop */
		
	.lpOfferDrop > article > figure > a {
		display: block;
		margin-left: 0;
		margin-right: 0;
		text-align: center;
		width: 100%;
	}
	.lpOfferDrop > article > figure > a > img {
		display: inline-block;
	}

	/* Variante - Slider */

	.lpOfferSlider article > figure > a {
		display: block;
		margin-left: 0;
		text-align: center;
		width: 100%;
	}
	.lpOfferSlider article > figure > a > img {
		display: inline-block;
	}
	.lpOfferSlider article > figure > figcaption > ul {
		padding-bottom: 20px;
	}

}
@media all and (max-width: 700px){
	
	/* Variante - 2-spaltig */
		
	.lpOfferTwoColumns {
		float: left;
		margin-right: 4.411764705882353%;
		width: 47.794117647058826%; /* 325 */
	}

	/* Variante - Drop */
		
	.lpOfferDrop > article > figure > a {
		display: block;
		margin-bottom: 20px;
		margin-left: 0;
		margin-top: 0;
		margin-right: 4.411764705882353%; /* 30 */
		width: 36.76470588235294%; /* 250 */
	}
		
	/* Variante - Slider */

	.lpOfferSlider article > figure > a {
		display: block;
		margin-bottom: 20px;
		margin-left: 0;
		margin-top: 0;
		width: 36.76470588235294%; /* 250 */
	}

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

	/* Variante - 2-spaltig */
		
	.lpOfferTwoColumns {
		float: none;
		margin-right: 0;
		width: 100%;
	}
		
}
@media all and (max-width: 500px){

	/* Variante - Drop */
		
	.lpOfferDrop > article > figure > a {
		margin-left: 0;
		margin-top: 20px;
		width: 100%;
	}

	/* Variante - Slider */

	.lpOfferSlider article > figure > a {
		margin-left: 20px;
		margin-top: 20px;
		width: 100%;
	}

}

/* Elemente - Youtube */

.cmsYoutube > h2 {
	display: none;
	margin: 0 0 10px 0;
}
.cmsYoutube > div {
	height: 0;
	overflow: hidden;
	padding: 30px 0 56.25% 0;
	position: relative;
}
.cmsYoutube > div > iframe {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}
.cmsYoutube > p {
	display: none;
	line-height: 1.3;
	margin: 10px 0 0 0;
}

/*
* 	Owl Carousel Owl Demo Theme 
*	v1.3.2
*/

.owl-theme .owl-controls{
	background: #FFFFFF;
	background: rgba(255, 255, 255, 0.6);
	padding: 20px 0 15px;
	position: relative;
	text-align: center;
}

/* Styling Next and Prev buttons */

.owl-theme .owl-controls .owl-buttons div{
	background: green;
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
	text-indent: -9999px;
	width: 15px;
	height: 24px;
	position: absolute;
	top: 26px;
}
.owl-theme .owl-controls .owl-buttons div.owl-prev{
	background: url("/img/cms/cms.png") scroll no-repeat left -702px;
	left: 30px;
}
.owl-theme .owl-controls .owl-buttons div.owl-next{
	background: url("/img/cms/cms.png") scroll no-repeat left -1033px;
	right: 30px;
}
/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover{

}

/* Styling Pagination*/

.owl-theme .owl-controls .owl-page{
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
}
.owl-theme .owl-controls .owl-page span{
	background: #8E9294;
	display: block;
	width: 8px;
	height: 25px;
	margin: 5px 7px;
	position: relative;
}
.owl-theme .owl-controls .owl-page span:before{
	background: #8E9294;
	background: -moz-linear-gradient(75deg,  rgba(142,146,148,0) 0%, rgba(142,146,148,0) 50%, rgba(142,146,148,1) 50.1%, rgba(142,146,148,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,rgba(142,146,148,0)), color-stop(50%,rgba(142,146,148,0)), color-stop(50.1%,rgba(142,146,148,1)), color-stop(100%,rgba(142,146,148,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(15deg,  rgba(142,146,148,0) 0%,rgba(142,146,148,0) 50%,rgba(142,146,148,1) 50.1%,rgba(142,146,148,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(75deg,  rgba(142,146,148,0) 0%,rgba(142,146,148,0) 50%,rgba(142,146,148,1) 50.1%,rgba(142,146,148,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(75deg,  rgba(142,146,148,0) 0%,rgba(142,146,148,0) 50%,rgba(142,146,148,1) 50.1%,rgba(142,146,148,1) 100%); /* IE10+ */
	background: linear-gradient(75deg,  rgba(142,146,148,0) 0%,rgba(142,146,148,0) 50%,rgba(142,146,148,1) 50.1%,rgba(142,146,148,1) 100%); /* W3C */
	content: "";
	height: 100%;
	left: -7px;
	position: absolute;
	top: 0;
	width: 7px;
}
.owl-theme .owl-controls .owl-page span:after{
	background: #8E9294;
	background: -moz-linear-gradient(75deg, rgba(142,146,148,1) 0%, rgba(142,146,148,1) 50%, rgba(142,146,148,0) 50.1%, rgba(142,146,148,0) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,rgba(142,146,148,1)), color-stop(50%,rgba(142,146,148,1)), color-stop(50.1%,rgba(142,146,148,0)), color-stop(100%,rgba(142,146,148,0))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(15deg, rgba(142,146,148,1) 0%,rgba(142,146,148,1) 50%,rgba(142,146,148,0) 50.1%,rgba(142,146,148,0) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(75deg, rgba(142,146,148,1) 0%,rgba(142,146,148,1) 50%,rgba(142,146,148,0) 50.1%,rgba(142,146,148,0) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(75deg, rgba(142,146,148,1) 0%,rgba(142,146,148,1) 50%,rgba(142,146,148,0) 50.1%,rgba(142,146,148,0) 100%); /* IE10+ */
	background: linear-gradient(75deg, rgba(142,146,148,1) 0%,rgba(142,146,148,1) 50%,rgba(142,146,148,0) 50.1%,rgba(142,146,148,0) 100%); /* W3C */
	content: "";
	height: 100%;
	right: -7px;
	position: absolute;
	top: 0;
	width: 7px;
}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
	background: #B51621;
}
.owl-theme .owl-controls .owl-page.active span:before,
.owl-theme .owl-controls .owl-page:hover span:before{
	background: #B51621;
	background: -moz-linear-gradient(75deg,  rgba(181,22,33,0) 0%, rgba(181,22,33,0) 50%, rgba(181,22,33,1) 50.1%, rgba(181,22,33,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,rgba(181,22,33,0)), color-stop(50%,rgba(181,22,33,0)), color-stop(50.1%,rgba(181,22,33,1)), color-stop(100%,rgba(181,22,33,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(15deg,  rgba(181,22,33,0) 0%,rgba(181,22,33,0) 50%,rgba(181,22,33,1) 50.1%,rgba(181,22,33,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(75deg,  rgba(181,22,33,0) 0%,rgba(181,22,33,0) 50%,rgba(181,22,33,1) 50.1%,rgba(181,22,33,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(75deg,  rgba(181,22,33,0) 0%,rgba(181,22,33,0) 50%,rgba(181,22,33,1) 50.1%,rgba(181,22,33,1) 100%); /* IE10+ */
	background: linear-gradient(75deg,  rgba(181,22,33,0) 0%,rgba(181,22,33,0) 50%,rgba(181,22,33,1) 50.1%,rgba(181,22,33,1) 100%); /* W3C */
}
.owl-theme .owl-controls .owl-page.active span:after,
.owl-theme .owl-controls .owl-page:hover span:after{
	background: #B51621;
	background: -moz-linear-gradient(75deg, rgba(181,22,33,1) 0%, rgba(181,22,33,1) 50%, rgba(181,22,33,0) 50.1%, rgba(181,22,33,0) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,rgba(181,22,33,1)), color-stop(50%,rgba(181,22,33,1)), color-stop(50.1%,rgba(181,22,33,0)), color-stop(100%,rgba(181,22,33,0))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(15deg, rgba(181,22,33,1) 0%,rgba(181,22,33,1) 50%,rgba(181,22,33,0) 50.1%,rgba(181,22,33,0) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(75deg, rgba(181,22,33,1) 0%,rgba(181,22,33,1) 50%,rgba(181,22,33,0) 50.1%,rgba(181,22,33,0) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(75deg, rgba(181,22,33,1) 0%,rgba(181,22,33,1) 50%,rgba(181,22,33,0) 50.1%,rgba(181,22,33,0) 100%); /* IE10+ */
	background: linear-gradient(75deg, rgba(181,22,33,1) 0%,rgba(181,22,33,1) 50%,rgba(181,22,33,0) 50.1%,rgba(181,22,33,0) 100%); /* W3C */
}

/* If PaginationNumbers is true */

.owl-theme .owl-controls .owl-page span.owl-numbers{
	height: auto;
	width: auto;
	color: #FFF;
	padding: 2px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}

/* preloading images */
.owl-item.loading{
	min-height: 150px;
}