.content-slider{overflow:hidden;visibility:hidden;position:relative}.slider-wrapper{overflow:hidden;position:relative}.slider-wrapper>*{float:left;width:100%;position:relative}.slider-control{height:30px;position:relative}.slider-control a,.slider-control .slider-menu{position:absolute;top:9px;display:inline-block}.slider-control .slider-prev{left:0}.slider-control .slider-next{right:0}.slider-control .slider-menu{top:0;width:50%;left:50%;margin-left:-25%;font-size:27px;text-align:center}.slider-control .slider-menu b{color:#bbb;cursor:pointer}.slider-control .slider-menu b.active{color:#666}
@font-face {
    font-family: 'Black Tie';
          src: url('../../files/fonts/BlackTie-Light-webfont.eot?v=1.0.0');
          src: url('../../files/fonts/BlackTie-Light-webfont.eot?#iefix&v=1.0.0') format('embedded-opentype'), url('../../files/fonts/BlackTie-Light-webfont.woff2?v=1.0.0') format('woff2'), url('../../files/fonts/BlackTie-Light-webfont.woff?v=1.0.0') format('woff'), url('../../files/fonts/BlackTie-Light-webfont.ttf?v=1.0.0') format('truetype'), url('../../files/fonts/BlackTie-Light-webfont.svg?v=1.0.0#black_tielight') format('svg');
          font-weight: 200;
          font-style: normal;
}
@font-face {
    font-family: 'Font Awesome Brands';
          src: url('../../files/fonts/FontAwesomeBrands-Regular-webfont.eot?v=1.0.0');
          src: url('../../files/fonts/FontAwesomeBrands-Regular-webfont.eot?#iefix&v=1.0.0') format('embedded-opentype'), url('../../files/fonts/FontAwesomeBrands-Regular-webfont.woff2?v=1.0.0') format('woff2'), url('../../files/fonts/FontAwesomeBrands-Regular-webfont.woff?v=1.0.0') format('woff'), url('../../files/fonts/FontAwesomeBrands-Regular-webfont.ttf?v=1.0.0') format('truetype'), url('../../files/fonts/FontAwesomeBrands-Regular-webfont.svg?v=1.0.0#font_awesome_brandsregular') format('svg');
          font-weight: normal;
          font-style: normal;
}
.bts,
.btb,
.btr,
.btl,
.fab {
    display:inline-block;
    vertical-align:-14.28571429%;
    font: normal normal normal 14px/1 "
    Black Tie"
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
}
.bts {
    font-weight: 900;
}
.btb {
    font-weight: 700;
}
.btl {
    font-weight: 200;
}
.fab {
    font-family:"Font Awesome Brands";
}

/* makes the font 25% smaller relative to the icon container */
.bt-sm {
    vertical-align:baseline;
    font-size:.7em;
}

/* makes the font 33% larger relative to the icon container */
.bt-lg {
    font-size:1.33333333em;
    line-height:.75em;
}
.bt-2x {
    font-size:2em;
}
.bt-3x {
    font-size:3em;
}
.bt-4x {
    font-size:4em;
}
.bt-5x {
    font-size:5em;
}
.bt-lg,
.bt-2x,
.bt-3x,
.bt-4x,
.bt-5x {
    vertical-align:-30%;
}
.bt-fw {
    width:1.28571429em;
    text-align:center;
}
.bt-ul {
    margin-left:2.14285714em;
    padding-left:0;
    list-style-type:none;
}
.bt-ul > li {
    position:relative;
}
.bt-li {
    width:2.14285714em;
    left:-2.14285714em;
    position:absolute;
    text-align:center;
    top: 0.14285714em;
}
.bt-li.bt-lg {
    left:-2em;
}
.bt-border {
    padding:.2em;
    border-style:.08em;
    border-color:#eee;
    border-radius:.1em;
    behavior:url('assets/css3pie/1.0.0/PIE.htc');
}
.pull-right {
    float:right;
}
.pull-left {
    float:left;
}
.bts.pull-left,
.btb.pull-left,
.btr.pull-left,
.btl.pull-left,
.fab.pull-left {
    margin-right:.3em;
}
.bts.pull-right,
.btb.pull-right,
.btr.pull-right,
.btl.pull-right,
.fab.pull-right {
    margin-left:.3em;
}
.bt-spin {
    -webkit-animation: bt-spin 2s infinite linear;
    animation: bt-spin 2s infinite linear;
}
.bt-pulse {
    -webkit-animation: bt-spin 1s infinite steps(8);
    animation: bt-spin 1s infinite steps(8);
}
@-webkit-keyframes bt-spin {
    0% {
            -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
          }
          100% {
            -webkit-transform: rotate(359deg);
            transform: rotate(359deg);
          }
}
@keyframes bt-spin {
    0% {
            -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
          }
          100% {
            -webkit-transform: rotate(359deg);
            transform: rotate(359deg);
          }
}
.bt-rotate-90 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
.bt-rotate-180 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.bt-rotate-270 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}
.bt-flip-horizontal {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1);
}
.bt-flip-vertical {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
    -webkit-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1);
}
:root .bt-rotate-90,
:root .bt-rotate-180,
:root .bt-rotate-270,
:root .bt-flip-horizontal,
:root .bt-flip-vertical {
    filter: none;
}
.bt-stack {
    width:1.28571429em;
    height:1em;
    position:relative;
    display:inline-block;
    vertical-align:baseline;
    line-height:1em;
}
.bt-stack-sm {
    top:0;
    left:0;
    position:absolute;
    font-size:.5em;
    line-height: inherit;
}
.bt-stack-1x,
.bt-stack-sm {
    width:100%;
    display:inline-block;
    text-align:center;
}
.bt-inverse {
    color:#fff;
}
.bt-bars:before {
    content: "
    \f000"
}
.bt-envelope:before {
    content: "
    \f001"
}
.bt-search:before {
    content: "
    \f002"
}
.bt-search-plus:before {
    content: "
    \f003"
}
.bt-search-minus:before {
    content: "
    \f004"
}
.bt-phone:before {
    content: "
    \f005"
}
.bt-comment:before {
    content: "
    \f007"
}
.bt-commenting:before {
    content: "
    \f008"
}
.bt-comments:before {
    content: "
    \f009"
}
.bt-rss:before {
    content: "
    \f00a"
}
.bt-times:before {
    content: "
    \f00c"
}
.bt-times-circle:before {
    content: "
    \f00d"
}
.bt-clock:before {
    content: "
    \f00e"
}
.bt-star:before {
    content: "
    \f010"
}
.bt-star-half:before {
    content: "
    \f011"
}
.bt-check:before {
    content: "
    \f012"
}
.bt-check-circle:before {
    content: "
    \f013"
}
.bt-check-square:before {
    content: "
    \f014"
}
.bt-th:before {
    content: "
    \f015"
}
.bt-th-large:before {
    content: "
    \f016"
}
.bt-heart:before {
    content: "
    \f017"
}
.bt-heart-half:before {
    content: "
    \f018"
}
.bt-calendar:before {
    content: "
    \f019"
}
.bt-shopping-cart:before {
    content: "
    \f01a"
}
.bt-plus:before {
    content: "
    \f01b"
}
.bt-plus-circle:before {
    content: "
    \f01c"
}
.bt-plus-square:before {
    content: "
    \f01d"
}
.bt-pen:before {
    content: "
    \f01e"
}
.bt-minus:before {
    content: "
    \f021"
}
.bt-minus-circle:before {
    content: "
    \f022"
}
.bt-minus-square:before {
    content: "
    \f023"
}
.bt-pencil:before {
    content: "
    \f024"
}
.bt-edit:before {
    content: "
    \f025"
}
.bt-thumbs-up:before {
    content: "
    \f026"
}
.bt-thumbs-down:before {
    content: "
    \f027"
}
.bt-gear:before {
    content: "
    \f028"
}
.bt-trash:before {
    content: "
    \f029"
}
.bt-file:before {
    content: "
    \f02a"
}
.bt-info-circle:before {
    content: "
    \f02b"
}
.bt-label:before {
    content: "
    \f02c"
}
.bt-rocket:before {
    content: "
    \f02d"
}
.bt-book:before {
    content: "
    \f02e"
}
.bt-book-open:before {
    content: "
    \f02f"
}
.bt-notebook:before {
    content: "
    \f030"
}
.bt-camera:before {
    content: "
    \f031"
}
.bt-folder:before {
    content: "
    \f032"
}
.bt-quote-left:before {
    content: "
    \f036"
}
.bt-quote-right:before {
    content: "
    \f037"
}
.bt-eye:before {
    content: "
    \f038"
}
.bt-lock:before {
    content: "
    \f039"
}
.bt-lock-open:before {
    content: "
    \f03a"
}
.bt-gift:before {
    content: "
    \f03b"
}
.bt-spinner-clock:before {
    content: "
    \f03c"
}
.bt-spinner:before {
    content: "
    \f03d"
}
.bt-wrench:before {
    content: "
    \f03e"
}
.bt-cloud:before {
    content: "
    \f040"
}
.bt-cloud-upload:before {
    content: "
    \f041"
}
.bt-cloud-download:before {
    content: "
    \f042"
}
.bt-sync:before {
    content: "
    \f043"
}
.bt-question-circle:before {
    content: "
    \f044"
}
.bt-share:before {
    content: "
    \f045"
}
.bt-briefcase:before {
    content: "
    \f046"
}
.bt-money:before {
    content: "
    \f047"
}
.bt-megaphone:before {
    content: "
    \f048"
}
.bt-sign-in:before {
    content: "
    \f049"
}
.bt-sign-out:before {
    content: "
    \f04a"
}
.bt-film:before {
    content: "
    \f04b"
}
.bt-trophy:before {
    content: "
    \f04c"
}
.bt-code:before {
    content: "
    \f04d"
}
.bt-light-bulb:before {
    content: "
    \f04e"
}
.bt-print:before {
    content: "
    \f050"
}
.bt-fax:before {
    content: "
    \f051"
}
.bt-video:before {
    content: "
    \f052"
}
.bt-signal:before {
    content: "
    \f053"
}
.bt-sitemap:before {
    content: "
    \f054"
}
.bt-upload:before {
    content: "
    \f055"
}
.bt-download:before {
    content: "
    \f056"
}
.bt-key:before {
    content: "
    \f057"
}
.bt-mug:before {
    content: "
    \f058"
}
.bt-bookmark:before {
    content: "
    \f059"
}
.bt-flag:before {
    content: "
    \f05a"
}
.bt-external-link:before {
    content: "
    \f05b"
}
.bt-smile:before {
    content: "
    \f05c"
}
.bt-frown:before {
    content: "
    \f05d"
}
.bt-meh:before {
    content: "
    \f05e"
}
.bt-magic:before {
    content: "
    \f060"
}
.bt-bolt:before {
    content: "
    \f061"
}
.bt-exclamation-triangle:before {
    content: "
    \f062"
}
.bt-exclamation-circle:before {
    content: "
    \f063"
}
.bt-flask:before {
    content: "
    \f064"
}
.bt-music:before {
    content: "
    \f065"
}
.bt-push-pin:before {
    content: "
    \f066"
}
.bt-shield:before {
    content: "
    \f067"
}
.bt-sort:before {
    content: "
    \f068"
}
.bt-reply:before {
    content: "
    \f069"
}
.bt-forward:before {
    content: "
    \f06a"
}
.bt-reply-all:before {
    content: "
    \f06b"
}
.bt-forward-all:before {
    content: "
    \f06c"
}
.bt-bell:before {
    content: "
    \f06d"
}
.bt-bell-off:before {
    content: "
    \f06e"
}
.bt-ban:before {
    content: "
    \f070"
}
.bt-database:before {
    content: "
    \f071"
}
.bt-hard-drive:before {
    content: "
    \f072"
}
.bt-merge:before {
    content: "
    \f073"
}
.bt-fork:before {
    content: "
    \f074"
}
.bt-wifi:before {
    content: "
    \f075"
}
.bt-paper-plane:before {
    content: "
    \f076"
}
.bt-inbox:before {
    content: "
    \f077"
}
.bt-fire:before {
    content: "
    \f078"
}
.bt-play:before {
    content: "
    \f079"
}
.bt-pause:before {
    content: "
    \f07a"
}
.bt-stop:before {
    content: "
    \f08b"
}
.bt-play-circle:before {
    content: "
    \f07b"
}
.bt-next:before {
    content: "
    \f07c"
}
.bt-previous:before {
    content: "
    \f07d"
}
.bt-repeat:before {
    content: "
    \f07e"
}
.bt-fast-forward:before {
    content: "
    \f080"
}
.bt-fast-reverse:before {
    content: "
    \f081"
}
.bt-volume:before {
    content: "
    \f082"
}
.bt-volume-off:before {
    content: "
    \f083"
}
.bt-volume-up:before {
    content: "
    \f084"
}
.bt-volume-down:before {
    content: "
    \f085"
}
.bt-maximize:before {
    content: "
    \f086"
}
.bt-minimize:before {
    content: "
    \f087"
}
.bt-closed-captions:before {
    content: "
    \f088"
}
.bt-shuffle:before {
    content: "
    \f089"
}
.bt-triangle:before {
    content: "
    \f08a"
}
.bt-square:before {
    content: "
    \f08b"
}
.bt-circle:before {
    content: "
    \f08c"
}
.bt-hexagon:before {
    content: "
    \f08d"
}
.bt-octagon:before {
    content: "
    \f08e"
}
.bt-angle-up:before {
    content: "
    \f090"
}
.bt-angle-down:before {
    content: "
    \f091"
}
.bt-angle-left:before {
    content: "
    \f092"
}
.bt-angle-right:before {
    content: "
    \f093"
}
.bt-angles-up:before {
    content: "
    \f094"
}
.bt-angles-down:before {
    content: "
    \f095"
}
.bt-angles-left:before {
    content: "
    \f096"
}
.bt-angles-right:before {
    content: "
    \f097"
}
.bt-arrow-up:before {
    content: "
    \f098"
}
.bt-arrow-down:before {
    content: "
    \f099"
}
.bt-arrow-left:before {
    content: "
    \f09a"
}
.bt-arrow-right:before {
    content: "
    \f09b"
}
.bt-bar-chart:before {
    content: "
    \f09c"
}
.bt-pie-chart:before {
    content: "
    \f09d"
}
.bt-circle-arrow-up:before {
    content: "
    \f0a0"
}
.bt-circle-arrow-down:before {
    content: "
    \f0a1"
}
.bt-circle-arrow-left:before {
    content: "
    \f0a2"
}
.bt-circle-arrow-right:before {
    content: "
    \f0a3"
}
.bt-caret-up:before {
    content: "
    \f0a4"
}
.bt-caret-down:before {
    content: "
    \f0a5"
}
.bt-caret-left:before {
    content: "
    \f0a6"
}
.bt-caret-right:before {
    content: "
    \f0a7"
}
.bt-long-arrow-up:before {
    content: "
    \f0a8"
}
.bt-long-arrow-down:before {
    content: "
    \f0a9"
}
.bt-long-arrow-left:before {
    content: "
    \f0aa"
}
.bt-long-arrow-right:before {
    content: "
    \f0ab"
}
.bt-Bold:before {
    content: "
    \f0ac"
}
.bt-italic:before {
    content: "
    \f0ad"
}
.bt-underline:before {
    content: "
    \f0ae"
}
.bt-link:before {
    content: "
    \f0b0"
}
.bt-paper-clip:before {
    content: "
    \f0b1"
}
.bt-align-left:before {
    content: "
    \f0b2"
}
.bt-align-center:before {
    content: "
    \f0b3"
}
.bt-align-right:before {
    content: "
    \f0b4"
}
.bt-align-justify:before {
    content: "
    \f0b5"
}
.bt-cut:before {
    content: "
    \f0b6"
}
.bt-copy:before {
    content: "
    \f0b7"
}
.bt-paste:before {
    content: "
    \f0b8"
}
.bt-photo:before {
    content: "
    \f0b9"
}
.bt-table:before {
    content: "
    \f0ba"
}
.bt-ulist:before {
    content: "
    \f0bb"
}
.bt-olist:before {
    content: "
    \f0bc"
}
.bt-indent:before {
    content: "
    \f0bd"
}
.bt-outdent:before {
    content: "
    \f0be"
}
.bt-undo:before {
    content: "
    \f0c0"
}
.bt-redo:before {
    content: "
    \f0c1"
}
.bt-sup:before {
    content: "
    \f0c2"
}
.bt-sub:before {
    content: "
    \f0c3"
}
.bt-text-size:before {
    content: "
    \f0c4"
}
.bt-text-color:before {
    content: "
    \f0c5"
}
.bt-remove-formatting:before {
    content: "
    \f0c6"
}
.bt-blockquote:before {
    content: "
    \f036"
}
.bt-globe:before {
    content: "
    \f0c7"
}
.bt-map:before {
    content: "
    \f0c8"
}
.bt-map-arrow:before {
    content: "
    \f0c9"
}
.bt-map-marker:before {
    content: "
    \f0ca"
}
.bt-map-pin:before {
    content: "
    \f0cb"
}
.bt-home:before {
    content: "
    \f0cc"
}
.bt-building:before {
    content: "
    \f0cd"
}
.bt-industry:before {
    content: "
    \f0ce"
}
.bt-desktop:before {
    content: "
    \f0d0"
}
.bt-laptop:before {
    content: "
    \f0d1"
}
.bt-tablet:before {
    content: "
    \f0d2"
}
.bt-mobile:before {
    content: "
    \f0d3"
}
.bt-tv:before {
    content: "
    \f0d4"
}
.bt-radio-checked:before {
    content: "
    \f0d5"
}
.bt-radio-unchecked:before {
    content: "
    \f08c"
}
.bt-checkbox-checked:before {
    content: "
    \f014"
}
.bt-checkbox-unchecked:before {
    content: "
    \f08b"
}
.bt-checkbox-intermediate:before {
    content: "
    \f023"
}
.bt-user:before {
    content: "
    \f0d6"
}
.bt-user-male:before {
    content: "
    \f0d6"
}
.bt-user-female:before {
    content: "
    \f0d7"
}
.bt-crown:before {
    content: "
    \f0d8"
}
.bt-credit-card:before {
    content: "
    \f0d9"
}
.bt-strikethrough:before {
    content: "
    \f0da"
}
.bt-eject:before {
    content: "
    \f0db"
}
.bt-ellipsis-h:before {
    content: "
    \f0dc"
}
.bt-ellipsis-v:before {
    content: "
    \f0dd"
}
.fab-facebook:before {
    content: "
    \f000"
}
.fab-facebook-alt:before {
    content: "
    \f001"
}
.fab-twitter:before {
    content: "
    \f002"
}
.fab-linkedin:before {
    content: "
    \f003"
}
.fab-linkedin-alt:before {
    content: "
    \f004"
}
.fab-instagram:before {
    content: "
    \f005"
}
.fab-github:before {
    content: "
    \f006"
}
.fab-github-alt:before {
    content: "
    \f007"
}
.fab-googleplus:before {
    content: "
    \f008"
}
.fab-googleplus-alt:before {
    content: "
    \f009"
}
.fab-pinterest:before {
    content: "
    \f00a"
}
.fab-pinterest-alt:before {
    content: "
    \f00b"
}
.fab-tumblr:before {
    content: "
    \f00c"
}
.fab-tumblr-alt:before {
    content: "
    \f00d"
}
.fab-bitcoin:before {
    content: "
    \f010"
}
.fab-bitcoin-alt:before {
    content: "
    \f011"
}
.fab-dropbox:before {
    content: "
    \f012"
}
.fab-stackexchange:before {
    content: "
    \f013"
}
.fab-stackoverflow:before {
    content: "
    \f014"
}
.fab-flickr:before {
    content: "
    \f015"
}
.fab-flickr-alt:before {
    content: "
    \f016"
}
.fab-bitbucket:before {
    content: "
    \f017"
}
.fab-html5:before {
    content: "
    \f018"
}
.fab-css3:before {
    content: "
    \f019"
}
.fab-apple:before {
    content: "
    \f01a"
}
.fab-windows:before {
    content: "
    \f01b"
}
.fab-android:before {
    content: "
    \f01c"
}
.fab-linux:before {
    content: "
    \f01d"
}
.fab-dribbble:before {
    content: "
    \f01e"
}
.fab-youtube:before {
    content: "
    \f021"
}
.fab-skype:before {
    content: "
    \f022"
}
.fab-foursquare:before {
    content: "
    \f023"
}
.fab-trello:before {
    content: "
    \f024"
}
.fab-maxcdn:before {
    content: "
    \f025"
}
.fab-gittip:before,
.fab-gratipay:before {
    content: "
    \f026"
}
.fab-vimeo:before {
    content: "
    \f027"
}
.fab-vimeo-alt:before {
    content: "
    \f028"
}
.fab-slack:before {
    content: "
    \f029"
}
.fab-wordpress:before {
    content: "
    \f02a"
}
.fab-wordpress-alt:before {
    content: "
    \f02b"
}
.fab-openid:before {
    content: "
    \f02c"
}
.fab-yahoo:before {
    content: "
    \f02d"
}
.fab-yahoo-alt:before {
    content: "
    \f02e"
}
.fab-reddit:before {
    content: "
    \f02f"
}
.fab-google:before {
    content: "
    \f030"
}
.fab-google-alt:before {
    content: "
    \f031"
}
.fab-stumbleupon:before {
    content: "
    \f032"
}
.fab-stumbleupon-alt:before {
    content: "
    \f033"
}
.fab-delicious:before {
    content: "
    \f034"
}
.fab-digg:before {
    content: "
    \f035"
}
.fab-piedpiper:before {
    content: "
    \f036"
}
.fab-piedpiper-alt:before {
    content: "
    \f037"
}
.fab-drupal:before {
    content: "
    \f038"
}
.fab-joomla:before {
    content: "
    \f039"
}
.fab-behance:before {
    content: "
    \f03a"
}
.fab-steam:before {
    content: "
    \f03b"
}
.fab-steam-alt:before {
    content: "
    \f03c"
}
.fab-spotify:before {
    content: "
    \f03d"
}
.fab-deviantart:before {
    content: "
    \f03e"
}
.fab-soundcloud:before {
    content: "
    \f040"
}
.fab-vine:before {
    content: "
    \f041"
}
.fab-codepen:before {
    content: "
    \f042"
}
.fab-jsfiddle:before {
    content: "
    \f043"
}
.fab-rebel:before {
    content: "
    \f044"
}
.fab-empire:before {
    content: "
    \f045"
}
.fab-git:before {
    content: "
    \f046"
}
.fab-hackernews:before {
    content: "
    \f047"
}
.fab-hackernews-alt:before {
    content: "
    \f048"
}
.fab-slideshare:before {
    content: "
    \f049"
}
.fab-twitch:before {
    content: "
    \f04a"
}
.fab-yelp:before {
    content: "
    \f04b"
}
.fab-paypal:before {
    content: "
    \f04c"
}
.fab-google-wallet:before {
    content: "
    \f04d"
}
.fab-angellist:before {
    content: "
    \f04e"
}
.fab-cc-visa:before {
    content: "
    \f050"
}
.fab-cc-mastercard:before {
    content: "
    \f051"
}
.fab-cc-discover:before {
    content: "
    \f052"
}
.fab-cc-amex:before {
    content: "
    \f053"
}
.fab-cc-paypal:before {
    content: "
    \f054"
}
.fab-cc-stripe:before {
    content: "
    \f055"
}
.fab-lastfm:before {
    content: "
    \f056"
}
.fab-whatsapp:before {
    content: "
    \f057"
}
.fab-medium:before {
    content: "
    \f058"
}
.fab-meanpath:before {
    content: "
    \f059"
}
.fab-meanpath-alt:before {
    content: "
    \f05a"
}
.fab-pagelines:before {
    content: "
    \f05b"
}
.fab-ioxhost:before {
    content: "
    \f060"
}
.fab-buysellads:before {
    content: "
    \f061"
}
.fab-buysellads-alt:before {
    content: "
    \f062"
}
.fab-connectdevelop:before {
    content: "
    \f063"
}
.fab-dashcube:before {
    content: "
    \f064"
}
.fab-forumbee:before {
    content: "
    \f065"
}
.fab-leanpub:before {
    content: "
    \f066"
}
.fab-sellsy:before {
    content: "
    \f067"
}
.fab-shirtsinbulk:before {
    content: "
    \f068"
}
.fab-simplybuilt:before {
    content: "
    \f069"
}
.fab-skyatlas:before {
    content: "
    \f06a"
}
.fab-viacoin:before {
    content: "
    \f06b"
}
.fab-codiepie:before {
    content: "
    \f06c"
}
.fab-queue:before {
    content: "
    \f06d"
}
.fab-queue-alt:before {
    content: "
    \f06e"
}
.fab-fonticons:before {
    content: "
    \f070"
}
.fab-fonticons-alt:before {
    content: "
    \f071"
}
.fab-blacktie:before {
    content: "
    \f072"
}
.fab-blacktie-alt:before {
    content: "
    \f073"
}
.fab-xing:before {
    content: "
    \f090"
}
.fab-vk:before {
    content: "
    \f091"
}
.fab-weibo:before {
    content: "
    \f092"
}
.fab-renren:before {
    content: "
    \f093"
}
.fab-tencent-weibo:before {
    content: "
    \f094"
}
.fab-qq:before {
    content: "
    \f095"
}
.fab-wechat:before,
.fab-weixin:before {
    content: "
    \f096"
}

@-webkit-keyframes wrench {
    0%{-webkit-transform:rotate(-12deg);transform:rotate(-12deg)}8%{-webkit-transform:rotate(12deg);transform:rotate(12deg)}10%{-webkit-transform:rotate(24deg);transform:rotate(24deg)}18%,20%{-webkit-transform:rotate(-24deg);transform:rotate(-24deg)}28%,30%{-webkit-transform:rotate(24deg);transform:rotate(24deg)}38%,40%{-webkit-transform:rotate(-24deg);transform:rotate(-24deg)}48%,50%{-webkit-transform:rotate(24deg);transform:rotate(24deg)}58%,60%{-webkit-transform:rotate(-24deg);transform:rotate(-24deg)}68%{-webkit-transform:rotate(24deg);transform:rotate(24deg)}100%,75%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}
}
@keyframes wrench {
    0%{-webkit-transform:rotate(-12deg);-ms-transform:rotate(-12deg);transform:rotate(-12deg)}8%{-webkit-transform:rotate(12deg);-ms-transform:rotate(12deg);transform:rotate(12deg)}10%{-webkit-transform:rotate(24deg);-ms-transform:rotate(24deg);transform:rotate(24deg)}18%,20%{-webkit-transform:rotate(-24deg);-ms-transform:rotate(-24deg);transform:rotate(-24deg)}28%,30%{-webkit-transform:rotate(24deg);-ms-transform:rotate(24deg);transform:rotate(24deg)}38%,40%{-webkit-transform:rotate(-24deg);-ms-transform:rotate(-24deg);transform:rotate(-24deg)}48%,50%{-webkit-transform:rotate(24deg);-ms-transform:rotate(24deg);transform:rotate(24deg)}58%,60%{-webkit-transform:rotate(-24deg);-ms-transform:rotate(-24deg);transform:rotate(-24deg)}68%{-webkit-transform:rotate(24deg);-ms-transform:rotate(24deg);transform:rotate(24deg)}100%,75%{-webkit-transform:rotate(0deg);-ms-transform:rotate(0deg);transform:rotate(0deg)}
}
.faa-parent.animated-hover:hover>.faa-wrench,
.faa-wrench.animated,
.faa-wrench.animated-hover:hover {
    -webkit-animation:wrench 2.5s ease infinite;
    animation:wrench 2.5s ease infinite;
    transform-origin-x:90%;
    transform-origin-y:35%;
    transform-origin-z:initial;
}
.faa-parent.animated-hover:hover>.faa-wrench.faa-fast,
.faa-wrench.animated-hover.faa-fast:hover,
.faa-wrench.animated.faa-fast {
    -webkit-animation:wrench 1.2s ease infinite;
    animation:wrench 1.2s ease infinite;
}
.faa-parent.animated-hover:hover>.faa-wrench.faa-slow,
.faa-wrench.animated-hover.faa-slow:hover,
.faa-wrench.animated.faa-slow {
    -webkit-animation:wrench 3.7s ease infinite;
    animation:wrench 3.7s ease infinite;
}
@-webkit-keyframes ring {
    0%{-webkit-transform:rotate(-15deg);transform:rotate(-15deg)}2%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}4%{-webkit-transform:rotate(-18deg);transform:rotate(-18deg)}6%{-webkit-transform:rotate(18deg);transform:rotate(18deg)}8%{-webkit-transform:rotate(-22deg);transform:rotate(-22deg)}10%{-webkit-transform:rotate(22deg);transform:rotate(22deg)}12%{-webkit-transform:rotate(-18deg);transform:rotate(-18deg)}14%{-webkit-transform:rotate(18deg);transform:rotate(18deg)}16%{-webkit-transform:rotate(-12deg);transform:rotate(-12deg)}18%{-webkit-transform:rotate(12deg);transform:rotate(12deg)}100%,20%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}
}
@keyframes ring {
    0%{-webkit-transform:rotate(-15deg);-ms-transform:rotate(-15deg);transform:rotate(-15deg)}2%{-webkit-transform:rotate(15deg);-ms-transform:rotate(15deg);transform:rotate(15deg)}4%{-webkit-transform:rotate(-18deg);-ms-transform:rotate(-18deg);transform:rotate(-18deg)}6%{-webkit-transform:rotate(18deg);-ms-transform:rotate(18deg);transform:rotate(18deg)}8%{-webkit-transform:rotate(-22deg);-ms-transform:rotate(-22deg);transform:rotate(-22deg)}10%{-webkit-transform:rotate(22deg);-ms-transform:rotate(22deg);transform:rotate(22deg)}12%{-webkit-transform:rotate(-18deg);-ms-transform:rotate(-18deg);transform:rotate(-18deg)}14%{-webkit-transform:rotate(18deg);-ms-transform:rotate(18deg);transform:rotate(18deg)}16%{-webkit-transform:rotate(-12deg);-ms-transform:rotate(-12deg);transform:rotate(-12deg)}18%{-webkit-transform:rotate(12deg);-ms-transform:rotate(12deg);transform:rotate(12deg)}100%,20%{-webkit-transform:rotate(0deg);-ms-transform:rotate(0deg);transform:rotate(0deg)}
}
.faa-parent.animated-hover:hover>.faa-ring,
.faa-ring.animated,
.faa-ring.animated-hover:hover {
    -webkit-animation:ring 2s ease infinite;
    animation:ring 2s ease infinite;
    transform-origin-x:50%;
    transform-origin-y:0;
    transform-origin-z:initial;
}
.faa-parent.animated-hover:hover>.faa-ring.faa-fast,
.faa-ring.animated-hover.faa-fast:hover,
.faa-ring.animated.faa-fast {
    -webkit-animation:ring 1s ease infinite;
    animation:ring 1s ease infinite;
}
.faa-parent.animated-hover:hover>.faa-ring.faa-slow,
.faa-ring.animated-hover.faa-slow:hover,
.faa-ring.animated.faa-slow {
    -webkit-animation:ring 3s ease infinite;
    animation:ring 3s ease infinite;
}
@-webkit-keyframes vertical {
    0%{-webkit-transform:translate(0,-3px);transform:translate(0,-3px)}4%{-webkit-transform:translate(0,3px);transform:translate(0,3px)}8%{-webkit-transform:translate(0,-3px);transform:translate(0,-3px)}12%{-webkit-transform:translate(0,3px);transform:translate(0,3px)}16%{-webkit-transform:translate(0,-3px);transform:translate(0,-3px)}20%{-webkit-transform:translate(0,3px);transform:translate(0,3px)}100%,22%{-webkit-transform:translate(0,0);transform:translate(0,0)}
}
@keyframes vertical {
    0%{-webkit-transform:translate(0,-3px);-ms-transform:translate(0,-3px);transform:translate(0,-3px)}4%{-webkit-transform:translate(0,3px);-ms-transform:translate(0,3px);transform:translate(0,3px)}8%{-webkit-transform:translate(0,-3px);-ms-transform:translate(0,-3px);transform:translate(0,-3px)}12%{-webkit-transform:translate(0,3px);-ms-transform:translate(0,3px);transform:translate(0,3px)}16%{-webkit-transform:translate(0,-3px);-ms-transform:translate(0,-3px);transform:translate(0,-3px)}20%{-webkit-transform:translate(0,3px);-ms-transform:translate(0,3px);transform:translate(0,3px)}100%,22%{-webkit-transform:translate(0,0);-ms-transform:translate(0,0);transform:translate(0,0)}
}
.faa-parent.animated-hover:hover>.faa-vertical,
.faa-vertical.animated,
.faa-vertical.animated-hover:hover {
    -webkit-animation:vertical 2s ease infinite;
    animation:vertical 2s ease infinite;
}
.faa-parent.animated-hover:hover>.faa-vertical.faa-fast,
.faa-vertical.animated-hover.faa-fast:hover,
.faa-vertical.animated.faa-fast {
    -webkit-animation:vertical 1s ease infinite;
    animation:vertical 1s ease infinite;
}
.faa-parent.animated-hover:hover>.faa-vertical.faa-slow,
.faa-vertical.animated-hover.faa-slow:hover,
.faa-vertical.animated.faa-slow {
    -webkit-animation:vertical 4s ease infinite;
    animation:vertical 4s ease infinite;
}
@-webkit-keyframes horizontal {
    0%{-webkit-transform:translate(0,0);transform:translate(0,0)}6%{-webkit-transform:translate(5px,0);transform:translate(5px,0)}12%{-webkit-transform:translate(0,0);transform:translate(0,0)}18%{-webkit-transform:translate(5px,0);transform:translate(5px,0)}24%{-webkit-transform:translate(0,0);transform:translate(0,0)}30%{-webkit-transform:translate(5px,0);transform:translate(5px,0)}100%,36%{-webkit-transform:translate(0,0);transform:translate(0,0)}
}
@keyframes horizontal {
    0%{-webkit-transform:translate(0,0);-ms-transform:translate(0,0);transform:translate(0,0)}6%{-webkit-transform:translate(5px,0);-ms-transform:translate(5px,0);transform:translate(5px,0)}12%{-webkit-transform:translate(0,0);-ms-transform:translate(0,0);transform:translate(0,0)}18%{-webkit-transform:translate(5px,0);-ms-transform:translate(5px,0);transform:translate(5px,0)}24%{-webkit-transform:translate(0,0);-ms-transform:translate(0,0);transform:translate(0,0)}30%{-webkit-transform:translate(5px,0);-ms-transform:translate(5px,0);transform:translate(5px,0)}100%,36%{-webkit-transform:translate(0,0);-ms-transform:translate(0,0);transform:translate(0,0)}
}
.faa-horizontal.animated,
.faa-horizontal.animated-hover:hover,
.faa-parent.animated-hover:hover>.faa-horizontal {
    -webkit-animation:horizontal 2s ease infinite;
    animation:horizontal 2s ease infinite;
}
.faa-horizontal.animated-hover.faa-fast:hover,
.faa-horizontal.animated.faa-fast,
.faa-parent.animated-hover:hover>.faa-horizontal.faa-fast {
    -webkit-animation:horizontal 1s ease infinite;
    animation:horizontal 1s ease infinite;
}
.faa-horizontal.animated-hover.faa-slow:hover,
.faa-horizontal.animated.faa-slow,
.faa-parent.animated-hover:hover>.faa-horizontal.faa-slow {
    -webkit-animation:horizontal 3s ease infinite;
    animation:horizontal 3s ease infinite;
}
@-webkit-keyframes flash {
    0%,100%,50%{opacity:1}25%,75%{opacity:0}
}
@keyframes flash {
    0%,100%,50%{opacity:1}25%,75%{opacity:0}
}
.faa-flash.animated,
.faa-flash.animated-hover:hover,
.faa-parent.animated-hover:hover>.faa-flash {
    -webkit-animation:flash 2s ease infinite;
    animation:flash 2s ease infinite;
}
.faa-flash.animated-hover.faa-fast:hover,
.faa-flash.animated.faa-fast,
.faa-parent.animated-hover:hover>.faa-flash.faa-fast {
    -webkit-animation:flash 1s ease infinite;
    animation:flash 1s ease infinite;
}
.faa-flash.animated-hover.faa-slow:hover,
.faa-flash.animated.faa-slow,
.faa-parent.animated-hover:hover>.faa-flash.faa-slow {
    -webkit-animation:flash 3s ease infinite;
    animation:flash 3s ease infinite;
}
@-webkit-keyframes bounce {
    0%,10%,100%,20%,50%,80%{-webkit-transform:translateY(0);transform:translateY(0)}40%,60%{-webkit-transform:translateY(-15px);transform:translateY(-15px)}
}
@keyframes bounce {
    0%,10%,100%,20%,50%,80%{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}40%,60%{-webkit-transform:translateY(-15px);-ms-transform:translateY(-15px);transform:translateY(-15px)}
}
.faa-bounce.animated,
.faa-bounce.animated-hover:hover,
.faa-parent.animated-hover:hover>.faa-bounce {
    -webkit-animation:bounce 2s ease infinite;
    animation:bounce 2s ease infinite;
}
.faa-bounce.animated-hover.faa-fast:hover,
.faa-bounce.animated.faa-fast,
.faa-parent.animated-hover:hover>.faa-bounce.faa-fast {
    -webkit-animation:bounce 1s ease infinite;
    animation:bounce 1s ease infinite;
}
.faa-bounce.animated-hover.faa-slow:hover,
.faa-bounce.animated.faa-slow,
.faa-parent.animated-hover:hover>.faa-bounce.faa-slow {
    -webkit-animation:bounce 3s ease infinite;
    animation:bounce 3s ease infinite;
}
@-webkit-keyframes spin {
    0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}
}
@keyframes spin {
    0%{-webkit-transform:rotate(0deg);-ms-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);-ms-transform:rotate(359deg);transform:rotate(359deg)}
}
.faa-parent.animated-hover:hover>.faa-spin,
.faa-spin.animated,
.faa-spin.animated-hover:hover {
    -webkit-animation:spin 1.5s linear infinite;
    animation:spin 1.5s linear infinite;
}
.faa-parent.animated-hover:hover>.faa-spin.faa-fast,
.faa-spin.animated-hover.faa-fast:hover,
.faa-spin.animated.faa-fast {
    -webkit-animation:spin .7s linear infinite;
    animation:spin .7s linear infinite;
}
.faa-parent.animated-hover:hover>.faa-spin.faa-slow,
.faa-spin.animated-hover.faa-slow:hover,
.faa-spin.animated.faa-slow {
    -webkit-animation:spin 2.2s linear infinite;
    animation:spin 2.2s linear infinite;
}
@-webkit-keyframes float {
    0%{-webkit-transform:translateY(0);transform:translateY(0)}50%{-webkit-transform:translateY(-6px);transform:translateY(-6px)}100%{-webkit-transform:translateY(0);transform:translateY(0)}
}
@keyframes float {
    0%{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}50%{-webkit-transform:translateY(-6px);-ms-transform:translateY(-6px);transform:translateY(-6px)}100%{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}
}
.faa-float.animated,
.faa-float.animated-hover:hover,
.faa-parent.animated-hover:hover>.faa-float {
    -webkit-animation:float 2s linear infinite;
    animation:float 2s linear infinite;
}
.faa-float.animated-hover.faa-fast:hover,
.faa-float.animated.faa-fast,
.faa-parent.animated-hover:hover>.faa-float.faa-fast {
    -webkit-animation:float 1s linear infinite;
    animation:float 1s linear infinite;
}
.faa-float.animated-hover.faa-slow:hover,
.faa-float.animated.faa-slow,
.faa-parent.animated-hover:hover>.faa-float.faa-slow {
    -webkit-animation:float 3s linear infinite;
    animation:float 3s linear infinite;
}
@-webkit-keyframes pulse {
    0%{-webkit-transform:scale(1.1);transform:scale(1.1)}50%{-webkit-transform:scale(0.8);transform:scale(0.8)}100%{-webkit-transform:scale(1.1);transform:scale(1.1)}
}
@keyframes pulse {
    0%{-webkit-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1)}50%{-webkit-transform:scale(0.8);-ms-transform:scale(0.8);transform:scale(0.8)}100%{-webkit-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1)}
}
.faa-parent.animated-hover:hover>.faa-pulse,
.faa-pulse.animated,
.faa-pulse.animated-hover:hover {
    -webkit-animation:pulse 2s linear infinite;
    animation:pulse 2s linear infinite;
}
.faa-parent.animated-hover:hover>.faa-pulse.faa-fast,
.faa-pulse.animated-hover.faa-fast:hover,
.faa-pulse.animated.faa-fast {
    -webkit-animation:pulse 1s linear infinite;
    animation:pulse 1s linear infinite;
}
.faa-parent.animated-hover:hover>.faa-pulse.faa-slow,
.faa-pulse.animated-hover.faa-slow:hover,
.faa-pulse.animated.faa-slow {
    -webkit-animation:pulse 3s linear infinite;
    animation:pulse 3s linear infinite;
}
.faa-parent.animated-hover:hover>.faa-shake,
.faa-shake.animated,
.faa-shake.animated-hover:hover {
    -webkit-animation:wrench 2.5s ease infinite;
    animation:wrench 2.5s ease infinite;
}
.faa-parent.animated-hover:hover>.faa-shake.faa-fast,
.faa-shake.animated-hover.faa-fast:hover,
.faa-shake.animated.faa-fast {
    -webkit-animation:wrench 1.2s ease infinite;
    animation:wrench 1.2s ease infinite;
}
.faa-parent.animated-hover:hover>.faa-shake.faa-slow,
.faa-shake.animated-hover.faa-slow:hover,
.faa-shake.animated.faa-slow {
    -webkit-animation:wrench 3.7s ease infinite;
    animation:wrench 3.7s ease infinite;
}
@-webkit-keyframes tada {
    0%{-webkit-transform:scale(1);transform:scale(1)}10%,20%{-webkit-transform:scale(.9) rotate(-8deg);transform:scale(.9) rotate(-8deg)}30%,50%,70%{-webkit-transform:scale(1.3) rotate(8deg);transform:scale(1.3) rotate(8deg)}40%,60%{-webkit-transform:scale(1.3) rotate(-8deg);transform:scale(1.3) rotate(-8deg)}100%,80%{-webkit-transform:scale(1) rotate(0);transform:scale(1) rotate(0)}
}
@keyframes tada {
    0%{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}10%,20%{-webkit-transform:scale(.9) rotate(-8deg);-ms-transform:scale(.9) rotate(-8deg);transform:scale(.9) rotate(-8deg)}30%,50%,70%{-webkit-transform:scale(1.3) rotate(8deg);-ms-transform:scale(1.3) rotate(8deg);transform:scale(1.3) rotate(8deg)}40%,60%{-webkit-transform:scale(1.3) rotate(-8deg);-ms-transform:scale(1.3) rotate(-8deg);transform:scale(1.3) rotate(-8deg)}100%,80%{-webkit-transform:scale(1) rotate(0);-ms-transform:scale(1) rotate(0);transform:scale(1) rotate(0)}
}
.faa-parent.animated-hover:hover>.faa-tada,
.faa-tada.animated,
.faa-tada.animated-hover:hover {
    -webkit-animation:tada 2s linear infinite;
    animation:tada 2s linear infinite;
}
.faa-parent.animated-hover:hover>.faa-tada.faa-fast,
.faa-tada.animated-hover.faa-fast:hover,
.faa-tada.animated.faa-fast {
    -webkit-animation:tada 1s linear infinite;
    animation:tada 1s linear infinite;
}
.faa-parent.animated-hover:hover>.faa-tada.faa-slow,
.faa-tada.animated-hover.faa-slow:hover,
.faa-tada.animated.faa-slow {
    -webkit-animation:tada 3s linear infinite;
    animation:tada 3s linear infinite;
}
@-webkit-keyframes passing {
    0%{-webkit-transform:translateX(-50%);transform:translateX(-50%);opacity:0}50%{-webkit-transform:translateX(0%);transform:translateX(0%);opacity:1}100%{-webkit-transform:translateX(50%);transform:translateX(50%);opacity:0}
}
@keyframes passing {
    0%{-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);opacity:0}50%{-webkit-transform:translateX(0%);-ms-transform:translateX(0%);transform:translateX(0%);opacity:1}100%{-webkit-transform:translateX(50%);-ms-transform:translateX(50%);transform:translateX(50%);opacity:0}
}
.faa-parent.animated-hover:hover>.faa-passing,
.faa-passing.animated,
.faa-passing.animated-hover:hover {
    -webkit-animation:passing 2s linear infinite;
    animation:passing 2s linear infinite;
}
.faa-parent.animated-hover:hover>.faa-passing.faa-fast,
.faa-passing.animated-hover.faa-fast:hover,
.faa-passing.animated.faa-fast {
    -webkit-animation:passing 1s linear infinite;
    animation:passing 1s linear infinite;
}
.faa-parent.animated-hover:hover>.faa-passing.faa-slow,
.faa-passing.animated-hover.faa-slow:hover,
.faa-passing.animated.faa-slow {
    -webkit-animation:passing 3s linear infinite;
    animation:passing 3s linear infinite;
}
@-webkit-keyframes burst {
    0%{opacity:.6}50%{-webkit-transform:scale(1.8);transform:scale(1.8);opacity:0}100%{opacity:0}
}
@keyframes burst {
    0%{opacity:.6}50%{-webkit-transform:scale(1.8);-ms-transform:scale(1.8);transform:scale(1.8);opacity:0}100%{opacity:0}
}
.faa-burst.animated,
.faa-burst.animated-hover:hover,
.faa-parent.animated-hover:hover>.faa-burst {
    -webkit-animation:burst 2s infinite linear;
    animation:burst 2s infinite linear;
}
.faa-burst.animated-hover.faa-fast:hover,
.faa-burst.animated.faa-fast,
.faa-parent.animated-hover:hover>.faa-burst.faa-fast {
    -webkit-animation:burst 1s infinite linear;
    animation:burst 1s infinite linear;
}
.faa-burst.animated-hover.faa-slow:hover,
.faa-burst.animated.faa-slow,
.faa-parent.animated-hover:hover>.faa-burst.faa-slow {
    -webkit-animation:burst 3s infinite linear;
    animation:burst 3s infinite linear;
}

.bookingState span.notBookable {
    display: none;
}
.contentSearch {
    display: none !important;
}
.mapsContainer #map {
    background-image:url("/files/qualli.life/images/activateCard.jpg");
    cursor: pointer;
}
.mod_nistech_quallifewo_booking .mapsContainer {
    display: none;
}
.mod_nistech_quallifewo_displayobject .mapsContainer #map {
    width: 100%;
    height: 200px;
}
body.od .alertBox {
    top: 0;
    padding: 7px;
}
.morePad .ce_text {
    padding-left: 33px;
}
.alertBox a {
    color: #fff !important;
}
.alertBox {
    position: fixed;
    background: red;
    color: #fff !important;
    text-align: center;
    z-index: 99;
    width: 100%;
    top: 59px;
    padding: 20px 15px 15px 15px;
    display: block !important;
}
.mod_nistech_quallifewo_searchresults .Actions.Horizontal i {
    font-size: 16px;
    margin-right: 8px;
    padding: 0 0 0 1px;
    position: absolute;
    left: 0;
    top: 3px;
}
.DetailsObjektLink a {
    padding:  5px 10px;
    display: inline-block;
    text-decoration: none;
    border: 1px solid #295699;
    margin-top: 10px;
}
.mod_nistech_quallifewo_displayobject .scrollLinksContainer {
    overflow-y: auto;
}
.infoArt p {
    line-height: 126%;
}
.InfoArtikel {
    display: none;
}
.mod_nistech_quallifewo_searchresults .Navigation i.notActive {
    visibility: hidden;
}
.mod_nistech_quallifewo_searchresults .Actions.Horizontal.Bookable.StockCheckError i.bookable {
    display: none;
}
.mod_nistech_quallifewo_searchresults .Actions.Horizontal.NotBookable i.notPossible {
    display: none;
}
.mod_nistech_quallifewo_searchresults .Details.Price span {
    font-weight: 400;
}
.mod_nistech_quallifewo_searchresults .Details.Price.ShowPriceEvenError {
    margin-left: 25px;
}
.mod_nistech_quallifewo_searchresults .containerPrice .Bookable {
    float: left;
}
mark {
    background-color: #ffcf84;
    padding: 0 3px;
}
.contentSearch .pagination span,
.contentSearch .pagination a {
    display: inline-block;
    text-decoration: none;
    padding: 5px 10px;
    border: 1px solid #ddd;
}
body.lp .contentSearch .pagination ul li {
    display: inline-block;
}
body.lp .contentSearch .pagination p {
    text-align: center;
}
body.lp .contentSearch .pagination ul {
    display: block;
    overflow: hidden;
    text-align: center;
}
body.lp .contentSearch .pagination {
}
body.lp .mod_search.contentSearch .widget-text {
    width: 30%;
}
body.lp .mod_search form .header {
    margin: 43px 0 0  0;
}
body.lp .mod_search form {
    padding: 15px 30px 14px 30px;
    background: #fff;
    border: 1px solid #ddd;
    overflow: hidden;
    display: block;
    margin-bottom: 20px;
    min-height: 67px;
}
.mod_search > div h3 {
    margin-top: 10px;
}
.mod_search > div {
    padding: 15px 30px 14px 30px;
    background: #fff;
    border: 1px solid #ddd;
    overflow: hidden;
    display: block;
    margin: 0 0 20px 0;
}
.mod_search {
    /*padding: 15px 30px 14px 30px;
    background: #fff;
    border: 1px solid #ddd;
    overflow: hidden;
    display: block;*/
}
.mod_nistech_quallifewo_searchresults .Navigation.Note {
    color: #e67f23;
}
.mod_nistech_quallifewo_searchresults .Navigation.NoEntries {
    color: #ca3b3b;
}
.centerInlineElems > div {
    display: inline-block;
    margin: 10px;
}
.centerInlineElems {
    text-align: center;
}
.mod_nistech_quallifewo_booking .HomeContainer .dateBoxSplitter .inputBg > .dx-datebox {
    width: 100% !important;
}
.mod_nistech_quallifewo_booking .HomeContainer .dateBoxSplitter > span {
    flex: 1;
    top: 6px;
    position: relative;
}
.mod_nistech_quallifewo_booking .HomeContainer .dateBoxSplitter > div {
    flex: 28;
}
form .dx-checkbox-has-text .dx-checkbox-icon,
form .dx-checkbox-has-text .dx-checkbox-text {
    vertical-align: top;
    top: 3px;
}
form [class*='col-' ] {
    margin-top: 0px;
}
.mod_nistech_quallifewo_search .directSearchcontainer .Description {
    margin-bottom: 10px;
}
.mod_nistech_quallifewo_displayobject .Appartements .Actions.Horizontal a:first-child {
    background: #36a139;
}
.SearchForm .dateBox .inputBg > span {
    flex: 1;
    align-self: center;
}
.SearchForm .dateBox .inputBg > div {
    flex: 30;
}
.SearchForm .dateBox .inputBg {
    display: flex;
}
.mod_nistech_quallifewo_search .mod_nistech_quallifewo_smallsearch .normalSearchContainer .dateBox .inputBg > div {
    width: 100% !important;
}
.searchContainer > div.dateBox {
    flex: 4;
}
.searchContainer > div {
    flex: 2;
}
.searchContainer > input {
    flex: 1;
}
.searchContainer {
    display: flex;
}
.dateBox .InputBg > div,
.dateBox .InputBg > span {
    width: 100% !important;
}
.dateBox .InputBg > span {
    flex: 1;
    align-self: center;
}
.dateBox .InputBg > div {
    flex: 15;
}
.dateBox .InputBg {
    display: flex;
}
.ImageAutoWidth figure img {
    width: 100%;
    height: auto;
}
.articleLink a i {
    margin-right: 10px;
    color: #f39c12;
    font-size: 30px;
}
.articleLink a span {
    color: #fff;
    font-size: 18px;
    position: relative;
    top: -4px;
    display: inline-block;
}
.articleLink a {
    display: block;
    background: #3269af;
    background: -moz-linear-gradient(top, #3269af 0%, #295699 100%);
    background: -webkit-linear-gradient(top, #3269af 0%,#295699 100%);
    background: linear-gradient(to bottom, #3269af 0%,#295699 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3269af', endColorstr='#295699',GradientType=0 );
    text-decoration: none;
    padding: 30px;
}
body.lp .ce_text * {
}
body.lp .firstArticle .ce_text {
}
body.lp article.mod_article .ce_text p.more {
    margin-bottom: 0;
}
body.lp article.mod_article .ce_text h2 {
    margin-top: 0;
    font-weight: 500;
    color: #295699;
    position: relative;
    margin-bottom: 10px;
    padding: 0 0 10px 0;
    line-height: 120%;
    border-bottom: 2px solid #f39c12;
}
body.lp article.mod_article .ce_text {
    background: #fff;
    padding: 30px;
    border: 1px solid #ddd;
}
body.lpsh header {
    background-image:url("/files/bv/images/header/header_img4.jpg");
    background-position:center center;
    background-repeat:no-repeat;
    background-size: cover;
}
body.lpus [class*='col-'] .ce_text > figure + h1,
body.lpus [class*='col-'] .ce_text > h1:first-child,
body.lpus [class*='col-'] .ce_text > figure + h2,
body.lpus [class*='col-'] .ce_text > h2:first-child,
body.lpus [class*='col-'] .ce_text > figure + h3,
body.lpus [class*='col-'] .ce_text > h3:first-child,
body.lpus [class*='col-'] .ce_text > figure + h4,
body.lpus [class*='col-'] .ce_text > h4:first-child {
    margin-top: 0;
}
body.lpus h1,
body.lpus h2,
body.lpus h3,
body.lpus h4 {
    line-height: 120%;
}
body.lp .firstArticle .ce_text {
    padding: 15px 30px 14px 30px;
    background: #fff;
    border: 1px solid #ddd;
    overflow: hidden;
    display: block;
}
body.lpus h1.ce_headline span {
    padding: 15px 30px 14px 30px;
    background: #fff;
    border: 1px solid #ddd;
    overflow: hidden;
    display: block;
    font-size: 25px;
}
body.lpus {
}
.mod_nistech_quallifewo_search .mod_nistech_quallifewo_smallsearch form {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.mod_nistech_quallifewo_displayobject .DetaildataDescription .appImgContainer {
    overflow: hidden;
}
.mod_nistech_quallifewo_displayobject .DetaildataDescription .Actions::before {
    content: "";
    display: block;
    clear: both;
    width: 100%;
    height: 1px;
}
.mod_nistech_quallifewo_displayobject .MobileInfo h1 {
    margin-top: 0;
}
.mod_nistech_quallifewo_displayobject .MobileInfo > span > span {
    margin-right: 10px;
}
.mod_nistech_quallifewo_displayobject .MobileInfo > span {
    display: block;
}
.mod_nistech_quallifewo_displayobject .MobileInfo {
    display: none;
}
footer .fcontactBox .contactData .moreInfo {
    display: none;
}
footer .fTelMail span,
footer .fTelMail a {
    display: inline-block;
}
footer .fcontactBox > div {
    flex: 1;
}
footer .fcontactBox {
    display: flex;
    float: left;
    width: 40%;
}
footer .fnavBlock > nav {
    flex: 1;
}
footer .fnavBlock {
    display: flex;
    float: left;
    width: 60%;
}
.mod_nistech_quallifewo_displayobject .burgerContainer .shadow {
    content: " ";
    height: 145px;
    width: 159px;
    background: #000;
    display: block;
    position: absolute;
    top: -41px;
    left: -53px;
    opacity: 0.6;
    filter: blur(30px);
    -webkit-filter: blur(30px);
    -moz-filter: blur(30px);
    -o-filter: blur(30px);
    -ms-filter: blur(30px);
    z-index: 1;
}
select::after {
    content: "";
    position: absolute;
    display: block;
    right: 0;
    top: 0;
    width: 0;
    height: 0; 
    border-style: solid;
    border-width: 5px 4px 0 4px;
    border-color: #000000 transparent transparent transparent;
}
body.od .burgerContainer {
    right: 18px;
    position: absolute;
}
.mod_nistech_quallifewo_offers .Object.Offer .inside,
.mod_nistech_quallifewo_offers .Object.Offer .inside * {
    cursor: pointer;
}
.mod_nistech_quallifewo_displayoffer .Actions {
    margin-top: 20px
}
.mod_nistech_quallifewo_displayoffer .Actions a i {
    margin-right: 8px;
}
.mod_nistech_quallifewo_displayoffer .DetaildataDescription .appImagesContainer figure {
    width: 100px;
    height: 100px;
    float: left;
    margin: 0 10px 10px 0;
}
.mod_nistech_quallifewo_displayoffer .DetaildataDescription .descContainer {
    width: 100%;
    float: none;
}
.mod_nistech_quallifewo_offers .Object.Offer .Details.Price {
    border-top: 1px solid #ddd;
    padding: 10px 0;
    border-bottom: 1px solid #ddd;
    margin: 15px 0;
    color: #48A341;
    font-size: 20px;
    font-weight: 600;
}
.mod_nistech_quallifewo_offers .Object.Offer .ObjektName {
    font-size: 20px;
    color: #fff;
    font-weight: 600;
    margin: 15px 0 0 0;
}
.mod_nistech_quallifewo_offers .Object.Offer .offerRight .inner {
    margin-left: 60px;
}
.mod_nistech_quallifewo_offers .Object.Offer .inner {
    position: relative;
    z-index: 2;
}
.mod_nistech_quallifewo_offers .Object.Offer .image_container a {
    outline: none;
}
.mod_nistech_quallifewo_offers .Object.Offer .image_container img {
    display: blocki;
    width: 100%;
    transform: translateY(-20%);
}
.mod_nistech_quallifewo_offers .Object.Offer .image_container {
    max-height: 150px;
    overflow: hidden;
}
h3 {
    line-height: 130%;
}
.mod_nistech_quallifewo_offers .col-12-12.minusHeading > h2,
.mod_nistech_quallifewo_offers .col-12-12.minusHeading > h1 {
    padding: 20px 30px;
    background: #fff;
    border: 1px solid #ddd;
}
.ScrollLogoContainer a img {
    width: 100%;
    display: block;
    height: auto;
}
.ScrollLogoContainer a {
    display: block;
    width: 120px;
    overflow: hidden;
    top: 11px;
    position: absolute;
}
.ScrollLogoContainer {
}
.mod_nistech_quallifewo_offers .offersContentBox .Object.Offer .Actions {
}
.mod_nistech_quallifewo_offers .offersContentBox .Object.Offer .Actions.ActionMobile {
    display: none;
}
.mod_nistech_quallifewo_offers .Object.Offer .Address {
    color: #fff;
    margin-top: 5px;
}
.mod_nistech_quallifewo_offers .offersContentBox .Object.Offer .Actions i {
    margin-right: 8px;
}
.mod_nistech_quallifewo_offers .Object.Offer h3 {
    margin-bottom: 10px !important;
}
.mod_nistech_quallifewo_offers .offerRight {
    float: right;
    width: 70%;
}
.mod_nistech_quallifewo_offers .Object.Offer .inside::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: calc(30% + 45px);
    display: block;
    z-index: 1;
    background: #295699; /* Old browsers */
    background: -moz-linear-gradient(top, #295699 2%, #3269af 99%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #295699 2%,#3269af 99%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #295699 2%,#3269af 99%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#295699', endColorstr='#3269af',GradientType=0 ); /* IE6-9 */
}
.mod_nistech_quallifewo_offers .Object.Offer .inside:hover {
    -webkit-box-shadow: 6px 6px 5px -3px rgba(0,0,0,0.1);
    -moz-box-shadow: 6px 6px 5px -3px rgba(0,0,0,0.1);
    box-shadow: 6px 6px 5px -3px rgba(0,0,0,0.1);
    border-color: #aaa;
}
.mod_nistech_quallifewo_offers .offerLeft {
    float: left;
    width: 30%;
    position: relative;
}
.mod_nistech_quallifewo_offers .Object.Offer .inside {
    overflow: hidden;
    padding: 30px !important;
    border: 1px solid #ddd;
    background: #fff;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
}
.mod_nistech_quallifewo_offers .Object.Offer h3 {
    margin-top: 0;
}
.mod_nistech_quallifewo_displayobject .burgerContainer {
    opacity: 1;
}
input,
select,
textarea {
    outline: none !important;
}
.lastMinuteArea.bookLMA {
    margin: 50px 0 -120px 0;
    top: -90px;
    z-index: -1;
}
.mod_nistech_quallifewo_booking .HomeContainer.Success::after {
    left: 130px;
    width: 22px;
}
.mod_nistech_quallifewo_booking .HomeContainer.Success i {
    position: absolute;
    top: 10px;
    left: 50px;
    display: block;
    font-size: 70px;
    color: #eee;
    line-height: 100px;
    font-weight: 300;
    z-index: 2;
}
.mod_nistech_quallifewo_booking .HomeContainer.Success::before {
    display: none;
}
.mod_nistech_quallifewo_booking .HomeContainer .Contact,
.mod_nistech_quallifewo_booking .HomeContainer .Book {
    margin-bottom: 0;
    margin-top: 5px !important;
}
.mod_nistech_quallifewo_booking .HomeContainer::after {
    top: 45px;
    left: 80px;
    content: '';
    position: absolute;
    width: 75px;
    border-bottom: 1px solid #f39c12;
    display: block;
    z-index: 1;
}
.mod_nistech_quallifewo_booking .HomeContainer > h3::after,
.mod_nistech_quallifewo_booking .HomeContainer > h3 a {
    display: table-cell;
}
.mod_nistech_quallifewo_booking .HomeContainer > h3::after {
    top: -13px;
    left: 10px;
    content: '';
    position: relative;
    width: 100%;
    border-bottom: 1px solid #f39c12;
}
.mod_nistech_quallifewo_booking .HomeContainer > h3 a {
    width: auto;
    line-height: 130%;
}
:-moz-placeholder {
    color: #888 !important;
    font-size: 12px !important;
}
:-ms-input-placeholder {
    color: #888 !important;
    font-size: 12px !important;
}
::-moz-placeholder {
    color: #888 !important;
    font-size: 12px !important;
}
::-webkit-input-placeholder {
    color: #888 !important;
    font-size: 12px !important;
}
.mod_nistech_quallifewo_booking .Customer * {
    outline: none;
}

/* error */
.mod_nistech_quallifewo_booking .Customer .error input,
.mod_nistech_quallifewo_booking .Customer .error select,
.mod_nistech_quallifewo_booking .Customer .error .bgCheckbox {
    /*border-color: #C92E2E;*/
}

/* error */
.mod_nistech_quallifewo_booking .Customer .error label,
.mod_nistech_quallifewo_booking .Customer .error sup {
    /*color: #C92E2E;*/
}
.mod_nistech_quallifewo_booking sup {
    color: #e67f23;
    font-size: 12px;
    padding: 0 0 0 2px;
    position: relative;
    top: -2px;
}
.mod_nistech_quallifewo_booking .Customer .bgCheckbox {
    background: #f8f8f8;
    border: 1px solid #cdcdcd;
    display: block;
    position: relative;
    padding: 10px;
    width: 100%;
}
.mod_nistech_quallifewo_booking .Customer .bgCheckbox label {
    float: left;
    margin: 0 0 0 13px;
    width: calc(100% + -30px);
    color: #333;
}
.mod_nistech_quallifewo_booking .Customer .bgCheckbox input {
    width: 17px;
    align-self: center;
}
.mod_nistech_quallifewo_booking .personalData .Customer .bgCheckbox {
    overflow: hidden;
    display: flex;
}
.mod_nistech_quallifewo_booking .personalData .Description,
.mod_nistech_quallifewo_booking .personalData h3,
.mod_nistech_quallifewo_booking .personalData .Book {
    margin-right: 30px !important;
}
.mod_nistech_quallifewo_booking .HomeContainer.personalData {
    padding-right: 0;
}
.mod_nistech_quallifewo_booking .Customer [class*="col-"] {
    padding-right: 30px;
}
.mod_nistech_quallifewo_booking .Customer [class*="col-"] {
    margin-top: 15px;
}
.mod_nistech_quallifewo_booking .Customer .col-12-12 {
}
.mod_nistech_quallifewo_booking .Customer input,
.mod_nistech_quallifewo_booking .Customer textarea,
.mod_nistech_quallifewo_booking .Customer select {
    background: #f8f8f8;
    border: 1px solid #cdcdcd;
    display: block;
    position: relative;
    padding: 10px;
    width: 100%;
}
.beforeCol12 {
    display: block;
    height: 0px;
    clear: both;
    overflow: hidden;
    width: 100%:
}
.mod_nistech_quallifewo_booking .HomeContainer .Back {
    clear: both;
    display: none;
}
.mod_nistech_quallifewo_booking .HomeContainer .Contact a i {
    position: absolute;
    top: 15px;
    font-size: 14px;
    left: 10px;
    color: #888;
}
.mod_nistech_quallifewo_booking .HomeContainer .Contact a:hover {
    background-color: #fff;
}
.mod_nistech_quallifewo_booking .HomeContainer .Contact a {
    text-decoration: none;
    position: relative;
    padding: 10px 20px 10px 35px;
    display: inline-block;
    margin-top: 0;
    background-color: #eee;
    border: 1px solid #ccc;
    color: #555;
}
.mod_nistech_quallifewo_booking .HomeContainer .Contact {
    float: left;
    margin-top: 15px;
}
.mod_nistech_quallifewo_booking #map {
    width: 48%;
    float: right;
    border: 1px solid #cdcdcd;
}
.mod_nistech_quallifewo_booking .ErrorDescription * {
    color: #C92E2E;
}
.mod_nistech_quallifewo_booking .ErrorDescription {
    margin-top: 10px;
}
.mod_nistech_quallifewo_booking .inputBg.errorTo,
.mod_nistech_quallifewo_booking .inputBg.errorFrom {
    border-color: #C92E2E;
}
.mod_nistech_quallifewo_booking .HomeContainer .Book a i {
    position: absolute;
    top: 11px;
    font-size: 22px;
    left: 10px;
}
.mod_nistech_quallifewo_booking .HomeContainer .Book a:hover {
    background-color: #56c04e;
}
.mod_nistech_quallifewo_booking .HomeContainer .Book a {
    text-decoration: none;
    position: relative;
    padding: 11px 20px 11px 40px;
    display: inline-block;
    margin-top: 0;
    background-color: #48A341;
    border-color: #48A341;
}
.mod_nistech_quallifewo_booking .HomeContainer .Book {
    overflow: hidden;
    float: right;
    margin-top: 15px;
}
.mod_nistech_quallifewo_booking .aeButton:hover {
    background: #3269af;
}
.mod_nistech_quallifewo_booking .aeButton i {
    margin-right: 10px;
}
.mod_nistech_quallifewo_booking .aeButton {
    background: #295699;
    color: #fff;
    cursor: pointer;
    border: none;
    outline: none;
    /*padding: 11px 20px;*/
    padding: 5px 12px;
    -webkit-transition: background-color 0.3s;
    -moz-transition: background-color 0.3s;
    -o-transition: background-color 0.3s;
    -ms-transition: background-color 0.3s;
    transition: background-color 0.3s;
    margin-top: 15px;
    display: inline-block;
    text-decoration: none;
}
.PriceTable.table {
    background: #f8f8f8;
    border: 1px solid #cdcdcd;
    position: relative;
    padding: 10px;
}
.Object.table {
    background: #f8f8f8;
    border: 1px solid #cdcdcd;
    display: inline-block;
    position: relative;
    padding: 10px;
    width: 48%;
    float: left;
    min-height: 85px;
}
.mod_nistech_quallifewo_booking .inputBg input {
    width: 100% !important;
}

/* lightbox */
#cboxPrevious {
    width: 0px !important;
    height: 0px !important;
    -webkit-transform:rotate(360deg) !important;
    border-style: solid !important;
    border-width: 20px 20px 20px 0 !important;
    border-color: transparent #ffffff transparent transparent !important;
    outline: none !important;
    background: none !important;
    left: -50px !important;
}

/* lightbox */
#cboxNext {
    width: 0px !important;
    height: 0px !important;
    -webkit-transform:rotate(360deg) !important;
    border-style: solid !important;
    border-width: 20px 0 20px 20px !important;
    border-color: transparent transparent transparent #ffffff !important;
    outline: none !important;
    background: none !important;
    right: -50px !important;
}

/* lightbox */
#cboxLoadingGraphic {
    display: none !important;
}

/* lightbox */
#cboxOverlay {
    background: #203449 !important;
    opacity: 0.95 !important;
}

/* lightbox */
.cboxPhoto {
    -webkit-box-shadow: 0px 0px 100px 11px rgba(0,0,0,0.3) !important;
    -moz-box-shadow: 0px 0px 100px 11px rgba(0,0,0,0.3) !important;
    box-shadow: 0px 0px 100px 11px rgba(0,0,0,0.3) !important;
    display: block !important;
}

/* lightbox */
#cboxContent {
    background: transparent !important;
}

/* lightbox */
#cboxLoadedContent {
    border: 5px solid transparent !important;
    background: transparent !important;
}

/* lightbox */
#cboxClose::after {
    content: "";
    color: #fff;
    display: block;
    width: 20px;
    height: 3px;
    background: #fff;
    position: absolute;
    top: 9px;
    left: 0;
    transform: rotate(-45deg);
    transform-origin: 50% 50%;
}

/* lightbox */
#cboxClose::before {
    content: "";
    color: #fff;
    display: block;
    width: 20px;
    height: 3px;
    background: #fff;
    position: absolute;
    top: 9px;
    left: 0;
    transform: rotate(45deg);
    transform-origin: 50% 50%;
}

/* lightbox */
#cboxClose {
    top: -21px !important;
    background: none !important;
    width: 20px !important;
    height: 20px !important;
    text-indent: inherit !important;
    color: transparent !important;
}

/* lightbox */
#cboxCurrent {
    display: none !important;
}

/* lightbox */
#colorbox,
#colorbox * {
    overflow: visible !important;
}
.mod_nistech_quallifewo_displayobject .Appartements .bookingState {
    position: absolute;
    right: 34px;
    top: 38px;
    height: 25px;
    width: 25px;
}
.mod_nistech_quallifewo_booking .tfoot .td::before {
    content: "";
    display: block;
    position: absolute;
    top: 2px;
    left: 0;
    height: 1px;
    background: #bbb;
    width: 100%;
}
.mod_nistech_quallifewo_booking .tfoot .alignRight {
    text-align: right;
    font-weight: 600;
}
.mod_nistech_quallifewo_booking .tfoot .td {
    border-top: 1px solid #bbb;
    position: relative;
    padding-top: 10px !important;
    padding-bottom: 0 !important;
}
.mod_nistech_quallifewo_booking .Price {
    text-align: right;
    padding-right: 0 !important;
}
.mod_nistech_quallifewo_booking .th {
    font-weight: 600;
    border-bottom: 1px solid #ccc;
}
.mod_nistech_quallifewo_booking input.aeButton {
    margin-top: 10px;
}
.mod_nistech_quallifewo_booking .PriceTable {
    width: 100%;
}
.mod_nistech_quallifewo_booking form {
    margin-bottom: 0;
}
.mod_nistech_quallifewo_booking .Fieldnote {
    font-size: 13px;
    color: #999;
    width: 100%;
    display: block;
    padding-left: 1px;
    margin-top: 3px;
}
.mod_nistech_quallifewo_booking .Fieldnote {
    font-size: 13px;
    color: #999;
    width: 100%;
    display: block;
    padding-left: 1px;
    margin-top: 3px;
}
.mod_nistech_quallifewo_booking .inputBg {
    width: 100%;
}
.mod_nistech_quallifewo_booking .HomeContainer .dateBox > span {
    float: left;
}
.mod_nistech_quallifewo_booking .HomeContainer .dateBoxSplitter {
    /*float: left;
    width: 50%;*/
    display: flex;
}
.mod_nistech_quallifewo_booking .HomeContainer .dateBox {
    overflow: hidden;
}
.mod_nistech_quallifewo_booking .HomeContainer .td.bold {
    font-weight: 600;
}
.mod_nistech_quallifewo_booking .HomeContainer .td,
.mod_nistech_quallifewo_booking .HomeContainer .th {
    padding: 5px 10px 5px 0;
}
.table .tr .td,
.table .tr .th {
    display: table-cell;
}
.table .tr {
    display: table-row;
}
.table .thead {
    display: table-header-group;
}
.table .tbody {
    display: table-row-group;
}
.table .tfoot {
    display: table-footer-group;
}
.table {
    display: table;
}
.mod_nistech_quallifewo_booking .HomeContainer > h3 {
    margin: 0 0 20px 0;
    white-space: nowrap;
    display: table;
    position: relative;
    overflow: hidden;
}
.mod_nistech_quallifewo_booking .HomeContainer:nth-child(5)::before {
    content: "5";
}
.mod_nistech_quallifewo_booking .HomeContainer:nth-child(4)::before {
    content: "4";
}
.mod_nistech_quallifewo_booking .HomeContainer:nth-child(3)::before {
    content: "3";
}
.mod_nistech_quallifewo_booking .HomeContainer:nth-child(2)::before {
    content: "2";
}
.mod_nistech_quallifewo_booking .HomeContainer:nth-child(1)::before {
    content: "1";
}
.mod_nistech_quallifewo_booking .HomeContainer::before {
    position: absolute;
    top: 10px;
    left: 30px;
    display: block;
    font-size: 70px;
    color: #eee;
    line-height: 100px;
    font-weight: 300;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
    z-index: 2;
}
.mod_nistech_quallifewo_booking .HomeContainer:hover {
    -webkit-box-shadow: 6px 6px 5px -3px rgba(0,0,0,0.1);
    -moz-box-shadow: 6px 6px 5px -3px rgba(0,0,0,0.1);
    box-shadow: 6px 6px 5px -3px rgba(0,0,0,0.1);
}
.mod_nistech_quallifewo_booking .HomeContainer {
    padding: 30px 30px 30px 165px;
    background: #fff;
    border: 1px solid #ddd;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
    position: relative;
    width: 70%;
    margin: 0 auto 10px auto;
    overflow: hidden;
}
.overOfferElem {
    margin-bottom: 90px;
}
.detailSearchLink:hover {
    background: #f39c12;
}
.detailSearchLink {
    position: absolute;
    top: -60px;
    left: 279px;
    height: 40px;
    background: #e67f23;
    padding: 11px 58px;
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    overflow: hidden;
    text-decoration: none;
}
#SearchTable {
    width: 100%;
}
#SearchTable .normalSearchContainer h4 {
    margin-top: 0;
}
#SearchTable .directSearchcontainer .closen,
#SearchTable .directSearchcontainer .fa-minus,
#SearchTable .directSearchcontainer.open .open,
#SearchTable .directSearchcontainer.open .fa-plus {
    opacity: 0;
    visibility: hidden;
    display: none;
}
#SearchTable .directSearchcontainer.open .closen,
#SearchTable .directSearchcontainer.open .fa-minus {
    opacity: 1;
    visibility: visible;
    display: inline;
}
#SearchTable .directSearchcontainer.open {
    height: auto;
}
#SearchTable .directSearchcontainer {
    overflow: hidden;
    clear: both;
    height: 45px;
    top: 8px;
    position: relative;
}
#SearchTable .directSearchcontainer h4,
#SearchTable .directSearchcontainer h4 span {
    line-height: 140%;
    color: #333;
    font-size: 20px;
}
#SearchTable .directSearchcontainer i {
    font-size: 15px;
    color: #295699;
    margin: 0 5px 0 0;
    position: relative;
    top: -1px;
}
#SearchTable .directSearchcontainer h4 {
    cursor: pointer;
    margin-bottom: 0;
    margin-top: 0;
}
#SearchTable h5 {
    color: #295699;
    margin: 17px 0 8px 0;
    display: block;
    font-size: 14px;
}
#MerkmaleTable .MerkmaleTableSplitter > div {
    margin: 0 15px 15px 0;
    width: 100%;
}
#MerkmaleTable .MerkmaleTableSplitter {
    float: left;
    width: 50%;
}
#MerkmaleTable .InternetContainer input {
    background-image:url("/files/qualli.life/images/icons/icon_internet.svg");
}
#MerkmaleTable .WashMashineContainer input {
    background-image:url("/files/qualli.life/images/icons/icon_waschmaschine.svg");
}
#MerkmaleTable .DishwasherContainer input {
    background-image:url("/files/qualli.life/images/icons/icon_spuelmaschine.svg");
}
#MerkmaleTable .NonsmokerContainer input {
    background-image:url("/files/qualli.life/images/icons/icon_nichtraucher.svg");
}
#MerkmaleTable .PetsContainer input {
    background-image:url("/files/qualli.life/images/icons/icon_tiere.svg");
}
#MerkmaleTable .SeaviewContainer input {
    background-image:url("/files/qualli.life/images/icons/icon_meerblick.svg");
}
#MerkmaleTable input[type=checkbox]:checked::before {
    display: block;
}
#MerkmaleTable input[type=checkbox]::before {
    display: none;
    position: absolute;
    top: 2px;
    right: 1px;
    font-size: 10px;
    color: #f39c12;
    text-shadow: 1px 1px 1px rgba(41, 86, 153, 1);
}
#MerkmaleTable input[type=checkbox]:checked {
    opacity: 1;
}
#MerkmaleTable input[type=checkbox] {
    width:  30px;
    height: 30px;
    opacity: 1;
    position: relative;
    border: none;
    float: left;
}
#MerkmaleTable input[type=checkbox],
#MerkmaleTable label {
    cursor: pointer;
}
#MerkmaleTable label ::-moz-selection {
    background: transparent !important;
    color: inherit !important;
}
#MerkmaleTable label ::selection {
    background: transparent !important;
    color: inherit !important;
}
#MerkmaleTable label {
    line-height: 30px;
    color: #4d4d4d;
    padding: 0 0 0 5px !important;
}
#MerkmaleTable input[type=checkbox] {
}
.normalSearchContainer .raumBox {
    flaot: right;
}
.normalSearchContainer .personBox {
    margin: 0 1.99%;
}
.normalSearchContainer input,
.normalSearchContainer select {
    height: 42px;
}
.normalSearchContainer .dateBox .calContainer {
    width: 100%;
    float: none;
}
.normalSearchContainer .dateBox {
    overflow: hidden;
}
.kritBox1 > div {
    float: left;
    width: 32%;
}
.kritBox1 {
    clear: both;
    width: 100%;
    float: none;
    overflow: hidden;
    margin-top: 15px;
}
.objBez {
    margin-right: 4%;
}
.objBez,
.objNr {
    float: left;
    width: 48%;
}
.subContainer {
    clear: both;
}
.mod_nistech_quallifewo_search .mod_nistech_quallifewo_smallsearch span.Description {
    color: #aaa;
    font-size: 12px;
    margin-left: 10px;
}
.mod_nistech_quallifewo_search .mod_nistech_quallifewo_smallsearch p.Description,
.mod_nistech_quallifewo_search .mod_nistech_quallifewo_smallsearch span.Description {
    color: #aaa;
    font-size: 12px;
}
.mod_nistech_quallifewo_search .mod_nistech_quallifewo_smallsearch .objBez span,
.mod_nistech_quallifewo_search .mod_nistech_quallifewo_smallsearch .objNr span {
    display: block;
    margin: 5px 0 0 0;
}
.mod_nistech_quallifewo_search .mod_nistech_quallifewo_smallsearch .objBez input,
.mod_nistech_quallifewo_search .mod_nistech_quallifewo_smallsearch .objNr input {
    /*background: #f8f8f8;
    border: 1px solid #cdcdcd;
    display: inline-block;
    position: relative;
    padding: 10px;
    width: 100%;*/
}
.mod_nistech_quallifewo_search .mod_nistech_quallifewo_smallsearch #MerkmaleTable label {
    margin: 0 20px 0 0;
}
.mod_nistech_quallifewo_search .mod_nistech_quallifewo_smallsearch #MerkmaleTable * {
    display: inline-block;
}
.mod_nistech_quallifewo_search .mod_nistech_quallifewo_smallsearch .normalSearchContainer .inputBg select,
.mod_nistech_quallifewo_search .mod_nistech_quallifewo_smallsearch .normalSearchContainer .inputBg input {
    width: 100%;
}
.mod_nistech_quallifewo_search .mod_nistech_quallifewo_smallsearch .normalSearchContainer .inputBg {
    width: 100%;
}
.mod_nistech_quallifewo_search .mod_nistech_quallifewo_smallsearch .normalSearchContainer .dateBox > span,
.mod_nistech_quallifewo_booking .dateBox > span {
    width: 4%;
    position: relative;
    top: 9px;
    text-align: center;
}
.mod_nistech_quallifewo_search .mod_nistech_quallifewo_smallsearch .normalSearchContainer .dateBox .inputBg,
.mod_nistech_quallifewo_booking .dateBox .dateBoxSplitter {
    /*width: 48%;*/
}
.mod_nistech_quallifewo_search .mod_nistech_quallifewo_smallsearch .normalSearchContainer .dateBox input {
    width: 100%;
}
.mod_nistech_quallifewo_search .mod_nistech_quallifewo_smallsearch .normalSearchContainer .dateBox label {
    display: block;
    float: none;
}
.mod_nistech_quallifewo_search .mod_nistech_quallifewo_smallsearch .normalSearchContainer .dateBox * {
    /*display: block;
    float: left;*/
}
.mod_nistech_quallifewo_search .normalSearchContainer {
    clear: both;
    overflow: hidden;
}
input[type=checkbox] {
    width: 15px;
    height: 15px;
    border: 1px solid #ccc;
}
input[type=submit],
button,
#MerkmaleTable input[type=checkbox],
select,
input,
textarea {
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
    border-radius: 0 !important;
}
.mod_nistech_quallifewo_displayobject .ObjectDescription_small_left > span {
    margin-bottom: 10px;
}
.mod_nistech_quallifewo_displayobject .ObjectDescription_small_left span {
    display: block;
}
.mod_nistech_quallifewo_smallsearch .searchContainer {
    overflow: hidden;
}
.fullScreenNav .resNav a span,
.fullScreenNav .resNav strong span {
    color: #fff;
}
.fullScreenNav ul.level_1 > li > a span {
    color: #e3bd7e;
}
.mod_nistech_quallifewo_displayobject .Appartements .Actions.Horizontal.secondCta {
    float: none;
    padding-top: 15px;
    display: none;
}
.mod_nistech_quallifewo_displayobject .backLinkSD i {
    color: #f39c12;
    display: block;
    font-size: 40px;
}
.mod_nistech_quallifewo_displayobject .backLinkSD {
    text-decoration: none;
    background: #fff;
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 40px;
    position: absolute;
    left: -20px;
    top: 40px;
}
.mod_nistech_quallifewo_displayobject .scrollLinksContainer ul li a {
    text-decoration: none;
    padding: 3px 0;
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.mod_nistech_quallifewo_displayobject .Appartement > i {
    position: absolute;
    right: 30px;
    top: 30px;
}
.ActionsSpacer {
    display: block;
    height: 1px;
    overflow: hidden;
    margin: 10px 0 15px;
    width: 100%;
    clear: both;
    background: #ddd;
}
.mod_nistech_quallifewo_displayobject .appMerkmale img:last-child {
    margin-right: 0;
}
.appHeadToSamll {
    float: none !important;
    display: inline-block !important;
    width: auto !important;
    overflow: hidden;
}
.mod_nistech_quallifewo_displayobject .ObjectDescription_small_left.singleObject .image_container {
    width: 100%;
    float: none;
    height: auto;
}
.mod_nistech_quallifewo_displayobject .ObjectDescription_small_left.singleObject .scrollLinksContainer {
    display: none;
}
.mod_nistech_quallifewo_displayobject .singleObject .mapsContainer {
    float: none;
    width: 100%;
    border: 1px solid #ddd;
    -webkit-box-shadow: 6px 6px 5px -3px rgba(0,0,0,0.1);
    -moz-box-shadow: 6px 6px 5px -3px rgba(0,0,0,0.1);
    box-shadow: 6px 6px 5px -3px rgba(0,0,0,0.1);
     left: 0;
    bottom: 0;
}
.mod_nistech_quallifewo_displayobject .singleObject #map {
    width: 100%;
    height: 200px;
}
.dfImage img {
    width: auto !important;
    transform: translateX(-50%);
}
header .navContainer span {
    color: #fff;
    line-height: 100%;
}
.mod_nistech_quallifewo_displayobject .objHeaderImg h3 {
    position: absolute;
    bottom: 0;
    left: 30px;
    color: #fff;
    z-index: 97;
}
.mod_nistech_quallifewo_displayobject .objHeaderImg > img {
    display: block;
    width: 120%;
    transform: translate(-50px, -50%);
    filter: blur(10px); 
    -webkit-filter: blur(10px);
    -moz-filter: blur(10px); 
    -o-filter: blur(10px); 
    -ms-filter: blur(10px);
    opacity: 0.6;
}
.mod_nistech_quallifewo_displayobject .singleObject .objHeaderImg {
    left: 0;
    top: 0;
    margin-bottom: 20px;
    border: 1px solid #ddd;
    -webkit-box-shadow: 6px 6px 5px -3px rgba(0,0,0,0.1);
    -moz-box-shadow: 6px 6px 5px -3px rgba(0,0,0,0.1);
    box-shadow: 6px 6px 5px -3px rgba(0,0,0,0.1);
}
.mod_nistech_quallifewo_displayobject .objHeaderImg {
    width: 108%;
    height: 150px;
    position: relative;
    overflow: hidden;
    left: -30px;
    top: -31px;
    background: #fff;
}
.mod_nistech_quallifewo_displayobject .ObjectDescription_small_left .Masterdata {
    border-bottom: 1px solid #e3bd7e;
    margin-bottom: 15px;
}
.mod_nistech_quallifewo_displayobject .scrollLinksContainer ul {
    padding-left: 10px;
    margin-left: 8px;
    list-style: square;
}
.mod_nistech_quallifewo_displayobject .Appartements .appImagesContainer .image_container a img {
    width: 100px;
}
.mod_nistech_quallifewo_displayobject .Appartements .Actions.Horizontal a:last-child {
    background: #f39c12;
}
.mod_nistech_quallifewo_displayobject .Appartements .Actions.Horizontal i,
.mod_nistech_quallifewo_offers .offersContentBox .Object.Offer .Actions i {
    position: relative;
    font-size: 100%;
}
.mod_nistech_quallifewo_displayobject .Appartements .descInside {
    overflow: hidden;
    clear: both;
    padding-top: 20px;
}
.mod_nistech_quallifewo_displayobject .Appartements .appImgContainer {
    float: right;
    width: 40%;
}
.mod_nistech_quallifewo_displayobject .Appartements .DetaildataInside {
    float: left;
    width: 60%;
    padding-right: 40px;
}
.mod_nistech_quallifewo_displayobject .Appartements h4,
.mod_nistech_quallifewo_displayoffer h4 {
    font-size: 20px;
    position: relative;
    padding: 0 0 5px 0;
    border-bottom: 2px solid #e67f23;
}
.mod_nistech_quallifewo_displayobject .Appartements .DetaildataInside > span > span {
    display: inline-block;
    min-width: 170px;
    position: absolute;
    top: 0;
    left: 0;
}
.mod_nistech_quallifewo_displayobject .Appartements .DetaildataInside > span {
    display: block;
    margin-bottom: 5px;
    position: relative;
    padding: 0 0 0 170px;
}
.mod_nistech_quallifewo_displayobject .Appartements .appHead {
    overflow: hidden;
    padding: 10px 0;
    margin: 25px 0 10px 0;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}
.mod_nistech_quallifewo_displayobject .Appartements .Actions.Horizontal a,
.mod_nistech_quallifewo_offers .offersContentBox .Object.Offer .Actions a,
.mod_nistech_quallifewo_displayoffer .Actions a {
    display: inline-block;
    background: #f39c12;
    text-decoration: none;
    color: #fff;
    padding:  9px 10px 10px 10px;
}
.mod_nistech_quallifewo_displayobject .Appartements .Detaildata {
    overflow: hidden;
    clear: both;
}
.mod_nistech_quallifewo_displayobject .Appartements .Actions.Horizontal {
    float: right;
    display: inline;
}
.mod_nistech_quallifewo_displayobject .Appartements .appMerkmale.merkmale {
    float: left;
    display: inline;
}
.mod_nistech_quallifewo_displayobject .Appartements .appImagesContainer .image_container a {
    overflow: hidden;
    display: block;
}
.mod_nistech_quallifewo_displayobject .Appartements .appImagesContainer .image_container:nth-child(even) {
}
.mod_nistech_quallifewo_displayobject .Appartements .appImagesContainer .image_container {
    width: 100px;
    max-height: 66px;
    float: left;
    overflow: hidden;
    display: block;
    margin: 0 10px 10px 0;
}
.mod_nistech_quallifewo_displayobject .Appartements .appImagesContainer {
    clear: both;
    overflow: hidden;
    display: block;
}
.mod_nistech_quallifewo_displayobject .ObjectDescription_small_left .image_container a img {
}
.mod_nistech_quallifewo_displayobject .objectAddress {
    margin-bottom: 10px;
    display: inline-block;
}
.mod_nistech_quallifewo_displayobject .ObjectDescription_small_left .contentImages .image_container:nth-child(even) a {
    margin-left: 5px;
}
.mod_nistech_quallifewo_displayobject .ObjectDescription_small_left .contentImages .image_container:nth-child(odd) a {
    margin-right: 5px;
}
.mod_nistech_quallifewo_displayobject .ObjectDescription_small_left .contentImages .image_container a {
    outline: none;
}
.mod_nistech_quallifewo_displayobject .ObjectDescription_small_left .image_container a {
    display: block;
    overflow: hidden;
}
.mod_nistech_quallifewo_displayobject .ObjectDescription_small_left .image_container {
    width: 50%;
    float: left;
    /*height: 90px;*/
    height: auto;
    margin-bottom: 10px;
}
.mod_nistech_quallifewo_displayobject .ObjectDescription_small_left .contentImages {
    clear: both;
    overflow: hidden;
    margin-bottom: 10px;
}
.ObjectDescription_small_left .image_container img {
    width: 100%;
}
.ObjectDescription_small_left::before {
    position: absolute;
    top: 33px;
    right: -9px;
    content: ' ';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 0 10px 10px;
    border-color: transparent transparent transparent #295699;
}
.ObjectDescription_small_left .reNavTel {
}
.ObjectDescription_small_left .reNavLogo {
    margin: 0 auto;
    display: block;
    max-width: 200px;
}
.mod_nistech_quallifewo_displayobject .DetaildataDescription h3 {
    margin: 0 0 30px 0;
    line-height: 120%;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
    letter-spacing: 1px;
}
.mod_nistech_quallifewo_displayobject .descContainer p {
    margin: 0;
}
.mod_nistech_quallifewo_displayobject #map {
    width: 100%;
    height: auto;
}
.mod_nistech_quallifewo_displayobject .mapsContainer {
    /*float: right;
    width: 30%;*/
        float: none;
        width: calc(100% + 60px);
        overflow: hidden;
        position: relative;
        left: -30px;
        bottom: -30px;
    z-index: 1;
}
.mod_nistech_quallifewo_displayobject .descContainer {
    /*float: left;
    width: 66%;
    margin-right: 4%;*/
}
.mod_nistech_quallifewo_displayobject .DetaildataDescription.singleObject {
    padding: 0;
    background: none;
    border: none;
    box-shadow: none;
}
.mod_nistech_quallifewo_displayobject .DetaildataDescription {
    padding: 30px;
    background: #fff;
    border: 1px solid #ddd;
    -webkit-box-shadow: 6px 6px 5px -3px rgba(0,0,0,0.1);
    -moz-box-shadow: 6px 6px 5px -3px rgba(0,0,0,0.1);
    box-shadow: 6px 6px 5px -3px rgba(0,0,0,0.1);
    margin: 0 0 20px 0;
    float: right;
    width: 70%;
}
.mod_nistech_quallifewo_displayobject .appMerkmale img {
    width: 40px;
    height: 40px;
    display: block;
    float: left;
    margin-right: 3px;
}
.mod_nistech_quallifewo_displayobject .col-12-12 {
    overflow: hidden;
}
.ObjectDescription_small_left.stick {
    position: fixed;
    top: 0;
    width: 409px !important;
}
.mod_nistech_quallifewo_displayobject .Appartements > div h2 {
    margin-top: 0;
    padding-right: 50px;
    line-height: 120%;
}
.mod_nistech_quallifewo_displayobject .Appartements > div {
    padding: 30px;
    background: #fff;
    overflow: hidden;
    position: relative;
    border: 1px solid #ddd;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
    -webkit-box-shadow: 6px 6px 5px -3px rgba(0,0,0,0.1);
    -moz-box-shadow: 6px 6px 5px -3px rgba(0,0,0,0.1);
    box-shadow: 6px 6px 5px -3px rgba(0,0,0,0.1);
    -webkit-box-shadow: 6px 6px 5px -3px rgba(0,0,0,0.1);
    -moz-box-shadow: 6px 6px 5px -3px rgba(0,0,0,0.1);
    box-shadow: 6px 6px 5px -3px rgba(0,0,0,0.1);
    margin: 0 0 20px 0;
}
.mod_nistech_quallifewo_displayobject .ObjectDescription_small_left .DetaildataDescription * {
    font-weight: normal !important;
}
.mod_nistech_quallifewo_displayobject .ObjectDescription_small_left h1 {
    margin-top: 0;
    line-height: 110%;
    font-size: calc(15px + 0.5vw);
}
.mod_nistech_quallifewo_displayobject .ObjectDescription_small_left * {
    color: #fff;
}
.mod_nistech_quallifewo_displayobject .Appartements {
    float: right;
    width: 70%;
}
.mod_nistech_quallifewo_displayobject .ObjectDescription_small_left {
    float: left;
    width: 30%;
    padding: 30px;
    position: fixed;
    top: 30px;
    background: #295699;
    background: -moz-linear-gradient(top, #295699 2%, #3269af 99%);
    background: -webkit-linear-gradient(top, #295699 2%,#3269af 99%);
    background: linear-gradient(to bottom, #295699 2%,#3269af 99%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#295699', endColorstr='#3269af',GradientType=0 );
}
.mod_nistech_quallifewo_displayobject {
}
.mod_nistech_quallifewo_searchresults .containerPrice {
    border-top: 1px solid #ddd;
    padding-top: 9px;
    margin-top: 10px;
}
.mod_nistech_quallifewo_searchresults .Object h3 span i {
    display: inline-block;
    position: absolute;
    top: 17px;
    left: 0;
}
.mod_nistech_quallifewo_searchresults .detailData p.Address i {
    margin-left: 3px;
    width: 17px;
}
.mod_nistech_quallifewo_searchresults .detailData p.Location i {
    margin-left: 1px;
    width: 19px;
}
.mod_nistech_quallifewo_searchresults .detailData p i {
    display: inline-block;
    width: 20px;
    position: absolute;
    top: 4px;
    left: 0;
}
.mod_nistech_quallifewo_searchresults .detailData p {
    padding-left: 24px;
    position: relative;
}
.mod_nistech_quallifewo_searchresults .Actions.Horizontal .question,
.mod_nistech_quallifewo_displayobject .Appartement .question {
    color: #f39c12;
    display: block;
}
.mod_nistech_quallifewo_searchresults .Actions.Horizontal .notBookable,
.mod_nistech_quallifewo_displayobject .Appartement .notBookable {
    color: #cd3a2c;
}
.mod_nistech_quallifewo_searchresults .Actions.Horizontal .bookable,
.mod_nistech_quallifewo_displayobject .Appartement .bookable {
    color: #4bb044;
}
.mod_nistech_quallifewo_searchresults .Actions.Horizontal .notPossible,
.mod_nistech_quallifewo_displayobject .Appartement .notPossible {
    color: #aaa;
}
.mod_nistech_quallifewo_displayobject .Appartement i {
    font-size: 30px;
    margin-right: 8px;
    padding: 0 0 0 1px;
    position: absolute;
    left: 0;
    top: 0;
}
.mod_nistech_quallifewo_searchresults .Actions.Horizontal span.notBookable,
.mod_nistech_quallifewo_displayobject .Actions.Horizontal span.notBookable {
    padding: 2px 0 0 0;
    display: block;
}
.mod_nistech_quallifewo_searchresults .Actions.Horizontal {
    display: inline-block;
    padding: 0 0 4px 24px;
    position: relative;
    min-height: 24px;
}
.mod_nistech_quallifewo_searchresults .Details.Price {
    font-weight: 600;
    padding: 0;
    font-size: 16px;
    color: #4bb044;
    display: block;
}
.mod_nistech_quallifewo_searchresults .Details.Location {
    margin-bottom: 0;
    color: #295699;
}
.mod_nistech_quallifewo_searchresults .Details.KindSizeRooms {
    margin: 0;
}
.mod_nistech_quallifewo_searchresults .PaginationDescription {
    color: #333;
}
.mod_nistech_quallifewo_searchresults .Next {
    float: right;
}
.mod_nistech_quallifewo_searchresults .Previous {
    float: left;
}
.mod_nistech_quallifewo_searchresults .Navigation .PaginationDescription {
    padding: 0 15px;
    line-height: 130%;
}
.mod_nistech_quallifewo_searchresults .Navigation a,
.mod_nistech_quallifewo_searchresults .Navigation i {
    font-size: 40px;
}
.mod_nistech_quallifewo_searchresults .Navigation i {
    color: #ddd;
}
.mod_nistech_quallifewo_searchresults .Navigation a,
.mod_nistech_quallifewo_searchresults .Navigation a i {
    text-decoration: none;
    color: #295699;
}
.mod_nistech_quallifewo_searchresults .Navigation * {
    display: inline-block;
}
.mod_nistech_quallifewo_searchresults .Navigation {
    padding: 15px 30px 14px 30px;
    background: #fff;
    border: 1px solid #ddd;
    overflow: hidden;
    text-align: center;
}
.mod_nistech_quallifewo_searchresults .Object h3 span {
    font-weight: 500;
    font-size: 16px;
    padding: 15px 0 0 24px;
    display: block;
    color: #295699;
    position: relative;
    display: block;
}
.mod_nistech_quallifewo_searchresults .Object:hover .ActDetails a {
    background: #e67f23;
}
.mod_nistech_quallifewo_searchresults .Object h3 a::after {
    content: " ";
    position: absolute;
    bottom: 0;
    left: -2000px;
    width: 2000px;
    height: 2px;
    background: #f39c12;
    z-index: 1;
    display: block;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
}
.mod_nistech_quallifewo_searchresults .Object h3 {
    margin-top: 0;
    font-weight: 500;
    color: #295699;
    position: relative;
    margin-bottom: 4px;
    padding: 5px 220px 0 0;
    line-height: 120%;
    font-size: 23px;
}
.mod_nistech_quallifewo_searchresults .Address {
    color: #295699;
    margin-bottom: 5px;
}
.mod_nistech_quallifewo_searchresults .Details.Description {
    border-top: 1px solid #ddd;
    padding-top: 10px;
    margin-top: 8px;
    color: #515151;
}
.mod_nistech_quallifewo_searchresults .ActGotoAppartements a i,
.mod_nistech_quallifewo_searchresults .ActDetails a i {
    margin-right: 8px;
}
.mod_nistech_quallifewo_searchresults .ActGotoAppartements a:hover,
.mod_nistech_quallifewo_searchresults .ActDetails a:hover {
    background: #e67f23;
}
.mod_nistech_quallifewo_searchresults .ActGotoAppartements a,
.mod_nistech_quallifewo_searchresults .ActDetails a {
    text-decoration: none;
    background: #f39c12;
    color: #fff;
    padding: 11px 25px;
    display: inline-block;
    position: absolute;
    right: 0;
    bottom: 32px;
    font-size: 16px;
    line-height: 100%;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
}
.mod_nistech_quallifewo_searchresults .detailData {
    position: relative;
    overflow: hidden;
}
.mod_nistech_quallifewo_searchresults .Object .contentContainer {
    width: 75%;
    padding: 0 0 0 30px;
}
.mod_nistech_quallifewo_searchresults .Object .imgMainContainer {
    width: 25%;
}
.mod_nistech_quallifewo_searchresults .Object .imgMainContainer,
.mod_nistech_quallifewo_searchresults .Object .contentContainer {
    float: left;
}
.mod_nistech_quallifewo_searchresults .Object .image_container img {
    width: 100%;
}
.mod_nistech_quallifewo_searchresults .Object:hover {
    -webkit-box-shadow: 6px 6px 5px -3px rgba(0,0,0,0.1);
    -moz-box-shadow: 6px 6px 5px -3px rgba(0,0,0,0.1);
    box-shadow: 6px 6px 5px -3px rgba(0,0,0,0.1);
    border-color: #aaa;
}
.mod_nistech_quallifewo_searchresults .Object {
    cursor: pointer;
}
.mod_nistech_quallifewo_searchresults .Object,
.mod_nistech_quallifewo_search form {
    padding: 30px;
    background: #fff;
    border: 1px solid #ddd;
    /*
    -webkit-box-shadow: 6px 6px 5px -3px rgba(0,0,0,0.1);
    -moz-box-shadow: 6px 6px 5px -3px rgba(0,0,0,0.1);
    box-shadow: 6px 6px 5px -3px rgba(0,0,0,0.1);
    */
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
}
.mod_nistech_quallifewo_searchresults .col-12-12 {
    margin-top: 20px
}
.mod_nistech_quallifewo_searchresults {
}
.lp {
    background: #f7f7f8;
}
.fullScreenNav .reNavLogo {
    position: fixed;
    top: 29px;
    left: 30px;
    display: inline-block;
}
.fullScreenNav a.home:hover {
    background: #3269af !important;
}
.fullScreenNav a.home {
    font-weight: normal !important;
    color: #fff !important;
    cursor: pointer !important;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -o-transition: all .2s;
    -ms-transition: all .2s;
    transition: all .2s;
    padding: 8px;
}
.fullScreenNav .reNavTel,
.fullScreenNav .reNavTel *,
.ObjectDescription_small_left.reNavTel,
.ObjectDescription_small_left .reNavTel * {
    color: #fff;
    font-size: 18px;
    text-decoration: none;
}
.fullScreenNav .reNavTel,
.ObjectDescription_small_left .reNavTel {
    margin: 20px 0 25px 0;
    border-bottom: 1px solid #e3bd7e;
    border-top: 1px solid #e3bd7e;
    padding: 5px 0;
}
.fullScreenNav ul.level_2 a.search i {
    display: none;
}
.fullScreenNav ul.level_2 a.last {
    border: none;
}
.fullScreenNav ul.level_2 a:hover {
    background: #3269af;
}
.fullScreenNav ul.level_2 strong {
    cursor: default;
}
.fullScreenNav ul.level_2 a,
.fullScreenNav ul.level_2 strong {
    padding: 8px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
}
.fullScreenNav ul.level_1 > li > a {
    color: #e3bd7e;
    font-weight: bold;
    cursor: default;
    padding: 8px 0;
}
.fullScreenNav .resNav a,
.fullScreenNav .resNav strong {
    text-decoration: none;
    color: #fff !important;
    border-bottom: 1px solid #3269af;
    display: block;
    line-height: 130%;
}
.fullScreenNav .resNav li {
}
.fullScreenNav .resNav {
}
.fullScreenNav {
    overflow: auto;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 98;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
    padding:  22px 30%  20px 34%;
    background: #295699;
    visibility: hidden;
    opacity: 0;
}
.burgerContainer .c-hamburger i {
    position: absolute;
    top: 35px;
    left: 0px;
    color: #fff;
     display: block;
    font-size: 11.5px;
    width: 100%;
    text-transform: uppercase;
    height: 20px;
    letter-spacing: 2px;
    font-style: normal;
}
.burgerContainer .c-hamburger {
    width: 41px;
    height: 60px;
    text-indent: inherit;
    font-size: inherit;
    z-index: 2;
}
.burgerContainer .c-hamburger span {
    top: 21px;
    left: 0px;
    right: 1px;
}
.burgerContainer .c-hamburger span::after {
    bottom: -8px;
}
.burgerContainer .c-hamburger span::before {
    top: -8px;
}
body.od .burgerContainer {
    top: 5px;
}
.burgerContainer {
    position: fixed;
    top: 0;
    right: 14px;
    opacity: 1;
    transition: all 0.3s;
    z-index: 99;
}
footer .fcopy {
    text-align: center;
    font-size: 12px;
    color: #888;
    margin: 0 0 50px; 0;
}
footer .fline {
    display: block;
    height: 1px;
    background: #ddd;
    clear: both;
    margin: 30px 0;
}
footer .fnavBlock a:hover {
    text-decoration: underline;
}
footer .fcontactBox > div {
    color: #555;
    font-size: 13px;
    line-height: 20px;
}
footer .fnavBlock a {
    color: #555;
    font-size: 13px;
    text-decoration: none;
    line-height: 20px;
}
footer .fcontactBox h4 {
    color: #295699;
    font-size: 13px;
}
footer .fnavBlock h4 {
    color: #e67f23;
    font-size: 13px;
}
footer .fnavBlock .footerNav:first-child {
    margin-left: 0;
}
footer .fnavBlock .footerNav,
footer .fcontactBox > div {
    margin-left: 30px;
}
footer .footerNav li.search i {
    display: none;
}
footer .footerNav li.home {
    display: none;
}
footer {
    background: #fff;
}
.suchmaske,
.suchmaske > div,
.suchmaske > div > div,
.suchmaske > div > div > div {
    overflow: visible;
}
.testimonialsBox .slider-control a {
    display: none;
}
.testimonialsBox .slider-menu b.active {
    color: #f39c12;
}
.testimonialsBox .slider-menu b {
    font-size: 40px;
    padding: 0 5px;
    color: #fff;
}
.testimonialsBox .slider-wrapper > div {
    padding: 0 30px;
}
.testimonialsBox .slider-wrapper * {
    color: #fff;
    text-align: center;
}
.testimonialsBox .content-slider {
    width: 60%;
    margin: 30px auto 0 auto;
}
.testimonialsBox h3::after {
    left: 15px;
}
.testimonialsBox h3::before {
    right: 15px;
}
.testimonialsBox h3::before,
.testimonialsBox h3::after {
    top: -15px;
    content: '';
    display: table-cell;
    position: relative;
    width: 45%;
    border-bottom: 1px solid #e3bd7e;
}
.testimonialsBox h3 {
    margin-top: 0;
    color: #fff;
    font-weight: 300;
    position: relative;
    display: table;
    white-space: nowrap;
    margin: 0 0 10px 0;
    overflow: hidden;
    line-height: 130%;
    width: 100%;
    font-size: 1.6667em;
}
.testimonialsBox {
    background-image:url("/files/bv/images/content/testimonialsBg.jpg");
    background-position: center top;
    background-size: cover;
    min-height: 310px;
    padding: 30px 0 60px 0;
}
.whiteContent {
    padding: 30px 0 60px 0;
}
.ce_accordion .ui-accordion-content > div {
    padding: 0 20px;
}
.ce_accordion h3.ui-state-active i.fa-plus {
    opacity: 0;
}
.ce_accordion h3.ui-state-active i.fa-minus {
    opacity: 1;
}
.ce_accordion h3 i.fa-minus {
    opacity: 0;
}
.ce_accordion h3 i.fa-plus {
}
.ce_accordion h3 i {
    color: #295699;
    font-size: 15px;
    position: absolute;
    top: 12px;
    left: 0;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
}
.ce_accordion h3 {
    cursor: pointer;
    outline: none;
    font-size: 20px;
    position: relative;
    padding: 5px 0 5px 20px;
    border-bottom: 2px solid #e67f23;
    margin-top: 0;
}
.CallToActions .allObjectsLink a {
    /*float: right;*/
}
.CallToActions a:hover {
    border: 2px solid #f39c12;
}
.CallToActions a {
    display: inline-block;
    text-decoration: none;
    color: #fff;
    padding: 15px 30px;
    border: 2px solid #fff;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
}
.CallToActions .allObjectsLink,
.CallToActions .personalSupport {
    /*width: 50%;
    float: left;
    padding: 0 10px;*/
}
.CallToActions .col-12-12 {
    overflow: hidden;
}
.CallToActions {
    background: #224788;
    padding: 0 0 30px 0;
}
body.home .mod_article.whiteContent {
    background: #fff;
}
.lastMinuteArea .image_container img {
    width: 100%;
    display: block;
    height: auto;
}
.lastMinuteArea .image_container {
    border: 3px solid #fff;
}
.lastMinuteArea .Title {
    text-align: center;
    font-weight: 600;
    margin-top: 5px;
    display: table-cell;
    vertical-align: middle;
}
.lastMinuteArea .Price {
    text-align: center;
    font-weight: 600;
    margin: 0;
}
.lastMinuteArea .Timespan {
    margin: 15px 0;
    padding: 10px 0;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    text-align: center;
    font-size: 14px;
}
.lastMinuteArea .offersContentBox .inside:hover .ActDetails a {
    background: #e67f23;
}
.lastMinuteArea .ActDetails a {
    display: block;
    background: #f39c12;
    padding: 20px 0;
    color: #fff;
    text-decoration: none;
    text-align: center;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
}
.mod_nistech_quallifewo_searchresults .ActDetails.detailsImageLink {
    display: none;
}
.lastMinuteArea .insideContainer {
    background: #fff;
    padding: 15px;
}
.lastMinuteArea h2::after {
    left: 15px;
}
.lastMinuteArea h2::before {
    right: 15px;
}
.lastMinuteArea h2::before,
.lastMinuteArea h2::after {
    top: -15px;
    content: '';
    display: table-cell;
    position: relative;
    width: 45%;
    border-bottom: 1px solid #e3bd7e;
}
.lastMinuteArea h2 {
    margin-top: 0;
    color: #fff;
    font-weight: 300;
    position: relative;
    display: table;
    white-space: nowrap;
    margin: 0 0 10px 0;
    overflow: hidden;
    line-height: 130%;
    width: 100%;
    font-size: 25px;
}
.lastMinuteArea .mod_nistech_quallifewo_offers {
    overflow: hidden;
}
.lastMinuteArea .mod_nistech_quallifewo_offers .Angebot .inside {
    cursor: pointer;
}
body.lp .lastMinuteArea {
    background-image:url("/files/bv/images/content/offerbg.jpg");
    padding: 35px 0 0 0;
}
.lastMinuteArea {
    background-image:url("/files/bv/images/content/offerbg.jpg");
    background-position: center top;
    background-size: cover;
    position: relative;
    margin-top: -115px;
    z-index: 1;
    min-height: 535px;
    padding: 50px 0;
}
.contentSearch  .text::-ms-clear {
    display: none;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
    display: none;
}
.contentSearch .submit:hover {
    color: #e67f23;
}
.contentSearch .submit {
    padding: 5px;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    border: 1px solid #ddd;
    border-left: 0;
    width: 30px;
    background: #fff;
    color: #295699;
    cursor: pointer;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
    height: 33px;
}
.contentSearch .widget-text {
    position: relative;
}
.contentSearch  .text::-ms-input-placeholder {
    color: #4d4d4d !important;
    font-size: 0.8em !important;
}
.contentSearch  .text:-ms-input-placeholder {
    color: #4d4d4d;
    font-size: 0.8em;
}
.contentSearch  .text::-moz-placeholder {
    color: #4d4d4d;
    font-size: 0.8em;
}
.contentSearch  .text:-moz-placeholder {
    color: #4d4d4d;
    font-size: 0.8em;
}
.contentSearch  .text::-webkit-input-placeholder {
    color: #4d4d4d;
    font-size: 0.8em;
}
.contentSearch input.text {
    padding: 5px 0 6px 5px;
    display: block;
    outline: none;
    position: absolute;
    top: 0;
    left: 0;
    border: 1px solid #ddd;
    border-right: 0;
    width: calc(100% - 30px);
    height: 33px;
}
header .contentSearch h3 {
    font-size: 1.1em;
    margin: 5px 0 10px 0;
    border-bottom: 1px solid #f39c12;
    padding: 0 0 2px 0;
}
header .inputBg:hover::before {
    width: calc(100% + 2px);
    opacity: 1;
}
header .inputBg::before {
    content: ' ';
    bottom: -1px;
    left: 50%;
    width: 0;
    background: #295699;
    height: 1px;
    display: block;
    position: absolute;
    transform: translateX(-50%);
    opacity: 0;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
}
.mod_nistech_quallifewo_smallsearch #SubmitButton:hover,
.mod_nistech_quallifewo_booking .Book a:hover {
    background: #f39c12;
}
.mod_nistech_quallifewo_smallsearch #SubmitButton,
.mod_nistech_quallifewo_booking .Book a {
    background: #e67f23;
    color: #fff;
    cursor: pointer;
    border: none;
    outline: none;
    padding: 8px 20px;
    -webkit-transition: background-color 0.3s;
    -moz-transition: background-color 0.3s;
    -o-transition: background-color 0.3s;
    -ms-transition: background-color 0.3s;
    transition: background-color 0.3s;
    margin-top: 28px;
}
.mod_nistech_quallifewo_smallsearch .dateBox span {
    color: #295699;
    font-weight: 600;
}
.mod_nistech_quallifewo_smallsearch .searchContainer > div {
    border-right: 1px solid #d3d3d3;
    margin-right: 30px;
    padding-right: 30px;
}
.mod_nistech_quallifewo_smallsearch .objectBox select {
    width: 215px;
}
::-ms-input-placeholder {
    color: #4d4d4d;
}
:-ms-input-placeholder {
    color: #4d4d4d;
}
::-moz-placeholder {
    color: #4d4d4d;
}
:-moz-placeholder {
    color: #4d4d4d;
}
::-webkit-input-placeholder {
    color: #4d4d4d;
}
.mod_nistech_quallifewo_smallsearch label,
.mod_nistech_quallifewo_booking label {
    color: #295699;
    margin: 0 0 8px 0;
    display: block;
    font-size: 14px;
}
.mod_nistech_quallifewo_smallsearch .inputBg i,
.mod_nistech_quallifewo_booking .inputBg i {
    position: absolute;
    z-index: 1;
    color: #a2a2a2;
    top: 14px;
    left: 18px;
    font-size: 14px;
}
.mod_nistech_quallifewo_smallsearch .inputBg select,
.mod_nistech_quallifewo_smallsearch .inputBg input,
.mod_nistech_quallifewo_booking .inputBg select,
.mod_nistech_quallifewo_booking .inputBg input {
    /*padding: 10px 10px 10px 45px;
    background: transparent !important;
    border: none;
    position: relative;
    z-index: 2;
    color: #4d4d4d;
    width: 235px;*/
}
.mod_nistech_quallifewo_smallsearch .inputBg,
.mod_nistech_quallifewo_booking .inputBg {
    /*background: #f8f8f8;
    border: 1px solid #cdcdcd;
    position: relative;*/
    display: inline-block;
}
.mod_nistech_quallifewo_smallsearch input,
header .mod_nistech_quallifewo_smallsearch select {
    outline: 0;
}
.mod_nistech_quallifewo_smallsearch h2 {
    position: absolute;
    top: -70px;
    left: 0;
    height: 50px;
    margin: 0;
    padding: 15px 58px;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    cursor: default;
    overflow: hidden;
}
.mod_nistech_quallifewo_smallsearch form {
    width: 100%;
    margin: 0 auto;
    background: #fff;
    max-width: 1366px;
    position: relative;
    left: 0;
    top: -20px;
    padding: 30px;
    -webkit-box-shadow: 0px 0px 31px 1px rgba(0,0,0,0.19);
    -moz-box-shadow: 0px 0px 31px 1px rgba(0,0,0,0.19);
    box-shadow: 0px 0px 31px 1px rgba(0,0,0,0.19);
    z-index: 2;
    overflow: hidden;
}
.mod_nistech_quallifewo_smallsearch .col-12-12 {
    margin-top: 50px;
    position: relative;
}
header .suchmaske::before {
    position: absolute;
    top: -5px;
    right: 0;
    width: 100%;
    content: ' ';
    height: 95px;
    background: #fff;
}
header .suchmaske {
    position: relative;
    top: 162px;
}
.headerImage {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: -1;
}
.contentSearchBox .contentSearch {
    position: absolute;
    top: 60px;
    right: 60px;
    width: 361px;
    height: 125px;
    background: #fff;
    padding: 20px;
    -webkit-box-shadow: 6px 6px 23px -9px rgba(0,0,0,0.76);
    -moz-box-shadow: 6px 6px 23px -9px rgba(0,0,0,0.76);
    box-shadow: 6px 6px 23px -9px rgba(0,0,0,0.76);
    border-bottom: 4px solid #e67f23;
    display: block;
}
.contentSearchBox {
    max-width: 1486px;
    margin: 0 auto;
    position: relative;
    padding: 0 60px;
    height: 140px;
    overflow: visible;
}
header .hotline {
    float: right;
}
header .navTop ul li.last {
    border-right: none;
}
header .navTop ul li {
    list-style: none;
    float: left;
    line-height: 100%;
}
header .navTop ul {
    margin: 0;
    padding: 0;
}
header .navTop {
    float: left;
}
header .navContainer a:hover {
    background: #3269af !important;
}
header .navContainer a.hotline i {
    margin: 0 8px 0 0;
}
header .navContainer a.hotline {
    font-weight: 700;
    letter-spacing: 1px;
    padding-top: 19px;
    padding-bottom: 19px;
}
header .navContainer a.search i,
header .navContainer strong.search i {
    margin: 0 8px 0 0;
}
header .navContainer a.search,
header .navContainer strong.search {
    width: 200px;
    text-align: center;
}
header .navContainer strong {
    cursor: default;
}
header .navContainer a,
header .navContainer strong {
    color: #fff;
    text-decoration: none;
    display: inline-block;
    padding: 22px 18px;
    font-size: 15px;
    height: 60px;
    font-weight: normal;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
}
header .navContainer {
    position: absolute;
    right: 60px;
    top: 0;
}
header .logoContainer a {
    overflow: hidden;
    display: block;
    width: 221px;
    height: 140px;
    margin: 0 auto;
    align-self: center;
}
header .logoContainer {
    width: 280px;
    height: 190px;
    background: #fff;
    background: -moz-linear-gradient(top, #ececec 0%, #ffffff 100%);
    background: -webkit-linear-gradient(top, #ececec 0%,#ffffff 100%);
    background: linear-gradient(to bottom, #ececec 0%,#ffffff 100%); 
    -webkit-box-shadow: 6px 6px 23px -9px rgba(0,0,0,0.76);
    -moz-box-shadow: 6px 6px 23px -9px rgba(0,0,0,0.76);
    box-shadow: 6px 6px 23px -9px rgba(0,0,0,0.76);
    /*border: 1px solid #e9e9e9;*/
    display: flex;
    position: absolute;
    top: 0;
    left: 60px;
    z-index: 2;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    transition: all .5s;
}
header .headerTop .col-12-12 {
    margin-top: 0;
    height: 60px;
}
header .headerTop .inside {
    max-width: 1486px;
    margin: 0 auto;
    position: relative;
}
.header_img li {
    width: 100%;
}
.header_img .img-container {
    width: 100% !important;
    background-size: cover;
    background-position: center center;
}
header .headerTop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    -webkit-box-shadow: 0px 0px 47px -3px rgba(0,0,0,0.4);
    -moz-box-shadow: 0px 0px 47px -3px rgba(0,0,0,0.4);
    box-shadow: 0px 0px 47px -3px rgba(0,0,0,0.4);
}
header {
    height: 550px;
}
a {
    color: #3269af;
}
p,
li,
span,
div,
td,
th {
    line-height: 140%;
    font-size: 15px;
    /*color: #333; geht nicht, weil es DX-Styles überschreibt */
}
figure,
img {
    display: block;
    overflow: hidden;
}

@media only screen and (max-width: 1520px) {
    .burgerContainer{right: 9px;}
}
@media only screen and (max-width: 1599px) {
    header .mod_nistech_quallifewo_smallsearch .inputBg select, header .mod_nistech_quallifewo_smallsearch .inputBg input{/*width: 170px;*/}
    header .mod_nistech_quallifewo_smallsearch .searchContainer > div{margin-right: 20px; padding-right: 20px;}
}
@media only screen and (min-width: 1280px) {
    #SearchTable{width: 60%; margin: 0 auto;}
}
@media only screen and (max-width: 1365px) {
    header .navContainer a, header .navContainer strong{padding: 22px 9px;}
    header .contentSearchBox .contentSearch{width: 343px;padding: 15px;}
    .mod_nistech_quallifewo_booking .HomeContainer{width: 80%;}
    /*.mod_nistech_quallifewo_displayobject .ObjectDescription_small_left .image_container{width: 100%;}
    .mod_nistech_quallifewo_displayobject .ObjectDescription_small_left .image_container a img{transform: translateY(-11%);}*/
    body.lpsh main .mod_article .grid{width: 80%;}
}
@media only screen and (max-width: 1187px) {
    .lastMinuteArea .col-3-12{padding-right: 20px;}
    .lastMinuteArea .offersContentBox{margin-right: 40px;}
    header .mod_nistech_quallifewo_smallsearch .inputBg select, header .mod_nistech_quallifewo_smallsearch .inputBg input{width: 140px;}
    header .contentSearchBox .contentSearch{margin-right: 0; padding-right: 15px;}
    header .navTop ul li.search{display: none;}
    header .mod_nistech_quallifewo_smallsearch .searchContainer > div{margin-right: 15px;padding-right: 15px;}
    .mod_nistech_quallifewo_displayobject .Appartements .DetaildataInside, .mod_nistech_quallifewo_displayobject .Appartements .appImgContainer{float: none;width: 100%;margin-right: 0; padding-right: 0;}
    .mod_nistech_quallifewo_displayobject .Appartements .appImagesContainer .image_container:nth-child(even){margin-right: 10px;}
    .mod_nistech_quallifewo_booking .HomeContainer{width: 100%;}
    footer .fnavBlock{width: 100%;}
    footer .fcontactBox{width: 100%; margin: 0 auto; float:none;}
    footer .fcontactBox .contactData{margin-left: 0; width: 100%; float:left; flex: inherit; display: flex; margin-top: 30px;}
    footer .fcontactBox .contactData > div{flex: 1;}
    footer .fcontactBox > .moreInfo{display: none;}
    footer .fcontactBox .contactData .moreInfo{display: block;}
    footer .fcontactBox .contactData .moreInfo{display: block;}
    footer .fnavBlock .footerNav{margin-left: 0;}
}
@media only screen and (max-width: 1023px) {
    .lastMinuteArea .offersContentBox{margin-right: 0px;}
    .lastMinuteArea .col-3-12{padding-right: 10px; width: 50%; float: left;}
    header .navTop ul li.search{display: none;}
    header .logoContainer{width: 200px; height: 140px; }
    header .logoContainer a{width: 100%; padding: 20px; height: auto;}
    header .logoContainer a img{width: 100%; height: auto;}
    header .contentSearchBox{padding: 0 20px;}
    header .logoContainer{left: 20px;}
    header .contentSearchBox .contentSearch{right: 20px; display: none;}
    header .navContainer{right: 20px;}
    /*
    header .mod_nistech_quallifewo_smallsearch .searchContainer > div{width: 100%; float: none; border: none; padding: 0; margin: 0; height: 85px;}
    header .mod_nistech_quallifewo_smallsearch .inputBg select, header .mod_nistech_quallifewo_smallsearch .inputBg input{width: 100%;}
    header .mod_nistech_quallifewo_smallsearch .inputBg{width: 100%;}
    header .mod_nistech_quallifewo_smallsearch .searchContainer > div.dateBox .inputBg{width: 48%; float: left;}
    header .mod_nistech_quallifewo_smallsearch .searchContainer > div.dateBox span{width: 4%; float: left; text-align: center; position: relative; top: 12px;}
    header .mod_nistech_quallifewo_smallsearch #SubmitButton{margin-top: 10px;}
    */
    .searchContainer > div{overflow: hidden;}
    header{height: 400px;}
    header .suchmaske{top: 72px;}
    header .navContainer a.hotline{display: none;}
    .burgerContainer{opacity: 1;}
    header .navTop{right: 62px;position: relative;}
    header .headerTop{position: fixed;width: 100%;z-index: 98;}
    .headerImage .img-container{height: 258px !important;}
    .mod_nistech_quallifewo_searchresults .Object h3 a::after{display: none;}
    .mod_nistech_quallifewo_searchresults .ActGotoAppartements, .mod_nistech_quallifewo_searchresults .ActDetails{display: none;}
    .mod_nistech_quallifewo_searchresults .ActDetails.detailsImageLink{display: block;}
    .mod_nistech_quallifewo_searchresults .Object h3{padding: 0;}
    .mod_nistech_quallifewo_searchresults .ActDetails.detailsImageLink a{width: 100%; position: relative; text-align: center; bottom: 0;margin-top: 10px;padding: 15px;}
    .mod_nistech_quallifewo_searchresults .ActDetails.detailsImageLink a i{display: none;}
    .ObjectDescription_small_left .reNavLogo img{width: 100%; height: auto;}
    .lastMinuteArea .col-3-12.odd{clear: left;}
    .mod_nistech_quallifewo_displayobject .ObjectDescription_small_left{padding: 20px;}
    .burgerContainer{right: 20px;}
    .scrollLinksContainer{display: none;}
    .mod_nistech_quallifewo_displayobject .ObjectDescription_small_left .Masterdata{border-bottom: none; margin-bottom: 0;}
    .lastMinuteArea{margin-top: -45px; padding: 30px 0;}
    .searchContainer > div.dateBox{flex: 5;}
    body.lp .mod_search.contentSearch .widget-text{width: 50%;}
    body.lpsh main .mod_article .grid{width: 100%;}
}
@media only screen and (max-width: 767px) {
    header .navTop{display: none;}
    .testimonialsBox .content-slider{width: 100%;}
    .mod_nistech_quallifewo_searchresults .Object .imgMainContainer, .mod_nistech_quallifewo_searchresults .Object .contentContainer{float: none; width: 100%; padding: 0;}
    .mod_nistech_quallifewo_searchresults .Object .contentContainer{margin-top: 20px;}
    .mod_nistech_quallifewo_searchresults .Details.Description{height: auto !important;}
    .mod_nistech_quallifewo_displayobject .ObjectDescription_small_left{position: fixed ;top: 0; left: 20px;width: calc(100% - 40px) !important; float: none; z-index: 98;}
    .ObjectDescription_small_left::before{display: none;}
    .mod_nistech_quallifewo_displayobject .ObjectDescription_small_left .Masterdata{display: none;}
    .mod_nistech_quallifewo_displayobject .DetaildataDescription{float: none; width: 100%;overflow: hidden;}
    .mod_nistech_quallifewo_displayobject .Appartements{float: none; width: 100%;}
    .contentText{display: none;}
    .ObjectDescription_small_left .reNavTel{display: none;}
    .mod_nistech_quallifewo_displayobject .backLinkSD{left: 15px;top: 24px;}
    .mod_nistech_quallifewo_displayobject .singleObject .objHeaderImg{margin-bottom: 0;}
    .mod_nistech_quallifewo_displayobject .Appartements .Actions.Horizontal.secondCta{display: block;}
    .kritBox1{margin-top: 0;}
    .kritBox1 > div{width: 100%; margin: 10px 0 0 0 !important;}
    #MerkmaleTable .MerkmaleTableSplitter{width: 100%;}
    .objBez, .objNr{width: 100%;}
    .mod_nistech_quallifewo_search .mod_nistech_quallifewo_smallsearch .normalSearchContainer .dateBox .inputBg{width: 100%;}
    .mod_nistech_quallifewo_search .mod_nistech_quallifewo_smallsearch .normalSearchContainer .dateBox > span{display: none;}
    .mod_nistech_quallifewo_search .mod_nistech_quallifewo_smallsearch .normalSearchContainer .dateBox .inputBg:last-child{margin-top: 10px;}
    .mod_nistech_quallifewo_booking .HomeContainer{padding-left: 30px;}
    .mod_nistech_quallifewo_booking .HomeContainer::before, .mod_nistech_quallifewo_booking .HomeContainer::after{display: none;}
    .mod_nistech_quallifewo_booking .aeButton{margin-top: 15px;}
    .mod_nistech_quallifewo_booking .HomeContainer.Success i{display: none;}
    body.od .mod_nistech_quallifewo_displayobject .burgerContainer{position: fixed; top: 12px;right: 40px;}
    .mod_nistech_quallifewo_displayobject .burgerContainer::before{display: none;}
    .mod_nistech_quallifewo_displayobject .col-12-12{margin-top: 20px;}
    .mod_nistech_quallifewo_offers .offerLeft, .mod_nistech_quallifewo_offers .offerRight{width: 100%; float: none;}
    .mod_nistech_quallifewo_offers .Object.Offer h3, .mod_nistech_quallifewo_offers .Object.Offer h3 *{display: block;white-space: normal;}
    .mod_nistech_quallifewo_offers .Object.Offer h3::after{display: none;}
    .mod_nistech_quallifewo_offers .offersContentBox .Object.Offer img{width: 100%;}
    .mod_nistech_quallifewo_offers .Object.Offer .inside::before{display: none;}
    .mod_nistech_quallifewo_offers .Object.Offer .offerRight .inner{margin: 0;}
    .mod_nistech_quallifewo_offers .Object.Offer .ObjektName{color: #295699;}
    .mod_nistech_quallifewo_offers .Object.Offer .Address{border-bottom: 1px solid #ddd; padding-bottom: 10px; color: #444;}
    .mod_nistech_quallifewo_offers .Object.Offer .Address br{display: none;}
    .mod_nistech_quallifewo_offers .Object.Offer .Address strong{padding-left: 10px;}
    .ObjectDescription_small_left .reNavLogo{width: 130px;}
    body.od{padding-top: 82px;}
    .mod_nistech_quallifewo_displayobject .singleObject .objHeaderImg, .mod_nistech_quallifewo_displayobject .singleObject .mapsContainer{border: none; border-bottom: 1px solid #ddd;}
    .fullScreenNav{padding: 60px 31px  20px 31px}
    .fullScreenNav .reNavLogo{position: relative; top: 6px; left: 0;}
    .mod_nistech_quallifewo_displayobject .burgerContainer .shadow{display: none;}
    footer *{font-size: 11px !important;}
    .mod_nistech_quallifewo_displayobject .MobileInfo{display: block;}
    .mod_nistech_quallifewo_displayobject .noMobileInfo{display: none;}
    header .mod_nistech_quallifewo_smallsearch .searchContainer > div{flex: inherit; width: 100%; border: none; padding: 0;}
    .searchContainer{display: block;}
    .dateBox .InputBg > div{flex: 23;}
    .searchContainer > div.dateBox, .searchContainer > div.personBox{margin-top: 15px;}
    .lastMinuteArea{padding: 250px 0 30px 0;}
    body.lp .mod_search.contentSearch .widget-text{width: 100%;}
}
@media only screen and (max-width: 560px) {
    .detailSearchLink{display: none;}
}
@media only screen and (max-width: 467px) {
    .mod_nistech_quallifewo_smallsearch form{padding: 15px;}
    header .mod_nistech_quallifewo_smallsearch h2{width: calc(100% - 5px); padding: 15px;}
    header .logoContainer{left: 10px;}
    .burgerContainer{right: 10px;}
    header .headerTop{position: fixed;width: 100%;z-index: 98;}
    header .suchmaske{top: 72px;}
    .CallToActions .allObjectsLink a, .CallToActions .personalSupport a{width: 100%; display: block; text-align: center;}
    .CallToActions .allObjectsLink a{margin-bottom: 10px;}
    .mod_nistech_quallifewo_searchresults .Object{padding: 15px;}
    .mod_nistech_quallifewo_displayobject .descContainer{width: 100%; float: none; margin-right: 0;}
    .mod_nistech_quallifewo_displayobject .mapsContainer{float: none; width: 100%; min-height: 100px !important; margin: 20px 0;}
    .mod_nistech_quallifewo_displayobject .objHeaderImg img{transform: translate(-50px, -20%);}
    .mod_nistech_quallifewo_displayobject .Appartements .DetaildataInside > span{padding: 0; border-bottom: 1px solid #ddd; padding-bottom: 5px;}
    .mod_nistech_quallifewo_displayobject .Appartements .DetaildataInside > span:last-child{border-bottom: none;}
    .mod_nistech_quallifewo_displayobject .Appartements .DetaildataInside > span > span{position: relative; display: block;
    min-width: 100%;}
    .mod_nistech_quallifewo_displayobject .Appartements .descInside{padding-top: 0;}
    .mod_nistech_quallifewo_displayobject .Appartements .Actions.Horizontal a:last-child{margin-top: 10px;}
    .mod_nistech_quallifewo_displayobject .DetaildataDescription{padding: 10px;}
    .mod_nistech_quallifewo_displayobject .Appartements > div{padding: 10px;}
    .mod_nistech_quallifewo_displayobject .appMerkmale img{margin-bottom: 3px;}
    .mod_nistech_quallifewo_displayobject .Appartements .bookingState{top:15px;right: 10px;}
    .mod_nistech_quallifewo_booking .mapsContainer{display: none;}
    .Object.table{width: 100%;}
    .mod_nistech_quallifewo_booking .dateBox .dateBoxSplitter{width: 100%;}
    .mod_nistech_quallifewo_booking .HomeContainer .dateBox > span{display: none;}
    .mod_nistech_quallifewo_booking .Fieldnote{margin-bottom: 10px;}
    .mod_nistech_quallifewo_booking .HomeContainer .Contact, .mod_nistech_quallifewo_booking .HomeContainer .Book{float: none; margin: 10px 0; display: block;}
    .mod_nistech_quallifewo_booking .HomeContainer .Contact a, .mod_nistech_quallifewo_booking .HomeContainer .Book a{margin: 10px auto; display: block;text-align: center;}
    .mod_nistech_quallifewo_booking .HomeContainer > h3::after{display: none;}
    .mod_nistech_quallifewo_booking .HomeContainer{padding: 10px;}
    .mod_nistech_quallifewo_booking .HomeContainer > h3{font-size: 1.2em;margin: 0 0 10px 0;}
    .mod_nistech_quallifewo_booking .personalData .Description, .mod_nistech_quallifewo_booking .personalData h3, .mod_nistech_quallifewo_booking .personalData .Book{margin-right: 10px !important;}
    .mod_nistech_quallifewo_booking .Customer .col-6-12, .mod_nistech_quallifewo_booking .Customer .col-12-12{padding-right: 10px;}
    .mod_nistech_quallifewo_booking .Customer [class*="col-"]{padding-right: 10px;}
    /*.mod_nistech_quallifewo_booking .Customer .bgCheckbox input{align-self: unset; top: 5px;}*/
    .mod_nistech_quallifewo_displayobject .col-12-12{margin-top: 10px;}
    .mod_nistech_quallifewo_displayobject .burgerContainer{top: 40px;right: 30px;}
    .mod_nistech_quallifewo_displayobject .objHeaderImg .reNavLogo img{transform: none;}
    .mod_nistech_quallifewo_offers .offersContentBox .Object.Offer .Actions.ActionMobile{display: block; margin-bottom: 0;}
    .mod_nistech_quallifewo_offers .offersContentBox .Object .inside{padding: 0;}
    .mod_nistech_quallifewo_searchresults .Navigation{padding: 10px 15px;}
    .mod_nistech_quallifewo_offers .Object.Offer .inside{padding: 15px !important;}
    .mod_nistech_quallifewo_displayobject .ObjectDescription_small_left{border-top: 10px solid #fff; left: 10px; width: calc(100% - 20px) !important;}
    body.od .mod_nistech_quallifewo_displayobject .burgerContainer{top: 24px; right: 25px;}
    footer .fnavBlock{display: block;}
    footer .fnavBlock .footerNav{width: 100%; flex: inherit;}
    footer .fnavBlock .footerNav:nth-child(2){display: none;}
    footer *{font-size: 15px !important;}
    footer .fcontactBox .contactData{display: block;}
    footer .fcontactBox .contactData > div{width: 100%; flex: inherit;}
    .lastMinuteArea{padding: 220px 0 30px 0;}
    .mod_search > div{padding: 0 15px;}
     body.lp .mod_search form{padding: 10px;}
}
@media only screen and (max-width: 380px) {
    .lastMinuteArea .col-3-12{padding-right: 10px; width: 100%; float: none;}
    .mod_nistech_quallifewo_searchresults .Navigation .PaginationDescription{ display: none;}
}

.c-hamburger {
    width:96px;
    height:96px;
    position:relative;
    overflow:hidden;
    display:block;
    margin:0;
    padding:0;
    font-size:0;
    text-indent:-9999px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    box-shadow: none;
    border: none;
    cursor: pointer;
    -webkit-transition: background 0.3s;
    transition: background 0.3s;
    background-color: transparent;
}
.c-hamburger:focus {
    outline: none;
}
.c-hamburger span {
    height:3px;
    top:44px;
    position:absolute;
    display:block;
    background-color:#fff;
    left: 18px;
    right: 18px;
}
.c-hamburger span::before,
.c-hamburger span::after {
    width:100%;
    height:3px;
    left:0;
    position:absolute;
    display:block;
    background-color:#fff;
    content: "";
}
.c-hamburger span::before {
    top:-20px;
}
.c-hamburger span::after {
    bottom:-20px;
}
.c-hamburger--htx {
}
.c-hamburger--htx span {
    -webkit-transition: background 0s 0.3s;
    transition: background 0s 0.3s;
}
.c-hamburger--htx span::before,
.c-hamburger--htx span::after {
    -webkit-transition-duration: 0.3s, 0.3s;
    transition-duration: 0.3s, 0.3s;
    -webkit-transition-delay: 0.3s, 0s;
    transition-delay: 0.3s, 0s;
}
.c-hamburger--htx span::before {
    -webkit-transition-property: top, -webkit-transform;
    transition-property: top, transform;
}
.c-hamburger--htx span::after {
    -webkit-transition-property: bottom, -webkit-transform;
    transition-property: bottom, transform;
}
.c-hamburger--htx.is-active {
}
.c-hamburger--htx.is-active span {
    background: none;
}
.c-hamburger--htx.is-active span::before {
    top:0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.c-hamburger--htx.is-active span::after {
    bottom:0;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.c-hamburger--htx.is-active span::before,
.c-hamburger--htx.is-active span::after {
    -webkit-transition-delay: 0s, 0.3s;
    transition-delay: 0s, 0.3s;
}


/* open-sans-300 - latin */
@font-face {
    font-family: 'Open Sans';
      font-style: normal;
      font-weight: 300;
      src: local('Open Sans Light'), local('OpenSans-Light'),
           url('../../files/fonts/open-sans-v15-latin-300.woff2') format('woff2'),
           url('../../files/fonts/open-sans-v15-latin-300.woff') format('woff');
}

/* open-sans-regular - latin */
@font-face {
    font-family: 'Open Sans';
      font-style: normal;
      font-weight: 400;
      src: local('Open Sans Regular'), local('OpenSans-Regular'),
           url('../../files/fonts/open-sans-v15-latin-regular.woff2') format('woff2'),
           url('../../files/fonts/open-sans-v15-latin-regular.woff') format('woff');
}

/* open-sans-600 - latin */
@font-face {
    font-family: 'Open Sans';
      font-style: normal;
      font-weight: 600;
      src: local('Open Sans SemiBold'), local('OpenSans-SemiBold'),
           url('../../files/fonts/open-sans-v15-latin-600.woff2') format('woff2'),
           url('../../files/fonts/open-sans-v15-latin-600.woff') format('woff');
}

/* open-sans-700 - latin */
@font-face {
    font-family: 'Open Sans';
      font-style: normal;
      font-weight: 700;
      src: local('Open Sans Bold'), local('OpenSans-Bold'),
           url('../../files/fonts/open-sans-v15-latin-700.woff2') format('woff2'),
           url('../../files/fonts/open-sans-v15-latin-700.woff') format('woff');
}

/* open-sans-800 - latin */
@font-face {
    font-family: 'Open Sans';
      font-style: normal;
      font-weight: 800;
      src: local('Open Sans ExtraBold'), local('OpenSans-ExtraBold'),
           url('../../files/fonts/open-sans-v15-latin-800.woff2') format('woff2'),
           url('../../files/fonts/open-sans-v15-latin-800.woff') format('woff');
}

header .headerTop {
    background: #295699;
}

header .navTop ul li {
    border-right: 1px solid #3269af;
}

header .logoContainer {
    border-bottom: 4px solid #e67f23;
}

header .navContainer a.hotline {
    background: #f39c12;
}

header .navContainer strong.search {
    background: #e67f23;
}

.mod_nistech_quallifewo_smallsearch h2 {
    background: #295699;
}
.mod_nistech_quallifewo_smallsearch form {
    border-bottom: 4px solid #e67f23;
}
