@charset "UTF-8";
/*
BREAKPOINTS
*********************/
/* FontAwesome */
@font-face {
  font-family: 'FontAwesome';
  font-style: normal;
  src: local("FontAwesome"), local("FontAwesome"), url("../fonts/fontawesome-webfont.woff") format("woff"); }
/* Work Sans */
@font-face {
  font-family: 'Jost';
  font-style: normal;
  font-weight: 100;
  src: local("Jost Thin"), local("Jost-Thin"), url("../fonts/jost-v15-latin-100.woff2") format("woff2"); }
@font-face {
  font-family: 'Jost';
  font-style: normal;
  font-weight: 300;
  src: local("Jost Light"), local("Jost-Light"), url("../fonts/jost-v15-latin-300.woff2") format("woff2"); }
@font-face {
  font-family: 'Jost';
  font-style: normal;
  font-weight: 400;
  src: local("Jost Regular"), local("Jost-Regular"), url("../fonts/jost-v15-latin-regular.woff2") format("woff2"); }
@font-face {
  font-family: 'Jost';
  font-style: normal;
  font-weight: 700;
  src: local("Jost Bold"), local("Jost-Bold"), url("../fonts/jost-v15-latin-700.woff2") format("woff2"); }
/**
 * Icons
 */
.fa-standard, ul.styledList li:before, .headerArea .headerBox ul li:before, ul.infoList li:before, .naviCont > .row .columns:nth-child(1) .contact-bar .wapp a:before, .naviCont > .row .columns:nth-child(1) .contact-bar .mail a:before, .naviCont > .row .columns:nth-child(1) .contact-bar .telNumber:before, .mobile-navi .navi li.dropdown .dropnavlist li a:before, #productSite .roomDetails > .row > .columns .roomBox > div ul li:before, .flexStatements.newsList > .columns > div:before, .flexStatements.dateList > .columns > div:before, .map:before {
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
.fa-standard, ul.styledList li:before, .headerArea .headerBox ul li:before, ul.infoList li:before, .naviCont > .row .columns:nth-child(1) .contact-bar .wapp a:before, .naviCont > .row .columns:nth-child(1) .contact-bar .mail a:before, .naviCont > .row .columns:nth-child(1) .contact-bar .telNumber:before, .mobile-navi .navi li.dropdown .dropnavlist li a:before, #productSite .roomDetails > .row > .columns .roomBox > div ul li:before, .flexStatements.newsList > .columns > div:before, .flexStatements.dateList > .columns > div:before, .map:before {
  display: inline-block;
  font-family: "FontAwesome";
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-fw {
  width: 1.28571429em;
  text-align: center; }

.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none; }

.fa-ul > li {
  position: relative; }

.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center; }

.fa-li.fa-lg {
  left: -1.85714286em; }

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em; }

.fa-pull-left {
  float: left; }

.fa-pull-right {
  float: right; }

.fa.fa-pull-left {
  margin-right: .3em; }

.fa.fa-pull-right {
  margin-left: .3em; }

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right; }

.pull-left {
  float: left; }

.fa.pull-left {
  margin-right: .3em; }

.fa.pull-right {
  margin-left: .3em; }

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear; }

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8); }

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg); }

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1); }

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1); }

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none; }

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle; }

.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: #fff; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000"; }

.fa-music:before {
  content: "\f001"; }

.fa-search:before {
  content: "\f002"; }

.fa-envelope-o:before {
  content: "\f003"; }

.fa-heart:before {
  content: "\f004"; }

.fa-star:before, .flexStatements.newsList > .columns > div:before {
  content: "\f005"; }

.fa-star-o:before {
  content: "\f006"; }

.fa-user:before {
  content: "\f007"; }

.fa-film:before {
  content: "\f008"; }

.fa-th-large:before {
  content: "\f009"; }

.fa-th:before {
  content: "\f00a"; }

.fa-th-list:before {
  content: "\f00b"; }

.fa-check:before {
  content: "\f00c"; }

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d"; }

.fa-search-plus:before {
  content: "\f00e"; }

.fa-search-minus:before {
  content: "\f010"; }

.fa-power-off:before {
  content: "\f011"; }

.fa-signal:before {
  content: "\f012"; }

.fa-gear:before,
.fa-cog:before {
  content: "\f013"; }

.fa-trash-o:before {
  content: "\f014"; }

.fa-home:before {
  content: "\f015"; }

.fa-file-o:before {
  content: "\f016"; }

.fa-clock-o:before {
  content: "\f017"; }

.fa-road:before {
  content: "\f018"; }

.fa-download:before {
  content: "\f019"; }

.fa-arrow-circle-o-down:before {
  content: "\f01a"; }

.fa-arrow-circle-o-up:before {
  content: "\f01b"; }

.fa-inbox:before {
  content: "\f01c"; }

.fa-play-circle-o:before {
  content: "\f01d"; }

.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e"; }

.fa-refresh:before {
  content: "\f021"; }

.fa-list-alt:before {
  content: "\f022"; }

.fa-lock:before {
  content: "\f023"; }

.fa-flag:before {
  content: "\f024"; }

.fa-headphones:before {
  content: "\f025"; }

.fa-volume-off:before {
  content: "\f026"; }

.fa-volume-down:before {
  content: "\f027"; }

.fa-volume-up:before {
  content: "\f028"; }

.fa-qrcode:before {
  content: "\f029"; }

.fa-barcode:before {
  content: "\f02a"; }

.fa-tag:before {
  content: "\f02b"; }

.fa-tags:before {
  content: "\f02c"; }

.fa-book:before {
  content: "\f02d"; }

.fa-bookmark:before {
  content: "\f02e"; }

.fa-print:before {
  content: "\f02f"; }

.fa-camera:before {
  content: "\f030"; }

.fa-font:before {
  content: "\f031"; }

.fa-bold:before {
  content: "\f032"; }

.fa-italic:before {
  content: "\f033"; }

.fa-text-height:before {
  content: "\f034"; }

.fa-text-width:before {
  content: "\f035"; }

.fa-align-left:before {
  content: "\f036"; }

.fa-align-center:before {
  content: "\f037"; }

.fa-align-right:before {
  content: "\f038"; }

.fa-align-justify:before {
  content: "\f039"; }

.fa-list:before {
  content: "\f03a"; }

.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b"; }

.fa-indent:before {
  content: "\f03c"; }

.fa-video-camera:before {
  content: "\f03d"; }

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e"; }

.fa-pencil:before {
  content: "\f040"; }

.fa-map-marker:before {
  content: "\f041"; }

.fa-adjust:before {
  content: "\f042"; }

.fa-tint:before {
  content: "\f043"; }

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044"; }

.fa-share-square-o:before {
  content: "\f045"; }

.fa-check-square-o:before {
  content: "\f046"; }

.fa-arrows:before {
  content: "\f047"; }

.fa-step-backward:before {
  content: "\f048"; }

.fa-fast-backward:before {
  content: "\f049"; }

.fa-backward:before {
  content: "\f04a"; }

.fa-play:before {
  content: "\f04b"; }

.fa-pause:before {
  content: "\f04c"; }

.fa-stop:before {
  content: "\f04d"; }

.fa-forward:before {
  content: "\f04e"; }

.fa-fast-forward:before {
  content: "\f050"; }

.fa-step-forward:before {
  content: "\f051"; }

.fa-eject:before {
  content: "\f052"; }

.fa-chevron-left:before {
  content: "\f053"; }

.fa-chevron-right:before {
  content: "\f054"; }

.fa-plus-circle:before {
  content: "\f055"; }

.fa-minus-circle:before {
  content: "\f056"; }

.fa-times-circle:before {
  content: "\f057"; }

.fa-check-circle:before, ul.infoList li:before {
  content: "\f058"; }

.fa-question-circle:before {
  content: "\f059"; }

.fa-info-circle:before {
  content: "\f05a"; }

.fa-crosshairs:before {
  content: "\f05b"; }

.fa-times-circle-o:before {
  content: "\f05c"; }

.fa-check-circle-o:before {
  content: "\f05d"; }

.fa-ban:before {
  content: "\f05e"; }

.fa-arrow-left:before {
  content: "\f060"; }

.fa-arrow-right:before {
  content: "\f061"; }

.fa-arrow-up:before {
  content: "\f062"; }

.fa-arrow-down:before {
  content: "\f063"; }

.fa-mail-forward:before,
.fa-share:before {
  content: "\f064"; }

.fa-expand:before {
  content: "\f065"; }

.fa-compress:before {
  content: "\f066"; }

.fa-plus:before {
  content: "\f067"; }

.fa-minus:before {
  content: "\f068"; }

.fa-asterisk:before {
  content: "\f069"; }

.fa-exclamation-circle:before {
  content: "\f06a"; }

.fa-gift:before {
  content: "\f06b"; }

.fa-leaf:before {
  content: "\f06c"; }

.fa-fire:before {
  content: "\f06d"; }

.fa-eye:before {
  content: "\f06e"; }

.fa-eye-slash:before {
  content: "\f070"; }

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071"; }

.fa-plane:before {
  content: "\f072"; }

.fa-calendar:before, .flexStatements.dateList > .columns > div:before {
  content: "\f073"; }

.fa-random:before {
  content: "\f074"; }

.fa-comment:before {
  content: "\f075"; }

.fa-magnet:before {
  content: "\f076"; }

.fa-chevron-up:before {
  content: "\f077"; }

.fa-chevron-down:before {
  content: "\f078"; }

.fa-retweet:before {
  content: "\f079"; }

.fa-shopping-cart:before {
  content: "\f07a"; }

.fa-folder:before {
  content: "\f07b"; }

.fa-folder-open:before {
  content: "\f07c"; }

.fa-arrows-v:before {
  content: "\f07d"; }

.fa-arrows-h:before {
  content: "\f07e"; }

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080"; }

.fa-twitter-square:before {
  content: "\f081"; }

.fa-facebook-square:before {
  content: "\f082"; }

.fa-camera-retro:before {
  content: "\f083"; }

.fa-key:before {
  content: "\f084"; }

.fa-gears:before,
.fa-cogs:before {
  content: "\f085"; }

.fa-comments:before {
  content: "\f086"; }

.fa-thumbs-o-up:before {
  content: "\f087"; }

.fa-thumbs-o-down:before {
  content: "\f088"; }

.fa-star-half:before {
  content: "\f089"; }

.fa-heart-o:before {
  content: "\f08a"; }

.fa-sign-out:before {
  content: "\f08b"; }

.fa-linkedin-square:before {
  content: "\f08c"; }

.fa-thumb-tack:before {
  content: "\f08d"; }

.fa-external-link:before {
  content: "\f08e"; }

.fa-sign-in:before {
  content: "\f090"; }

.fa-trophy:before {
  content: "\f091"; }

.fa-github-square:before {
  content: "\f092"; }

.fa-upload:before {
  content: "\f093"; }

.fa-lemon-o:before {
  content: "\f094"; }

.fa-phone:before, .naviCont > .row .columns:nth-child(1) .contact-bar .telNumber:before {
  content: "\f095"; }

.fa-square-o:before {
  content: "\f096"; }

.fa-bookmark-o:before {
  content: "\f097"; }

.fa-phone-square:before {
  content: "\f098"; }

.fa-twitter:before {
  content: "\f099"; }

.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a"; }

.fa-github:before {
  content: "\f09b"; }

.fa-unlock:before {
  content: "\f09c"; }

.fa-credit-card:before {
  content: "\f09d"; }

.fa-feed:before,
.fa-rss:before {
  content: "\f09e"; }

.fa-hdd-o:before {
  content: "\f0a0"; }

.fa-bullhorn:before {
  content: "\f0a1"; }

.fa-bell:before {
  content: "\f0f3"; }

.fa-certificate:before {
  content: "\f0a3"; }

.fa-hand-o-right:before {
  content: "\f0a4"; }

.fa-hand-o-left:before {
  content: "\f0a5"; }

.fa-hand-o-up:before {
  content: "\f0a6"; }

.fa-hand-o-down:before {
  content: "\f0a7"; }

.fa-arrow-circle-left:before {
  content: "\f0a8"; }

.fa-arrow-circle-right:before {
  content: "\f0a9"; }

.fa-arrow-circle-up:before {
  content: "\f0aa"; }

.fa-arrow-circle-down:before {
  content: "\f0ab"; }

.fa-globe:before {
  content: "\f0ac"; }

.fa-wrench:before {
  content: "\f0ad"; }

.fa-tasks:before {
  content: "\f0ae"; }

.fa-filter:before {
  content: "\f0b0"; }

.fa-briefcase:before {
  content: "\f0b1"; }

.fa-arrows-alt:before {
  content: "\f0b2"; }

.fa-group:before,
.fa-users:before {
  content: "\f0c0"; }

.fa-chain:before,
.fa-link:before {
  content: "\f0c1"; }

.fa-cloud:before {
  content: "\f0c2"; }

.fa-flask:before {
  content: "\f0c3"; }

.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4"; }

.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5"; }

.fa-paperclip:before {
  content: "\f0c6"; }

.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7"; }

.fa-square:before {
  content: "\f0c8"; }

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9"; }

.fa-list-ul:before {
  content: "\f0ca"; }

.fa-list-ol:before {
  content: "\f0cb"; }

.fa-strikethrough:before {
  content: "\f0cc"; }

.fa-underline:before {
  content: "\f0cd"; }

.fa-table:before {
  content: "\f0ce"; }

.fa-magic:before {
  content: "\f0d0"; }

.fa-truck:before {
  content: "\f0d1"; }

.fa-pinterest:before {
  content: "\f0d2"; }

.fa-pinterest-square:before {
  content: "\f0d3"; }

.fa-google-plus-square:before {
  content: "\f0d4"; }

.fa-google-plus:before {
  content: "\f0d5"; }

.fa-money:before {
  content: "\f0d6"; }

.fa-caret-down:before {
  content: "\f0d7"; }

.fa-caret-up:before {
  content: "\f0d8"; }

.fa-caret-left:before {
  content: "\f0d9"; }

.fa-caret-right:before {
  content: "\f0da"; }

.fa-columns:before {
  content: "\f0db"; }

.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc"; }

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd"; }

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de"; }

.fa-envelope:before, .naviCont > .row .columns:nth-child(1) .contact-bar .mail a:before {
  content: "\f0e0"; }

.fa-linkedin:before {
  content: "\f0e1"; }

.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2"; }

.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3"; }

.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4"; }

.fa-comment-o:before {
  content: "\f0e5"; }

.fa-comments-o:before {
  content: "\f0e6"; }

.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7"; }

.fa-sitemap:before {
  content: "\f0e8"; }

.fa-umbrella:before {
  content: "\f0e9"; }

.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea"; }

.fa-lightbulb-o:before {
  content: "\f0eb"; }

.fa-exchange:before {
  content: "\f0ec"; }

.fa-cloud-download:before {
  content: "\f0ed"; }

.fa-cloud-upload:before {
  content: "\f0ee"; }

.fa-user-md:before {
  content: "\f0f0"; }

.fa-stethoscope:before {
  content: "\f0f1"; }

.fa-suitcase:before {
  content: "\f0f2"; }

.fa-bell-o:before {
  content: "\f0a2"; }

.fa-coffee:before {
  content: "\f0f4"; }

.fa-cutlery:before {
  content: "\f0f5"; }

.fa-file-text-o:before {
  content: "\f0f6"; }

.fa-building-o:before {
  content: "\f0f7"; }

.fa-hospital-o:before {
  content: "\f0f8"; }

.fa-ambulance:before {
  content: "\f0f9"; }

.fa-medkit:before {
  content: "\f0fa"; }

.fa-fighter-jet:before {
  content: "\f0fb"; }

.fa-beer:before {
  content: "\f0fc"; }

.fa-h-square:before {
  content: "\f0fd"; }

.fa-plus-square:before {
  content: "\f0fe"; }

.fa-angle-double-left:before {
  content: "\f100"; }

.fa-angle-double-right:before {
  content: "\f101"; }

.fa-angle-double-up:before {
  content: "\f102"; }

.fa-angle-double-down:before {
  content: "\f103"; }

.fa-angle-left:before {
  content: "\f104"; }

.fa-angle-right:before, ul.styledList li:before, .headerArea .headerBox ul li:before, .mobile-navi .navi li.dropdown .dropnavlist li a:before, #productSite .roomDetails > .row > .columns .roomBox > div ul li:before {
  content: "\f105"; }

.fa-angle-up:before {
  content: "\f106"; }

.fa-angle-down:before {
  content: "\f107"; }

.fa-desktop:before {
  content: "\f108"; }

.fa-laptop:before {
  content: "\f109"; }

.fa-tablet:before {
  content: "\f10a"; }

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b"; }

.fa-circle-o:before {
  content: "\f10c"; }

.fa-quote-left:before {
  content: "\f10d"; }

.fa-quote-right:before {
  content: "\f10e"; }

.fa-spinner:before {
  content: "\f110"; }

.fa-circle:before {
  content: "\f111"; }

.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112"; }

.fa-github-alt:before {
  content: "\f113"; }

.fa-folder-o:before {
  content: "\f114"; }

.fa-folder-open-o:before {
  content: "\f115"; }

.fa-smile-o:before {
  content: "\f118"; }

.fa-frown-o:before {
  content: "\f119"; }

.fa-meh-o:before {
  content: "\f11a"; }

.fa-gamepad:before {
  content: "\f11b"; }

.fa-keyboard-o:before {
  content: "\f11c"; }

.fa-flag-o:before {
  content: "\f11d"; }

.fa-flag-checkered:before {
  content: "\f11e"; }

.fa-terminal:before {
  content: "\f120"; }

.fa-code:before {
  content: "\f121"; }

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122"; }

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123"; }

.fa-location-arrow:before {
  content: "\f124"; }

.fa-crop:before {
  content: "\f125"; }

.fa-code-fork:before {
  content: "\f126"; }

.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127"; }

.fa-question:before {
  content: "\f128"; }

.fa-info:before {
  content: "\f129"; }

.fa-exclamation:before {
  content: "\f12a"; }

.fa-superscript:before {
  content: "\f12b"; }

.fa-subscript:before {
  content: "\f12c"; }

.fa-eraser:before {
  content: "\f12d"; }

.fa-puzzle-piece:before {
  content: "\f12e"; }

.fa-microphone:before {
  content: "\f130"; }

.fa-microphone-slash:before {
  content: "\f131"; }

.fa-shield:before {
  content: "\f132"; }

.fa-calendar-o:before {
  content: "\f133"; }

.fa-fire-extinguisher:before {
  content: "\f134"; }

.fa-rocket:before {
  content: "\f135"; }

.fa-maxcdn:before {
  content: "\f136"; }

.fa-chevron-circle-left:before {
  content: "\f137"; }

.fa-chevron-circle-right:before {
  content: "\f138"; }

.fa-chevron-circle-up:before {
  content: "\f139"; }

.fa-chevron-circle-down:before {
  content: "\f13a"; }

.fa-html5:before {
  content: "\f13b"; }

.fa-css3:before {
  content: "\f13c"; }

.fa-anchor:before {
  content: "\f13d"; }

.fa-unlock-alt:before {
  content: "\f13e"; }

.fa-bullseye:before {
  content: "\f140"; }

.fa-ellipsis-h:before {
  content: "\f141"; }

.fa-ellipsis-v:before {
  content: "\f142"; }

.fa-rss-square:before {
  content: "\f143"; }

.fa-play-circle:before {
  content: "\f144"; }

.fa-ticket:before {
  content: "\f145"; }

.fa-minus-square:before {
  content: "\f146"; }

.fa-minus-square-o:before {
  content: "\f147"; }

.fa-level-up:before {
  content: "\f148"; }

.fa-level-down:before {
  content: "\f149"; }

.fa-check-square:before {
  content: "\f14a"; }

.fa-pencil-square:before {
  content: "\f14b"; }

.fa-external-link-square:before {
  content: "\f14c"; }

.fa-share-square:before {
  content: "\f14d"; }

.fa-compass:before {
  content: "\f14e"; }

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150"; }

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151"; }

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152"; }

.fa-euro:before,
.fa-eur:before {
  content: "\f153"; }

.fa-gbp:before {
  content: "\f154"; }

.fa-dollar:before,
.fa-usd:before {
  content: "\f155"; }

.fa-rupee:before,
.fa-inr:before {
  content: "\f156"; }

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157"; }

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158"; }

.fa-won:before,
.fa-krw:before {
  content: "\f159"; }

.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a"; }

.fa-file:before {
  content: "\f15b"; }

.fa-file-text:before {
  content: "\f15c"; }

.fa-sort-alpha-asc:before {
  content: "\f15d"; }

.fa-sort-alpha-desc:before {
  content: "\f15e"; }

.fa-sort-amount-asc:before {
  content: "\f160"; }

.fa-sort-amount-desc:before {
  content: "\f161"; }

.fa-sort-numeric-asc:before {
  content: "\f162"; }

.fa-sort-numeric-desc:before {
  content: "\f163"; }

.fa-thumbs-up:before {
  content: "\f164"; }

.fa-thumbs-down:before {
  content: "\f165"; }

.fa-youtube-square:before {
  content: "\f166"; }

.fa-youtube:before {
  content: "\f167"; }

.fa-xing:before {
  content: "\f168"; }

.fa-xing-square:before {
  content: "\f169"; }

.fa-youtube-play:before {
  content: "\f16a"; }

.fa-dropbox:before {
  content: "\f16b"; }

.fa-stack-overflow:before {
  content: "\f16c"; }

.fa-instagram:before {
  content: "\f16d"; }

.fa-flickr:before {
  content: "\f16e"; }

.fa-adn:before {
  content: "\f170"; }

.fa-bitbucket:before {
  content: "\f171"; }

.fa-bitbucket-square:before {
  content: "\f172"; }

.fa-tumblr:before {
  content: "\f173"; }

.fa-tumblr-square:before {
  content: "\f174"; }

.fa-long-arrow-down:before {
  content: "\f175"; }

.fa-long-arrow-up:before {
  content: "\f176"; }

.fa-long-arrow-left:before {
  content: "\f177"; }

.fa-long-arrow-right:before {
  content: "\f178"; }

.fa-apple:before {
  content: "\f179"; }

.fa-windows:before {
  content: "\f17a"; }

.fa-android:before {
  content: "\f17b"; }

.fa-linux:before {
  content: "\f17c"; }

.fa-dribbble:before {
  content: "\f17d"; }

.fa-skype:before {
  content: "\f17e"; }

.fa-foursquare:before {
  content: "\f180"; }

.fa-trello:before {
  content: "\f181"; }

.fa-female:before {
  content: "\f182"; }

.fa-male:before {
  content: "\f183"; }

.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184"; }

.fa-sun-o:before {
  content: "\f185"; }

.fa-moon-o:before {
  content: "\f186"; }

.fa-archive:before {
  content: "\f187"; }

.fa-bug:before {
  content: "\f188"; }

.fa-vk:before {
  content: "\f189"; }

.fa-weibo:before {
  content: "\f18a"; }

.fa-renren:before {
  content: "\f18b"; }

.fa-pagelines:before {
  content: "\f18c"; }

.fa-stack-exchange:before {
  content: "\f18d"; }

.fa-arrow-circle-o-right:before {
  content: "\f18e"; }

.fa-arrow-circle-o-left:before {
  content: "\f190"; }

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191"; }

.fa-dot-circle-o:before {
  content: "\f192"; }

.fa-wheelchair:before {
  content: "\f193"; }

.fa-vimeo-square:before {
  content: "\f194"; }

.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195"; }

.fa-plus-square-o:before {
  content: "\f196"; }

.fa-space-shuttle:before {
  content: "\f197"; }

.fa-slack:before {
  content: "\f198"; }

.fa-envelope-square:before {
  content: "\f199"; }

.fa-wordpress:before {
  content: "\f19a"; }

.fa-openid:before {
  content: "\f19b"; }

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c"; }

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d"; }

.fa-yahoo:before {
  content: "\f19e"; }

.fa-google:before {
  content: "\f1a0"; }

.fa-reddit:before {
  content: "\f1a1"; }

.fa-reddit-square:before {
  content: "\f1a2"; }

.fa-stumbleupon-circle:before {
  content: "\f1a3"; }

.fa-stumbleupon:before {
  content: "\f1a4"; }

.fa-delicious:before {
  content: "\f1a5"; }

.fa-digg:before {
  content: "\f1a6"; }

.fa-pied-piper-pp:before {
  content: "\f1a7"; }

.fa-pied-piper-alt:before {
  content: "\f1a8"; }

.fa-drupal:before {
  content: "\f1a9"; }

.fa-joomla:before {
  content: "\f1aa"; }

.fa-language:before {
  content: "\f1ab"; }

.fa-fax:before {
  content: "\f1ac"; }

.fa-building:before {
  content: "\f1ad"; }

.fa-child:before {
  content: "\f1ae"; }

.fa-paw:before, .map:before {
  content: "\f1b0"; }

.fa-spoon:before, .volumeicons i.kueche:before {
  content: "\f1b1"; }

.fa-cube:before {
  content: "\f1b2"; }

.fa-cubes:before {
  content: "\f1b3"; }

.fa-behance:before {
  content: "\f1b4"; }

.fa-behance-square:before {
  content: "\f1b5"; }

.fa-steam:before {
  content: "\f1b6"; }

.fa-steam-square:before {
  content: "\f1b7"; }

.fa-recycle:before {
  content: "\f1b8"; }

.fa-automobile:before,
.fa-car:before {
  content: "\f1b9"; }

.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba"; }

.fa-tree:before {
  content: "\f1bb"; }

.fa-spotify:before {
  content: "\f1bc"; }

.fa-deviantart:before {
  content: "\f1bd"; }

.fa-soundcloud:before {
  content: "\f1be"; }

.fa-database:before {
  content: "\f1c0"; }

.fa-file-pdf-o:before {
  content: "\f1c1"; }

.fa-file-word-o:before {
  content: "\f1c2"; }

.fa-file-excel-o:before {
  content: "\f1c3"; }

.fa-file-powerpoint-o:before {
  content: "\f1c4"; }

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5"; }

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6"; }

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7"; }

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8"; }

.fa-file-code-o:before {
  content: "\f1c9"; }

.fa-vine:before {
  content: "\f1ca"; }

.fa-codepen:before {
  content: "\f1cb"; }

.fa-jsfiddle:before {
  content: "\f1cc"; }

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd"; }

.fa-circle-o-notch:before {
  content: "\f1ce"; }

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0"; }

.fa-ge:before,
.fa-empire:before {
  content: "\f1d1"; }

.fa-git-square:before {
  content: "\f1d2"; }

.fa-git:before {
  content: "\f1d3"; }

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4"; }

.fa-tencent-weibo:before {
  content: "\f1d5"; }

.fa-qq:before {
  content: "\f1d6"; }

.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7"; }

.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8"; }

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9"; }

.fa-history:before {
  content: "\f1da"; }

.fa-circle-thin:before {
  content: "\f1db"; }

.fa-header:before {
  content: "\f1dc"; }

.fa-paragraph:before {
  content: "\f1dd"; }

.fa-sliders:before {
  content: "\f1de"; }

.fa-share-alt:before {
  content: "\f1e0"; }

.fa-share-alt-square:before {
  content: "\f1e1"; }

.fa-bomb:before {
  content: "\f1e2"; }

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3"; }

.fa-tty:before {
  content: "\f1e4"; }

.fa-binoculars:before {
  content: "\f1e5"; }

.fa-plug:before {
  content: "\f1e6"; }

.fa-slideshare:before {
  content: "\f1e7"; }

.fa-twitch:before {
  content: "\f1e8"; }

.fa-yelp:before {
  content: "\f1e9"; }

.fa-newspaper-o:before {
  content: "\f1ea"; }

.fa-wifi:before {
  content: "\f1eb"; }

.fa-calculator:before {
  content: "\f1ec"; }

.fa-paypal:before {
  content: "\f1ed"; }

.fa-google-wallet:before {
  content: "\f1ee"; }

.fa-cc-visa:before {
  content: "\f1f0"; }

.fa-cc-mastercard:before {
  content: "\f1f1"; }

.fa-cc-discover:before {
  content: "\f1f2"; }

.fa-cc-amex:before {
  content: "\f1f3"; }

.fa-cc-paypal:before {
  content: "\f1f4"; }

.fa-cc-stripe:before {
  content: "\f1f5"; }

.fa-bell-slash:before {
  content: "\f1f6"; }

.fa-bell-slash-o:before {
  content: "\f1f7"; }

.fa-trash:before {
  content: "\f1f8"; }

.fa-copyright:before {
  content: "\f1f9"; }

.fa-at:before {
  content: "\f1fa"; }

.fa-eyedropper:before {
  content: "\f1fb"; }

.fa-paint-brush:before {
  content: "\f1fc"; }

.fa-birthday-cake:before {
  content: "\f1fd"; }

.fa-area-chart:before {
  content: "\f1fe"; }

.fa-pie-chart:before {
  content: "\f200"; }

.fa-line-chart:before {
  content: "\f201"; }

.fa-lastfm:before {
  content: "\f202"; }

.fa-lastfm-square:before {
  content: "\f203"; }

.fa-toggle-off:before {
  content: "\f204"; }

.fa-toggle-on:before {
  content: "\f205"; }

.fa-bicycle:before {
  content: "\f206"; }

.fa-bus:before {
  content: "\f207"; }

.fa-ioxhost:before {
  content: "\f208"; }

.fa-angellist:before {
  content: "\f209"; }

.fa-cc:before {
  content: "\f20a"; }

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b"; }

.fa-meanpath:before {
  content: "\f20c"; }

.fa-buysellads:before {
  content: "\f20d"; }

.fa-connectdevelop:before {
  content: "\f20e"; }

.fa-dashcube:before {
  content: "\f210"; }

.fa-forumbee:before {
  content: "\f211"; }

.fa-leanpub:before {
  content: "\f212"; }

.fa-sellsy:before {
  content: "\f213"; }

.fa-shirtsinbulk:before {
  content: "\f214"; }

.fa-simplybuilt:before {
  content: "\f215"; }

.fa-skyatlas:before {
  content: "\f216"; }

.fa-cart-plus:before {
  content: "\f217"; }

.fa-cart-arrow-down:before {
  content: "\f218"; }

.fa-diamond:before {
  content: "\f219"; }

.fa-ship:before {
  content: "\f21a"; }

.fa-user-secret:before {
  content: "\f21b"; }

.fa-motorcycle:before {
  content: "\f21c"; }

.fa-street-view:before {
  content: "\f21d"; }

.fa-heartbeat:before {
  content: "\f21e"; }

.fa-venus:before {
  content: "\f221"; }

.fa-mars:before {
  content: "\f222"; }

.fa-mercury:before {
  content: "\f223"; }

.fa-intersex:before,
.fa-transgender:before {
  content: "\f224"; }

.fa-transgender-alt:before {
  content: "\f225"; }

.fa-venus-double:before {
  content: "\f226"; }

.fa-mars-double:before {
  content: "\f227"; }

.fa-venus-mars:before {
  content: "\f228"; }

.fa-mars-stroke:before {
  content: "\f229"; }

.fa-mars-stroke-v:before {
  content: "\f22a"; }

.fa-mars-stroke-h:before {
  content: "\f22b"; }

.fa-neuter:before {
  content: "\f22c"; }

.fa-genderless:before, ul.styledList.noLines li:before, .headerArea .headerBox ul.noLines li:before {
  content: "\f22d"; }

.fa-facebook-official:before {
  content: "\f230"; }

.fa-pinterest-p:before {
  content: "\f231"; }

.fa-whatsapp:before, .naviCont > .row .columns:nth-child(1) .contact-bar .wapp a:before {
  content: "\f232"; }

.fa-server:before {
  content: "\f233"; }

.fa-user-plus:before {
  content: "\f234"; }

.fa-user-times:before {
  content: "\f235"; }

.fa-hotel:before,
.fa-bed:before,
.volumeicons i.schlafen:before {
  content: "\f236"; }

.fa-viacoin:before {
  content: "\f237"; }

.fa-train:before {
  content: "\f238"; }

.fa-subway:before {
  content: "\f239"; }

.fa-medium:before {
  content: "\f23a"; }

.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b"; }

.fa-optin-monster:before {
  content: "\f23c"; }

.fa-opencart:before {
  content: "\f23d"; }

.fa-expeditedssl:before {
  content: "\f23e"; }

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\f240"; }

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241"; }

.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242"; }

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243"; }

.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244"; }

.fa-mouse-pointer:before {
  content: "\f245"; }

.fa-i-cursor:before {
  content: "\f246"; }

.fa-object-group:before {
  content: "\f247"; }

.fa-object-ungroup:before {
  content: "\f248"; }

.fa-sticky-note:before {
  content: "\f249"; }

.fa-sticky-note-o:before {
  content: "\f24a"; }

.fa-cc-jcb:before {
  content: "\f24b"; }

.fa-cc-diners-club:before {
  content: "\f24c"; }

.fa-clone:before {
  content: "\f24d"; }

.fa-balance-scale:before {
  content: "\f24e"; }

.fa-hourglass-o:before {
  content: "\f250"; }

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251"; }

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252"; }

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253"; }

.fa-hourglass:before {
  content: "\f254"; }

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255"; }

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256"; }

.fa-hand-scissors-o:before {
  content: "\f257"; }

.fa-hand-lizard-o:before {
  content: "\f258"; }

.fa-hand-spock-o:before {
  content: "\f259"; }

.fa-hand-pointer-o:before {
  content: "\f25a"; }

.fa-hand-peace-o:before {
  content: "\f25b"; }

.fa-trademark:before {
  content: "\f25c"; }

.fa-registered:before {
  content: "\f25d"; }

.fa-creative-commons:before {
  content: "\f25e"; }

.fa-gg:before {
  content: "\f260"; }

.fa-gg-circle:before {
  content: "\f261"; }

.fa-tripadvisor:before {
  content: "\f262"; }

.fa-odnoklassniki:before {
  content: "\f263"; }

.fa-odnoklassniki-square:before {
  content: "\f264"; }

.fa-get-pocket:before {
  content: "\f265"; }

.fa-wikipedia-w:before {
  content: "\f266"; }

.fa-safari:before {
  content: "\f267"; }

.fa-chrome:before {
  content: "\f268"; }

.fa-firefox:before {
  content: "\f269"; }

.fa-opera:before {
  content: "\f26a"; }

.fa-internet-explorer:before {
  content: "\f26b"; }

.fa-tv:before,
.fa-television:before {
  content: "\f26c"; }

.fa-contao:before {
  content: "\f26d"; }

.fa-500px:before {
  content: "\f26e"; }

.fa-amazon:before {
  content: "\f270"; }

.fa-calendar-plus-o:before {
  content: "\f271"; }

.fa-calendar-minus-o:before {
  content: "\f272"; }

.fa-calendar-times-o:before {
  content: "\f273"; }

.fa-calendar-check-o:before {
  content: "\f274"; }

.fa-industry:before {
  content: "\f275"; }

.fa-map-pin:before {
  content: "\f276"; }

.fa-map-signs:before {
  content: "\f277"; }

.fa-map-o:before {
  content: "\f278"; }

.fa-map:before {
  content: "\f279"; }

.fa-commenting:before {
  content: "\f27a"; }

.fa-commenting-o:before {
  content: "\f27b"; }

.fa-houzz:before {
  content: "\f27c"; }

.fa-vimeo:before {
  content: "\f27d"; }

.fa-black-tie:before {
  content: "\f27e"; }

.fa-fonticons:before {
  content: "\f280"; }

.fa-reddit-alien:before {
  content: "\f281"; }

.fa-edge:before {
  content: "\f282"; }

.fa-credit-card-alt:before {
  content: "\f283"; }

.fa-codiepie:before {
  content: "\f284"; }

.fa-modx:before {
  content: "\f285"; }

.fa-fort-awesome:before {
  content: "\f286"; }

.fa-usb:before {
  content: "\f287"; }

.fa-product-hunt:before {
  content: "\f288"; }

.fa-mixcloud:before {
  content: "\f289"; }

.fa-scribd:before {
  content: "\f28a"; }

.fa-pause-circle:before {
  content: "\f28b"; }

.fa-pause-circle-o:before {
  content: "\f28c"; }

.fa-stop-circle:before {
  content: "\f28d"; }

.fa-stop-circle-o:before {
  content: "\f28e"; }

.fa-shopping-bag:before {
  content: "\f290"; }

.fa-shopping-basket:before {
  content: "\f291"; }

.fa-hashtag:before {
  content: "\f292"; }

.fa-bluetooth:before {
  content: "\f293"; }

.fa-bluetooth-b:before {
  content: "\f294"; }

.fa-percent:before {
  content: "\f295"; }

.fa-gitlab:before {
  content: "\f296"; }

.fa-wpbeginner:before {
  content: "\f297"; }

.fa-wpforms:before {
  content: "\f298"; }

.fa-envira:before {
  content: "\f299"; }

.fa-universal-access:before {
  content: "\f29a"; }

.fa-wheelchair-alt:before {
  content: "\f29b"; }

.fa-question-circle-o:before {
  content: "\f29c"; }

.fa-blind:before {
  content: "\f29d"; }

.fa-audio-description:before {
  content: "\f29e"; }

.fa-volume-control-phone:before {
  content: "\f2a0"; }

.fa-braille:before {
  content: "\f2a1"; }

.fa-assistive-listening-systems:before {
  content: "\f2a2"; }

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3"; }

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4"; }

.fa-glide:before {
  content: "\f2a5"; }

.fa-glide-g:before {
  content: "\f2a6"; }

.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7"; }

.fa-low-vision:before {
  content: "\f2a8"; }

.fa-viadeo:before {
  content: "\f2a9"; }

.fa-viadeo-square:before {
  content: "\f2aa"; }

.fa-snapchat:before {
  content: "\f2ab"; }

.fa-snapchat-ghost:before {
  content: "\f2ac"; }

.fa-snapchat-square:before {
  content: "\f2ad"; }

.fa-pied-piper:before {
  content: "\f2ae"; }

.fa-first-order:before {
  content: "\f2b0"; }

.fa-yoast:before {
  content: "\f2b1"; }

.fa-themeisle:before {
  content: "\f2b2"; }

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3"; }

.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4"; }

.fa-handshake-o:before {
  content: "\f2b5"; }

.fa-envelope-open:before {
  content: "\f2b6"; }

.fa-envelope-open-o:before {
  content: "\f2b7"; }

.fa-linode:before {
  content: "\f2b8"; }

.fa-address-book:before {
  content: "\f2b9"; }

.fa-address-book-o:before {
  content: "\f2ba"; }

.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb"; }

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc"; }

.fa-user-circle:before {
  content: "\f2bd"; }

.fa-user-circle-o:before {
  content: "\f2be"; }

.fa-user-o:before {
  content: "\f2c0"; }

.fa-id-badge:before {
  content: "\f2c1"; }

.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2"; }

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3"; }

.fa-quora:before {
  content: "\f2c4"; }

.fa-free-code-camp:before {
  content: "\f2c5"; }

.fa-telegram:before {
  content: "\f2c6"; }

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7"; }

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8"; }

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9"; }

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca"; }

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb"; }

.fa-shower:before, .volumeicons i.dusche:before {
  content: "\f2cc"; }

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd"; }

.fa-podcast:before {
  content: "\f2ce"; }

.fa-window-maximize:before {
  content: "\f2d0"; }

.fa-window-minimize:before {
  content: "\f2d1"; }

.fa-window-restore:before {
  content: "\f2d2"; }

.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3"; }

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4"; }

.fa-bandcamp:before {
  content: "\f2d5"; }

.fa-grav:before {
  content: "\f2d6"; }

.fa-etsy:before {
  content: "\f2d7"; }

.fa-imdb:before {
  content: "\f2d8"; }

.fa-ravelry:before {
  content: "\f2d9"; }

.fa-eercast:before {
  content: "\f2da"; }

.fa-microchip:before {
  content: "\f2db"; }

.fa-snowflake-o:before {
  content: "\f2dc"; }

.fa-superpowers:before {
  content: "\f2dd"; }

.fa-wpexplorer:before {
  content: "\f2de"; }

.fa-meetup:before {
  content: "\f2e0"; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

#booking-form {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap; }
  #booking-form .form-group {
    margin-bottom: 1rem;
    margin-right: 1rem;
    max-width: calc(100% - 1rem);
    flex-basis: calc(100% - 1rem);
    width: calc(100% - 1rem); }
    @media (min-width: 70em) {
      #booking-form .form-group {
        max-width: calc(50% - 1rem);
        flex-basis: calc(50% - 1rem);
        width: calc(50% - 1rem); } }
    #booking-form .form-group label {
      display: block; }
    #booking-form .form-group input {
      padding: 0.8rem;
      display: block;
      width: 100%;
      border: 1px solid #1c1e1b;
      background: rgba(183, 203, 176, 0.5); }
  #booking-form .button-group {
    max-width: calc(100% - 1rem);
    flex-basis: calc(100% - 1rem);
    width: calc(100% - 1rem); }
    #booking-form .button-group input {
      width: auto; }
  #booking-form .mrbutton {
    width: auto;
    height: auto;
    border: none;
    display: inline-block; }
    #booking-form .mrbutton:hover {
      cursor: pointer; }

#ui-datepicker-div {
  background: #fff;
  padding: 1rem; }

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.displayFlex, .row, .gallerySection.halfStyle .flexGallery .columns, .flexNews .columns, .flexGallery .columns, .flexStatements > .columns {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */ }

.row {
  margin: 0;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  width: 100%;
  max-width: 1920px;
  flex: 0 1 auto;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  position: relative; }
  .row.fullwidth {
    max-width: none; }
  .row.centerflex {
    justify-content: center; }
  .row .row {
    margin: 0 -0.9375rem;
    max-width: calc(100% + 2*0.9375rem);
    width: calc(100% + 2*0.9375rem); }

.column, .columns {
  float: left;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  width: 100%;
  max-width: 100%;
  flex-basis: 100%;
  flex: 0 0 auto;
  flex-grow: 1;
  box-sizing: border-box; }

@media (min-width: 20em) {
  .column, .columns {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem; }

  .sphone-1 {
    width: 8.33333%;
    max-width: 8.33333%;
    flex-basis: 8.33333%; }

  .sphone-2 {
    width: 16.66667%;
    max-width: 16.66667%;
    flex-basis: 16.66667%; }

  .sphone-3 {
    width: 25%;
    max-width: 25%;
    flex-basis: 25%; }

  .sphone-4 {
    width: 33.33333%;
    max-width: 33.33333%;
    flex-basis: 33.33333%; }

  .sphone-5 {
    width: 41.66667%;
    max-width: 41.66667%;
    flex-basis: 41.6667%; }

  .sphone-6 {
    width: 50%;
    max-width: 50%;
    flex-basis: 50%; }

  .sphone-7 {
    width: 58.33333%;
    max-width: 58.33333%;
    flex-basis: 58.33333%; }

  .sphone-8 {
    width: 66.66667%;
    max-width: 66.66667%;
    flex-basis: 66.66667%; }

  .sphone-9 {
    width: 75%;
    max-width: 75%;
    flex-basis: 75%; }

  .sphone-10 {
    width: 83.33333%;
    max-width: 83.33333%;
    flex-basis: 83.33333%; }

  .sphone-11 {
    width: 91.66667%;
    max-width: 91.66667%;
    flex-basis: 91.66667%; }

  .sphone-12 {
    width: 100%;
    max-width: 100%;
    flex-basis: 100%; }

  .sphone-bef-0 {
    margin-left: 0; }

  .sphone-bef-1 {
    margin-left: 8.33333%; }

  .sphone-bef-2 {
    margin-left: 16.66667%; }

  .sphone-bef-3 {
    margin-left: 25%; }

  .sphone-bef-4 {
    margin-left: 33.33333%; }

  .sphone-bef-5 {
    margin-left: 41.66667%; }

  .sphone-bef-6 {
    margin-left: 50%; }

  .sphone-bef-7 {
    margin-left: 58.33333%; }

  .sphone-bef-8 {
    margin-left: 66.66667%; }

  .sphone-bef-9 {
    margin-left: 75%; }

  .sphone-bef-10 {
    margin-left: 83.33333%; }

  .sphone-bef-11 {
    margin-left: 91.66667%; }

  .sphone-aft-0 {
    margin-right: 0; }

  .sphone-aft-1 {
    margin-right: 8.33333%; }

  .sphone-aft-2 {
    margin-right: 16.66667%; }

  .sphone-aft-3 {
    margin-right: 25%; }

  .sphone-aft-4 {
    margin-right: 33.33333%; }

  .sphone-aft-5 {
    margin-right: 41.66667%; }

  .sphone-aft-6 {
    margin-right: 50%; }

  .sphone-aft-7 {
    margin-right: 58.33333%; }

  .sphone-aft-8 {
    margin-right: 66.66667%; }

  .sphone-aft-9 {
    margin-right: 75%; }

  .sphone-aft-10 {
    margin-right: 83.33333%; }

  .sphone-aft-11 {
    margin-right: 91.66667%; } }
@media (min-width: 28em) {
  .column, .columns {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem; }

  .phone-1 {
    width: 8.33333%;
    max-width: 8.33333%;
    flex-basis: 8.33333%; }

  .phone-2 {
    width: 16.66667%;
    max-width: 16.66667%;
    flex-basis: 16.66667%; }

  .phone-3 {
    width: 25%;
    max-width: 25%;
    flex-basis: 25%; }

  .phone-4 {
    width: 33.33333%;
    max-width: 33.33333%;
    flex-basis: 33.33333%; }

  .phone-5 {
    width: 41.66667%;
    max-width: 41.66667%;
    flex-basis: 41.6667%; }

  .phone-6 {
    width: 50%;
    max-width: 50%;
    flex-basis: 50%; }

  .phone-7 {
    width: 58.33333%;
    max-width: 58.33333%;
    flex-basis: 58.33333%; }

  .phone-8 {
    width: 66.66667%;
    max-width: 66.66667%;
    flex-basis: 66.66667%; }

  .phone-9 {
    width: 75%;
    max-width: 75%;
    flex-basis: 75%; }

  .phone-10 {
    width: 83.33333%;
    max-width: 83.33333%;
    flex-basis: 83.33333%; }

  .phone-11 {
    width: 91.66667%;
    max-width: 91.66667%;
    flex-basis: 91.66667%; }

  .phone-12 {
    width: 100%;
    max-width: 100%;
    flex-basis: 100%; }

  .phone-bef-0 {
    margin-left: 0; }

  .phone-bef-1 {
    margin-left: 8.33333%; }

  .phone-bef-2 {
    margin-left: 16.66667%; }

  .phone-bef-3 {
    margin-left: 25%; }

  .phone-bef-4 {
    margin-left: 33.33333%; }

  .phone-bef-5 {
    margin-left: 41.66667%; }

  .phone-bef-6 {
    margin-left: 50%; }

  .phone-bef-7 {
    margin-left: 58.33333%; }

  .phone-bef-8 {
    margin-left: 66.66667%; }

  .phone-bef-9 {
    margin-left: 75%; }

  .phone-bef-10 {
    margin-left: 83.33333%; }

  .phone-bef-11 {
    margin-left: 91.66667%; }

  .phone-aft-0 {
    margin-right: 0; }

  .phone-aft-1 {
    margin-right: 8.33333%; }

  .phone-aft-2 {
    margin-right: 16.66667%; }

  .phone-aft-3 {
    margin-right: 25%; }

  .phone-aft-4 {
    margin-right: 33.33333%; }

  .phone-aft-5 {
    margin-right: 41.66667%; }

  .phone-aft-6 {
    margin-right: 50%; }

  .phone-aft-7 {
    margin-right: 58.33333%; }

  .phone-aft-8 {
    margin-right: 66.66667%; }

  .phone-aft-9 {
    margin-right: 75%; }

  .phone-aft-10 {
    margin-right: 83.33333%; }

  .phone-aft-11 {
    margin-right: 91.66667%; } }
@media (min-width: 40em) {
  .column, .columns {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem; }

  .phablet-1 {
    width: 8.33333%;
    max-width: 8.33333%;
    flex-basis: 8.33333%; }

  .phablet-2 {
    width: 16.66667%;
    max-width: 16.66667%;
    flex-basis: 16.66667%; }

  .phablet-3 {
    width: 25%;
    max-width: 25%;
    flex-basis: 25%; }

  .phablet-4 {
    width: 33.33333%;
    max-width: 33.33333%;
    flex-basis: 33.33333%; }

  .phablet-5 {
    width: 41.66667%;
    max-width: 41.66667%;
    flex-basis: 41.6667%; }

  .phablet-6 {
    width: 50%;
    max-width: 50%;
    flex-basis: 50%; }

  .phablet-7 {
    width: 58.33333%;
    max-width: 58.33333%;
    flex-basis: 58.33333%; }

  .phablet-8 {
    width: 66.66667%;
    max-width: 66.66667%;
    flex-basis: 66.66667%; }

  .phablet-9 {
    width: 75%;
    max-width: 75%;
    flex-basis: 75%; }

  .phablet-10 {
    width: 83.33333%;
    max-width: 83.33333%;
    flex-basis: 83.33333%; }

  .phablet-11 {
    width: 91.66667%;
    max-width: 91.66667%;
    flex-basis: 91.66667%; }

  .phablet-12 {
    width: 100%;
    max-width: 100%;
    flex-basis: 100%; }

  .phablet-bef-0 {
    margin-left: 0; }

  .phablet-bef-1 {
    margin-left: 8.33333%; }

  .phablet-bef-2 {
    margin-left: 16.66667%; }

  .phablet-bef-3 {
    margin-left: 25%; }

  .phablet-bef-4 {
    margin-left: 33.33333%; }

  .phablet-bef-5 {
    margin-left: 41.66667%; }

  .phablet-bef-6 {
    margin-left: 50%; }

  .phablet-bef-7 {
    margin-left: 58.33333%; }

  .phablet-bef-8 {
    margin-left: 66.66667%; }

  .phablet-bef-9 {
    margin-left: 75%; }

  .phablet-bef-10 {
    margin-left: 83.33333%; }

  .phablet-bef-11 {
    margin-left: 91.66667%; }

  .phablet-aft-0 {
    margin-right: 0; }

  .phablet-aft-1 {
    margin-right: 8.33333%; }

  .phablet-aft-2 {
    margin-right: 16.66667%; }

  .phablet-aft-3 {
    margin-right: 25%; }

  .phablet-aft-4 {
    margin-right: 33.33333%; }

  .phablet-aft-5 {
    margin-right: 41.66667%; }

  .phablet-aft-6 {
    margin-right: 50%; }

  .phablet-aft-7 {
    margin-right: 58.33333%; }

  .phablet-aft-8 {
    margin-right: 66.66667%; }

  .phablet-aft-9 {
    margin-right: 75%; }

  .phablet-aft-10 {
    margin-right: 83.33333%; }

  .phablet-aft-11 {
    margin-right: 91.66667%; } }
@media (min-width: 47em) {
  .column, .columns {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem; }

  .tablet-1 {
    width: 8.33333%;
    max-width: 8.33333%;
    flex-basis: 8.33333%; }

  .tablet-2 {
    width: 16.66667%;
    max-width: 16.66667%;
    flex-basis: 16.66667%; }

  .tablet-3 {
    width: 25%;
    max-width: 25%;
    flex-basis: 25%; }

  .tablet-4 {
    width: 33.33333%;
    max-width: 33.33333%;
    flex-basis: 33.33333%; }

  .tablet-5 {
    width: 41.66667%;
    max-width: 41.66667%;
    flex-basis: 41.6667%; }

  .tablet-6 {
    width: 50%;
    max-width: 50%;
    flex-basis: 50%; }

  .tablet-7 {
    width: 58.33333%;
    max-width: 58.33333%;
    flex-basis: 58.33333%; }

  .tablet-8 {
    width: 66.66667%;
    max-width: 66.66667%;
    flex-basis: 66.66667%; }

  .tablet-9 {
    width: 75%;
    max-width: 75%;
    flex-basis: 75%; }

  .tablet-10 {
    width: 83.33333%;
    max-width: 83.33333%;
    flex-basis: 83.33333%; }

  .tablet-11 {
    width: 91.66667%;
    max-width: 91.66667%;
    flex-basis: 91.66667%; }

  .tablet-12 {
    width: 100%;
    max-width: 100%;
    flex-basis: 100%; }

  .tablet-bef-0 {
    margin-left: 0%; }

  .tablet-bef-1 {
    margin-left: 8.33333%; }

  .tablet-bef-2 {
    margin-left: 16.66667%; }

  .tablet-bef-3 {
    margin-left: 25%; }

  .tablet-bef-4 {
    margin-left: 33.33333%; }

  .tablet-bef-5 {
    margin-left: 41.66667%; }

  .tablet-bef-6 {
    margin-left: 50%; }

  .tablet-bef-7 {
    margin-left: 58.33333%; }

  .tablet-bef-8 {
    margin-left: 66.66667%; }

  .tablet-bef-9 {
    margin-left: 75%; }

  .tablet-bef-10 {
    margin-left: 83.33333%; }

  .tablet-bef-11 {
    margin-left: 91.66667%; }

  .tablet-aft-0 {
    margin-right: 0; }

  .tablet-aft-1 {
    margin-right: 8.33333%; }

  .tablet-aft-2 {
    margin-right: 16.66667%; }

  .tablet-aft-3 {
    margin-right: 25%; }

  .tablet-aft-4 {
    margin-right: 33.33333%; }

  .tablet-aft-5 {
    margin-right: 41.66667%; }

  .tablet-aft-6 {
    margin-right: 50%; }

  .tablet-aft-7 {
    margin-right: 58.33333%; }

  .tablet-aft-8 {
    margin-right: 66.66667%; }

  .tablet-aft-9 {
    margin-right: 75%; }

  .tablet-aft-10 {
    margin-right: 83.33333%; }

  .tablet-aft-11 {
    margin-right: 91.66667%; } }
@media (min-width: 70em) {
  .column, .columns {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem; }

  .laptop-1 {
    width: 8.33333%;
    max-width: 8.33333%;
    flex-basis: 8.33333%; }

  .laptop-2 {
    width: 16.66667%;
    max-width: 16.66667%;
    flex-basis: 16.66667%; }

  .laptop-3 {
    width: 25%;
    max-width: 25%;
    flex-basis: 25%; }

  .laptop-4 {
    width: 33.33333%;
    max-width: 33.33333%;
    flex-basis: 33.33333%; }

  .laptop-5 {
    width: 41.66667%;
    max-width: 41.66667%;
    flex-basis: 41.6667%; }

  .laptop-6 {
    width: 50%;
    max-width: 50%;
    flex-basis: 50%; }

  .laptop-7 {
    width: 58.33333%;
    max-width: 58.33333%;
    flex-basis: 58.33333%; }

  .laptop-8 {
    width: 66.66667%;
    max-width: 66.66667%;
    flex-basis: 66.66667%; }

  .laptop-9 {
    width: 75%;
    max-width: 75%;
    flex-basis: 75%; }

  .laptop-10 {
    width: 83.33333%;
    max-width: 83.33333%;
    flex-basis: 83.33333%; }

  .laptop-11 {
    width: 91.66667%;
    max-width: 91.66667%;
    flex-basis: 91.66667%; }

  .laptop-12 {
    width: 100%;
    max-width: 100%;
    flex-basis: 100%; }

  .laptop-bef-0 {
    margin-left: 0; }

  .laptop-bef-1 {
    margin-left: 8.33333%; }

  .laptop-bef-2 {
    margin-left: 16.66667%; }

  .laptop-bef-3 {
    margin-left: 25%; }

  .laptop-bef-4 {
    margin-left: 33.33333%; }

  .laptop-bef-5 {
    margin-left: 41.66667%; }

  .laptop-bef-6 {
    margin-left: 50%; }

  .laptop-bef-7 {
    margin-left: 58.33333%; }

  .laptop-bef-8 {
    margin-left: 66.66667%; }

  .laptop-bef-9 {
    margin-left: 75%; }

  .laptop-bef-10 {
    margin-left: 83.33333%; }

  .laptop-bef-11 {
    margin-left: 91.66667%; }

  .laptop-aft-0 {
    margin-right: 0; }

  .laptop-aft-1 {
    margin-right: 8.33333%; }

  .laptop-aft-2 {
    margin-right: 16.66667%; }

  .laptop-aft-3 {
    margin-right: 25%; }

  .laptop-aft-4 {
    margin-right: 33.33333%; }

  .laptop-aft-5 {
    margin-right: 41.66667%; }

  .laptop-aft-6 {
    margin-right: 50%; }

  .laptop-aft-7 {
    margin-right: 58.33333%; }

  .laptop-aft-8 {
    margin-right: 66.66667%; }

  .laptop-aft-9 {
    margin-right: 75%; }

  .laptop-aft-10 {
    margin-right: 83.33333%; }

  .laptop-aft-11 {
    margin-right: 91.66667%; } }
@media (min-width: 85.375em) {
  .column, .columns {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem; }

  .desktop-1 {
    width: 8.33333%;
    max-width: 8.33333%;
    flex-basis: 8.33333%; }

  .desktop-2 {
    width: 16.66667%;
    max-width: 16.66667%;
    flex-basis: 16.66667%; }

  .desktop-3 {
    width: 25%;
    max-width: 25%;
    flex-basis: 25%; }

  .desktop-4 {
    width: 33.33333%;
    max-width: 33.33333%;
    flex-basis: 33.33333%; }

  .desktop-5 {
    width: 41.66667%;
    max-width: 41.66667%;
    flex-basis: 41.6667%; }

  .desktop-6 {
    width: 50%;
    max-width: 50%;
    flex-basis: 50%; }

  .desktop-7 {
    width: 58.33333%;
    max-width: 58.33333%;
    flex-basis: 58.33333%; }

  .desktop-8 {
    width: 66.66667%;
    max-width: 66.66667%;
    flex-basis: 66.66667%; }

  .desktop-9 {
    width: 75%;
    max-width: 75%;
    flex-basis: 75%; }

  .desktop-10 {
    width: 83.33333%;
    max-width: 83.33333%;
    flex-basis: 83.33333%; }

  .desktop-11 {
    width: 91.66667%;
    max-width: 91.66667%;
    flex-basis: 91.66667%; }

  .desktop-12 {
    width: 100%;
    max-width: 100%;
    flex-basis: 100%; }

  .desktop-bef-0 {
    margin-left: 0; }

  .desktop-bef-1 {
    margin-left: 8.33333%; }

  .desktop-bef-2 {
    margin-left: 16.66667%; }

  .desktop-bef-3 {
    margin-left: 25%; }

  .desktop-bef-4 {
    margin-left: 33.33333%; }

  .desktop-bef-5 {
    margin-left: 41.66667%; }

  .desktop-bef-6 {
    margin-left: 50%; }

  .desktop-bef-7 {
    margin-left: 58.33333%; }

  .desktop-bef-8 {
    margin-left: 66.66667%; }

  .desktop-bef-9 {
    margin-left: 75%; }

  .desktop-bef-10 {
    margin-left: 83.33333%; }

  .desktop-bef-11 {
    margin-left: 91.66667%; }

  .desktop-aft-0 {
    margin-right: 0; }

  .desktop-aft-1 {
    margin-right: 8.33333%; }

  .desktop-aft-2 {
    margin-right: 16.66667%; }

  .desktop-aft-3 {
    margin-right: 25%; }

  .desktop-aft-4 {
    margin-right: 33.33333%; }

  .desktop-aft-5 {
    margin-right: 41.66667%; }

  .desktop-aft-6 {
    margin-right: 50%; }

  .desktop-aft-7 {
    margin-right: 58.33333%; }

  .desktop-aft-8 {
    margin-right: 66.66667%; }

  .desktop-aft-9 {
    margin-right: 75%; }

  .desktop-aft-10 {
    margin-right: 83.33333%; }

  .desktop-aft-11 {
    margin-right: 91.66667%; } }
@media (min-width: 100em) {
  .column, .columns {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem; }

  .largetop-1 {
    width: 8.33333%;
    max-width: 8.33333%;
    flex-basis: 8.33333%; }

  .largetop-2 {
    width: 16.66667%;
    max-width: 16.66667%;
    flex-basis: 16.66667%; }

  .largetop-3 {
    width: 25%;
    max-width: 25%;
    flex-basis: 25%; }

  .largetop-4 {
    width: 33.33333%;
    max-width: 33.33333%;
    flex-basis: 33.33333%; }

  .largetop-5 {
    width: 41.66667%;
    max-width: 41.66667%;
    flex-basis: 41.6667%; }

  .largetop-6 {
    width: 50%;
    max-width: 50%;
    flex-basis: 50%; }

  .largetop-7 {
    width: 58.33333%;
    max-width: 58.33333%;
    flex-basis: 58.33333%; }

  .largetop-8 {
    width: 66.66667%;
    max-width: 66.66667%;
    flex-basis: 66.66667%; }

  .largetop-9 {
    width: 75%;
    max-width: 75%;
    flex-basis: 75%; }

  .largetop-10 {
    width: 83.33333%;
    max-width: 83.33333%;
    flex-basis: 83.33333%; }

  .largetop-11 {
    width: 91.66667%;
    max-width: 91.66667%;
    flex-basis: 91.66667%; }

  .largetop-12 {
    width: 100%;
    max-width: 100%;
    flex-basis: 100%; }

  .largetop-bef-0 {
    margin-left: 0; }

  .largetop-bef-1 {
    margin-left: 8.33333%; }

  .largetop-bef-2 {
    margin-left: 16.66667%; }

  .largetop-bef-3 {
    margin-left: 25%; }

  .largetop-bef-4 {
    margin-left: 33.33333%; }

  .largetop-bef-5 {
    margin-left: 41.66667%; }

  .largetop-bef-6 {
    margin-left: 50%; }

  .largetop-bef-7 {
    margin-left: 58.33333%; }

  .largetop-bef-8 {
    margin-left: 66.66667%; }

  .largetop-bef-9 {
    margin-left: 75%; }

  .largetop-bef-10 {
    margin-left: 83.33333%; }

  .largetop-bef-11 {
    margin-left: 91.66667%; }

  .largetop-aft-0 {
    margin-right: 0; }

  .largetop-aft-1 {
    margin-right: 8.33333%; }

  .largetop-aft-2 {
    margin-right: 16.66667%; }

  .largetop-aft-3 {
    margin-right: 25%; }

  .largetop-aft-4 {
    margin-right: 33.33333%; }

  .largetop-aft-5 {
    margin-right: 41.66667%; }

  .largetop-aft-6 {
    margin-right: 50%; }

  .largetop-aft-7 {
    margin-right: 58.33333%; }

  .largetop-aft-8 {
    margin-right: 66.66667%; }

  .largetop-aft-9 {
    margin-right: 75%; }

  .largetop-aft-10 {
    margin-right: 83.33333%; }

  .largetop-aft-11 {
    margin-right: 91.66667%; } }
@media (min-width: 120em) {
  .column, .columns {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem; }

  .largetop-1 {
    width: 8.33333%;
    max-width: 8.33333%;
    flex-basis: 8.33333%; }

  .largetop-2 {
    width: 16.66667%;
    max-width: 16.66667%;
    flex-basis: 16.66667%; }

  .largetop-3 {
    width: 25%;
    max-width: 25%;
    flex-basis: 25%; }

  .largetop-4 {
    width: 33.33333%;
    max-width: 33.33333%;
    flex-basis: 33.33333%; }

  .largetop-5 {
    width: 41.66667%;
    max-width: 41.66667%;
    flex-basis: 41.6667%; }

  .largetop-6 {
    width: 50%;
    max-width: 50%;
    flex-basis: 50%; }

  .largetop-7 {
    width: 58.33333%;
    max-width: 58.33333%;
    flex-basis: 58.33333%; }

  .largetop-8 {
    width: 66.66667%;
    max-width: 66.66667%;
    flex-basis: 66.66667%; }

  .largetop-9 {
    width: 75%;
    max-width: 75%;
    flex-basis: 75%; }

  .largetop-10 {
    width: 83.33333%;
    max-width: 83.33333%;
    flex-basis: 83.33333%; }

  .largetop-11 {
    width: 91.66667%;
    max-width: 91.66667%;
    flex-basis: 91.66667%; }

  .largetop-12 {
    width: 100%;
    max-width: 100%;
    flex-basis: 100%; }

  .largetop-bef-0 {
    margin-left: 0; }

  .largetop-bef-1 {
    margin-left: 8.33333%; }

  .largetop-bef-2 {
    margin-left: 16.66667%; }

  .largetop-bef-3 {
    margin-left: 25%; }

  .largetop-bef-4 {
    margin-left: 33.33333%; }

  .largetop-bef-5 {
    margin-left: 41.66667%; }

  .largetop-bef-6 {
    margin-left: 50%; }

  .largetop-bef-7 {
    margin-left: 58.33333%; }

  .largetop-bef-8 {
    margin-left: 66.66667%; }

  .largetop-bef-9 {
    margin-left: 75%; }

  .largetop-bef-10 {
    margin-left: 83.33333%; }

  .largetop-bef-11 {
    margin-left: 91.66667%; }

  .largetop-aft-0 {
    margin-right: 0; }

  .largetop-aft-1 {
    margin-right: 8.33333%; }

  .largetop-aft-2 {
    margin-right: 16.66667%; }

  .largetop-aft-3 {
    margin-right: 25%; }

  .largetop-aft-4 {
    margin-right: 33.33333%; }

  .largetop-aft-5 {
    margin-right: 41.66667%; }

  .largetop-aft-6 {
    margin-right: 50%; }

  .largetop-aft-7 {
    margin-right: 58.33333%; }

  .largetop-aft-8 {
    margin-right: 66.66667%; }

  .largetop-aft-9 {
    margin-right: 75%; }

  .largetop-aft-10 {
    margin-right: 83.33333%; }

  .largetop-aft-11 {
    margin-right: 91.66667%; } }
html {
  font-size: 90%;
  line-height: 25px;
  hyphens: none; }
  @media (min-width: 70em) {
    html {
      font-size: 106.875%;
      line-height: 25px; } }
  @media (min-width: 100em) {
    html {
      font-size: 18px;
      line-height: 25px; } }

body {
  background: #fff;
  color: #1c1e1b;
  cursor: auto;
  font-family: "Jost", sans-serif;
  font-style: normal;
  font-weight: 300;
  line-height: 25px;
  letter-spacing: 0.01em;
  margin: 0;
  padding: 0;
  position: relative;
  scroll-behavior: smooth;
  overflow-x: hidden; }

/* Pagefade on load */
@-moz-keyframes overlay-hide {
  0% {
    opacity: 1;
    z-index: 100000; }
  15% {
    opacity: 1;
    z-index: 100000; }
  99% {
    opacity: 0;
    z-index: 100000; }
  100% {
    opacity: 0;
    z-index: -1; } }
@-webkit-keyframes overlay-hide {
  0% {
    opacity: 1;
    z-index: 100000; }
  15% {
    opacity: 1;
    z-index: 100000; }
  99% {
    opacity: 0;
    z-index: 100000; }
  100% {
    opacity: 0;
    z-index: -1; } }
@-ms-keyframes overlay-hide {
  0% {
    opacity: 1;
    z-index: 100000; }
  15% {
    opacity: 1;
    z-index: 100000; }
  99% {
    opacity: 0;
    z-index: 100000; }
  100% {
    opacity: 0;
    z-index: -1; } }
@keyframes overlay-hide {
  0% {
    opacity: 1;
    z-index: 100000; }
  15% {
    opacity: 1;
    z-index: 100000; }
  99% {
    opacity: 0;
    z-index: 100000; }
  100% {
    opacity: 0;
    z-index: -1; } }
body:after {
  -moz-animation: overlay-hide 300ms ease-in forwards !important;
  -webkit-animation: overlay-hide 300ms ease-in forwards !important;
  -ms-animation: overlay-hide 300ms ease-in forwards !important;
  animation: overlay-hide 300ms ease-in forwards !important;
  background: #37422f;
  content: '';
  display: block;
  height: 100%;
  left: 0;
  opacity: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: -1; }

body.is-loading:after {
  -moz-animation: none !important;
  -webkit-animation: none !important;
  -ms-animation: none !important;
  animation: none !important;
  opacity: 1;
  z-index: 100000; }

a:hover {
  cursor: pointer; }

.left {
  float: left; }

.right {
  float: right; }

.clearfix:before, .clearfix:after {
  content: " ";
  display: table; }

.clearfix:after {
  clear: both; }

.hidden {
  display: none; }

.invisible {
  visibility: hidden; }

.smoothing {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

img {
  display: inline-block; }

textarea {
  height: auto;
  min-height: 50px; }

select {
  width: 100%; }

/* Typography resets */
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0; }

/* Default Link Styles */
a {
  color: #22291d;
  line-height: inherit;
  text-decoration: none; }
  .datenschutzerklaerung a {
    hyphens: auto;
    word-wrap: break-word; }

a:hover, a:focus {
  color: #ef591a;
  text-decoration: underline; }

a img {
  border: none; }

/* Default paragraph styles */
p, .paragraph {
  font-family: inherit;
  font-weight: normal;
  line-height: 1.6;
  margin-bottom: 1.25rem;
  text-rendering: optimizeLegibility; }
  p aside, .paragraph aside {
    font-size: 0.875rem;
    font-style: italic;
    line-height: 1.35; }

/* Default header styles */
h1, h2, h3, h4, h5, h6 {
  color: #1c1e1b;
  font-style: normal;
  font-weight: normal;
  line-height: 1.2em;
  text-transform: none;
  text-rendering: optimizeLegibility;
  display: block; }

h1, h2, h3, .h1, #productSite .orderSection h2.h1,
#productSite .orderSection .h2.h1, .h2, .h3, .h4, #cookieConsent span:first-child {
  position: relative;
  line-height: 120%;
  color: #37422f;
  font-weight: 700;
  font-size: 2rem;
  font-family: "Jost", sans-serif;
  text-transform: none;
  width: 100%;
  font-size: clamp(2rem, 4vw, 46px);
  margin-bottom: 1em; }
  h1 span, h2 span, h3 span, .h1 span, #productSite .orderSection h2.h1 span,
  #productSite .orderSection .h2.h1 span, .h2 span, .h3 span, .h4 span, #cookieConsent span:first-child span {
    display: block;
    font-weight: 300;
    font-size: clamp(1.3rem, 4vw, 1.8rem);
    line-height: 120%;
    padding-top: 0.1em;
    color: #22291d;
    text-transform: none;
    font-style: normal; }
  h1.center, h2.center, h3.center, .h1.center, #productSite .orderSection h2.center.h1,
  #productSite .orderSection .center.h2.h1, .h2.center, .h3.center, .h4.center, #cookieConsent span.center:first-child {
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; }
  h1.quote, h2.quote, h3.quote, .h1.quote, #productSite .orderSection h2.quote.h1,
  #productSite .orderSection .quote.h2.h1, .h2.quote, .h3.quote, .h4.quote, #cookieConsent span.quote:first-child {
    color: #37422f;
    margin: 0; }
    h1.quote span, h2.quote span, h3.quote span, .h1.quote span, #productSite .orderSection h2.quote.h1 span,
    #productSite .orderSection .quote.h2.h1 span, .h2.quote span, .h3.quote span, .h4.quote span, #cookieConsent span.quote:first-child span {
      color: #22291d; }
  h1.orange, h2.orange, h3.orange, .h1.orange, #productSite .orderSection h2.orange.h1,
  #productSite .orderSection .orange.h2.h1, .h2.orange, .h3.orange, .h4.orange, #cookieConsent span.orange:first-child {
    color: #ef591a; }

h1 {
  margin-bottom: 1.5em; }
  h1:before {
    content: "";
    width: 130px;
    height: 130px;
    display: block;
    background: url(../images/design/logo.svg) center center no-repeat;
    background-size: contain;
    position: relative; }
    @media (min-width: 47em) {
      h1:before {
        width: 200px;
        height: 200px; } }
  h1.nohorse:before {
    display: none; }

.h1-icon {
  display: flex;
  justify-content: center;
  text-align: center;
  width: 100%; }
  .h1-icon .icon {
    display: flex;
    justify-content: center;
    margin-bottom: 0.5rem;
    width: 3rem;
    height: 3rem; }
    @media (min-width: 100em) {
      .h1-icon .icon {
        width: 6rem;
        height: 6rem; } }
    .h1-icon .icon path {
      fill: #22291d; }

h2, .h2, h3, .h3 {
  font-size: clamp(1.4rem, 4vw, 42px);
  line-height: 120%; }
  .privacy-policy h2, .datenschutzerklaerung h2, .privacy-policy .h2, .datenschutzerklaerung .h2, .privacy-policy h3, .datenschutzerklaerung h3, .privacy-policy .h3, .datenschutzerklaerung .h3 {
    text-align: left;
    color: #1c1e1b;
    font-weight: 700;
    margin-top: 1rem;
    margin-bottom: 0.5rem;
    font-size: clamp(1.5rem, 4vw, 32px);
    line-height: 1.2em;
    hyphens: auto; }

h4, .h4, #cookieConsent span:first-child, h5, .h5 {
  font-size: clamp(1.5rem, 4vw, 32px);
  line-height: 1.3em;
  margin-bottom: 0.8em; }
  .privacy-policy h4, .datenschutzerklaerung h4, .privacy-policy .h4, .privacy-policy #cookieConsent span:first-child, #cookieConsent .privacy-policy span:first-child, .datenschutzerklaerung .h4, .datenschutzerklaerung #cookieConsent span:first-child, #cookieConsent .datenschutzerklaerung span:first-child, .privacy-policy h5, .datenschutzerklaerung h5, .privacy-policy .h5, .datenschutzerklaerung .h5 {
    hyphens: auto; }

h6 {
  font-size: 1rem; }

hr {
  border: solid #DDDDDD;
  border-width: 1px 0 0;
  clear: both;
  height: 1px;
  margin: 3rem 0 3rem;
  width: 100%; }
  hr.smaller {
    margin: 1rem 0 1rem; }

p.red, span.red {
  color: red;
  font-weight: 700; }

.headText {
  font-size: 1.25rem;
  line-height: 120%;
  font-weight: 300;
  margin-top: 0.5em;
  margin-bottom: 0.5em; }
  @media (min-width: 40em) {
    .headText {
      font-size: 1.4rem; } }
  @media (min-width: 70em) {
    .headText {
      font-size: 1.8rem; } }

.mrbutton, #booking-form .mrbutton {
  background: #ef591a;
  padding: 14px 16px 13px;
  display: flex;
  align-items: center;
  color: #fff !important;
  text-decoration: none !important;
  font-weight: 300;
  white-space: wrap;
  text-transform: none;
  margin-bottom: 20px;
  text-align: center;
  transition: all 200ms ease-in-out;
  font-size: 16.2px;
  line-height: 120%;
  font-family: "Jost", sans-serif;
  margin-right: 0.2rem;
  width: auto;
  border-radius: 10px 0 10px 0px;
  gap: 0 0.1rem; }
  @media (min-width: 40em) {
    .mrbutton, #booking-form .mrbutton {
      display: inline-block;
      font-size: 17.1px;
      padding: 1rem 2rem 1rem; } }
  @media (min-width: 100em) {
    .mrbutton, #booking-form .mrbutton {
      font-size: 18px; } }
  .mrbutton i, #booking-form .mrbutton i {
    line-height: 0;
    font-weight: normal; }
  .mrbutton:hover, #booking-form .mrbutton:hover, .mrbutton:focus, #booking-form .mrbutton:focus {
    color: #fff !important;
    background: #ff6e31 !important;
    text-decoration: none; }
  .mrbutton.dokk, #booking-form .dokk.mrbutton {
    color: #fff !important;
    background: #434642 !important;
    text-decoration: none; }
    .mrbutton.dokk:hover, #booking-form .dokk.mrbutton:hover, .mrbutton.dokk:focus, #booking-form .dokk.mrbutton:focus {
      background: #ff5c18 !important;
      color: #fff !important;
      text-decoration: none; }
  .mrbutton.fill, #booking-form .fill.mrbutton {
    color: #fff;
    background: #22291d;
    text-decoration: none; }
    .mrbutton.fill.lighten, #booking-form .fill.lighten.mrbutton {
      background: #22291d;
      font-size: 1.2rem;
      color: #fff;
      text-decoration: none; }
      .mrbutton.fill.lighten:hover, #booking-form .fill.lighten.mrbutton:hover, .mrbutton.fill.lighten:focus, #booking-form .fill.lighten.mrbutton:focus {
        background: #ff6e31;
        color: #fff; }
    .mrbutton.fill:hover, #booking-form .fill.mrbutton:hover, .mrbutton.fill:focus, #booking-form .fill.mrbutton:focus {
      background: #363936;
      text-decoration: none; }
  .mrbutton.emer, #booking-form .emer.mrbutton {
    position: absolute;
    border-radius: 0 0 10px 10px; }

.cta-booking {
  display: flex;
  flex-direction: column;
  align-items: center;
  border: 1px solid #ff6e31;
  padding: 2rem;
  border-radius: 10px 0 10px 0px;
  color: #ef591a;
  gap: 1rem;
  transition: all 200ms ease-in-out; }
  .cta-booking i {
    font-size: 3rem; }
  .cta-booking:hover {
    background: #ff6e31;
    color: #fff; }

/* Helpful Typography Defaults */
em,
i {
  font-style: italic;
  line-height: inherit; }

strong,
b {
  font-weight: bold;
  line-height: inherit; }

small {
  font-size: 70%;
  line-height: inherit; }

/* Lists */
ul,
ol,
dl {
  font-family: inherit;
  line-height: 1.6;
  list-style-position: outside;
  margin-bottom: 1.25rem; }

ul.NOstyledList li {
  list-style: none;
  position: relative;
  color: #1c1e1b; }
ul.styledList li, .headerArea .headerBox ul li {
  list-style: none;
  position: relative;
  display: block;
  padding-left: 1.3rem;
  border-bottom: 1px solid #434642;
  margin-bottom: 0.2rem;
  padding-bottom: 0.2rem;
  float: none; }
  ul.styledList li:before, .headerArea .headerBox ul li:before {
    position: absolute;
    top: 5px;
    left: 0; }
  ul.styledList li span, .headerArea .headerBox ul li span {
    color: #4e544b;
    font-weight: 700;
    width: 50%;
    display: inline-block; }
ul.styledList.noLines, .headerArea .headerBox ul.noLines {
  padding-left: 1rem; }
  ul.styledList.noLines li, .headerArea .headerBox ul.noLines li {
    border-bottom: 0px solid #434642;
    padding-bottom: 0rem;
    margin-bottom: 0rem;
    padding-left: 1.3rem;
    color: #434642; }
    ul.styledList.noLines li:before, .headerArea .headerBox ul.noLines li:before {
      color: #757b74; }
ul.infoList {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 0rem;
  gap: 1rem 2rem; }
  ul.infoList li {
    list-style: none;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding: 0rem;
    margin: 0rem;
    text-align: center;
    font-size: 1rem; }
    @media (min-width: 40em) {
      ul.infoList li {
        width: calc(50% - 2rem);
        max-width: calc(50% - 2rem);
        min-width: 225px; } }
    @media (min-width: 70em) {
      ul.infoList li {
        width: calc(33% - 2rem);
        max-width: calc(33% - 2rem);
        min-width: 225px; } }
    ul.infoList li:before {
      color: #ff6e31;
      position: relative;
      margin-bottom: 5px;
      left: 0;
      font-size: 4rem;
      text-align: center; }
    ul.infoList li span {
      color: #4e544b; }
  ul.infoList.desktop-25 {
    gap: 1rem 1rem; }
    @media (min-width: 85.375em) {
      ul.infoList.desktop-25 li {
        width: calc(25% - 1rem);
        max-width: calc(25% - 1rem);
        min-width: 180px; } }

/* table */
table {
  width: 80%;
  max-width: 800px;
  margin: 20px 0;
  border-collapse: collapse;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  background-color: #fff; }

th, td {
  padding: 12px;
  text-align: left;
  border-bottom: 1px solid #ddd; }

th {
  background-color: #37422f;
  color: white;
  text-transform: uppercase; }

td {
  font-size: 1rem;
  color: #333; }

tbody tr:hover {
  background-color: #b7cbb0; }

/* Responsive */
@media screen and (max-width: 600px) {
  table {
    width: 100%;
    font-size: 0.9rem; }

  th, td {
    padding: 10px; } }
/* table end */
.main-section {
  position: relative;
  z-index: 10; }
  .main-section a [data-lightbox], .main-section a.lightbox-img {
    margin-bottom: 0;
    position: relative;
    display: block;
    transition: opacity 300ms; }
    .main-section a [data-lightbox]:hover, .main-section a.lightbox-img:hover {
      opacity: 0.8; }
  .main-section p a {
    color: #37422f;
    line-height: inherit;
    text-decoration: underline; }
    .main-section p a:hover, .main-section p a:focus {
      color: #ef591a;
      text-decoration: none; }
  .main-section img {
    margin-bottom: 1rem;
    max-width: 100%;
    height: auto; }
    .main-section img:last-child {
      margin-bottom: 0; }
    .main-section img.resimg {
      width: 100%; }
    .main-section img.resimg {
      width: 100%; }
    .main-section img.floatright {
      float: left;
      width: auto;
      padding: 0 1rem 1rem 0;
      margin: 0 !important;
      max-width: 50%; }
      @media (min-width: 47em) {
        .main-section img.floatright {
          width: auto; } }

.contentpadd, .footer .row {
  padding-top: 10vw;
  padding-bottom: 10vw; }
  @media (min-width: 85.375em) {
    .contentpadd, .footer .row {
      padding-top: 10vw;
      padding-bottom: 10vw; } }

.nopaddBottom {
  padding-bottom: 0px !important; }
  .nopaddBottom.gap {
    margin-bottom: 1rem; }

.nopaddTop {
  padding-top: 0px !important; }
  .nopaddTop.gap {
    margin-top: 1rem; }

.contentpaddBottom {
  padding-bottom: 10vw; }

.contentpaddTop {
  padding-top: 10vw; }

.befBorder {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center; }
  .befBorder:before {
    display: block;
    content: "";
    height: 100%;
    width: 1px;
    background: #ef591a;
    position: absolute;
    left: -1rem; }
    @media (min-width: 47em) {
      .befBorder:before {
        left: 0rem; } }
    @media (min-width: 85.375em) {
      .befBorder:before {
        left: -3rem; } }
    @media (min-width: 100em) {
      .befBorder:before {
        left: -3.5rem; } }

.aftBorder {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center; }
  .aftBorder:before {
    display: block;
    content: "";
    height: 100%;
    width: 1px;
    background: #ef591a;
    position: absolute;
    right: -1rem; }
    @media (min-width: 47em) {
      .aftBorder:before {
        right: 0rem; } }
    @media (min-width: 85.375em) {
      .aftBorder:before {
        right: -3rem; } }
    @media (min-width: 100em) {
      .aftBorder:before {
        right: -3.5rem; } }

.columns.paddingLeft h2, .columns.paddingLeft .h2 {
  align-items: flex-start; }
.columns.paddingRight h2, .columns.paddingRight .h2 {
  align-items: flex-start; }

.align-left {
  text-align: left; }

.align-right {
  text-align: right; }

.align-center {
  text-align: center; }

/* Styling für das Popup */
#cookieConsent {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 320px;
  background-color: #090b08;
  color: white;
  padding: 3rem;
  text-align: center;
  z-index: 1000;
  border-radius: 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  opacity: 0.95; }
  @media (min-width: 70em) {
    #cookieConsent {
      width: 420px; } }
  @media (min-width: 100em) {
    #cookieConsent {
      width: 50%;
      padding: 5rem; } }
  #cookieConsent span {
    display: block;
    color: #fff;
    line-height: 1.3em; }
    #cookieConsent span:first-child {
      color: #fff; }
    #cookieConsent span:last-child {
      margin-bottom: 1rem; }

#cookieConsent button {
  background-color: #ef591a;
  display: inline-block;
  color: #fff;
  border: none;
  padding: 10px 20px;
  cursor: pointer;
  font-size: 16px;
  border-radius: 10px 0 10px 0px;
  margin-top: 1rem; }

#cookieConsent button:hover {
  background-color: #ff6e31; }

.naviCont {
  width: 100%;
  background: rgba(34, 41, 29, 0.99);
  padding: 1.5rem 0;
  transition: padding 300ms;
  display: none; }
  .naviCont > .row {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    justify-content: space-between;
    -webkit-justify-content: space-between;
    position: relative; }
    .naviCont > .row .columns:nth-child(1) {
      display: -webkit-box;
      /* OLD - iOS 6-, Safari 3.1-6 */
      display: -moz-box;
      /* OLD - Firefox 19- (buggy but mostly works) */
      display: -ms-flexbox;
      /* TWEENER - IE 10 */
      display: -webkit-flex;
      /* NEW - Chrome */
      display: flex;
      /* NEW, Spec - Opera 12.1, Firefox 20+ */
      flex-direction: row;
      align-items: center;
      justify-content: space-between;
      -webkit-justify-content: space-between; }
      .naviCont > .row .columns:nth-child(1) .contact-bar {
        display: -webkit-box;
        /* OLD - iOS 6-, Safari 3.1-6 */
        display: -moz-box;
        /* OLD - Firefox 19- (buggy but mostly works) */
        display: -ms-flexbox;
        /* TWEENER - IE 10 */
        display: -webkit-flex;
        /* NEW - Chrome */
        display: flex;
        /* NEW, Spec - Opera 12.1, Firefox 20+ */
        justify-content: space-between;
        -webkit-justify-content: space-between;
        align-items: center;
        flex-direction: row;
        position: relative;
        flex-wrap: wrap;
        color: #b7cbb0;
        transition: margin 300ms;
        padding-left: 1rem;
        gap: 1rem; }
        .naviCont > .row .columns:nth-child(1) .contact-bar > span {
          display: inline-block;
          line-height: 1rem; }
          .naviCont > .row .columns:nth-child(1) .contact-bar > span a {
            display: inline-block;
            letter-spacing: 0;
            transition: all 300ms; }
          .naviCont > .row .columns:nth-child(1) .contact-bar > span b {
            color: #b7cbb0; }
        .naviCont > .row .columns:nth-child(1) .contact-bar .wapp a {
          color: #b7cbb0;
          margin-bottom: 0rem;
          font-family: "Jost", sans-serif;
          white-space: nowrap;
          font-size: 0rem; }
          @media (min-width: 100em) {
            .naviCont > .row .columns:nth-child(1) .contact-bar .wapp a {
              font-size: 1rem; } }
          .naviCont > .row .columns:nth-child(1) .contact-bar .wapp a:before {
            margin-right: 7px;
            font-size: 1.1rem;
            line-height: 1rem;
            transition: all 300ms; }
          .naviCont > .row .columns:nth-child(1) .contact-bar .wapp a:hover {
            color: #ef591a;
            text-decoration: none; }
            .naviCont > .row .columns:nth-child(1) .contact-bar .wapp a:hover:before {
              color: #ef591a; }
        .naviCont > .row .columns:nth-child(1) .contact-bar .mail a {
          color: #b7cbb0;
          margin-bottom: 0rem;
          font-family: "Jost", sans-serif;
          white-space: nowrap;
          display: flex;
          flex-direction: row;
          align-items: center;
          font-size: 0rem; }
          @media (min-width: 100em) {
            .naviCont > .row .columns:nth-child(1) .contact-bar .mail a {
              font-size: 1rem; } }
          .naviCont > .row .columns:nth-child(1) .contact-bar .mail a:before {
            margin-right: 7px;
            font-size: 1.1rem;
            line-height: 1rem;
            transition: all 300ms; }
          .naviCont > .row .columns:nth-child(1) .contact-bar .mail a:hover {
            color: #ef591a;
            text-decoration: none; }
            .naviCont > .row .columns:nth-child(1) .contact-bar .mail a:hover:before {
              color: #ef591a; }
        .naviCont > .row .columns:nth-child(1) .contact-bar .telNumber {
          color: #b7cbb0;
          margin-bottom: 0rem;
          font-family: "Jost", sans-serif;
          white-space: nowrap;
          display: flex;
          flex-direction: row;
          align-items: center; }
          .naviCont > .row .columns:nth-child(1) .contact-bar .telNumber:before {
            margin-right: 7px;
            font-size: 1.1rem;
            line-height: 1rem;
            transition: all 300ms; }
          .naviCont > .row .columns:nth-child(1) .contact-bar .telNumber:hover {
            color: #ef591a;
            text-decoration: none; }
            .naviCont > .row .columns:nth-child(1) .contact-bar .telNumber:hover:before {
              color: #ef591a; }
  @media (min-width: 70em) {
    .naviCont {
      display: block;
      padding: 0; } }

#main-navi {
  display: none; }
  @media (min-width: 70em) {
    #main-navi {
      display: block;
      background: none;
      width: 100%;
      position: relative;
      padding: 0rem;
      transition: padding 300ms;
      max-width: 800px; }
      #main-navi .navi {
        width: 100%;
        display: -webkit-box;
        /* OLD - iOS 6-, Safari 3.1-6 */
        display: -moz-box;
        /* OLD - Firefox 19- (buggy but mostly works) */
        display: -ms-flexbox;
        /* TWEENER - IE 10 */
        display: -webkit-flex;
        /* NEW - Chrome */
        display: flex;
        /* NEW, Spec - Opera 12.1, Firefox 20+ */
        flex-direction: row;
        -webkit-flex-direction: row;
        justify-content: flex-start;
        -webkit-justify-content: flex-start;
        flex-wrap: nowrap;
        margin: 0;
        padding: 0px 0 0; }
        #main-navi .navi li {
          display: inline-block;
          list-style: none;
          margin-right: 1.3rem; } }
      @media (min-width: 70em) and (min-width: 100em) {
        #main-navi .navi li {
          margin-right: 1.5rem; } }
      @media (min-width: 70em) and (min-width: 120em) {
        #main-navi .navi li {
          margin-right: 2rem; } }
  @media (min-width: 70em) {
          #main-navi .navi li a,
          #main-navi .navi li span {
            width: 100%;
            color: #b7cbb0;
            line-height: 100%;
            font-size: 15px;
            font-weight: 700;
            padding: 2.5rem 0.0rem;
            position: relative;
            display: inline-block;
            text-transform: none;
            transition: all 300ms ease-in-out;
            z-index: 10;
            white-space: nowrap; }
            #main-navi .navi li a:before,
            #main-navi .navi li span:before {
              content: "";
              display: inline-block;
              position: absolute;
              left: 50%;
              transform: translateX(-50%);
              bottom: 0%;
              height: 0%;
              width: 1px;
              background: #b7cbb0;
              transition: height 300ms;
              z-index: 1; } }
        @media (min-width: 70em) and (min-width: 70em) {
          #main-navi .navi li a,
          #main-navi .navi li span {
            font-size: 17px; } }
        @media (min-width: 70em) and (min-width: 100em) {
          #main-navi .navi li a,
          #main-navi .navi li span {
            font-size: 18px; } }
  @media (min-width: 70em) {
            #main-navi .navi li a:hover, #main-navi .navi li a:focus, #main-navi .navi li a.active,
            #main-navi .navi li span:hover,
            #main-navi .navi li span:focus,
            #main-navi .navi li span.active {
              color: #ff6e31;
              text-decoration: none; }
              #main-navi .navi li a:hover:before, #main-navi .navi li a:focus:before, #main-navi .navi li a.active:before,
              #main-navi .navi li span:hover:before,
              #main-navi .navi li span:focus:before,
              #main-navi .navi li span.active:before {
                height: 2rem;
                background: #b7cbb0; }
            #main-navi .navi li a.home, #main-navi .navi li span.home {
              color: #b7cbb0; }
              .index #main-navi .navi li a.home,
              .index #main-navi .navi li span.home {
                color: #ff6e31; }
                .index #main-navi .navi li a.home:before,
                .index #main-navi .navi li span.home:before {
                  height: 2rem; }
              #main-navi .navi li a.home:hover, #main-navi .navi li a.home:focus, #main-navi .navi li span.home:hover, #main-navi .navi li span.home:focus {
                color: #ff6e31; }
                #main-navi .navi li a.home:hover:before, #main-navi .navi li a.home:focus:before, #main-navi .navi li span.home:hover:before, #main-navi .navi li span.home:focus:before {
                  background: #ff6e31; }
          #main-navi .navi li.dropdown {
            color: #22291d;
            position: relative; }
            #main-navi .navi li.dropdown:hover > a,
            #main-navi .navi li.dropdown:hover span, #main-navi .navi li.dropdown:focus > a,
            #main-navi .navi li.dropdown:focus span, #main-navi .navi li.dropdown.active > a,
            #main-navi .navi li.dropdown.active span {
              color: #ff6e31; }
              #main-navi .navi li.dropdown:hover > a:before,
              #main-navi .navi li.dropdown:hover span:before, #main-navi .navi li.dropdown:focus > a:before,
              #main-navi .navi li.dropdown:focus span:before, #main-navi .navi li.dropdown.active > a:before,
              #main-navi .navi li.dropdown.active span:before {
                height: 2rem;
                background: #fff; }
            #main-navi .navi li.dropdown:hover .dropnavlist, #main-navi .navi li.dropdown:focus .dropnavlist {
              opacity: 1;
              pointer-events: auto;
              top: 100%; }
            #main-navi .navi li.dropdown .dropnavlist {
              position: absolute;
              left: 50%;
              top: 50%;
              transform: translateX(-50%);
              min-width: 13rem;
              margin: 0;
              text-align: center;
              opacity: 0;
              pointer-events: none;
              transition: all 500ms; }
              #main-navi .navi li.dropdown .dropnavlist > li {
                float: none;
                display: block;
                margin: 0;
                border-top: 1px solid #ef591a; }
                #main-navi .navi li.dropdown .dropnavlist > li a,
                #main-navi .navi li.dropdown .dropnavlist > li span {
                  padding: 1.4rem 1rem;
                  display: inline-block;
                  background: #f27c4a;
                  color: #fff;
                  font-weight: 300; }
                  #main-navi .navi li.dropdown .dropnavlist > li a:hover, #main-navi .navi li.dropdown .dropnavlist > li a:focus, #main-navi .navi li.dropdown .dropnavlist > li a.active,
                  #main-navi .navi li.dropdown .dropnavlist > li span:hover,
                  #main-navi .navi li.dropdown .dropnavlist > li span:focus,
                  #main-navi .navi li.dropdown .dropnavlist > li span.active {
                    color: #fff;
                    background: #e04d10; }
                    #main-navi .navi li.dropdown .dropnavlist > li a:hover:before, #main-navi .navi li.dropdown .dropnavlist > li a:focus:before, #main-navi .navi li.dropdown .dropnavlist > li a.active:before,
                    #main-navi .navi li.dropdown .dropnavlist > li span:hover:before,
                    #main-navi .navi li.dropdown .dropnavlist > li span:focus:before,
                    #main-navi .navi li.dropdown .dropnavlist > li span.active:before {
                      height: 1rem;
                      background: #fff; } }

.mobileBar > .columns {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center; }

.mobile-navi {
  background: rgba(28, 30, 27, 0.9);
  -webkit-transform: translateY(-200%);
  -ms-transform: translateY(-200%);
  transform: translateY(-200%);
  transition: 300ms;
  left: 0;
  position: absolute;
  top: 40px;
  width: 100%;
  z-index: 150;
  position: fixed;
  overflow-y: scroll;
  height: 100%; }
  @media (min-width: 70em) {
    .mobile-navi {
      top: 83px; } }
  .mobile-navi > .row {
    overflow-y: scroll; }
  .mobile-navi .columns {
    padding: 0; }
    .mobile-navi .columns .burger-buttons {
      top: 0px; }
    .mobile-navi .columns .socialIcons {
      margin-top: 3rem;
      display: flex;
      align-items: center; }
      @media (min-width: 47em) {
        .mobile-navi .columns .socialIcons {
          margin-top: 4rem; } }
      .mobile-navi .columns .socialIcons .socialLinks {
        display: inline-block;
        margin: 0;
        line-height: 100%;
        margin-right: 1rem;
        margin-bottom: 1rem; }
        .mobile-navi .columns .socialIcons .socialLinks svg {
          width: 22px;
          height: 22px; }
        .mobile-navi .columns .socialIcons .socialLinks img {
          width: 26px;
          height: 22px; }
        .mobile-navi .columns .socialIcons .socialLinks:hover {
          opacity: 0.6; }
        .mobile-navi .columns .socialIcons .socialLinks.whatsapp {
          display: flex;
          align-items: center; }
          .mobile-navi .columns .socialIcons .socialLinks.whatsapp svg {
            display: inline-block;
            margin-right: 4px; }
          .mobile-navi .columns .socialIcons .socialLinks.whatsapp span {
            line-height: 100%;
            display: inline-block;
            color: #fff;
            font-weight: 300; }
          .mobile-navi .columns .socialIcons .socialLinks.whatsapp:hover {
            color: #8bc53e;
            text-decoration: none; }
          .mobile-navi .columns .socialIcons .socialLinks.whatsapp:before {
            display: none; }
  .mobile-navi .navi {
    margin: 1rem 0 6rem 0; }
    .mobile-navi .navi li {
      list-style: none;
      margin: 0;
      margin-bottom: 1px; }
      .mobile-navi .navi li a,
      .mobile-navi .navi li span {
        width: 100%;
        color: #fff;
        background: #37422f;
        border: transparent 1px solid;
        line-height: 100%;
        font-size: 1rem;
        padding: 1.5rem 2rem;
        display: block;
        transition: all 200ms ease-in-out;
        text-transform: none; }
        .mobile-navi .navi li a:hover, .mobile-navi .navi li a:focus, .mobile-navi .navi li a.active,
        .mobile-navi .navi li span:hover,
        .mobile-navi .navi li span:focus,
        .mobile-navi .navi li span.active {
          text-decoration: none;
          background: #ef591a;
          color: #fff; }
        .index .mobile-navi .navi li a.home,
        .index .mobile-navi .navi li span.home {
          text-decoration: none;
          background: #ef591a;
          color: #fff; }
      .mobile-navi .navi li.dropdown > a {
        background: #37422f; }
        .mobile-navi .navi li.dropdown > a:hover, .mobile-navi .navi li.dropdown > a:focus, .mobile-navi .navi li.dropdown > a.active {
          background: #ef591a; }
      .mobile-navi .navi li.dropdown .dropnavlist {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        flex-wrap: wrap;
        margin: 0;
        margin-bottom: 1px; }
        .mobile-navi .navi li.dropdown .dropnavlist li {
          display: block;
          width: calc(100% - 0px); }
          @media (min-width: 28em) {
            .mobile-navi .navi li.dropdown .dropnavlist li {
              width: calc(50% - 2px); } }
          .mobile-navi .navi li.dropdown .dropnavlist li a {
            font-size: 0.96rem;
            padding: 1.5rem 2.8rem;
            color: #fff;
            background: #22291d;
            display: inline-block; }
            .mobile-navi .navi li.dropdown .dropnavlist li a:before {
              width: auto;
              top: 2px;
              left: 0;
              margin-right: 5px;
              display: inline-block; }
            .mobile-navi .navi li.dropdown .dropnavlist li a:hover, .mobile-navi .navi li.dropdown .dropnavlist li a:focus, .mobile-navi .navi li.dropdown .dropnavlist li a.active {
              background: #c8450e; }
  .mobile-navi .contactBox {
    color: #fff; }
  @media (min-width: 70em) {
    .mobile-navi {
      display: none; } }

.burger-buttons {
  text-align: right;
  display: inline-block;
  position: relative;
  right: 0rem;
  top: 0px;
  z-index: 100;
  padding: 0.2rem;
  background: #ef591a;
  border-radius: 4px 0 4px 0;
  height: 46px;
  width: 46px;
  text-align: center;
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: center; }
  .burger-buttons:before {
    content: "Menü";
    color: #fff;
    font-weight: 400;
    font-size: 10px;
    text-transform: uppercase;
    display: inline-block; }
  @media (min-width: 70em) {
    .burger-buttons {
      display: none; } }

.onavi,
.cnavi {
  color: #fff;
  letter-spacing: 0px;
  font-weight: 700;
  padding: 0;
  text-transform: uppercase;
  text-decoration: none;
  position: absolute;
  bottom: 28px;
  transition: color 300ms;
  text-align: center;
  width: 100%;
  height: 46px; }
  .onavi:before,
  .cnavi:before {
    content: "";
    background: #fff;
    height: 2px;
    width: 24px;
    position: absolute;
    bottom: 8px;
    left: 50%;
    margin: 0 0 0 -12px;
    display: block;
    transition: 300ms;
    z-index: 30; }
  .onavi:after,
  .cnavi:after {
    content: "";
    background: #fff;
    height: 2px;
    width: 24px;
    position: absolute;
    bottom: 2px;
    left: 50%;
    margin: 0 0 0 -12px;
    display: block;
    transition: 300ms;
    z-index: 30; }
  .onavi:hover,
  .cnavi:hover {
    color: #22291d; }
    .onavi:hover:before, .onavi:hover:after,
    .cnavi:hover:before,
    .cnavi:hover:after {
      background: #22291d; }
  @media (min-width: 70em) {
    .onavi,
    .cnavi {
      display: none; } }

.cnavi {
  display: none; }

#navi-open:target .mobile-navi {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0); }
#navi-open:target .inner-wrap {
  -webkit-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%);
  position: fixed; }
#navi-open:target .cnavi {
  display: inline-block;
  color: #fff; }
  #navi-open:target .cnavi:before {
    transform: rotate(45deg);
    width: 24px;
    margin: 0 0 0 -12px;
    bottom: 2px;
    background: #fff; }
  #navi-open:target .cnavi:after {
    transform: rotate(-45deg);
    width: 24px;
    margin: 0 0 0 -12px;
    bottom: 2px;
    background: #fff; }
#navi-open:target .onavi {
  display: none; }
@media (min-width: 70em) {
  #navi-open:target .cnavi {
    display: none; }
  #navi-open:target .inner-wrap {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    position: relative; } }

.inner-wrap {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  transition: 300ms; }

.branding {
  display: inline-block;
  position: relative;
  transition: opacity 300ms, width 300ms, margin 300ms;
  margin-left: -0.9375rem; }
  .branding:hover {
    opacity: 0.5; }
  @media (min-width: 70em) {
    .branding {
      margin-left: 0rem; }
      .index .branding {
        margin-left: 0rem; } }
  .branding img {
    display: block;
    transition: opacity 300ms, width 300ms;
    width: 200px; }
    @media (min-width: 47em) {
      .branding img {
        width: 200px; } }
    @media (min-width: 70em) {
      .branding img {
        width: 340px;
        padding: 0rem; } }
    @media (min-width: 100em) {
      .branding img {
        width: 380px; } }
  @media (min-width: 47em) {
    .branding {
      display: inline-block; } }

header {
  position: fixed;
  width: 100%;
  background: #22291d;
  top: 0px;
  padding: 0;
  z-index: 160;
  min-height: 50px;
  display: flex;
  align-items: center;
  -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.01);
  -moz-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.01);
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.01); }
  header .contactbar {
    transition: margin 300ms; }
  @media (min-width: 40em) {
    header .row .row > .columns {
      display: -webkit-box;
      /* OLD - iOS 6-, Safari 3.1-6 */
      display: -moz-box;
      /* OLD - Firefox 19- (buggy but mostly works) */
      display: -ms-flexbox;
      /* TWEENER - IE 10 */
      display: -webkit-flex;
      /* NEW - Chrome */
      display: flex;
      /* NEW, Spec - Opera 12.1, Firefox 20+ */
      justify-content: space-between;
      -webkit-justify-content: space-between;
      align-items: center;
      -webkit-align-items: center;
      /* Safari 7.0+ */ } }
  @media (min-width: 70em) {
    header {
      background: #fff; }
      header .row .row {
        justify-content: space-between;
        -webkit-justify-content: space-between; }
        header .row .row > .columns {
          width: 100%; }
      header .mobileBar {
        display: none; }
      header.onscroll {
        -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.45);
        -moz-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.45);
        box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.45); }
        header.onscroll .branding {
          margin-top: 10px;
          margin-bottom: 10px; }
          header.onscroll .branding img {
            width: 130px; } }
  header .contactbar {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: calc(100% - 60px);
    gap: 1rem; }
    @media (min-width: 40em) {
      header .contactbar {
        gap: 2rem; } }
    header .contactbar span a {
      color: #ef591a;
      font-weight: 300;
      font-size: 1rem; }
      header .contactbar span a i {
        font-size: 1.4rem; }
    header .contactbar span.cta-termin {
      white-space: nowrap;
      display: inline-block; }
      header .contactbar span.cta-termin a {
        color: #fff;
        font-weight: 300;
        font-size: 1rem;
        background: #f16a32;
        padding: 0.5rem 1.1rem;
        border-radius: 0.8rem;
        display: flex;
        align-items: center;
        gap: 0 3px; }
        header .contactbar span.cta-termin a:hover {
          text-decoration: none;
          cursor: default;
          color: #22291d; }
        @media (min-width: 70em) {
          header .contactbar span.cta-termin a {
            font-size: 1.4rem;
            color: #22291d;
            background: none;
            padding: 0; } }

.inner-wrap,
.header {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  transition: all 300ms ease-in-out; }

.inner-wrap {
  padding-top: 50px; }
  @media (min-width: 70em) {
    .inner-wrap {
      padding-top: 95px; } }

.headerImg {
  height: 5rem; }
  @media (min-width: 40em) {
    .headerImg {
      height: 6rem; } }
  @media (min-width: 47em) {
    .headerImg {
      height: 25rem; } }

.headerArea {
  position: relative;
  width: 100%;
  background: #1c1e1b;
  z-index: 9; }
  .headerArea .zoom-in-out-element {
    animation: zoom-in-zoom-out 1s ease infinite; }
@keyframes zoom-in-zoom-out {
  0% {
    scale: 100%; }
  50% {
    scale: 150%; }
  100% {
    scale: 100%; } }
  .headerArea:after {
    content: "";
    background-size: cover;
    position: relative;
    width: 100%;
    display: block;
    top: 0;
    left: 0%;
    right: 0%;
    bottom: 0;
    height: auto;
    width: auto;
    position: absolute;
    opacity: 0.9; }
    .index .headerArea:after {
      background: #1c1e1b url(../images/design/mobile-header.jpg) center bottom no-repeat;
      background-size: cover; }
      @media (min-width: 47em) {
        .index .headerArea:after {
          background: #1c1e1b url(../images/design/tablet-header.jpg) center bottom no-repeat;
          background-size: cover; } }
      @media (min-width: 70em) {
        .index .headerArea:after {
          background: #1c1e1b url(../images/design/header.jpg) left bottom no-repeat;
          background-size: cover; } }
      @media (min-width: 120em) {
        .index .headerArea:after {
          background: #1c1e1b url(../images/design/header.jpg) left bottom no-repeat;
          background-size: cover; } }
    body:not(.index):not(.waidmannsheil-index):not(.waidmannsheil-zerwirken):not(.waidmannsheil-wildkuehlung):not(.waidmannsheil-wildbretverarbeitung):not(.unternehmen):not(.kontakt) .headerArea:after {
      background: #1c1e1b url(../images/design/mobile-header-sub.jpg) center center no-repeat;
      background-size: cover;
      opacity: 1; }
      @media (min-width: 70em) {
        body:not(.index):not(.waidmannsheil-index):not(.waidmannsheil-zerwirken):not(.waidmannsheil-wildkuehlung):not(.waidmannsheil-wildbretverarbeitung):not(.unternehmen):not(.kontakt) .headerArea:after {
          background: #1c1e1b url(../images/design/header-sub.jpg) center center no-repeat;
          background-size: cover; } }
    .waidmannsheil-index .headerArea:after, .waidmannsheil-zerwirken .headerArea:after, .waidmannsheil-wildkuehlung .headerArea:after, .waidmannsheil-wildbretverarbeitung .headerArea:after {
      background: #1c1e1b url(../images/design/mobile-header-waidmannsheil.jpg) center center no-repeat;
      background-size: cover;
      opacity: 1; }
      @media (min-width: 70em) {
        .waidmannsheil-index .headerArea:after, .waidmannsheil-zerwirken .headerArea:after, .waidmannsheil-wildkuehlung .headerArea:after, .waidmannsheil-wildbretverarbeitung .headerArea:after {
          background: #1c1e1b url(../images/design/header-waidmannsheil.jpg) center center no-repeat;
          background-size: cover; } }
    .unternehmen .headerArea:after {
      background: #1c1e1b url(../images/design/mobile-header-unternehmen.jpg) center center no-repeat;
      background-size: cover;
      opacity: 1; }
      @media (min-width: 70em) {
        .unternehmen .headerArea:after {
          background: #1c1e1b url(../images/design/header-unternehmen.jpg) center center no-repeat;
          background-size: cover; } }
    .kontakt .headerArea:after {
      background: #1c1e1b url(../images/design/mobile-header-kontakt.jpg) center center no-repeat;
      background-size: cover;
      opacity: 1; }
      @media (min-width: 70em) {
        .kontakt .headerArea:after {
          background: #1c1e1b url(../images/design/header-kontakt.jpg) center center no-repeat;
          background-size: cover; } }
  .headerArea > .row {
    z-index: 40;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start; }
    .headerArea > .row .columns {
      display: flex;
      flex-direction: row;
      align-items: flex-start;
      flex-wrap: wrap; }
  .headerArea .headerBox {
    margin-bottom: 0rem;
    position: relative;
    color: #fff;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    text-align: left;
    padding: 10vw 0 10vw; }
    @media (min-width: 70em) {
      .headerArea .headerBox {
        padding: 120px 0 120px; } }
    .index .headerArea .headerBox {
      padding: 22vw 0 22vw; }
      @media (min-width: 70em) {
        .index .headerArea .headerBox {
          padding: 220px 0 260px; } }
    .headerArea .headerBox > span {
      display: block; }

::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff;
  opacity: 1;
  /* Firefox */ }

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #fff; }

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #fff; }

.highlightHeadline {
  line-height: 1.0em;
  font-family: "Jost", sans-serif;
  font-weight: 700;
  color: #fff;
  text-decoration: none;
  text-transform: none;
  display: block;
  margin-bottom: 2rem;
  transition: color 300ms;
  position: relative;
  font-size: clamp(2.5rem, 4vw, 3.8rem); }
  .highlightHeadline span {
    display: block;
    font-weight: 300;
    line-height: 1.1em;
    text-transform: none;
    color: #fff; }
  .highlightHeadline em {
    display: block;
    font-style: normal;
    font-weight: 700;
    font-size: clamp(1.8rem, 4vw, 2.7rem);
    padding-top: 0.3em;
    letter-spacing: 0.0em;
    line-height: 1.3em;
    text-transform: none;
    color: #fff; }
  .highlightHeadline.color {
    color: #37422f; }
    .highlightHeadline.color:before {
      background: #37422f; }
  @media (min-width: 47em) {
    .highlightHeadline {
      margin-bottom: 2rem; } }
  @media (min-width: 100em) {
    .highlightHeadline {
      margin-top: 100px; } }
  @media (min-width: 120em) {
    .highlightHeadline {
      margin-top: 100px; } }
  @media (min-width: 150em) {
    .highlightHeadline {
      margin-top: 100px; } }

.flexPrices .columns {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  /* Safari 6.1+ */
  flex-direction: row;
  -webkit-flex-direction: row;
  justify-content: space-between;
  -webkit-justify-content: space-between; }
  @media (min-width: 40em) {
    .flexPrices .columns {
      justify-content: center;
      -webkit-justify-content: center; } }
  @media (min-width: 47em) {
    .flexPrices .columns {
      justify-content: space-between;
      -webkit-justify-content: space-between; } }

.boxContent {
  padding: 2rem 1rem 1rem;
  border-left: 1px solid #37422f;
  color: #1c1e1b;
  margin-bottom: 1.5rem;
  width: 100%; }
  .boxContent:last-child {
    margin-bottom: 0; }
  .boxContent .price {
    font-size: 20px;
    font-weight: 300; }
  .boxContent a {
    text-decoration: underline; }
    .boxContent a:hover {
      text-decoration: none; }
  .boxContent.lighten {
    background: #9bb791;
    color: #37422f; }
    .boxContent.lighten .mrbutton, .boxContent.lighten #booking-form .mrbutton, #booking-form .boxContent.lighten .mrbutton {
      padding: 20px 30px;
      border-color: #37422f;
      color: #37422f; }
  @media (min-width: 28em) {
    .boxContent .price {
      font-size: 22px; } }
  @media (min-width: 47em) {
    .boxContent {
      padding: 3rem 2rem 2rem; }
      .boxContent .price {
        font-size: 30px; } }
  @media (min-width: 100em) {
    .boxContent {
      padding: 3rem 3rem 3rem; } }

.flex-pics {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 2rem; }
  @media (min-width: 47em) {
    .flex-pics {
      margin-bottom: 0;
      flex-direction: column;
      justify-content: flex-start; } }
  @media (min-width: 70em) {
    .flex-pics {
      flex-direction: row;
      justify-content: space-between; } }
  .flex-pics.fullwidth {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between; }
    @media (min-width: 47em) {
      .flex-pics.fullwidth {
        position: absolute;
        width: auto !important;
        top: 0;
        height: 100% !important;
        left: 0em;
        right: 1rem; } }
    .flex-pics.fullwidth .flex-img {
      width: calc(100% - 0rem);
      flex-basis: calc(100% - 0rem);
      position: relative; }
      @media (min-width: 47em) {
        .flex-pics.fullwidth .flex-img img {
          position: absolute;
          top: 50%;
          transform: translateY(-50%); } }
  .flex-pics .flex-img {
    width: calc(50% - 0.25rem);
    flex-basis: calc(50% - 0.25rem); }
    @media (min-width: 47em) {
      .flex-pics .flex-img {
        width: calc(100% - 0rem);
        flex-basis: calc(100% - 0rem);
        height: calc(50% - 0.25rem);
        max-height: calc(50% - 0.25rem); }
        .start .flex-pics .flex-img {
          position: absolute;
          width: calc(100% - 1rem);
          flex-basis: calc(100% - 1rem); }
          .start .flex-pics .flex-img:last-child {
            top: 50%; } }
    @media (min-width: 70em) {
      .flex-pics .flex-img {
        width: calc(50% - 0.25rem);
        flex-basis: calc(50% - 0.25rem);
        height: auto;
        max-height: unset; }
        .start .flex-pics .flex-img {
          position: relative;
          width: calc(50% - 0.25rem);
          flex-basis: calc(50% - 0.25rem); }
          .start .flex-pics .flex-img:last-child {
            top: 0%; } }
    @media (min-width: 120em) {
      .news-aktuelles .flex-pics .flex-img {
        width: calc(33% - 0.25rem);
        flex-basis: calc(33% - 0.25rem); } }
    .flex-pics .flex-img img {
      -o-object-fit: cover;
      object-fit: cover;
      font-family: "object-fit: cover";
      max-width: none;
      height: 99.2%;
      max-height: 100%;
      width: 100%; }

.flex-pics-fix {
  width: 100%;
  position: relative;
  height: 33vw;
  margin-bottom: 1rem; }
  .flex-pics-fix.nomargin {
    margin-bottom: 0; }
  @media (min-width: 85.375em) {
    .flex-pics-fix {
      height: 20vw; } }
  @media (min-width: 100em) {
    .flex-pics-fix {
      height: 15vw; } }
  @media (min-width: 120em) {
    .flex-pics-fix {
      height: 17vw; } }
  .flex-pics-fix .flex-img {
    height: 100%;
    width: 100%;
    margin-bottom: 1rem !important; }
    .flex-pics-fix .flex-img img {
      object-fit: cover;
      width: 100%;
      height: 100%;
      margin-bottom: 1rem;
      object-position: center center;
      position: absolute;
      display: block; }

.flex-pics-cover {
  height: calc(100% - 0rem);
  width: 100%;
  position: relative;
  min-height: 36vw;
  margin-bottom: 1rem; }
  .flex-pics-cover.nomargin {
    margin-bottom: 0; }
  @media (min-width: 85.375em) {
    .flex-pics-cover {
      min-height: 20vw; } }
  @media (min-width: 100em) {
    .flex-pics-cover {
      min-height: 18vw; } }
  @media (min-width: 120em) {
    .flex-pics-cover {
      min-height: 17vw; } }
  .flex-pics-cover .flex-img {
    height: 100%;
    width: 100%; }
    .flex-pics-cover .flex-img img {
      object-fit: cover;
      width: 100%;
      height: 100%;
      margin-bottom: 0;
      object-position: center center;
      position: absolute; }

.galleryrow .columns {
  margin-top: 2rem; }
  @media (min-width: 85.375em) {
    .galleryrow .columns {
      margin-top: 2rem;
      margin-bottom: 1rem; } }

.teaserSection {
  width: 100%;
  position: relative;
  z-index: 13;
  padding-top: 0;
  margin-top: 1rem; }
  @media (min-width: 47em) {
    .teaserSection {
      margin-top: -3rem; } }
  @media (min-width: 85.375em) {
    .teaserSection {
      margin-top: -7rem; } }
  .teaserSection > .row > .columns {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: row; }
    @media (min-width: 40em) {
      .teaserSection > .row > .columns {
        justify-content: space-around; } }
    @media (min-width: 70em) {
      .teaserSection > .row > .columns {
        justify-content: space-between; } }
    .teaserSection > .row > .columns .teaser {
      font-weight: 300;
      display: block;
      width: 100%;
      margin: 0;
      margin-bottom: 1rem;
      font-family: "Jost", sans-serif;
      text-transform: none;
      color: #fff;
      background: #22291d;
      text-align: center;
      max-width: 100%;
      flex-basis: 100%;
      border-radius: 0.8rem;
      position: relative;
      overflow: hidden; }
      .teaserSection > .row > .columns .teaser.red {
        background: #ef591a; }
      .teaserSection > .row > .columns .teaser span {
        display: block;
        text-align: center;
        line-height: 1.3em;
        padding-right: 20px;
        padding-left: 20px;
        transition: color 300ms;
        padding-bottom: 1rem; }
        @media (min-width: 85.375em) {
          .teaserSection > .row > .columns .teaser span {
            padding-right: 30px;
            padding-left: 30px; } }
        .teaserSection > .row > .columns .teaser span.title {
          transition: background 300ms, color 300ms;
          padding-top: 1rem;
          padding-bottom: 1rem;
          display: flex;
          justify-content: center;
          align-items: center;
          flex-direction: column;
          position: relative;
          text-transform: none;
          width: 100%;
          font-family: "Jost", sans-serif;
          font-size: clamp(1.2rem, 3vw, 1.8rem);
          font-weight: 300; }
          .teaserSection > .row > .columns .teaser span.title svg, .teaserSection > .row > .columns .teaser span.title .icon {
            display: flex;
            justify-content: center;
            margin-bottom: 0.5rem;
            width: 3rem;
            height: 3rem; }
            @media (min-width: 100em) {
              .teaserSection > .row > .columns .teaser span.title svg, .teaserSection > .row > .columns .teaser span.title .icon {
                width: 4rem;
                height: 4rem; } }
            .teaserSection > .row > .columns .teaser span.title svg path, .teaserSection > .row > .columns .teaser span.title .icon path {
              fill: #fff; }
          @media (min-width: 85.375em) {
            .teaserSection > .row > .columns .teaser span.title {
              padding-top: 2rem;
              padding-bottom: 2rem; } }
      .teaserSection > .row > .columns .teaser:after {
        content: "";
        display: block;
        height: 17rem;
        height: 40vw;
        width: 100%;
        position: relative;
        background: rgba(34, 41, 29, 0.4);
        transition: all 300ms; }
        @media (min-width: 47em) {
          .teaserSection > .row > .columns .teaser:after {
            height: 350px; } }
      .teaserSection > .row > .columns .teaser:nth-child(1):after {
        background: #1c1e1b url(../images/teaser/polarfuchs-kuehlzelle-zerwirkraum-wald.jpg) center center no-repeat;
        background-size: cover; }
      .teaserSection > .row > .columns .teaser:nth-child(2):after {
        background: #1c1e1b url(../images/teaser/polarfuchs-seilwinde.jpg) center no-repeat;
        background-size: cover; }
      .teaserSection > .row > .columns .teaser:nth-child(3):after {
        background: #1c1e1b url(../images/teaser/polarfuchs-zerwirkraum-innen.jpg) center center no-repeat;
        background-size: cover; }
      @media (min-width: 40em) {
        .teaserSection > .row > .columns .teaser {
          max-width: calc(50% - 0.3rem);
          flex-basis: calc(50% - 0.3rem);
          z-index: 5; } }
      @media (min-width: 70em) {
        .teaserSection > .row > .columns .teaser {
          max-width: calc(33% - 0.3rem);
          flex-basis: calc(33% - 0.3rem);
          margin-bottom: 0rem; }
          .teaserSection > .row > .columns .teaser span {
            width: 100%; } }
      @media (min-width: 85.375em) {
        .teaserSection > .row > .columns .teaser {
          max-width: calc(33% - 0.3rem);
          flex-basis: calc(33% - 0.3rem); } }
      .teaserSection > .row > .columns .teaser:hover, .teaserSection > .row > .columns .teaser:focus {
        text-decoration: none; }
        .teaserSection > .row > .columns .teaser:hover > .title, .teaserSection > .row > .columns .teaser:focus > .title {
          color: #ef591a; }
          .teaserSection > .row > .columns .teaser:hover > .title.red, .teaserSection > .row > .columns .teaser:focus > .title.red {
            background: #22291d; }
        .teaserSection > .row > .columns .teaser:hover:after, .teaserSection > .row > .columns .teaser:focus:after {
          opacity: 0.7;
          width: 106%; }
        .teaserSection > .row > .columns .teaser:hover span:last-child, .teaserSection > .row > .columns .teaser:focus span:last-child {
          color: #fff !important;
          background: #c8450e;
          opacity: 1; }

#productSite .productSection {
  position: relative;
  overflow-x: hidden;
  text-align: left; }
  @media (min-width: 100em) {
    #productSite .productSection.row {
      max-width: 2200px; } }
  #productSite .productSection:after {
    content: "";
    background: #b1b4ae;
    position: absolute;
    width: 100%;
    height: 25rem;
    display: block;
    top: 0;
    left: calc(50% - 50vw);
    right: calc(50% - 50vw);
    bottom: 0;
    height: auto;
    width: auto;
    position: absolute;
    z-index: -1; }
  #productSite .productSection:before {
    content: "";
    position: relative;
    width: 100%;
    height: 20rem;
    display: block;
    top: 0;
    z-index: 1; }
    @media (min-width: 28em) {
      #productSite .productSection:before {
        position: absolute;
        width: 100%;
        height: 25rem;
        display: block;
        top: 0;
        left: 0;
        right: calc(50% - 0vw);
        bottom: 0;
        height: auto;
        width: auto; } }
  #productSite .productSection h1,
  #productSite .productSection h2 {
    text-align: left;
    display: block; }
    #productSite .productSection h1 span,
    #productSite .productSection h2 span {
      display: inline-block; }
    #productSite .productSection h1 em,
    #productSite .productSection h2 em {
      font-size: 18px;
      color: #1c1e1b;
      font-style: normal;
      font-weight: 300;
      line-height: 125%;
      display: block; }
  #productSite .productSection .befBorder h1 {
    margin-bottom: 2rem;
    text-align: left; }
#productSite .orderSection h2,
#productSite .orderSection .h2 {
  text-align: left;
  color: #1c1e1b;
  display: block; }
  @media (min-width: 47em) {
    #productSite .orderSection h2,
    #productSite .orderSection .h2 {
      font-size: 3rem; } }
  @media (min-width: 100em) {
    #productSite .orderSection h2,
    #productSite .orderSection .h2 {
      font-size: 3.6rem; } }
  #productSite .orderSection h2.h1,
  #productSite .orderSection h2.h2.h1,
  #productSite .orderSection .h2.h1 {
    text-align: center;
    color: #22291d; }
#productSite .orderSection img {
  width: 100%;
  flex-basis: 100%;
  display: block; }
#productSite .orderSection .mrbutton span {
  white-space: normal; }
#productSite .orderSection.brochures .mrbutton {
  display: block;
  white-space: normal;
  width: 100%; }
  #productSite .orderSection.brochures .mrbutton i {
    font-size: 2em;
    display: block;
    line-height: 100%;
    margin-bottom: 0.5rem;
    transform: rotate(90deg);
    font-weight: normal; }
  #productSite .orderSection.brochures .mrbutton span {
    display: block;
    white-space: normal; }
#productSite .roomDetails {
  width: 100%;
  position: relative;
  z-index: 13;
  background: #b1b4ae; }
  #productSite .roomDetails > .row > .columns {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: row; }
    @media (min-width: 40em) {
      #productSite .roomDetails > .row > .columns:nth-child(1) {
        justify-content: center; } }
    #productSite .roomDetails > .row > .columns .roomBox {
      font-weight: 300;
      font-size: 16px;
      line-height: 120%;
      display: block;
      width: 100%;
      margin: 0;
      margin-bottom: 1rem;
      font-family: "Jost", sans-serif;
      text-transform: none;
      color: #1c1e1b;
      background: #fff;
      text-align: left;
      max-width: 100%;
      flex-basis: 100%;
      border-radius: 0.8rem;
      overflow: hidden;
      position: relative;
      overflow: hidden;
      -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.06);
      -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.06);
      box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.06); }
      #productSite .roomDetails > .row > .columns .roomBox img {
        width: 100%; }
      #productSite .roomDetails > .row > .columns .roomBox > div {
        padding: 20px; }
        @media (min-width: 85.375em) {
          #productSite .roomDetails > .row > .columns .roomBox > div {
            padding: 30px; } }
        @media (min-width: 100em) {
          #productSite .roomDetails > .row > .columns .roomBox > div {
            padding: 60px; } }
        #productSite .roomDetails > .row > .columns .roomBox > div .title {
          transition: background 300ms, color 300ms;
          margin-bottom: 20px;
          display: block;
          position: relative;
          text-align: left;
          text-transform: uppercase;
          width: 100%;
          font-family: "Jost", sans-serif;
          font-size: 25px;
          font-weight: 300;
          color: #434642; }
          @media (min-width: 28em) {
            #productSite .roomDetails > .row > .columns .roomBox > div .title {
              font-size: 18px; } }
          @media (min-width: 40em) {
            #productSite .roomDetails > .row > .columns .roomBox > div .title {
              font-size: 25px; } }
          @media (min-width: 47em) {
            #productSite .roomDetails > .row > .columns .roomBox > div .title {
              font-size: 30px; } }
          @media (min-width: 70em) {
            #productSite .roomDetails > .row > .columns .roomBox > div .title {
              font-size: 35px; } }
        #productSite .roomDetails > .row > .columns .roomBox > div p {
          display: block;
          text-align: left; }
        #productSite .roomDetails > .row > .columns .roomBox > div ul {
          padding-left: 0;
          display: flex;
          flex-wrap: wrap;
          justify-content: space-between; }
          #productSite .roomDetails > .row > .columns .roomBox > div ul li {
            list-style: none;
            position: relative;
            display: block;
            padding-left: 0rem;
            margin-bottom: 0rem;
            padding-top: 0.3rem;
            padding-right: 0.3rem;
            padding-left: 1rem;
            padding-bottom: 0.3rem;
            font-size: 16px;
            float: none;
            margin-right: 2rem; }
            @media (min-width: 70em) {
              #productSite .roomDetails > .row > .columns .roomBox > div ul li {
                flex-basis: calc(100% - 0.5rem);
                max-width: calc(100% - 0.5rem);
                margin-right: 0rem; } }
            #productSite .roomDetails > .row > .columns .roomBox > div ul li:before {
              position: absolute;
              color: #37422f;
              left: 0;
              margin-right: 0.5rem;
              transform: translateY(4px); }
      @media (min-width: 40em) {
        #productSite .roomDetails > .row > .columns .roomBox {
          max-width: calc(50% - 0.3rem);
          flex-basis: calc(50% - 0.3rem);
          margin-left: 0.15rem;
          margin-right: 0.15rem;
          z-index: 5; } }
      @media (min-width: 47em) {
        #productSite .roomDetails > .row > .columns .roomBox {
          max-width: calc(50% - 0.465rem);
          flex-basis: calc(50% - 0.465rem);
          margin-left: 0.38rem;
          margin-right: 0.38rem; }
          #productSite .roomDetails > .row > .columns .roomBox span {
            width: 100%; } }
      @media (min-width: 70em) {
        #productSite .roomDetails > .row > .columns .roomBox {
          max-width: calc(33% - 0.465rem);
          flex-basis: calc(33% - 0.465rem); }
          #productSite .roomDetails > .row > .columns .roomBox span {
            width: 100%; } }
      #productSite .roomDetails > .row > .columns .roomBox:hover {
        text-decoration: none; }
        #productSite .roomDetails > .row > .columns .roomBox:hover:before {
          opacity: 0.7; }
        #productSite .roomDetails > .row > .columns .roomBox:hover:after {
          opacity: 0.7; }
        #productSite .roomDetails > .row > .columns .roomBox:hover span:last-child {
          color: #fff;
          background: #434642;
          opacity: 1; }

.partnerTeaser {
  width: 100%;
  position: relative;
  z-index: 13;
  background: white;
  max-width: 1920px;
  margin: 0 auto;
  padding: 2rem 0; }
  @media (min-width: 85.375em) {
    .partnerTeaser {
      padding: 4rem 0; } }
  @media (min-width: 120em) {
    .partnerTeaser {
      padding: 6rem 0; } }
  .partnerTeaser > .row > .columns {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: row; }
    .partnerTeaser > .row > .columns h3.h1,
    .partnerTeaser > .row > .columns #productSite .orderSection h3.h2.h1,
    #productSite .orderSection .partnerTeaser > .row > .columns h3.h2.h1 {
      text-align: center; }
    @media (min-width: 120em) {
      .partnerTeaser > .row > .columns:nth-child(1) {
        justify-content: center; } }
    .partnerTeaser > .row > .columns .partner {
      display: inline-block;
      margin: 1rem;
      font-family: "Jost", sans-serif;
      text-transform: none;
      color: #1c1e1b;
      background: #fff;
      text-align: center;
      position: relative;
      overflow: hidden;
      display: flex;
      flex-wrap: wrap;
      flex-direction: row;
      align-items: center;
      opacity: 1;
      transition: opacity 300ms; }
      .partnerTeaser > .row > .columns .partner img {
        max-width: 94px; }
        @media (min-width: 70em) {
          .partnerTeaser > .row > .columns .partner img {
            max-width: 105px; } }
        @media (min-width: 85.375em) {
          .partnerTeaser > .row > .columns .partner img {
            max-width: 105px; } }
        @media (min-width: 100em) {
          .partnerTeaser > .row > .columns .partner img {
            max-width: 110px; } }
        @media (min-width: 120em) {
          .partnerTeaser > .row > .columns .partner img {
            max-width: 130px; } }
        .partnerTeaser > .row > .columns .partner img.spwidth {
          max-width: 160px; }
          @media (min-width: 85.375em) {
            .partnerTeaser > .row > .columns .partner img.spwidth {
              max-width: 180px; } }
        .partner .partnerTeaser > .row > .columns .partner img {
          max-width: 105px; }
          @media (min-width: 70em) {
            .partner .partnerTeaser > .row > .columns .partner img {
              max-width: 130px; } }
          @media (min-width: 85.375em) {
            .partner .partnerTeaser > .row > .columns .partner img {
              max-width: 160px; } }
          @media (min-width: 100em) {
            .partner .partnerTeaser > .row > .columns .partner img {
              max-width: 200px; } }
          .partner .partnerTeaser > .row > .columns .partner img.spwidth {
            max-width: 140px; }
            @media (min-width: 85.375em) {
              .partner .partnerTeaser > .row > .columns .partner img.spwidth {
                max-width: 300px; } }
      .partnerTeaser > .row > .columns .partner:hover {
        opacity: 0.7; }

.productTeaser {
  width: 100%;
  position: relative;
  z-index: 13;
  background: white;
  max-width: 1920px;
  margin: 0 auto; }
  .productTeaser > .row > .columns {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: row; }
    @media (min-width: 40em) {
      .productTeaser > .row > .columns:nth-child(2) {
        justify-content: center; } }
    .productTeaser > .row > .columns .horse {
      font-weight: 300;
      font-size: 16px;
      line-height: 120%;
      display: block;
      width: 100%;
      margin: 0;
      margin-bottom: 1rem;
      font-family: "Jost", sans-serif;
      text-transform: none;
      color: #1c1e1b;
      background: #fff;
      text-align: left;
      max-width: 100%;
      flex-basis: 100%;
      border-radius: 0;
      overflow: hidden;
      position: relative;
      overflow: hidden;
      display: flex;
      flex-wrap: wrap;
      place-items: flex-start;
      -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
      box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1); }
      .productTeaser > .row > .columns .horse.sold {
        overflow: hidden; }
        .productTeaser > .row > .columns .horse.sold:after {
          content: "verkauft";
          text-align: center;
          font-size: 18px;
          font-weight: 700;
          color: #fff;
          background: orange;
          padding: 1rem;
          display: block;
          position: absolute;
          top: 5%;
          right: -50%;
          width: 175%;
          transform: translate(5%, 50%) rotate(45deg);
          z-index: 1000;
          -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
          -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3); }
          @media (min-width: 70em) {
            .productTeaser > .row > .columns .horse.sold:after {
              top: 5%; } }
      .productTeaser > .row > .columns .horse.aanvraag {
        overflow: hidden; }
        .productTeaser > .row > .columns .horse.aanvraag:after {
          content: "auf Anfrage";
          text-align: center;
          font-size: 18px;
          font-weight: 700;
          color: #fff;
          background: #37422f;
          padding: 1rem;
          display: block;
          position: absolute;
          top: 5%;
          right: -50%;
          width: 175%;
          transform: translate(5%, 50%) rotate(45deg);
          z-index: 1000;
          -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
          -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3); }
          @media (min-width: 70em) {
            .productTeaser > .row > .columns .horse.aanvraag:after {
              top: 5%; } }
      .productTeaser > .row > .columns .horse .teaserimg {
        height: 320px;
        width: 100%;
        position: relative;
        display: block; }
        .productTeaser > .row > .columns .horse .teaserimg img {
          -o-object-fit: cover;
          object-fit: cover;
          font-family: "object-fit: cover";
          position: absolute;
          top: 0;
          left: 0;
          max-width: none;
          height: 100%;
          max-height: 100%;
          width: 100%; }
        @media (min-width: 85.375em) {
          .productTeaser > .row > .columns .horse .teaserimg {
            height: 400px; } }
      .productTeaser > .row > .columns .horse > span {
        display: block;
        text-align: left;
        padding-right: 20px;
        padding-left: 20px;
        transition: color 300ms; }
        @media (min-width: 85.375em) {
          .productTeaser > .row > .columns .horse > span {
            padding-right: 30px;
            padding-left: 30px; } }
        .productTeaser > .row > .columns .horse > span > span {
          display: block;
          padding-bottom: 1rem; }
          .productTeaser > .row > .columns .horse > span > span.title {
            transition: background 300ms, color 300ms;
            padding-top: 30px;
            padding-bottom: 20px;
            margin-bottom: 1rem;
            display: block;
            position: relative;
            text-transform: uppercase;
            width: 100%;
            font-family: "Jost", sans-serif;
            font-size: 18px;
            font-weight: 700;
            color: #434642; }
            @media (min-width: 28em) {
              .productTeaser > .row > .columns .horse > span > span.title {
                font-size: 18px; } }
            @media (min-width: 40em) {
              .productTeaser > .row > .columns .horse > span > span.title {
                padding-top: 40px;
                font-size: 18px; } }
            @media (min-width: 47em) {
              .productTeaser > .row > .columns .horse > span > span.title {
                font-size: 18px; } }
            @media (min-width: 70em) {
              .productTeaser > .row > .columns .horse > span > span.title {
                font-size: 18px; } }
          .productTeaser > .row > .columns .horse > span > span.productDetails {
            padding-bottom: 2rem; }
          .productTeaser > .row > .columns .horse > span > span.price {
            font-weight: 700;
            font-size: 1.2rem;
            margin-bottom: 1rem;
            color: #7e8379;
            display: block; }
        .productTeaser > .row > .columns .horse > span .mrbutton, .productTeaser > .row > .columns .horse > span #booking-form .mrbutton, #booking-form .productTeaser > .row > .columns .horse > span .mrbutton {
          margin-bottom: 2rem; }
      @media (min-width: 40em) {
        .productTeaser > .row > .columns .horse {
          max-width: calc(50% - 0.3rem);
          flex-basis: calc(50% - 0.3rem);
          margin-left: 0.15rem;
          margin-right: 0.15rem;
          z-index: 5; } }
      @media (min-width: 47em) {
        .productTeaser > .row > .columns .horse {
          max-width: calc(50% - 0.3rem);
          flex-basis: calc(50% - 0.3rem); }
          .productTeaser > .row > .columns .horse span {
            width: 100%; } }
      @media (min-width: 70em) {
        .productTeaser > .row > .columns .horse {
          max-width: calc(33% - 1rem);
          flex-basis: calc(33% - 1rem);
          margin-left: 0.5rem;
          margin-right: 0.5rem; }
          .productTeaser > .row > .columns .horse span {
            width: 100%; } }
      @media (min-width: 85.375em) {
        .productTeaser > .row > .columns .horse {
          max-width: calc(25% - 1rem);
          flex-basis: calc(25% - 1rem); }
          .productTeaser > .row > .columns .horse span {
            width: 100%; } }
      .productTeaser > .row > .columns .horse:hover {
        text-decoration: none; }
        .productTeaser > .row > .columns .horse:hover > .title {
          color: #37422f; }
          .productTeaser > .row > .columns .horse:hover > .title.grey {
            background: #22291d; }
        .productTeaser > .row > .columns .horse:hover:after {
          opacity: 0.7; }
    .productTeaser > .row > .columns .mrbutton, .productTeaser > .row > .columns #booking-form .mrbutton, #booking-form .productTeaser > .row > .columns .mrbutton {
      margin-left: 0.1rem;
      margin-right: 0.1rem; }

.newsSection .row {
  position: relative; }
  .newsSection .row:before {
    content: "";
    background: #434642;
    display: block;
    top: 50%;
    bottom: 0;
    position: absolute;
    left: 50%;
    height: 100%;
    width: calc(100% - 2 * 0.9rem);
    transform: translate(-50%, -50%); }
.newsSection .highlightHeadline {
  color: #1c1e1b; }
  .newsSection .highlightHeadline:before {
    background: #37422f; }
  .newsSection .highlightHeadline:hover {
    color: #37422f; }

.gallerySection.light {
  background: #fff; }
.gallerySection.halfStyle {
  position: relative;
  background: #fff; }
  .gallerySection.halfStyle:before {
    content: "";
    background: #1c1e1b;
    background-size: cover;
    position: relative;
    width: 100%;
    height: 30rem;
    display: block; }
    @media (min-width: 28em) {
      .gallerySection.halfStyle:before {
        height: 40rem; } }
    @media (min-width: 40em) {
      .gallerySection.halfStyle:before {
        height: 50rem; } }
    @media (min-width: 47em) {
      .gallerySection.halfStyle:before {
        top: 0;
        left: 0;
        right: 60%;
        bottom: 0;
        height: auto;
        width: auto;
        position: absolute; } }
  .gallerySection.halfStyle .flexGallery {
    width: 100%;
    max-width: 100%;
    overflow: hidden; }
    .gallerySection.halfStyle .flexGallery .columns {
      flex-wrap: wrap;
      -webkit-flex-wrap: wrap;
      /* Safari 6.1+ */
      flex-direction: row;
      -webkit-flex-direction: row;
      justify-content: space-between;
      -webkit-justify-content: space-between; }
      .gallerySection.halfStyle .flexGallery .columns div {
        margin-bottom: 1rem;
        width: 49%; }
        @media (min-width: 47em) {
          .gallerySection.halfStyle .flexGallery .columns div {
            width: 49%; } }
      .gallerySection.halfStyle .flexGallery .columns img {
        width: 100%;
        height: auto;
        padding: 0;
        margin: 0;
        display: block; }

body {
  counter-reset: section; }

.price-table {
  margin-bottom: 2rem; }
  .price-table .trow {
    margin: 5px 0;
    padding: 0 10px;
    display: flex;
    align-items: center;
    flex-wrap: wrap; }
    @media (min-width: 47em) {
      .price-table .trow {
        padding: 0 20px; } }
  .price-table .tcol {
    padding: 0 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
    position: relative;
    width: 100%; }
    @media (min-width: 47em) {
      .price-table .tcol {
        padding: 0 10px; } }
  .price-table .price-thead {
    color: #1c1e1b;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 15px;
    line-height: 1.1em;
    margin: 1rem 0; }
    .price-table .price-thead.tall {
      background-color: #22291d;
      margin: 0;
      padding: 10px 0;
      color: rgba(255, 255, 255, 0.8);
      text-transform: initial; }
      .price-table .price-thead.tall .tcol {
        border-right: 1px solid rgba(255, 255, 255, 0.2);
        text-align: center;
        align-self: stretch; }
        .price-table .price-thead.tall .tcol:last-child {
          border: none; }
        .price-table .price-thead.tall .tcol .large {
          font-size: 21px;
          color: #fff; }
  .price-table .price-tbody .trow {
    background-color: rgba(183, 203, 176, 0.5);
    padding-top: 12px;
    padding-bottom: 12px;
    color: #1c1e1b;
    font-size: 14px;
    line-height: 1.1em; }
    @media (min-width: 47em) {
      .price-table .price-tbody .trow {
        font-size: 15px; } }
    .price-table .price-tbody .trow .tcol:first-child {
      min-width: 100%;
      margin-bottom: 5px;
      font-weight: 700; }
      @media (min-width: 47em) {
        .price-table .price-tbody .trow .tcol:first-child {
          min-width: 50%;
          margin-bottom: 0px;
          font-weight: 300; } }
  .price-table .price-tbody.scroll {
    max-height: 100px;
    overflow-x: scroll; }

.flexNews {
  width: 100%;
  max-width: 100%;
  overflow: hidden; }
  .flexNews .columns {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    /* Safari 6.1+ */
    flex-direction: row;
    -webkit-flex-direction: row;
    justify-content: space-around;
    -webkit-justify-content: space-around; }
    .flexNews .columns > div {
      background: #ef591a;
      padding: 2rem;
      margin-bottom: 1rem;
      width: 97%;
      left: 3%;
      position: relative; }
      .flexNews .columns > div a {
        color: #37422f;
        text-decoration: underline; }
        .flexNews .columns > div a:hover {
          color: #37422f;
          text-decoration: none; }
      .flexNews .columns > div:before {
        background: #ef591a;
        border-radius: 100%;
        line-height: 50%;
        padding: 1.3rem;
        display: inline-block;
        width: 40px;
        height: 40px;
        transform: translate(-45%, 0%);
        position: absolute;
        left: 0;
        top: 0;
        color: #fff;
        font-family: "Jost", sans-serif;
        counter-increment: section;
        content: counter(section); }
      @media (min-width: 40em) {
        .flexNews .columns > div {
          left: 0%;
          width: 47%;
          padding: 3rem;
          margin-bottom: 2rem; } }
      @media (min-width: 47em) {
        .flexNews .columns > div {
          width: 47%;
          padding: 3rem; } }
      @media (min-width: 85.375em) {
        .flexNews .columns > div {
          width: 31%; } }
      .flexNews .columns > div h2 {
        font-size: 2rem;
        margin-bottom: 1em; }
        .flexNews .columns > div h2 span {
          color: #37422f; }
    .flexNews .columns img {
      width: 100%;
      height: auto;
      padding: 0;
      margin: 0;
      display: block; }

.flexGallery {
  width: 100%;
  max-width: 100%;
  overflow: hidden; }
  .flexGallery .columns {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    /* Safari 6.1+ */
    flex-direction: row;
    -webkit-flex-direction: row;
    justify-content: space-between;
    -webkit-justify-content: space-between; }
    .flexGallery .columns div {
      margin-bottom: 1rem;
      width: 49.65%; }
      @media (min-width: 47em) {
        .flexGallery .columns div {
          width: 49.65%; } }
    .flexGallery .columns img {
      width: 100%;
      height: auto;
      padding: 0;
      margin: 0;
      display: block; }

.spRectificatieBox {
  background: #f5ca63;
  display: block;
  padding: 2rem;
  margin-bottom: 1rem;
  color: black; }
  .spRectificatieBox .h1, .spRectificatieBox #productSite .orderSection h2.h1, #productSite .orderSection .spRectificatieBox h2.h1,
  .spRectificatieBox #productSite .orderSection .h2.h1,
  #productSite .orderSection .spRectificatieBox .h2.h1 {
    color: black;
    font-size: 2rem;
    margin-bottom: 1rem;
    text-transform: uppercase;
    display: block; }
  .spRectificatieBox .columns {
    margin-bottom: 2rem; }

.statementsSection {
  position: relative;
  background: #fff; }

.flexStatements {
  width: 100%;
  max-width: 100%; }
  .flexStatements > .columns {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    /* Safari 6.1+ */
    flex-direction: row;
    -webkit-flex-direction: row;
    justify-content: space-around;
    -webkit-justify-content: space-around; }
    .flexStatements > .columns > div {
      background: #b7cbb0;
      padding: 2rem;
      margin-bottom: 1rem;
      width: 97%;
      left: 3%;
      position: relative; }
      @media (min-width: 85.375em) {
        .flexStatements > .columns > div {
          width: calc(50% - 40px);
          flex-basis: calc(50% - 40px); } }
      .flexStatements > .columns > div.fullwidth {
        width: calc(100% - 40px);
        flex-basis: calc(100% - 40px); }
      .flexStatements > .columns > div a {
        color: #37422f;
        text-decoration: underline; }
        .flexStatements > .columns > div a:hover {
          color: #37422f;
          text-decoration: none; }
      .flexStatements > .columns > div:before {
        background: #b7cbb0;
        border-radius: 100%;
        line-height: 50%;
        padding: 12px;
        display: flex;
        flex-direction: row;
        align-items: center;
        width: 40px;
        height: 40px;
        transform: translate(-45%, 0%);
        position: absolute;
        left: 0;
        top: 0;
        color: #37422f;
        font-family: "Jost", sans-serif;
        counter-increment: section;
        content: counter(section); }
      @media (min-width: 40em) {
        .flexStatements > .columns > div {
          left: 0%;
          width: 47%;
          padding: 3rem;
          margin-bottom: 2rem; } }
      @media (min-width: 47em) {
        .flexStatements > .columns > div {
          width: 100%;
          padding: 3rem; } }
      .flexStatements > .columns > div h2 {
        font-size: 1.3rem;
        margin-bottom: 1em; }
        .flexStatements > .columns > div h2 span {
          color: #37422f;
          font-size: 1.1rem; }
        @media (min-width: 47em) {
          .flexStatements > .columns > div h2 {
            font-size: 1.5rem; } }
  .flexStatements.newsList > .columns > div:before {
    position: absolute;
    left: 0;
    display: flex;
    flex-direction: row;
    align-items: center; }
  .flexStatements.dateList {
    padding-left: 3%; }
    .flexStatements.dateList > .columns {
      flex-direction: column-reverse;
      flex-flow: row-reverse wrap-reverse;
      gap: 40px; }
      .flexStatements.dateList > .columns > div {
        transition: background 300ms;
        padding: 2rem 2rem 1.4rem;
        margin-bottom: 0;
        left: 0;
        width: auto;
        flex-basis: auto;
        flex-grow: 1;
        flex-shrink: 1; }
        @media (min-width: 40em) {
          .flexStatements.dateList > .columns > div {
            padding: 2rem 2.4rem 1.4rem; } }
        .flexStatements.dateList > .columns > div:hover {
          background: #9bb791; }
        .flexStatements.dateList > .columns > div.special {
          background: rgba(239, 89, 26, 0.5); }
          .flexStatements.dateList > .columns > div.special:hover {
            background: #9bb791; }
        .flexStatements.dateList > .columns > div:before {
          position: absolute;
          left: 0;
          display: flex;
          flex-direction: row;
          align-items: center; }
        .flexStatements.dateList > .columns > div.separ {
          width: calc(100 - 0px) !important;
          flex-basis: calc(100 - 0px) !important;
          display: block;
          height: 1px; }

.videoInfo {
  font-size: 0.9rem;
  margin-bottom: 3rem;
  border-bottom: 1px #434642 solid;
  padding-bottom: 1rem; }

.ifVideo {
  height: 0;
  padding-bottom: 56.22%;
  overflow: hidden;
  position: relative;
  margin-bottom: 2rem; }
  .ifVideo iframe {
    top: 0;
    position: absolute;
    left: 0;
    border: 0;
    height: 100%;
    width: 100%; }

.bgsection {
  position: relative;
  margin: 0 auto; }
  .bgsection:after {
    content: "";
    width: 100%;
    height: 30rem;
    display: block;
    top: 0;
    right: 0;
    left: 0;
    height: 100%;
    width: auto;
    position: absolute;
    z-index: -1; }
  .bgsection.shapelined:after {
    background: url(../images/design/shapelined.jpg) center center no-repeat;
    background-size: cover;
    opacity: 0.15; }
  .bgsection.quote-section:after {
    background: url(../images/design/hirsche-nebel.jpg) center center no-repeat;
    background-size: cover; }
  .bgsection.red-section:before {
    background-color: #161a12;
    content: "";
    width: 100%;
    height: 30rem;
    display: block;
    top: 0;
    right: 0;
    left: 0;
    height: 100%;
    width: auto;
    position: absolute;
    z-index: -1; }
  .bgsection.red-section:after {
    background: url(../images/design/shapelined.jpg) center center no-repeat;
    background-size: cover;
    opacity: 0.15; }
  .bgsection.red-section h2,
  .bgsection.red-section h3,
  .bgsection.red-section h4 {
    color: #fff;
    flex-basis: 100%; }
    .bgsection.red-section h2 span,
    .bgsection.red-section h3 span,
    .bgsection.red-section h4 span {
      color: #fff; }
  .bgsection.red-section p {
    color: #fff;
    width: 100%; }
    .bgsection.red-section p a {
      color: #fff;
      text-decoration: underline; }
      .bgsection.red-section p a:hover {
        text-decoration: none; }
  .bgsection.red-section ul li {
    color: #fff;
    border-bottom: 1px solid #fff; }
  @media (min-width: 47em) {
    .bgsection.termine .border-right {
      border-right: 1px solid #ff6e31; } }
  .bgsection.termine h4 {
    margin-bottom: 0.1rem; }
  .bgsection.termine .booking-col {
    padding: 0 1rem; }
    @media (min-width: 70em) {
      .bgsection.termine .booking-col {
        padding: 0 4rem; } }
  .bgsection .row {
    justify-content: center; }

.offerSection {
  padding: 40px 0; }
  @media (min-width: 40em) {
    .offerSection {
      margin-bottom: 30px; } }
  @media (min-width: 47em) {
    .offerSection {
      margin-bottom: 100px; } }
  @media (min-width: 85.375em) {
    .offerSection {
      margin-bottom: 180px; } }

.infoTable tr {
  border-top: 1px solid #434642;
  padding: 1rem 0;
  display: block; }
  .infoTable tr td:first-child {
    width: 120px; }

.vitaTable {
  font-size: 0.8rem; }
  .vitaTable tr {
    border-top: 1px solid #434642;
    padding: 1rem 0;
    display: block; }
    @media (min-width: 47em) {
      .vitaTable tr {
        padding: 1rem 0; } }
    .vitaTable tr td {
      width: 100%;
      display: block; }
      @media (min-width: 47em) {
        .vitaTable tr td {
          width: auto;
          display: table-cell; } }
      .vitaTable tr td:first-child {
        width: 100%;
        font-weight: 700; }
        @media (min-width: 47em) {
          .vitaTable tr td:first-child {
            width: 120px; } }
      .vitaTable tr td:nth-child(3) {
        font-weight: 700; }

.newspageSection {
  position: relative;
  background: #fff; }
  .newspageSection:after {
    content: "";
    background: #1c1e1b;
    background-size: cover;
    position: relative;
    width: 100%;
    height: 30rem;
    display: block; }
    @media (min-width: 28em) {
      .newspageSection:after {
        height: 40rem; } }
    @media (min-width: 40em) {
      .newspageSection:after {
        height: 50rem; } }
    @media (min-width: 47em) {
      .newspageSection:after {
        top: 0;
        left: 0;
        right: 60%;
        height: 100%;
        width: auto;
        position: absolute; } }
  .newspageSection .highlightHeadline {
    color: #1c1e1b; }
    .newspageSection .highlightHeadline:before {
      background: #37422f; }
    .newspageSection .highlightHeadline:hover {
      color: #37422f; }

.volumeicons {
  margin-bottom: 1rem;
  display: flex;
  gap: 1rem;
  opacity: 0.8;
  transition: 300ms all; }
  .volumeicons:hover {
    opacity: 1; }
    .volumeicons:hover i {
      border: 1px solid #ef591a; }
  .volumeicons i {
    font-size: 2rem;
    color: #ef591a;
    width: 2rem;
    height: 2rem;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #37422f; }
    @media (min-width: 28em) {
      .volumeicons i {
        width: 2.9rem;
        height: 2.9rem; } }
    @media (min-width: 85.375em) {
      .volumeicons i {
        width: 4.2rem;
        height: 4.2rem; } }
    @media (min-width: 120em) {
      .volumeicons i {
        width: 4.6rem;
        height: 4.6rem; } }
    .volumeicons i.wildschwein {
      background: url(../images/design/wildschwein.svg) center center no-repeat;
      background-size: contain; }
    .volumeicons i.hirsch {
      background: url(../images/design/hirsch.svg) center center no-repeat;
      background-size: 80% auto; }
    .volumeicons i.rehbock {
      background: url(../images/design/rehbock.svg) center center no-repeat;
      background-size: contain; }
    .volumeicons i.schlafen {
      font-family: "FontAwesome";
      font-style: normal; }
      .volumeicons i.schlafen:before {
        font-size: clamp(1rem, 3vw, 2rem); }
    .volumeicons i.kueche {
      font-family: "FontAwesome";
      font-style: normal; }
      .volumeicons i.kueche:before {
        font-size: clamp(1rem, 3vw, 2rem); }
    .volumeicons i.toilette {
      background: url(../images/design/toilet-solid.svg) center center no-repeat;
      background-size: 40% auto; }
    .volumeicons i.dusche {
      font-family: "FontAwesome";
      font-style: normal; }
      .volumeicons i.dusche:before {
        font-size: clamp(1rem, 3vw, 2rem); }

.footer {
  background: #20261b;
  z-index: 10;
  position: relative;
  overflow-x: hidden;
  margin: 0 auto; }
  .footer .row {
    position: relative;
    display: flex; }
    .footer .row .columns {
      color: #b7cbb0;
      text-transform: none;
      position: relative;
      display: flex;
      flex-wrap: wrap;
      flex-direction: row;
      justify-content: center;
      text-align: center;
      align-items: center;
      flex-wrap: wrap; }
      @media (min-width: 47em) {
        .footer .row .columns {
          justify-content: flex-start;
          text-align: left; }
          .footer .row .columns:first-child {
            justify-content: center;
            text-align: center; }
          .footer .row .columns.flex-right {
            justify-content: flex-end;
            text-align: right;
            order: -1; }
            .footer .row .columns.flex-right > div {
              align-items: flex-end;
              text-align: right;
              padding-left: 0; }
              .footer .row .columns.flex-right > div .headline {
                text-align: right; }
          .footer .row .columns.flex-left {
            text-align: left; }
            .footer .row .columns.flex-left > div {
              align-items: flex-start;
              text-align: left;
              padding-right: 0; }
              .footer .row .columns.flex-left > div .headline {
                text-align: left; } }
      .footer .row .columns a {
        text-decoration: underline;
        font-weight: 300;
        color: #b7cbb0;
        transition: 300ms all; }
        .footer .row .columns a:hover {
          color: #ff6e31; }
      .footer .row .columns > div {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
        flex-wrap: wrap;
        padding: clamp(1rem, 4vw, 2.6rem); }
        .footer .row .columns > div p {
          margin-top: 1.25rem;
          margin-bottom: 0; }
        .footer .row .columns > div span, .footer .row .columns > div p {
          display: block;
          text-transform: none;
          color: #b7cbb0;
          font-weight: 300; }
          .footer .row .columns > div span.headline, .footer .row .columns > div p.headline {
            color: #b7cbb0;
            display: block;
            margin-bottom: 2rem;
            font-size: clamp(1.4rem, 4vw, 32px);
            text-align: center; }
            .footer .row .columns > div span.headline span, .footer .row .columns > div p.headline span {
              display: block;
              font-weight: 300;
              font-size: clamp(1.2rem, 4vw, 1.8rem);
              line-height: 120%;
              color: #b7cbb0;
              text-transform: none;
              font-style: normal; }
            @media (min-width: 47em) {
              .footer .row .columns > div span.headline, .footer .row .columns > div p.headline {
                margin-bottom: 2rem; } }
        @media (min-width: 47em) {
          .footer .row .columns > div {
            align-items: flex-start; } }
        .footer .row .columns > div .socialfooter {
          display: flex;
          align-items: center;
          justify-content: center;
          flex-wrap: wrap; }
          @media (min-width: 47em) {
            .footer .row .columns > div .socialfooter {
              justify-content: flex-start; } }
          .footer .row .columns > div .socialfooter p {
            display: block;
            width: 100%;
            margin-bottom: 0.5rem; }
          .footer .row .columns > div .socialfooter .socialLinks {
            display: inline-block;
            margin: 0;
            line-height: 100%;
            margin-right: 1rem;
            margin-bottom: 1rem; }
            .footer .row .columns > div .socialfooter .socialLinks svg {
              width: 30px;
              height: 30px;
              transform: scale(70%); }
              @media (min-width: 47em) {
                .footer .row .columns > div .socialfooter .socialLinks svg {
                  transform: scale(100%); } }
            .footer .row .columns > div .socialfooter .socialLinks img {
              width: 30px;
              height: 30px;
              transform: scale(70%); }
              @media (min-width: 47em) {
                .footer .row .columns > div .socialfooter .socialLinks img {
                  transform: scale(100%); } }
            .footer .row .columns > div .socialfooter .socialLinks:hover {
              opacity: 0.6; }
@keyframes colorChange {
  0% {
    fill: #ACA0A0; }
  50% {
    fill: #A37C7D; }
  75% {
    fill: #fff; }
  100% {
    fill: #ACA0A0; } }
      .footer .row .columns picture {
        width: 100%;
        max-width: 220px;
        opacity: 0.7; }
        @media (min-width: 70em) {
          .footer .row .columns picture {
            max-width: 220px; } }
        .footer .row .columns picture img {
          width: 100%;
          height: auto; }
  .footer .naviAdd {
    position: relative;
    margin-bottom: 0;
    padding: 4rem 1rem 4rem;
    width: 100%;
    background: #fff;
    margin-bottom: 0;
    margin-right: 0;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap; }
    @media (min-width: 70em) {
      .footer .naviAdd {
        padding: 3rem 2rem 3rem;
        flex-direction: row;
        justify-content: center; } }
    .footer .naviAdd li {
      float: none;
      margin-left: 0;
      padding-left: 0;
      line-height: 225%;
      margin-right: 1rem;
      list-style: none; }
      @media (min-width: 70em) {
        .footer .naviAdd li {
          line-height: 34px; } }
      @media (min-width: 85.375em) {
        .footer .naviAdd li {
          margin-top: 0px; } }
      .footer .naviAdd li a,
      .footer .naviAdd li span {
        font-family: "Jost", sans-serif;
        text-decoration: none;
        text-transform: none;
        transition: 400ms ease-in-out;
        font-weight: 300;
        white-space: nowrap;
        color: #292b27; }
        .footer .naviAdd li a:hover, .footer .naviAdd li a.active,
        .footer .naviAdd li span:hover,
        .footer .naviAdd li span.active {
          color: #ff6e31;
          text-decoration: none; }
        .footer .naviAdd li a.active,
        .footer .naviAdd li span.active {
          color: #ef591a;
          text-decoration: none; }
  .standort .footer .map {
    display: none; }

.map {
  height: 280px;
  width: 100%;
  padding-bottom: 0rem;
  position: relative;
  background: #1c1e1b url(../images/design/map-holder.jpg) center left no-repeat;
  background-size: cover; }
  @media (min-width: 85.375em) {
    .map {
      height: 450px; } }
  .map:before {
    position: absolute;
    font-size: clamp(2rem, 3vw, 4rem);
    line-height: 1.3em;
    top: calc(50% - 3rem);
    left: 50%;
    transform: translate(-50%, -50%);
    color: #ef591a; }
  .map:after {
    content: "Google Maps unter Cookie-Verwaltung aktivieren";
    color: #1c1e1b;
    text-align: center;
    position: absolute;
    font-size: clamp(1rem, 4vw, 1.5rem);
    line-height: 1.3em;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
  .map .map-cookie {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 20; }
  .map iframe {
    width: 100%;
    position: relative;
    height: 100%;
    border: none;
    z-index: 20;
    display: block;
    filter: grayscale(10%); }
  .nojs .map {
    display: none; }
    @media (min-width: 40em) {
      .nojs .map {
        display: block;
        background: #b7cbb0; } }
  .map.localmap {
    height: 300px;
    width: 100%;
    padding-bottom: 0rem;
    position: relative; }
    @media (min-width: 85.375em) {
      .map.localmap {
        height: 500px; } }
    .map.localmap iframe {
      filter: grayscale(0%); }
    .map.localmap:before {
      font-size: clamp(1rem, 3vw, 2rem); }
    .map.localmap:after {
      font-size: clamp(1rem, 4vw, 1.2rem); }

form.standard {
  color: #1c1e1b; }
  form.standard [type="text"],
  form.standard [type="tel"],
  form.standard [type="email"],
  form.standard [type="date"],
  form.standard [type="file"],
  form.standard [type="number"],
  form.standard textarea,
  form.standard select {
    background: #fff;
    border: none;
    display: block;
    line-height: 1.2rem;
    margin: 0 0 1rem 0;
    resize: none;
    padding: 0.8rem;
    position: relative;
    width: 100%; }
  @media (min-width: 85.375em) {
    form.standard {
      width: 100%; } }

/*flexslider*/
/*
 * jQuery FlexSlider v2.6.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 and later license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 *
 */
/* ====================================================================================================================
 * FONT-FACE
 * ====================================================================================================================*/
/* ====================================================================================================================
 * RESETS
 * ====================================================================================================================*/
.flex-container a:hover,
.flex-slider a:hover {
  outline: none; }

.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none; }

.flex-pauseplay span {
  text-transform: capitalize; }

/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/
.flexslider {
  margin: 0;
  padding: 0; }

.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden; }

.flexslider .slides img {
  width: 100%;
  display: block; }

.flexslider .slides:after {
  font-family: "FontAwesome";
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

html[xmlns] .flexslider .slides {
  display: block; }

* html .flexslider .slides {
  height: 1%; }

.no-js .flexslider .slides > li:first-child {
  display: block; }

/* ====================================================================================================================
 * DEFAULT THEME
 * ====================================================================================================================*/
.flexslider {
  margin: 0;
  position: relative;
  zoom: 1;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: "" 0 1px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: "" 0 1px 4px rgba(0, 0, 0, 0.2);
  -o-box-shadow: "" 0 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: "" 0 1px 4px rgba(0, 0, 0, 0.2); }

.flexslider .slides {
  zoom: 1; }

.flexslider .slides img {
  height: auto;
  -moz-user-select: none; }

.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease; }

.loading .flex-viewport {
  max-height: 300px; }

.carousel li {
  margin-right: 5px; }

.flex-direction-nav {
  *height: 0;
  display: none; }
  @media (min-width: 28em) {
    .flex-direction-nav {
      top: 85vh;
      position: absolute;
      width: 100%; } }

.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 40px;
  height: 56px;
  margin: -20px 0 0;
  position: absolute;
  top: 54%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: #fff;
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  @media (min-width: 47em) {
    .flex-direction-nav a {
      height: 100px;
      width: 60px; } }

.flex-direction-nav a:before {
  font-family: "FontAwesome";
  font-size: 40px;
  display: inline-block;
  content: '\f104';
  color: #fff; }
  @media (min-width: 47em) {
    .flex-direction-nav a:before {
      font-size: 80px; } }

.flex-direction-nav a.flex-next:before {
  content: '\f105'; }

.flex-direction-nav .flex-prev {
  left: 0px; }

.flex-direction-nav .flex-next {
  right: 0px;
  text-align: right; }

.flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 0.7;
  left: 10px; }

.flexslider:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1; }

.flexslider:hover .flex-direction-nav .flex-next {
  opacity: 0.7;
  right: 10px; }

.flexslider:hover .flex-direction-nav .flex-next:hover {
  opacity: 1; }

.flex-direction-nav .flex-disabled {
  opacity: 0 !important;
  filter: alpha(opacity=0);
  cursor: default;
  z-index: -1; }

.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000; }

.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: '\f004'; }

.flex-pauseplay a:hover {
  opacity: 1; }

.flex-pauseplay a.flex-play:before {
  content: '\f003'; }

.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center; }

.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline; }

.flex-control-paging {
  display: none; }

.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px; }

.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7); }

.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default; }

.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden; }

.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0; }

.flex-control-thumbs img {
  width: 100%;
  height: auto;
  display: block;
  opacity: .7;
  cursor: pointer;
  -moz-user-select: none;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease; }

.flex-control-thumbs img:hover {
  opacity: 1; }

.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default; }

/* ====================================================================================================================
 * RESPONSIVE
 * ====================================================================================================================*/
@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px; }

  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px; } }
body.lb-disable-scrolling {
  overflow: hidden; }

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none; }

.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
  outline: none; }

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  max-height: none;
  border-radius: 3px;
  /* Image border */
  border: 4px solid white; }

.lightbox a img {
  border: none; }

.lb-outerContainer {
  position: relative;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  border-radius: 4px;
  /* Background color behind image.
     This is visible during transitions. */
  background-color: white; }

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both; }

.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0; }

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(../images/loading.gif) no-repeat; }

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10; }

.lb-container > .nav {
  left: 0; }

.lb-nav a {
  outline: none;
  background-image: url("data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw=="); }

.lb-prev, .lb-next {
  height: 100%;
  cursor: pointer;
  display: block; }

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(../images/prev.png) left 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s; }

.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1; }

.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(../images/next.png) right 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s; }

.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1; }

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px; }

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both; }

.lb-data {
  padding: 0 4px;
  color: #ccc; }

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em; }

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em; }

.lb-data .lb-caption a {
  color: #4ae; }

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999; }

.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(../images/close.png) top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s; }

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1; }

.cookie-box {
  position: fixed;
  top: 100%;
  right: 0px;
  width: 90%;
  margin: 0 !important;
  z-index: 100000;
  opacity: 1;
  transform: translateY(100%);
  transition: all 300ms ease-out;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 8px 0 0 8px;
  padding: 3rem 2rem 4rem;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
  top: 100%; }
  @media (min-width: 28em) {
    .cookie-box {
      width: 380px; } }
  @media (min-width: 47em) {
    .cookie-box {
      padding: 3rem;
      width: 400px; } }
  @media (min-width: 70em) {
    .cookie-box {
      padding: 4rem 3rem; } }
  .cookie-box span.box-title {
    font-size: 18px;
    font-weight: 700;
    display: block; }
  .cookie-box span.box-text {
    font-size: 13px;
    line-height: 17px;
    display: block;
    margin-bottom: 1rem; }
    @media (min-width: 120em) {
      .cookie-box span.box-text {
        font-size: 14px; } }
  .cookie-box .btn-toolbar .productterm {
    padding: 1rem 0 1rem;
    border-top: 1px solid #22291d;
    border-bottom: 1px solid #22291d;
    margin-bottom: 1rem; }
    .cookie-box .btn-toolbar .productterm small {
      font-size: 13px;
      line-height: 17px;
      display: block; }
  .cookie-box .btn-toolbar .btn, .cookie-box .btn-toolbar button {
    display: inline-block;
    margin-bottom: 4px;
    margin-right: 4px;
    line-height: 1em; }
    .cookie-box .btn-toolbar .btn.btn-primary, .cookie-box .btn-toolbar button.btn-primary {
      color: #fff;
      padding: 6px 10px;
      text-align: center;
      border: none;
      border-radius: 8px 0 8px 0;
      display: block;
      background: #1c1e1b;
      font-size: 14px;
      font-weight: 300;
      transition: all 300ms ease-out; }
      .cookie-box .btn-toolbar .btn.btn-primary:hover, .cookie-box .btn-toolbar .btn.btn-primary:focus, .cookie-box .btn-toolbar button.btn-primary:hover, .cookie-box .btn-toolbar button.btn-primary:focus {
        background: #ef591a;
        cursor: pointer; }

.cookie-box.show {
  opacity: 1;
  transform: translateY(0%);
  transition-delay: 300ms;
  transform: translateY(-104%); }

.oc-cookie-panel {
  position: fixed;
  z-index: 100000;
  transform: rotate(0deg) translateX(0%);
  right: 0;
  bottom: 1rem;
  font-size: clamp(0.9rem, 4vw, 1rem);
  background: #090b08;
  color: #fff;
  padding: 8px 16px;
  border-radius: 8px 0 0 8px;
  display: inline-block;
  transition: all 300ms ease-out; }
  .oc-cookie-panel:hover, .oc-cookie-panel:focus {
    background: #f27c4a;
    cursor: pointer; }

/*# sourceMappingURL=style.css.map */
