/*! 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: 1em 0;
}
/**
 * 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;
}
/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */
html,
button,
input,
select,
textarea {
  color: #222;
}
html {
  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;
}
audio,
canvas,
img,
video {
  vertical-align: middle;
}
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
textarea {
  resize: vertical;
}
.browsehappy {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}
/*
This CSS resource incorporates links to font software which is the valuable copyrighted
property of Monotype Imaging and/or its suppliers. You may not attempt to copy, install,
redistribute, convert, modify or reverse engineer this font software. Please contact Monotype
Imaging with any questions regarding Web Fonts:  http://webfonts.fonts.com
*/
@font-face {
  font-family: "cronos_semibold";
  src: url("/fonts/db681a5a-42b7-4db5-bc00-07df879b6e7c.eot?#iefix");
  src: url("/fonts/db681a5a-42b7-4db5-bc00-07df879b6e7c.eot?#iefix") format("eot"), url("/fonts/121559d8-f404-4314-aa35-7920d58b4872.woff") format("woff"), url("modules/Fonts/969bbc95-ead7-49c9-b140-2d0d411786ea.ttf") format("truetype"), url("/fonts/bccd317d-af96-433e-acd1-2215c176cc0a.svg#bccd317d-af96-433e-acd1-2215c176cc0a") format("svg");
}
/* brauchen wir wirklich alle schnitte? */
@font-face {
  font-family: 'pt_sansbold';
  src: url('/fonts/pt_sans-web-bold-webfont.eot');
  src: url('/fonts/pt_sans-web-bold-webfont.eot?#iefix') format('embedded-opentype'), url('/fonts/pt_sans-web-bold-webfont.woff2') format('woff2'), url('/fonts/pt_sans-web-bold-webfont.woff') format('woff'), url('/fonts/pt_sans-web-bold-webfont.ttf') format('truetype'), url('/fonts/pt_sans-web-bold-webfont.svg#pt_sansbold') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'pt_sansitalic';
  src: url('/fonts/pt_sans-web-italic-webfont.eot');
  src: url('/fonts/pt_sans-web-italic-webfont.eot?#iefix') format('embedded-opentype'), url('/fonts/pt_sans-web-italic-webfont.woff2') format('woff2'), url('/fonts/pt_sans-web-italic-webfont.woff') format('woff'), url('/fonts/pt_sans-web-italic-webfont.ttf') format('truetype'), url('/fonts/pt_sans-web-italic-webfont.svg#pt_sansitalic') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'pt_sansregular';
  src: url('/fonts/pt_sans-web-regular-webfont.eot');
  src: url('/fonts/pt_sans-web-regular-webfont.eot?#iefix') format('embedded-opentype'), url('/fonts/pt_sans-web-regular-webfont.woff2') format('woff2'), url('/fonts/pt_sans-web-regular-webfont.woff') format('woff'), url('/fonts/pt_sans-web-regular-webfont.ttf') format('truetype'), url('/fonts/pt_sans-web-regular-webfont.svg#pt_sansregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
/*
@font-face {
    font-family: 'pt_sansbold_italic';
    src: url('/fonts/pt_sans-web-bolditalic-webfont.eot');
    src: url('/fonts/pt_sans-web-bolditalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/pt_sans-web-bolditalic-webfont.woff2') format('woff2'),
         url('/fonts/pt_sans-web-bolditalic-webfont.woff') format('woff'),
         url('/fonts/pt_sans-web-bolditalic-webfont.ttf') format('truetype'),
         url('/fonts/pt_sans-web-bolditalic-webfont.svg#pt_sansbold_italic') format('svg');
    font-weight: normal;
    font-style: normal;
}
*/
@font-face {
  font-family: 'iconvault-symbols';
  src: url("/fonts/iconvault.eot");
  src: url("/fonts/iconvault.eot?#iefix") format("embedded-opentype"), url("/fonts/iconvault.woff") format("woff"), url("/fonts/iconvault.ttf") format("truetype"), url("/fonts/iconvault.svg#iconvault") format("svg");
  font-weight: normal;
  font-style: normal;
}
.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: flex;
  align-items: center;
  justify-content: center;
}
.borderbox {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
/* buttons: */
.button-blau {
  color: #fff;
  display: inline-block;
  text-decoration: none;
  text-align: center;
  padding: 0.4em 1.25em;
  background: #26a1d0;
  border: none;
  border-radius: 0.3em;
  cursor: pointer;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  font-family: pt_sansregular;
}
.button-blau img {
  display: inline-block;
  vertical-align: center;
}
.button-gold {
  color: #fff;
  display: inline-block;
  text-decoration: none;
  text-align: center;
  padding: 0.4em 1.25em;
  background: #26a1d0;
  border: none;
  border-radius: 0.3em;
  cursor: pointer;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  font-family: pt_sansregular;
  background: #b3883c;
}
.button-gold img {
  display: inline-block;
  vertical-align: center;
}
.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 #000000;
  -webkit-box-shadow: 0 1px 1px #000000;
  box-shadow: 0 1px 1px #000000;
  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;
}
/*
.button-rot:hover, .button2:hover, .button3:hover, .button4:hover {
    background-position: 100%;
}
*/
/* validate: */
input[type=text].error,
textarea.error,
ul.error,
.customStyleSelectBox.error {
  border: 1px solid #f00 !important;
}
label.error {
  display: none !important;
}
div.formerror {
  display: none;
  color: #f00;
}
/* custom selects */
.mySelectBoxClass {
  -webkit-appearance: none;
}
.error + label + .customStyleSelectBox {
  border: 1px solid #f00;
}
.customStyleSelectBox {
  border: 1px solid #e1e1e1;
  background: #fff;
  font-size: 1em;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 2em;
}
.customStyleSelectBox.changed {
  /* You can use this if you want a different style after user has made a selection */
}
/* 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.4em;
  height: 2em;
  background-size: 1.9286em auto;
}
.lt-ie9 .customStyleSelectBoxInner {
  background-image: url(/img-system/select-button.png);
}
.customStyleSelectBoxInner div {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  margin: 0;
  vertical-align: middle;
}
input[type=text]:not(.wetextinput) {
  height: 2em;
  border: 1px solid #e1e1e1;
  background: #fff;
  text-indent: 0.5em;
  box-sizing: content-box;
  padding: 0;
  margin: 0;
  line-height: 2em;
  -webkit-appearance: none;
  border-radius: 0;
  font-family: pt_sansregular;
}
.Zebra_DatePicker_Icon_Wrapper input {
  /* ie8 hat mit dem ursprgl selektor probleme */
  height: 2em;
  border: 1px solid #cccccc;
  /*	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;
}
textarea {
  border: 1px solid #cccccc;
  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: 1.3em;
  padding-bottom: 0.2em;
  text-indent: -1.1em;
}
.content-ul li:before {
  /* content: "•";		// download icon per font
			padding-right: 0.5em;
			line-height: 0.7em; */
  content: "";
  font-family: iconvault-symbols;
  margin-right: -0.2em;
  margin-left: 0.07em;
  color: #b3883c;
  font-size: 1.05625em;
  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;
}
.singlecol {
  -webkit-column-count: 1 !important;
  -moz-column-count: 1 !important;
  column-count: 1 !important;
  max-width: 840px;
}
h1,
h2,
h3,
h4,
h5 {
  font-weight: normal;
  line-height: 1.1em;
}
.dottedlink {
  border-bottom: 1px dotted #000;
  text-decoration: none;
}
.mehrlink-pfeil {
  text-decoration: none;
}
.mehrlink-pfeil:after {
  content: "";
  font-family: iconvault-symbols;
  margin: 0.2em -0.2em -0.2em 0.85em;
  color: #b3883c;
  font-size: 0.55em;
  vertical-align: top;
  display: inline-block;
}
.mehrlink-pfeil:hover {
  color: #b3883c;
}
.uplink-pfeil {
  text-decoration: none;
}
.uplink-pfeil:after {
  content: "";
  font-family: iconvault-symbols;
  margin: 0.2em 0em -0.3em 0.85em;
  color: #b3883c;
  font-size: 0.65em;
  vertical-align: top;
  display: inline-block;
}
.uplink-pfeil:hover {
  color: #b3883c;
}
.downlink-pfeil {
  text-decoration: none;
}
.downlink-pfeil:after {
  content: "";
  font-family: iconvault-symbols;
  margin: 0.2em -0.2em -0.3em 0.85em;
  color: #b3883c;
  font-size: 0.65em;
  vertical-align: top;
  display: inline-block;
}
.downlink-pfeil:hover {
  color: #b3883c;
}
.leftlink-pfeil:before {
  content: "";
  font-family: iconvault-symbols;
  margin: 0.2em 0.35em -0.2em 0.1em;
  color: #b3883c;
  font-size: 0.55em;
  vertical-align: top;
  display: inline-block;
}
div.iscroll {
  min-width: 470px;
}
input.bigcheckbox {
  display: none;
}
input.bigcheckbox + label {
  background-image: url("/img-system/checkbox-big-empty.png");
  background-repeat: no-repeat;
  background-size: 26px 26px;
  display: inline-block;
  height: 26px;
  width: 26px;
  overflow: hidden;
  text-indent: 26px;
}
input.bigcheckbox:checked + label {
  background-image: url("/img-system/checkbox-big-checked.png");
}
input.bigcheckbox.checked-disabled + label {
  background-image: url("/img-system/checkbox-big-checked-disabled.png");
}
.tooltip {
  vertical-align: super;
  font-size: 0.8em;
  margin-left: 0.25em;
}
/*

    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: #26a1d0;
  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 #ffffff;
}
/* = 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: #26a1d0;
  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: #b3883c;
}
.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('modules/calendar-disabled.png');
}
button.Zebra_DatePicker_Icon_Inside {
  margin: 0 1.9px 0 0;
}
#datepicker-start,
#datepicker-end,
#datepicker-start2,
#datepicker-end2,
#widget-datepicker-start,
#widget-datepicker-end {
  width: 100%;
  background: #ffffff 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 }	*/
}
/**
 * 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 #ffffff;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000;
}
/* PAGER */
.bx-wrapper .bx-pager {
  text-align: center;
  font-size: .85em;
  font-family: Arial;
  font-weight: bold;
  color: #666;
  padding-top: 20px;
}
.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: #666;
  text-indent: -9999px;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  outline: 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #000;
}
/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-prev {
  left: 10px;
  background: url(/img-system/buttons/bx-prev.png) no-repeat 0 0;
  background-size: auto 63%;
}
.bx-wrapper .bx-next {
  right: 10px;
  background: url(/img-system/buttons/bx-next.png) no-repeat right 0;
  background-size: auto 63%;
}
/*
.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: 40%;
  margin-top: -16px;
  outline: 0;
  width: 32px;
  height: 32px;
  text-indent: -9999px;
  z-index: 1000;
}
.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(modules/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: .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: 8020;
}
.fancybox-skin {
  position: relative;
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.fancybox-opened {
  z-index: 8030;
}
.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}
.fancybox-outer,
.fancybox-inner {
  position: relative;
}
.fancybox-inner {
  overflow: hidden;
}
.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}
.fancybox-error {
  color: #444;
  font: 14px/20px "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: 8060;
}
#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: 8040;
}
.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: 8040;
}
.fancybox-prev {
  left: 0;
}
.fancybox-next {
  right: 0;
}
.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden;
}
.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px;
}
.fancybox-next span {
  right: 10px;
  background-position: 0 -72px;
}
.fancybox-nav:hover span {
  visibility: visible;
}
.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important;
}
/* Overlay helper */
.fancybox-lock {
  overflow: hidden !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: 8010;
  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: 8050;
}
.fancybox-opened .fancybox-title {
  visibility: visible;
}
.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center;
}
.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap;
}
.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
}
.fancybox-title-inside-wrap {
  padding-top: 10px;
}
.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 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*/
  }
}
/* ===== Initializr Styles ==================================================
   Author: Jonathan Verrecchia - verekia.com/initializr/responsive-template
   ========================================================================== */
html {
  /* height: 100%; */
}
body {
  font: 16px/26px pt_sansregular, Helvetica Neue, Arial;
}
.outer-wrapper {
  max-width: 1280px;
  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: 87.5%;
  padding: 0 6.25%;
}
.margin-wrapper {
  width: 87.5%;
  margin: 0 6.25%;
}
/* ===============
    ALL: IE Fixes
   =============== */
.ie7 .title {
  padding-top: 20px;
}
/* ==========================================================================
   Author's custom styles
   ========================================================================== */
a {
  color: #000;
}
h1:not(.blog-detail-title),
h2.blog-detail-supertitle {
  font-family: cronos_semibold, sans-serif;
  color: #26a1d0;
}
.highlight {
  color: #26a1d0;
  font-family: pt_sansbold;
}
.highlight > a {
  color: #26a1d0;
  border-color: #26a1d0 !important;
}
strong {
  font-family: pt_sansbold;
  font-weight: normal;
}
.header-container {
  overflow: hidden;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.header-container .cookies-hint {
  background: #ececec;
  font-size: 13px;
  color: #666;
  line-height: 1.5em;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  position: relative;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 6.25%;
  padding-right: 33px;
  display: none;
}
.header-container .cookies-hint #cookies-close {
  position: absolute;
  top: 0.3em;
  right: 0.75em;
  text-decoration: none;
  font-size: 23px;
}
.header-container header {
  -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;
  padding-bottom: 0.5em;
}
.header-container header .header-logo {
  display: inline-block;
  vertical-align: top;
  margin-top: 0.875em;
}
.header-container header nav {
  vertical-align: top;
  padding-bottom: 0.75em;
}
.header-container header nav .menu-toggle {
  display: block;
  color: #fff;
  display: inline-block;
  text-decoration: none;
  text-align: center;
  padding: 0.4em 1.25em;
  background: #26a1d0;
  border: none;
  border-radius: 0.3em;
  cursor: pointer;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  font-family: pt_sansregular;
  text-transform: uppercase;
  width: 50%;
}
.header-container header nav .menu-toggle img {
  display: inline-block;
  vertical-align: center;
}
.header-container header nav .mobile-home {
  font-family: iconvault-symbols;
  text-decoration: none;
  color: #b3883c;
  margin-left: 0.5em;
}
.header-container header nav ul {
  display: none;
  margin: 1em 0 0;
  padding-left: 0;
}
.header-container header nav ul a.is-active,
.header-container header nav ul a.is-hover {
  color: #b3883c;
}
.header-container header nav ul li {
  display: block;
  font-family: pt_sansregular;
  line-height: 1.2em;
  padding: 0.5em 0.5em;
  border-bottom: 1px solid #e1cfb1;
  font-size: 1.125em;
}
.header-container header nav ul li:first-child {
  display: none;
}
.header-container header nav ul li:last-child {
  border: 0;
}
.header-container header nav ul li #sommer-navi,
.header-container header nav ul li #sommer-navi + ul {
  display: none;
}
.header-container header nav ul li a {
  color: #333333;
  text-decoration: none;
}
.header-container header nav ul li a:hover {
  color: #b3883c;
}
.header-container header nav ul li a.home {
  font-family: iconvault-symbols;
}
.header-container header nav ul li ul {
  display: none;
  margin: 0;
}
.header-container header nav ul li ul li {
  border-bottom: none;
  font-size: 0.8889em;
  padding: 0.65em 0 0;
}
.header-container header nav ul li ul li:first-child {
  display: block;
}
.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.8667em;
  padding-top: 0.65em;
}
.header-container header nav ul li ul li > ul > li:before {
  content: "";
  font-family: iconvault-symbols;
  margin-right: -0.2em;
  margin-left: 0.07em;
  color: #b3883c;
  font-size: 1.05em;
  vertical-align: middle;
}
.header-container header .suche-langswitch-cell {
  vertical-align: middle;
  position: absolute;
  right: 6.25%;
  top: 0.875em;
}
.header-container header .suche-langswitch-cell .toggle-suche {
  float: right;
  line-height: 50px;
  text-align: right;
  padding-right: 0.875em;
}
.header-container header .suche-langswitch-cell .toggle-suche a {
  font-family: iconvault-symbols;
  text-decoration: none;
  color: #26a1d0;
  font-size: 1.1em;
}
.header-container header .suche-langswitch-cell .suche-box {
  position: absolute;
  right: 4.75em;
  padding: 5px;
  background: #fff;
  display: none;
}
.header-container header .suche-langswitch-cell .suche-box > form {
  white-space: nowrap;
}
.header-container header .suche-langswitch-cell .suche-box > form a.suche-submit {
  font-family: iconvault-symbols;
  font-size: 1.5em;
  vertical-align: bottom;
  color: #b3883c;
  text-decoration: none;
  transition: color 0.2s ease;
  margin-left: 0.25em;
}
.header-container header .suche-langswitch-cell .suche-box > form a.suche-submit:hover {
  color: #c49441;
}
.header-container header .suche-langswitch-cell .suche-box > form input[type=text] {
  border: 0;
  border-bottom: 1px solid #e1cfb1;
}
.header-container header .suche-langswitch-cell .langswitch,
.header-container header .suche-langswitch-cell .langswitch-extended {
  float: right;
  border-left: 1px solid #e1cfb1;
  padding-left: 0.875em;
  margin-top: 0.55em;
}
.header-container header .suche-langswitch-cell .langswitch a,
.header-container header .suche-langswitch-cell .langswitch-extended a {
  display: block;
  font-size: 0.875em;
  line-height: 1.143em;
  color: #333333;
  text-decoration: none;
}
.header-container header .suche-langswitch-cell .langswitch.disabled a,
.header-container header .suche-langswitch-cell .langswitch-extended.disabled a {
  color: #d6d6d6;
  cursor: default;
}
.header-container header .suche-langswitch-cell .langswitch-extended {
  position: relative;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  height: 63%;
  margin-top: 3px;
  padding-top: 0.8em;
}
.header-container header .suche-langswitch-cell .langswitch-extended > div {
  height: 1.5em;
  overflow: hidden;
  line-height: 1.7143em;
}
.header-container header .suche-langswitch-cell .langswitch-extended > div.open {
  height: auto;
  left: 0;
  top: 0;
  margin: 2px 0 0 4px;
  padding: 10px;
  position: absolute;
  white-space: nowrap;
  background: #fff;
}
.header-container header .suche-langswitch-cell .langswitch-extended > div.open a.active:after {
  content: "";
}
.header-container header .suche-langswitch-cell .langswitch-extended > div.open hr {
  margin: 0.5em 0;
}
.header-container header .suche-langswitch-cell .langswitch-extended > div a {
  line-height: 1.5em;
}
.header-container header .suche-langswitch-cell .langswitch-extended > div a.active:after {
  font-family: iconvault-symbols;
  font-size: 0.875em;
  content: "";
  display: inline-block;
  vertical-align: top;
  margin-top: 0.15em;
  margin-left: 0.4em;
  color: #b3883c;
}
.image-booking {
  height: 255px;
  /* contentseiten */
  position: relative;
  z-index: 40;
  background-size: cover;
  background-position: center center;
}
.image-booking.home {
  height: 300px;
}
.image-booking #bs-prev,
.image-booking #bs-next {
  display: none;
}
.image-booking .booking-box {
  font-size: 0.875em;
  background: #fff;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -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);
  margin: 0 6.25%;
  width: 87.5%;
  position: absolute;
  bottom: 11px;
}
.image-booking .booking-box h3 {
  font-family: cronos_semibold;
  color: #fff;
  font-size: 1.35em;
  line-height: 1.1em;
  background-color: #b3883c;
  margin: 0;
  padding: 0.5em 0 0.5em 5.51%;
  cursor: pointer;
  transition: background-color 0.2s ease;
}
.image-booking .booking-box h3:hover {
  background-color: #c49441;
}
.image-booking .booking-box h3 .toggle,
.image-booking .booking-box h3 .more {
  width: 18%;
  float: right;
  font-family: iconvault-symbols;
  font-size: 0.65em;
  margin-top: -0.35em;
  margin-bottom: -0.6em;
  padding: 0.4em 0 0.25em;
  vertical-align: top;
  text-align: center;
  border-left: 1px solid white;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.image-booking .booking-box h3 .more {
  /* abgespeckte box - mehr-pfeil statt toggle */
  padding: 0.2em 0 0.45em;
  margin-right: -2%;
}
.image-booking .booking-box h3 .more a {
  color: #fff;
  text-decoration: none;
}
.image-booking .booking-box .form-box {
  overflow: hidden;
  height: 0;
}
.image-booking .booking-box form,
.image-booking .booking-box .form-box > div {
  padding: 0.875em 5.51% 16px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.image-booking .booking-box form .erwachsene,
.image-booking .booking-box .form-box > div .erwachsene,
.image-booking .booking-box form .kinder,
.image-booking .booking-box .form-box > div .kinder {
  position: relative;
}
.image-booking .booking-box form .anzahlselect,
.image-booking .booking-box .form-box > div .anzahlselect {
  display: inline-block;
  margin: 1.143em 0 0 0;
}
.image-booking .booking-box form .anzahlselect select,
.image-booking .booking-box .form-box > div .anzahlselect select {
  width: 4em;
  font-family: pt_sansregular;
}
.image-booking .booking-box form .erwachsene.anzahlselect,
.image-booking .booking-box .form-box > div .erwachsene.anzahlselect {
  margin-right: 2%;
}
.image-booking .booking-box form .kinder,
.image-booking .booking-box .form-box > div .kinder {
  position: relative;
}
.image-booking .booking-box .searchbutton {
  font-size: 1.0625em;
  font-family: pt_sansregular;
  width: 100%;
  margin-top: 1.571em;
}
.image-booking .booking-box .anreise,
.image-booking .booking-box .abreise {
  width: 47%;
  float: left;
  position: relative;
}
.image-booking .booking-box .anreise .Zebra_DatePicker_Icon_Wrapper,
.image-booking .booking-box .abreise .Zebra_DatePicker_Icon_Wrapper {
  width: 100%;
}
.image-booking .booking-box .abreise {
  float: right;
}
.image-booking .booking-box p.kategorieh {
  margin: 0;
}
.image-booking .booking-box .kindesalter {
  display: none;
  position: absolute;
  bottom: 2.9em;
  padding: 7px 8px 6px;
  line-height: 1.4em;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#F0FFFFFF, endColorstr=#F0FFFFFF)";
  background: rgba(255, 255, 255, 0.95);
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.image-booking .booking-box .kindesalter p {
  margin: 0 0 0.5em;
}
.image-booking .booking-box .kindesalter .selectwrapper {
  margin-bottom: 0.5em;
  display: inline-block;
  position: relative;
}
.image-booking .booking-box .kindesalter .selectwrapper select {
  height: 100%;
}
.image-booking .booking-box .kindesalter .confirm {
  color: #fff;
  display: inline-block;
  text-decoration: none;
  text-align: center;
  padding: 0.4em 1.25em;
  background: #26a1d0;
  border: none;
  border-radius: 0.3em;
  cursor: pointer;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  font-family: pt_sansregular;
}
.image-booking .booking-box .kindesalter .confirm img {
  display: inline-block;
  vertical-align: center;
}
.image-booking .booking-box .kindesalter-tip {
  display: none;
  position: absolute;
  bottom: 2.125em;
  right: 2em;
  height: 1.1667em;
}
.main-container header h1,
.main-container header h2.blog-detail-supertitle {
  margin: 0.59em 0 0.15em;
  font-size: 2.3em;
  line-height: 1em;
}
.main-container header h1:last-child,
.main-container header h2.blog-detail-supertitle:last-child {
  /* keine h2 vorhanden */
  margin-bottom: 0.65em;
}
.main-container header h2:not(.blog-detail-supertitle) {
  color: #b3883c;
  font-size: 1.125em;
  text-transform: uppercase;
  margin: 0 0 1.5em;
}
.main-container header a {
  text-decoration: none;
  color: #333333;
}
.main-container header .right {
  padding-bottom: 1em;
}
.main-container header .kontakt {
  line-height: 1.3125em;
  font-size: 0.875em;
  margin-top: -0.75em;
  padding-bottom: 1.5em;
}
.main-container header .kontakt span {
  display: block;
  margin-bottom: 0.2em;
}
.main-container header .kontakt p {
  margin: 0;
  font-family: pt_sansbold;
  display: inline-block;
  margin-right: -4px;
  padding-right: 0.7em;
}
.main-container header .kontakt p:last-child {
  border-left: 1px solid #e1cfb1;
  padding-left: 0.7em;
}
.main-container header .quicklinks ul {
  list-style: none;
  margin: 0.8em 0 0;
  padding-left: 0;
  display: inline-block;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.main-container header .quicklinks ul li {
  display: inline-block;
  text-align: center;
  font-size: 0.75em;
  line-height: 1.1em;
  width: 5.8333em;
  margin-left: -4px;
  vertical-align: top;
}
.main-container header .quicklinks ul li p {
  font-family: iconvault-symbols;
  font-size: 2.6667em;
  line-height: 0.85em;
  margin: 0 0 0.25em;
}
.main-container header .quicklinks ul li p a {
  color: #b3883c;
  transition: color 0.2s ease;
}
.main-container header .quicklinks ul li p a:hover {
  color: #c49441;
}
.main-container header .quicklinks ul.links {
  width: 69%;
  margin-right: -0.3em;
}
.main-container header .quicklinks ul.links li {
  width: 20%;
}
.main-container header .quicklinks ul.links li span {
  display: none;
  cursor: pointer;
}
.main-container header .quicklinks ul.wetter {
  width: 33%;
  margin-left: 1%;
  margin-right: -3%;
  display: inline-block;
}
.main-container header .quicklinks ul.wetter li {
  width: 50%;
  margin-top: -1.8em;
  font-family: pt_sansbold;
  cursor: pointer;
}
.main-container header .quicklinks ul.wetter li a {
  color: #26a1d0;
  text-transform: uppercase;
  font-family: pt_sansregular;
}
.main-container header .quicklinks ul.wetter li p > img {
  height: 1.25em;
  margin-bottom: -0.12em;
  margin-top: 0.03em;
}
.breadcrumb {
  display: none;
  font-size: 0.875em;
  color: #666;
  line-height: 2.357em;
  background: #f7f7f7;
}
.breadcrumb a {
  color: #26a1d0;
  text-decoration: none;
  display: inline-block;
  margin: 0 0.45em;
}
.breadcrumb a:first-child {
  margin-left: 0;
}
.box-row-section,
.list-row-section {
  background: #ebebeb;
  padding: 2.1875em 0;
}
.list-row-section .list-row {
  background: #f7f7f7;
  margin-top: 1em;
}
.list-row-section .list-row:first-child {
  margin-top: 0;
}
.list-row-section .list-row.blog > .img-box {
  cursor: pointer;
}
.list-row-section .list-row .img-box {
  background: #f7f7f7;
}
.list-row-section .list-row .img-box > img,
.list-row-section .list-row .img-box > a > img {
  width: 100%;
  height: auto;
}
.list-row-section .list-row .text-box {
  background: #fff;
  position: relative;
  color: #666666;
  padding-left: 2.857%;
  padding-right: 2.857%;
}
.list-row-section .list-row .text-box h3 {
  font-family: cronos_semibold, sans-serif;
  color: #26a1d0;
  font-size: 1.75em;
  margin: 0 0 0.0357em;
  padding-top: 0.65em;
}
.list-row-section .list-row .text-box h3 > a {
  text-decoration: none;
  color: #26a1d0;
}
.list-row-section .list-row .text-box h4 {
  font-family: pt_sansregular, sans-serif;
  color: #b3883c;
  text-transform: uppercase;
  margin: 0 0 0.75em;
}
.list-row-section .list-row .text-box h4 .blog-author {
  text-transform: none;
}
.list-row-section .list-row .text-box a.mehrlink-pfeil {
  clear: both;
  position: absolute;
  bottom: 1em;
  display: none;
}
.list-row-section .list-row .text-box > div {
  overflow: hidden;
}
.list-row-section .list-row .text-box > div > div {
  padding-bottom: 0;
}
.list-row-section .list-row .text-box .min-link {
  margin: 1em 0;
  display: none;
}
.box-row-section .box-row:first-child {
  margin-top: -1em;
}
.box-row-section .box-row .boxes {
  background: #fff;
  margin-top: 1em;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.box-row-section .box-row .boxes h4,
.box-row-section .box-row .boxes .mehrlink {
  margin: 0;
  padding: 0.75em 0.5em;
  line-height: 1.2em;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.box-row-section .box-row .boxes h4 a,
.box-row-section .box-row .boxes .mehrlink a {
  text-decoration: none;
}
.box-row-section .box-row .boxes h4 a:after,
.box-row-section .box-row .boxes .mehrlink a:after {
  content: "";
  font-family: iconvault-symbols;
  margin: 0.2em -0.2em -0.2em 0.85em;
  color: #b3883c;
  font-size: 0.55em;
  vertical-align: top;
  display: inline-block;
}
.box-row-section .box-row .boxes h4 a:hover,
.box-row-section .box-row .boxes .mehrlink a:hover {
  color: #b3883c;
}
.box-row-section .box-row .boxes.banner-box {
  padding: 14px;
  height: 250px;
}
.box-row-section .box-row .boxes.banner-box a {
  width: 100%;
  height: 100%;
  text-align: center;
  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;
}
.box-row-section .box-row .boxes.banner-box img {
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  height: auto;
}
.box-row-section .box-row .boxes.news-box {
  background: #26a1d0;
  color: #fff;
  padding: 1.25em 0 0;
  overflow: hidden;
  height: 150px;
  /* wird per js ueberschrieben */
}
.box-row-section .box-row .boxes.news-box ul {
  padding: 0;
  margin: 0;
  list-style: none;
  height: 100%;
  overflow: hidden;
}
.box-row-section .box-row .boxes.news-box ul li {
  position: relative;
  height: 100%;
  overflow: hidden;
  text-align: center;
  float: left;
}
.box-row-section .box-row .boxes.news-box ul li .news-teaser {
  height: 100%;
  line-height: 1.3125em;
  padding: 0 32px 2.5em;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.box-row-section .box-row .boxes.news-box ul li h3 {
  /* font-size: 1.125em; */
  font-size: 1.075em;
  text-transform: uppercase;
  margin: 0 0 0.4em;
  padding: 0;
}
.box-row-section .box-row .boxes.news-box ul li p {
  margin: 0;
  /* height: 100%;	*/
  /* height: 200px;	*/
}
.box-row-section .box-row .boxes.news-box ul li .mehrlink {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  background: #fff;
}
.box-row-section .box-row .boxes.news-box ul li .mehrlink a.is-disabled,
.box-row-section .box-row .boxes.news-box ul li .mehrlink a.is-disabled:hover,
.box-row-section .box-row .boxes.news-box ul li .mehrlink a.is-disabled:after {
  color: #ccc;
  cursor: default;
}
.boxes > div > img {
  width: 100%;
  height: auto;
  cursor: pointer;
}
.el2col {
  overflow: hidden;
}
.el2col > div > img {
  width: 203.6698%;
}
.el4col {
  width: 100%;
  height: auto !important;
}
.content-section {
  margin-top: 2.125em;
  padding-bottom: 2.125em;
}
.content-section h2,
.content-section h1.blog-detail-title {
  font-family: cronos_semibold, sans-serif;
  font-size: 2.125em;
  margin: 0;
  color: #26a1d0;
}
.content-section h3 {
  color: #b3883c;
  font-size: 1em;
  text-transform: uppercase;
  margin: 0 0 1.5em;
}
.content-section a {
  border-bottom: 1px dotted #000;
  text-decoration: none;
}
.content-section .right {
  padding-top: 1.25em;
}
.content-section .right > * {
  margin-top: 11px;
}
.content-section .right > *:first-child {
  margin-top: 0;
}
.content-section .right img {
  max-width: 100%;
  height: auto;
}
.content-section .right a.fancygallery + a.fancygallery img {
  margin-top: 1em;
}
.content-section .right .downloads {
  border: 6px solid #e1e1e1;
  padding: 0 7.06% 1.9375em;
  margin-bottom: 1.5em;
}
.content-section .right .downloads h4 {
  font-family: pt_sansbold, sans-serif;
  color: #26a1d0;
  text-transform: uppercase;
  margin: 1.9375em 0 0.5625em;
}
.content-section .right .downloads ul.download-links {
  list-style: none;
  padding: 0;
  margin: 0.35em 0 0;
}
.content-section .right .downloads ul.download-links li {
  padding-left: 1.3em;
  padding-bottom: 0.2em;
  text-indent: -1.1em;
}
.content-section .right .downloads ul.download-links li a {
  color: #b3883c;
  border-color: #b3883c;
}
.content-section .right .downloads ul.download-links li a:before {
  content: "";
  padding-right: 0.5em;
  padding-bottom: 0.3em;
  color: #b3883c;
  font-family: iconvault-symbols;
  font-size: 0.8em;
  line-height: 0.7em;
  vertical-align: middle;
}
.content-section .right .downloads ul:not(.download-links) {
  list-style: none;
  padding: 0;
  margin: 0.35em 0 0;
}
.content-section .right .downloads ul:not(.download-links) li {
  padding-left: 1.3em;
  padding-bottom: 0.2em;
  text-indent: -1.1em;
}
.content-section .right .downloads ul:not(.download-links) li:before {
  /* content: "•";		// download icon per font
			padding-right: 0.5em;
			line-height: 0.7em; */
  content: "";
  font-family: iconvault-symbols;
  margin-right: -0.2em;
  margin-left: 0.07em;
  color: #b3883c;
  font-size: 1.05625em;
  vertical-align: middle;
  line-height: 1em;
}
.content-section .right .downloads strong {
  font-family: pt_sansbold, sans-serif;
  font-weight: normal;
}
.content-section .gallery {
  clear: both;
  padding-top: 2em;
}
.content-section .gallery > div {
  float: left;
  padding-bottom: 1em;
  width: 100%;
}
.content-section .gallery > div img {
  width: 100%;
}
.content-section .gallery > div .img-title {
  margin: 0.5em 0 0;
}
.content-section .gallery.webcams > div {
  overflow: hidden;
}
.content-section .gallery.webcams > div > div {
  background: #ebebeb;
  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;
}
.content-section .gallery.webcams > div > div img.fancytrigger {
  cursor: pointer;
}
.content-section .gallery.blog-gallery {
  padding-top: 0.85em;
}
.content-section #routeform {
  margin: 0 0 0.85em;
}
.content-section .wetter {
  list-style: none;
  padding: 0;
  margin-top: 0;
}
.content-section .wetter li {
  display: block;
  text-align: left;
  background: #f2f2f2;
  padding: 0.65em 3% 0;
  margin-bottom: 1em;
}
.content-section .wetter li:last-child {
  display: none;
}
.content-section .wetter li h4 {
  font-family: pt_sansbold;
  margin: 0;
}
.content-section .wetter li h4 br {
  display: none;
}
.content-section .wetter li .temp {
  font-family: pt_sansbold;
}
.content-section .wetter li div p {
  display: inline-block;
  text-align: center;
  width: 23.5%;
  vertical-align: top;
  font-size: 1.125em;
  margin-top: 0;
}
.content-section .wetter li div p .legend {
  display: block;
  font-family: pt_sansregular;
  font-size: 0.7778em;
  line-height: 1.2em;
  padding-top: 0.15em;
}
.content-section .wetter li div p:last-child {
  display: none;
}
.content-section .home-blog {
  list-style: none;
  padding: 0;
}
.content-section .home-blog li {
  background: #EBEBEB;
  margin-bottom: 1em;
  cursor: pointer;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.content-section .home-blog li > div {
  float: left;
}
.content-section .home-blog li > div.img-box {
  width: 33%;
  background-size: cover;
}
.content-section .home-blog li > div.img-box img {
  width: 100%;
  height: auto;
  visibility: hidden;
}
.content-section .home-blog li > div.text-box {
  width: 67%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  padding: 1em 5%;
}
.content-section .home-blog li > div.text-box h3 {
  margin: 0;
  font-family: pt_sansbold;
  text-transform: uppercase;
}
.content-section .home-blog li > div.text-box h3 a {
  color: #26a1d0;
  border: none;
}
.content-section .home-blog li > div.text-box .mehrlink-pfeil {
  border: none !important;
}
.text-content,
.text-intro {
  font-size: 1em;
  line-height: 1.5em;
}
.text-content {
  color: #666666;
}
.text-content h3 {
  color: #26a1d0;
  font-size: 1.625em;
  text-transform: none;
  font-family: cronos_semibold, sans-serif;
  margin: 1em 0 0.3em;
}
.text-content button {
  margin-bottom: 0.35em;
  border: 0;
  font-family: pt_sansregular, sans-serif;
  font-size: 1.214em;
}
.text-content .button-blau {
  margin-bottom: 0.35em;
  border: 0;
}
.text-content ul {
  list-style: none;
  padding: 0;
  margin: 0.35em 0 0;
}
.text-content ul li {
  padding-left: 1.3em;
  padding-bottom: 0.2em;
  text-indent: -1.1em;
}
.text-content ul li:before {
  /* content: "•";		// download icon per font
			padding-right: 0.5em;
			line-height: 0.7em; */
  content: "";
  font-family: iconvault-symbols;
  margin-right: -0.2em;
  margin-left: 0.07em;
  color: #b3883c;
  font-size: 1.05625em;
  vertical-align: middle;
  line-height: 1em;
}
.text-content strong,
.text-content b {
  font-family: pt_sansbold;
  font-weight: normal;
}
.right-extra-text .button-blau {
  margin-bottom: 0.35em;
  border: 0;
}
.zwischenheadline {
  color: #26a1d0 !important;
  font-size: 1.625em !important;
  text-transform: none !important;
  font-family: cronos_semibold, sans-serif;
  margin: 1em 0 0.3em  !important;
}
.text-intro {
  font-family: pt_sansbold;
  margin-bottom: 1em;
}
.contactform .row {
  margin-bottom: 1.5em;
}
.contactform .row > div {
  position: relative;
}
.contactform .row > div:nth-child(2) {
  margin-top: 1.5em;
}
.contactform .row > div select,
.contactform .row > div input[type=text] {
  width: 100%;
  font-size: 0.875em;
}
.contactform .row > div .customStyleSelectBox {
  font-size: 0.875em;
}
.contactform .row > div #label-e-mail,
.contactform .row > div #e-mail {
  display: none;
}
.contactform textarea {
  width: 100%;
  height: 11.5em;
  margin-top: 0.75em;
}
textarea {
  font-size: 0.875em;
  font-family: pt_sansregular, sans-serif;
  border: 1px solid #e1e1e1;
}
#popletter_registration {
  max-width: 400px;
}
#popletter_registration input,
#popletter_registration select {
  color: #222;
  font-size: 0.875em;
}
#popletter_registration input {
  display: block;
  width: 100%;
  margin-bottom: 1.714em;
}
#popletter_registration input#popletter_registration_firstname {
  margin-top: 1.714em;
}
#popletter_registration input::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #222;
}
#popletter_registration input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #222;
  opacity: 1;
}
#popletter_registration input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #222;
  opacity: 1;
}
#popletter_registration input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #222;
}
#popletter_registration label {
  padding-right: 0.75em;
  vertical-align: middle;
}
#popletter_registration #popletter_registration_sex {
  width: 180px;
}
#popletter_registration .customStyleSelectBox {
  font-size: 0.875em !important;
  line-height: 1.7em !important;
  color: #222;
}
#popletter_registration #popletter_registration_submit {
  color: #fff;
  display: inline-block;
  text-decoration: none;
  text-align: center;
  padding: 0.4em 1.25em;
  background: #26a1d0;
  border: none;
  border-radius: 0.3em;
  cursor: pointer;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  font-family: pt_sansregular;
}
#popletter_registration #popletter_registration_submit img {
  display: inline-block;
  vertical-align: center;
}
.table.bericht {
  display: table;
}
.table.bericht .tr > .th,
.table.bericht .tr > .td {
  text-align: left;
  vertical-align: middle;
  padding: 0.3em 0.5em 0.3em 0;
  display: inline-block;
  line-height: 1.5em;
}
.table.bericht .tr > .th:empty,
.table.bericht .tr > .td:empty {
  display: none;
}
.table.bericht .tr > .th {
  border-bottom: 1px solid #e1cfb1;
  display: none;
}
.table.bericht .td.updated {
  font-size: 0.875em;
  padding-bottom: 0.685em;
}
.table.bericht div.tr:nth-child(odd) .td,
.table.bericht div.tr:nth-child(odd) {
  background: #f2f2f2;
}
.table.bericht .th,
.table.bericht b,
.table.bericht strong {
  font-family: pt_sansbold;
  font-weight: normal;
}
.content-tabelle {
  margin: 1em 0;
}
.content-tabelle th,
.content-tabelle td {
  text-align: left;
  vertical-align: middle;
  padding: 0.3em 0.5em 0.3em 0;
  line-height: 1.5em;
}
.content-tabelle tr:nth-child(odd) td {
  background: #f2f2f2;
}
.content-tabelle tr:first-child td,
.content-tabelle th {
  border-bottom: 1px solid #e1cfb1;
  font-family: pt_sansbold;
  font-weight: normal;
  background: none;
}
.content-tabelle b,
.content-tabelle strong {
  font-family: pt_sansbold;
  font-weight: normal;
}
.kreis {
  border-radius: 50%;
  width: 0.8em;
  height: 0.8em;
  text-indent: 100%;
  overflow: hidden;
  display: inline-block;
}
.kreis.offen {
  background: #abe02c;
}
.kreis.geschlossen {
  background: #e13e3e;
}
.lift-item {
  display: table;
}
.lift-item > div {
  display: table-cell;
  width: 1em;
  vertical-align: middle;
}
.lift-item > p {
  display: table-cell;
  line-height: 1.3em;
  margin: 0 0 0 0.3em;
  padding: 0.575em 0.75em 0.575em 28px;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: auto 26px;
  display: inline-block;
}
.lift-item.piste > p {
  padding-left: 0;
  padding-right: 0.25em;
}
.piste-icon {
  padding: 0 0.5em;
}
.piste-icon div {
  background: #ebebeb;
  padding: 0.175em;
  height: 1em;
  width: 1em;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  line-height: 0.5em;
}
.piste-icon div > div {
  height: 0.65em;
  width: 0.65em;
  overflow: hidden;
  text-indent: 2em;
  line-height: 2em;
}
.piste-icon div > div.leicht {
  background: #017ED5;
}
.piste-icon div > div.mittel {
  background: #F62714;
}
.piste-icon div > div.schwer {
  background: #000;
}
.piste-icon div > div.route {
  background: #F62714;
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.piste-icon div > div.route.schwer {
  background: #000;
}
.legende > div {
  padding-top: 0.4em;
  padding-bottom: 0.75em;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.legende > div.piste-icon {
  padding-left: 0;
}
.legende > div.piste-icon > div {
  margin-right: 0.5em;
}
.legende > div .kreis {
  margin-right: 1em;
}
.contentlifte > div {
  margin-bottom: 1.5em;
}
.contentlifte > div .last-update {
  clear: both;
  padding: 0;
  width: 100%;
  font-size: 0.875em;
}
.contentlifte > div h3 {
  font-size: 1.125em;
  margin-bottom: 0.25em;
}
.contentlifte > div h4 {
  font-family: pt_sansbold;
  color: #b3883c;
  clear: both;
  width: 100%;
  margin: 0 0 0.5em;
  padding-top: 1.5em;
}
.lawinenbericht.report-iframe > iframe {
  border: 2px solid #e1e1e1;
  height: 1600px;
}
.lawinenbericht .graphs > div {
  float: left;
  margin-right: 2em;
}
.lawinenbericht .graphs > div:nth-child(3) {
  clear: left;
}
.lawinenbericht .graphs > div .lawinen-map {
  height: 360px;
  margin-bottom: 1em;
}
.lawinenbericht .graphs > div > div {
  padding-bottom: 1em;
}
.lawinenbericht .graphs > div > div.avalange-danger-item img {
  width: 75px;
  /*&.avalanche-aspects {
							height: 75px;
						}*/
}
.lawinenbericht .graphs > div > div.avalange-danger-item img.avalanche-danger-image {
  margin-bottom: 1em;
  display: block;
}
.lawinenbericht .graphs > div > div.avalange-danger-item .avalange-danger-elevation {
  display: inline-block;
  margin-right: 1.5em;
}
.lawinenbericht .graphs > div > div.avalange-danger-item .avalange-danger-comment {
  line-height: 1.4em;
}
.lawinenbericht .graphs > div > div.avalanche-danger-general,
.lawinenbericht .graphs > div > div.avalanche-tendency {
  width: 50%;
  display: inline-block;
  vertical-align: top;
}
.lawinenbericht .graphs > div > div.avalanche-danger-general img,
.lawinenbericht .graphs > div > div.avalanche-tendency img {
  width: 75px;
}
.lawinenbericht .graphs > div > div.avalanche-tendency {
  margin-left: -5px;
}
.lawinenbericht .graphs h3 {
  margin: 0.5em 0;
}
.social-wall {
  display: block;
  background: #ebebeb;
  margin-top: 0;
  padding-top: 2em;
}
.social-wall > h2 {
  margin-top: -0.85em;
  padding-bottom: 0.35em;
}
.social-wall > div .dcsns-toolbar {
  display: none;
}
.social-wall > div .stream li {
  width: 100%;
}
.pisteview-player {
  height: 430px;
}
footer {
  background: #26a1d0;
  margin: 0;
  color: #fff;
}
footer h3 {
  font-family: cronos_semibold, sans-serif;
  font-size: 1.75em;
  margin-bottom: 0.3em;
}
footer b,
footer strong {
  font-family: pt_sansbold;
  font-weight: normal;
}
footer a {
  color: #fff;
  border-bottom: 1px dotted #000;
  text-decoration: none;
  border-color: #fff;
}
footer .boxes {
  padding-bottom: 1em;
}
footer .boxes > div {
  font-size: 0.875em;
  line-height: 1.43em;
  padding-right: 6.25%;
}
footer .boxes:nth-child(3) > div > p {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 1.5em;
  -moz-column-gap: 1.5em;
  column-gap: 1.5em;
}
footer .social-icons {
  list-style: none;
  padding: 0;
}
footer .social-icons li {
  margin-right: 1em;
  display: inline-block;
}
footer .social-icons li a {
  border: none;
}
.overlay .outer-wrapper {
  box-shadow: none;
}
.overlay .main-container header h2 {
  margin-bottom: 1em;
}
.overlay .main-container header .left {
  float: left;
}
.overlay .main-container header .right {
  float: right;
  width: auto;
}
.overlay .content-section {
  margin-top: 0;
}
.overlay .content-section .gallery {
  padding-top: 0.25em;
}
#cookies-hint2020 {
  position: static;
  width: 280px;
  background: #fff;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  display: none;
}
#cookies-hint2020 > div {
  padding: 1.1em 1em;
}
#cookies-hint2020 p {
  margin-top: 0;
  line-height: 1.65em;
}
#cookies-hint2020 p a {
  outline: none;
}
#cookies-hint2020 > div.cookies-config {
  display: none;
}
#cookies-hint2020 > div.cookies-config h3 {
  color: #26a1d0;
  margin-top: 0;
}
#cookies-hint2020 > div.cookies-config input.bigcheckbox + label {
  height: auto;
  text-indent: 0;
  padding-left: 32px;
  line-height: 1.35em;
  background-position: left 2px;
  font-size: 15px;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
#cookies-hint2020 > div.cookies-config .buttons {
  padding-top: 0.5em;
}
#cookies-hint2020 a.cookies-close {
  margin-top: 10px;
  color: #fff;
  display: inline-block;
  text-decoration: none;
  text-align: center;
  padding: 0.4em 1.25em;
  background: #26a1d0;
  border: none;
  border-radius: 0.3em;
  cursor: pointer;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  font-family: pt_sansregular;
}
#cookies-hint2020 a.cookies-close img {
  display: inline-block;
  vertical-align: center;
}
/* google custom search: */
/*
.cse .gsc-control-cse, .gsc-control-cse {
	font-family: pt_sansregular, sans-serif !important;
}

.gsc-control-cse .gsc-table-result {
	font-family: pt_sansregular, sans-serif !important;
	max-width: 840px;

	b {
		font-family: pt_sansbold !important;
		font-weight: normal !important;
	}

	.gs-title {
		color: @cd-gold !important;
		b {
			color: @cd-gold !important;
		}
	}
}

.cse .gsc-webResult.gsc-result:hover, .gsc-webResult.gsc-result:hover, .gsc-webResult.gsc-result.gsc-promotion:hover, .gsc-results .gsc-imageResult-classic:hover, gsc-results .gsc-imageResult-column:hover {
	border-left: 1px solid #fff !important;
}

.cse .gs-webResult .gs-visibleUrl, .gs-webResult .gs-visibleUrl, .cse .gs-webResult .gs-visibleUrl-short, .gs-webResult .gs-visibleUrl-short, .gs-imageResult .gs-visibleUrl, .gs-imageResult .gs-visibleUrl-short {
	font-family: pt_sansbold !important;
	font-weight: normal !important;
}
*/
#addsearch-results .addsearch-result-item-sub h2 a {
  color: #26a1d0 !important;
  font-weight: normal !important;
  font-size: 1.4em !important;
}
.contentul {
  list-style: none;
  padding: 0;
  margin: 0.35em 0 0;
}
.contentul li {
  padding-left: 1.3em;
  padding-bottom: 0.2em;
  text-indent: -1.1em;
}
.contentul li:before {
  /* content: "•";		// download icon per font
			padding-right: 0.5em;
			line-height: 0.7em; */
  content: "";
  font-family: iconvault-symbols;
  margin-right: -0.2em;
  margin-left: 0.07em;
  color: #b3883c;
  font-size: 1.05625em;
  vertical-align: middle;
  line-height: 1em;
}
.contentul li {
  border: 0 !important;
  padding-top: 0.25em !important;
  padding-bottom: 0.25em !important;
  background: transparent !important;
}
.contentunterkunftsuche .anabreise label,
.unterkunftdetail .anfrage .anabreise label,
.pauschalen-anfrage .anabreise label,
.unterkunft-anfrage .anfrage-top .anabreise label,
.contentunterkunftsuche .artunterkunft label,
.unterkunftdetail .anfrage .artunterkunft label,
.pauschalen-anfrage .artunterkunft label,
.unterkunft-anfrage .anfrage-top .artunterkunft label {
  font-family: pt_sansbold;
  color: #464646;
  display: block;
}
.contentunterkunftsuche .anabreise,
.unterkunftdetail .anfrage .anabreise,
.pauschalen-anfrage .anabreise,
.unterkunft-anfrage .anfrage-top .anabreise {
  margin-right: 5.1%;
  margin-bottom: 1em;
}
.contentunterkunftsuche .anabreise .anreise,
.unterkunftdetail .anfrage .anabreise .anreise,
.pauschalen-anfrage .anabreise .anreise,
.unterkunft-anfrage .anfrage-top .anabreise .anreise,
.contentunterkunftsuche .anabreise .abreise,
.unterkunftdetail .anfrage .anabreise .abreise,
.pauschalen-anfrage .anabreise .abreise,
.unterkunft-anfrage .anfrage-top .anabreise .abreise {
  display: inline-block;
  width: 115px;
}
.contentunterkunftsuche .anabreise > div:first-child,
.unterkunftdetail .anfrage .anabreise > div:first-child,
.pauschalen-anfrage .anabreise > div:first-child,
.unterkunft-anfrage .anfrage-top .anabreise > div:first-child {
  margin-right: 7px;
}
.contentunterkunftsuche .anabreise .verpflegung,
.unterkunftdetail .anfrage .anabreise .verpflegung,
.pauschalen-anfrage .anabreise .verpflegung,
.unterkunft-anfrage .anfrage-top .anabreise .verpflegung {
  clear: both;
  margin-top: 1em;
}
.contentunterkunftsuche .anabreise .verpflegung,
.unterkunftdetail .anfrage .anabreise .verpflegung,
.pauschalen-anfrage .anabreise .verpflegung,
.unterkunft-anfrage .anfrage-top .anabreise .verpflegung,
.contentunterkunftsuche .anabreise .sterne,
.unterkunftdetail .anfrage .anabreise .sterne,
.pauschalen-anfrage .anabreise .sterne,
.unterkunft-anfrage .anfrage-top .anabreise .sterne {
  position: relative;
}
.contentunterkunftsuche .anabreise .verpflegung select,
.unterkunftdetail .anfrage .anabreise .verpflegung select,
.pauschalen-anfrage .anabreise .verpflegung select,
.unterkunft-anfrage .anfrage-top .anabreise .verpflegung select,
.contentunterkunftsuche .anabreise .sterne select,
.unterkunftdetail .anfrage .anabreise .sterne select,
.pauschalen-anfrage .anabreise .sterne select,
.unterkunft-anfrage .anfrage-top .anabreise .sterne select {
  width: 99%;
}
.contentunterkunftsuche .suchfelder,
.unterkunftdetail .anfrage .suchfelder,
.pauschalen-anfrage .suchfelder,
.unterkunft-anfrage .anfrage-top .suchfelder {
  float: left;
  margin-right: 5.1%;
  margin-bottom: 1em;
  width: 100%;
}
.contentunterkunftsuche .suchfelder label,
.unterkunftdetail .anfrage .suchfelder label,
.pauschalen-anfrage .suchfelder label,
.unterkunft-anfrage .anfrage-top .suchfelder label {
  color: #464646;
  font-weight: bold;
}
.contentunterkunftsuche .suchfelder .rubrik,
.unterkunftdetail .anfrage .suchfelder .rubrik,
.pauschalen-anfrage .suchfelder .rubrik,
.unterkunft-anfrage .anfrage-top .suchfelder .rubrik {
  margin-bottom: 1em;
  position: relative;
}
.contentunterkunftsuche .suchfelder .rubrik select,
.unterkunftdetail .anfrage .suchfelder .rubrik select,
.pauschalen-anfrage .suchfelder .rubrik select,
.unterkunft-anfrage .anfrage-top .suchfelder .rubrik select {
  width: 84.5%;
}
.contentunterkunftsuche .suchfelder input#stichwort,
.unterkunftdetail .anfrage .suchfelder input#stichwort,
.pauschalen-anfrage .suchfelder input#stichwort,
.unterkunft-anfrage .anfrage-top .suchfelder input#stichwort {
  width: 85%;
}
.contentunterkunftsuche .suchdatumlinks,
.unterkunftdetail .anfrage .suchdatumlinks,
.pauschalen-anfrage .suchdatumlinks,
.unterkunft-anfrage .anfrage-top .suchdatumlinks {
  display: inline-block;
  line-height: 1.5em;
  padding: 0.5em 0;
  margin: 0;
}
.contentunterkunftsuche .suchdatumlinks a,
.unterkunftdetail .anfrage .suchdatumlinks a,
.pauschalen-anfrage .suchdatumlinks a,
.unterkunft-anfrage .anfrage-top .suchdatumlinks a {
  white-space: nowrap;
}
.contentunterkunftsuche .personenzimmer,
.unterkunftdetail .anfrage .personenzimmer,
.pauschalen-anfrage .personenzimmer,
.unterkunft-anfrage .anfrage-top .personenzimmer {
  clear: both;
  margin-bottom: 1.5em;
  padding-top: 1.5em;
}
.contentunterkunftsuche .personenzimmer .row,
.unterkunftdetail .anfrage .personenzimmer .row,
.pauschalen-anfrage .personenzimmer .row,
.unterkunft-anfrage .anfrage-top .personenzimmer .row {
  margin-bottom: 0.8em;
}
.contentunterkunftsuche .personenzimmer .row h4,
.unterkunftdetail .anfrage .personenzimmer .row h4,
.pauschalen-anfrage .personenzimmer .row h4,
.unterkunft-anfrage .anfrage-top .personenzimmer .row h4 {
  display: inline;
  font-family: pt_sansbold;
}
.contentunterkunftsuche .personenzimmer .row .erwachsene,
.unterkunftdetail .anfrage .personenzimmer .row .erwachsene,
.pauschalen-anfrage .personenzimmer .row .erwachsene,
.unterkunft-anfrage .anfrage-top .personenzimmer .row .erwachsene {
  margin-left: 15px;
}
.contentunterkunftsuche .personenzimmer .row .anzahlselect,
.unterkunftdetail .anfrage .personenzimmer .row .anzahlselect,
.pauschalen-anfrage .personenzimmer .row .anzahlselect,
.unterkunft-anfrage .anfrage-top .personenzimmer .row .anzahlselect {
  display: inline-block;
  margin-right: 7px;
  margin-bottom: 2px;
}
.contentunterkunftsuche .personenzimmer .row .anzahlselect select,
.unterkunftdetail .anfrage .personenzimmer .row .anzahlselect select,
.pauschalen-anfrage .personenzimmer .row .anzahlselect select,
.unterkunft-anfrage .anfrage-top .personenzimmer .row .anzahlselect select {
  width: 42px;
}
.contentunterkunftsuche .personenzimmer .row .anzahlselect label,
.unterkunftdetail .anfrage .personenzimmer .row .anzahlselect label,
.pauschalen-anfrage .personenzimmer .row .anzahlselect label,
.unterkunft-anfrage .anfrage-top .personenzimmer .row .anzahlselect label {
  display: block;
}
.contentunterkunftsuche .personenzimmer .row .alter,
.unterkunftdetail .anfrage .personenzimmer .row .alter,
.pauschalen-anfrage .personenzimmer .row .alter,
.unterkunft-anfrage .anfrage-top .personenzimmer .row .alter {
  margin-top: 10px;
  display: block;
  vertical-align: middle;
}
.contentunterkunftsuche .personenzimmer .row .alter input,
.unterkunftdetail .anfrage .personenzimmer .row .alter input,
.pauschalen-anfrage .personenzimmer .row .alter input,
.unterkunft-anfrage .anfrage-top .personenzimmer .row .alter input {
  width: 2.5em;
}
.contentunterkunftsuche .personenzimmer .row .alter p,
.unterkunftdetail .anfrage .personenzimmer .row .alter p,
.pauschalen-anfrage .personenzimmer .row .alter p,
.unterkunft-anfrage .anfrage-top .personenzimmer .row .alter p {
  display: none;
  float: left;
  margin: 0 0.5em 0;
  text-align: right;
  line-height: 1.2em;
}
.contentunterkunftsuche .personenzimmer .row .alter > div,
.unterkunftdetail .anfrage .personenzimmer .row .alter > div,
.pauschalen-anfrage .personenzimmer .row .alter > div,
.unterkunft-anfrage .anfrage-top .personenzimmer .row .alter > div {
  display: none;
  float: left;
}
.contentunterkunftsuche .personenzimmer .row > a,
.unterkunftdetail .anfrage .personenzimmer .row > a,
.pauschalen-anfrage .personenzimmer .row > a,
.unterkunft-anfrage .anfrage-top .personenzimmer .row > a {
  margin: 10px 0 0 0;
  border-bottom: 1px dotted #000;
  text-decoration: none;
}
.contentunterkunftsuche .personenzimmer .rowtemplate,
.unterkunftdetail .anfrage .personenzimmer .rowtemplate,
.pauschalen-anfrage .personenzimmer .rowtemplate,
.unterkunft-anfrage .anfrage-top .personenzimmer .rowtemplate {
  display: none;
}
.contentunterkunftsuche .personenzimmer > input,
.unterkunftdetail .anfrage .personenzimmer > input,
.pauschalen-anfrage .personenzimmer > input,
.unterkunft-anfrage .anfrage-top .personenzimmer > input {
  margin-top: 6px;
}
.contentunterkunftsuche .personenzimmer #addrow,
.unterkunftdetail .anfrage .personenzimmer #addrow,
.pauschalen-anfrage .personenzimmer #addrow,
.unterkunft-anfrage .anfrage-top .personenzimmer #addrow {
  font-family: pt_sansbold;
  color: #464646;
  border-bottom: 1px dotted #464646;
  text-decoration: none;
}
.contentunterkunftsuche #SearchFilterForm .accommodation-name > label,
.unterkunftdetail .anfrage #SearchFilterForm .accommodation-name > label,
.pauschalen-anfrage #SearchFilterForm .accommodation-name > label,
.unterkunft-anfrage .anfrage-top #SearchFilterForm .accommodation-name > label {
  font-weight: bold;
  color: #464646;
  display: block;
  margin-bottom: 1px;
}
.contentunterkunftsuche #SearchFilterForm .accommodation-name > input,
.unterkunftdetail .anfrage #SearchFilterForm .accommodation-name > input,
.pauschalen-anfrage #SearchFilterForm .accommodation-name > input,
.unterkunft-anfrage .anfrage-top #SearchFilterForm .accommodation-name > input {
  width: 60%;
}
.contentunterkunftsuche .wrapper > h2,
.unterkunft-anfrage .anfrage-top .wrapper > h2 {
  margin-top: 0;
  padding-top: 1em;
  font-family: cronos_semibold, sans-serif;
  color: #26a1d0;
  font-size: 2em;
}
.contentunterkunftsuche .artunterkunft,
.unterkunft-anfrage .anfrage-top .artunterkunft {
  padding-bottom: 1.5em;
}
.contentunterkunftsuche .artunterkunft ul,
.unterkunft-anfrage .anfrage-top .artunterkunft ul {
  list-style: none;
  padding-left: 0;
  float: left;
  margin: 2px 20px 0 0;
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 3.5em;
  -moz-column-gap: 3.5em;
  column-gap: 3.5em;
}
.contentunterkunftsuche .artunterkunft li,
.unterkunft-anfrage .anfrage-top .artunterkunft li {
  padding-bottom: 0.17em;
}
/* allg. anfrageformular: */
.unterkunft-anfrage .anfrage-top {
  font-size: 0.875em;
}
.unterkunft-anfrage .anfrage-top > h4 {
  color: #26a1d0;
  font-family: pt_sansbold;
  font-size: 1.1423em;
}
.unterkunft-anfrage .anfrage-top .ausweichtermin {
  font-size: 1em;
  font-family: pt_sansbold;
  margin-bottom: 0.5em;
}
.unterkunft-anfrage .anfrage-top .artunterkunft {
  padding-bottom: 0;
}
.unterkunft-anfrage .anfrage-top .artunterkunft ul {
  -webkit-column-count: 1;
  -moz-column-count: 1;
  column-count: 1;
  -webkit-column-gap: 0;
  -moz-column-gap: 0;
  column-gap: 0;
}
.unterkunft-anfrage .anfrage-top .personenzimmer {
  padding-top: 0.75em;
}
.unterkunft-anfrage .contactform section > h4 {
  color: #26a1d0;
  font-family: pt_sansbold;
}
.unterkunft-anfrage .formtext {
  font-size: 0.875em;
}
.unterkunft-anfrage .formtext input[type=radio] {
  margin-left: 0.75em;
  margin-right: 0.25em;
}
.unterkunft-anfrage .formtext input[type=checkbox] {
  margin-right: 0.25em;
}
.contentunterkunftsuche {
  padding-top: 1em;
  margin-bottom: 2em;
  color: #464646;
  font-size: 0.875em;
  background: #f6f6f6;
  background: -moz-linear-gradient(top, #f6f6f6 0%, #fdfdfd 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f6f6f6), color-stop(100%, #fdfdfd));
  background: -webkit-linear-gradient(top, #f6f6f6 0%, #fdfdfd 100%);
  background: -o-linear-gradient(top, #f6f6f6 0%, #fdfdfd 100%);
  background: -ms-linear-gradient(top, #f6f6f6 0%, #fdfdfd 100%);
  background: linear-gradient(to bottom, #f6f6f6 0%, #fdfdfd 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f6f6f6', endColorstr='#fdfdfd', GradientType=0);
}
.contentunterkunftsuche > form > input {
  width: 100%;
}
.contentunterkunftsuche .suchbutton {
  clear: both;
  float: none;
  display: block;
  font-size: 1.143em;
}
.button1 {
  color: #fff;
  display: inline-block;
  text-decoration: none;
  text-align: center;
  padding: 0.4em 1.25em;
  background: #26a1d0;
  border: none;
  border-radius: 0.3em;
  cursor: pointer;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  font-family: pt_sansregular;
}
.button1 img {
  display: inline-block;
  vertical-align: center;
}
.unterkunft-liste {
  list-style: none;
  padding: 0;
}
.unterkunft-liste li {
  background: #fff;
  padding: 1.5625em 2.8571% 0;
  margin-top: 24px;
}
.unterkunft-liste li:first-child {
  margin-top: 0;
}
.unterkunft-liste li .betrieb {
  color: #666666;
}
.unterkunft-liste li .betrieb .betrieb-foto {
  max-width: 100%;
  margin-bottom: 0.8em;
}
.unterkunft-liste li .betrieb .betrieb-beschreibung {
  line-height: 1.5em;
}
.unterkunft-liste li .betrieb .betrieb-beschreibung strong {
  color: #26a1d0;
  font-family: pt_sansbold, sans-serif;
  font-weight: normal;
}
.unterkunft-liste li .betrieb .betrieb-beschreibung .bewertung {
  color: #b3883c;
  font-size: 1.125em;
  text-align: right;
  height: 3.625em;
  padding-top: 1.1667em;
  float: right;
}
.unterkunft-liste li .betrieb .betrieb-beschreibung .bewertung .gross {
  font-size: 1.75em;
  font-family: pt_sansbold, sans-serif;
}
.unterkunft-liste li .betrieb .betrieb-beschreibung .preis-ab {
  color: #26a1d0;
  font-family: pt_sansregular, sans-serif;
  float: left;
}
.unterkunft-liste li .betrieb .betrieb-beschreibung .preis-ab p {
  color: #b3883c;
  margin: 0.0125em 0 0;
  font-size: 1.3125em;
  font-family: pt_sansbold, sans-serif;
}
.unterkunft-liste li .betrieb .betrieb-beschreibung .unten {
  margin-top: -1.5em;
}
.unterkunft-liste li .betrieb h2 {
  font-family: cronos_semibold, sans-serif;
  color: #26a1d0;
  font-size: 1.75em;
  margin: 0;
}
.unterkunft-liste li .betrieb h2 > a {
  color: #26a1d0;
}
.unterkunft-liste li .betrieb h3 {
  font-family: pt_sansregular, Helvetica Neue, Arial;
  color: #b3883c;
  font-weight: normal;
  text-transform: uppercase;
  margin: -0.1em 0 0.75em;
}
.unterkunft-liste li .betrieb .adresse {
  color: #000;
}
.unterkunft-liste .produkte,
.unterkunft-top .produkte {
  width: 100%;
  clear: both;
  color: #666666;
}
.unterkunft-liste .produkte h3,
.unterkunft-top .produkte h3 {
  color: #b3883c;
  font-size: 1em;
  font-family: pt_sansbold, sans-serif;
}
.unterkunft-liste .produkte > ul,
.unterkunft-top .produkte > ul,
.unterkunft-liste .produkte > .produkt-container > section > ul,
.unterkunft-top .produkte > .produkt-container > section > ul {
  list-style: none;
  padding: 0;
  margin: 0 -3.03%;
}
.unterkunft-liste .produkte > ul li,
.unterkunft-top .produkte > ul li,
.unterkunft-liste .produkte > .produkt-container > section > ul li,
.unterkunft-top .produkte > .produkt-container > section > ul li {
  background: #f7f7f7;
  padding-top: 0.875em;
  padding-bottom: 0.875em;
  border-bottom: 2px solid #ececec;
  margin-top: 0;
  -moz-transition: background 0.4s ease-out;
  -webkit-transition: background 0.4s ease-out;
  transition: background 0.4s ease-out;
}
.unterkunft-liste .produkte > ul li:hover,
.unterkunft-top .produkte > ul li:hover,
.unterkunft-liste .produkte > .produkt-container > section > ul li:hover,
.unterkunft-top .produkte > .produkt-container > section > ul li:hover {
  background: #f2ede0;
}
.unterkunft-liste .produkte > ul li > div > div,
.unterkunft-top .produkte > ul li > div > div,
.unterkunft-liste .produkte > .produkt-container > section > ul li > div > div,
.unterkunft-top .produkte > .produkt-container > section > ul li > div > div {
  float: left;
  vertical-align: middle;
  line-height: 1.5em;
}
.unterkunft-liste .produkte > ul li > div > div:first-child,
.unterkunft-top .produkte > ul li > div > div:first-child,
.unterkunft-liste .produkte > .produkt-container > section > ul li > div > div:first-child,
.unterkunft-top .produkte > .produkt-container > section > ul li > div > div:first-child {
  padding-left: 0;
}
.unterkunft-liste .produkte > ul li > div > div.produkt-name,
.unterkunft-top .produkte > ul li > div > div.produkt-name,
.unterkunft-liste .produkte > .produkt-container > section > ul li > div > div.produkt-name,
.unterkunft-top .produkte > .produkt-container > section > ul li > div > div.produkt-name {
  font-family: pt_sansbold, sans-serif;
  width: 100%;
}
.unterkunft-liste .produkte > ul li > div > div.produkt-name .downlink-pfeil,
.unterkunft-top .produkte > ul li > div > div.produkt-name .downlink-pfeil,
.unterkunft-liste .produkte > .produkt-container > section > ul li > div > div.produkt-name .downlink-pfeil,
.unterkunft-top .produkte > .produkt-container > section > ul li > div > div.produkt-name .downlink-pfeil {
  color: #666666;
}
.unterkunft-liste .produkte > ul li > div > div.produkt-name .uplink-pfeil,
.unterkunft-top .produkte > ul li > div > div.produkt-name .uplink-pfeil,
.unterkunft-liste .produkte > .produkt-container > section > ul li > div > div.produkt-name .uplink-pfeil,
.unterkunft-top .produkte > .produkt-container > section > ul li > div > div.produkt-name .uplink-pfeil {
  color: #666666;
}
.unterkunft-liste .produkte > ul li > div > div.produkt-name .uplink-pfeil:after,
.unterkunft-top .produkte > ul li > div > div.produkt-name .uplink-pfeil:after,
.unterkunft-liste .produkte > .produkt-container > section > ul li > div > div.produkt-name .uplink-pfeil:after,
.unterkunft-top .produkte > .produkt-container > section > ul li > div > div.produkt-name .uplink-pfeil:after {
  margin-top: -0.065em;
}
.unterkunft-liste .produkte > ul li > div > div.preis,
.unterkunft-top .produkte > ul li > div > div.preis,
.unterkunft-liste .produkte > .produkt-container > section > ul li > div > div.preis,
.unterkunft-top .produkte > .produkt-container > section > ul li > div > div.preis {
  font-family: pt_sansbold, sans-serif;
  white-space: nowrap;
  float: right;
}
.unterkunft-liste .produkte > ul li > div > div.buttons,
.unterkunft-top .produkte > ul li > div > div.buttons,
.unterkunft-liste .produkte > .produkt-container > section > ul li > div > div.buttons,
.unterkunft-top .produkte > .produkt-container > section > ul li > div > div.buttons {
  min-width: 16em;
  text-align: right;
  padding: 0.35em 0 0;
  width: 100%;
}
.unterkunft-liste .produkte > ul li > div > div.buttons button,
.unterkunft-top .produkte > ul li > div > div.buttons button,
.unterkunft-liste .produkte > .produkt-container > section > ul li > div > div.buttons button,
.unterkunft-top .produkte > .produkt-container > section > ul li > div > div.buttons button {
  width: 49%;
  min-width: 6em;
  display: inline-block;
  margin-left: 2%;
}
.unterkunft-liste .produkte > ul li > div > div.buttons button:first-child,
.unterkunft-top .produkte > ul li > div > div.buttons button:first-child,
.unterkunft-liste .produkte > .produkt-container > section > ul li > div > div.buttons button:first-child,
.unterkunft-top .produkte > .produkt-container > section > ul li > div > div.buttons button:first-child {
  margin-left: 0;
}
.unterkunft-liste .produkte > ul li > div > div .personen,
.unterkunft-top .produkte > ul li > div > div .personen,
.unterkunft-liste .produkte > .produkt-container > section > ul li > div > div .personen,
.unterkunft-top .produkte > .produkt-container > section > ul li > div > div .personen,
.unterkunft-liste .produkte > ul li > div > div .verpflegung,
.unterkunft-top .produkte > ul li > div > div .verpflegung,
.unterkunft-liste .produkte > .produkt-container > section > ul li > div > div .verpflegung,
.unterkunft-top .produkte > .produkt-container > section > ul li > div > div .verpflegung {
  display: inline-block;
  white-space: nowrap;
}
.unterkunft-liste .produkte > ul li > div > div a,
.unterkunft-top .produkte > ul li > div > div a,
.unterkunft-liste .produkte > .produkt-container > section > ul li > div > div a,
.unterkunft-top .produkte > .produkt-container > section > ul li > div > div a {
  border: 0;
}
.unterkunft-liste .produkte.multi-line h3,
.unterkunft-top .produkte.multi-line h3 {
  margin: 0 -3.03%;
  padding: 1em 3.03%;
  background: #f7f7f7;
  border-bottom: 2px solid #ececec;
  text-transform: none;
}
.unterkunft-liste .produkte.multi-line h3.top span,
.unterkunft-top .produkte.multi-line h3.top span {
  color: #666666;
  line-height: 1.2em;
  padding: 0 0 0.625em;
  display: inline-block;
}
.unterkunft-liste .produkte.multi-line h3.top button,
.unterkunft-top .produkte.multi-line h3.top button {
  float: right;
  width: 49%;
  min-width: 10.5em;
}
.unterkunft-liste .produkte.multi-line .produkt-container,
.unterkunft-top .produkte.multi-line .produkt-container {
  display: none;
  margin: 0 -3.03%;
  padding: 0 3.03%;
  overflow: hidden;
}
.unterkunft-liste .produkte.multi-line li,
.unterkunft-top .produkte.multi-line li {
  position: relative;
}
.unterkunft-liste .produkte.multi-line li.selected,
.unterkunft-top .produkte.multi-line li.selected {
  background: #f2ede0;
}
.unterkunft-liste .produkte.multi-line li > div > div,
.unterkunft-top .produkte.multi-line li > div > div {
  float: none;
  padding-right: 3em;
}
.unterkunft-liste .produkte.multi-line li > div > div.produkt-name,
.unterkunft-top .produkte.multi-line li > div > div.produkt-name {
  width: auto;
}
.unterkunft-liste .produkte.multi-line li > div > div.check,
.unterkunft-top .produkte.multi-line li > div > div.check {
  top: 50%;
  margin-top: -0.8em;
  padding-right: 0;
  position: absolute;
  right: 3.03%;
}
.unterkunft-liste .produkte.multi-line li > div > div.preis,
.unterkunft-top .produkte.multi-line li > div > div.preis {
  float: none;
}
.unterkunft-liste .produkte.multi-line li > div > div .personen,
.unterkunft-top .produkte.multi-line li > div > div .personen {
  padding-right: 0.8em;
}
.unterkunft-liste .produkte.multi-line .produkt-footer,
.unterkunft-top .produkte.multi-line .produkt-footer {
  background: #f7f7f7;
  margin: 0 -3.03%;
  padding: 1em 3.03%;
}
.unterkunft-liste .produkte.multi-line .produkt-footer > div > a,
.unterkunft-top .produkte.multi-line .produkt-footer > div > a {
  text-decoration: none;
  color: #666666;
  font-family: pt_sansbold, sans-serif;
}
.unterkunft-liste .produkte.multi-line .produkt-footer .preis,
.unterkunft-top .produkte.multi-line .produkt-footer .preis {
  font-family: pt_sansbold, sans-serif;
  font-size: 1.3125em;
}
.unterkunft-liste .produkte.multi-line .produkt-footer .buttons,
.unterkunft-top .produkte.multi-line .produkt-footer .buttons {
  min-width: 16em;
  text-align: right;
  padding: 0.35em 0 0;
  width: 100%;
}
.unterkunft-liste .produkte.multi-line .produkt-footer .buttons button,
.unterkunft-top .produkte.multi-line .produkt-footer .buttons button {
  width: 49%;
  min-width: 6em;
  display: inline-block;
  margin-left: 2%;
}
.unterkunft-liste .produkte.multi-line .produkt-footer .buttons button:first-child,
.unterkunft-top .produkte.multi-line .produkt-footer .buttons button:first-child {
  margin-left: 0;
}
.unterkunft-top .produkte h3 {
  margin-top: 1.5em;
  margin-bottom: 0.75em;
}
.unterkunft-top .produkte > ul,
.unterkunft-top .produkte > .produkt-container > section > ul {
  margin: 0;
  width: 100%;
}
.unterkunft-top .produkte > ul > li,
.unterkunft-top .produkte > .produkt-container > section > ul > li {
  padding-left: 3.03%;
  padding-right: 3.03%;
}
/* unterkunftdetail: */
.unterkunft-top {
  padding-bottom: 2.375em;
  color: #666666;
}
.unterkunft-top h2 {
  margin-top: 1em;
  font-size: 1em;
  color: #000;
  font-family: pt_sansbold;
}
.unterkunft-top h3 {
  margin-bottom: 1em;
  text-transform: none;
  color: #000;
  font-family: pt_sansregular;
}
.unterkunft-top div.unterkunft-thumbs .rsThumbs {
  margin-top: 5px;
  padding-bottom: 0 !important;
  overflow: hidden;
}
.unterkunft-top div.unterkunft-thumbs .rsThumbs .rsNavSelected {
  background: #999;
}
.unterkunft-top ul.thumbs {
  padding: 0;
}
.unterkunft-top ul.thumbs li {
  list-style: none;
  float: left;
  width: 18%;
  margin-right: 2.5%;
  margin-bottom: 0.75em;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.unterkunft-top ul.thumbs li img {
  width: 100%;
}
.unterkunft-top ul.thumbs li:nth-child(5n) {
  margin-right: 0;
}
.unterkunft-top ul.thumbs li:nth-child(5n) + li {
  clear: left;
}
.unterkunft-top .rsDefault,
.unterkunft-top .rsDefault .rsOverflow,
.unterkunft-top .rsDefault .rsSlide,
.unterkunft-top .rsDefault .rsVideoFrameHolder,
.unterkunft-top .rsDefault .rsThumbs {
  background: none repeat scroll 0 0 #fff;
  color: #fff;
}
.unterkunft-top .button-blau {
  min-width: 10em;
}
.unterkunft-top .produkte.multi-line {
  margin-top: 1em;
}
.unterkunft-top .produkte.multi-line > h3,
.unterkunft-top .produkte.multi-line > .produkt-container {
  margin-left: 0;
  margin-right: 0;
}
.unterkunft-top .produkte > .produkt-container > section > ul {
  width: 106.6%;
  margin: 0 -3.03%;
  padding: 0;
}
.button3 {
  color: #fff;
  display: inline-block;
  text-decoration: none;
  text-align: center;
  padding: 0.4em 1.25em;
  background: #26a1d0;
  border: none;
  border-radius: 0.3em;
  cursor: pointer;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  font-family: pt_sansregular;
  background: #b3883c;
}
.button3 img {
  display: inline-block;
  vertical-align: center;
}
.contentul {
  list-style: none;
  padding: 0;
  margin: 0.35em 0 0;
}
.contentul li {
  padding-left: 1.3em;
  padding-bottom: 0.2em;
  text-indent: -1.1em;
}
.contentul li:before {
  /* content: "•";		// download icon per font
			padding-right: 0.5em;
			line-height: 0.7em; */
  content: "";
  font-family: iconvault-symbols;
  margin-right: -0.2em;
  margin-left: 0.07em;
  color: #b3883c;
  font-size: 1.05625em;
  vertical-align: middle;
  line-height: 1em;
}
nav.contenttabs {
  overflow: hidden;
}
nav.contenttabs.unterkunftsliste .aligner,
nav.contenttabs.unterkunftsliste > ul {
  display: none;
}
nav.contenttabs.unterkunftsliste .pagina {
  text-transform: none;
  color: #666666;
  display: inline-block;
  white-space: nowrap;
  text-align: right;
  line-height: 2.8em;
  padding-left: 0;
}
nav.contenttabs.unterkunftsliste .pagina.veranstaltungen {
  width: auto;
  text-align: left;
}
nav.contenttabs.unterkunftsliste .pagina a {
  color: #b3883c;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  margin-right: 2.5%;
  display: inline-block;
  text-decoration: none;
}
nav.contenttabs.unterkunftsliste .pagina a.pagination-number {
  display: none;
}
nav.contenttabs.unterkunftsliste .pagina a.first,
nav.contenttabs.unterkunftsliste .pagina a.last,
nav.contenttabs.unterkunftsliste .pagina a.prev,
nav.contenttabs.unterkunftsliste .pagina a.next {
  font-family: iconvault-symbols;
  margin: 0 0.5em;
  font-size: 1em;
}
nav.contenttabs.unterkunftsliste .pagina a.first:hover,
nav.contenttabs.unterkunftsliste .pagina a.last:hover,
nav.contenttabs.unterkunftsliste .pagina a.prev:hover,
nav.contenttabs.unterkunftsliste .pagina a.next:hover {
  color: #c49441;
}
nav.contenttabs.unterkunftsliste .pagina a.first,
nav.contenttabs.unterkunftsliste .pagina a.last {
  letter-spacing: -0.3em;
  padding: 0 0.1em;
}
nav.contenttabs.unterkunftsliste .pagina a.first {
  margin-left: 10%;
}
nav.contenttabs.bottom {
  margin-top: 2em;
}
nav.contenttabs ul {
  margin: 0;
  padding: 0 3.03%;
  display: inline-block;
  background: #ebebeb;
  width: 100%;
  font-family: pt_sansbold, sans-serif;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
nav.contenttabs ul li {
  display: inline-block;
}
nav.contenttabs ul li a {
  color: #666666;
  font-size: 1em;
  display: block;
  padding: 0 14px;
  line-height: 2.6923em;
  text-decoration: none;
  border: 0;
}
nav.contenttabs ul li a:hover,
nav.contenttabs ul li a.act {
  color: #b3883c;
}
nav.contenttabs ul li:first-child a {
  padding-left: 0;
}
ul.tabcontent {
  clear: both;
  padding: 0;
  margin: 0;
}
ul.tabcontent > li {
  display: none;
  list-style: none;
}
ul.tabcontent > li h2 {
  font-family: pt_sansbold, sans-serif;
  color: #26a1d0;
  font-size: 1em;
  margin-bottom: 0.625em;
}
ul.tabcontent > li .footnote {
  text-align: right;
  margin-bottom: 0.5em;
}
ul.tabcontent > li:first-child {
  display: block;
}
ul.tabcontent.unterkunftdetail {
  padding: 1.5em 0 10px !important;
  color: #666666;
  /*	royal slider	*/
  /*
		.zimmer {
			>div {
				background-color: #f6f2ef;
				border: 1px solid #e1cebe;
				padding: 1.1em 11px 0;

				#datepicker-zimmer-start {
					width: 9em;
				}

				>ul {
					list-style: none;
					padding: 0;
					margin: 1em -11px 0;
					//padding: 0 1em;

					>li {
						background: #fff url(../img-system/suchebox-bg1.png) left top repeat-x;
						border-top: 1px solid #e1cebe;
						padding: 0 1em 1em;

						iframe {
							border: 0;
							width: 100%;
							height: 122px;
							overflow-y: hidden;
						}

						.zimmerinfos {
							display: none;
							margin-top: 1em;
							.top {
								>div {
									margin-bottom: 1em;
								}

								.basics {
									>span {
										color: @rot1;
										display: inline-block;
										min-width: 8.3em;		// erst auf größerer auflösung?
										font-weight: bold;
									}
								}
							}
						}
					}
				}
			}
		}
		*/
}
ul.tabcontent.unterkunftdetail .rsDefault,
ul.tabcontent.unterkunftdetail .rsDefault .rsOverflow,
ul.tabcontent.unterkunftdetail rsDefault .rsSlider,
ul.tabcontent.unterkunftdetail .rsDefault .rsVideoFrameHolder,
ul.tabcontent.unterkunftdetail .rsDefault .rsThumbs {
  background-color: #fff !important;
}
ul.tabcontent.unterkunftdetail > li {
  list-style: none;
}
ul.tabcontent.unterkunftdetail li.unterkunft {
  padding-top: 0.5em;
}
ul.tabcontent.unterkunftdetail li.unterkunft h2 {
  width: 100%;
}
ul.tabcontent.unterkunftdetail li.unterkunft > div > .button1 {
  margin: 2em 0;
  padding-left: 2em;
  padding-right: 2em;
  width: 92%;
}
ul.tabcontent.unterkunftdetail li.unterkunft > div > .requestBookingButton {
  color: #fff;
  display: inline-block;
  text-decoration: none;
  text-align: center;
  padding: 0.4em 1.25em;
  background: #26a1d0;
  border: none;
  border-radius: 0.3em;
  cursor: pointer;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  font-family: pt_sansregular;
  background: #b3883c;
}
ul.tabcontent.unterkunftdetail li.unterkunft > div > .requestBookingButton img {
  display: inline-block;
  vertical-align: center;
}
ul.tabcontent.unterkunftdetail li.unterkunft > section {
  clear: both;
  padding-top: 2.5em;
}
ul.tabcontent.unterkunftdetail li.unterkunft > section .requestBookingButton {
  color: #fff;
  display: inline-block;
  text-decoration: none;
  text-align: center;
  padding: 0.4em 1.25em;
  background: #26a1d0;
  border: none;
  border-radius: 0.3em;
  cursor: pointer;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  font-family: pt_sansregular;
  background: #b3883c;
}
ul.tabcontent.unterkunftdetail li.unterkunft > section .requestBookingButton img {
  display: inline-block;
  vertical-align: center;
}
ul.tabcontent.unterkunftdetail li.unterkunft > section form table {
  width: 100%;
  background-color: #f6f2ef;
  border: 1px solid #dfcbbb;
  border-top: none;
  color: #ff0000;
}
ul.tabcontent.unterkunftdetail li.unterkunft > section form table td {
  border-top: 1px solid #dfcbbb;
  padding: 4px 0 4px 10px;
}
ul.tabcontent.unterkunftdetail li.unterkunft > section form table td span {
  color: #333;
}
ul.tabcontent.unterkunftdetail li.unterkunft > section form table td.right {
  text-align: right;
  padding-right: 15px;
}
ul.tabcontent.unterkunftdetail li.unterkunft > section form table td .bigcheckbox + label {
  margin-right: 9px;
}
ul.tabcontent.unterkunftdetail li.unterkunft > section form .zimmerinfos {
  display: none;
  margin-top: 1em;
}
ul.tabcontent.unterkunftdetail li.unterkunft > section form .zimmerinfos .top > div {
  margin-bottom: 1em;
}
ul.tabcontent.unterkunftdetail li.unterkunft > section form .zimmerinfos .top .basics > span {
  color: #464646;
  display: inline-block;
  min-width: 8.3em;
  font-weight: bold;
}
ul.tabcontent.unterkunftdetail li.unterkunft > section form .zimmerinfos .ausstattung {
  padding: 0.5em 0 0;
}
ul.tabcontent.unterkunftdetail li.unterkunft > section form .zimmerinfos .ausstattung ul {
  float: left;
  margin-right: 2em;
  padding: 0 0 0 1em;
}
ul.tabcontent.unterkunftdetail li.unterkunft > div:first-child {
  text-align: left;
}
ul.tabcontent.unterkunftdetail li.unterkunft > div:first-child ul {
  list-style: none;
  padding: 0;
  margin: 0.35em 0 0;
}
ul.tabcontent.unterkunftdetail li.unterkunft > div:first-child ul li {
  padding-left: 1.3em;
  padding-bottom: 0.2em;
  text-indent: -1.1em;
}
ul.tabcontent.unterkunftdetail li.unterkunft > div:first-child ul li:before {
  /* content: "•";		// download icon per font
			padding-right: 0.5em;
			line-height: 0.7em; */
  content: "";
  font-family: iconvault-symbols;
  margin-right: -0.2em;
  margin-left: 0.07em;
  color: #b3883c;
  font-size: 1.05625em;
  vertical-align: middle;
  line-height: 1em;
}
ul.tabcontent.unterkunftdetail li.unterkunft > div:first-child ul li {
  border: 0 !important;
  padding-top: 0.25em !important;
  padding-bottom: 0.25em !important;
  background: transparent !important;
}
ul.tabcontent.unterkunftdetail li.unterkunft > div:first-child ul li {
  padding-left: 1.3em;
  padding-bottom: 0.2em;
  text-indent: -1.1em;
}
ul.tabcontent.unterkunftdetail li.unterkunft > div:first-child ul li:before {
  /* content: "•";		// download icon per font
			padding-right: 0.5em;
			line-height: 0.7em; */
  content: "";
  font-family: iconvault-symbols;
  margin-right: -0.2em;
  margin-left: 0.07em;
  color: #b3883c;
  font-size: 1.05625em;
  vertical-align: middle;
  line-height: 1em;
}
ul.tabcontent.unterkunftdetail li.unterkunft ul {
  padding-left: 20px;
}
ul.tabcontent.unterkunftdetail li.unterkunft ul li {
  display: list-item;
  margin-left: 0;
}
ul.tabcontent.unterkunftdetail li.ausstattung > div ul {
  list-style: none;
  padding: 0;
  margin: 0.35em 0 0;
  margin-bottom: 1.5em;
}
ul.tabcontent.unterkunftdetail li.ausstattung > div ul li {
  padding-left: 1.3em;
  padding-bottom: 0.2em;
  text-indent: -1.1em;
}
ul.tabcontent.unterkunftdetail li.ausstattung > div ul li:before {
  /* content: "•";		// download icon per font
			padding-right: 0.5em;
			line-height: 0.7em; */
  content: "";
  font-family: iconvault-symbols;
  margin-right: -0.2em;
  margin-left: 0.07em;
  color: #b3883c;
  font-size: 1.05625em;
  vertical-align: middle;
  line-height: 1em;
}
ul.tabcontent.unterkunftdetail li.ausstattung > div ul li {
  border: 0 !important;
  padding-top: 0.25em !important;
  padding-bottom: 0.25em !important;
  background: transparent !important;
}
ul.tabcontent.unterkunftdetail li.ausstattung > div ul li {
  padding-left: 1.3em;
  padding-bottom: 0.2em;
  text-indent: -1.1em;
}
ul.tabcontent.unterkunftdetail li.ausstattung > div ul li:before {
  /* content: "•";		// download icon per font
			padding-right: 0.5em;
			line-height: 0.7em; */
  content: "";
  font-family: iconvault-symbols;
  margin-right: -0.2em;
  margin-left: 0.07em;
  color: #b3883c;
  font-size: 1.05625em;
  vertical-align: middle;
  line-height: 1em;
}
ul.tabcontent.unterkunftdetail li.anfahrt {
  padding-top: 0.5em;
}
ul.tabcontent.unterkunftdetail li.anfahrt #map {
  height: 310px;
  background: #ccc;
  margin-bottom: 1.5em;
}
ul.tabcontent.unterkunftdetail li.anfahrt input[type=text] {
  margin-bottom: 1em;
  width: 100%;
}
ul.tabcontent.unterkunftdetail .ausstattung {
  padding: 0.5em 0 0;
}
ul.tabcontent.unterkunftdetail .ausstattung > ul {
  float: left;
  margin-right: 2em;
  padding: 0 0 0 1em;
}
li.anfrage,
.pauschalen-anfrage {
  list-style: none;
  font-size: 0.875em;
}
li.anfrage .personendaten,
.pauschalen-anfrage .personendaten {
  clear: both;
}
li.anfrage .personendaten > div label,
.pauschalen-anfrage .personendaten > div label {
  display: block;
}
li.anfrage .personendaten > div > div,
.pauschalen-anfrage .personendaten > div > div {
  margin-bottom: 1em;
}
li.anfrage .personendaten > div > div > input,
.pauschalen-anfrage .personendaten > div > div > input {
  width: 99%;
}
li.anfrage .personendaten > div > div.anrede,
.pauschalen-anfrage .personendaten > div > div.anrede {
  position: relative;
  float: left;
  width: 25%;
}
li.anfrage .personendaten > div > div.anrede span,
.pauschalen-anfrage .personendaten > div > div.anrede span,
li.anfrage .personendaten > div > div.anrede select,
.pauschalen-anfrage .personendaten > div > div.anrede select {
  width: 100%;
}
li.anfrage .personendaten > div > div.vorname,
.pauschalen-anfrage .personendaten > div > div.vorname {
  float: right;
  width: 70%;
}
li.anfrage .personendaten > div > div.email,
.pauschalen-anfrage .personendaten > div > div.email {
  clear: both;
}
li.anfrage .personendaten > div textarea,
.pauschalen-anfrage .personendaten > div textarea {
  width: 100%;
  height: 7.5em;
  margin-bottom: 1em;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
li.anfrage .contactform,
.pauschalen-anfrage .contactform {
  margin-bottom: 1.5em;
}
li.anfrage .contactform .row > div select,
.pauschalen-anfrage .contactform .row > div select,
li.anfrage .contactform .row > div input[type=text],
.pauschalen-anfrage .contactform .row > div input[type=text],
li.anfrage .contactform .row > div .customStyleSelectBox,
.pauschalen-anfrage .contactform .row > div .customStyleSelectBox {
  font-size: 1em;
  color: #333333;
}
li.anfrage .personendaten strong,
.pauschalen-anfrage .personendaten strong,
li.anfrage .customcheckboxes strong,
.pauschalen-anfrage .customcheckboxes strong,
li.anfrage .contactform strong,
.pauschalen-anfrage .contactform strong {
  color: #464646;
  font-weight: normal;
  font-family: pt_sansbold;
}
li.anfrage .customcheckboxes,
.pauschalen-anfrage .customcheckboxes {
  font-size: 1.16667em;
  margin-top: 1.5em;
}
li.anfrage .customcheckboxes strong,
.pauschalen-anfrage .customcheckboxes strong {
  display: block;
}
li.anfrage .customcheckboxes p,
.pauschalen-anfrage .customcheckboxes p {
  margin: 0.2em 0.75em 0.2em 0;
  display: inline-block;
}
li.anfrage .customcheckboxes p input,
.pauschalen-anfrage .customcheckboxes p input {
  margin-right: 3px;
}
li.anfrage .button1,
.pauschalen-anfrage .button1 {
  width: 100%;
  font-size: 1.1429em;
}
li.anfrage .button2,
.pauschalen-anfrage .button2 {
  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;
}
li.anfrage .button2 img,
.pauschalen-anfrage .button2 img {
  display: inline-block;
  vertical-align: center;
}
.unterkunftdetailh {
  margin-bottom: 0.4em;
}
.unterkunftwebsite {
  margin-bottom: 0.7em;
  display: inline-block;
}
h2 .sterne {
  color: #b3883c;
}
h2 .sterne > span {
  font-size: 0.65em;
  line-height: 0.85em;
  margin-left: 0.2em;
  display: inline-block;
  vertical-align: top;
}
.ajax-room-infos {
  max-width: 100%;
}
.ajax-room-infos .zimmerinfos {
  margin-top: 1.5em;
  border-top: 2px solid #ececec;
}
.ajax-room-infos .zimmerinfos > div > div {
  margin-top: 1em;
}
.ajax-room-infos .zimmerinfos > div .foto img {
  max-width: 100%;
}
.ajax-room-infos .zimmerinfos > div.ausstattung h4 {
  font-family: pt_sansbold;
  margin-bottom: 0.5em;
}
.ajax-room-infos .bookRoomButton {
  margin-top: 1em;
  width: 49%;
}
.unterkunft-liste .produkte > ul li > div > div.ajax-room-infos,
.unterkunft-top .produkte > ul li > div > div.ajax-room-infos,
.unterkunft-liste .produkte > .produkt-container > section > ul li > div > div.ajax-room-infos,
.unterkunft-top .produkte > .produkt-container > section > ul li > div > div.ajax-room-infos {
  display: none;
}
/* rwd indicators: */
#rwd-indicators {
  height: 1.2em;
}
#rwd-indicators #small,
#rwd-indicators #medium,
#rwd-indicators #large,
#rwd-indicators #xxlarge {
  display: none;
}
#rwd-indicators #mobile {
  display: block;
}
/* ==========================================================================
   Media Queries
   ========================================================================== */
@media only screen and (min-width: 480px) {
  /*	@import "modules/small.less";	*/
  .pisteview-player {
    height: 480px;
  }
}
@media only screen and (min-width: 768px) {
  .header-container {
    overflow: visible;
  }
  .header-container header {
    position: relative;
    padding-bottom: 0;
  }
  .header-container header .cell.bordercell {
    display: none;
  }
  .header-container header .header-logo {
    margin: 0.875em 0 1.125em;
    display: inline-block;
  }
  .header-container header nav {
    display: inline-block;
    width: 100%;
    margin-top: -0.5em;
  }
  .header-container header nav .mobile-home {
    display: none;
  }
  .header-container header nav .menu-toggle {
    display: none;
  }
  .header-container header nav > ul {
    display: table;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
  }
  .header-container header nav > ul > li {
    font-size: 1.125em;
    line-height: 1.1em;
    padding: 0;
    display: table-cell;
    text-align: left;
    height: 100%;
    vertical-align: middle;
    white-space: nowrap;
    /* umschalten, wenn es irgendwo knapp wird - entweder per media query oder per js konkret ausrechnen */
    width: 2%;
    border-bottom: none;
  }
  .header-container header nav > ul > li:first-child {
    display: table-cell;
  }
  .header-container header nav > ul > li > div {
    position: relative;
    display: inline-block;
    height: 100%;
    vertical-align: bottom;
    line-height: 60px;
  }
  .header-container header nav > ul > li > div > ul {
    background: #fff;
    position: absolute;
    top: 60px;
    left: -1.1667em;
    display: none;
    padding: 0 1.1667em 0.4444em;
    -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);
    z-index: 1000;
  }
  .header-container header nav > ul > li > div > ul > li {
    display: block;
    font-size: 0.8333em;
    text-align: left;
    padding-bottom: 0.5333em;
    padding-top: 0;
  }
  .header-container header nav > ul > li > div > ul > li:first-child {
    margin-top: -5px;
  }
  .header-container header nav > ul > li > div > ul > li > ul {
    display: block;
    padding: 0.2em 0 0;
  }
  .header-container header nav > ul > li > div > ul > li > ul > li {
    display: block;
    font-size: 0.8667em;
    padding-top: 0.231em;
  }
  .header-container header nav > ul > li:last-child > div > ul {
    left: auto;
    right: -3.75em;
  }
  .image-booking .booking-box {
    width: 28.5153%;
    right: 6.25%;
    margin: 0;
  }
  .image-booking .booking-box .form-box {
    height: 0;
  }
  .image-booking.home {
    height: 350px;
  }
  .image-booking.home .booking-box {
    bottom: 26px;
  }
  .image-booking.home .booking-box .form-box {
    height: auto;
  }
  .image-booking #bs-prev,
  .image-booking #bs-next {
    position: absolute;
    top: 50%;
    margin-top: -22px;
    display: none;
  }
  .image-booking #bs-prev > img,
  .image-booking #bs-next > img {
    height: 35px;
  }
  .image-booking #bs-prev {
    left: 1.75%;
  }
  .image-booking #bs-next {
    right: 1.75%;
  }
  .main-container header {
    position: relative;
  }
  .main-container header h1,
  .main-container header h2.blog-detail-supertitle {
    font-size: 2.625em;
    margin-bottom: 0;
  }
  .main-container header h1:last-child,
  .main-container header h2.blog-detail-supertitle:last-child {
    /* keine h2 vorhanden */
    margin-bottom: 0.15em;
  }
  .main-container header h2:not(.blog-detail-supertitle) {
    margin-bottom: 0.75em;
  }
  .main-container header .right {
    width: 100%;
    vertical-align: top;
  }
  .main-container header .right .quicklinks {
    display: inline-block;
    text-align: right;
    white-space: nowrap;
  }
  .main-container header .right .quicklinks ul {
    padding-left: 0;
    display: inline-block;
  }
  .main-container header .right .quicklinks ul.wetter {
    position: absolute;
    right: 6.25%;
  }
  .main-container header .right .kontakt {
    display: inline-block;
    text-align: left;
    vertical-align: top;
    padding-right: 2em;
    padding-bottom: 0;
    margin-top: 0;
    font-size: 1em;
  }
  .main-container header .right .kontakt span {
    display: block;
  }
  .main-container header .right .kontakt p,
  .main-container header .right .kontakt p:last-child {
    display: block;
    margin-right: 0;
    padding-right: 0;
    padding-left: 0;
    border: 0;
  }
  .main-container header .right .quicklinks ul {
    width: auto;
  }
  .main-container header .right .quicklinks ul li {
    width: 5.8333em;
  }
  .main-container header .right .quicklinks ul.links {
    width: auto;
    margin-right: 0;
  }
  .main-container header .right .quicklinks ul.links li {
    width: 5.8333em;
  }
  .main-container header .right .quicklinks ul.links li span {
    display: block;
  }
  .main-container header .right .quicklinks ul.wetter {
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }
  .main-container header .right .quicklinks ul.wetter li {
    width: 5.8333em;
  }
  .breadcrumb {
    display: block;
  }
  .boxes {
    margin-left: 1.1148%;
    float: left;
  }
  .boxes:first-child {
    margin-left: 0;
  }
  .el1col {
    width: 32.5901%;
  }
  .el2col {
    width: 32.5901%;
    overflow: hidden;
  }
  .el2col > div > img {
    width: 203.6698%;
  }
  .el2col > div.align-right > img {
    position: relative;
    left: -101%;
  }
  .el2col > div.align-center > img {
    position: relative;
    left: -50%;
  }
  .r1-1-1-1 .boxes:nth-child(2),
  .r1-1-1-1-banner .boxes:nth-child(2),
  .r1-1-1-1 .boxes:nth-child(3),
  .r1-1-1-1-banner .boxes:nth-child(3) {
    width: 66.295%;
  }
  .r1-1-1-1 .boxes:nth-child(2) > div,
  .r1-1-1-1-banner .boxes:nth-child(2) > div,
  .r1-1-1-1 .boxes:nth-child(3) > div,
  .r1-1-1-1-banner .boxes:nth-child(3) > div {
    overflow: hidden;
  }
  .r1-1-1-1 .boxes:nth-child(2) > div > img,
  .r1-1-1-1-banner .boxes:nth-child(2) > div > img,
  .r1-1-1-1 .boxes:nth-child(3) > div > img,
  .r1-1-1-1-banner .boxes:nth-child(3) > div > img {
    width: 100%;
    margin: -19.15% 0;
  }
  .r1-1-1-1 .boxes:nth-child(2) > div.align-top > img,
  .r1-1-1-1-banner .boxes:nth-child(2) > div.align-top > img,
  .r1-1-1-1 .boxes:nth-child(3) > div.align-top > img,
  .r1-1-1-1-banner .boxes:nth-child(3) > div.align-top > img {
    margin: 0 0 -38.3%;
  }
  .r1-1-1-1 .boxes:nth-child(2) > div.align-bottom > img,
  .r1-1-1-1-banner .boxes:nth-child(2) > div.align-bottom > img,
  .r1-1-1-1 .boxes:nth-child(3) > div.align-bottom > img,
  .r1-1-1-1-banner .boxes:nth-child(3) > div.align-bottom > img {
    margin: -38.3% 0 0;
  }
  .r1-1-1-1 .boxes:nth-child(3),
  .r1-1-1-1-banner .boxes:nth-child(3) {
    margin-left: 0;
    margin-top: 1.0625em;
  }
  .r1-1-1-1 .boxes:nth-child(4),
  .r1-1-1-1-banner .boxes:nth-child(4) {
    margin-top: 1.0625em;
  }
  .r1-1-2-banner .boxes:nth-child(2) {
    display: none;
  }
  .r1-1-2-banner .banner-box {
    width: 66.295%;
  }
  .content-section .content-block:not(:first-child) {
    padding-top: 1.75em;
  }
  .content-section .left {
    width: 64.2857%;
    float: left;
  }
  .content-section .left:last-child {
    width: 100%;
  }
  .content-section .left:last-child > .text-content {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 1.5em;
    -moz-column-gap: 1.5em;
    column-gap: 1.5em;
  }
  .content-section .left:last-child > .text-content > p:first-child {
    margin-top: 0;
  }
  .content-section .left .text-content:first-child > p:first-child,
  .content-section .left .text-intro:first-child > p:first-child {
    margin-top: 0;
  }
  .content-section .right {
    width: 32.7679%;
    float: right;
    padding-top: 0;
  }
  .content-section .right img {
    width: 100%;
    height: auto;
  }
  .content-section .right .home-blog li > div.img-box {
    width: 40%;
  }
  .content-section .right .home-blog li > div.text-box {
    width: 60%;
  }
  .content-section .gallery {
    clear: both;
  }
  .content-section .gallery > div {
    float: left;
    width: 32.5901%;
    margin-left: 1.1148%;
  }
  .content-section .gallery > div:nth-child(3n-2) {
    margin-left: 0;
  }
  .content-section .anfahrt-block .left {
    width: 32.7679%;
  }
  .content-section .anfahrt-block .right {
    width: 64.2857%;
  }
  .content-section .anfahrt-block .right #saddr {
    width: 60%;
  }
  .content-section .wetter li {
    display: inline-block;
    text-align: center;
    margin-right: 0.5em;
    margin-bottom: 0;
    padding: 0 0.1em;
  }
  .content-section .wetter li:last-child {
    padding-left: 1em;
    background: none;
    text-align: left;
    display: inline-block;
  }
  .content-section .wetter li > img {
    width: 100px;
  }
  .content-section .wetter li h4 {
    margin: 1em 0 0.65em;
  }
  .content-section .wetter li h4 br {
    display: block;
  }
  .content-section .wetter li div p {
    display: block;
    margin-top: 1em;
    width: auto;
    font-size: 1em;
  }
  .content-section .wetter li div p .legend {
    display: none;
  }
  .content-section .wetter li div p:last-child {
    display: block;
  }
  .content-section .wetter-block .left {
    width: 100%;
  }
  .content-section .wetter-block .right {
    width: 100%;
    padding-top: 1em;
  }
  .content-section .wetter-block .right h3 {
    margin-top: 0 !important;
  }
  .list-row-section .list-row {
    background-image: url(/img-system/whitepx.gif);
    background-size: 67.2321% 100%;
    background-repeat: no-repeat;
    background-position: right top;
  }
  .list-row-section .list-row .img-box {
    width: 32.7679%;
    float: left;
  }
  .list-row-section .list-row .img-box > img {
    width: 100%;
    height: auto;
  }
  .list-row-section .list-row .text-box {
    width: 67.2321%;
    float: right;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 2.857%;
    padding-right: 2.857%;
    color: #666666;
    font-size: 0.875em;
    line-height: 1.5em;
  }
  .list-row-section .list-row .text-box h3 {
    font-family: cronos_semibold, sans-serif;
    color: #26a1d0;
    font-size: 1.75em;
    margin: 0 0 0.0357em;
    padding-top: 0.821em;
  }
  .list-row-section .list-row .text-box h4 {
    font-family: pt_sansregular, sans-serif;
    color: #b3883c;
    text-transform: uppercase;
    margin: 0 0 0.75em;
  }
  .text-content,
  .text-intro {
    font-size: 0.875em;
  }
  .contentlifte > div > div {
    width: 33.3333%;
    float: left;
  }
  .social-wall > div {
    width: 101.1148%;
    margin-right: -1.1148%;
  }
  .social-wall > div .stream li {
    width: 32.3024%;
    margin-right: 1.0309%;
  }
  footer .boxes {
    padding-bottom: 2.5em;
  }
  footer .boxes:first-child,
  footer .boxes:nth-child(3) {
    width: 66.295%;
    margin-left: 0;
  }
  footer .boxes:first-child,
  footer .boxes:nth-child(2) {
    padding-bottom: 0;
  }
  footer .boxes:nth-child(3) > div > p {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 1.5em;
    -moz-column-gap: 1.5em;
    column-gap: 1.5em;
  }
  .overlay .main-container header h2 {
    margin-bottom: 1.5em;
  }
  .overlay .main-container header .right {
    padding-top: 1.5em;
  }
  .overlay .content-section {
    margin-top: 0;
  }
  .overlay .content-section .gallery {
    padding-top: 1em;
  }
  .overlay .content-section .ovl-left,
  .overlay .content-section .ovl-right {
    width: 49.4426%;
    float: left;
  }
  .overlay .content-section .ovl-right {
    float: right;
  }
  .table.bericht .tr > .th,
  .table.bericht .tr > .td {
    padding: 0.3em 0.5em;
    display: table-cell;
  }
  .table.bericht .tr > .th:empty,
  .table.bericht .tr > .td:empty {
    display: table-cell;
  }
  .table.bericht div.tr {
    padding-bottom: 0;
    display: table-row;
  }
  .table.bericht .td.updated {
    font-size: 1em;
  }
  .table.bericht .td.updated > span {
    display: none;
  }
  .table.bericht .kreis {
    margin-top: 0;
  }
  .content-tabelle th,
  .content-tabelle td {
    padding: 0.3em 0.5em;
  }
  .content-tabelle tr {
    padding-bottom: 0;
  }
  .contactform {
    max-width: 554px;
  }
  .contactform .row > div {
    width: 49.0975%;
    float: right;
  }
  .contactform .row > div:first-child {
    float: left;
  }
  .contactform .row > div:nth-child(2) {
    margin-top: 0;
  }
  .contactform .row > div select,
  .contactform .row > div input[type=text] {
    width: 100%;
  }
  .contactform .row > textarea {
    width: 100%;
    height: 11.5em;
  }
  #cookies-hint2020 {
    width: 470px;
  }
  #cookies-hint2020 > div.cookies-config input.bigcheckbox + label {
    min-height: 29px;
    padding-top: 3px;
  }
  #rwd-indicators {
    height: auto;
  }
  #rwd-indicators #mobile,
  #rwd-indicators #small,
  #rwd-indicators #large,
  #rwd-indicators #xxlarge {
    display: none;
  }
  #rwd-indicators #medium {
    display: block;
  }
  .contentunterkunftsuche .artunterkunft,
  .unterkunft-anfrage .anfrage-top .artunterkunft {
    width: 49.4643%;
    float: right;
    padding-bottom: 0;
  }
  .contentunterkunftsuche .left-block,
  .unterkunft-anfrage .anfrage-top .left-block {
    width: 49.4643%;
    float: left;
  }
  .contentunterkunftsuche .left-block .anabreise > div,
  .unterkunft-anfrage .anfrage-top .left-block .anabreise > div {
    width: 46.9314%;
    display: inline-block;
  }
  .contentunterkunftsuche .left-block .anabreise .verpflegung,
  .unterkunft-anfrage .anfrage-top .left-block .anabreise .verpflegung {
    margin-right: 7px;
  }
  .unterkunft-anfrage {
    color: #464646;
  }
  .unterkunft-anfrage .anfrage-top li {
    display: inline-block;
    margin-right: 1em;
  }
  .unterkunft-anfrage .anfrage-top .artunterkunft {
    max-width: 430px;
    float: left;
  }
  .unterkunft-anfrage .anfrage-top .left-block {
    max-width: 430px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    margin-right: 1.0714%;
  }
  .unterkunft-anfrage .anfrage-top .personenzimmer {
    width: 100%;
  }
  .unterkunft-anfrage .contactform {
    max-width: none;
  }
  .unterkunft-anfrage .contactform .anfrage-top .personenzimmer .row .alter {
    display: inline-block;
  }
  .unterkunft-anfrage .contactform .left-block {
    width: 49.4643%;
    max-width: 430px;
    float: left;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    margin-right: 1.0714%;
  }
  .unterkunft-anfrage .contactform .right-block {
    width: 49.4643%;
    float: left;
    max-width: 430px;
  }
  .unterkunft-anfrage .contactform .sprachen {
    display: inline-block;
    margin-left: -0.75em;
  }
  .unterkunft-anfrage .contactform textarea {
    margin-top: 0;
    height: 10em;
  }
  .unterkunft-anfrage .contactform .row > div {
    max-width: 430px;
    float: left;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }
  .unterkunft-anfrage .contactform .row > div:first-child {
    margin-right: 1.0714%;
  }
  .unterkunft-liste li .betrieb .betrieb-foto {
    float: left;
    width: 31.7235%;
  }
  .unterkunft-liste li .betrieb .betrieb-beschreibung {
    float: right;
    width: 65.341%;
  }
  .unterkunft-liste li .betrieb .betrieb-beschreibung .oben > div {
    float: right;
  }
  .unterkunft-liste li .betrieb .betrieb-beschreibung .oben > div:first-child {
    float: left;
  }
  .unterkunft-liste li .betrieb .betrieb-beschreibung .oben > div .bewertung,
  .unterkunft-liste li .betrieb .betrieb-beschreibung .oben > div .preis-ab {
    float: none;
  }
  .unterkunft-liste li .betrieb .betrieb-beschreibung .oben > div .bewertung {
    padding-top: 0;
  }
  .unterkunft-liste li .betrieb .betrieb-beschreibung .oben > div .preis-ab {
    text-align: right;
  }
  .unterkunft-liste li .betrieb .betrieb-beschreibung .unten {
    margin-top: 0;
  }
  .unterkunft-liste .produkte > ul,
  .unterkunft-top .produkte > ul,
  .unterkunft-liste .produkte > .produkt-container > section > ul,
  .unterkunft-top .produkte > .produkt-container > section > ul {
    border-collapse: collapse;
    width: 106.06%;
  }
  .unterkunft-liste .produkte > ul li > div:first-child,
  .unterkunft-top .produkte > ul li > div:first-child,
  .unterkunft-liste .produkte > .produkt-container > section > ul li > div:first-child,
  .unterkunft-top .produkte > .produkt-container > section > ul li > div:first-child {
    display: table;
    width: 100%;
  }
  .unterkunft-liste .produkte > ul li > div > div,
  .unterkunft-top .produkte > ul li > div > div,
  .unterkunft-liste .produkte > .produkt-container > section > ul li > div > div,
  .unterkunft-top .produkte > .produkt-container > section > ul li > div > div {
    display: table-cell;
    float: none;
    padding: 0.875em 0;
    /*&:first-child {
							padding-left: 3.03%;
						}
						&:last-child {
							padding-right: 3.03%;
						}*/
  }
  .unterkunft-liste .produkte > ul li > div > div.produkt-name,
  .unterkunft-top .produkte > ul li > div > div.produkt-name,
  .unterkunft-liste .produkte > .produkt-container > section > ul li > div > div.produkt-name,
  .unterkunft-top .produkte > .produkt-container > section > ul li > div > div.produkt-name {
    white-space: normal;
    width: 35%;
  }
  .unterkunft-liste .produkte > ul li > div > div.preis,
  .unterkunft-top .produkte > ul li > div > div.preis,
  .unterkunft-liste .produkte > .produkt-container > section > ul li > div > div.preis,
  .unterkunft-top .produkte > .produkt-container > section > ul li > div > div.preis {
    float: none;
    text-align: right;
  }
  .unterkunft-liste .produkte > ul li > div > div.buttons,
  .unterkunft-top .produkte > ul li > div > div.buttons,
  .unterkunft-liste .produkte > .produkt-container > section > ul li > div > div.buttons,
  .unterkunft-top .produkte > .produkt-container > section > ul li > div > div.buttons {
    width: 31.818%;
    padding-top: 0;
  }
  .unterkunft-liste .produkte > ul li > div > div.buttons button,
  .unterkunft-top .produkte > ul li > div > div.buttons button,
  .unterkunft-liste .produkte > .produkt-container > section > ul li > div > div.buttons button,
  .unterkunft-top .produkte > .produkt-container > section > ul li > div > div.buttons button {
    width: 43.45%;
    margin-left: 5%;
  }
  .unterkunft-liste .produkte > ul li > div > div.buttons button:first-child,
  .unterkunft-top .produkte > ul li > div > div.buttons button:first-child,
  .unterkunft-liste .produkte > .produkt-container > section > ul li > div > div.buttons button:first-child,
  .unterkunft-top .produkte > .produkt-container > section > ul li > div > div.buttons button:first-child {
    margin-left: 5%;
  }
  .unterkunft-liste .produkte > ul li > div > div.check,
  .unterkunft-top .produkte > ul li > div > div.check,
  .unterkunft-liste .produkte > .produkt-container > section > ul li > div > div.check,
  .unterkunft-top .produkte > .produkt-container > section > ul li > div > div.check {
    padding-left: 1em;
    min-width: 3em;
    text-align: right;
  }
  .unterkunft-liste .produkte > ul li > div > div .verpflegung,
  .unterkunft-top .produkte > ul li > div > div .verpflegung,
  .unterkunft-liste .produkte > .produkt-container > section > ul li > div > div .verpflegung,
  .unterkunft-top .produkte > .produkt-container > section > ul li > div > div .verpflegung {
    padding-right: 0.85em;
  }
  .unterkunft-liste .produkte > ul li > div > div .personen,
  .unterkunft-top .produkte > ul li > div > div .personen,
  .unterkunft-liste .produkte > .produkt-container > section > ul li > div > div .personen,
  .unterkunft-top .produkte > .produkt-container > section > ul li > div > div .personen,
  .unterkunft-liste .produkte > ul li > div > div .verpflegung,
  .unterkunft-top .produkte > ul li > div > div .verpflegung,
  .unterkunft-liste .produkte > .produkt-container > section > ul li > div > div .verpflegung,
  .unterkunft-top .produkte > .produkt-container > section > ul li > div > div .verpflegung {
    padding-left: 0.85em;
  }
  .unterkunft-liste .produkte.multi-line h3.top span,
  .unterkunft-top .produkte.multi-line h3.top span {
    padding: 0.625em 0 0;
  }
  .unterkunft-liste .produkte.multi-line h3.top button,
  .unterkunft-top .produkte.multi-line h3.top button {
    width: 21%;
    min-width: 10.5em;
  }
  .unterkunft-liste .produkte.multi-line li,
  .unterkunft-top .produkte.multi-line li {
    position: static;
  }
  .unterkunft-liste .produkte.multi-line li:hover,
  .unterkunft-top .produkte.multi-line li:hover {
    background: #f2ede0;
  }
  .unterkunft-liste .produkte.multi-line li > div > div,
  .unterkunft-top .produkte.multi-line li > div > div {
    padding-right: 2em;
  }
  .unterkunft-liste .produkte.multi-line li > div > div.check,
  .unterkunft-top .produkte.multi-line li > div > div.check {
    padding-right: 0;
    margin-top: 0;
    position: static;
  }
  .unterkunft-liste .produkte.multi-line li > div > div.produkt-name,
  .unterkunft-top .produkte.multi-line li > div > div.produkt-name {
    white-space: normal;
    width: 45% !important;
  }
  .unterkunft-liste .produkte.multi-line .produkt-footer > div,
  .unterkunft-top .produkte.multi-line .produkt-footer > div {
    float: right;
    width: 48.2%;
  }
  .unterkunft-liste .produkte.multi-line .produkt-footer > div:first-child,
  .unterkunft-top .produkte.multi-line .produkt-footer > div:first-child {
    float: left;
    width: 51.8%;
  }
  .unterkunft-liste .produkte.multi-line .produkt-footer > div > div,
  .unterkunft-top .produkte.multi-line .produkt-footer > div > div {
    float: none;
    text-align: right;
    width: 100%;
  }
  .unterkunft-liste .produkte.multi-line .produkt-footer > div .buttons,
  .unterkunft-top .produkte.multi-line .produkt-footer > div .buttons {
    padding-top: 1em;
  }
  .unterkunft-liste .produkte.multi-line .produkt-footer > div .buttons button,
  .unterkunft-top .produkte.multi-line .produkt-footer > div .buttons button {
    width: 43.45%;
    margin-left: 5%;
  }
  .unterkunft-liste .produkte.multi-line .produkt-footer > div .buttons button:first-child,
  .unterkunft-top .produkte.multi-line .produkt-footer > div .buttons button:first-child {
    margin-left: 5%;
  }
  nav.contenttabs.unterkunftsliste {
    display: block;
    margin-bottom: 8px;
  }
  nav.contenttabs.unterkunftsliste.veranstaltungen {
    margin-bottom: 0;
  }
  nav.contenttabs.unterkunftsliste > ul  {
    display: inline-block;
    width: auto;
    padding-left: 0;
  }
  nav.contenttabs.unterkunftsliste .pagina {
    font-family: pt_sansregular;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    width: 45%;
    text-align: right;
    line-height: 2.8em;
    padding-left: 1em;
  }
  nav.contenttabs.unterkunftsliste .pagina.veranstaltungen {
    width: auto;
    text-align: left;
  }
  nav.contenttabs.unterkunftsliste .pagina a {
    margin-right: 2%;
  }
  nav.contenttabs.unterkunftsliste .pagina a.pagination-number {
    border-bottom: 1px dotted #000;
    text-decoration: none;
    color: #666666;
    display: inline-block;
    line-height: 1em;
  }
  nav.contenttabs.unterkunftsliste .pagina a.pagination-number:hover,
  nav.contenttabs.unterkunftsliste .pagina a.pagination-number.active {
    color: #b3883c;
  }
  nav.contenttabs.unterkunftsliste .pagina a.first,
  nav.contenttabs.unterkunftsliste .pagina a.last,
  nav.contenttabs.unterkunftsliste .pagina a.prev,
  nav.contenttabs.unterkunftsliste .pagina a.next {
    font-size: 0.75em;
  }
  nav.contenttabs.unterkunftsliste .pagina a.first {
    margin-left: 3%;
  }
  nav.contenttabs.unterkunftsliste .pagina a.prev {
    margin-right: 2%;
  }
  nav.contenttabs.unterkunftsliste .pagina a.next {
    margin-left: 1%;
  }
  nav.contenttabs.unterkunftsliste.bottom {
    margin-top: 1.5em;
    overflow: hidden;
  }
  nav.contenttabs.unterkunftsliste.bottom .pagina {
    width: 62%;
  }
  nav.contenttabs.unterkunftsliste .aligner {
    display: block;
    text-transform: none;
    float: right;
    padding-top: 8px;
    font-size: 0.875em;
  }
  nav.contenttabs.unterkunftsliste .aligner * {
    color: #333;
  }
  nav.contenttabs.unterkunftsliste .aligner #ergebnisseproseite {
    width: 3.8em;
  }
  nav.contenttabs.unterkunftsliste .aligner a.toppage {
    line-height: 2em;
    color: #666666;
  }
  nav.contenttabs.unterkunftsliste .aligner a.toppage:hover {
    color: #b3883c;
  }
  /* unterkunft-detail: */
  ul.tabcontent .unterkunft > div,
  .unterkunft-top > div {
    float: right;
    width: 47.7273%;
  }
  ul.tabcontent .unterkunft > div:first-child,
  .unterkunft-top > div:first-child {
    float: left;
    width: 49.6212%;
  }
  .unterkunft-top {
    /*.produkte {
		> ul, > .produkt-container > section > ul {
			margin: 0;
			width: 100%;
		}
	}*/
  }
  .unterkunft-top h2 {
    margin-top: 0;
  }
  .unterkunft-top h3 {
    margin-bottom: 1.5em;
  }
  li.anfrage form .anabreise,
  .pauschalen-anfrage form .anabreise {
    max-width: 304px;
  }
  li.anfrage form .personendaten,
  .pauschalen-anfrage form .personendaten {
    padding: 0.25em 0;
  }
  li.anfrage form .personendaten > div,
  .pauschalen-anfrage form .personendaten > div {
    float: left;
    width: 30.96%;
    margin-left: 3.56%;
  }
  li.anfrage form .personendaten > div textarea,
  .pauschalen-anfrage form .personendaten > div textarea {
    width: 100%;
  }
  li.anfrage form .personendaten > div:nth-child(2),
  .pauschalen-anfrage form .personendaten > div:nth-child(2) {
    margin-left: 0;
  }
  li.anfrage form .button1,
  .pauschalen-anfrage form .button1 {
    width: 38%;
    max-width: 272px;
  }
  li.anfrage .customcheckboxes,
  .pauschalen-anfrage .customcheckboxes {
    margin: 2em 0 0.75em;
    padding-right: 1em;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }
  li.anfrage .customcheckboxes p,
  .pauschalen-anfrage .customcheckboxes p {
    margin: 0.2em 0;
    display: block;
  }
  li.anfahrt > div {
    float: right;
    width: 33%;
  }
  li.anfahrt > div input[type=text] {
    width: 100%;
    margin: 2px 0 20px;
  }
  li.anfahrt > div:first-child {
    float: left;
    background-color: #ccc;
    width: 63%;
  }
  .unterkunftdetail .ausstattung > div {
    float: left;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 3%;
    width: 50%;
  }
  .unterkunftdetail .anfrage .personenzimmer .row .alter,
  .pauschalen-anfrage .personenzimmer .row .alter {
    margin: 0 0 0 -7px;
    display: inline-block;
  }
  .unterkunftdetail .anfrage .personenzimmer .row > a,
  .pauschalen-anfrage .personenzimmer .row > a {
    margin: 0 0 0 20px;
  }
  .unterkunftdetail .anfrage .anabreise .verpflegung,
  .pauschalen-anfrage .anabreise .verpflegung {
    display: inline-block;
    margin-top: 0;
    margin-left: 1em;
  }
  .unterkunftdetail .anfrage .suchfelder,
  .pauschalen-anfrage .suchfelder {
    *zoom: 1;
  }
  .unterkunftdetail .anfrage .suchfelder .rubrik select,
  .pauschalen-anfrage .suchfelder .rubrik select {
    width: 98%;
  }
  .unterkunftdetail .anfrage .suchfelder input#stichwort,
  .pauschalen-anfrage .suchfelder input#stichwort {
    width: 100%;
  }
  .unterkunftdetail .anfrage .artunterkunft,
  .pauschalen-anfrage .artunterkunft {
    float: left;
    width: 100%;
  }
  .unterkunftdetail .anfrage .artunterkunft .towns,
  .pauschalen-anfrage .artunterkunft .towns {
    float: left;
    width: 25%;
    padding-right: 1em;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }
  .unterkunftdetail .anfrage .artunterkunft li,
  .pauschalen-anfrage .artunterkunft li {
    display: block;
  }
  .unterkunftdetail .anfrage .artunterkunft.categories,
  .pauschalen-anfrage .artunterkunft.categories {
    *zoom: 1;
    padding: 0.75em 0 1em;
  }
  .unterkunftdetail .anfrage .artunterkunft.categories ul,
  .pauschalen-anfrage .artunterkunft.categories ul {
    margin-right: 0;
    width: 25%;
    float: left;
  }
  .unterkunftdetail .anfrage .artunterkunft.categories ul li,
  .pauschalen-anfrage .artunterkunft.categories ul li {
    margin-right: 0;
    padding-right: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }
  .ajax-room-infos {
    text-align: right;
  }
  .ajax-room-infos .zimmerinfos {
    margin-top: 0;
    text-align: left;
  }
  .ajax-room-infos .zimmerinfos .top > div {
    float: left;
    margin-right: 1.94%;
  }
  .ajax-room-infos .zimmerinfos .top .basics {
    width: 22.5%;
  }
  .ajax-room-infos .zimmerinfos .top .foto {
    width: 31.65%;
  }
  .ajax-room-infos .zimmerinfos .top .beschreibung {
    width: 40%;
  }
  .ajax-room-infos .zimmerinfos .ausstattung {
    padding: 0.5em 0 0;
  }
  .ajax-room-infos .zimmerinfos .ausstattung ul {
    float: left;
    margin-right: 2em;
    padding: 0 0 0 1em;
  }
  .ajax-room-infos .bookRoomButton {
    margin-top: 1em;
    width: 29.2%;
  }
  .pisteview-player {
    height: 405px;
  }
}
@media only screen and (min-width: 770px) {
  .pisteview-player {
    height: 480px;
  }
}
/* >= 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";	*/
}
@media only screen and (min-width: 1000px) {
  .lawinenbericht .graphs > div:first-child {
    width: 27%;
    margin-right: 3%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }
  .lawinenbericht .graphs > div:first-child img {
    max-width: 100%;
    height: auto;
  }
  .lawinenbericht .graphs > div.avalanche-right-col {
    width: 70%;
    float: left;
    margin-right: 0;
  }
  .lawinenbericht .graphs > div.avalanche-right-col > div {
    float: left;
  }
  .lawinenbericht .graphs > div.avalanche-right-col > div.avalange-danger-item {
    width: 50%;
  }
  .lawinenbericht .graphs > div.avalanche-right-col > div.avalanche-danger-general,
  .lawinenbericht .graphs > div.avalanche-right-col > div.avalanche-tendency {
    width: 25%;
    padding-top: 0.75em;
  }
}
/* >= 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 #xxlarge {
    display: none;
  }
  #rwd-indicators #large {
    display: block;
  }
  .header-container {
    overflow: hidden;
  }
  .header-container header {
    display: table;
    height: 73px;
    background: #fff;
  }
  .header-container header .cell {
    display: table-cell;
    height: 100%;
  }
  .header-container header .cell.logocell {
    width: 15%;
  }
  .header-container header .cell.bordercell {
    display: table-cell;
    width: 4.25%;
    vertical-align: middle;
  }
  .header-container header .cell.bordercell div {
    border-right: 1px solid #e1cfb1;
    width: 67%;
    height: 63%;
  }
  .header-container header .cell.suche-langswitch-cell {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    /* fuer ie – warum?? */
    width: auto;
    position: static;
  }
  .header-container header .cell.suche-langswitch-cell .suche-box {
    position: absolute;
    top: 100%;
    right: 6.25%;
    padding: 0 0.85em 0.85em;
    background: #fff;
    -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);
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }
  .header-container header .cell.suche-langswitch-cell .suche-box input[type=text] {
    width: 12em;
  }
  .header-container header .header-logo {
    /* width: 15.1786%;	*/
    margin: 0.875em 0 1.125em;
    display: inline-block;
  }
  .header-container header nav {
    width: auto;
    margin-top: 0.8125em;
    padding-bottom: 0;
  }
  .header-container header nav > ul > li {
    text-align: center;
  }
  .header-container header nav > ul > li > div {
    line-height: 73px;
  }
  .header-container header nav > ul > li > div > ul {
    top: 73px;
  }
  .header-container header nav > ul > li:last-child > div > ul {
    right: auto;
    left: -1.1667em;
  }
  .webkit .header-container header .cell.suche-langswitch-cell {
    min-width: 75px;
  }
  .image-booking {
    height: 300px;
  }
  .image-booking.home {
    height: 543px;
  }
  .image-booking #bs-prev,
  .image-booking #bs-next {
    margin-top: -22px;
  }
  .image-booking #bs-prev > img,
  .image-booking #bs-next > img {
    height: 44px;
  }
  .image-booking #bs-prev {
    /* left: 6.25%;	*/
    left: 3%;
  }
  .image-booking #bs-next {
    /* right: 6.25%;	*/
    right: 3%;
  }
  .image-booking .booking-box {
    width: 21.25%;
    /*right: 6.25%;
		bottom: 26px;	*/
  }
  .main-container header h1:last-child {
    /* keine h2 vorhanden */
    margin: 0.75em 0 0;
  }
  .main-container header h2 {
    margin-bottom: 0;
  }
  .main-container header .left {
    width: auto;
    float: left;
    padding-right: 1.5em;
  }
  .main-container header .right {
    width: auto;
    float: right;
    line-height: 1.3125em;
    padding-bottom: 1.25em;
    padding-top: 1.25em;
  }
  .main-container header .right .quicklinks ul.wetter {
    position: static;
  }
  .main-container header .right.wrapped {
    float: left;
    padding-top: 0.5em;
    width: 100%;
  }
  .main-container header .right.wrapped .quicklinks ul.wetter {
    position: absolute;
    right: 6.25%;
  }
  .main-container header .right.wrapped .quicklinks ul li {
    width: 8em;
  }
  .box-row-section .box-row:first-child {
    margin-top: 0;
  }
  .box-row-section .box-row:not(:first-child) {
    margin-top: 1.0625em;
  }
  .boxes {
    margin-left: 0.8929%;
    float: left;
  }
  .boxes:first-child {
    margin-left: 0;
  }
  .el1col {
    width: 24.330357% !important;
    margin-top: 0 !important;
  }
  .el1col > div > img {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .el1col:nth-child(3) {
    margin-left: 0.8029% !important;
  }
  .el2col {
    width: 49.5536%;
    margin-top: 0 !important;
  }
  .el2col > div > img {
    width: 100%;
    margin-left: 0;
  }
  .el2col > div.align-right > img {
    position: static;
  }
  .el2col > div.align-center > img {
    position: static;
  }
  .el4col {
    margin-top: 0 !important;
  }
  .r1-1-2-banner .boxes:nth-child(2) {
    display: block;
  }
  .r1-1-2-banner .banner-box {
    width: 49.5536%;
  }
  .list-row-section .list-row {
    background-size: 67.2321% 100%;
  }
  .list-row-section .list-row .img-box {
    width: 32.7679%;
  }
  .list-row-section .list-row .text-box {
    width: 67.2321%;
    font-size: 1em;
  }
  .text-content,
  .text-intro {
    font-size: 1em;
  }
  .text-content h3 {
    font-size: 1.4375em;
  }
  .content-section .left:last-child > .text-content {
    -webkit-column-gap: 2em;
    -moz-column-gap: 2em;
    column-gap: 2em;
  }
  .content-section .gallery > div {
    float: left;
    width: 24.330357%;
    margin-left: 0.8929%;
  }
  .content-section .gallery > div:nth-child(3n-2) {
    margin-left: 0.8929%;
  }
  .content-section .gallery > div:nth-child(4n-3) {
    margin-left: 0;
  }
  .content-section .anfahrt-block .left,
  .content-section .anfahrt-block .right {
    width: 48.5268%;
  }
  .content-section .wetter-block .left {
    width: 64.2857%;
  }
  .content-section .wetter-block .right {
    width: 32.7679%;
    padding-top: 0;
  }
  .content-section .home-blog li {
    width: 49.37%;
    margin-left: 1.26%;
    float: left;
  }
  .content-section .home-blog li:nth-child(2n-1) {
    margin-left: 0;
  }
  .content-section .right .home-blog li {
    width: 100%;
    margin-left: 0;
    float: none;
  }
  .content-section .right .home-blog li > div.img-box {
    width: 33%;
  }
  .content-section .right .home-blog li > div.text-box {
    width: 67%;
  }
  .lawinenbericht.report-iframe > iframe {
    height: 1200px;
  }
  .lawinenbericht .graphs > div {
    /*&:nth-child(3) {
				clear: none;
			}
			&:first-child {
				width: 25%;
				margin-right: 3%;
				.borderbox;
				img {
					max-width: 100%;
					height: auto;
				}

			}
			&.avalanche-right-col {
				width: 72%;
				float: left;
				margin-right: 0;
				> div {
					float: left;
					&.avalange-danger-item {
						width: 50%;
					}
					&.avalanche-danger-general, &.avalanche-tendency {
						width: 25%;
						padding-top: 0.75em;
					}
				}
			}*/
  }
  .lawinenbericht p {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 2em;
    -moz-column-gap: 2em;
    column-gap: 2em;
  }
  .contentlifte > div .last-update {
    padding: 1.25em 0;
    font-size: 1em;
  }
  .contentlifte > div > div {
    width: 25%;
  }
  .social-wall > div {
    width: 101.0045%;
    margin-right: -1.0045%;
  }
  .social-wall > div .stream li {
    width: 24.1713%;
    margin-right: 0.8287%;
  }
  footer .boxes:first-child,
  footer .boxes:nth-child(2) {
    padding-bottom: 2.5em;
  }
  footer .boxes:nth-child(3) > div > p {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }
  .contentunterkunftsuche .left-block {
    width: 49.4643%;
    float: left;
  }
  .contentunterkunftsuche .left-block .anabreise {
    width: 100%;
  }
  .contentunterkunftsuche .left-block .anabreise > div {
    width: 46.9314%;
    display: inline-block;
  }
  .contentunterkunftsuche .artunterkunft {
    width: 49.4643%;
    float: right;
  }
  .contentunterkunftsuche .personenzimmer {
    padding-top: 0.5em;
  }
  .contentunterkunftsuche .personenzimmer .row {
    margin-bottom: 0.4em;
  }
  .contentunterkunftsuche .personenzimmer .row .erwachsene {
    margin-left: 15px;
    margin-bottom: 10px;
  }
  .contentunterkunftsuche .personenzimmer .row .alter {
    margin-top: 0;
    display: inline-block;
  }
  .unterkunft-anfrage .anfrage-top .personenzimmer .row .alter {
    margin-top: 0;
    display: inline-block;
  }
  .unterkunft-liste li .produkte.multi-line li > div > div.produkt-name {
    width: 50% !important;
  }
  li.anfrage form .anabreise,
  .pauschalen-anfrage form .anabreise {
    clear: none;
    float: left;
    width: 34.5%;
    margin: 0 !important;
  }
  li.anfrage form .anabreise .anreise,
  .pauschalen-anfrage form .anabreise .anreise,
  li.anfrage form .anabreise .abreise,
  .pauschalen-anfrage form .anabreise .abreise {
    width: 43% !important;
  }
  li.anfrage form .personenzimmer,
  .pauschalen-anfrage form .personenzimmer {
    padding-top: 0 !important;
    clear: none !important;
    float: left;
    width: 65%;
  }
}
@media only screen and (min-width: 1030px) {
  .header-container {
    overflow: hidden !important;
  }
  .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: 1280px;
    margin: 0;
    z-index: 1010;
  }
  .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);
  }
  .image-booking {
    margin-top: 73px;
  }
  .pisteview-player {
    height: 530px;
  }
}
@media only screen and (min-width: 1100px) {
  /* 	@import "modules/xlarge.less";
	@import "modules/unterkunft/xlarge.less";	*/
}
@media only screen and (min-width: 1200px) {
  /*	@import "modules/xxlarge.less";	*/
  .content-section .wetter li > img {
    width: auto;
  }
}
@media only screen and (min-width: 1250px) {
  .image-booking .booking-box h3 {
    font-size: 1.5625em;
  }
}
/* 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 Editmode
   ========================================================================== */
.is-editmode table.mceLayout {
  width: 100% !important;
}
.is-editmode .box-row .el1col div > table > tbody > tr > td > img {
  max-width: 190px;
  height: auto;
}
.is-editmode .box-row .el2col div > table > tbody > tr > td > img {
  max-width: 385px;
  height: auto;
}
.is-editmode .banner-box {
  height: auto !important;
}
.is-editmode .news-box {
  height: 235px !important;
}
.is-editmode .we-smalltext {
  font-size: 0.8125em;
  color: #666;
}
.is-editmode .we-bgselector {
  display: inline-block;
  background: #fff;
  margin: 10px;
  padding: 3px;
}
.is-editmode .we-bgselector span {
  font-size: 0.8125em;
  color: #666;
}
.is-editmode .we_file_drag > img {
  max-width: 100%;
  height: auto;
}
/* ==========================================================================
   Helper classes
   ========================================================================== */
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  *text-indent: -9999px;
}
.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 150%;
}
.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 {
  * {
    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) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]: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;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
