/*! HTML5 Boilerplate v5.0 | MIT License | http://h5bp.com/ */
/*! normalize.css v1.1.3 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
  display: none;
}
/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/**
 * Address `font-family` inconsistency between `textarea` and other form
 * elements.
 */
html,
button,
input,
select,
textarea {
  font-family: sans-serif;
}
/**
 * Address margins handled incorrectly in IE 6/7.
 */
body {
  margin: 0;
}
/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}
/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}
/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address font sizes and margins set differently in IE 6/7.
 * Address font sizes within `section` and `article` in Firefox 4+, Safari 5,
 * and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
h2 {
  font-size: 1.5em;
  margin: 0.83em 0;
}
h3 {
  font-size: 1.17em;
  margin: 1em 0;
}
h4 {
  font-size: 1em;
  margin: 1.33em 0;
}
h5 {
  font-size: 0.83em;
  margin: 1.67em 0;
}
h6 {
  font-size: 0.67em;
  margin: 2.33em 0;
}
/**
 * Address styling not present in IE 7/8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome.
 */
b,
strong {
  font-weight: bold;
}
blockquote {
  margin: 1em 40px;
}
/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic;
}
/**
 * Address differences between Firefox and other browsers.
 * Known issue: no IE 6/7 normalization.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
/**
 * Address styling not present in IE 6/7/8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/**
 * Address margins set differently in IE 6/7.
 */
p,
pre {
  margin: 0 0 1.625em;
}
/**
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}
/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
/**
 * Address CSS quotes not supported in IE 6/7.
 */
q {
  quotes: none;
}
/**
 * Address `quotes` property not supported in Safari 4.
 */
q:before,
q:after {
  content: '';
  content: none;
}
/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* ==========================================================================
   Lists
   ========================================================================== */
/**
 * Address margins set differently in IE 6/7.
 */
dl,
menu,
ol,
ul {
  margin: 1em 0;
}
dd {
  margin: 0 0 0 40px;
}
/**
 * Address paddings set differently in IE 6/7.
 */
menu,
ol,
ul {
  padding: 0 0 0 40px;
}
/**
 * Correct list images handled incorrectly in IE 7.
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}
/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */
}
/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}
/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
  margin: 0;
}
/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Correct margin displayed oddly in IE 6/7.
 */
form {
  margin: 0;
}
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */
}
/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */
}
/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}
/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none;
}
/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */
}
/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}
/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */
}
/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}
/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * Remove inner padding and border in Firefox 3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}
/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
html {
  color: #444444;
  font-size: 1em;
  line-height: 1.4;
}
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}
::selection {
  background: #b3d4fc;
  text-shadow: none;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
p,
pre {
  margin-bottom: 0.75em;
}
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
textarea {
  resize: vertical;
}
.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}
@font-face {
  font-family: 'pt_serifbold';
  src: url('/fonts/pt_serif-web-bold-webfont.eot');
  src: url('/fonts/pt_serif-web-bold-webfont.eot?#iefix') format('embedded-opentype'), url('/fonts/pt_serif-web-bold-webfont.woff2') format('woff2'), url('/fonts/pt_serif-web-bold-webfont.woff') format('woff'), url('/fonts/pt_serif-web-bold-webfont.ttf') format('truetype'), url('/fonts/pt_serif-web-bold-webfont.svg#pt_serifbold') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'pt_serifitalic';
  src: url('/fonts/pt_serif-web-italic-webfont.eot');
  src: url('/fonts/pt_serif-web-italic-webfont.eot?#iefix') format('embedded-opentype'), url('/fonts/pt_serif-web-italic-webfont.woff2') format('woff2'), url('/fonts/pt_serif-web-italic-webfont.woff') format('woff'), url('/fonts/pt_serif-web-italic-webfont.ttf') format('truetype'), url('/fonts/pt_serif-web-italic-webfont.svg#pt_serifitalic') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'pt_serif';
  src: url('/fonts/pt_serif-web-regular-webfont.eot');
  src: url('/fonts/pt_serif-web-regular-webfont.eot?#iefix') format('embedded-opentype'), url('/fonts/pt_serif-web-regular-webfont.woff2') format('woff2'), url('/fonts/pt_serif-web-regular-webfont.woff') format('woff'), url('/fonts/pt_serif-web-regular-webfont.ttf') format('truetype'), url('/fonts/pt_serif-web-regular-webfont.svg#pt_serifregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "univers-57";
  src: url("/fonts/aefefc4e-9cb8-4e8e-8599-dda705456734.eot?#iefix");
  src: url("/fonts/aefefc4e-9cb8-4e8e-8599-dda705456734.eot?#iefix") format("eot"), url("/fonts/87512e82-56b3-4356-97ab-9cd7b2957e37.woff2") format("woff2"), url("/fonts/1eaf27c0-f4de-4273-9f4c-1b3236ad2f3c.woff") format("woff"), url("/fonts/9b913baf-b1f0-47d2-8c76-42f59650058f.ttf") format("truetype"), url("/fonts/0abcce12-2274-4ee7-b6d5-0066b5f5f670.svg#0abcce12-2274-4ee7-b6d5-0066b5f5f670") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "univers-67";
  src: url("/fonts/076b8d7a-91b5-4c89-86a1-546b980072c7.eot?#iefix");
  src: url("/fonts/076b8d7a-91b5-4c89-86a1-546b980072c7.eot?#iefix") format("eot"), url("/fonts/6fac29ee-4085-4f88-bea6-47a93dd7d682.woff2") format("woff2"), url("/fonts/21decb60-b395-4de2-bd04-e38eb2a56d2f.woff") format("woff"), url("/fonts/091058d4-36b2-43f6-80d3-16c88e098061.ttf") format("truetype"), url("/fonts/827d22bc-e38b-4ccf-8a21-1f9aaa76e402.svg#827d22bc-e38b-4ccf-8a21-1f9aaa76e402") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'hw-icons';
  src: url('/fonts/HW-Icons.eot');
  src: url('/fonts/HW-Icons.eot?#iefix') format('eot'), url('/fonts/HW-Icons.woff') format('woff'), url('/fonts/HW-Icons.ttf') format('truetype'), url('/fonts/HW-Icons.svg#HW-Icons') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* obs: */
.box-shadow3 {
  -moz-box-shadow: 0 2px 2px -2px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0 2px 2px -2px rgba(0, 0, 0, 0.4);
  box-shadow: 0 2px 2px -2px rgba(0, 0, 0, 0.4);
}
.noshadow {
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.crisp-edges {
  image-rendering: -moz-crisp-edges;
  /* Firefox */
  image-rendering: -o-crisp-edges;
  /* Opera */
  image-rendering: -webkit-optimize-contrast;
  /* Webkit (non-standard naming) */
  image-rendering: crisp-edges;
  -ms-interpolation-mode: nearest-neighbor;
  /* IE (non-standard property) */
}
.innerborder {
  position: relative;
}
.innerborder:before {
  border: 1px solid rgba(0, 0, 0, 0.15);
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  pointer-events: none;
  z-index: 50;
}
.bg-transwhite95 {
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#F0FFFFFF, endColorstr=#F0FFFFFF)";
  background: rgba(255, 255, 255, 0.95);
}
.bg-transwhite70 {
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#B1FFFFFF, endColorstr=#B1FFFFFF)";
  background: rgba(255, 255, 255, 0.75);
}
.bg-redgradient {
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffd7061c, endColorstr=#ffa00011)";
  background: -moz-linear-gradient(top, #d7061c, #a00011);
  background: -webkit-gradient(linear, left top, left bottom, from(#d7061c), to(#a00011));
  background-image: -ms-linear-gradient(top, #d7061c 0%, #a00011 100%);
  background: linear-gradient(#d7061c, #a00011);
  /*-pie-background: linear-gradient(#d7061c, #72010d); /*PIE*/
}
.bg-greygradient {
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#fff6f6f6, endColorstr=#fffdfdfd)";
  background: -moz-linear-gradient(top, #f6f6f6, #fdfdfd) !important;
  background: -webkit-gradient(linear, left top, left bottom, from(#f6f6f6), to(#fdfdfd)) !important;
  background-image: -ms-linear-gradient(top, #f6f6f6 0%, #fdfdfd 100%) !important;
  background: linear-gradient(f6f6f6, #fdfdfd) !important;
}
.vcenter-flexbox {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-flex-align: center;
  -moz-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.center-flexbox {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-flex-align: center;
  -moz-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}
.borderbox {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.paddingbox {
  -moz-box-sizing: padding-box;
  -webkit-box-sizing: padding-box;
  -ms-box-sizing: padding-box;
  box-sizing: padding-box;
}
.image-text {
  text-shadow: 0px 0px 2px rgba(255, 255, 255, 0.5);
}
.img-border {
  border: 2px solid #A2966B;
}
/* buttons: */
.button-rot {
  font-family: univers-57;
  color: #fff;
  display: inline-block;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  padding: 0.4em 1.25em 0.5em;
  background: #AB3733;
  border: none;
  border-radius: 3px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -moz-transition: background-color 0.1s ease-out;
  -webkit-transition: background-color 0.1s ease-out;
  transition: background-color 0.1s ease-out;
}
.button-rot:hover {
  background: #fff;
  color: #AB3733;
}
.cta-button {
  font-family: univers-57;
  color: #fff;
  display: inline-block;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  padding: 0.4em 1.25em 0.5em;
  background: #AB3733;
  border: none;
  border-radius: 3px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -moz-transition: background-color 0.1s ease-out;
  -webkit-transition: background-color 0.1s ease-out;
  transition: background-color 0.1s ease-out;
  box-shadow: 0px 0.1em 0.2em 0 rgba(0, 0, 0, 0.5);
  font-size: 1.3125em;
}
.cta-button:hover {
  background: #fff;
  color: #AB3733;
}
.button-gold {
  background: #AB3733;
}
.button-grau1 {
  color: #464646;
  display: inline-block;
  text-decoration: none;
  text-align: center;
  padding: 0.4em 1.25em;
  background: #dadada;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffe1e1e1, endColorstr=#ffd1d1d1)";
  background: -moz-linear-gradient(top, #e1e1e1, #acacac);
  background: -webkit-gradient(linear, left top, left bottom, from(#e1e1e1), to(#acacac));
  background-image: -ms-linear-gradient(top, #e1e1e1 0%, #acacac 100%);
  background: linear-gradient(#e1e1e1, #acacac);
  -pie-background: linear-gradient(#e1e1e1, #acacac);
  /*PIE*/
  background-size: 1px 200%;
  -moz-transition: background 0.4s ease-out;
  -webkit-transition: background 0.4s ease-out;
  transition: background 0.4s ease-out;
  -moz-box-shadow: 0 1px 1px #000;
  -webkit-box-shadow: 0 1px 1px #000;
  box-shadow: 0 1px 1px #000;
  border: none;
  border-radius: 0.5em;
  cursor: pointer;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.button-grau1 img {
  display: inline-block;
  vertical-align: center;
}
.button-rot:hover,
.button1:hover,
.button-grau1:hover,
.button-grau2:hover,
.button2:hover,
.button3:hover {
  background-position: 0 100% !important;
}
.button-grau2 {
  color: #464646;
  display: inline-block;
  text-decoration: none;
  text-align: center;
  padding: 0.4em 1.25em;
  background: #dadada;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffebebeb, endColorstr=#ffd1d1d1)";
  background: -moz-linear-gradient(top, #ebebeb, #b7b7b7);
  background: -webkit-gradient(linear, left top, left bottom, from(#ebebeb), to(#b7b7b7));
  background-image: -ms-linear-gradient(top, #ebebeb 0%, #b7b7b7 100%);
  background: linear-gradient(#ebebeb, #b7b7b7);
  -pie-background: linear-gradient(#ebebeb, #b7b7b7);
  /*PIE*/
  background-size: 1px 200%;
  -moz-transition: background 0.4s ease-out;
  -webkit-transition: background 0.4s ease-out;
  transition: background 0.4s ease-out;
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
  border: none;
  border-radius: 0.5em;
  cursor: pointer;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.button-grau2 img {
  display: inline-block;
  vertical-align: center;
}
.button-grau3 {
  color: #464646;
  display: inline-block;
  text-decoration: none;
  text-align: center;
  padding: 0.4em 1.25em;
  background: #dadada;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffebebeb, endColorstr=#ffd1d1d1)";
  background: -moz-linear-gradient(top, #ebebeb, #b7b7b7);
  background: -webkit-gradient(linear, left top, left bottom, from(#ebebeb), to(#b7b7b7));
  background-image: -ms-linear-gradient(top, #ebebeb 0%, #b7b7b7 100%);
  background: linear-gradient(#ebebeb, #b7b7b7);
  background-size: 1px 200%;
  -moz-transition: background 0.4s ease-out;
  -webkit-transition: background 0.4s ease-out;
  transition: background 0.4s ease-out;
  border: none;
  border-radius: 0.5em;
  cursor: pointer;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.button-grau3 img {
  display: inline-block;
  vertical-align: center;
}
/* icons: */
.icon-before {
  text-decoration: none;
  line-height: 2em;
}
.icon-before:before {
  font-family: "hw-icons";
  margin-right: 0.2em;
  font-size: 2em;
  vertical-align: middle;
  display: inline-block;
  margin-top: -0.2em;
}
.tel:before {
  content: "C";
}
.globe:before {
  content: "B";
}
.mail:before {
  content: "D";
}
.inquiry:before {
  content: "E";
}
/*
.legal:before {
	content: "R";
}

.download:before {
	content: "S";
}
*/
.icon-block {
  padding-left: 1.5em;
  display: block;
}
.icon-block:before {
  margin-left: -1.5em;
}
.pfeil-fett-links:before {
  content: "C";
  font-size: 0.75em;
  margin-right: 0.5em;
}
/*
.button-rot:hover, .button2:hover, .button3:hover, .button4:hover {
    background-position: 100%;
}
*/
.rot {
  color: #AB3733;
}
/* validate: */
input[type=text].error,
textarea.error,
ul.error,
.error + label + .customStyleSelectBox {
  border: 2px solid #AB3733 !important;
}
label.error {
  display: none !important;
}
div.formerror {
  display: none;
  color: #AB3733;
  font-family: univers-57;
  margin-bottom: 1em;
}
/* custom selects */
.custom-select {
  -webkit-appearance: none;
}
.customStyleSelectBox {
  /*border: 1px solid @border-grau2;
	font-size: 1em;
	.borderbox;
	height: 2em;
	line-height: 1.85em;
	border-radius: 2px;
	overflow: hidden;*/
  color: #A2966B;
  background: #FFFFFF;
  border: 2px solid #A2966B;
  border-radius: 3px;
  line-height: 2em;
  height: 2em;
  font-family: univers-57;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  text-indent: 0.7em;
  padding: 0;
  margin: 0;
  -webkit-appearance: none;
  height: 2.55em;
  line-height: 2.25em;
  text-indent: 0;
}
/* on the next line we add a down arrow on the right to indicate that it is a select box */
.customStyleSelectBoxInner {
  background: url(/img-system/select-button.png) no-repeat center right;
  /* svg support ab ie8 */
  margin: 0;
  padding: 0 0 0 0.7em;
  height: 2.25em;
  background-size: 1.5em auto;
  text-align: left;
}
.lt-ie9 .customStyleSelectBoxInner {
  background-image: url(/img-system/select-button.png);
}
.customStyleSelectBoxInner div {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  margin: 0;
  vertical-align: top;
}
/* form elements: */
.formfield {
  color: #A2966B;
  background: #FFFFFF;
  border: 2px solid #A2966B;
  border-radius: 3px;
  line-height: 2em;
  height: 2em;
  font-family: univers-57;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  text-indent: 0.7em;
  padding: 0;
  margin: 0;
  -webkit-appearance: none;
}
input[type=text]:not(.wetextinput) {
  color: #A2966B;
  background: #FFFFFF;
  border: 2px solid #A2966B;
  border-radius: 3px;
  line-height: 2em;
  height: 2em;
  font-family: univers-57;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  text-indent: 0.7em;
  padding: 0;
  margin: 0;
  -webkit-appearance: none;
}
textarea {
  background: #f6f6f6;
  border: 1px solid #dddddd;
  font-family: "pt_serif";
  border-radius: 2px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
/* file uplaod: */
.NFI-wrapper {
  width: 100%;
}
.NFI-wrapper .NFI-button {
  background: url(/img-system/select-button.png) no-repeat center right;
  /* svg support ab ie8 */
  margin: 0;
  padding: 0 0 0 0.7em;
  height: 2.25em;
  background-size: 1.5em auto;
  text-align: left;
  background-image: url(/img-system/verzeichnis-button.png);
  z-index: 2;
  overflow: hidden;
  width: 100%;
  text-indent: 100%;
  float: right !important;
}
.NFI-wrapper .NFI-filename {
  margin-top: -2em !important;
  z-index: 1;
}
.Zebra_DatePicker_Icon_Wrapper input {
  /* ie8 hat mit dem ursprgl selektor probleme */
  height: 2em;
  border: 1px solid #D4D4D4;
  /*	background: url(/img-system/input-bg_01.png) no-repeat top left;	*/
  text-indent: 0.5em;
  box-sizing: content-box;
  padding: 0;
  margin: 0;
  line-height: 2em;
}
.Zebra_DatePicker .dp_daypicker th {
  font-weight: normal;
  font-family: "pt_serifbold";
}
textarea {
  border: 1px solid #D4D4D4;
  padding: 0.5em;
  margin: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1.35em;
}
#datepicker-start,
#datepicker-end,
#datepicker-start2,
#datepicker-end2,
#widget-datepicker-start,
#widget-datepicker-end {
  display: inline-block;
}
button.Zebra_DatePicker_Icon {
  /*display: none !important;*/
}
.content-ul {
  list-style: none;
  padding: 0;
  margin: 0.35em 0 0;
}
.content-ul li {
  padding-left: 0.5em;
  padding-bottom: 0.2em;
  text-indent: -0.6em;
}
.content-ul li:before {
  content: "·";
  margin-right: 0.2em;
  margin-left: 0em;
  vertical-align: middle;
  line-height: 1em;
}
.content-subul li:before {
  content: "°";
  padding-right: 0.5em;
  color: #851e28;
  font-size: 1.3em;
  line-height: 0.55em;
  vertical-align: bottom;
}
.double-col {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 1.875em;
  -moz-column-gap: 1.875em;
  column-gap: 1.875em;
}
.triple-col {
  -webkit-column-count: 3 !important;
  -moz-column-count: 3 !important;
  column-count: 3 !important;
  -webkit-column-gap: 1em;
  -moz-column-gap: 1em;
  column-gap: 1em;
}
.single-col {
  -webkit-column-count: 1 !important;
  -moz-column-count: 1 !important;
  column-count: 1 !important;
}
h1,
h2,
h3,
h4,
h5 {
  font-weight: normal;
  line-height: 1.1em;
}
.mehrlink-pfeil {
  text-indent: 0;
  font-family: univers-57;
  text-transform: uppercase;
  color: #AB3733;
  text-decoration: none;
}
.mehrlink-pfeil:after {
  content: "A";
  font-family: "hw-icons";
  margin: 0 -0.2em -0.175em 0.5em;
  font-size: 0.85em;
  vertical-align: top;
  display: inline-block;
}
.mehrlink-pfeil.teaser-pfeil:after {
  margin: 0.175em -0.2em -0.175em 0.5em;
  font-size: 0.5em;
}
.mehrlink-pfeil.link-button {
  display: inline-block;
  border-radius: 0.2em;
  padding: 0.15em 0.85em 0.2em 1em;
}
.mehrlink-pfeil:hover {
  text-decoration: underline;
}
.mehrlink-pfeil-outer {
  display: inline-block;
  font-family: univers-57;
  text-transform: uppercase;
  color: #AB3733;
  text-decoration: none;
}
.mehrlink-pfeil-outer:after {
  content: "A";
  font-family: "hw-icons";
  margin: 0.175em -0.2em -0.175em 0.5em;
  font-size: 0.5em;
  vertical-align: top;
  display: inline-block;
  position: absolute;
}
.mehrlink-pfeil-outer:hover {
  text-decoration: underline;
}
.uplink-pfeil {
  text-decoration: none;
}
.uplink-pfeil:after {
  content: "";
  font-family: iconvault-symbols;
  margin: 0.2em 0em -0.3em 0.85em;
  color: #AB3733;
  font-size: 0.65em;
  vertical-align: top;
  display: inline-block;
}
.uplink-pfeil:hover {
  color: #AB3733;
}
.downlink-pfeil {
  text-decoration: none;
}
.downlink-pfeil:after {
  content: "";
  font-family: iconvault-symbols;
  margin: 0.2em -0.2em -0.3em 0.85em;
  color: #AB3733;
  font-size: 0.65em;
  vertical-align: top;
  display: inline-block;
}
.downlink-pfeil:hover {
  color: #AB3733;
}
/* Required for Down Triangle */
.triangle-down:before,
.triangle-down:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent;
  border-bottom: 0;
}
/* Stroke */
.triangle-down:before {
  bottom: -15px;
  left: 21px;
  /* If 1px darken stroke slightly */
  border-top-color: #D4D4D4;
  border-width: 16px;
}
/* Fill */
.triangle-down:after {
  bottom: -14px;
  left: 22px;
  border-top-color: #f6f6f6;
  border-width: 15px;
}
div.iscroll {
  min-width: 470px;
}
input.bigcheckbox {
  display: none;
}
input.bigcheckbox + label {
  background: url("/img-system/checkbox-big-empty.png") no-repeat scroll;
  display: inline-block;
  height: 26px;
  width: 26px;
  overflow: hidden;
  text-indent: 26px;
}
input.bigcheckbox:checked + label {
  background: url("/img-system/checkbox-big-checked.png") no-repeat !important;
}
.rounded-image {
  border-radius: 50%;
}
.gruen {
  color: #AB3733;
}
.imgcenter-helper {
  position: absolute;
  top: 50%;
  left: 50%;
}
/**
 * BxSlider v4.1.2 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2014
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */
/** RESET AND LAYOUT
===================================*/
.bx-wrapper {
  position: relative;
  margin: 0 auto 60px;
  padding: 0;
  *zoom: 1;
  height: 100%;
}
.bx-wrapper img {
  max-width: 100%;
  display: block;
}
/** THEME
===================================*/
.bx-wrapper .bx-viewport {
  /*	-moz-box-shadow: 0 0 5px #ccc;
	-webkit-box-shadow: 0 0 5px #ccc;
	box-shadow: 0 0 5px #ccc;
	border:  5px solid #fff;
	left: -5px;
	background: #fff;	*/
  /*fix other elements on the page moving (on Chrome)*/
  -webkit-transform: translatez(0);
  -moz-transform: translatez(0);
  -ms-transform: translatez(0);
  -o-transform: translatez(0);
  transform: translatez(0);
}
.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: -30px;
  width: 100%;
}
/* LOADER */
.bx-wrapper .bx-loading {
  min-height: 50px;
  background: url(/css/images/bx_loader.gif) center center no-repeat #fff;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000;
}
/* PAGER */
.bx-wrapper .bx-pager {
  text-align: center;
  font-size: 0.85em;
  font-family: Arial;
  font-weight: bold;
  color: #666;
  padding-top: 14px;
  background: #EEEEEE;
}
.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  *zoom: 1;
  *display: inline;
}
.bx-wrapper .bx-pager.bx-default-pager a {
  background: #C5C5C5;
  text-indent: -9999px;
  display: block;
  width: 12px;
  height: 12px;
  margin: 0 5px;
  outline: 0;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #333;
}
/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-next,
.bx-prev {
  font-family: "hw-icons";
  border: 0;
  color: #fff;
  font-size: 2em;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.6);
}
.bx-next:hover,
.bx-prev:hover {
  color: #fff;
}
.teaser-slider .bx-next,
.teaser-slider .bx-prev {
  font-size: 3em;
}
.bx-next {
  right: 2.143%;
  margin-right: -0.3em;
}
.bx-prev {
  left: 2.143%;
  margin-left: -0.3em;
}
/*
.bx-wrapper .bx-prev:hover {
	background-position: 0 0;
}

.bx-wrapper .bx-next:hover {
	background-position: -43px 0;
}
*/
.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  outline: 0;
  z-index: 1000;
  text-decoration: none;
}
.bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}
/* AUTO CONTROLS (START / STOP) */
.bx-wrapper .bx-controls-auto {
  text-align: center;
}
.bx-wrapper .bx-controls-auto .bx-start {
  display: block;
  text-indent: -9999px;
  width: 10px;
  height: 11px;
  outline: 0;
  background: url(/css/images/controls.png) -86px -11px no-repeat;
  margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
  background-position: -86px 0;
}
.bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  text-indent: -9999px;
  width: 9px;
  height: 11px;
  outline: 0;
  background: url(images/controls.png) -86px -44px no-repeat;
  margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
  background-position: -86px -33px;
}
/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%;
}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px;
}
/* IMAGE CAPTIONS */
.bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #666 \9;
  background: rgba(80, 80, 80, 0.75);
  width: 100%;
}
.bx-wrapper .bx-caption span {
  color: #fff;
  font-family: Arial;
  display: block;
  font-size: 0.85em;
  padding: 10px;
}
/*! fancyBox v2.1.5 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: 9020;
}
.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: 9030;
}
.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}
.fancybox-outer,
.fancybox-inner {
  position: relative;
}
.fancybox-inner {
  overflow: hidden;
}
.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}
.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  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('/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: 9060;
}
#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url('/fancybox/fancybox_loading.gif') center center no-repeat;
}
.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 9040;
}
.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url('/fancybox/blank.gif');
  /* helps IE */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  z-index: 9040;
}
.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: 9040;
  visibility: hidden;
}
.touch .fancybox-nav span {
  visibility: visible;
}
.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px;
}
.fancybox-next span {
  right: 10px;
  background-position: 0 -72px;
}
.fancybox-nav:hover span {
  visibility: visible;
}
.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important;
}
/* Overlay helper */
.fancybox-lock {
  overflow: hidden !important;
  width: auto;
}
.fancybox-lock body {
  overflow: hidden !important;
}
.fancybox-lock-test {
  overflow-y: hidden !important;
}
.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 9011;
  background: url('/fancybox/fancybox_overlay.png');
}
.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}
.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll;
}
/* Title helper */
.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 9050;
}
.fancybox-opened .fancybox-title {
  visibility: visible;
}
.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 9050;
  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, 0.8);
}
/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  #fancybox-loading,
  .fancybox-close,
  .fancybox-prev span,
  .fancybox-next span {
    background-image: url('/fancybox/fancybox_sprite2x.png');
    background-size: 44px 152px;
    /*The size of the normal image, half the size of the hi-res image*/
  }
  #fancybox-loading div {
    background-image: url('/fancybox/fancybox_loading2x.gif');
    background-size: 24px 24px;
    /*The size of the normal image, half the size of the hi-res image*/
  }
}
/*

    Zebra_DatePicker: a lightweight jQuery date picker plugin

    default stylesheet
    copyright (c) 2011 - 2012 Stefan Gabos
    http://stefangabos.ro/jquery/zebra-datepicker/

*/
.Zebra_DatePicker * {
  margin: 0;
  padding: 0;
  color: #000;
}
.Zebra_DatePicker {
  position: absolute;
  background: #AB3733;
  border: 3px solid #fff;
  display: none;
  z-index: 1250;
  /*font-family: Arial, Helvetica, sans-serif;*/
  font-size: 0.8125em;
}
/* = GLOBALS
----------------------------------------------------------------------------------------------------------------------*/
.Zebra_DatePicker table {
  border-collapse: collapse;
  border-spacing: 0;
}
.Zebra_DatePicker td,
.Zebra_DatePicker th {
  text-align: center;
  padding: 5px 0;
}
.Zebra_DatePicker td {
  cursor: pointer;
}
.Zebra_DatePicker .dp_daypicker,
.Zebra_DatePicker .dp_monthpicker,
.Zebra_DatePicker .dp_yearpicker {
  margin-top: 3px;
}
.Zebra_DatePicker .dp_daypicker td,
.Zebra_DatePicker .dp_daypicker th,
.Zebra_DatePicker .dp_monthpicker td,
.Zebra_DatePicker .dp_yearpicker td {
  background: #E8E8E8;
  width: 2.5em;
  border: 1px solid #fff;
}
/* = HEADER
----------------------------------------------------------------------------------------------------------------------*/
.Zebra_DatePicker .dp_header td {
  color: #FFF;
}
.Zebra_DatePicker .dp_header .dp_previous,
.Zebra_DatePicker .dp_header .dp_next {
  width: 2.5em;
}
.Zebra_DatePicker .dp_header .dp_caption {
  font-weight: bold;
}
.Zebra_DatePicker .dp_header .dp_hover {
  background: #666;
  color: #FFF;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.Zebra_DatePicker .dp_header .dp_blocked {
  color: #888;
  cursor: default;
}
/* = DATEPICKER
----------------------------------------------------------------------------------------------------------------------*/
.Zebra_DatePicker .dp_daypicker th {
  background: #fff;
}
.Zebra_DatePicker td.dp_not_in_month {
  background: #F3F3F3;
  color: #CDCDCD;
  cursor: default;
}
.Zebra_DatePicker td.dp_weekend {
  background: #D8D8D8;
}
.Zebra_DatePicker td.dp_weekend_disabled {
  color: #CCC;
  cursor: default;
}
.Zebra_DatePicker td.dp_selected {
  background: #AB3733;
  color: #FFF !important;
}
.Zebra_DatePicker td.dp_week_number {
  background: #FFCC33;
  color: #555;
  cursor: text;
  font-style: italic;
}
/* = MONTHPICKER
----------------------------------------------------------------------------------------------------------------------*/
.Zebra_DatePicker .dp_monthpicker td {
  width: 33%;
}
/* = YEARPICKER
----------------------------------------------------------------------------------------------------------------------*/
.Zebra_DatePicker .dp_yearpicker td {
  width: 33%;
}
/* = FOOTER
----------------------------------------------------------------------------------------------------------------------*/
.Zebra_DatePicker .dp_footer {
  margin-top: 3px;
  display: none !important;
}
.Zebra_DatePicker .dp_footer td {
  color: #FFF;
  padding: 2px;
  font-weight: bold;
}
.Zebra_DatePicker .dp_footer .dp_hover {
  background: #666;
  color: #FFF;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
/* = SOME MORE GLOBALS (MUST BE LAST IN ORDER TO OVERWRITE PREVIOUS PROPERTIES)
----------------------------------------------------------------------------------------------------------------------*/
.Zebra_DatePicker td.dp_current {
  color: #6C6C6C;
}
.Zebra_DatePicker td.dp_disabled_current {
  color: #E38585;
}
.Zebra_DatePicker td.dp_disabled {
  background: #F3F3F3;
  color: #CDCDCD;
  cursor: default;
}
.Zebra_DatePicker td.dp_hover {
  background: #666;
  color: #FFF;
}
/* = ICON
----------------------------------------------------------------------------------------------------------------------*/
button.Zebra_DatePicker_Icon {
  position: absolute;
  width: 2.25em;
  height: 2em;
  background: url('/img-system/calendar-start.png') no-repeat center center;
  /*	background-size: contain;	*/
  text-indent: -9000px;
  border: none;
  cursor: pointer;
  /*	margin: 0 1px 0 0 !important; 	*/
  padding: 0;
  line-height: 0;
}
button.Zebra_DatePicker_Icon_Disabled {
  background-image: url('calendar-disabled.png');
}
button.Zebra_DatePicker_Icon_Inside {
  margin: 0 -2px 0 0;
}
#datepicker-start,
#datepicker-end,
#datepicker-start2,
#datepicker-end2,
#widget-datepicker-start,
#widget-datepicker-end {
  width: 100%;
  background: #fff url('/img-system/calendar-start.png') no-repeat right center;
}
/* Fix icon position in Chrome & Safari */
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  /*    button.Zebra_DatePicker_Icon_Inside     { margin: 0 5px 0 0 }	*/
}
div.picker > input {
  display: block;
}
/*! jQuery UI - v1.11.4 - 2015-06-23
* http://jqueryui.com
* Includes: core.css, datepicker.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Arial%2Csans-serif&fwDefault=bold&fsDefault=1.1em&cornerRadius=6px&bgColorHeader=cc0000&bgTextureHeader=highlight_soft&bgImgOpacityHeader=15&borderColorHeader=e3a1a1&fcHeader=ffffff&iconColorHeader=ffffff&bgColorContent=ffffff&bgTextureContent=flat&bgImgOpacityContent=75&borderColorContent=eeeeee&fcContent=333333&iconColorContent=cc0000&bgColorDefault=eeeeee&bgTextureDefault=highlight_hard&bgImgOpacityDefault=100&borderColorDefault=d8dcdf&fcDefault=004276&iconColorDefault=cc0000&bgColorHover=f6f6f6&bgTextureHover=highlight_hard&bgImgOpacityHover=100&borderColorHover=cdd5da&fcHover=111111&iconColorHover=cc0000&bgColorActive=ffffff&bgTextureActive=flat&bgImgOpacityActive=65&borderColorActive=eeeeee&fcActive=cc0000&iconColorActive=cc0000&bgColorHighlight=fbf8ee&bgTextureHighlight=glass&bgImgOpacityHighlight=55&borderColorHighlight=fcd3a1&fcHighlight=444444&iconColorHighlight=004276&bgColorError=f3d8d8&bgTextureError=diagonals_thick&bgImgOpacityError=75&borderColorError=cc0000&fcError=2e2e2e&iconColorError=cc0000&bgColorOverlay=a6a6a6&bgTextureOverlay=dots_small&bgImgOpacityOverlay=65&opacityOverlay=40&bgColorShadow=333333&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=10&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px
* Copyright 2015 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);
  /* support: IE8 */
}
.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: 0.2em 0.2em 0;
  display: none;
}
.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: 0.2em 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
  top: 1px;
}
.ui-datepicker .ui-datepicker-prev {
  left: 2px;
}
.ui-datepicker .ui-datepicker-next {
  right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover {
  right: 1px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 45%;
}
.ui-datepicker table {
  width: 100%;
  font-size: 0.9em;
  border-collapse: collapse;
  margin: 0 0 0.4em;
}
.ui-datepicker th {
  padding: 0.7em 0.3em;
  text-align: center;
  font-weight: normal;
  font-family: univers-67;
  border: 0;
}
.ui-datepicker td {
  border: 0;
  padding: 1px;
}
.ui-datepicker td span,
.ui-datepicker td a {
  display: block;
  padding: 0.2em;
  text-align: right;
  text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: 0.7em 0 0 0;
  padding: 0 0.2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
  font-family: univers-57;
  color: #fff;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  padding: 0.4em 1.25em 0.5em;
  background: #AB3733;
  border: none;
  border-radius: 3px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -moz-transition: background-color 0.1s ease-out;
  -webkit-transition: background-color 0.1s ease-out;
  transition: background-color 0.1s ease-out;
  float: right;
  margin: 0.5em 0.2em 0.4em;
  cursor: pointer;
  padding: 0.2em 0.6em 0.3em 0.6em;
  width: auto;
  overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button:hover {
  background: #fff;
  color: #AB3733;
}
.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 0.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: univers-57;
  font-size: 0.875em;
}
.ui-widget .ui-widget {
  font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-family: univers-57;
  font-size: 1em;
}
.ui-widget-content {
  border: 1px solid #eeeeee;
  background: #ffffff url("images/ui-bg_flat_75_ffffff_40x100.png") 50% 50% repeat-x;
  color: #333333;
}
.ui-widget-content a {
  color: #333333;
}
.ui-widget-header {
  border: 1px solid #e3a1a1;
  background: #AB3733;
  color: #ffffff;
  font-family: univers-67;
}
.ui-widget-header a {
  color: #ffffff;
}
/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  border: 1px solid #d8dcdf;
  background: #eeeeee url("images/ui-bg_highlight-hard_100_eeeeee_1x100.png") 50% 50% repeat-x;
  font-family: univers-67;
  color: #A2966B;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
  color: #A2966B;
  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 #cdd5da;
  background: #f6f6f6 url("images/ui-bg_highlight-hard_100_f6f6f6_1x100.png") 50% 50% repeat-x;
  font-family: univers-67;
  color: #333333;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited {
  color: #333333;
  text-decoration: none;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
  border: 1px solid #eeeeee;
  background: #ffffff url("images/ui-bg_flat_65_ffffff_40x100.png") 50% 50% repeat-x;
  font-family: univers-67;
  color: #AB3733;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #AB3733;
  text-decoration: none;
}
/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #fcd3a1;
  background: #fbf8ee url("images/ui-bg_glass_55_fbf8ee_1x400.png") 50% 50% repeat-x;
  color: #444444;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
  color: #444444;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
  border: 1px solid #AB3733;
  background: #f3d8d8 url("images/ui-bg_diagonals-thick_75_f3d8d8_40x40.png") 50% 50% repeat;
  color: #2e2e2e;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
  color: #2e2e2e;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
  color: #2e2e2e;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
  font-family: univers-67;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
  opacity: 0.7;
  filter: alpha(opacity=70);
  /* support: IE8 */
  font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: 0.35;
  filter: alpha(opacity=35);
  /* support: IE8 */
  background-image: none;
}
.ui-state-disabled .ui-icon {
  filter: alpha(opacity=35);
  /* support: IE8 - See #6059 */
}
/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
  width: 16px;
  height: 16px;
}
.ui-icon,
.ui-widget-content .ui-icon {
  background-image: url("images/ui-icons_cc0000_256x240.png");
}
.ui-widget-header .ui-icon {
  background-image: url("images/ui-icons_ffffff_256x240.png");
}
.ui-state-default .ui-icon {
  background-image: url("images/ui-icons_cc0000_256x240.png");
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon {
  background-image: url("images/ui-icons_cc0000_256x240.png");
}
.ui-state-active .ui-icon {
  background-image: url("images/ui-icons_cc0000_256x240.png");
}
.ui-state-highlight .ui-icon {
  background-image: url("images/ui-icons_004276_256x240.png");
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
  background-image: url("images/ui-icons_cc0000_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: 6px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
  border-top-right-radius: 6px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
  border-bottom-left-radius: 6px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
  border-bottom-right-radius: 6px;
}
/* Overlays */
.ui-widget-overlay {
  background: #a6a6a6 url("images/ui-bg_dots-small_65_a6a6a6_2x2.png") 50% 50% repeat;
  opacity: 0.4;
  filter: alpha(opacity=40);
  /* support: IE8 */
}
.ui-widget-shadow {
  margin: -8px 0 0 -8px;
  padding: 8px;
  background: #333333 url("images/ui-bg_flat_0_333333_40x100.png") 50% 50% repeat-x;
  opacity: 0.1;
  filter: alpha(opacity=10);
  /* support: IE8 */
  border-radius: 8px;
}
/* ===== Initializr Styles ==================================================
   Author: Jonathan Verrecchia - verekia.com/initializr/responsive-template
   ========================================================================== */
body {
  font: 16px/26px "pt_serif", Georgia, serif;
  background: #A2966B;
}
.outer-wrapper {
  max-width: 1400px;
  margin: 0 auto;
  -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
  overflow: hidden;
}
.wrapper {
  width: 94%;
  padding: 0 3%;
}
.wrapper-auto {
  width: auto !important;
}
.margin-wrapper {
  width: 94%;
  margin: 0 3%;
}
/* ===============
    ALL: IE Fixes
   =============== */
.ie7 .title {
  padding-top: 20px;
}
/* ==========================================================================
   Author's custom styles
   ========================================================================== */
a {
  color: #333333;
}
a:active,
a:focus {
  outline: none;
}
a:hover {
  color: #AB3733;
}
h1 {
  font-family: "pt_serif", serif;
  font-size: 1.625em;
  color: #AB3733;
  text-align: center;
}
h2 {
  font-family: "pt_serif", serif;
  font-size: 1.375em;
  color: #AB3733;
  margin-top: 1.3125em;
}
h3 {
  font-family: "pt_serif", serif;
  font-size: 1.4em;
  color: #AB3733;
}
h3.subtitle {
  font-size: 1em;
  line-height: 1.4em;
  color: #333333;
  text-align: center;
}
/*
.section-headline {
	font-size: 1.4em;
	color: @cd-rot;
}

.sub-headline {
	font-size: 1.125em;
	color: @cd-rot;
	margin-bottom: 0.25em;
}
*/
.zwischen-headline {
  color: #AB3733;
  font-size: 1.125em;
}
.highlight {
  font-family: "pt_serif";
}
strong,
b {
  font-family: "pt_serifbold";
  font-weight: normal;
}
.arrows {
  font-family: "hw-icons";
}
.content-element .text ul,
footer ul,
.zimmer-element .text-box ul,
.welcome ul {
  list-style: none;
  padding: 0;
  margin-top: 0;
}
.content-element .text ul li,
footer ul li,
.zimmer-element .text-box ul li,
.welcome ul li {
  text-indent: -0.6em;
  padding-left: 1.3em;
  padding-bottom: 0.3em;
}
.content-element .text ul li:before,
footer ul li:before,
.zimmer-element .text-box ul li:before,
.welcome ul li:before {
  color: #AB3733;
  font-family: "hw-icons";
  margin-right: 0.5em;
  margin-top: -0.5em;
  font-size: 0.8em;
  vertical-align: middle;
  display: inline-block;
  content: "G";
}
.content-element .text ul:not(:first-child),
footer ul:not(:first-child),
.zimmer-element .text-box ul:not(:first-child),
.welcome ul:not(:first-child) {
  margin-top: 0.9em;
}
.text-content {
  color: #333333;
}
footer ul.stern-liste li:before {
  color: #fff;
}
.header-container {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  background: #C7BD97;
}
.header-container header {
  background: #AB3733;
  border-bottom: 5px solid #A2966B;
  -moz-box-shadow: 0 0px 3px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0 0px 3px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0px 3px rgba(0, 0, 0, 0.4);
  position: relative;
  z-index: 50;
  height: 85px;
  font-family: univers-57;
}
.header-container header .logo-box {
  float: left;
  height: auto;
  overflow: hidden;
  width: 100px;
  position: absolute;
  z-index: 500;
}
.header-container header .logo-box .header-logo {
  width: 100%;
  height: auto;
  margin: 15px 0 0;
  display: inline-block;
}
.header-container header .login {
  display: none;
}
.header-container header nav {
  padding-left: 35px;
}
.header-container header nav.faded {
  opacity: 0.31;
}
.header-container header nav .menu-toggle {
  margin-top: 0.7292em;
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
  position: absolute;
  right: 3%;
  bottom: 13px;
  padding-left: 0;
  padding-right: 0;
}
.header-container header nav .menu-toggle span {
  font-family: "hw-icons";
  font-size: 1.52em;
  display: inline-block;
  margin-left: 0.15em;
  vertical-align: top;
}
.header-container header nav > ul {
  display: none;
  padding: 0.25em 0 0.5em;
  vertical-align: top;
  background: #D0C8AB;
  width: 100%;
  position: absolute;
  top: 90px;
  right: 0;
  border-bottom: 2px solid #A2966B;
  margin: 0;
}
.header-container header nav > ul > li {
  font-size: 1.0625em;
  line-height: 1.2em;
  padding: 0.25em 3%;
  text-align: right;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.header-container header nav > ul > li:last-child {
  border: 0;
}
.header-container header nav > ul > li.open {
  width: 100%;
}
.header-container header nav > ul > li.open > div > a {
  color: #6C6C6C;
}
.header-container header nav > ul > li a {
  color: #AB3733;
  text-decoration: none;
}
.header-container header nav > ul > li a:hover,
.header-container header nav > ul > li a.active {
  color: #333333;
}
.header-container header nav > ul > li a.home {
  font-family: "hw-icons";
}
.header-container header nav > ul > li a .zurueck-pfeil {
  font-family: "hw-icons";
  margin-right: 0.625em;
  font-size: 1em;
  vertical-align: middle;
  display: inline-block;
  margin-top: -0.1em;
  font-size: 0.65em;
  margin-right: 0.4em;
}
.header-container header nav > ul > li ul {
  display: none;
  margin: 0;
  padding-bottom: 0.2em;
}
.header-container header nav > ul > li ul li {
  border-bottom: none;
  font-size: 0.8235em;
  padding: 0.15em 0 0;
  display: block;
  width: 100%;
  float: none;
}
.header-container header nav > ul > li ul li > ul {
  display: none;
  padding: 0.2em 0 0;
}
.header-container header nav > ul > li ul li > ul > li {
  display: block;
  font-size: 0.875em;
  padding-top: 0.65em;
}
.header-container header .langswitch {
  color: #444444;
  position: absolute;
  top: -11px;
  right: 0;
  display: block;
  padding: 0 3% 0 0;
}
.header-container header .langswitch li {
  display: inline-block;
  margin: 0 0 0 0.15em;
}
.header-container header .langswitch a {
  font-size: 0.75em;
  line-height: 1em;
  text-decoration: none;
  color: #444444;
}
.header-container header .langswitch a.active {
  color: #D0C8AB;
}
.header-container header .langswitch.disabled a {
  color: #d6d6d6;
  cursor: default;
}
.header-container .slider {
  position: relative;
}
.header-container .slider.home {
  height: 220px;
}
.header-container .slider.empty {
  height: 85px;
  background: #752623;
}
.header-container .slider.bottomborder {
  border-bottom: 5px solid #A2966B;
}
.header-container .below-slider {
  background: #AB3733;
  border-top: 5px solid #A2966B;
  border-bottom: 5px solid #A2966B;
}
.header-container .below-slider .aktuell {
  text-align: center;
  font-size: 0.875em;
  padding-bottom: 10px;
}
.header-container .below-slider .aktuell h3 {
  color: #D0C8AB;
  font-family: univers-57;
  font-size: 1em;
  display: block;
  text-transform: uppercase;
  margin-bottom: 0.2em;
}
.header-container .below-slider .aktuell span {
  font-family: pt_serifitalic;
  line-height: 1.43em;
}
.header-container .below-slider .aktuell span a {
  color: #fff;
  text-decoration: none;
}
.header-container .below-slider .aktuell span a:hover {
  text-decoration: underline;
}
.header-container .below-slider .wetter {
  display: none;
}
.main-container .main {
  background: #C7BD97;
  /*#bookingexpert {
			//display: none;
			form > div {
				display: none;
			}
		}*/
}
.main-container .main > h2 {
  text-align: center;
}
.main-container .main #searchbox {
  position: relative;
  text-align: center;
  margin: 5px 0 30px;
  overflow: hidden;
}
.main-container .main #searchbox h4.searchboxTitle,
.main-container .main #searchbox .searchboxSubTitle,
.main-container .main #searchbox .searchboxArea,
.main-container .main #searchbox .searchboxAdd,
.main-container .main #searchbox .searchboxCredits,
.main-container .main #searchbox .searchboxBestPrice,
.main-container .main #searchbox .searchboxCredits span {
  display: none;
}
.main-container .main #searchbox form > div,
.main-container .main #searchbox form > br {
  display: none;
}
.main-container .main #searchbox input[type="submit"] {
  font-family: univers-57;
  color: #fff;
  display: inline-block;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  padding: 0.4em 1.25em 0.5em;
  background: #AB3733;
  border: none;
  border-radius: 3px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -moz-transition: background-color 0.1s ease-out;
  -webkit-transition: background-color 0.1s ease-out;
  transition: background-color 0.1s ease-out;
  margin-top: 8px;
}
.main-container .main #searchbox input[type="submit"]:hover {
  background: #fff;
  color: #AB3733;
}
.main-container .main .content-header {
  text-align: center;
  padding-bottom: 1.9em;
  border-bottom: 20px solid #AB3733;
}
.main-container .main .content-header h1 {
  line-height: 1.231em;
  margin-bottom: 0.75em;
}
.main-container .main .content-header h4 {
  font-family: univers-57;
  font-size: 0.875em;
  text-transform: uppercase;
  margin: 27px 0 0;
}
.main-container .main .content-header .lead {
  font-family: pt_serifitalic;
  line-height: 1.43em;
}
.main-container .main .content-element {
  padding-bottom: 34px;
  border-bottom: 1px solid #AB3733;
}
.main-container .main .content-element h2 {
  text-align: center;
  font-size: 1.375em;
}
.main-container .main .content-element .border-element {
  width: 90px;
  margin: 0px auto 30px;
  border-bottom: 1px solid #AB3733;
}
.main-container .main .content-element .bild {
  padding-top: 1em;
}
.main-container .main .content-element .bild > img,
.main-container .main .content-element .bild > a > img {
  max-width: 100%;
  height: auto;
  border: 2px solid #A2966B;
}
.main-container .main .content-element .bild > img:not(:first-child),
.main-container .main .content-element .bild > a:not(:first-child) > img {
  margin-top: 20px;
}
.main-container .main .content-element .angebot {
  margin-top: 1.5em;
  border: 2px solid #A2966B;
  cursor: pointer;
}
.main-container .main .content-element .angebot > img {
  width: 100%;
  height: auto;
}
.main-container .main .content-element .angebot > div {
  text-align: center;
  padding: 0.01em 1.5em 0.8em;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  background: #AB3733;
}
.main-container .main .content-element .angebot > div h4 {
  font-family: univers-57;
  color: #fff;
  text-transform: uppercase;
  font-size: 0.875em;
  margin: 0.8em 0 0.5em;
}
.main-container .main .content-element .angebot > div h2 {
  font-size: 1.25em;
  line-height: 1.2em;
  margin: 0;
}
.main-container .main .content-element .angebot > div h2 > a {
  color: #D0C8AB;
  text-decoration: none;
}
.main-container .main .content-element .angebot > div h2 > a.angebot-hover {
  text-decoration: underline;
}
.main-container .main .content-element .angebot > div h2 .weEditmodeStyle > a {
  color: #D0C8AB;
}
.main-container .main .content-element.text-galerie ul.galerie {
  list-style: none;
  padding: 1em 0 0;
}
.main-container .main .content-element.text-galerie ul.galerie li {
  padding-bottom: 15px;
}
.main-container .main .content-element.text-galerie ul.galerie li > a > img,
.main-container .main .content-element.text-galerie ul.galerie li > img {
  width: 100%;
  height: auto;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  border: 2px solid #A2966B;
  transition: border-color 0.15s ease-out;
}
.main-container .main .content-element.text-galerie ul.galerie li > a > img:hover,
.main-container .main .content-element.text-galerie ul.galerie li > img:hover {
  border-color: #AB3733;
}
.main-container .main .content-element.text-galerie ul.galerie.galerie-overview li {
  position: relative;
  padding-bottom: 0;
  margin-bottom: 1em;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
}
.main-container .main .content-element.text-galerie ul.galerie.galerie-overview li > a > img {
  border: 2px solid #AB3733;
}
.main-container .main .content-element.text-galerie ul.galerie.galerie-overview li > div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(117, 37, 35, 0.85);
  border: 2px solid #A2966B;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-flex-align: center;
  -moz-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.main-container .main .content-element.text-galerie ul.galerie.galerie-overview li > div.galerie-images {
  display: none;
}
.main-container .main .content-element.text-galerie ul.galerie.galerie-overview li > div > div {
  display: block;
  padding: 0 2em;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  min-width: 100%;
}
.main-container .main .content-element.text-galerie ul.galerie.galerie-overview li > div > div h2 {
  color: #D0C8AB;
  margin: 0;
  font-size: 1.25em;
  line-height: 1.3em;
}
.main-container .main .content-element.text-galerie ul.galerie.galerie-overview li > div > div h4 {
  color: #fff;
  text-align: center;
  font-size: 0.875em;
  margin: 0 0 0.45em;
  font-family: univers-57;
}
.main-container .main .content-element:last-child {
  border: 0;
}
.main-container .main .content-element:nth-child(even) {
  background: #D0C8AB;
}
.main-container .main .content-element.text-bild > div.text:first-child:last-child {
  padding-top: 2.75em;
}
.main-container .main .teaser {
  padding-top: 28px;
  padding-bottom: 28px;
  border-top: 1px solid #AB3733;
  border-bottom: 1px solid #AB3733;
  background: #D0C8AB;
}
.main-container .main .teaser > div.right {
  text-align: center;
}
.main-container .main .teaser h2 {
  font-size: 1.375em;
  margin: 0 0 15px;
}
.main-container .main .zimmer-element {
  padding-top: 30px;
  padding-bottom: 30px;
  text-align: left;
}
.main-container .main .zimmer-element:nth-cild(2) {
  border-top: 20px solid #AB3733;
}
.main-container .main .zimmer-element h3 {
  font-size: 0.875em;
  font-family: univers-67;
  color: #555555;
  margin-top: 0.4em;
  text-transform: uppercase;
}
.main-container .main .zimmer-element .details {
  padding: 0.75em 0;
  display: none;
}
.main-container .main .zimmer-element .preis-tabelle {
  font-family: univers-57;
  color: #333333;
  width: 100%;
  margin-bottom: 1em;
}
.main-container .main .zimmer-element .preis-tabelle tr:first-child {
  color: #AB3733;
}
.main-container .main .zimmer-element .preis-tabelle tr:first-child th {
  font-weight: normal;
}
.main-container .main .zimmer-element .preis-tabelle td {
  text-align: center;
}
.main-container .main .zimmer-element .preis-tabelle td,
.main-container .main .zimmer-element .preis-tabelle th {
  padding: 0.18em 0.25em;
  border-bottom: 1px solid #A2966B;
}
.main-container .main .zimmer-element .preis-info {
  font-family: univers-57;
  color: #333333;
  font-size: 0.875em;
  line-height: 1.2143em;
}
.main-container .main .zimmer-element .left iframe {
  border: 2px solid #A2966B;
  margin-bottom: 7px;
}
.main-container .main .zimmer-element:last-child {
  border-bottom: 0;
}
.main-container .main .zimmer-element.news-element > .left {
  display: none;
}
.main-container .main .zimmer-element.news-element > .right > h2 {
  margin-top: 0;
}
.main-container .main .zimmer-element,
.main-container .main .teaser {
  border-bottom: 1px solid #AB3733;
}
.main-container .main .zimmer-element > div > img,
.main-container .main .teaser > div > img,
.main-container .main .zimmer-element > div > a > img,
.main-container .main .teaser > div > a > img {
  border: 2px solid #A2966B;
  width: 100%;
  height: auto;
}
.main-container .main .zimmer-element .left,
.main-container .main .teaser .left {
  margin-bottom: 1em;
}
.main-container .main .zimmer-element .text-box,
.main-container .main .teaser .text-box {
  margin-bottom: 10px;
}
.main-container .main .zimmer-element .mehrlink-pfeil,
.main-container .main .teaser .mehrlink-pfeil {
  font-size: 0.875em;
}
.main-container .main .zimmer-element h2,
.main-container .main .teaser h2 {
  margin: 7px 0 2px;
}
.main-container .main .zimmer-element h2.single-headline,
.main-container .main .teaser h2.single-headline {
  margin-bottom: 0.65em;
}
.main-container .main .zimmer-element .bottom-buttons,
.main-container .main .teaser .bottom-buttons {
  margin-top: 36px;
}
.main-container .main .zimmer-element .bottom-buttons span,
.main-container .main .teaser .bottom-buttons span {
  display: block;
  font-family: univers-57;
  font-size: 0.875em;
  margin-top: 5px;
}
.main-container .main .zimmer-element:nth-child(even),
.main-container .main .teaser:nth-child(even) {
  background: #D0C8AB;
}
.main-container .main .content-element > div,
.main-container .main .zimmer-element > div,
.main-container .main .teaser > div {
  line-height: 1.43em;
}
.main-container .main .content-element .mehrlink-pfeil,
.main-container .main .zimmer-element .mehrlink-pfeil,
.main-container .main .teaser .mehrlink-pfeil {
  font-size: 0.875em;
}
.main-container .main .form-element h2 {
  margin-bottom: 0.8em;
}
.main-container .main .form-element h3 {
  font-family: pt_serif;
  text-transform: none;
  font-size: 1.25em;
  margin: 0 0 0.5em;
  color: #AB3733;
}
.main-container .main .form-element .form-row {
  padding-bottom: 0.8824em;
  margin: 0;
}
.main-container .main .form-element .form-row .select-box {
  position: relative;
}
.main-container .main .form-element .form-row .select-box:first-child {
  padding-bottom: 0.8824em;
}
.main-container .main .form-element .form-row select {
  width: 98.5%;
}
.main-container .main .form-element .form-row .customStyleSelectBox {
  height: 2.2em;
  line-height: 1.9em;
}
.main-container .main .form-element .form-row .customStyleSelectBoxInner {
  height: 1.9em;
  background-size: 1.5em auto;
}
.main-container .main .form-element .form-row input[type=text] {
  height: 2.15em;
  line-height: 2.15em;
}
.main-container .main .form-element .form-row input[type=text]:first-child {
  margin-bottom: 0.8824em;
}
.main-container .main .form-element .form-row textarea {
  width: 100%;
  border: 2px solid #A2966B;
  color: #A2966B;
  font-family: univers-57;
  background: #fff;
}
.main-container .main .form-element .form-row .datepicker {
  background: #ffffff url("/img-system/calendar-rightpad.png") no-repeat right center;
  height: 2.57em;
  width: 99.1%;
}
.main-container .main .form-element .right h3:first-child {
  margin-top: 0.3em;
}
.main-container .main .form-element .pflicht-info {
  font-size: 0.875em;
  color: #333333;
  font-family: univers-57;
}
.main-container .main .welcome > div {
  text-align: center;
  line-height: 1.43em;
}
.main-container .main .welcome > div .holidaycheck-badge {
  margin: 30px 0 60px;
}
.main-container .main .welcome > img {
  display: none;
}
.main-container .main .content-slider li img {
  width: 100%;
}
.main-container .main .table {
  margin-bottom: 1.6em;
}
.main-container .main .table .tr:nth-child(odd) {
  background: #6C6C6C;
}
.main-container .main .table .tr .td,
.main-container .main .table .tr .th {
  padding: 0.3em;
}
.main-container .main .table .tr .td:first-child,
.main-container .main .table .tr .th:first-child {
  padding-bottom: 0;
}
.main-container .main .table .tr .td:last-child,
.main-container .main .table .tr .th:last-child {
  padding-top: 0;
}
.main-container .main .table .tr .th {
  font-family: "MetaSerif-Bold";
}
.main-container .main .caption {
  font-size: 0.8889em;
  color: #333333;
  margin: 0.5em 0 0;
}
.main-container .main .caption a {
  color: #555555;
  border-color: #555555;
}
.news-slider {
  background: #EEEEEE;
  padding: 35px 3% 44px;
  margin: 0;
}
.news-slider h2 {
  margin: 0 0 0.625em;
  font-size: 1.5em;
  color: #AB3733;
}
.news-slider > div {
  padding: 0 8%;
}
.news-slider ul {
  list-style: none;
  padding: 0;
  font-size: 0.875em;
}
.news-slider ul li > div {
  background: #fff;
  padding: 28px 7.0822%;
  box-sizing: border-box;
  line-height: 1.3571em;
}
.news-slider ul li > div h3 {
  margin: 0 0 8px;
  color: #6C6C6C;
  font-size: 1em;
  font-family: "MetaSerif-Bold";
}
.news-slider .bx-controls-direction {
  font-size: 0.75em;
}
.news-slider .bx-controls-direction .bx-prev {
  left: -8%;
  margin-right: 0;
}
.news-slider .bx-controls-direction .bx-next {
  right: -8%;
}
.tabelle th,
.tabelle td {
  padding: 0.4em 1.5em 0.45em 0;
  text-align: left;
  line-height: 1.3em;
}
.tabelle th:first-child,
.tabelle td:first-child {
  padding-left: 0.25em;
}
.tabelle th {
  border-bottom: 1px solid #979797;
  font-weight: normal;
  font-family: "MetaSerif-Bold";
}
.tabelle td {
  border-bottom: 1px solid #dddddd;
}
.iscroll-wrapper {
  position: relative;
  overflow: hidden;
}
.iscroll {
  position: absolute;
  min-width: 500px;
}
.form-row .form-col {
  position: relative;
  margin-bottom: 1.5625em;
}
.form-row .form-col label {
  display: block;
  margin-bottom: 7px;
}
.form-row .form-col select {
  width: 100%;
}
.form-row .form-col .plz-ort input {
  width: 68%;
  margin-left: 2%;
}
.form-row .form-col .plz-ort input:first-child {
  width: 30%;
  margin-left: 0;
}
.form-row input[type=text] {
  width: 100%;
}
.form-row input[type=radio],
.form-row input[type=checkbox] {
  margin: 0 1.5% 0 5%;
}
.form-row input[type=radio]:first-child,
.form-row input[type=checkbox]:first-child {
  margin-left: 0;
}
.form-row input[type=submit] {
  font-family: univers-57;
  color: #fff;
  display: inline-block;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  padding: 0.4em 1.25em 0.5em;
  background: #AB3733;
  border: none;
  border-radius: 3px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -moz-transition: background-color 0.1s ease-out;
  -webkit-transition: background-color 0.1s ease-out;
  transition: background-color 0.1s ease-out;
  width: 100%;
  font-family: "pt_serif";
}
.form-row input[type=submit]:hover {
  background: #fff;
  color: #AB3733;
}
.form-row textarea {
  width: 100%;
  border-color: #dddddd;
  height: 9em;
}
.form-row .multiline-check > input {
  vertical-align: top;
  margin-top: 0.5em;
}
.form-row .multiline-check > div {
  display: inline-block;
  width: 90%;
  margin-bottom: 0.5em;
}
.form-row .mobile-break input[type=radio],
.form-row .medium-break input[type=radio],
.form-row .mobile-break input[type=checkbox],
.form-row .medium-break input[type=checkbox] {
  margin-left: 0;
}
.form-row .file-upload {
  display: none;
}
.form-row .sonstige {
  display: none;
}
.form-row .sonstige textarea {
  height: 4em;
  margin-top: 1.5em;
}
.form-row .info-popup {
  position: absolute;
  top: 0;
  right: 0;
}
.form-row .info-popup > div {
  display: none;
  position: absolute;
  left: -260px;
  bottom: 1.75em;
  z-index: 999;
}
.form-row .info-popup > div > .info {
  font-size: 0.875em;
  line-height: 1.35em;
  background: #f6f6f6;
  border: 1px solid #dddddd;
  padding: 1em;
  width: 280px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.form-row .info-popup > div > .info p {
  margin-bottom: 0.5em;
}
.form-row .info-popup .triangle-down:before,
.form-row .info-popup .triangle-down:after {
  visibility: hidden;
}
.form-row .required-info {
  font-size: 0.875em;
  float: right;
  margin-top: -0.75em;
}
.form-section {
  background: #EEEEEE;
  padding: 3.125em 0 1.5625em;
}
.form-section .form-block {
  background: #fff;
  margin-bottom: 1.5625em;
  padding: 1.8em 2.6786%;
}
.form-section .form-block h2 {
  margin-top: 0;
  font-size: 1.3125em;
  color: #AB3733;
}
.form-section .form-block h3 {
  font-size: 1em;
  color: #AB3733;
  margin-bottom: 1.5em;
}
.inline-form {
  background: #EEEEEE;
  margin-bottom: 1.5625em;
  padding: 1.3125em 4.9342%;
  clear: both;
}
.inline-form h2 {
  margin-top: 0;
  font-family: "MetaSerif-Bold";
  font-size: 1.3125em;
}
.inline-form .form-row input[type=text],
.inline-form .form-row textarea {
  background: #fff;
}
.inline-form .form-row textarea {
  width: 100%;
}
.inline-form .form-row .submit {
  color: #fff;
  display: inline-block;
  cursor: pointer;
  text-align: center;
  padding: 0.4em 1.25em 0.5em;
  background: #AB3733;
  border: none;
  border-radius: 3px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -moz-transition: background-color 0.1s ease-out;
  -webkit-transition: background-color 0.1s ease-out;
  transition: background-color 0.1s ease-out;
  text-indent: 0;
  font-family: univers-57;
  text-transform: uppercase;
  color: #AB3733;
  text-decoration: none;
  width: 100%;
}
.inline-form .form-row .submit:hover {
  background: #fff;
  color: #AB3733;
}
.inline-form .form-row .submit:after {
  content: "A";
  font-family: "hw-icons";
  margin: 0 -0.2em -0.175em 0.5em;
  font-size: 0.85em;
  vertical-align: top;
  display: inline-block;
}
.inline-form .form-row .submit.teaser-pfeil:after {
  margin: 0.175em -0.2em -0.175em 0.5em;
  font-size: 0.5em;
}
.inline-form .form-row .submit.link-button {
  display: inline-block;
  border-radius: 0.2em;
  padding: 0.15em 0.85em 0.2em 1em;
}
.inline-form .form-row .submit:hover {
  text-decoration: underline;
}
footer {
  background: #752623;
  color: #D0C8AB;
  border-top: 5px solid #A2966B;
}
footer .footer-top {
  font-family: univers-57;
  text-align: center;
  padding: 7px 3%;
  border-bottom: 1px solid #A2966B;
}
footer .footer-top a {
  color: #fff;
  display: inline-block;
  margin: 0.35em 1.75%;
}
footer .footer-top a:hover {
  color: #D0C8AB;
}
footer .footer-middle > div {
  padding-bottom: 28px;
  float: left;
  width: 47.7663%;
}
footer .footer-middle > div:nth-child(3) {
  float: right;
}
footer .footer-middle > div:first-child {
  display: none;
}
footer .footer-middle > div h3 {
  font-size: 1em;
  font-family: univers-57;
  color: #D0C8AB;
  margin: 1.5em 0 0.625em;
  line-height: 1em;
}
footer .footer-middle > div .footer-text {
  font-size: 0.8125em;
  line-height: 1.385em;
}
footer .footer-middle > div .footer-text p,
footer .footer-middle > div .footer-text ul {
  line-height: 1.385em;
}
footer .footer-middle > div .footer-text p {
  line-height: 1.385em;
}
footer .footer-middle > div .footer-text p:last-child {
  margin-bottom: none;
}
footer .footer-middle > div a {
  color: #D0C8AB;
}
footer .footer-middle > div a:hover {
  color: #F2F2F2;
}
footer .footer-middle > div ul {
  list-style: none;
  padding: 0;
  margin: 0.35em 0 0;
}
footer .footer-middle > div ul li {
  padding-left: 0.5em;
  padding-bottom: 0.2em;
  text-indent: -0.6em;
}
footer .footer-middle > div ul li:before {
  content: "·";
  margin-right: 0.2em;
  margin-left: 0em;
  vertical-align: middle;
  line-height: 1em;
}
footer .footer-bottom {
  font-family: univers-57;
  background: url(/img-system/bg-holz.jpg) no-repeat;
  background-size: cover;
  text-align: center;
  padding: 15px 3%;
  font-size: 0.8125em;
}
footer .footer-bottom .buttons {
  display: none;
}
footer .footer-bottom .impressum-link {
  color: #D0C8AB;
}
footer .footer-bottom .wetter-link {
  display: none;
}
.cookies-hint {
  font-size: 0.75em;
  color: #D0C8AB;
  background: #752623;
  line-height: 1.35em;
  padding: 0.75em 0;
  display: none;
}
.cookies-hint a {
  color: #D0C8AB;
  white-space: nowrap;
}
.cookies-hint a.cookies-close {
  float: right;
  text-decoration: none;
}
.cookies-hint a.cookies-close span {
  text-decoration: underline;
}
#rwd-indicators {
  height: 1px;
}
#rwd-indicators #medium,
#rwd-indicators #large,
#rwd-indicators #xlarge {
  display: none;
}
#rwd-indicators #mobile {
  display: block;
}
/* ==========================================================================
   Media Queries
   ========================================================================== */
@media only screen and (min-width: 600px) {
  .header-container .slider.home {
    height: 495px;
  }
  .main-container .main .content-element.text-galerie ul.galerie {
    padding-top: 1.5em;
  }
  .main-container .main .content-element.text-galerie ul.galerie li {
    width: 49%;
    float: left;
    margin-left: 2%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }
  .main-container .main .content-element.text-galerie ul.galerie li:nth-child(2n-1) {
    margin-left: 0;
  }
}
@media only screen and (min-width: 768px) {
  h1 {
    font-size: 2.25em;
  }
  h2 {
    font-size: 1.625em;
  }
  h3.subtitle {
    font-size: 1em;
    line-height: 1.25em;
  }
  .section-headline {
    font-size: 1.5em;
  }
  .sub-headline {
    font-size: 1.1875em;
  }
  .wrapper {
    width: 94%;
    padding: 0 3%;
  }
  .margin-wrapper {
    width: 94%;
    margin: 0 3%;
  }
  .header-container header {
    position: relative;
    height: 110px;
  }
  .header-container header .cell.bordercell {
    display: none;
  }
  .header-container header .logo-box {
    width: 120px;
  }
  .header-container header .logo-box .header-logo {
    margin-top: 25px;
  }
  .header-container header .login {
    display: block;
    position: absolute;
    right: 0.65em;
    top: 0.2em;
    font-family: "hw-icons";
  }
  .header-container header .login a {
    text-decoration: none;
    font-size: 0.875em;
  }
  .header-container header nav {
    padding-left: 0;
  }
  .header-container header nav .mobile-home {
    display: block;
    position: absolute;
    left: 280px;
    top: 25px;
  }
  .header-container header nav > ul {
    top: 115px;
    width: 25%;
  }
  .header-container header nav > ul > li {
    padding-right: 12%;
    font-size: 1em;
    /*.borderbox;
					white-space: nowrap;
					> div {
						> ul {
							position: absolute;
							left: 105%;
							top: 0;
							border-left: 1px solid @border-grau1;
							height: 100%;
							width: 250px;
							padding-left: 1.5em;
							box-sizing: content-box;
							&.multicol-nav {
								.double-col;
								//white-space: normal;
							}

							li {
								padding: 0.28em 0;
								&:before {
									content: none;
								}
							}
						}
					}*/
  }
  .header-container .slider.home {
    height: 495px;
  }
  .header-container .slider.home ul li {
    position: relative;
  }
  .header-container .slider.home ul li h2 {
    position: absolute;
    top: 82px;
    right: 17.3438%;
    width: auto;
    z-index: 1000;
    text-align: right;
    font-size: 2em;
  }
  .header-container .slider.content {
    height: 225px;
  }
  .header-container .slider.empty {
    height: 120px;
  }
  .header-container .below-slider {
    height: 60px;
    border-top: none;
    -moz-box-sizing: padding-box;
    -webkit-box-sizing: padding-box;
    -ms-box-sizing: padding-box;
    box-sizing: padding-box;
  }
  .header-container .below-slider .aktuell {
    font-size: 1em;
    text-align: left;
    float: left;
    padding-top: 15px;
    padding-bottom: 18px;
  }
  .header-container .below-slider .aktuell h3 {
    margin-right: 6px;
    display: inline;
  }
  .header-container .below-slider .wetter {
    float: right;
    color: #D0C8AB;
    font-family: univers-57;
    display: block;
    line-height: 1.43em;
  }
  .header-container .below-slider .wetter .wetter-text {
    display: none;
  }
  .header-container .below-slider .wetter .wetter-temp {
    font-family: pt_serif;
    color: #fff;
    display: inline-block;
    vertical-align: top;
    margin-top: 17px;
  }
  .header-container .below-slider .wetter > img {
    display: inline-block;
    height: 48px;
    margin: 6px 5px 0;
  }
  .main-container .main .booking {
    /* css per la formattazione ORIZZONTALE del widget di ricerca */
  }
  .main-container .main .booking #bookingexpert {
    display: block;
  }
  .main-container .main .booking #searchbox {
    margin: 10px 0 30px;
  }
  .main-container .main .booking #searchbox form > br {
    display: block;
  }
  .main-container .main .booking #searchbox form > div {
    vertical-align: top;
    display: inline-block;
    margin: 0 5px;
    font-size: 0.875em;
    font-family: univers-57;
    position: relative;
    padding-bottom: 0.5em;
  }
  .main-container .main .booking #searchbox form > div:nth-child(3) {
    margin: 0 3px 0 0;
  }
  .main-container .main .booking #searchbox form > div:nth-child(4) {
    margin: 0 0 0 2px;
  }
  .main-container .main .booking #searchbox form > div:nth-child(12) {
    display: none;
  }
  .main-container .main .booking #searchbox input[type="submit"] {
    font-family: univers-57;
    color: #fff;
    display: inline-block;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    padding: 0.4em 1.25em 0.5em;
    background: #AB3733;
    border: none;
    border-radius: 3px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    -moz-transition: background-color 0.1s ease-out;
    -webkit-transition: background-color 0.1s ease-out;
    transition: background-color 0.1s ease-out;
    margin-top: 8px;
  }
  .main-container .main .booking #searchbox input[type="submit"]:hover {
    background: #fff;
    color: #AB3733;
  }
  .main-container .main .booking #searchbox input[type="text"] {
    width: 140px;
  }
  .main-container .main .booking #searchbox input[name="checkout"],
  .main-container .main .booking #searchbox input[name="checkin"] {
    width: 140px;
    background: url(/img-system/calendar.png) no-repeat 115px center #fff;
    height: 2.57em;
  }
  .main-container .main .booking #searchbox input,
  .main-container .main .booking #searchbox select {
    font-family: univers-57;
  }
  .main-container .main .booking #searchbox select {
    width: 100px;
  }
  .main-container .main .booking #searchbox .searchboxArea {
    top: 5px;
  }
  .main-container .main .booking #searchbox .searchboxAdd {
    top: 25px;
  }
  .main-container .main .booking #searchbox label {
    display: block;
    color: #AB3733;
  }
  .main-container .main .booking #ui-datepicker-div {
    font-size: 11px !important;
    z-index: 1000;
  }
  .main-container .main .content-header h1 {
    margin: 0.5em 0 0.37em;
  }
  .main-container .main .content-header .lead {
    font-size: 1em;
    line-height: 1.25em;
  }
  .main-container .main .content-header.news-header {
    padding-top: 23px;
  }
  .main-container .main .content-element .text {
    float: left;
    width: 47.4866%;
  }
  .main-container .main .content-element .bild,
  .main-container .main .content-element .angebot {
    padding-top: 0;
    float: right;
    width: 47.4866%;
  }
  .main-container .main .content-element .text:last-child {
    /* ohne bild */
    width: 100%;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 1.875em;
    -moz-column-gap: 1.875em;
    column-gap: 1.875em;
  }
  .main-container .main .content-element .angebot {
    margin-top: 0;
    position: relative;
  }
  .main-container .main .content-element .angebot > div {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    background: rgba(117, 37, 35, 0.85);
  }
  .main-container .main .content-element.text-galerie .text {
    float: none;
    width: 100%;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 1.875em;
    -moz-column-gap: 1.875em;
    column-gap: 1.875em;
  }
  .main-container .main .content-element.text-galerie ul.galerie {
    padding-top: 1.5em;
  }
  .main-container .main .content-element.text-galerie ul.galerie li {
    width: 31.9209%;
    float: left;
    margin-left: 2.11865%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }
  .main-container .main .content-element.text-galerie ul.galerie li:nth-child(2n-1) {
    margin-left: 2.11865%;
  }
  .main-container .main .content-element.text-galerie ul.galerie li:nth-child(3n-2) {
    margin-left: 0;
  }
  .main-container .main .teaser h2 {
    font-size: 1.625em;
  }
  .main-container .main .welcome > div {
    line-height: 1.25em;
  }
  .main-container .main .zimmer-element.news-element > .left {
    display: block;
  }
  .main-container .main .zimmer-element.news-element > .right > h2 {
    margin-top: 7px;
  }
  .main-container .main .zimmer-element .left,
  .main-container .main .teaser .left {
    float: left;
    width: 47.97%;
    margin-bottom: 0;
  }
  .main-container .main .zimmer-element .left > img,
  .main-container .main .teaser .left > img,
  .main-container .main .zimmer-element .left > a > img,
  .main-container .main .teaser .left > a > img {
    width: 100%;
  }
  .main-container .main .zimmer-element .right,
  .main-container .main .teaser .right {
    float: right;
    width: 47.3291%;
    text-align: left !important;
  }
  .main-container .main .zimmer-element .bottom-buttons,
  .main-container .main .teaser .bottom-buttons {
    margin-top: 24px;
  }
  .main-container .main .zimmer-element .bottom-buttons span,
  .main-container .main .teaser .bottom-buttons span {
    display: inline-block;
    margin-left: 10px;
    margin-top: 0;
  }
  .main-container .main .content-element > div,
  .main-container .main .zimmer-element > div,
  .main-container .main .teaser > div {
    line-height: 1.25em;
  }
  .main-container .main .form-element .left,
  .main-container .main .form-element .right {
    width: 100%;
  }
  .main-container .main .form-element .left {
    padding-bottom: 1.75em;
  }
  .main-container .main .form-element .form-row .select-box {
    width: 48.764%;
    float: right;
  }
  .main-container .main .form-element .form-row .select-box:first-child {
    float: left;
    padding-bottom: 0;
  }
  .main-container .main .form-element .form-row input[type=text] {
    width: 48.764%;
    float: right;
  }
  .main-container .main .form-element .form-row input[type=text]:first-child {
    float: left;
    margin-bottom: 0;
  }
  .main-container .main .main-fullwidth {
    clear: both;
    width: 100%;
  }
  .main-container .main .table {
    display: table;
  }
  .main-container .main .table .tr {
    display: table-row;
  }
  .main-container .main .table .tr .td,
  .main-container .main .table .tr .th {
    display: table-cell;
  }
  .main-container .main .table .tr .td:first-child,
  .main-container .main .table .tr .th:first-child,
  .main-container .main .table .tr .td:last-child,
  .main-container .main .table .tr .th:last-child {
    padding-bottom: 0.3em;
  }
  .main-container .main .testimonial {
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-flex-align: center;
    -moz-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 0.75em;
  }
  .main-container .main .testimonial > img {
    float: left;
    width: 25.5714%;
  }
  .main-container .main .testimonial > div {
    float: right;
    margin-left: 3.5715%;
    width: 70.8571%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }
  .main-container .main .testimonial > div .quote {
    margin-top: 0;
    font-size: 1.3333em;
    padding: 0;
  }
  .main-container .main .testimonial > div .source {
    margin-bottom: 0;
    padding: 0;
  }
  .main-container .main .legal-text > div {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 1.875em;
    -moz-column-gap: 1.875em;
    column-gap: 1.875em;
  }
  .main-container .main .contact-col {
    margin-left: 3.125%;
    width: 48.4375%;
    float: left;
  }
  .main-container .main .contact-col:first-child {
    margin-left: 0;
  }
  .main-container.content {
    padding-top: 0.7em;
    background: #fff;
  }
  .news-slider h2 {
    font-size: 2em;
  }
  .news-slider > div {
    padding: 0 4.2%;
  }
  .news-slider ul li {
    float: left;
  }
  .news-slider .bx-controls-direction {
    font-size: 1em;
  }
  .news-slider .bx-controls-direction .bx-prev {
    left: -4.2%;
    margin-right: 0;
  }
  .news-slider .bx-controls-direction .bx-next {
    right: -4.2%;
  }
  .teasers {
    padding-top: 54px;
    padding-bottom: 25px !important;
  }
  .teasers h2 {
    font-size: 2em;
  }
  .teasers ul {
    white-space: collapse;
  }
  .teasers ul li {
    width: 32.3333%;
    margin: 0 0 1.75em 1%;
    display: inline-block;
  }
  .teasers ul li:nth-child(3n+1) {
    margin-left: 0;
  }
  .teasers ul li > div {
    height: 12.2em;
  }
  .teasers ul li > div > p {
    padding: 0;
  }
  .contact-image {
    padding-bottom: 1.25em;
  }
  .contact-image h2 {
    font-size: 2em;
    margin: 0 0 8.4em;
    padding-top: 0.75em;
  }
  .news-ul {
    margin-bottom: 0;
  }
  .news-ul > li {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 30px;
  }
  .news-ul > li div {
    float: left;
    width: 70%;
  }
  .news-ul > li div.img-box {
    margin-bottom: 0;
    padding: 0;
    width: 30%;
    overflow: hidden;
    background: #D1D1D1;
  }
  .news-ul > li div.img-box > img {
    width: 100%;
  }
  .news-ul > li div.text-box:first-child {
    width: 100%;
  }
  .news-overview .pagination {
    font-size: 0.875em;
    padding-top: 2.7143em;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .news-overview .pagination.bottom {
    margin-top: -0.6429em;
    padding-top: 0;
    padding-bottom: 2.7143em;
  }
  .news-overview > ul {
    margin-bottom: 0;
  }
  .news-overview > ul > li {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 30px;
  }
  .news-overview > ul > li div {
    float: left;
    width: 70%;
  }
  .news-overview > ul > li div.img-box {
    margin-bottom: 0;
    padding: 0;
    width: 30%;
    overflow: hidden;
    background: #D1D1D1;
  }
  .news-overview > ul > li div.img-box > img {
    width: 100%;
  }
  .news-overview > ul > li div.text-box:first-child {
    width: 100%;
  }
  .more-news ul {
    margin-bottom: 0;
  }
  .more-news ul > li {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 30px;
  }
  .more-news ul > li div {
    float: left;
    width: 70%;
  }
  .more-news ul > li div.img-box {
    margin-bottom: 0;
    padding: 0;
    width: 30%;
    overflow: hidden;
    background: #D1D1D1;
  }
  .more-news ul > li div.img-box > img {
    width: 100%;
  }
  .more-news ul > li div.text-box:first-child {
    width: 100%;
  }
  .more-news ul > li {
    margin-bottom: 25px;
  }
  .more-news ul > li div.text-box {
    width: 100%;
  }
  .form-row {
    margin-bottom: 1.375em;
  }
  .form-row:last-child {
    margin-bottom: 0;
  }
  .form-row .form-col {
    float: left;
    margin-bottom: 0;
  }
  .form-row .form-col .multi-line {
    position: relative;
    left: 1.25em;
    margin-top: -1.6em;
    display: block;
    margin-right: 9%;
  }
  .form-row .required-info {
    float: left;
    margin-top: -0.65em;
  }
  .form-row textarea {
    height: 7em;
  }
  .form-section .form-block .form-col {
    width: 23.3836%;
    margin-left: 2.1552%;
  }
  .form-section .form-block .form-col.double {
    width: 48.9224%;
  }
  .form-section .form-block .form-col.triple {
    width: 74.4612%;
  }
  .form-section .form-block .form-col:first-child {
    margin-left: 0;
  }
  .form-section .form-block .form-row input[type=submit] {
    padding: 1em 1.25em 1.3em;
  }
  .form-section .form-block .form-row .mobile-break input[type=radio],
  .form-section .form-block .form-row .mobile-break input[type=checkbox] {
    margin-left: 5%;
  }
  .form-section .form-block .form-row .mobile-break input[type=radio]:first-child,
  .form-section .form-block .form-row .mobile-break input[type=checkbox]:first-child {
    margin-left: 0;
  }
  .form-section .form-block .form-row .info-popup.is-inline {
    position: relative;
    display: inline-block;
    margin: -0.1em 0 0 0.5em;
    vertical-align: top;
  }
  .form-section .form-block .form-row .info-popup > div {
    left: -7em;
    bottom: 2.5em;
  }
  .form-section .form-block .form-row .info-popup > div > .info {
    width: 18em;
  }
  .form-section .form-block .form-row .info-popup > div .triangle-down:before {
    left: 7.7em;
  }
  .form-section .form-block .form-row .info-popup > div .triangle-down:after {
    left: 7.77em;
  }
  .form-section .form-block .form-row .info-popup > div.align-right {
    left: -13.5em;
  }
  .form-section .form-block .form-row .info-popup > div.align-right .triangle-down:before {
    left: 15.1em;
  }
  .form-section .form-block .form-row .info-popup > div.align-right .triangle-down:after {
    left: 15.17em;
  }
  .form-section .form-block .form-row .info-popup .triangle-down:before,
  .form-section .form-block .form-row .info-popup .triangle-down:after {
    visibility: visible;
  }
  .form-section .form-block label.full {
    width: 100%;
    display: block;
    margin-bottom: 0.5em;
  }
  .inline-form .form-row .submit {
    width: auto;
    float: right;
  }
  .inline-form .form-col {
    width: 48.4375%;
    margin-left: 3.125%;
  }
  .inline-form .form-col.full {
    width: 100%;
  }
  .inline-form .form-col:first-child {
    margin-left: 0;
  }
  footer .footer-top {
    padding-left: 3%;
    padding-right: 3%;
  }
  footer .footer-middle > div {
    width: 21.7112%;
    margin-right: 4.492%;
  }
  footer .footer-middle > div:first-child {
    display: block;
    width: 47.5936%;
  }
  footer .footer-middle > div:last-child {
    margin-right: 0;
  }
  footer .footer-bottom {
    padding: 28px 0 30px;
  }
  footer .footer-bottom a.buttons {
    display: inline-block;
  }
  footer .footer-bottom a.buttons > img {
    width: 128px;
    height: auto;
  }
  footer .footer-bottom .wetter-link {
    margin: 12px 0 2px;
    display: block;
  }
  .cookies-hint > div > div {
    float: left;
    width: 80%;
  }
  .breadcrumb {
    display: block;
  }
  #rwd-indicators {
    height: auto;
  }
  #rwd-indicators #mobile,
  #rwd-indicators #small,
  #rwd-indicators #large,
  #rwd-indicators #xlarge {
    display: none;
  }
  #rwd-indicators #medium {
    display: block;
  }
  .mobile-break br {
    display: none;
  }
}
/* >= 900 oder ipad only landscape */
@media only screen and (min-width: 900px), only screen and (orientation: landscape) and (min-device-height: 1024px) and (max-device-height: 1024px) and (max-width: 768px) {
  /*	@import "modules/mediumnav.less";	*/
}
/* >= 1024 oder ipad only landscape */
@media only screen and (orientation: landscape) and (min-device-height: 1024px) and (max-device-height: 1024px) and (max-width: 768px), only screen and (min-width: 1024px) {
  #rwd-indicators #mobile,
  #rwd-indicators #small,
  #rwd-indicators #medium,
  #rwd-indicators #xlarge {
    display: none;
  }
  #rwd-indicators #large {
    display: block;
  }
  .wrapper {
    width: 91.27%;
    padding: 0 4.37%;
  }
  .margin-wrapper {
    width: 91.26%;
    margin: 0 4.37%;
  }
  .padding-wrapper {
    padding-left: 4.37%;
    padding-right: 4.37%;
  }
  .header-container {
    overflow: hidden;
  }
  .header-container header {
    padding-bottom: 0;
  }
  .header-container header .navi-box {
    float: right;
    height: 100%;
    white-space: nowrap;
  }
  .header-container header .suche-langswitch {
    z-index: 999;
  }
  .header-container header .suche-langswitch .suche-box {
    right: 0;
  }
  .header-container header nav {
    width: auto;
    padding-bottom: 0;
    height: 100%;
    margin-top: 0;
    padding-top: 70px;
    display: inline-block;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: top;
  }
  .header-container header nav .menu-toggle {
    display: none;
  }
  .header-container header nav > ul {
    /*display: block; */
    width: auto;
    display: inline-block;
    height: 100%;
    padding: 0;
    margin: 0;
    background: none;
    position: static;
    border: 0;
  }
  .header-container header nav > ul > li {
    font-size: 1em;
    line-height: 1.1em;
    padding: 0;
    margin: 0 7.5px 0;
    text-align: left;
    vertical-align: middle;
    border-bottom: none;
    height: 100%;
    width: auto;
    display: inline-block;
    float: left;
    text-transform: uppercase;
  }
  .header-container header nav > ul > li:last-child {
    margin-right: 0;
  }
  .header-container header nav > ul > li:last-child > div > ul {
    left: auto !important;
    right: -15px !important;
  }
  .header-container header nav > ul > li > div {
    position: relative;
    display: inline-block;
    height: 100%;
    vertical-align: bottom;
  }
  .header-container header nav > ul > li > div > a {
    color: #fff;
  }
  .header-container header nav > ul > li > div > a:hover,
  .header-container header nav > ul > li > div > a.active {
    color: #D0C8AB;
  }
  .header-container header nav > ul > li > div > ul {
    background: #D0C8AB;
    position: absolute;
    top: 45px;
    left: -15px;
    display: none;
    padding: 0 0 0.5em;
    -moz-box-shadow: 0 2px 2px -2px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 0 2px 2px -2px rgba(0, 0, 0, 0.4);
    box-shadow: 0 2px 2px -2px rgba(0, 0, 0, 0.4);
    margin: 0;
    height: auto;
    width: auto;
    border: 2px solid #A2966B;
    border-top: 0;
  }
  .header-container header nav > ul > li > div > ul.multicol-nav {
    -webkit-column-count: 1 !important;
    -moz-column-count: 1 !important;
    column-count: 1 !important;
  }
  .header-container header nav > ul > li > div > ul > li {
    display: block;
    font-size: 1em;
    text-align: left;
    white-space: nowrap;
    padding: 0.2em 15px 0.25em;
    width: auto;
    text-transform: none;
  }
  .header-container header nav > ul > li > div > ul > li:first-child {
    padding-top: 15px;
    margin-top: -5px;
  }
  .header-container header nav > ul > li > div > ul > li a {
    color: #AB3733;
    font-size: 0.9375em;
  }
  .header-container header nav > ul > li > div > ul > li a:hover {
    color: #333333;
  }
  .header-container header nav > ul > li > div > ul > li > ul {
    display: block;
    padding: 0.2em 0 0.1em;
  }
  .header-container header nav > ul > li > div > ul > li > ul > li {
    display: block;
    font-size: 0.875em;
    padding-top: 0.5em;
  }
  .header-container header .langswitch-divider {
    border-left: 1px solid #752623;
    display: inline-block;
    margin: 69px 3px 0 10px;
    line-height: 1.1875em;
    vertical-align: top;
  }
  .header-container header .langswitch {
    position: static;
    display: inline-block;
    height: 100%;
    padding: 70px 0 0;
    margin: 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: top;
  }
  .header-container header .langswitch > li {
    margin: 0 3px 0;
    float: left;
  }
  .header-container header .langswitch > li a {
    vertical-align: top;
    color: #752623;
    font-size: 1em;
    line-height: 1.1em;
  }
  .header-container header .langswitch > li a:hover,
  .header-container header .langswitch > li a.active {
    color: #D0C8AB !important;
  }
  .header-container .slider.home .bx-controls-direction {
    display: none;
  }
  .header-container .slider.content {
    height: 310px;
  }
  .header-container .below-slider .wetter .wetter-text {
    display: inline-block;
    margin-right: 8px;
    vertical-align: middle;
  }
  .header-container .below-slider .wetter .wetter-text > a {
    text-decoration: none;
    color: #D0C8AB;
  }
  .header-container .below-slider .wetter .wetter-text > a:hover {
    text-decoration: underline;
  }
  .main-container .main {
    /*.main-fullwidth {
			> div {
				padding-bottom: 1em;
				&.wide-text {
					.double-col;
				}
			}
		}*/
  }
  .main-container .main .content-element.text-galerie ul.galerie li {
    width: 23.8503%;
    margin-left: 1.5329%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }
  .main-container .main .content-element.text-galerie ul.galerie li:nth-child(2n-1),
  .main-container .main .content-element.text-galerie ul.galerie li:nth-child(3n-2) {
    margin-left: 1.5329%;
  }
  .main-container .main .content-element.text-galerie ul.galerie li:nth-child(4n-3) {
    margin-left: 0;
  }
  .main-container .main .teaser h2 {
    margin-bottom: 14px;
  }
  .main-container .main .form-element .left {
    width: 47.97%;
    padding-bottom: 0;
  }
  .main-container .main .form-element .right {
    width: 47.3291%;
  }
  .main-container .main .welcome h1 {
    float: left;
    text-align: left;
    width: 67.8075%;
  }
  .main-container .main .welcome > div {
    float: left;
    text-align: left;
    width: 67.8075%;
  }
  .main-container .main .welcome > div .holidaycheck-badge {
    margin-bottom: 0;
  }
  .main-container .main .welcome > img {
    width: 24.0642%;
    float: right;
    margin-top: -57px;
    margin-bottom: -0.25%;
    display: block;
  }
  .main-container .main .table .tr .td:first-child,
  .main-container .main .table .tr .th:first-child {
    width: 69%;
  }
  .main-container .main .contact-col {
    width: 45.9821% / 2;
    float: left;
    margin-left: 2.6786%;
  }
  .main-container .main .contact-col:first-child {
    margin-left: 0;
  }
  .main-container .main .contact-img {
    width: 48.6607%;
    float: left;
    margin-left: 2.6786%;
    display: block;
  }
  .main-container .main .contact-img > img {
    width: 100%;
    height: auto;
  }
  .teasers {
    padding-top: 54px;
    padding-bottom: 25px !important;
  }
  .teasers ul li {
    float: left;
    width: 22.9464%;
    margin-left: 2.7381%;
  }
  .teasers ul li:nth-child(3n+1) {
    margin-left: 2.7381%;
  }
  .teasers ul li:nth-child(4n+1) {
    margin-left: 0;
  }
  .text-content,
  .text-intro {
    font-size: 1em;
  }
  .teasers {
    padding-bottom: 40px !important;
  }
  .teasers > div {
    float: left;
    width: 24.2857%;
    margin-left: 0.8992%;
  }
  .teasers > div:nth-child(3n+1) {
    margin-left: 0.8992%;
  }
  .teasers > div:nth-child(4n+1) {
    margin-left: 0;
  }
  .teasers:not(.teaser-slider) {
    padding-bottom: 40px !important;
  }
  .teasers:not(.teaser-slider) > div {
    float: left;
    width: 24.2857%;
    margin-left: 0.8992%;
  }
  .teasers:not(.teaser-slider) > div:nth-child(3n+1) {
    margin-left: 0.8992%;
  }
  .teasers:not(.teaser-slider) > div:nth-child(4n+1) {
    margin-left: 0;
  }
  .news-overview > ul > li {
    width: 48.6607%;
    float: left;
  }
  .news-overview > ul > li:nth-child(2n) {
    float: right;
  }
  .news-overview > ul > li div {
    width: 55.9633%;
  }
  .news-overview > ul > li div.img-box {
    width: 44.0367%;
  }
  .news-overview > ul > li div.img-box > img {
    width: auto;
    height: 100%;
    max-height: 264px;
  }
  .news-overview > ul > li div h3 {
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
  }
  .news-overview .pagination {
    clear: both;
    float: none;
  }
  .more-news ul > li div.img-box {
    width: 42.8889%;
    display: block;
  }
  .more-news ul > li div.text-box {
    width: 57.1111%;
  }
  .more-news ul > li div.text-box:first-child {
    width: 100%;
  }
  .form-section .form-block .form-row .medium-break input[type=radio],
  .form-section .form-block .form-row .medium-break input[type=checkbox] {
    margin-left: 5%;
  }
  .form-section .form-block .form-row .medium-break input[type=radio]:first-child,
  .form-section .form-block .form-row .medium-break input[type=checkbox]:first-child {
    margin-left: 0;
  }
  .inline-form.full-width {
    padding-left: 2.6786%;
    padding-right: 2.6786%;
  }
  .inline-form.full-width .form-left,
  .inline-form.full-width .form-right {
    width: 48.5849%;
    float: left;
  }
  .inline-form.full-width .form-right {
    float: right;
  }
  .inline-form.full-width .form-row textarea {
    height: 12.9em;
  }
  .inline-form.full-width .form-row .required-info {
    margin-left: -105.5%;
  }
  footer .footer-top {
    padding-left: 4.37%;
    padding-right: 4.37%;
  }
  footer .footer-middle > div {
    width: 21.7857%;
    margin-left: 4.28573%;
    margin-right: 0;
  }
  footer .footer-middle > div:nth-child(3n+1) {
    margin-right: 0;
  }
  footer .footer-middle > div:first-child {
    margin-left: 0;
  }
  .medium-break br {
    display: none;
  }
}
@media only screen and (min-width: 1030px) {
  .cropbox {
    position: fixed;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    max-width: 1400px;
    margin: 0;
    z-index: 9010;
  }
  .cropbox header {
    -moz-box-shadow: 0 2px 2px -2px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 0 2px 2px -2px rgba(0, 0, 0, 0.4);
    box-shadow: 0 2px 2px -2px rgba(0, 0, 0, 0.4);
  }
  .cookies-hint {
    position: fixed;
    max-width: 1400px;
    width: 100%;
    z-index: 10000;
  }
  .header-container.cookies-visible {
    margin-top: 34px;
  }
  .slider {
    margin-top: 115px;
  }
}
@media only screen and (min-width: 1090px) {
  .header-container header {
    /*.logo-box {
				.header-logo {
					width: 195px;
					height: 46px;
					margin: 27px 0 0 0;
				}
			}*/
  }
}
@media only screen and (min-width: 1190px) {
  #rwd-indicators #mobile,
  #rwd-indicators #small,
  #rwd-indicators #medium,
  #rwd-indicators #large {
    display: none;
  }
  #rwd-indicators #xlarge {
    display: block;
  }
  .header-container header .logo-box {
    width: 140px;
  }
  .header-container .slider.home {
    height: 715px;
  }
  .header-container .slider.empty {
    height: 155px;
  }
  .news-slider {
    padding: 35px 3% 44px;
  }
  .news-slider > div {
    padding: 0;
  }
  .news-slider .bx-controls-direction .bx-prev {
    left: -4.2%;
    margin-right: 0;
  }
  .news-slider .bx-controls-direction .bx-next {
    right: -4.2%;
  }
  h1 {
    font-size: 1.75em;
  }
  h3.subtitle {
    font-size: 1.125em;
  }
  #bookingexpert br {
    display: none;
  }
  #bookingexpert #searchbox input[type="submit"] {
    margin-top: 1.65em;
  }
  .zwischen-headline {
    font-size: 1.1765em;
  }
  .main-container .main .content-header h1 {
    font-size: 2.5em;
    margin: 0.45em 0 0.33em;
  }
  .main-container .main .content-header .lead {
    font-size: 1.0625em;
  }
  .main-container .main .content-element h2 {
    font-size: 1.75em;
  }
  .main-container .main .teaser h2 {
    font-size: 1.647em;
    margin-bottom: 13px;
  }
  .main-container .main .content-element > div,
  .main-container .main .zimmer-element > div,
  .main-container .main .teaser > div,
  .main-container .main .welcome > div {
    font-size: 1.0625em;
    line-height: 1.47em;
  }
  .main-container .main .welcome h1 {
    font-size: 2.5em;
    margin-top: 0.92em;
  }
  footer .footer-top {
    padding-left: 3%;
    padding-right: 3%;
  }
}
@media only screen and (min-width: 1250px) {
  .header-container header {
    /*.logo-box {
				.header-logo {
					width: 270px;
					height: 63px;
				}
			}*/
  }
}
@media only screen and (min-width: 1280px) {
  .header-container header {
    /*nav {
				> ul {
					> li {
						margin: 0 9px;
					}
				}
			}*/
  }
}
/* ipad only landscape fixes ??? funktioniert nicht mehr
@media only screen and (orientation:landscape) and (min-device-height: 1024px) and (max-device-height: 1024px) and (max-width: 768px) {
	body {
		font-size: 72%;
	}
} */
/* ipad only landscape fixes */
/* we-editdmode: */
.is-editmode table.mceLayout {
  width: 100% !important;
}
.is-editmode .weEditTable td.weEditmodeStyle > img {
  max-width: 100%;
}
.is-editmode .we-bgselector {
  position: absolute;
  right: 0;
  top: 0;
  background: #D0C8AB;
  padding: 0.5em;
}
.is-editmode .galerie-overview > li {
  float: none !important;
  width: 100% !important;
}
.is-editmode .galerie-overview > li > img {
  width: auto !important;
  margin: 0 8px 8px 0;
  display: inline-block;
}
.is-editmode .galerie-overview > li > section {
  width: 40%;
  background: rgba(117, 37, 35, 0.85) none repeat scroll 0 0;
  border: 2px solid #A2966B;
  padding: 0 8px;
}
.is-editmode .galerie-overview > li > section h4 {
  font-size: 14px;
}
.is-editmode .galerie-overview > li > section h2 {
  font-size: 20px;
}
.is-editmode .main-container .main .content-element .angebot > div {
  position: static;
}
.is-editmode .main-container .main .zimmer-element .details {
  display: block;
}
/* ==========================================================================
   Helper classes
   ========================================================================== */
.hidden {
  display: none !important;
  visibility: hidden;
}
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.invisible {
  visibility: hidden;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  *zoom: 1;
}
/* ==========================================================================
   Print styles
   ========================================================================== */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
