@media screen{
.fewo_tooltip {
	color: #000;
	width: 250px;
	z-index: 13000;
	background-color: #FFF;
	border: 1px solid #999;
}
 
.fewo_tooltip .tip-title {
	font-weight: bold;
	font-size: 11px;
	margin: 0;
	padding: 8px 8px 4px;
	border-bottom: 1px solid #999;
}
 
.fewo_tooltip .tip-text {
	font-size: 11px;
	padding: 4px 8px 8px;
	background: #CCC;
}
}
.fewo_calendar td.day_free,
.fewo_calendar td.day_start,
.fewo_calendar td.day_stop,
.fewo_calendar td.day_full {
  position: relative;
}
.fewo_calendar td.day_free[data-tooltip]:after,
.fewo_calendar td.day_start[data-tooltip]:after,
.fewo_calendar td.day_stop[data-tooltip]:after,
.fewo_calendar td.day_full[data-tooltip]:after {
  content: attr(data-tooltip);
  position: absolute;
  white-space:nowrap;
  display: none;
  z-index: 1000;
  left: 50%;
  transform: translateX(-50%);
  bottom: 140%;
}

.fewo_calendar td.day_free:hover:after,
.fewo_calendar td.day_start:hover:after,
.fewo_calendar td.day_stop:hover:after,
.fewo_calendar td.day_full:hover:after {
  display: block;
}

.fewo_calendar td.unavailable[data-tooltip]:hover:after {
	white-space:pre; 
}
@font-face {
  font-family: 'Font-Awesome-5';
  font-style: normal;
  font-weight: normal;
    font-display: swap;
  src: url("../../files/fonts/fontawesome-pro/fa-brands-400.woff2") format("woff2"),
  url("../../files/fonts/fontawesome-pro/fa-brands-400.ttf") format("truetype"); }

@font-face {
  font-family: 'Font-Awesome-5';
  font-style: normal;
  font-weight: 900;
    font-display: swap;
  src: url("../../files/fonts/fontawesome-pro/fa-solid-900.woff2") format("woff2"),
  url("../../files/fonts/fontawesome-pro/fa-solid-900.ttf") format("truetype"); }

@font-face {
  font-family: 'Font-Awesome-5';
  font-style: normal;
  font-weight: 300;
    font-display: swap;
  src: url("../../files/fonts/fontawesome-pro/fa-light-300.woff2") format("woff2"),
  url("../../files/fonts/fontawesome-pro/fa-light-300.ttf") format("truetype"); }
 
@font-face {
  font-family: 'Font-Awesome-5';
  font-style: normal;
  font-weight: 400;
    font-display: swap;
  src: url("../../files/fonts/fontawesome-pro/fa-regular-400.woff2") format("woff2"), 
  url("../../files/fonts/fontawesome-pro/fa-regular-400.ttf") format("truetype"); }
/*!
 * Font Awesome Pro 5.0.8 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */
.fa,.fab,.fal,.far,.fas{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:inline-block;font-style:normal;font-variant:normal;text-rendering:auto;line-height:1}.fa-lg{font-size:1.33333em;line-height:.75em;vertical-align:-.0667em}.fa-xs{font-size:.75em}.fa-sm{font-size:.875em}.fa-1x{font-size:1em}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-6x{font-size:6em}.fa-7x{font-size:7em}.fa-8x{font-size:8em}.fa-9x{font-size:9em}.fa-10x{font-size:10em}.fa-fw{text-align:center;width:1.25em}.fa-ul{list-style-type:none;margin-left:2.5em;padding-left:0}.fa-ul>li{position:relative}.fa-li{left:-2em;position:absolute;text-align:center;width:2em;line-height:inherit}.fa-border{border:.08em solid #eee;border-radius:.1em;padding:.2em .25em .15em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left,.fab.fa-pull-left,.fal.fa-pull-left,.far.fa-pull-left,.fas.fa-pull-left{margin-right:.3em}.fa.fa-pull-right,.fab.fa-pull-right,.fal.fa-pull-right,.far.fa-pull-right,.fas.fa-pull-right{margin-left:.3em}.fa-spin{-webkit-animation:a 2s infinite linear;animation:a 2s infinite linear}.fa-pulse{-webkit-animation:a 1s infinite steps(8);animation:a 1s infinite steps(8)}@-webkit-keyframes a{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes a{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scaleX(-1);transform:scaleX(-1)}.fa-flip-vertical{-webkit-transform:scaleY(-1);transform:scaleY(-1)}.fa-flip-horizontal.fa-flip-vertical,.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)"}.fa-flip-horizontal.fa-flip-vertical{-webkit-transform:scale(-1);transform:scale(-1)}:root .fa-flip-horizontal,:root .fa-flip-vertical,:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270{-webkit-filter:none;filter:none}.fa-stack{display:inline-block;height:2em;line-height:2em;position:relative;vertical-align:middle;width:2em}.fa-stack-1x,.fa-stack-2x{left:0;position:absolute;text-align:center;width:100%}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-500px:before{content:"\f26e"}.fa-accessible-icon:before{content:"\f368"}.fa-accusoft:before{content:"\f369"}.fa-address-book:before{content:"\f2b9"}.fa-address-card:before{content:"\f2bb"}.fa-adjust:before{content:"\f042"}.fa-adn:before{content:"\f170"}.fa-adversal:before{content:"\f36a"}.fa-affiliatetheme:before{content:"\f36b"}.fa-alarm-clock:before{content:"\f34e"}.fa-algolia:before{content:"\f36c"}.fa-align-center:before{content:"\f037"}.fa-align-justify:before{content:"\f039"}.fa-align-left:before{content:"\f036"}.fa-align-right:before{content:"\f038"}.fa-allergies:before{content:"\f461"}.fa-amazon:before{content:"\f270"}.fa-amazon-pay:before{content:"\f42c"}.fa-ambulance:before{content:"\f0f9"}.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-amilia:before{content:"\f36d"}.fa-anchor:before{content:"\f13d"}.fa-android:before{content:"\f17b"}.fa-angellist:before{content:"\f209"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-down:before{content:"\f107"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angrycreative:before{content:"\f36e"}.fa-angular:before{content:"\f420"}.fa-app-store:before{content:"\f36f"}.fa-app-store-ios:before{content:"\f370"}.fa-apper:before{content:"\f371"}.fa-apple:before{content:"\f179"}.fa-apple-pay:before{content:"\f415"}.fa-archive:before{content:"\f187"}.fa-arrow-alt-circle-down:before{content:"\f358"}.fa-arrow-alt-circle-left:before{content:"\f359"}.fa-arrow-alt-circle-right:before{content:"\f35a"}.fa-arrow-alt-circle-up:before{content:"\f35b"}.fa-arrow-alt-down:before{content:"\f354"}.fa-arrow-alt-from-bottom:before{content:"\f346"}.fa-arrow-alt-from-left:before{content:"\f347"}.fa-arrow-alt-from-right:before{content:"\f348"}.fa-arrow-alt-from-top:before{content:"\f349"}.fa-arrow-alt-left:before{content:"\f355"}.fa-arrow-alt-right:before{content:"\f356"}.fa-arrow-alt-square-down:before{content:"\f350"}.fa-arrow-alt-square-left:before{content:"\f351"}.fa-arrow-alt-square-right:before{content:"\f352"}.fa-arrow-alt-square-up:before{content:"\f353"}.fa-arrow-alt-to-bottom:before{content:"\f34a"}.fa-arrow-alt-to-left:before{content:"\f34b"}.fa-arrow-alt-to-right:before{content:"\f34c"}.fa-arrow-alt-to-top:before{content:"\f34d"}.fa-arrow-alt-up:before{content:"\f357"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-down:before{content:"\f063"}.fa-arrow-from-bottom:before{content:"\f342"}.fa-arrow-from-left:before{content:"\f343"}.fa-arrow-from-right:before{content:"\f344"}.fa-arrow-from-top:before{content:"\f345"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-square-down:before{content:"\f339"}.fa-arrow-square-left:before{content:"\f33a"}.fa-arrow-square-right:before{content:"\f33b"}.fa-arrow-square-up:before{content:"\f33c"}.fa-arrow-to-bottom:before{content:"\f33d"}.fa-arrow-to-left:before{content:"\f33e"}.fa-arrow-to-right:before{content:"\f340"}.fa-arrow-to-top:before{content:"\f341"}.fa-arrow-up:before{content:"\f062"}.fa-arrows:before{content:"\f047"}.fa-arrows-alt:before{content:"\f0b2"}.fa-arrows-alt-h:before{content:"\f337"}.fa-arrows-alt-v:before{content:"\f338"}.fa-arrows-h:before{content:"\f07e"}.fa-arrows-v:before{content:"\f07d"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asterisk:before{content:"\f069"}.fa-asymmetrik:before{content:"\f372"}.fa-at:before{content:"\f1fa"}.fa-audible:before{content:"\f373"}.fa-audio-description:before{content:"\f29e"}.fa-autoprefixer:before{content:"\f41c"}.fa-avianex:before{content:"\f374"}.fa-aviato:before{content:"\f421"}.fa-aws:before{content:"\f375"}.fa-backward:before{content:"\f04a"}.fa-badge:before{content:"\f335"}.fa-badge-check:before{content:"\f336"}.fa-balance-scale:before{content:"\f24e"}.fa-ban:before{content:"\f05e"}.fa-band-aid:before{content:"\f462"}.fa-bandcamp:before{content:"\f2d5"}.fa-barcode:before{content:"\f02a"}.fa-barcode-alt:before{content:"\f463"}.fa-barcode-read:before{content:"\f464"}.fa-barcode-scan:before{content:"\f465"}.fa-bars:before{content:"\f0c9"}.fa-baseball:before{content:"\f432"}.fa-baseball-ball:before{content:"\f433"}.fa-basketball-ball:before{content:"\f434"}.fa-basketball-hoop:before{content:"\f435"}.fa-bath:before{content:"\f2cd"}.fa-battery-bolt:before{content:"\f376"}.fa-battery-empty:before{content:"\f244"}.fa-battery-full:before{content:"\f240"}.fa-battery-half:before{content:"\f242"}.fa-battery-quarter:before{content:"\f243"}.fa-battery-slash:before{content:"\f377"}.fa-battery-three-quarters:before{content:"\f241"}.fa-bed:before{content:"\f236"}.fa-beer:before{content:"\f0fc"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-bell:before{content:"\f0f3"}.fa-bell-slash:before{content:"\f1f6"}.fa-bicycle:before{content:"\f206"}.fa-bimobject:before{content:"\f378"}.fa-binoculars:before{content:"\f1e5"}.fa-birthday-cake:before{content:"\f1fd"}.fa-bitbucket:before{content:"\f171"}.fa-bitcoin:before{content:"\f379"}.fa-bity:before{content:"\f37a"}.fa-black-tie:before{content:"\f27e"}.fa-blackberry:before{content:"\f37b"}.fa-blind:before{content:"\f29d"}.fa-blogger:before{content:"\f37c"}.fa-blogger-b:before{content:"\f37d"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-bold:before{content:"\f032"}.fa-bolt:before{content:"\f0e7"}.fa-bomb:before{content:"\f1e2"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-bowling-ball:before{content:"\f436"}.fa-bowling-pins:before{content:"\f437"}.fa-box:before{content:"\f466"}.fa-box-check:before{content:"\f467"}.fa-boxes:before{content:"\f468"}.fa-boxing-glove:before{content:"\f438"}.fa-braille:before{content:"\f2a1"}.fa-briefcase:before{content:"\f0b1"}.fa-briefcase-medical:before{content:"\f469"}.fa-browser:before{content:"\f37e"}.fa-btc:before{content:"\f15a"}.fa-bug:before{content:"\f188"}.fa-building:before{content:"\f1ad"}.fa-bullhorn:before{content:"\f0a1"}.fa-bullseye:before{content:"\f140"}.fa-burn:before{content:"\f46a"}.fa-buromobelexperte:before{content:"\f37f"}.fa-bus:before{content:"\f207"}.fa-buysellads:before{content:"\f20d"}.fa-calculator:before{content:"\f1ec"}.fa-calendar:before{content:"\f133"}.fa-calendar-alt:before{content:"\f073"}.fa-calendar-check:before{content:"\f274"}.fa-calendar-edit:before{content:"\f333"}.fa-calendar-exclamation:before{content:"\f334"}.fa-calendar-minus:before{content:"\f272"}.fa-calendar-plus:before{content:"\f271"}.fa-calendar-times:before{content:"\f273"}.fa-camera:before{content:"\f030"}.fa-camera-alt:before{content:"\f332"}.fa-camera-retro:before{content:"\f083"}.fa-capsules:before{content:"\f46b"}.fa-car:before{content:"\f1b9"}.fa-caret-circle-down:before{content:"\f32d"}.fa-caret-circle-left:before{content:"\f32e"}.fa-caret-circle-right:before{content:"\f330"}.fa-caret-circle-up:before{content:"\f331"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-caret-square-down:before{content:"\f150"}.fa-caret-square-left:before{content:"\f191"}.fa-caret-square-right:before{content:"\f152"}.fa-caret-square-up:before{content:"\f151"}.fa-caret-up:before{content:"\f0d8"}.fa-cart-arrow-down:before{content:"\f218"}.fa-cart-plus:before{content:"\f217"}.fa-cc-amazon-pay:before{content:"\f42d"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-apple-pay:before{content:"\f416"}.fa-cc-diners-club:before{content:"\f24c"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-cc-visa:before{content:"\f1f0"}.fa-centercode:before{content:"\f380"}.fa-certificate:before{content:"\f0a3"}.fa-chart-area:before{content:"\f1fe"}.fa-chart-bar:before{content:"\f080"}.fa-chart-line:before{content:"\f201"}.fa-chart-pie:before{content:"\f200"}.fa-check:before{content:"\f00c"}.fa-check-circle:before{content:"\f058"}.fa-check-square:before{content:"\f14a"}.fa-chess:before{content:"\f439"}.fa-chess-bishop:before{content:"\f43a"}.fa-chess-bishop-alt:before{content:"\f43b"}.fa-chess-board:before{content:"\f43c"}.fa-chess-clock:before{content:"\f43d"}.fa-chess-clock-alt:before{content:"\f43e"}.fa-chess-king:before{content:"\f43f"}.fa-chess-king-alt:before{content:"\f440"}.fa-chess-knight:before{content:"\f441"}.fa-chess-knight-alt:before{content:"\f442"}.fa-chess-pawn:before{content:"\f443"}.fa-chess-pawn-alt:before{content:"\f444"}.fa-chess-queen:before{content:"\f445"}.fa-chess-queen-alt:before{content:"\f446"}.fa-chess-rook:before{content:"\f447"}.fa-chess-rook-alt:before{content:"\f448"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-double-down:before{content:"\f322"}.fa-chevron-double-left:before{content:"\f323"}.fa-chevron-double-right:before{content:"\f324"}.fa-chevron-double-up:before{content:"\f325"}.fa-chevron-down:before{content:"\f078"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-chevron-square-down:before{content:"\f329"}.fa-chevron-square-left:before{content:"\f32a"}.fa-chevron-square-right:before{content:"\f32b"}.fa-chevron-square-up:before{content:"\f32c"}.fa-chevron-up:before{content:"\f077"}.fa-child:before{content:"\f1ae"}.fa-chrome:before{content:"\f268"}.fa-circle:before{content:"\f111"}.fa-circle-notch:before{content:"\f1ce"}.fa-clipboard:before{content:"\f328"}.fa-clipboard-check:before{content:"\f46c"}.fa-clipboard-list:before{content:"\f46d"}.fa-clock:before{content:"\f017"}.fa-clone:before{content:"\f24d"}.fa-closed-captioning:before{content:"\f20a"}.fa-cloud:before{content:"\f0c2"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-download-alt:before{content:"\f381"}.fa-cloud-upload:before{content:"\f0ee"}.fa-cloud-upload-alt:before{content:"\f382"}.fa-cloudscale:before{content:"\f383"}.fa-cloudsmith:before{content:"\f384"}.fa-cloudversify:before{content:"\f385"}.fa-club:before{content:"\f327"}.fa-code:before{content:"\f121"}.fa-code-branch:before{content:"\f126"}.fa-code-commit:before{content:"\f386"}.fa-code-merge:before{content:"\f387"}.fa-codepen:before{content:"\f1cb"}.fa-codiepie:before{content:"\f284"}.fa-coffee:before{content:"\f0f4"}.fa-cog:before{content:"\f013"}.fa-cogs:before{content:"\f085"}.fa-columns:before{content:"\f0db"}.fa-comment:before{content:"\f075"}.fa-comment-alt:before{content:"\f27a"}.fa-comments:before{content:"\f086"}.fa-compass:before{content:"\f14e"}.fa-compress:before{content:"\f066"}.fa-compress-alt:before{content:"\f422"}.fa-compress-wide:before{content:"\f326"}.fa-connectdevelop:before{content:"\f20e"}.fa-contao:before{content:"\f26d"}.fa-conveyor-belt:before{content:"\f46e"}.fa-conveyor-belt-alt:before{content:"\f46f"}.fa-copy:before{content:"\f0c5"}.fa-copyright:before{content:"\f1f9"}.fa-cpanel:before{content:"\f388"}.fa-creative-commons:before{content:"\f25e"}.fa-credit-card:before{content:"\f09d"}.fa-credit-card-blank:before{content:"\f389"}.fa-credit-card-front:before{content:"\f38a"}.fa-cricket:before{content:"\f449"}.fa-crop:before{content:"\f125"}.fa-crosshairs:before{content:"\f05b"}.fa-css3:before{content:"\f13c"}.fa-css3-alt:before{content:"\f38b"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-curling:before{content:"\f44a"}.fa-cut:before{content:"\f0c4"}.fa-cuttlefish:before{content:"\f38c"}.fa-d-and-d:before{content:"\f38d"}.fa-dashcube:before{content:"\f210"}.fa-database:before{content:"\f1c0"}.fa-deaf:before{content:"\f2a4"}.fa-delicious:before{content:"\f1a5"}.fa-deploydog:before{content:"\f38e"}.fa-deskpro:before{content:"\f38f"}.fa-desktop:before{content:"\f108"}.fa-desktop-alt:before{content:"\f390"}.fa-deviantart:before{content:"\f1bd"}.fa-diagnoses:before{content:"\f470"}.fa-diamond:before{content:"\f219"}.fa-digg:before{content:"\f1a6"}.fa-digital-ocean:before{content:"\f391"}.fa-discord:before{content:"\f392"}.fa-discourse:before{content:"\f393"}.fa-dna:before{content:"\f471"}.fa-dochub:before{content:"\f394"}.fa-docker:before{content:"\f395"}.fa-dollar-sign:before{content:"\f155"}.fa-dolly:before{content:"\f472"}.fa-dolly-empty:before{content:"\f473"}.fa-dolly-flatbed:before{content:"\f474"}.fa-dolly-flatbed-alt:before{content:"\f475"}.fa-dolly-flatbed-empty:before{content:"\f476"}.fa-dot-circle:before{content:"\f192"}.fa-download:before{content:"\f019"}.fa-draft2digital:before{content:"\f396"}.fa-dribbble:before{content:"\f17d"}.fa-dribbble-square:before{content:"\f397"}.fa-dropbox:before{content:"\f16b"}.fa-drupal:before{content:"\f1a9"}.fa-dumbbell:before{content:"\f44b"}.fa-dyalog:before{content:"\f399"}.fa-earlybirds:before{content:"\f39a"}.fa-edge:before{content:"\f282"}.fa-edit:before{content:"\f044"}.fa-eject:before{content:"\f052"}.fa-elementor:before{content:"\f430"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-h-alt:before{content:"\f39b"}.fa-ellipsis-v:before{content:"\f142"}.fa-ellipsis-v-alt:before{content:"\f39c"}.fa-ember:before{content:"\f423"}.fa-empire:before{content:"\f1d1"}.fa-envelope:before{content:"\f0e0"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-square:before{content:"\f199"}.fa-envira:before{content:"\f299"}.fa-eraser:before{content:"\f12d"}.fa-erlang:before{content:"\f39d"}.fa-ethereum:before{content:"\f42e"}.fa-etsy:before{content:"\f2d7"}.fa-euro-sign:before{content:"\f153"}.fa-exchange:before{content:"\f0ec"}.fa-exchange-alt:before{content:"\f362"}.fa-exclamation:before{content:"\f12a"}.fa-exclamation-circle:before{content:"\f06a"}.fa-exclamation-square:before{content:"\f321"}.fa-exclamation-triangle:before{content:"\f071"}.fa-expand:before{content:"\f065"}.fa-expand-alt:before{content:"\f424"}.fa-expand-arrows:before{content:"\f31d"}.fa-expand-arrows-alt:before{content:"\f31e"}.fa-expand-wide:before{content:"\f320"}.fa-expeditedssl:before{content:"\f23e"}.fa-external-link:before{content:"\f08e"}.fa-external-link-alt:before{content:"\f35d"}.fa-external-link-square:before{content:"\f14c"}.fa-external-link-square-alt:before{content:"\f360"}.fa-eye:before{content:"\f06e"}.fa-eye-dropper:before{content:"\f1fb"}.fa-eye-slash:before{content:"\f070"}.fa-facebook:before{content:"\f09a"}.fa-facebook-f:before{content:"\f39e"}.fa-facebook-messenger:before{content:"\f39f"}.fa-facebook-square:before{content:"\f082"}.fa-fast-backward:before{content:"\f049"}.fa-fast-forward:before{content:"\f050"}.fa-fax:before{content:"\f1ac"}.fa-female:before{content:"\f182"}.fa-field-hockey:before{content:"\f44c"}.fa-fighter-jet:before{content:"\f0fb"}.fa-file:before{content:"\f15b"}.fa-file-alt:before{content:"\f15c"}.fa-file-archive:before{content:"\f1c6"}.fa-file-audio:before{content:"\f1c7"}.fa-file-check:before{content:"\f316"}.fa-file-code:before{content:"\f1c9"}.fa-file-edit:before{content:"\f31c"}.fa-file-excel:before{content:"\f1c3"}.fa-file-exclamation:before{content:"\f31a"}.fa-file-image:before{content:"\f1c5"}.fa-file-medical:before{content:"\f477"}.fa-file-medical-alt:before{content:"\f478"}.fa-file-minus:before{content:"\f318"}.fa-file-pdf:before{content:"\f1c1"}.fa-file-plus:before{content:"\f319"}.fa-file-powerpoint:before{content:"\f1c4"}.fa-file-times:before{content:"\f317"}.fa-file-video:before{content:"\f1c8"}.fa-file-word:before{content:"\f1c2"}.fa-film:before{content:"\f008"}.fa-film-alt:before{content:"\f3a0"}.fa-filter:before{content:"\f0b0"}.fa-fire:before{content:"\f06d"}.fa-fire-extinguisher:before{content:"\f134"}.fa-firefox:before{content:"\f269"}.fa-first-aid:before{content:"\f479"}.fa-first-order:before{content:"\f2b0"}.fa-firstdraft:before{content:"\f3a1"}.fa-flag:before{content:"\f024"}.fa-flag-checkered:before{content:"\f11e"}.fa-flask:before{content:"\f0c3"}.fa-flickr:before{content:"\f16e"}.fa-flipboard:before{content:"\f44d"}.fa-fly:before{content:"\f417"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-font:before{content:"\f031"}.fa-font-awesome:before{content:"\f2b4"}.fa-font-awesome-alt:before{content:"\f35c"}.fa-font-awesome-flag:before{content:"\f425"}.fa-fonticons:before{content:"\f280"}.fa-fonticons-fi:before{content:"\f3a2"}.fa-football-ball:before{content:"\f44e"}.fa-football-helmet:before{content:"\f44f"}.fa-forklift:before{content:"\f47a"}.fa-fort-awesome:before{content:"\f286"}.fa-fort-awesome-alt:before{content:"\f3a3"}.fa-forumbee:before{content:"\f211"}.fa-forward:before{content:"\f04e"}.fa-foursquare:before{content:"\f180"}.fa-free-code-camp:before{content:"\f2c5"}.fa-freebsd:before{content:"\f3a4"}.fa-frown:before{content:"\f119"}.fa-futbol:before{content:"\f1e3"}.fa-gamepad:before{content:"\f11b"}.fa-gavel:before{content:"\f0e3"}.fa-gem:before{content:"\f3a5"}.fa-genderless:before{content:"\f22d"}.fa-get-pocket:before{content:"\f265"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-gift:before{content:"\f06b"}.fa-git:before{content:"\f1d3"}.fa-git-square:before{content:"\f1d2"}.fa-github:before{content:"\f09b"}.fa-github-alt:before{content:"\f113"}.fa-github-square:before{content:"\f092"}.fa-gitkraken:before{content:"\f3a6"}.fa-gitlab:before{content:"\f296"}.fa-gitter:before{content:"\f426"}.fa-glass-martini:before{content:"\f000"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-globe:before{content:"\f0ac"}.fa-gofore:before{content:"\f3a7"}.fa-golf-ball:before{content:"\f450"}.fa-golf-club:before{content:"\f451"}.fa-goodreads:before{content:"\f3a8"}.fa-goodreads-g:before{content:"\f3a9"}.fa-google:before{content:"\f1a0"}.fa-google-drive:before{content:"\f3aa"}.fa-google-play:before{content:"\f3ab"}.fa-google-plus:before{content:"\f2b3"}.fa-google-plus-g:before{content:"\f0d5"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-wallet:before{content:"\f1ee"}.fa-graduation-cap:before{content:"\f19d"}.fa-gratipay:before{content:"\f184"}.fa-grav:before{content:"\f2d6"}.fa-gripfire:before{content:"\f3ac"}.fa-grunt:before{content:"\f3ad"}.fa-gulp:before{content:"\f3ae"}.fa-h-square:before{content:"\f0fd"}.fa-h1:before{content:"\f313"}.fa-h2:before{content:"\f314"}.fa-h3:before{content:"\f315"}.fa-hacker-news:before{content:"\f1d4"}.fa-hacker-news-square:before{content:"\f3af"}.fa-hand-holding-box:before{content:"\f47b"}.fa-hand-lizard:before{content:"\f258"}.fa-hand-paper:before{content:"\f256"}.fa-hand-peace:before{content:"\f25b"}.fa-hand-point-down:before{content:"\f0a7"}.fa-hand-point-left:before{content:"\f0a5"}.fa-hand-point-right:before{content:"\f0a4"}.fa-hand-point-up:before{content:"\f0a6"}.fa-hand-pointer:before{content:"\f25a"}.fa-hand-receiving:before{content:"\f47c"}.fa-hand-rock:before{content:"\f255"}.fa-hand-scissors:before{content:"\f257"}.fa-hand-spock:before{content:"\f259"}.fa-handshake:before{content:"\f2b5"}.fa-hashtag:before{content:"\f292"}.fa-hdd:before{content:"\f0a0"}.fa-heading:before{content:"\f1dc"}.fa-headphones:before{content:"\f025"}.fa-heart:before{content:"\f004"}.fa-heartbeat:before{content:"\f21e"}.fa-hexagon:before{content:"\f312"}.fa-hips:before{content:"\f452"}.fa-hire-a-helper:before{content:"\f3b0"}.fa-history:before{content:"\f1da"}.fa-hockey-puck:before{content:"\f453"}.fa-hockey-sticks:before{content:"\f454"}.fa-home:before{content:"\f015"}.fa-hooli:before{content:"\f427"}.fa-hospital:before{content:"\f0f8"}.fa-hospital-alt:before{content:"\f47d"}.fa-hospital-symbol:before{content:"\f47e"}.fa-hotjar:before{content:"\f3b1"}.fa-hourglass:before{content:"\f254"}.fa-hourglass-end:before{content:"\f253"}.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-start:before{content:"\f251"}.fa-houzz:before{content:"\f27c"}.fa-html5:before{content:"\f13b"}.fa-hubspot:before{content:"\f3b2"}.fa-i-cursor:before{content:"\f246"}.fa-id-badge:before{content:"\f2c1"}.fa-id-card:before{content:"\f2c2"}.fa-id-card-alt:before{content:"\f47f"}.fa-image:before{content:"\f03e"}.fa-images:before{content:"\f302"}.fa-imdb:before{content:"\f2d8"}.fa-inbox:before{content:"\f01c"}.fa-inbox-in:before{content:"\f310"}.fa-inbox-out:before{content:"\f311"}.fa-indent:before{content:"\f03c"}.fa-industry:before{content:"\f275"}.fa-industry-alt:before{content:"\f3b3"}.fa-info:before{content:"\f129"}.fa-info-circle:before{content:"\f05a"}.fa-info-square:before{content:"\f30f"}.fa-instagram:before{content:"\f16d"}.fa-internet-explorer:before{content:"\f26b"}.fa-inventory:before{content:"\f480"}.fa-ioxhost:before{content:"\f208"}.fa-italic:before{content:"\f033"}.fa-itunes:before{content:"\f3b4"}.fa-itunes-note:before{content:"\f3b5"}.fa-jack-o-lantern:before{content:"\f30e"}.fa-jenkins:before{content:"\f3b6"}.fa-joget:before{content:"\f3b7"}.fa-joomla:before{content:"\f1aa"}.fa-js:before{content:"\f3b8"}.fa-js-square:before{content:"\f3b9"}.fa-jsfiddle:before{content:"\f1cc"}.fa-key:before{content:"\f084"}.fa-keyboard:before{content:"\f11c"}.fa-keycdn:before{content:"\f3ba"}.fa-kickstarter:before{content:"\f3bb"}.fa-kickstarter-k:before{content:"\f3bc"}.fa-korvue:before{content:"\f42f"}.fa-language:before{content:"\f1ab"}.fa-laptop:before{content:"\f109"}.fa-laravel:before{content:"\f3bd"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-leaf:before{content:"\f06c"}.fa-leanpub:before{content:"\f212"}.fa-lemon:before{content:"\f094"}.fa-less:before{content:"\f41d"}.fa-level-down:before{content:"\f149"}.fa-level-down-alt:before{content:"\f3be"}.fa-level-up:before{content:"\f148"}.fa-level-up-alt:before{content:"\f3bf"}.fa-life-ring:before{content:"\f1cd"}.fa-lightbulb:before{content:"\f0eb"}.fa-line:before{content:"\f3c0"}.fa-link:before{content:"\f0c1"}.fa-linkedin:before{content:"\f08c"}.fa-linkedin-in:before{content:"\f0e1"}.fa-linode:before{content:"\f2b8"}.fa-linux:before{content:"\f17c"}.fa-lira-sign:before{content:"\f195"}.fa-list:before{content:"\f03a"}.fa-list-alt:before{content:"\f022"}.fa-list-ol:before{content:"\f0cb"}.fa-list-ul:before{content:"\f0ca"}.fa-location-arrow:before{content:"\f124"}.fa-lock:before{content:"\f023"}.fa-lock-alt:before{content:"\f30d"}.fa-lock-open:before{content:"\f3c1"}.fa-lock-open-alt:before{content:"\f3c2"}.fa-long-arrow-alt-down:before{content:"\f309"}.fa-long-arrow-alt-left:before{content:"\f30a"}.fa-long-arrow-alt-right:before{content:"\f30b"}.fa-long-arrow-alt-up:before{content:"\f30c"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-long-arrow-up:before{content:"\f176"}.fa-low-vision:before{content:"\f2a8"}.fa-luchador:before{content:"\f455"}.fa-lyft:before{content:"\f3c3"}.fa-magento:before{content:"\f3c4"}.fa-magic:before{content:"\f0d0"}.fa-magnet:before{content:"\f076"}.fa-male:before{content:"\f183"}.fa-map:before{content:"\f279"}.fa-map-marker:before{content:"\f041"}.fa-map-marker-alt:before{content:"\f3c5"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-mars:before{content:"\f222"}.fa-mars-double:before{content:"\f227"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-maxcdn:before{content:"\f136"}.fa-medapps:before{content:"\f3c6"}.fa-medium:before{content:"\f23a"}.fa-medium-m:before{content:"\f3c7"}.fa-medkit:before{content:"\f0fa"}.fa-medrt:before{content:"\f3c8"}.fa-meetup:before{content:"\f2e0"}.fa-meh:before{content:"\f11a"}.fa-mercury:before{content:"\f223"}.fa-microchip:before{content:"\f2db"}.fa-microphone:before{content:"\f130"}.fa-microphone-alt:before{content:"\f3c9"}.fa-microphone-slash:before{content:"\f131"}.fa-microsoft:before{content:"\f3ca"}.fa-minus:before{content:"\f068"}.fa-minus-circle:before{content:"\f056"}.fa-minus-hexagon:before{content:"\f307"}.fa-minus-octagon:before{content:"\f308"}.fa-minus-square:before{content:"\f146"}.fa-mix:before{content:"\f3cb"}.fa-mixcloud:before{content:"\f289"}.fa-mizuni:before{content:"\f3cc"}.fa-mobile:before{content:"\f10b"}.fa-mobile-alt:before{content:"\f3cd"}.fa-mobile-android:before{content:"\f3ce"}.fa-mobile-android-alt:before{content:"\f3cf"}.fa-modx:before{content:"\f285"}.fa-monero:before{content:"\f3d0"}.fa-money-bill:before{content:"\f0d6"}.fa-money-bill-alt:before{content:"\f3d1"}.fa-moon:before{content:"\f186"}.fa-motorcycle:before{content:"\f21c"}.fa-mouse-pointer:before{content:"\f245"}.fa-music:before{content:"\f001"}.fa-napster:before{content:"\f3d2"}.fa-neuter:before{content:"\f22c"}.fa-newspaper:before{content:"\f1ea"}.fa-nintendo-switch:before{content:"\f418"}.fa-node:before{content:"\f419"}.fa-node-js:before{content:"\f3d3"}.fa-notes-medical:before{content:"\f481"}.fa-npm:before{content:"\f3d4"}.fa-ns8:before{content:"\f3d5"}.fa-nutritionix:before{content:"\f3d6"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-octagon:before{content:"\f306"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-opencart:before{content:"\f23d"}.fa-openid:before{content:"\f19b"}.fa-opera:before{content:"\f26a"}.fa-optin-monster:before{content:"\f23c"}.fa-osi:before{content:"\f41a"}.fa-outdent:before{content:"\f03b"}.fa-page4:before{content:"\f3d7"}.fa-pagelines:before{content:"\f18c"}.fa-paint-brush:before{content:"\f1fc"}.fa-palfed:before{content:"\f3d8"}.fa-pallet:before{content:"\f482"}.fa-pallet-alt:before{content:"\f483"}.fa-paper-plane:before{content:"\f1d8"}.fa-paperclip:before{content:"\f0c6"}.fa-paragraph:before{content:"\f1dd"}.fa-paste:before{content:"\f0ea"}.fa-patreon:before{content:"\f3d9"}.fa-pause:before{content:"\f04c"}.fa-pause-circle:before{content:"\f28b"}.fa-paw:before{content:"\f1b0"}.fa-paypal:before{content:"\f1ed"}.fa-pen:before{content:"\f304"}.fa-pen-alt:before{content:"\f305"}.fa-pen-square:before{content:"\f14b"}.fa-pencil:before{content:"\f040"}.fa-pencil-alt:before{content:"\f303"}.fa-pennant:before{content:"\f456"}.fa-percent:before{content:"\f295"}.fa-periscope:before{content:"\f3da"}.fa-phabricator:before{content:"\f3db"}.fa-phoenix-framework:before{content:"\f3dc"}.fa-phone:before{content:"\f095"}.fa-phone-slash:before{content:"\f3dd"}.fa-phone-square:before{content:"\f098"}.fa-phone-volume:before{content:"\f2a0"}.fa-php:before{content:"\f457"}.fa-pied-piper:before{content:"\f2ae"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pills:before{content:"\f484"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-p:before{content:"\f231"}.fa-pinterest-square:before{content:"\f0d3"}.fa-plane:before{content:"\f072"}.fa-plane-alt:before{content:"\f3de"}.fa-play:before{content:"\f04b"}.fa-play-circle:before{content:"\f144"}.fa-playstation:before{content:"\f3df"}.fa-plug:before{content:"\f1e6"}.fa-plus:before{content:"\f067"}.fa-plus-circle:before{content:"\f055"}.fa-plus-hexagon:before{content:"\f300"}.fa-plus-octagon:before{content:"\f301"}.fa-plus-square:before{content:"\f0fe"}.fa-podcast:before{content:"\f2ce"}.fa-poo:before{content:"\f2fe"}.fa-portrait:before{content:"\f3e0"}.fa-pound-sign:before{content:"\f154"}.fa-power-off:before{content:"\f011"}.fa-prescription-bottle:before{content:"\f485"}.fa-prescription-bottle-alt:before{content:"\f486"}.fa-print:before{content:"\f02f"}.fa-procedures:before{content:"\f487"}.fa-product-hunt:before{content:"\f288"}.fa-pushed:before{content:"\f3e1"}.fa-puzzle-piece:before{content:"\f12e"}.fa-python:before{content:"\f3e2"}.fa-qq:before{content:"\f1d6"}.fa-qrcode:before{content:"\f029"}.fa-question:before{content:"\f128"}.fa-question-circle:before{content:"\f059"}.fa-question-square:before{content:"\f2fd"}.fa-quidditch:before{content:"\f458"}.fa-quinscape:before{content:"\f459"}.fa-quora:before{content:"\f2c4"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-racquet:before{content:"\f45a"}.fa-random:before{content:"\f074"}.fa-ravelry:before{content:"\f2d9"}.fa-react:before{content:"\f41b"}.fa-rebel:before{content:"\f1d0"}.fa-rectangle-landscape:before{content:"\f2fa"}.fa-rectangle-portrait:before{content:"\f2fb"}.fa-rectangle-wide:before{content:"\f2fc"}.fa-recycle:before{content:"\f1b8"}.fa-red-river:before{content:"\f3e3"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-alien:before{content:"\f281"}.fa-reddit-square:before{content:"\f1a2"}.fa-redo:before{content:"\f01e"}.fa-redo-alt:before{content:"\f2f9"}.fa-registered:before{content:"\f25d"}.fa-rendact:before{content:"\f3e4"}.fa-renren:before{content:"\f18b"}.fa-repeat:before{content:"\f363"}.fa-repeat-1:before{content:"\f365"}.fa-repeat-1-alt:before{content:"\f366"}.fa-repeat-alt:before{content:"\f364"}.fa-reply:before{content:"\f3e5"}.fa-reply-all:before{content:"\f122"}.fa-replyd:before{content:"\f3e6"}.fa-resolving:before{content:"\f3e7"}.fa-retweet:before{content:"\f079"}.fa-retweet-alt:before{content:"\f361"}.fa-road:before{content:"\f018"}.fa-rocket:before{content:"\f135"}.fa-rocketchat:before{content:"\f3e8"}.fa-rockrms:before{content:"\f3e9"}.fa-rss:before{content:"\f09e"}.fa-rss-square:before{content:"\f143"}.fa-ruble-sign:before{content:"\f158"}.fa-rupee-sign:before{content:"\f156"}.fa-safari:before{content:"\f267"}.fa-sass:before{content:"\f41e"}.fa-save:before{content:"\f0c7"}.fa-scanner:before{content:"\f488"}.fa-scanner-keyboard:before{content:"\f489"}.fa-scanner-touchscreen:before{content:"\f48a"}.fa-schlix:before{content:"\f3ea"}.fa-scribd:before{content:"\f28a"}.fa-scrubber:before{content:"\f2f8"}.fa-search:before{content:"\f002"}.fa-search-minus:before{content:"\f010"}.fa-search-plus:before{content:"\f00e"}.fa-searchengin:before{content:"\f3eb"}.fa-sellcast:before{content:"\f2da"}.fa-sellsy:before{content:"\f213"}.fa-server:before{content:"\f233"}.fa-servicestack:before{content:"\f3ec"}.fa-share:before{content:"\f064"}.fa-share-all:before{content:"\f367"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-share-square:before{content:"\f14d"}.fa-shekel-sign:before{content:"\f20b"}.fa-shield:before{content:"\f132"}.fa-shield-alt:before{content:"\f3ed"}.fa-shield-check:before{content:"\f2f7"}.fa-ship:before{content:"\f21a"}.fa-shipping-fast:before{content:"\f48b"}.fa-shipping-timed:before{content:"\f48c"}.fa-shirtsinbulk:before{content:"\f214"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-shopping-cart:before{content:"\f07a"}.fa-shower:before{content:"\f2cc"}.fa-shuttlecock:before{content:"\f45b"}.fa-sign-in:before{content:"\f090"}.fa-sign-in-alt:before{content:"\f2f6"}.fa-sign-language:before{content:"\f2a7"}.fa-sign-out:before{content:"\f08b"}.fa-sign-out-alt:before{content:"\f2f5"}.fa-signal:before{content:"\f012"}.fa-simplybuilt:before{content:"\f215"}.fa-sistrix:before{content:"\f3ee"}.fa-sitemap:before{content:"\f0e8"}.fa-skyatlas:before{content:"\f216"}.fa-skype:before{content:"\f17e"}.fa-slack:before{content:"\f198"}.fa-slack-hash:before{content:"\f3ef"}.fa-sliders-h:before{content:"\f1de"}.fa-sliders-h-square:before{content:"\f3f0"}.fa-sliders-v:before{content:"\f3f1"}.fa-sliders-v-square:before{content:"\f3f2"}.fa-slideshare:before{content:"\f1e7"}.fa-smile:before{content:"\f118"}.fa-smoking:before{content:"\f48d"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-snowflake:before{content:"\f2dc"}.fa-sort:before{content:"\f0dc"}.fa-sort-alpha-down:before{content:"\f15d"}.fa-sort-alpha-up:before{content:"\f15e"}.fa-sort-amount-down:before{content:"\f160"}.fa-sort-amount-up:before{content:"\f161"}.fa-sort-down:before{content:"\f0dd"}.fa-sort-numeric-down:before{content:"\f162"}.fa-sort-numeric-up:before{content:"\f163"}.fa-sort-up:before{content:"\f0de"}.fa-soundcloud:before{content:"\f1be"}.fa-space-shuttle:before{content:"\f197"}.fa-spade:before{content:"\f2f4"}.fa-speakap:before{content:"\f3f3"}.fa-spinner:before{content:"\f110"}.fa-spinner-third:before{content:"\f3f4"}.fa-spotify:before{content:"\f1bc"}.fa-square:before{content:"\f0c8"}.fa-square-full:before{content:"\f45c"}.fa-stack-exchange:before{content:"\f18d"}.fa-stack-overflow:before{content:"\f16c"}.fa-star:before{content:"\f005"}.fa-star-exclamation:before{content:"\f2f3"}.fa-star-half:before{content:"\f089"}.fa-staylinked:before{content:"\f3f5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-steam-symbol:before{content:"\f3f6"}.fa-step-backward:before{content:"\f048"}.fa-step-forward:before{content:"\f051"}.fa-stethoscope:before{content:"\f0f1"}.fa-sticker-mule:before{content:"\f3f7"}.fa-sticky-note:before{content:"\f249"}.fa-stop:before{content:"\f04d"}.fa-stop-circle:before{content:"\f28d"}.fa-stopwatch:before{content:"\f2f2"}.fa-strava:before{content:"\f428"}.fa-street-view:before{content:"\f21d"}.fa-strikethrough:before{content:"\f0cc"}.fa-stripe:before{content:"\f429"}.fa-stripe-s:before{content:"\f42a"}.fa-studiovinari:before{content:"\f3f8"}.fa-stumbleupon:before{content:"\f1a4"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-subscript:before{content:"\f12c"}.fa-subway:before{content:"\f239"}.fa-suitcase:before{content:"\f0f2"}.fa-sun:before{content:"\f185"}.fa-superpowers:before{content:"\f2dd"}.fa-superscript:before{content:"\f12b"}.fa-supple:before{content:"\f3f9"}.fa-sync:before{content:"\f021"}.fa-sync-alt:before{content:"\f2f1"}.fa-syringe:before{content:"\f48e"}.fa-table:before{content:"\f0ce"}.fa-table-tennis:before{content:"\f45d"}.fa-tablet:before{content:"\f10a"}.fa-tablet-alt:before{content:"\f3fa"}.fa-tablet-android:before{content:"\f3fb"}.fa-tablet-android-alt:before{content:"\f3fc"}.fa-tablet-rugged:before{content:"\f48f"}.fa-tablets:before{content:"\f490"}.fa-tachometer:before{content:"\f0e4"}.fa-tachometer-alt:before{content:"\f3fd"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-tasks:before{content:"\f0ae"}.fa-taxi:before{content:"\f1ba"}.fa-telegram:before{content:"\f2c6"}.fa-telegram-plane:before{content:"\f3fe"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-tennis-ball:before{content:"\f45e"}.fa-terminal:before{content:"\f120"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-th:before{content:"\f00a"}.fa-th-large:before{content:"\f009"}.fa-th-list:before{content:"\f00b"}.fa-themeisle:before{content:"\f2b2"}.fa-thermometer:before{content:"\f491"}.fa-thermometer-empty:before{content:"\f2cb"}.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-thumbs-down:before{content:"\f165"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbtack:before{content:"\f08d"}.fa-ticket:before{content:"\f145"}.fa-ticket-alt:before{content:"\f3ff"}.fa-times:before{content:"\f00d"}.fa-times-circle:before{content:"\f057"}.fa-times-hexagon:before{content:"\f2ee"}.fa-times-octagon:before{content:"\f2f0"}.fa-times-square:before{content:"\f2d3"}.fa-tint:before{content:"\f043"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-trademark:before{content:"\f25c"}.fa-train:before{content:"\f238"}.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-trash:before{content:"\f1f8"}.fa-trash-alt:before{content:"\f2ed"}.fa-tree:before{content:"\f1bb"}.fa-tree-alt:before{content:"\f400"}.fa-trello:before{content:"\f181"}.fa-triangle:before{content:"\f2ec"}.fa-tripadvisor:before{content:"\f262"}.fa-trophy:before{content:"\f091"}.fa-trophy-alt:before{content:"\f2eb"}.fa-truck:before{content:"\f0d1"}.fa-tty:before{content:"\f1e4"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-tv:before{content:"\f26c"}.fa-tv-retro:before{content:"\f401"}.fa-twitch:before{content:"\f1e8"}.fa-twitter:before{content:"\f099"}.fa-twitter-square:before{content:"\f081"}.fa-typo3:before{content:"\f42b"}.fa-uber:before{content:"\f402"}.fa-uikit:before{content:"\f403"}.fa-umbrella:before{content:"\f0e9"}.fa-underline:before{content:"\f0cd"}.fa-undo:before{content:"\f0e2"}.fa-undo-alt:before{content:"\f2ea"}.fa-uniregistry:before{content:"\f404"}.fa-universal-access:before{content:"\f29a"}.fa-university:before{content:"\f19c"}.fa-unlink:before{content:"\f127"}.fa-unlock:before{content:"\f09c"}.fa-unlock-alt:before{content:"\f13e"}.fa-untappd:before{content:"\f405"}.fa-upload:before{content:"\f093"}.fa-usb:before{content:"\f287"}.fa-usd-circle:before{content:"\f2e8"}.fa-usd-square:before{content:"\f2e9"}.fa-user:before{content:"\f007"}.fa-user-alt:before{content:"\f406"}.fa-user-circle:before{content:"\f2bd"}.fa-user-md:before{content:"\f0f0"}.fa-user-plus:before{content:"\f234"}.fa-user-secret:before{content:"\f21b"}.fa-user-times:before{content:"\f235"}.fa-users:before{content:"\f0c0"}.fa-ussunnah:before{content:"\f407"}.fa-utensil-fork:before{content:"\f2e3"}.fa-utensil-knife:before{content:"\f2e4"}.fa-utensil-spoon:before{content:"\f2e5"}.fa-utensils:before{content:"\f2e7"}.fa-utensils-alt:before{content:"\f2e6"}.fa-vaadin:before{content:"\f408"}.fa-venus:before{content:"\f221"}.fa-venus-double:before{content:"\f226"}.fa-venus-mars:before{content:"\f228"}.fa-viacoin:before{content:"\f237"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-vial:before{content:"\f492"}.fa-vials:before{content:"\f493"}.fa-viber:before{content:"\f409"}.fa-video:before{content:"\f03d"}.fa-vimeo:before{content:"\f40a"}.fa-vimeo-square:before{content:"\f194"}.fa-vimeo-v:before{content:"\f27d"}.fa-vine:before{content:"\f1ca"}.fa-vk:before{content:"\f189"}.fa-vnv:before{content:"\f40b"}.fa-volleyball-ball:before{content:"\f45f"}.fa-volume-down:before{content:"\f027"}.fa-volume-mute:before{content:"\f2e2"}.fa-volume-off:before{content:"\f026"}.fa-volume-up:before{content:"\f028"}.fa-vuejs:before{content:"\f41f"}.fa-warehouse:before{content:"\f494"}.fa-warehouse-alt:before{content:"\f495"}.fa-watch:before{content:"\f2e1"}.fa-weibo:before{content:"\f18a"}.fa-weight:before{content:"\f496"}.fa-weixin:before{content:"\f1d7"}.fa-whatsapp:before{content:"\f232"}.fa-whatsapp-square:before{content:"\f40c"}.fa-wheelchair:before{content:"\f193"}.fa-whistle:before{content:"\f460"}.fa-whmcs:before{content:"\f40d"}.fa-wifi:before{content:"\f1eb"}.fa-wikipedia-w:before{content:"\f266"}.fa-window:before{content:"\f40e"}.fa-window-alt:before{content:"\f40f"}.fa-window-close:before{content:"\f410"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-windows:before{content:"\f17a"}.fa-won-sign:before{content:"\f159"}.fa-wordpress:before{content:"\f19a"}.fa-wordpress-simple:before{content:"\f411"}.fa-wpbeginner:before{content:"\f297"}.fa-wpexplorer:before{content:"\f2de"}.fa-wpforms:before{content:"\f298"}.fa-wrench:before{content:"\f0ad"}.fa-x-ray:before{content:"\f497"}.fa-xbox:before{content:"\f412"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-y-combinator:before{content:"\f23b"}.fa-yahoo:before{content:"\f19e"}.fa-yandex:before{content:"\f413"}.fa-yandex-international:before{content:"\f414"}.fa-yelp:before{content:"\f1e9"}.fa-yen-sign:before{content:"\f157"}.fa-yoast:before{content:"\f2b1"}.fa-youtube:before{content:"\f167"}.fa-youtube-square:before{content:"\f431"}.sr-only{border:0;clip:rect(0,0,0,0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.sr-only-focusable:active,.sr-only-focusable:focus{clip:auto;height:auto;margin:0;overflow:visible;position:static;width:auto}
@font-face {
	font-family: 'fruitMedia-Font';
	src:url('../../files/fonts/fruitmediafont/fruitMedia-Font.eot?-6ut03t');
	src:url('../../files/fonts/fruitmediafont/fruitMedia-Font.eot?#iefix-6ut03t') format('embedded-opentype'),
		url('../../files/fonts/fruitmediafont/fruitMedia-Font.ttf?-6ut03t') format('truetype'),
		url('../../files/fonts/fruitmediafont/fruitMedia-Font.woff?-6ut03t') format('woff'),
		url('../../files/fonts/fruitmediafont/fruitMedia-Font.svg?-6ut03t#fruitMedia-Font') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

[class^="fm-"], [class*=" fm-"] {
	font-family: 'fruitMedia-Font';
	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;
}

.fm-pet_call:before {
	content: "\e6c8";
}
.fm-s_bathroom:before {
	content: "\e6c7";
}
.fm-fm_newslettermanager:before {
	content: "\e6c6";
}
.fm-fm_rezeptmanager:before {
	content: "\e6c5";
}
.fm-s_ostsee:before {
	content: "\e6c0";
}
.fm-s_nordsee:before {
	content: "\e6c1";
}
.fm-s_close_small:before {
	content: "\e6c2";
}
.fm-s_close_big:before {
	content: "\e6c3";
}
.fm-s_berlin:before {
	content: "\e6c4";
}
.fm-s_no_dog:before {
	content: "\e6be";
}
.fm-s_dog:before {
	content: "\e6bf";
}
.fm-fm_wetter:before {
	content: "\e6ac";
}
.fm-fm_webhosting:before {
	content: "\e6ad";
}
.fm-fm_theme_shop:before {
	content: "\e6ae";
}
.fm-fm_terminmanager:before {
	content: "\e6af";
}
.fm-fm_shop:before {
	content: "\e6b0";
}
.fm-fm_newsmanager:before {
	content: "\e6b1";
}
.fm-fm_mietmanager:before {
	content: "\e6b2";
}
.fm-fm_Logo:before {
	content: "\e6b3";
}
.fm-fm_immomanager:before {
	content: "\e6b4";
}
.fm-fm_hilfe:before {
	content: "\e6b5";
}
.fm-fm_fewomanager:before {
	content: "\e6b6";
}
.fm-fm_fahrzeugmanager:before {
	content: "\e6b7";
}
.fm-fm_eventmanager:before {
	content: "\e6b8";
}
.fm-fm_contentslider:before {
	content: "\e6b9";
}
.fm-fm_branchenmanager:before {
	content: "\e6ba";
}
.fm-fm_blog:before {
	content: "\e6bb";
}
.fm-fm_belegungsplan:before {
	content: "\e6bc";
}
.fm-fm_artikelfilter:before {
	content: "\e6bd";
}
.fm-s_versammlung:before {
	content: "\e6aa";
}
.fm-s_gift:before {
	content: "\e6ab";
}
.fm-s_family:before {
	content: "\e6a8";
}
.fm-s_martini:before {
	content: "\e6a9";
}
.fm-s_bett:before {
	content: "\e6a7";
}
.fm-n_terasse:before {
	content: "\e6a5";
}
.fm-s_terasse:before {
	content: "\e6a6";
}
.fm-s_pool:before {
	content: "\e6a3";
}
.fm-s_klima:before {
	content: "\e6a4";
}
.fm-soc_youtube:before {
	content: "\e600";
}
.fm-soc_twitter_t:before {
	content: "\e601";
}
.fm-soc_twitter_b:before {
	content: "\e602";
}
.fm-soc_skype:before {
	content: "\e603";
}
.fm-soc_rss:before {
	content: "\e604";
}
.fm-soc_picasa:before {
	content: "\e605";
}
.fm-soc_panoramio:before {
	content: "\e606";
}
.fm-soc_google:before {
	content: "\e607";
}
.fm-soc_facebook:before {
	content: "\e608";
}
.fm-s_wlan:before {
	content: "\e609";
}
.fm-s_waschmaschine:before {
	content: "\e60a";
}
.fm-s_tv:before {
	content: "\e60b";
}
.fm-s_tresor:before {
	content: "\e60c";
}
.fm-s_strandkorb:before {
	content: "\e60d";
}
.fm-s_spuelmaschine:before {
	content: "\e60e";
}
.fm-s_smoke_no:before {
	content: "\e60f";
}
.fm-s_smoke:before {
	content: "\e610";
}
.fm-s_pet_no:before {
	content: "\e613";
}
.fm-s_pet:before {
	content: "\e614";
}
.fm-s_parken:before {
	content: "\e615";
}
.fm-s_palmen:before {
	content: "\e616";
}
.fm-s_meerblick:before {
	content: "\e617";
}
.fm-s_kamin:before {
	content: "\e618";
}
.fm-s_handtuch:before {
	content: "\e619";
}
.fm-s_grill:before {
	content: "\e61a";
}
.fm-s_besteck:before {
	content: "\e61b";
}
.fm-s_balkon:before {
	content: "\e61c";
}
.fm-pan-stop:before {
	content: "\e61d";
}
.fm-pan-right:before {
	content: "\e61e";
}
.fm-pan-record:before {
	content: "\e61f";
}
.fm-pan-pause:before {
	content: "\e620";
}
.fm-pan-left:before {
	content: "\e621";
}
.fm-pan-last:before {
	content: "\e622";
}
.fm-pan-forward:before {
	content: "\e623";
}
.fm-pan-first:before {
	content: "\e624";
}
.fm-pan-backward:before {
	content: "\e625";
}
.fm-n_wlan:before {
	content: "\e626";
}
.fm-n_waschmaschine:before {
	content: "\e627";
}
.fm-n_tv:before {
	content: "\e628";
}
.fm-n_tresor:before {
	content: "\e629";
}
.fm-n_strandkorb:before {
	content: "\e62a";
}
.fm-n_spuelmaschine:before {
	content: "\e62b";
}
.fm-n_smoke_no:before {
	content: "\e62c";
}
.fm-n_smoke:before {
	content: "\e62d";
}
.fm-n_schwimmbad:before {
	content: "\e62e";
}
.fm-n_rollstuhl:before {
	content: "\e62f";
}
.fm-n_pet_no:before {
	content: "\e630";
}
.fm-n_pet:before {
	content: "\e631";
}
.fm-n_parken:before {
	content: "\e632";
}
.fm-n_palmen:before {
	content: "\e633";
}
.fm-n_meerblick:before {
	content: "\e634";
}
.fm-n_kamin:before {
	content: "\e635";
}
.fm-n_handtuch:before {
	content: "\e636";
}
.fm-n_grill:before {
	content: "\e637";
}
.fm-n_besteck:before {
	content: "\e638";
}
.fm-n_balkon:before {
	content: "\e639";
}
.fm-mn_trash:before {
	content: "\e63a";
}
.fm-mn_thumb_u:before {
	content: "\e63b";
}
.fm-mn_thumb_d:before {
	content: "\e63c";
}
.fm-mn_stern_e:before {
	content: "\e63d";
}
.fm-mn_stern_c:before {
	content: "\e63e";
}
.fm-mn_stern:before {
	content: "\e63f";
}
.fm-mn_smartphone:before {
	content: "\e640";
}
.fm-mn_screen:before {
	content: "\e641";
}
.fm-mn_regler:before {
	content: "\e642";
}
.fm-mn_picture:before {
	content: "\e643";
}
.fm-mn_phone:before {
	content: "\e644";
}
.fm-mn_menu3:before {
	content: "\e645";
}
.fm-mn_menu2:before {
	content: "\e646";
}
.fm-mn_menu1:before {
	content: "\e647";
}
.fm-mn_mappin:before {
	content: "\e648";
}
.fm-mn_info_c:before {
	content: "\e649";
}
.fm-mn_info:before {
	content: "\e64a";
}
.fm-mn_home:before {
	content: "\e64b";
}
.fm-mn_gear:before {
	content: "\e64c";
}
.fm-mn_envelope:before {
	content: "\e64d";
}
.fm-mn_dreidots:before {
	content: "\e64e";
}
.fm-mn_clock:before {
	content: "\e64f";
}
.fm-mn_banner:before {
	content: "\e650";
}
.fm-f_wlan:before {
	content: "\e651";
}
.fm-f_waschmaschine:before {
	content: "\e652";
}
.fm-f_tv:before {
	content: "\e653";
}
.fm-f_tresor:before {
	content: "\e654";
}
.fm-f_strandkorb:before {
	content: "\e655";
}
.fm-f_spuelmaschine:before {
	content: "\e656";
}
.fm-f_smoke_no:before {
	content: "\e657";
}
.fm-f_smoke:before {
	content: "\e658";
}
.fm-f_schwimmbad:before {
	content: "\e659";
}
.fm-f_rollstuhl:before {
	content: "\e65a";
}
.fm-f_pet_no:before {
	content: "\e65b";
}
.fm-f_pet:before {
	content: "\e65c";
}
.fm-f_parken:before {
	content: "\e65d";
}
.fm-f_palmen:before {
	content: "\e65e";
}
.fm-f_meerblick:before {
	content: "\e65f";
}
.fm-f_kamin:before {
	content: "\e660";
}
.fm-f_handtuch:before {
	content: "\e661";
}
.fm-f_grill:before {
	content: "\e662";
}
.fm-f_besteck:before {
	content: "\e663";
}
.fm-f_balkon:before {
	content: "\e664";
}
.fm-arrow_13_t:before {
	content: "\e665";
}
.fm-arrow_13_r:before {
	content: "\e666";
}
.fm-arrow_13_l:before {
	content: "\e667";
}
.fm-arrow_13_b:before {
	content: "\e668";
}
.fm-arrow_12_t:before {
	content: "\e669";
}
.fm-arrow_12_r:before {
	content: "\e66a";
}
.fm-arrow_12_l:before {
	content: "\e66b";
}
.fm-arrow_12_b:before {
	content: "\e66c";
}
.fm-arrow_11_t:before {
	content: "\e66d";
}
.fm-arrow_11_r:before {
	content: "\e66e";
}
.fm-arrow_11_l:before {
	content: "\e66f";
}
.fm-arrow_11_b:before {
	content: "\e670";
}
.fm-arrow_10_t:before {
	content: "\e671";
}
.fm-arrow_10_r:before {
	content: "\e672";
}
.fm-arrow_10_l:before {
	content: "\e673";
}
.fm-arrow_10_b:before {
	content: "\e674";
}
.fm-arrow_9_t:before {
	content: "\e675";
}
.fm-arrow_9_r:before {
	content: "\e676";
}
.fm-arrow_9_l:before {
	content: "\e677";
}
.fm-arrow_9_b:before {
	content: "\e678";
}
.fm-arrow_8_t:before {
	content: "\e679";
}
.fm-arrow_8_r:before {
	content: "\e67a";
}
.fm-arrow_8_l:before {
	content: "\e67b";
}
.fm-arrow_8_b:before {
	content: "\e67c";
}
.fm-arrow_7_t:before {
	content: "\e67d";
}
.fm-arrow_7_r:before {
	content: "\e67e";
}
.fm-arrow_7_l:before {
	content: "\e67f";
}
.fm-arrow_7_b:before {
	content: "\e680";
}
.fm-arrow_6_t:before {
	content: "\e681";
}
.fm-arrow_6_r:before {
	content: "\e682";
}
.fm-arrow_6_l:before {
	content: "\e683";
}
.fm-arrow_6_b:before {
	content: "\e684";
}
.fm-arrow_5_t:before {
	content: "\e685";
}
.fm-arrow_5_r:before {
	content: "\e686";
}
.fm-arrow_5_l:before {
	content: "\e687";
}
.fm-arrow_5_b:before {
	content: "\e688";
}
.fm-arrow_4_t:before {
	content: "\e689";
}
.fm-arrow_4_r:before {
	content: "\e68a";
}
.fm-arrow_4_l:before {
	content: "\e68b";
}
.fm-arrow_4_b:before {
	content: "\e68c";
}
.fm-arrow_3_t:before {
	content: "\e68d";
}
.fm-arrow_3_r:before {
	content: "\e68e";
}
.fm-arrow_3_l:before {
	content: "\e68f";
}
.fm-arrow_3_b:before {
	content: "\e690";
}
.fm-arrow_2_t:before {
	content: "\e691";
}
.fm-arrow_2_r:before {
	content: "\e692";
}
.fm-arrow_2_l:before {
	content: "\e693";
}
.fm-arrow_2_b:before {
	content: "\e694";
}
.fm-arrow_1_t:before {
	content: "\e695";
}
.fm-arrow_1_r:before {
	content: "\e696";
}
.fm-arrow_1_l:before {
	content: "\e697";
}
.fm-arrow_1_b:before {
	content: "\e698";
}
.fm-s_internet:before {
	content: "\e699";
}
.fm-s_garten:before {
	content: "\e69a";
}
.fm-s_alergie:before {
	content: "\e69b";
}
.fm-world_grid:before {
	content: "\e69c";
}
.fm-print:before {
	content: "\e69d";
}
.fm-vorschloss:before {
	content: "\e69e";
}
.fm-n_sauna:before {
	content: "\e6a0";
}
.fm-s_rollstuhl:before {
	content: "\e612";
}
.fm-s_schwimmbad:before {
	content: "\e611";
}
.fm-s_sauna:before {
	content: "\e69f";
}
.fm-s_parkhaus:before {
	content: "\e6a2";
}
.fm-n_parkhaus:before {
	content: "\e6a1";
}

@font-face {
  font-family: Yummo;
  src: url("../../files/fonts/Yummo/Yummo_LightWeb.eot") format("eot"),
       url("../../files/fonts/Yummo/Yummo_LightWeb.woff") format("woff"),
       url("../../files/fonts/Yummo/Yummo_LightWeb.ttf") format("ttf");
  font-style:  normal;
  font-weight: 300; 
  font-display: swap;
}


@font-face {
  font-family: Yummo;
  src: url("../../files/fonts/Yummo/Yummo_RegularWeb.eot") format("eot"),
       url("../../files/fonts/Yummo/Yummo_RegularWeb.woff") format("woff"),
       url("../../files/fonts/Yummo/Yummo_RegularWeb.ttf") format("ttf");
  font-style:  normal;
  font-weight: 400; 
  font-display: swap;  
}


@font-face {
  font-family: Yummo;
  src: url("../../files/fonts/Yummo/Yummo_BoldWeb.eot") format("eot"),
       url("../../files/fonts/Yummo/Yummo_BoldWeb.woff") format("woff"),
       url("../../files/fonts/Yummo/Yummo_BoldWeb.ttf") format("ttf");
  font-style:  normal;
  font-weight: 600; 
  font-display: swap;  
}


/* Layout-Screen.css */
.homeBatch{width:140px;height:140px;left:50%;top:0;position:absolute;margin-top:180px;margin-right:20px;margin-left:485px;background-color:rgba(0,0,0,.15);-webkit-box-shadow:5px 5px 10px 0 rgba(0,0,0,.15);box-shadow:5px 5px 10px 0 rgba(0,0,0,.15);border-radius:50%;z-index:20}.homeBatch:hover{width:140px;height:140px;left:50%;top:0;position:absolute;margin-top:180px;margin-right:20px;margin-left:485px;background-color:rgba(0,0,0,.15);-webkit-box-shadow:1px 1px 30px 0 rgba(255,255,255,.9);box-shadow:1px 1px 30px 0 rgba(255,255,255,.9);border:2px solid #df4a43;border-radius:50%;z-index:20}.requestButton a{height: 40px;    position: relative;    display: block;    padding: 0 20px;    text-align: center;    white-space: nowrap;    background-color: #fff;    border: 1px solid #adb2b6;    border-radius: 4px;    font-size: 14px;    line-height: 38px;    text-decoration: none;    color: #333;    text-transform: uppercase; transition: all 0.3s ease 0s;    font-weight: 400}.custom .mod_fewo_customcitynav{margin-top:30px}.custom .mod_fewo_customcitynav ul > h3{margin-right:15px;margin-left:15px}nav.mod_fewo_customcitynav img{display:block}.home #container .mod_article:last-child{margin-bottom:0}.homeBoxset .col img{display:block;margin-bottom:15px}.homeBoxset .col .default_hyper{margin-top:auto}.home #container .mod_article:first-child{margin-top:125px}.tp-bullets{display:none !important}.fewo_overlay_content .fewo_calendar{width:48.5%}.detail h1,.apptDetail h1,.requestContent h1{margin-bottom:0;padding-bottom:5px}.bookingItem .mainInfos .fewo_grouping_1{margin-bottom:8px}.mainInfos .fewo_grouping_1 > *:after,.fewo_housedetails > .fewo_grouping_2 > *:after,.requestContent .fewo_grouping_1 > *:after{width:4px;height:4px;display:block;margin-right:8px;margin-bottom:2px;margin-left:8px;background-color:#ddd;border-radius:50%;content:""}.mainInfos .fewo_grouping_1 > *:last-child:after,.fewo_housedetails > .fewo_grouping_2 > *:last-child:after,.requestContent .fewo_grouping_1 > *:last-child:after{display:none}.mainInfos .fewo_grouping_1 > *,.fewo_housedetails > .fewo_grouping_2 > *,.requestContent .fewo_grouping_1 > *{display:flex;align-items:center}.mainInfos .fewo_grouping_1,.fewo_housedetails > .fewo_grouping_2{margin-bottom:20px;display:flex}.requestContent .fewo_grouping_1{display:flex}.requestItem{position: relative;    margin-bottom: 25px;    background-color: #f0f0f0}.requestContent{bottom: 0;    left: 0;    right: 0;    top: 0;    position: relative;    padding: 30px;    z-index: 10;    background: rgb(255, 255, 255);    background: linear-gradient(90deg, rgba(255, 255, 255, 0.90) 0%, rgba(255, 255, 255, 0.85) 75%, rgba(255, 255, 255, 0) 100%)}.requestImage{bottom: 0;    left: 0;    right: 0;    top: 0;    position: absolute;    z-index: 1}.requestImage *{width: 100%;    height: 100%}.requestImage img{object-fit: cover}.mod_fewo_booking_config .fewo_info:before{margin-top: 2px;    margin-right: 8px;    font-size: 18px;    content: "\f058";    font-weight: 400;    color: #007e3e;    font-family:Font-Awesome-5}.mod_fewo_booking_config .fewo_info .font_green{margin-right: 4px;margin-left: 4px;font-weight: 600;color: #007e3e}.mod_fewo_booking_config .fewo_info .font_bold{font-weight: 600}#frm_fld_nights{display:none}.fld_type .fmSelectbox .fmCurrentLabel:after{content:"\e1b1"}.fewo_list_item .fewo_image2{width: 442px;height: 72px;left: 0;top: 295px;position: absolute;display: flex}.fewo_list_item .fewo_image2 > a{height: 100%;display: block;margin-right: 2px;width: calc(100% / 4 - 2px)}.fewo_list_item .fewo_image2 > a img{width: 100%;height: 100%;object-fit: cover}.headLogin{position:relative}.head_top a:hover{color:#0068B5}.headLogin.logedIn:after{width:6px;height:6px;left:13px;top:-1px;position:absolute;background-color:#df4a43;border-radius:50%;content:""}#fewo_ajax_progress{width:260px;    height:8px;    position:relative;    overflow:hidden;    display:inline-block;    margin-top:4px;    margin-bottom:15px;    border-radius:3px;    background-color:#eeeeee}#fewo_ajax_progress_bar{bottom:0;    left:0;    top:0;    position:absolute;    background-color:#DF4A43;    content: ""}.fewo_ajax_link{text-transform:uppercase;width:300px;    height:48px;    position:relative;    margin-right:auto;    margin-left:auto;    padding-right:20px;    padding-left:20px;    text-align:center;    -webkit-box-shadow:0 1px 3px 1px rgba(0,0,0,.2);    box-shadow:0 1px 3px 1px rgba(0,0,0,.2);    font-size:15px;    line-height:48px;    cursor: pointer;    border-radius:4px;    background-color:#0068B5;    color:#ffffff;    font-weight: 600;    transition: all 0.3s ease 0s}.fewo_ajax_link:hover{text-decoration:none;background-color:#4389ba}.fewo_ajax_link:after{float:right;    margin-left:8px;    font-size:18px;    line-height:48px;    content:"\f107";    font-weight:100;    font-family: Font-Awesome-5}#fewo_ajax_text{padding-top:20px;    font-size:13px}#fewo_ajax_status{text-align:center}.fewo_ajax_link.loading{background:#fff url("../../files/images/filter_loader.svg") center center no-repeat;width:80px;    height:80px;    -webkit-box-shadow:0 0 0 0 #000;    box-shadow:0 0 0 0 #000;    font-size:0;    cursor:default;    background-size:100px;    border: 1px solid #cccccc}.fewo_ajax_link.endOfList{background:#fff url("../../files/icons/check-blau.svg") center center no-repeat;width:80px;    height:80px;    -webkit-box-shadow:0 0 0 0 #000;    box-shadow:0 0 0 0 #000;    font-size:0;    cursor:default;    background-size:50px;    border: 1px solid #cccccc}.fewo_ajax_link.endOfList:after,.fewo_ajax_link.loading:after{display:none}.mod_fewo_slots .fewo_slot a{text-decoration:none}aside .mod_fewo_filter input[type="submit"]{background-color:#DF4A43;border-color:#DF4A43}aside .mod_fewo_filter input[type="submit"]:hover{background-color:#4389ba;border-color:#4389ba;color:#fff}.dtlPrice .fewo_offer{margin-bottom:-5px;padding:16px 20px 14px 50px;border:1px solid #F7B04A;border-top-left-radius:4px;border-top-right-radius:4px;color:#000;width: 100%;position: relative;display: block;background-color: #fffaf2;cursor: pointer}.dtlPrice .fewo_offer:hover{background-color:#f9e8ca}.dtlPrice .fewo_offer:before{color:#F7B04A;left: 0;top: 50%;position: absolute;font-size: 26px;line-height: 1;content: "\f06b";transform: translate(15px, -50%);font-family: Font-Awesome-5;font-weight: 300}.dtlPrice .fewo_offer:after{display: block;font-size: 12px;line-height: 1.4;font-weight: 600;content: attr(data-title)}.fewo_list_item .flickity-prev-next-button.previous{left:-80px;transition:all 0.4s ease}.fewo_list_item:hover .flickity-prev-next-button.previous{left:0;transition:all 0.4s ease}.fewo_list_item:hover .flickity-prev-next-button.next{right:0;transition:all 0.4s ease}.fewo_list_item .flickity-prev-next-button.next{right:-80px;transition:all 0.4s ease}.flexperiod label:before{width:54px;height:26px;display:flex;margin-right:10px;padding-right:10px;padding-left:0;border:1px solid #ccc;border-radius:13px;font-size:13px;color:#aaa;text-transform:uppercase;background:#F3F4F6 url("../../files/icons/check-dot-disabled.svg") right center no-repeat;content:"aus";align-items:center;background-size:14px;background-position: 6px 6px;justify-content:flex-end;flex-shrink:0}.flexperiod input[type="checkbox"]:checked + label:before{padding-right:0;padding-left:10px;text-align:right;background-color:#fff;color:#333;background-image:url("../../files/icons/check-dot.svg");content:"an";background-position: right 6px top 6px;justify-content:flex-start}.flexperiod input[type="checkbox"]{display:none}.flexperiod{width:100%;margin-right:auto;margin-left:auto;padding-top:15px;padding-bottom:15px;border-bottom:1px solid #ccc;align-items:center;justify-content:center;display:flex}.flexperiod label{display:flex;margin:0;padding:0;font-weight:normal;align-items:center;cursor:pointer}.joblist div:before{margin-right:10px;font-family:Font-Awesome-5;text-decoration:none;font-weight: 300;content:'\f007'}p.infoCheckBox{height:30px;display:inline-block;padding:0 20px;background-color:#25BE52;border-radius:3px;line-height:30px;color:#fff;font-weight: 900}.bookingCanceled p.infoCheckBox{background-color:#df4a43}.bookingCanceled.bookingSteps .schritt_3:before{content:"\f057"}.bookingCanceled.bookingSteps.phase2 .schritt_3{border-color:#df4a43;color:#df4a43}.ce_fewo_morePeopleData .fmDropdownBox{max-height:150px;top:30px}.checkinPage .main-textbox-weiss{overflow:visible}.link_center{display:block;margin-top:30px;margin-bottom:80px;text-align:center}#header:after{width:100%;height:750px;bottom:-710px;left:0;right:0;position:absolute;display:block;background-image:url("../../files/images/HintergrundWelle.svg");background-repeat:repeat-x;z-index: -1;content: "";background-size: cover;opacity: 0.7}.formPage #container{min-height:100vh}.nohead #header:after,.apptDetail #header:after{bottom:-695px}.home #header:after{content: none}.bookingSteps div.cancel:before{content:"\f057" !important}.bookingSteps div.cancel{background-color:#fff0ef;border-color:#E06E62;background-color: #fff0ef !important;border-color: #E06E62 !important;color: #E06E62 !important}.bookingSteps.phase1 .schritt_1,.bookingSteps.phase2 .schritt_1,.bookingSteps.phase2 .schritt_2,.bookingSteps.phase2 .schritt_3{background-color:#eee;border-color:#0068b4;color:#0068b4}.bookingSteps.phase1 .schritt_2,.bookingSteps.phase1 .schritt_3{color:#ccc}.mod_article > *.bookingSteps{margin-top:40px;margin-right:auto;margin-left:auto;flex-wrap: nowrap;justify-content: space-between;display: flex}.bookingSteps .step_title{display:block;font-size:18px;line-height:22px;font-weight: 400}.bookingSteps .step_txt{display:block;font-size:14px}.bookingSteps div{width:33%;position:relative;padding:7px 10px 7px 60px;background-color:#eee;border:1px solid #ccc;border-radius:4px}.bookingSteps .schritt_1:before,.bookingSteps .schritt_2:before{content:"\f022"}.bookingSteps .schritt_3:before{content:"\f058"}.bookingSteps div:before{left:17px;top:11px;position:absolute;font:27px Font-Awesome-5;font-weight: 100}.phase1 .bookingStep.step1 .insideStep span,.phase2 .bookingStep.step1 .insideStep span,.phase2 .bookingStep.step2 .insideStep span,.phase2 .bookingStep.step3 .insideStep span{background-color:#92D67F;border-color:#92D67F;color:#fff}.phase1 .bookingStep.step2 .insideStep span{border-color:#92D67F;color:#92D67F}.bookingEnd .mod_article > *.bookingSteps{margin-right:0;margin-left:0}.stepsWrap{padding-right:20px;padding-left:20px}.stepText{display:flex;margin-bottom:12px;font-size:12px;font-weight:bold;flex-grow: 0;flex-shrink: 0}.stepText > span{width:33.33%;display:block}.stepText > span:nth-child(2){text-align:center}.stepText > span:nth-child(3){text-align:right}.stepBar{width:50%;float:left;display:block;border-top:8px dotted #ddd;content:""}.stepBar.bar2,.stepBar.bar3{width:50%}.bookingStep{position:relative;float:left}.bookingStep .insideStep{left:50%;position:absolute;padding-top:20px;text-align:center;white-space:nowrap;font-size:13px;transform: translate(-50%)}.bookingStep .insideStep span{width:30px;height:30px;left:50%;position:absolute;display:block;text-align:center;background-color:#fff;border:4px solid #ddd;border-radius:50%;line-height:22px;transform: translate(-50%);top:-11px}.CheckFacts .ce_text img{left:20px;top:20px;position:absolute}.CheckFacts .ce_text a{bottom:0;left:0;right:0;top:0;position:absolute;z-index: 1}.CheckFacts .ce_text:hover > p{color:#de4a43}.objektliste .mod_fewo_history,.apptlist .mod_fewo_history,.kurzurlaub .mod_fewo_history{margin-top:40px;padding-top:40px;border-top:1px solid #e0e0e0}.listVote .fewo_votings_detail{width:100%;display:block;margin-top:4px;text-align:center;color:#999}.listVote .fewo_votings_detail:before{content:"("}.listVote .fewo_votings_detail:after{content:")"}.placeholderImage{height:400px;background-color:#eee;border-bottom: 6px solid #87b4d4}.mod_pageImage + .placeholderImage{display:none}.zeiten{overflow:hidden}.checkinPage.formPage #container{width:100%}.checkinPage.formPage .head_line_two .inside.sizing{width:100%}.checkinPage.formPage footer #copyright .copyright_inner{width:100%}.etfacts.main-textbox-weiss ol li{list-style-type:none}.CheckFacts .ce_text li{background-image:url("../../files/icons/check-blue.svg");background-repeat:no-repeat;font-size:15px;background-position: left center;background-size: 15px}.CheckFacts .ce_image{width:23.5%;overflow:hidden}.CheckFacts .ce_image img{border-radius:4px}.CheckFacts{display: flex;align-items: stretch;justify-content: space-between}.CheckFacts .ce_text{width:23.5%;height:196px;position:relative;padding:68px 20px 20px;background-color:#fff;border-radius:4px}.CheckFacts .ce_text > p{display:block;margin-bottom:5px;font-weight: 400}.CheckFacts .ce_text:before{display:block;margin-bottom:15px;font:35px Font-Awesome-5;font-weight: 100}.CheckFacts .ce_text ul{margin-bottom:0}.holmBuero + .main-textbox-weiss:after{clear:both;display:block;content:""}.ce_table > p,.ce_table > span{display:block;margin-bottom:10px;font-size:15px;font-weight: 400}.zeiten_wrap tbody tr{display:block;border-bottom:1px solid #e0e0e0}.zeiten_wrap tbody td.col_first{width:120px;padding-left:5px}.zeiten_wrap tbody td{font-size:14px;line-height:25px}.zeiten_wrap tbody tr,.zeiten_wrap tbody td{padding:0}.zeiten_wrap.ce_table{width:49%;float:left;margin-top:0;margin-right:2%;margin-bottom:0}.zeiten_wrap:last-child{margin-right:0}.head_filter_box .fld_period:after,.head_filter_box .mod_fewo_filter .fmSelectbox .fmCurrentLabel:after{height:50px;line-height:50px}.CheckWrap .ce_text a{bottom:0;left:0;right:0;top:0;position:absolute}.CheckWrap .ce_text:hover h3{color:#df4a43}.starttext h2{font-size:36px}.starttext .SubHeadline{font-weight:400}footer .ft_menu a:before{float:left;margin-right:10px;font:11px/30px Font-Awesome-5;content:"\f054";transition: all .3s ease}footer .ft_menu a:hover:before{margin-right:15px;transition: all .3s ease}footer .ft_menu a{display:block;padding-right:5px;padding-left:5px;font-size:16px;line-height:30px}.home #wrapper{overflow:hidden}#logo img{width:349px;height:94px}.main-textbox-weiss ol li,.main-textbox-weiss ul li{padding-left:25px;background-image:url("../../files/icons/check-blue.svg");background-repeat:no-repeat;line-height:1.5;list-style: none;background-position: left 5px;background-size: 13px}.main-textbox-weiss ol,.main-textbox-weiss ul{margin-bottom:20px;padding-left:0}a.facebook:before{position:static;margin-right:10px;font:16px Font-Awesome-5;content:"\f082";font-weight: normal}a.instagram:before{position:static;margin-right:10px;font:16px Font-Awesome-5;content:"\f16d";font-weight: normal}.footer_rr .service_konti:before{position:static;margin-right:10px;font:16px Font-Awesome-5;content:"\f303";font-weight: 100}.footer_rr{position:relative}.footer_rr ul{margin-bottom:0;font-size:16px;list-style: none}.footer_rr li:last-child{border-bottom:0}footer .ce_text.footer_rr li{padding-left:5px;border-bottom:1px solid rgba(51,51,51,.2);line-height:35px}a.facebook,a.instagram{display:block;padding-left:5px;border-bottom:1px solid rgba(51,51,51,.2);line-height:35px}ul.cols_3 li:nth-child(3n){margin-right:0}ul.cols_3 li{width:32%;margin-right:2%;padding-left:0;list-style: none;background-image: none}#KontiScroll.scroll-to-fixed-fixed{top:20px;transition: top 0.5s ease-out}#KontiScroll{top:0;transition: top 0.5s ease-out}.left_kontakt_box .ce_text ul{margin-bottom:0;font-size:16px;list-style: none}.left_kontakt_box{position:relative}.left_boxing img{right:15px;top:10px;position:absolute;border:1px solid #e0e0e0;border-radius:100%}.rs-container.fullscreen{height: 100% !important}.ce_revolutionslider{width:100%;min-height:500px;max-height:1400px;background-color:#f7f7f7;border-bottom:6px solid #87b4d4;height: calc(75vh - 70px)}.homeCheck{position:relative;padding-top:80px;padding-bottom:80px;z-index: 1}.homeCheck:before{position:relative;width: 20000px;    height: 100%;    left: -50%;    top: 0;    position: absolute;    display: block;    margin-left: -10000px;    background-color: #f8f8f8;    content: ""}.CheckWrap .ce_text > span{font-weight: 400}.homeCheck h3{position:relative;margin-bottom:40px;text-align:center;z-index: 1}.homeCheck .ce_hyperlink{margin-top:30px;margin-bottom:0}.CheckWrap{display: flex;flex-wrap: wrap;justify-content: space-between;align-content: stretch}.CheckWrap .ce_text{width:29%;position:relative;margin-bottom:20px;padding-right:30px;padding-left:30px;text-align:center}.CheckWrap .ce_text .image_container{margin-bottom:20px;padding-top:77px}.mod_fewo_customcitynav li:hover figure.image_container:before{transition: all 0.3s ease;opacity: .9}nav.mod_fewo_customcitynav ul{margin-right:-15px;margin-left:-15px;display: flex;flex-wrap: wrap;justify-content: space-between}nav.mod_fewo_customcitynav ul h3{width:100%;display:block;margin-bottom:10px}nav.mod_fewo_customcitynav ul li{position:relative;margin-right:15px;margin-left:15px;width: calc(100% / 3 - 30px)}.mod_fewo_customcitynav .ce_text{position:relative;overflow:hidden;border-radius:4px}.mod_fewo_customcitynav .ce_text p{bottom:10px;left:15px;position:absolute;margin-bottom:0;font-size:16px;color:#fff;font-weight: 400;pointer-events: None;z-index: 2}.mod_fewo_customcitynav figure.image_container:before{bottom:0;left:0;right:0;top:0;position:absolute;background: linear-gradient(transparent 38%,rgb(0 0 0 / 100%));content: "";z-index: 1;pointer-events: none;transition: all 0.3s ease;opacity: 0.7}ul.cols_3{margin:0;padding:0;display: flex;flex-wrap: wrap}.head_top{right:15px;top:20px;position:absolute}.head_top a{margin-left:20px;font-size:17px;text-decoration:none;color:#fff;font-weight:400}a.headWetter:before{margin-right:10px;font-family:Font-Awesome-5;content:"\f004";font-weight: 100}a.headWebcam:before{margin-right:10px;font-family:Font-Awesome-5;content:"\f03d";font-weight: 100}a.headTelefon:before{margin-right:10px;font-family:Font-Awesome-5;content:"\f879";font-weight: 100}li.service_tel:before{margin-right:10px;font-family:Font-Awesome-5;font-weight: 100;content:"\f879"}li.service_whatsapp:before{margin-right:10px;font-family:Font-Awesome-5;font-weight:normal;content:"\f232"}li.service_mail:before{margin-right:10px;font-family:Font-Awesome-5;font-weight: 100;content:"\f0e0"}.headNrItem li{padding-right:5px;padding-left:5px;border-bottom:1px solid #f0f0f0;line-height:30px;color:#333}.headNrItem li:last-child{border-bottom:0}.headNrWrap:hover:after{content: "";    position: absolute;    width: 100%;    height: 10px;    display: block;    background: #8eb6d4;    top: 40px;    left: 0}.head_right .block{overflow:hidden}.invisible{display: none!important}#BigMenu .level_1 li .level_2 li a:hover,#BigMenu .level_1 li .level_2 li strong{background-color:#eee;border-color:#fff}#BigMenu .level_1 > li > a,#BigMenu .level_1 > li > strong{display:block;margin-bottom:10px;padding-bottom:8px;border-bottom:1px solid #f0f0f0;font-size:20px;font-weight: 400}.open #click_search_btn:before{content:"\f00d"}#BigMenu .level_1 li .level_2 li a,#BigMenu .level_1 li .level_2 li strong{display:block;padding-right:10px;padding-left:10px;font-size:17px;line-height:35px;color:#333;font-weight: 400}#BigMenu .level_1 li .level_2 li a:before,#BigMenu .level_1 li .level_2 li strong:before{margin-right:15px;font-family:Font-Awesome-5;content:"\f105"}.suchenlink{height:49px;display:block;padding-right:25px;padding-left:25px;background-color:#df4a43;border:1px solid #df4a43;border-radius:4px;font-size:20px;line-height:49px;text-decoration:none;color:#fff;font-weight: 400}.suchenlink:hover{background-color:#fff;text-decoration:none;color:#df4a43;font-weight: 400}.headMerk_h:hover,#click_search_btn:hover,.headNrWrap:hover{color:#df4a43;cursor: pointer}#BigMenu .level_1 li{width:250px;margin-right:30px}#BigMenu .level_1 > li:last-child{margin-right:0}#click_search_btn:before{text-align:center;font:20px/49px Font-Awesome-5;content: "\f002";font-weight: 100}.headMerk_h:before{text-align:center;font:22px/49px Font-Awesome-5;content: "\25";font-weight: 100}#BigMenu{max-height:0;right:0;top:56px;position:absolute;overflow:hidden;padding:30px;background-color:#fff;border-radius:4px;transition: all 0.2s ease 0s;transform: scale(0.4);opacity: 0}.headMerk_h,#click_search_btn,.headNrWrap{width:49px;height:49px;position:relative;margin-left:10px;text-align:center;background-color:#fff;border-radius:4px;font-size:0;line-height:49px;text-decoration:none;color:#005baa}.headLogin:before{margin-right:10px;font-family:Font-Awesome-5;content: "\f2bd";font-weight: 100}.menuToggleButton:hover{background-color:#4389ba}.head_right{position:relative;margin-top:45px;display: flex}.headNrWrap:hover .headNrItem,.headNrItem:hover{height:auto;overflow: visible;transition: all 0.2s ease 0s;opacity: 1;box-shadow: 0 2px 5px 0 rgb(0 0 0 / 20%)}.headBtn.uts_wrap{display: flex}.uts_wrap #click_search{position:relative;display:block}header .mod_fewo_search form{background-color:#fff;border-radius:4px;bottom: -66px;right: 0;position: absolute;display: none;padding: 10px;box-shadow: 0 2px 5px 0 rgb(0 0 0 / 20%)}header #click_search.open form{display: block;opacity: 1;-webkit-transition: all .5s;-moz-transition: all .5s;-ms-transition: all .5s;-o-transition: all .5s;transition: all .5s}.headNrWrap:before{text-align:center;font:18px/40px Font-Awesome-5;content: "\f879";font-weight: 100}.headNrItem{width:200px;right:0;top:50px;position:absolute;overflow:hidden;padding:10px;text-align:left;background-color:#fff;border:1px solid #e0e0e0;border-radius:4px;font-size:14px;transition: all 0.2s ease 0s;opacity: 0;cursor: default}.menuToggleButton:before{width:34px;font:18px Font-Awesome-5;content: "\f0c9";font-weight: 100}#BigMenu.mnuClosed{max-height:0;margin:0;padding:0;border:0;transition: all 0.2s ease 0s;    transform: scale(0.4);    opacity: 0;background: transparent}#BigMenu.mnuOpen{max-height:900px;border-radius:4px;overflow: visible;    transition: all 0.2s ease 0s;    transform: scale(1);    opacity: 1;box-shadow: 0 2px 5px 0 rgb(0 0 0 / 20%)}#BigMenu a{display:block;text-decoration:none}#BigMenu .level_1{border-radius:4px;display: flex}.menuToggleButton{width:127px;height:49px;display:block;margin-left:10px;padding-right:25px;padding-left:25px;background-color:#0068B5;border-radius:4px;font-size:18px;text-decoration:none;color:#fff;cursor: pointer;display: flex;align-items: center;font-weight: 400}.right_side #main .inside{margin-right:20px}.right_side #container{display: flex;flex-direction: row;flex-wrap: nowrap}.right_side #main{order: 0;flex: 1 1 100%}.right_side #right{flex: 0 0 280px;order: 1;min-width: 260px}.invisible{display:none}.left_side #main .inside{margin-left:20px}.listVote.mod_fewo_votings .fewo_votings{display: flex;flex-wrap: wrap;justify-content: center}.home .listVote.mod_fewo_votings{margin-top:60px}.footerFacebook a{width:30px;height:30px;display:block;margin-top:8px;text-align:center;background-color:#4862A3;border-radius:2px;font-size:0;line-height:30px;text-decoration:none;content:" "}.footerFacebook a:before{font:18px/30px Font-Awesome-5;content: "\f39e"}.button404{margin-top:20px}.page404 #toTopfoot{display:none}.textbox404 .ce_text,.textbox404 .ce_hyperlink{position:relative;z-index:50}.page404 #container{width:100%;min-width:100%;max-width:100%;margin:0;padding:0}.textbox404{width:100%;background-color:#fff;height: calc(100vh - 120px);display: flex;align-items: center;justify-content: center;flex-direction: column}.code404{position:relative;margin-bottom:40px;font-size:160px;line-height:160px;display: flex;align-items: center;justify-content: center}.textbox404 p,.textbox404 h1{color:#fff;text-shadow: 0 0 5px rgba(0, 0, 0, 0.30)}.image404{bottom:0;left:0;right:0;top:0;position:absolute;z-index: 5}.image404:before{bottom:0;left:0;right:0;top:0;position:absolute;background-color: rgba(92,60,31,.15);content: "";z-index: 10}.image404 .image_container{width:100%;height:100%}.image404 .image_container img{width:100%;height:100%;object-fit: cover}.detail #header,.formPage #header,.apptDetail #header,.page404 #header,.nohead #header{height:auto}#header{position:relative}#header .inside{height:100%}.head_filter_box .formsubmit:hover:before{color:#DF4A43}p.imageLink{margin:0;padding:0}.imageLink a{left:15px;top:15px;position:absolute;padding:4px 15px;background-color:rgba(255,255,255,.5);border-radius:4px;font-size:22px;text-decoration:none;z-index:50;font-weight: 500}.homeBoxset .default_hyper a{margin-left:15px}.homeBoxset{margin-right:-15px;margin-left:-15px;display:flex;justify-content:space-between}.homeBoxset .col{position:relative;overflow:hidden;margin-right:15px;margin-left:15px;padding-bottom:15px;border-top:1px solid #e0e0e0;border-right:1px solid #e0e0e0;border-left:1px solid #e0e0e0;border-radius:4px;border-bottom: 2px solid #005BAA;display:flex;flex-direction:column;width: calc(100% / 3 - 30px)}.homeBoxset .col p{padding-right:15px;padding-left:15px}.home #container{margin-top:0;margin-bottom:0}.home #container .mod_article{margin-top:90px;margin-bottom:90px}.fmwetter_forecast_headline{margin-bottom:6px}.fmwetter_forecast_details .fmwetter_mintemperature_element{margin-right:15px}.fmwetter_maxtemperature_element:before{margin-left:1px;font-family:Font-Awesome-5;color:#df4a43;content: "\e040";font-weight: 100}.fmwetter_mintemperature_element:before{margin-left:1px;font-family:Font-Awesome-5;color:#005BAA;content: "\e03f";font-weight: 100}.fmwetter_forecast{width:50%;font-size:17px}.fmwetter_forecast .fmwetter_temperatures{display:flex;align-items:center}.fmwetter_current{width:100%;margin-bottom:20px}.mod_fmWetter{display:flex;flex-wrap:wrap;justify-content:space-between}.fmwetter_current_details{min-height:80px;position:relative;padding-left:90px;font-size:40px;display:flex;align-items:center}.fmwetter_icon_element:before{left:0;top:50%;position:absolute;font:50px Font-Awesome-5;transform:translate(0,-50%);font-weight: 100}.w10d:before{content: "\f740"}.w11d:before{content: "\f76c"}.w10d:before{content: "\f740"}.w11n:before{content: "\f76c"}.w10n:before{content: "\f740"}.w13d:before{content: "\f742"}.w13n:before{content: "\f742"}.w01d:before{content: "\f185"}.w01n:before{content: "\f185"}.w02d:before{content: "\f763"}.w02n:before{content: "\f763"}.w03d:before{content: "\f0c2"}.w03n:before{content: "\f0c2"}.w04d:before{content: "\f0c2"}.w04n:before{content: "\f0c2"}.w09d:before{content: "\f741"}.w09n:before{content: "\f741"}.w50d:before{content: "\f0c2"}.w50n:before{content: "\f0c2"}.homeOrtText{margin-top:30px}.textSized{width:960px;margin-right:auto;margin-left:auto}.SitemapObjektWrap .fewo_list_header{display:none}.mod_fewo_housedetails .fewo_map{width:390px;height:480px;background-color:#eee}.carousel-cell{width:100%;padding-top:66.66%}.formPage .head_line_two .inside.sizing{width:900px;display:flex;align-items:center}.formPage footer #copyright .copyright_inner{width:900px}.ce_gallery + .default_hyper{margin-top:20px}header h1,.head_filter_box .mod_fewo_filter > span{bottom:90px;position:absolute;display:inline-block;margin-bottom:0;padding:10px 40px;white-space:nowrap;background-color:rgba(255,255,255,.5);border-radius:4px;font-size:30px;z-index:99;left:50%;transform:translate(-50%,0);line-height: 1 !important;font-weight: 400}.head_filter_box .mod_fewo_filter > span{bottom:160px}aside .mod_article:not(.asideBlank ){margin-bottom:15px}.mod_fewo_housedetails .fewo_houseimage{width:670px;height:447px;background-color:#eee}.ce_sliderStart .image_container{height:600px}.SitemapObjektWrap .fewo_list_item.isNew:before{content: none}.footer_wrap > div{width:23.5%}.footer_wrap{margin-bottom:70px;padding-top:70px;display: flex;justify-content: space-between}.mTop10{margin-top:10px}.mTop20{margin-top:20px}.mTop30{margin-top:30px}.mTop40{margin-top:40px}.mTop50{margin-top:50px}.mBot10{margin-bottom:10px}.mBot20{margin-bottom:20px}.mBot30{margin-bottom:30px}.mBot40{margin-bottom:40px}.mBot50{margin-bottom:50px}.mBot80{margin-bottom:80px}.mod_coverpicture,.mod_pageImage .image_container,.headerimage{width:100%;height:40vh;min-height:240px;max-height:600px;position:relative}.mod_coverpicture img,.mod_pageImage img,.headerimage img{width:100%;height:100%;border-bottom:6px solid #87b4d4;object-fit: cover}.listVote .vote_headline{margin-left:10px}.listVote.mod_fewo_votings{width:100%;position:relative;display:inline-block;vertical-align:middle}.corinfo{bottom:100px;position:absolute;padding:10px 15px 8px;background-color:#ccc;border:1px solid #fff;border-radius:4px;font-size:16px;color:#000;transform: translate(-50%,0);left: 50%;z-index: 91;white-space: nowrap;font-weight:400}.corinfo:hover{background-color:#fff}.corinfo:before{margin-right:5px;font:16px Font-Awesome-5;content: "\f05a";font-weight:lighter}.holm_box p strong{display:inline-block;margin-bottom:5px;font-size:18px}.fewo_info li:before{margin-right:10px;font-family:Font-Awesome-5;content:"\f105"}.fewo_info li{margin-left:0;font-size:15px;line-height:22px}.main_bewerten_list h2.ce_headline{margin-top:15px;margin-bottom:0}.main_bewerten_list .ce_fewo_details{font-size:15px;line-height:20px}.blank_site #main .inside{width:auto}.formPage body{position:relative}.formPage #footer{margin-top:70px}a.requestClose{right:40px;top:48px;position:absolute;text-decoration:none;z-index: 999}a.requestClose:before{margin-right:5px;vertical-align:middle;font:20px fruitmedia-font;text-decoration:none;content:"\e6c3"}a.requestReturn:before{margin-right:5px;vertical-align:middle;font-family:fruitmedia-font;content:"\e67b"}.formPage .ce_fewo_requestform .formbody{max-width:100%}.formPage #container{width:900px;margin-top:40px;margin-right:auto;margin-left:auto}a.requestReturn{margin-left:auto;text-decoration:none;color:#333;z-index: 999}.formPage #footer .inside{padding-top:0}.formPage .ce_fewo_requestform{background-color:#fff}.spaltenSet2{columns: 2;column-gap: 30px}.spaltenSet2 > *{break-inside: avoid-column}.sitemapList .fewo_list_item{width:auto;height:auto;min-width:0;min-height:0;overflow:visible;float:none;margin:0;padding:0;-webkit-box-shadow:0 0 0 0 #000;box-shadow:0 0 0 0 #000;border:0 solid;border-radius:0}.fewo_maps_closeBtn{height:30px;right:10px;top:10px;position:absolute;display:block;padding-right:10px;padding-left:10px;text-align:center;background-color:#fff;border:1px solid #adb2b6;border-radius:2px;font-size:0;cursor:pointer;z-index: 9999;display:flex;align-items:center}.fewo_maps_closeBtn:after{font:16px Font-Awesome-5;content:"\f00d";font-weight:100}.fewo_maps_closeBtn:before{margin-right:10px;font-size:15px;content:"Zurück zur Ergebnisliste"}.fewo_maps_closeBtn:hover{border-color:#df4a43;color:#df4a43}.head_filter_box .mod_fewo_filter .formbody .formelem#frm_fld_period{width:260px}.mod_sitemap ul.level_1{margin:0;padding:0;list-style-type:none}.mod_sitemap ul.level_2 > li,.mod_sitemap ul.level_3 > li,.mod_sitemap ul.level_4 > li,.mod_sitemap ul.level_5 > li,.sitemapList .fewo_list_item .fewo_title{margin-bottom:0;font-size:20px;position:relative;    overflow:hidden;    padding-left:20px;font-weight: 400}.sitemapList .fewo_list_item .fewo_title a{text-decoration:underline;color:#005BAA;font-weight: 400}.sitemapList .fewo_list_item .fewo_title a:hover{text-decoration:none}.mod_sitemap ul.level_2 > li:before,.mod_sitemap ul.level_3 > li:before,.mod_sitemap ul.level_4 > li:before,.mod_sitemap ul.level_5 > li:before,.sitemapList .fewo_list_item .fewo_title:before{width:1px;    height:30px;    left:0;    top:0;    position:absolute;    display:block;    background-color:#ccc;    content:""}.mod_sitemap ul.level_2 > li:after,.mod_sitemap ul.level_3 > li:after,.mod_sitemap ul.level_4 > li:after,.mod_sitemap ul.level_5 > li:after,.sitemapList .fewo_list_item .fewo_title:after{width:14px;    height:1px;    left:0;    top:12px;    position:absolute;    display:block;    background-color:#ccc;    content:""}.mod_sitemap ul.level_2 > li.last:before,.mod_sitemap ul.level_3 > li.last:before,.mod_sitemap ul.level_4 > li.last:before,.mod_sitemap ul.level_5 > li.last:before,.sitemapList .fewo_list_item.last .fewo_title:before{height:12px}.head_angebote:hover{background-color:#fff;border-color:#df4a43;color:#df4a43}.head_angebote{width:36px;height:36px;right:335px;top:58px;position:absolute;display:block;text-align:center;background-color:#f0f0f0;border:1px solid #f0f0f0;border-radius:2px;font-size:0px;text-decoration:none;color:#005baa;transition: all 0.3s ease 0s}.head_angebote:before{font:30px/34px Font-Awesome-5;content: "\f0a3"}.head_angebote:after{bottom:0;left:0;right:0;top:0;position:absolute;text-align:center;font:16px/32px Font-Awesome-5;content: "\f295"}#bigbox-bottom .fewo_list_item{background-color:#F0F0F0}.left_kontakt_box .ce_text li{padding-left:5px;border-bottom:1px solid #e0e0e0;line-height:35px}.left_kontakt_box .ce_text li:last-child{border-bottom:0}.left_kontakt_box p,.left_kontakt_box li,.left_kontakt_box li a,.left_boxing p{font-size:16px;text-decoration:none}.button_overall_voting{margin-top:-30px;text-align:right}#home_overall_voting.mod_fewo_votings{width:520px;height:120px;position:relative;display:inline-block;padding-left:140px;vertical-align:middle}#home_overall_voting.mod_fewo_votings .voting_total{width:120px;height:120px;left:0;top:0;position:absolute;display:block;margin-right:30px;text-align:center;background-image:url("../../files/icons/big_star.png");background-position:center center;background-repeat:no-repeat;font-size:46px;line-height:120px;color:#fff}.mod_fewo_votings .voting_total{padding-left:20px;background-image:url("../../files/icons/info-icons-stern-green.svg");background-repeat:no-repeat;text-decoration:none;color:#000;background-size: 15px;background-position: left 2px;font-weight: 500}#home_overall_voting.mod_fewo_votings .voting_total .fromTotal{display:none}#home_overall_voting.mod_fewo_votings .vote_headline{display:block;margin-top:10px;margin-bottom:10px;font-size:26px;font-weight:600}#left_overall_voting.mod_fewo_votings{position:relative;display:inline-block;margin-bottom:15px;padding:15px 15px 15px 85px;vertical-align:middle;background-color:#fff;border-radius:4px}#left_overall_voting.mod_fewo_votings .voting_total{width:60px;height:60px;left:15px;top:15px;position:absolute;display:block;text-align:center;background-image:url("../../files/icons/big_star.png");background-position:center center;background-repeat:no-repeat;font-size:32px;line-height:62px;color:#fff;background-size:60px}#left_overall_voting.mod_fewo_votings .voting_total .fromTotal{display:none}#left_overall_voting.mod_fewo_votings .vote_headline{display:block;margin-bottom:5px;font-size:16px}#left_overall_voting.mod_fewo_votings .fewo_votings_detail{font-size:13px}.home_text_vote_total{width:1010px;display:inline-block;margin-right:30px;padding-right:30px;vertical-align:middle;border-right:1px solid #E0E0E0}#cookiebar{background-color:#4389BA}#cookiebar span,#cookiebar a{font-size:18px;color:#fff}#cookiebar button{background-color:#DF4A43;border-radius:3px;font-size:16px;color:#fff}#cookiebar button:hover{background-color:#4D4F52}.mod_mobile_redirect{display:inline}#footer .mod_boxes4ward.block{overflow:visible}#toTopfoot{height:35px;right:15px;top:-35px;position:absolute;padding:5px 20px;background-color:#ccc;border-top-left-radius:4px;border-top-right-radius:4px;line-height:24px}#toTopfoot:before{float:left;margin-right:13px;font:14px/21px Font-Awesome-5;content:"\f077"}.head_leaflet:hover{background-color:#fff;border-color:#df4a43;color:#df4a43}.head_leaflet{width:36px;height:36px;right:285px;top:58px;position:absolute;display:block;text-align:center;background-color:#f0f0f0;border:1px solid #f0f0f0;border-radius:2px;font-size:0px;text-decoration:none;color:#005baa;transition: all 0.3s ease 0s}.head_leaflet:before{font:24px/34px Font-Awesome-5;content: ""}.mod_fewo_random h2{text-align:center}.camera_wrap .camera_pag{width:100%;top:515px;position:absolute}.camera_wrap .camera_pag .camera_pag_ul{width:1200px;position:relative;text-align:center;margin:0 auto;z-index:2}.camera_loader{top:250px}.last_visited_wrapper{overflow:hidden}.shariff ul{font-size:0}.ssl-text p{font-size:13px}.vjs-default-skin .vjs-big-play-button{left: 50% !important;margin-left: -2em;top: 43% !important}#submenu{width:100%}#Webcam *{font-size:1em;line-height:3;color:#fff}#Webcam.vjs-default-skin *.vjs-big-play-button{font-size:35px}.holm_box{min-height:130px;position:relative;overflow:hidden;margin-bottom:25px;padding:15px 15px 15px 130px;background-color:#fff;border-top:1px solid #e0e0e0;border-right:1px solid #e0e0e0;border-left:1px solid #e0e0e0;border-radius:4px;border-bottom: 2px solid #8EB6D4}.holm_box p{margin-bottom:0;font-size:16px;line-height:1.3}.holm_box img{left:15px;top:15px;position:absolute;display:block}.mod_fewo_voting_list .fewo_link_back a:before{margin-right:10px;font-family:fruitMedia-Font;content: "\e67b"}#mainmenu ul.level_1 li ul.level_2{width:0px;left:0;position:absolute;overflow:hidden;padding-top:5px;white-space:nowrap;font-size:14px;color:#fff;z-index:9999;transition: all 0.3s ease 0s;opacity:0}#mainmenu ul.level_1 li:hover ul.level_2{width:220px;overflow:hidden;opacity:1}.camera_wrap .camera_pag .camera_pag_ul li{background-color:#fff}.right_subhead{font-size:24px;color:#565656}.ce_colsetStart > div{position:relative}h2 a{font-size:30px;text-decoration:none}.default_hyper a:after{margin-left:10px;font-family:fruitMedia-Font;content: ""}.default_hyper a,.link_center a{height:40px;position:relative;display:inline-block;padding:0 20px;text-align:center;white-space:nowrap;background-color:#fff;border:1px solid #adb2b6;border-radius:4px;font-size:14px;line-height:38px;text-decoration:none;color:#333;text-transform:uppercase;transition: all 0.3s ease 0s;font-weight:400}.default_hyper a:hover,.link_center a:hover{background-color:#fff;border-color:#df4a43;color:#df4a43;text-transform:uppercase;transition: all 0.3s ease 0s}.bubble_b a:after,.fewo_votinglink a:after{margin-left:10px;font-family:fruitMedia-Font;content: ""}.head_filter_box .mod_fewo_filter .fld_start:after,.head_filter_box .mod_fewo_filter .fld_stop:after{line-height:44px}#frm_fld_minDate,#frm_fld_maxDate{display:none}.head_filter_box .fmSelectbox .fmCurrentLabel{height:50px;text-align:left;line-height:50px}.fa-facebook:before,.fa-google-plus:before{color:#fff}.box_white{padding:30px;background-color:#fff;border-top:1px solid #e0e0e0;border-right:1px solid #e0e0e0;border-left:1px solid #e0e0e0;border-radius:4px;border-bottom: 2px solid #005BAA}#mainmenu ul.level_1 li ul.level_2 li.first a,#mainmenu ul.level_1 li ul.level_2 li.first strong{border-top-left-radius:4px;border-top-right-radius:4px}#mainmenu ul.level_1 li ul.level_2 li.last a,#mainmenu ul.level_1 li ul.level_2 li.last strong{border-bottom-right-radius:4px;border-bottom-left-radius:4px}.head_filter_box > .mod_fewo_filter{overflow:visible;text-align:center}.headline_center_header{left:0;right:0;top:-160px;position:absolute;text-align:center}.headline_center_header h1{display:inline-block;margin-bottom:0;padding:10px;background-color:rgba(255,255,255,.5);border-radius:4px}.ce_text.left_headline.block{width:100%;overflow:visible}.left_headline p,.mod_fewo_history:before,.mod_left_navigation > strong,.mod_left_navigation > span{width:100%;height:50px;display:block;margin-bottom:0;padding-right:15px;padding-left:15px;background-color:#eee;border-top:1px solid #e0e0e0;border-right:1px solid #e0e0e0;border-left:1px solid #e0e0e0;border-top-left-radius:4px;border-top-right-radius:4px;font-size:20px;line-height:50px;font-weight: 400}.aside_header{width:100%;height:80px;display:block;margin-bottom:0;padding:20px 15px;background-color:#eee;border-top:1px solid #e0e0e0;border-right:1px solid #e0e0e0;border-left:1px solid #e0e0e0;border-top-left-radius:4px;border-top-right-radius:4px;font-size:20px;line-height:20px;font-weight: 400}.aside_header span{font-size:14px;font-weight: 300}.main-textbox-weiss{margin-bottom:40px;padding:30px;background-color:#fff;border-top:1px solid #e0e0e0;border-right:1px solid #e0e0e0;border-left:1px solid #e0e0e0;border-radius:4px;border-bottom: 2px solid #8EB6D4}.orte_links a{text-decoration:none}.orte_links figcaption{display:block;margin-bottom:5px;font-size:24px;text-decoration:none;color:#333;font-weight:300}.orte_links a:hover figcaption{color:#005baa}#bigbox-orte{width:1600px;margin:0px auto 0px}.bubble_b.to_map a{margin-top:5px}.ce_gallery ul li figure{margin-right:0 !important}.head_filter_box .mod_fewo_filter .formbody{float:left}.trenner{width:100%;height:1px;display:block;background-color:#e4dfd9;content:""}.big_heins{margin-top:60px;margin-bottom:20px;text-align:center;font-size:36px}.info_box_ridle:before{float:left;display:inline-block;margin-right:50px;font:140px Font-Awesome-5;font-weight:bold;color:#cfd8e0;content:"\f128"}.info_box_ridle{height:220px;padding:20px 20px 20px 50px;background-color:#E5EEF6}.default_button.red{float:right;background-color:#ed1b2a;border:0px solid;font-size:18px;color:#fff}#left .default_button.red{font-size:14px}.default_button.red:hover{float:right;background-color:#4D4F52;border:0px solid;color:#fff}.default_button:after{float:right;margin-left:10px;font-family:fruitMedia-Font;line-height:38px;content: ""}.home .mod_fewo_offerlisting.mod_fewo_random .fewo_offertitle{padding-right:10px;padding-bottom:10px;padding-left:10px}.home .mod_fewo_offerlisting.mod_fewo_random .fewo_grouping_5{padding-bottom:0}.headline_angebote{font-size:44px;color:#ed1b2a}.mod_fewo_leaflet  .con_random .fewo_image{position:static}.con_random .mod_fewo_random .fewo_list_item{width:24%;overflow:hidden;margin-right:1.33%}#left .caption{margin-top:4px;margin-bottom:12px;font-size:16px;color:#4D4F52;font-weight:400}#left .default_button{width:100%;text-align:center}.left_boxing{width:100%;padding:15px;background-color:#fff;border-right:1px solid #e0e0e0;border-bottom:1px solid #e0e0e0;border-left:1px solid #e0e0e0;border-radius:0 0 4px 4px;border-bottom: 2px solid #8EB6D4}#main .inside:after{clear:both;display:block;content:" "}.weather_wrap{position:relative}.team_wrap{overflow:hidden;float:none;clear:both}.right_head{color: #565656;    font-size: 24px;    height: 40px;    line-height: 40px;    margin-bottom: 10px}.footer_headline{height:34px;margin-top:34px;margin-bottom:22px;padding-right:15px;padding-left:15px;background-color:#0068B5;font-size:24px;line-height:34px;color:#fff;font-weight:600}.home_konbox_head{color: #333;    font-size: 28px;line-height: 1;    margin: 0 0 8px}@-moz-keyframes image_zoom{from { transform: scale(1.2)}to { transform: scale(1)}}@keyframes image_zoom{from { transform: scale(1.2)}to { transform: scale(1)}}@-webkit-keyframes image_zoom{from { transform: scale(1.2)}to { transform: scale(1)}}@-o-keyframes image_zoom{from { transform: scale(1.2)}to { transform: scale(1)}}.main_con{width:78%;float:left}.head_socials .facebook:hover{background-color:#4273C8}.head_socials .google:hover{background-color:#F75B44}#left h4,#right h4{height:40px;margin-bottom:10px;font-size:24px;line-height:40px;color:#565656}.booking_site footer{background-color:#005BAA}.left_right_wraper.priceWrap,.left_right_wraper .ce_fewo_details{position:relative;margin-bottom:25px;padding:25px 15px;background-color:#fff;border-right:1px solid #e0e0e0;border-left:1px solid #e0e0e0;border-radius:0 0 4px 4px;border-bottom: 2px solid #8EB6D4}.head_filter_box h3{color:#fff}.social_head_wrap{right:0;top:10px;position:absolute;z-index:9}.head_socials .hotline{margin-right:0;padding-top:20px;font-size:20px;color:#fff}.head_socials{right:0;top:0;position:absolute;float:right;text-align:right}.head_socials .google:before{font:18px/30px Font-Awesome-5;content:"\f0d5"}.head_socials .google{background-color:#D9442F}.head_socials .facebook:before{font:18px/30px Font-Awesome-5;content: "\f39e"}.head_socials .facebook{background-color:#4862A3}.head_socials .facebook,.head_socials .google{width:30px;height:30px;float:right;margin-top:8px;margin-left:8px;text-align:center;border-radius:2px;font-size:0;line-height:30px;text-decoration:none;color:#fff;content:" "}.header_video video{left:50%;position:relative;margin-left:-1000px}.header_video{overflow:hidden;margin-bottom:60px;height: calc(100vh - 146px)}.mm_nav_right a:before{font:36px/52px FontAwesome;content:"\f0c9"}.mm_nav_right a{width:52px;height:52px;float:right;margin-top:18px;margin-left:8px;text-align:center;background-color:#005BAA;background:-moz-linear-gradient(top,#a6c348,#86ae13);background:-webkit-linear-gradient(top,#a6c348,#86ae13);background:-o-linear-gradient(top,#a6c348,#86ae13);background:-ms-linear-gradient(top,#a6c348,#86ae13);background:linear-gradient(to bottom,#a6c348,#86ae13);-pie-background:linear-gradient(top,#a6c348,#86ae13);border:1px solid #84ad10;border-radius:3px;font-size:0;line-height:52px;text-decoration:none;color:#fff;content:" "}.page_image img{width:100%;height:300px;left:50%;position:relative;transform: translate(-50%,0);object-fit: cover}.full_page #main .inside{width:100%}.full_page #main .inside > * >*{width:1600px;margin:0 auto}.tag-chain:before{display:block;margin-bottom:6px;font-size:18px;content:"Schlagworte"}.tag-chain .tag-chain-item a{float:left;margin-right:6px;padding:4px 10px;background-color:#005BAA;text-decoration:none;color:#fff}.tag-chain .tag-chain-item a:before{margin-right:6px;font-family:FontAwesome;content:"\f02c"}.page_image h1{bottom:0;left:0;right:0;top:50%;position:absolute;margin:-35px 0 0;text-align:center;font-size:70px;color:#fff;z-index:9}.content_page #main .inside > * > *.page_image,.full_page #main .inside > * > *.page_image,.page_image{width:100%;height:300px;position:relative;margin-top:0;margin-bottom:0;background-color:#ddd;border-bottom:6px solid #87b4d4}.content_page #main .inside{width:100%}.content_page #main .inside > * > *{width:980px;margin:0 auto}.content_page #main .inside > * >*.fullimage{width:100%;position:relative}.content_page #main .inside > * >*.fullimage h3{bottom:0;left:0;right:0;top:50%;position:absolute;margin:-30px 0 0;text-align:center;font-size:60px;line-height:1;color:#fff}.ios .header_video,.win-ce .header_video,.android .header_video,.blackberry .header_video,.symbian .header_video,.webos .header_video,.win.safari .header_video{display:none}.homeTitelImg{width:100%;height:600px;background-color:#fff;border-bottom:6px solid #87b4d4}.homeTitelImg img{width:100%;height:100%;object-fit:cover}.ios .mod_cameraslideshow_show,.win-ce .mod_cameraslideshow_show,.android .mod_cameraslideshow_show,.blackberry .mod_cameraslideshow_show,.symbian .mod_cameraslideshow_show,.webos .mod_cameraslideshow_show,.win.safari .mod_cameraslideshow_show{display:block}span.mandatory{color:#f55856}.ce_form textarea{width:60%;height:200px}.ce_form .formbody > div{margin-bottom:4px}.ce_form label{width:140px;height:38px;float:left;display:block;line-height:38px}.heins_lookalike{font-size:44px;color:#005BAA}.mosaik_pics .caption:before{margin-right:16px;font-family:FontAwesome;color:#fff}.mosaik_pics .mos_text .caption:before{content:"\f0f6"}.mosaik_pics .mos_list .caption:before{content:"\f0ca"}.mosaik_pics .mos_kontakt .caption:before{content:"\f095"}.mosaik_pics .mos_ort .caption:before{content:"\f041"}.mosaik_pics .mos_house .caption:before{content:"\f015"}.mosaik_pics .mos_info .caption:before{content:"\f12a"}.mosaik_pics .mos_gastro .caption:before{content:"\f0f5"}.info_box_icon:before{width:32px;height:31px;left:-10px;top:-15px;position:absolute;display:block;text-align:center;background-color:#fff;border-radius:100%;font:30px/30px FontAwesome;color:#005BAA;content:"\f06a"}.info_box_icon,.content_page #main .inside > * > *.info_box_icon{position:relative;overflow:visible;margin-bottom:20px;padding:20px;background-color:#F2F1EF}.content_page h4{font-size:20px;color:#999}footer .info_box.ce_text ul,.info_box.ce_text ul,footer .info_box_icon.ce_text ul,.info_box_icon.ce_text ul{margin-bottom:0}.info_box,.content_page #main .inside > * > *.info_box{margin-bottom:20px;padding:20px;background-color:#F2F1EF}.zwei_drittel_text{padding-right:15%}.zwei_drittel_text.rechts{padding-right:0;padding-left:15%}.content_page h3{font-size:34px;color:#333}.content_page #main .inside > * > *.center_starter_text{margin-bottom:80px}.center_starter_text h2{width:670px;font-size:52px;line-height:1.2;color:#005BAA;margin:0 auto 30px}.pg_img_txt_large{bottom:0;left:0;right:0;top:50%;position:absolute;overflow:visible;margin:-35px 0 0;vertical-align:middle;text-align:center;font-size:70px;color:#fff;z-index:9}.center_starter_text p{width:670px;font-size:22px;color:#666;margin:0 auto}.ce_comments .formbody{padding:20px;background-color:#F6F6F6}.full_map #main .inside{width:100%;margin:auto}.mod_fewo_filter .fld_start:after,.mod_fewo_filter .fld_stop:after{bottom:0;right:10px;top:5px;position:absolute;font:20px/32px FontAwesome;color:#005baa;content:"\f133"}.mod_fewo_filter input[type="submit"],#fewo_map_filtercontainer input[type="submit"]{width:100%;height:44px;position:relative;display:block;padding:0 30px;text-align:center;white-space:nowrap;background-color:#DF4A43;border:1px solid #DF4A43;border-radius:4px;font-size:16px;line-height:44px;text-decoration:none;color:#fff;text-transform:uppercase;font-weight:600}.mod_fewo_filter input[type="submit"]:hover{background-color:#fff;color:#DF4A43}.head_filter_box input[type="text"],.head_filter_box #ctrl_period{height:50px;margin-right:0;border:0px solid;font-size:16px}.head_filter_wrap .mod_fewo_filter input[type="submit"]{height:50px;line-height:50px}.shariff li{width:38px;height:38px;margin:0 5px 0 0;padding:0}.shariff li.info,.shariff li.twitter{display:none}.shariff li a{padding:0;border-radius:2px;line-height:38px !important;text-align:center}.shariff li a .share_text{font-size:0 !important}.shariff li .fa{left:0 !important;right:0 !important}.bubble_b.to_map a,.bubble_b.to_list a{padding-right:15px;padding-left:15px}.inf_srv_center{margin-right:20px;margin-left:20px;border-right:1px solid #ccc;border-left:1px solid #ccc}.paymnt_booking_line{padding-top:25px;padding-bottom:25px}.infservc_line{margin-bottom:30px;background-color:#005BAA}.paymnt_booking_line > section{width:1600px;margin:0 auto}.infservc_line > section{width:1600px;padding-top:40px;padding-bottom:40px;margin:0 auto}.infservc_line h3{margin-bottom:0;font:22px PT+Sans;color:#fff;font-weight:100}.infservc_line p{margin-bottom:0;font-size:12px;color:#fff}.infservc_line .col_1 .ce_text:before{width:56px;height:56px;float:left;margin-top:8px;margin-right:10px;text-align:center;background-color:#fff;border-radius:100px;font:34px/56px FontAwesome;color:#005BAA;content:"\f05a"}.infservc_line .col_2 .ce_text:before{width:56px;height:56px;float:left;margin-top:8px;margin-right:10px;text-align:center;background-color:#fff;border-radius:100px;font:34px/58px FontAwesome;color:#005BAA;content:"\f017"}.bubble_b{float:right;display:inline-block;margin-bottom:0;margin-left:14px}.infservc_line .col_3 .ce_text:before{width:56px;height:56px;float:left;margin-top:8px;margin-right:10px;text-align:center;background-color:#fff;border-radius:100px;font:34px/56px FontAwesome;color:#005BAA;content:"\f1c5"}footer #copyright{width:100%;height:50px;background-color:#F8F8F8}.to_top_line .inner{width:1600px;position:relative;padding-top:12px;padding-bottom:12px;line-height:22px;color:#ccc;margin:0 auto}#copyright .social{float:right}#copyright .social a{width:30px;height:30px;position:relative;display:inline-block;background-color:#fff;border-radius:4px;font-size:0px;line-height:30px}#copyright .social a.gplus{background-color:#D9442F}#copyright .social a.gplus:before{left:5px;top:4px;position:absolute;font:22px FontAwesome;color:#fff;content:"\f0d5"}#copyright .social a.fb{background-color:#4862A3}#copyright .social a.fb:before{bottom:1px;left:8px;position:absolute;font:23px FontAwesome;color:#fff;content:"\f09a"}#copyright .social a:hover{background-color:#005BAA}.footer_con_box .horz_nav li{display:inline-block;margin-right:20px}.footer_con_box .horz_nav a{display:inline-block;font-size:14px;text-decoration:underline}#footer h3{margin-bottom:20px;font-size:24px;font-weight:300}#fewo_toogle_map span:before,#mapToggle2 span:before{margin-right:6px;font-family:Font-Awesome-5;content:"\f3c5";font-weight: 100}.to_list a:before{margin-right:6px;font-family:FontAwesome;content:"\f0ca"}.bubble_b a,.fewo_votinglink a,.mod_fewo_voting_list .fewo_link_back a{height:40px;position:relative;display:inline-block;padding:0 20px;text-align:center;white-space:nowrap;background-color:#f0f0f0;border:2px solid #adb2b6;border-radius:2px;font-size:14px;line-height:36px;text-decoration:none;color:#333;text-transform:uppercase;transition: all 0.3s ease 0s;cursor:pointer;font-weight:600}#fewo_toogle_map span,#mapToggle2 span{width:180px;height:40px;display:inline-block;margin-top:11px;padding:0 20px;text-align:center;white-space:nowrap;background-color:#fff;border:1px solid #adb2b6;border-radius:4px;font-size:14px;line-height:36px;text-decoration:none;color:#333;text-transform:uppercase;transition: all 0.3s ease 0s;cursor:pointer}.bubble_b a:hover,.fewo_votinglink a:hover,.mod_fewo_voting_list .fewo_link_back a:hover,.fewo_change_data #btnChange:hover,#fewo_toogle_map span:hover,#mapToggle2 span:hover{background-color:#fff;border-color:#df4a43;color:#df4a43;text-transform:uppercase;transition: all 0.3s ease 0s}.galleria-container{background-color:#3B3532}.galleria-stage{bottom: 60px;    left: 0;    overflow: hidden;    position: absolute;    right: 0;    top: 0}.pg_img_txt p{margin-bottom:0;color:#666}.pg_img_txt strong{font-size:34px;color:#333;font-weight:300}.pg_img_txt h3{width:140px;height:140px;right:30px;top:-100px;position:absolute;display:block;text-align:center;background-color:#005BAA;border-radius:100px;font-size:50px;line-height:140px;color:#fff}.pg_img_txt{bottom:0;left:0;right:0;position:absolute;overflow:visible;padding:10px 20px 15px;background-color:rgba(255,255,255,.8)}.left{width:20%;float:left;margin-right:2%}.sizing,footer #copyright .copyright_inner{width:100%;min-width:960px;max-width:1280px;position:relative;margin-right:auto;margin-left:auto;padding-right:15px;padding-left:15px}.srv_cntr,.inerat{position:relative;float:right;margin-top:18px;margin-right:20px;margin-left:8px;padding:6px 10px;background-color:#fff;font-size:16px;line-height:20px;text-decoration:none;color:#333}.srv_cntr:after{width:20px;bottom:0;left:-20px;top:0;position:absolute;display:block;text-align:center;background-color:#005BAA;font-family:FontAwesome;line-height:54px;color:#fff;content:"\f095"}.inerat:after{width:20px;bottom:0;left:-20px;top:0;position:absolute;display:block;text-align:center;background-color:#005BAA;font:14px/54px FontAwesome;color:#fff;content:"\f022"}.srv_cntr span,.inerat span{font-size:12px}.ssl_logo{float:left;margin-top:15px;margin-left:84px}.head_line_one{width:100%;height:40px}.head_line_one .inside{height:40px;line-height:40px}.head_line_one .hotline{float:left}.head_line_one .login{float:right}.head_line_two{width:100%;height:120px;position:relative;background-color:#8EB6D4;-webkit-box-shadow:0 2px 5px 0 rgba(0,0,0,.2);box-shadow:0 2px 5px 0 rgba(0,0,0,.2);z-index:9999}.head_line_two .inside{height:120px;display: flex;justify-content: space-between;align-items: center}.head_line_three{width:100%;height:46px;background-color:#fff;border-bottom:2px solid #87b4d4;z-index:999}.head_line_three .inside{width:1600px;height:42px;line-height:72px;margin:0 auto}.head_line_three .angebot{height:42px;float:right;padding-right:35px;padding-left:35px;text-align:center;background-color:#8C8B86;border-left:1px solid #fff;font-size:18px;line-height:42px;text-decoration:none;color:#fff}.head_line_three .angebot:hover{background-color:#005BAA}.head_line_three .breadcrumbs{width:100%;height:30px;float:none;clear:both;padding-right:24px;padding-left:24px;background-color:#F2F1EF;line-height:30px;color:#6E6E6E}.mosaik_pics{overflow:hidden;margin-bottom:40px}.mosaik_pics .pic_1,.mosaik_pics .pic_2,.mosaik_pics .pic_3,.mosaik_pics .pic_4,.mosaik_pics .pic_5{float:left}.mosaik_pics .image_container{position:relative;overflow:hidden}.mosaik_pics .image_container .caption{bottom:0;left:0;position:absolute;padding:4px 20px 5px;background-color:rgba(137,180,15,.8);font-size:26px;color:#fff;font-weight:300}.mosaik_textbox{width:490px;height:670px;float:left;padding-top:90px;padding-right:60px;padding-left:60px;text-align:center;background-color:#fff;border:2px solid #eee}.mosaik_textbox a{border-bottom:1px solid #eee;font:26px 'PT Sans',sans-serif;text-decoration:none;color:#333}.mosaik_textbox a:hover{border-color:#000;color:#999}.mosaik_textbox h3{margin-bottom:30px;font-size:45px;line-height:1;color:#005BAA}.mosaik_pics img{display:block}.border-box{padding:15px;border:5px solid #4dadd7}.border-box .green_button{float:right;margin-top:-10px}.border-box h4{color:#333}.green_button{width:225px;height:46px;display:block;margin-top:7px;text-align:center;background-color:#AAC70B;border-radius:5px;font-size:20px;line-height:46px;text-decoration:none;color:#fff}.green_button:hover{background-color:#999}.camera_wrap{margin-bottom:0px !important}.fb_gp_wrap .hotline{height:60px;float:left;display:block;margin-bottom:0;margin-left:20px;font-size:24px;line-height:60px;color:#333}.fb_gp_wrap .hotline span{color:#fff}.fb_gp_wrap a:hover{background-color:#999}.fb_gp_wrap .facebook,.fb_gp_wrap .google{width:46px;height:46px;float:left;display:block;margin-top:7px;margin-right:5px;text-align:center;background-color:#AAC70B;border-radius:5px;font-size:0px;line-height:46px;text-decoration:none;color:#fff}.fb_gp_wrap .facebook:before{font:30px/46px FontAwesome;color:#fff;content:"\f09a"}.fb_gp_wrap .google:before{font:30px/46px FontAwesome;color:#fff;content:"\f0d5"}.head_social_wrap{height:60px;background-color:#4DADD7;line-height:60px}.head_social_wrap .boxes4ward_article{width:1200px;height:60px;line-height:60px;margin:0 auto}.head_filter_box .mod_fewo_filter h2{margin-bottom:8px;line-height:42px;color:#fff}.buchungsgrafik{right:0;top:-10px;position:absolute}.ce_accordion .toggler{position:relative;margin-bottom:2px;padding:8px 15px;background-color:#eee;border-radius:2px;font-size:17px;color:#005BAA;cursor:pointer;font-weight:400}.ce_accordion .toggler:hover{background-color:#e0e0e0}.ce_accordion .toggler:after{right:15px;top:9px;position:absolute;font-family:fruitMedia-Font;content:""}.ce_accordion .toggler:before{margin-right:10px;font-family:Font-Awesome-5;content:"\f2fd";font-weight:300}.ce_accordion .toggler.active:after{content:""}.ce_accordion .accordion div{margin-bottom:2px;padding:15px}.fme_short_description,.fmn_short_description{margin-top:15px}.fme_event_date,.fmn_news_date{position:relative;margin-bottom:10px;padding-left:32px}.fmn_list_item .fmn_title{margin-bottom:8px}.fm_category_selector .resultCount{float:left}.fme_list_item .fme_city{margin-bottom:8px;font-size:14px;color:#999}.fme_details_item .grouping_2{width:320px;min-height:65px;float:right;display:block;margin-bottom:10px;padding:8px 10px;background-color:#EDF9FD}.fme_details_item .grouping_3{width:560px;display:block}.fm_category_selector .fmSelectbox{width:200px;float:right;margin-top:7px;margin-left:15px}.fm_category_selector{height:50px;margin-bottom:20px;padding-right:20px;padding-left:20px;background-color:#EDF9FD;border:1px solid #D2F0F9;line-height:50px}.bm_description h2{line-height:1}.left_fewo_search .fmSelectbox.inteliSelect .fmDropdownBox{max-height:300px;border-top:1px solid #005BAA}#left .block{overflow:visible}.left_fewo_search .fmSelectbox.inteliSelect .fmDropdownBox div.fmSelectOption{white-space:nowrap}.left_fewo_search .fmSelectbox.inteliSelect .fmInteliBox input{width:240px;height:36px;left:0;top:0;position:absolute}#left .inteliSelect.fmSelectbox .fmCurrentLabel{width:280px !important}.home_search .fmSelectbox.inteliSelect .fmInteliBox input{left:0;top:0;position:absolute;height:36px !important;width:240px !important}.home_search .fmSelectbox.inteliSelect .fmDropdownBox div.fmSelectOption{white-space:nowrap}.home_search .fmSelectbox.inteliSelect .fmDropdownBox{max-height:300px;right:0;border-top:1px solid #005BAA;min-width:170px !important;overflow-x:hidden}.fmSelectbox.inteliSelect .fmCurrentLabel:after{font-family:Font-Awesome-5;content:"\f002"}.home_search .inteliSelect.fmSelectbox .fmCurrentLabel{width:280px}.minimap_left{margin-bottom:20px;padding-bottom:5px;background-color:#EDF9FD;border:1px solid #D2F0F9}.right_booking_box{padding-bottom:25px;background-color:#EDF9FD}#right .like_line{margin-top:20px}.like_line{width:100%;height:36px;overflow:hidden;margin-top:30px;padding-top:7px;padding-right:15px;padding-left:15px;background-color:#EDF9FD;border:1px solid #D2F0F9;line-height:36px}.like_line .fb-share-button span{margin-right:10px;vertical-align:baseline;vertical-align: top!important}.fmn_details_item .grouping_1 .fmn_titleimage{left:0;top:0;position:absolute}.fmn_details_item .grouping_1{height:300px;position:relative;overflow:hidden;margin-bottom:20px;padding:15px 15px 15px 580px;border:1px solid #D2F0F9}.fme_event_location{margin-top:10px;font:24px/1 'PT Sans',sans-serif;color:#005BAA}.fme_details_item .grouping_1{height:300px;margin-bottom:20px}.fme_details_item .fme_titleimage{float:left}.fme_details_item .fme_map{float:right}.fme_details_item .fme_city,.fme_street{position:relative;padding-left:32px;font-size:14px;line-height:1.5}.fme_event_date:before,.fmn_news_date:before{width:24px;height:24px;left:0;top:-1px;position:absolute;display:block;text-align:center;background-color:#005BAA;border-radius:0 100% 100%;font:15px/24px FontAwesome;color:#fff;content:"\f073"}.fmn_details_item .fmn_title,.fme_details_item .fme_title{margin-bottom:20px;font:45px/1 'PT Sans',sans-serif;color:#FCCB17}.fmn_details_item .fmn_link_list a,.fme_details_item .fme_link_list a{right:0;top:18px;position:absolute}.three_col_listing,.two_col_listing{margin-bottom:20px;overflow:hidden}.three_col_listing .listing_item:hover .caption{background-color:rgba(255,255,255,1)}.three_col_listing .listing_item .caption{bottom:0;left:0;position:absolute;margin:0;padding:10px 15px;text-align:center;background-color:rgba(255,255,255,.7);font:20px 'PT Sans',sans-serif;font-weight:bold;color:#005BAA;width:auto !important}.three_col_listing .listing_item:nth-child(3n+3){margin-right:0}.three_col_listing .listing_item{position:relative;float:left;margin-right:10px;margin-bottom:10px}.to_top_label{height:60px;right:63px;top:0;position:absolute;display:block;padding-right:20px;padding-left:20px;background-color:#edf9fd;font-size:16px;line-height:60px}.fmn_list_item,.fme_list_item{height:300px;position:relative;overflow:hidden;margin-bottom:20px;padding:15px 15px 15px 580px;border:1px solid #D2F0F9}.fmn_list_item:hover,.fme_list_item:hover{background-color:#EDF9FD}.fmn_list_item .fmn_titleimage,.fme_list_item .fme_titleimage{left:0;top:0;position:absolute}.fme_list_item .fme_title{margin-bottom:2px}.fmn_list_item .fmn_title a,.fme_list_item .fme_title a{font:20px/1 'PT Sans',sans-serif;text-decoration:none;color:#005BAA}.fmn_list_item .fmn_news_date,.fme_list_item .fme_event_date{margin-bottom:5px}.fmn_list_item .fmn_link_details a,.fme_list_item .fme_link_details a{bottom:15px;right:15px;position:absolute;padding:10px 15px;background-color:#005BAA;font-weight:bold;text-decoration:none;color:#fff}.fmn_list_item .fmn_link_details a:hover,.fme_list_item .fme_link_details a:hover{background-color:#999}.ce_suntimes ul.heading{font:24px 'PT Sans',sans-serif;color:#005BAA}.ce_suntimes ul.heading li{padding-left:15px;font-weight:normal;background:none}.ce_suntimes ul{height:70px;display:table-row;border-bottom:1px solid #d2f0f9;font-size:14px}.ce_suntimes li{display:table-cell;padding-right:15px;padding-left:15px;vertical-align:middle;border-bottom:2px solid #d2f0f9}.ce_suntimes .suntimes_day{width:160px}.ce_suntimes .suntimes_day .dow{display:block;line-height:25px;font-weight:bold}.ce_suntimes .suntimes_sunrise,.ce_suntimes .suntimes_sunset,.ce_suntimes .suntimes_hours{width:243px;font-weight:bold}.ce_suntimes .suntimes_sunrise{padding-left:120px;background-image:url("../../files/icons/sonnenaufgang.png");background-position:left center;background-repeat:no-repeat;background-position:15px center}.ce_suntimes .suntimes_sunset{padding-left:120px;background-image:url("../../files/icons/sonnenuntergang.png");background-position:left center;background-repeat:no-repeat;background-position:15px center}.ce_suntimes .suntimes_hours{padding-left:165px;background-image:url("../../files/icons/sonnendauer.png");background-position:left center;background-repeat:no-repeat;background-position:15px center}.two_col_listing .listing_item:hover .caption{background-color:rgba(255,255,255,.9)}.two_col_listing .listing_item .caption{bottom:0;left:0;position:absolute;margin:0;padding:10px 15px;text-align:center;background-color:rgba(255,255,255,.7);font:20px 'PT Sans',sans-serif;font-weight:bold;color:#005BAA;width:auto !important}.two_col_listing .listing_item:nth-child(2n+2){margin-right:0}.two_col_listing .listing_item{position:relative;float:left;margin-right:20px;margin-bottom:20px}.kon_tab_time td.col_first{width:100px;font-weight:bold}.kon_tab_time{font-size:14px;margin:0px !important}.left_kon_box{background-color:#EDF9FD;border:1px solid #D2F0F9}.kon_box .detail{line-height:28px}.vote_home.mod_fewo_voting_all .fewo_voting_score{margin-top:8px}.team_item{width:49%;height:150px;position:relative;float:left;margin-bottom:50px;padding-left:170px;margin-right:2%}.team_item .email{bottom:0;position:absolute}.team_item img{left:0;top:0;position:absolute;border-radius:5px}.team_item:nth-child(2n+2){margin-right:0}.con_2liste .ce_dlh_googlemaps{float:left}.cont_obj_list h3{color:#EC2C80}.mod_fewo_search .fewo_error{width:auto;height:30px;left:0;top:-34px;position:absolute;padding-right:5px;padding-left:5px;white-space:nowrap;background-color:#fff;border:1px solid #E06E62;font-size:13px;line-height:30px;color:#E06E62;z-index:9}.mod_fewo_search .fewo_error:before{bottom:-11px;left:28px;position:absolute;display:block;content:"";border-top: 5px solid #E06E62;border-left: 5px solid transparent;border-right: 5px solid transparent;border-bottom: 5px solid transparent}.nohead .head_wrapper_open{height:100px}#bigbox-bottom .mod_fewo_random .fewo_list_item{width:23%;margin-right:1%;margin-left:1%}.mod_fewo_search #ctrl_fewo_id{height:40px}.mod_fewo_search .submit{width:40px;height:40px;right:0;top:0;position:absolute;background-image:url("../../files/images/lupe.png");background-position:center center;background-repeat:no-repeat;font-size:0}.mod_fewo_search .fmSelectbox .fmCurrentLabel,.mod_fewo_search select{width:270px;height:36px;background-color:#f0f0f0;border:0px solid;line-height:36px}.mod_fewo_search .fmSelectbox .fmCurrentLabel:after{width:36px;height:36px;line-height:36px}.mod_fewo_search .fmDropdownBox{top:37px;-webkit-box-shadow:0 3px 4px 0 rgba(0,0,0,.2);box-shadow:0 3px 4px 0 rgba(0,0,0,.2);border:0px solid}.mod_fewo_search .fmInteliText{width:270px;height:36px;left:0;top:0;position:absolute;background-color:#eee;border:0px solid;border-radius:2px;line-height:36px}.left_kon_box .detail{line-height:30px}.form_ico:before{width:24px;height:24px;left:0;top:0;position:absolute;display:block;text-align:center;background-color:#005BAA;border-radius:0 100% 100%;font:16px/24px FontAwesome;color:#fff;content:"\f0f6"}.bm_detail .bm_city:before,.pin:before,.fme_details_item .fme_city:before,.mod_bm_list .bm_street:before{width:24px;height:24px;left:0;top:-1px;position:absolute;display:block;text-align:center;background-color:#005BAA;border-radius:0 100% 100%;font:16px/24px FontAwesome;color:#fff;content:"\f041"}.bm_detail .bm_phone:before,.phone:before,.mod_bm_list .bm_phone:before{width:24px;height:24px;left:0;top:-1px;position:absolute;display:block;text-align:center;background-color:#005BAA;border-radius:0 100% 100%;font:16px/24px FontAwesome;color:#fff;content:"\f095"}.bm_detail .bm_fax:before,.fax:before{width:24px;height:24px;left:0;top:-1px;position:absolute;display:block;text-align:center;background-color:#005BAA;border-radius:0 100% 100%;font:16px/24px FontAwesome;color:#fff;content:"\f1ac"}.bm_detail .bm_email:before,.email:before{width:24px;height:24px;left:0;top:-1px;position:absolute;display:block;text-align:center;background-color:#005BAA;border-radius:5px;font:16px/24px FontAwesome;color:#fff;content:"\f0e0"}.bm_detail .bm_url:before,.url:before{width:24px;height:24px;left:0;top:-1px;position:absolute;display:block;text-align:center;background-color:#005BAA;border-radius:0 100% 100%;font:16px/24px FontAwesome;color:#fff;content:"\f0ac"}.bm_detail .bm_link_facebook:before{width:24px;height:24px;left:0;top:-1px;position:absolute;display:block;text-align:center;background-color:#005BAA;border-radius:0 100% 100%;font:16px/24px FontAwesome;color:#fff;content:"\f09a"}.bm_detail .bm_link_gplus:before{width:24px;height:24px;left:0;top:-1px;position:absolute;display:block;text-align:center;background-color:#005BAA;border-radius:0 100% 100%;font:16px/24px FontAwesome;color:#fff;content:"\f0d5"}.mod_bm_list .bm_image{margin-bottom:15px}.bm_detail .block{overflow:visible}.foot_kon_box p{position:relative;padding-left:24px}.foot_kon_box .tel,.foot_kon_box .mail{margin-top:10px}.foot_kon_box .city:before{left:2px;top:2px;position:absolute;font:18px FontAwesome;color:#666;content:"\f041"}.foot_kon_box .tel:before{left:2px;top:3px;position:absolute;font:18px FontAwesome;color:#666;content:"\f095"}.foot_kon_box .mail:before{left:2px;top:4px;position:absolute;font:14px FontAwesome;color:#666;content:"\f0e0"}.random_head_wrap{width:100%;bottom:20px;position:absolute;z-index:1}.random_head_wrap .head_inside{position:relative;text-align:center}.random_head_wrap .head_inside div{display:inline-block;padding:0 25px 4px;text-align:center;background-color:rgba(0,0,0,.5)}.random_head_wrap .head_inside div h2{margin:0;padding:0;color:#fff}.footer_social_box{height:60px;border-top:1px solid #e1e1e1}.footer_social_box .footer_bild_wrap{height:60px;position:relative}.footer_social_box a.facebook,.footer_social_box a.google,.footer_social_box a.to_top{width:60px;height:60px;display:inline-block;text-align:center;background-color:#FCCB17;font-size:0px;line-height:60px;text-decoration:none;color:#fff}.footer_social_box a:hover{background-color:#999}.footer_social_box .to_top{right:0;position:absolute}.footer_social_box .facebook:before{font:30px/60px FontAwesome;content:"\f09a"}.footer_social_box .google:before{font:30px/60px FontAwesome;content:"\f0d5"}.footer_social_box .to_top:before{font:36px/60px fruitMedia-Font;content:"\e67d"}.mod_left_navigation li.submenu > strong:after,.mod_left_navigation li.submenu > a:after,.mod_left_navigation li.submenu > trail:after{right:10px;top:10px;position:absolute;font-family:fruitMedia-Font;color:#fff;content:"\e67c" !important;color:#ffffff !important}.link_liste li:before{color:#005BAA;content:"\f105" !important;color:#005BAA !important;font-size:16px !important;top:-2px !important}#bigbox-top{background-color:#f2f2f2;overflow:hidden !important}.link_arrow a{position:relative;padding-left:20px;font-size:16px;text-decoration:none;color:#333}.link_arrow a:hover{color:#005BAA}.link_arrow a:hover:before{color:#005BAA}.link_arrow a:before{left:0;top:4px;position:absolute;font:14px fruitmedia-font;color:#999;content:"\e67a"}.home_mb_spalte .col_2 > div,.home_mb_spalte .col_3 > div{padding-left:30px}.home_mb_spalte .col_1,.home_mb_spalte .col_2,.home_mb_spalte .col_3{position:relative;padding-top:35px;padding-bottom:50px}.home_bm_list p{margin-bottom:0;font-size:13px;line-height:2;font-weight:bold}.home_bm_list p.city{font-weight:normal;color:#999}.home_bm_list p.tele{color:#005BAA}.home_mb_spalte .col_1,.home_mb_spalte .col_2{border-right:1px solid #e1e1e1}.home_mb_spalte .link_arrow{bottom:0;position:absolute}#bigbox-bottom{padding:100px 0;border-top:1px solid #ccc}.home_team img{border-radius:100%}.home_team p{margin-bottom:0;padding-top:4px;font-size:18px}.home_team a{position:relative;padding-left:30px;font-size:16px;text-decoration:none;color:#005BAA}.home_team a:hover{color:#999}#bigbox-info{background-color:#F4F2F0}.footer_bild figure{width:100%;height:330px;position:relative}.footer_bild figure img{width:100%;min-width:2000px;min-height:330px}.footer_con_box{padding-bottom:30px}.home_konbox h4{font-size:28px;color:#333}.home_konbox .social{right:15px;top:15px;position:absolute}.home_konbox{position:relative;padding:15px;background-color:#fafafa;border:1px solid #ccc;border-radius:6px}.home_konbox .google{display:inline-block;margin-left:5px;font-size:0px;text-decoration:none;color:#D9442F}.home_konbox .google:hover{color:#F75B44}.home_konbox .facebook{display:inline-block;margin-left:5px;font-size:0px;text-decoration:none;color:#4862A3}.home_konbox .facebook:hover{color:#4273C8}.home_konbox .facebook:before{width:20px;height:20px;display:block;font:24px FontAwesome;content:"\f082"}.home_konbox .google:before{width:20px;height:20px;display:block;font:24px FontAwesome;content:"\f0d4"}.ce_bm_details .bm_image{overflow:hidden;float:left;margin-bottom:20px}.ce_bm_details .bm_map{position:relative;overflow:hidden;float:right}.ce_bm_details .bm_map .bm_mapnavigationlink a{height:40px;bottom:0;left:0;right:0;position:absolute;text-align:center;background-color:rgba(0,0,0,.4);line-height:40px;font-weight:bold;text-decoration:none;color:#fff}.ce_bm_details .bm_map .bm_mapnavigationlink a:hover{background-color:rgba(0,0,0,.8)}.ce_bm_details .bm_navigation .bm_navigation_current{width:85px;right:60px;position:absolute;text-align:center}.bm_detail_nav{width:300px;height:40px;right:0;top:15px;position:absolute;display:block;line-height:40px}.ce_bm_details .bm_navigation{position:relative;float:right}.ce_bm_details .bm_navigation .bm_navigation_list{width:120px;right:215px;position:absolute;text-align:right}.ce_bm_details .bm_navigation .bm_navigation_next a:hover,.ce_bm_details .bm_navigation .bm_navigation_prev a:hover{background-color:#999}.ce_bm_details .bm_navigation .bm_navigation_next{width:40px;height:40px;right:0;position:absolute;display:block;text-align:center;background-color:#D2F0F9;font-size:0px;line-height:40px}.ce_bm_details .bm_navigation .bm_navigation_next a{width:40px;height:40px;left:0;top:0;position:absolute;display:block;margin-right:40px;text-align:center;background-color:#005BAA;font-size:0px;line-height:40px;text-decoration:none}.ce_bm_details .bm_navigation .bm_navigation_next a:before{font:14px/40px fruitMedia-Font;color:#fff;content:"\e67a"}.ce_bm_details .bm_navigation .bm_navigation_next:before{font:14px/40px fruitMedia-Font;color:#fff;content:"\e67a"}.ce_bm_details .bm_navigation .bm_navigation_prev{width:40px;height:40px;right:126px;position:absolute;display:block;margin-right:40px;text-align:center;background-color:#D2F0F9;font-size:0px;line-height:40px}.ce_bm_details .bm_navigation .bm_navigation_prev a{width:40px;height:40px;left:0;top:0;position:absolute;display:block;margin-right:40px;text-align:center;background-color:#005BAA;font-size:0px;line-height:40px;text-decoration:none}.ce_bm_details .bm_navigation .bm_navigation_prev a:before{font:14px/40px fruitMedia-Font;color:#fff;content:"\e67b"}.ce_bm_details .bm_navigation .bm_navigation_prev:before{font:14px/40px fruitMedia-Font;color:#fff;content:"\e67b"}.ce_bm_details .bm_description{width:550px;float:left;display:block;margin-right:5px;margin-bottom:30px;padding:0}.ce_bm_details .bm_description .bm_label{display:block;margin-bottom:8px;font:22px 'PT Sans',sans-serif;color:#005BAA}.bm_info_wrap{width:335px;float:right;margin-bottom:30px}.ce_bm_details.bm_grey_box .bm_business_hours .bm_label{font-weight:bold}.ce_bm_details.bm_grey_box .bm_business_hours .business_dow{width:100px;float:left;display:block;text-align:left}.ce_bm_details.bm_grey_box .bm_business_hours .business_time{text-align:right}.ce_bm_details.info_box .bm_label{left:0;position:absolute;font-weight:bold}.ce_bm_details.info_box > div,.phone,.pin,.city,.fax,.form_ico,.ico_space,.email,.url,.fme_address,.fme_details_item .fme_city,.mod_bm_list .bm_street,.mod_bm_list .bm_city,.mod_bm_list .bm_phone{position:relative;margin-bottom:6px;padding-left:32px}.ce_bm_details.info_box > div span{display:none}.bm_grey_box{padding:8px 10px;background-color:#EDF9FD;font-size:14px;line-height:1.5}.left_box_detail .fewo_images_image{overflow:hidden;border-radius:5px}.ce_bm_details .bm_title{margin:0 0 15px;font:45px/1 'PT Sans',sans-serif;color:#FCCB17}.con_2liste .con_2liste_item{width:420px;position:relative;overflow:hidden;float:right;margin-bottom:10px;margin-left:20px;border:1px solid #D2F0F9}.con_2liste .con_2liste_item:hover{background-color:#EDF9FD}.con_2liste .con_2liste_item .goon{bottom:0;left:0;right:0;top:0;position:absolute;font-size:0px}.con_2liste .con_2liste_item p{margin:0;padding:0}.con_2liste .con_2liste_item a{padding-top:20px}.con_2liste .con_2liste_item h2{left:140px;position:absolute;line-height:102px;color:#005BAA}.top-nav .weather_current div{float:left;margin-right:10px}.default_back{right:30px;top:25px;position:absolute;padding-left:15px;background-image:url("../../files/icons/list_arrow_left.png");background-position:left center;background-repeat:no-repeat;z-index:1}.mod_bm_list .bm_item .bm_link_details a{bottom:0;left:0;right:0;top:0;position:absolute;font-size:0px}.mod_bm_list .bm_item{width:435px;height:390px;position:relative;overflow:hidden;float:left;margin-right:20px;margin-bottom:20px;border:1px solid #D2F0F9}.mod_bm_list .bm_item:hover{background-color:#EDF9FD}.mod_bm_list .bm_item .bm_title a{top:244px;position:absolute;display:block;margin:0;padding:10px 15px;background-color:rgba(255,255,255,.7);font:20px 'PT Sans',sans-serif;font-weight:bold;text-decoration:none;color:#005BAA}.mod_bm_list .bm_street,.mod_bm_list .bm_postal,.mod_bm_list .bm_city,.mod_bm_list .bm_phone,.mod_bm_list .bm_url{margin-right:15px;margin-left:15px;font-size:14px;color:#000}.mod_bm_list .bm_item.even{margin-right:0}.link_liste ul{background:transparent !important;margin:0 !important;padding:0 !important}.link_liste li{padding-left:10px !important}.link_liste li a{font-size:14px}#left .mod_left_navigation ul li ul li a{margin-bottom:0;padding:2px 20px 2px 40px;font-size:14px;background:none}#left .mod_left_navigation ul li ul li a:hover,#left .mod_left_navigation ul li ul li strong.active{margin-bottom:0;background-color:#fff;font-size:14px;color:#000}#left .mod_left_navigation ul li ul li a.last,#left .mod_left_navigation ul li ul li strong.last{border-bottom:0px solid}#left .mod_left_navigation ul li ul{margin-top:-3px;margin-bottom:8px;padding-top:2px;padding-bottom:2px}.mod_fewo_voting_list .fewo_link_back{top:5px}.foot_weather{height:60px;left:126px;top:0;position:absolute;display:block;padding-right:20px;padding-left:20px;background-color:#EDF9FD;line-height:60px;margin-right:0px !Important}.foot_weather h3{height:60px;float:left;font-size:16px;line-height:60px;font-weight:bold;color:#000}.foot_weather .weather_copyright{display:none}.foot_weather .weather_current{position:relative;float:left;margin-right:0px !important}.foot_weather .weather_location{float:left;font-size:16px;color:#4389BA}.foot_weather .weather_temperature{float:left;font-size:16px;font-weight:bold;color:#005BAA}.foot_weather .weather_image{float:left;margin-right:20px;margin-left:20px}.left_kon_link:before{position:relative;margin-right:8px;font-family:Font-Awesome-5;color:#666;content:"\f0f6"}footer .ce_text ul,.ce_text ul{margin-bottom:20px}.head_bw_wrap{left:30px;top:78px;position:absolute}.home .datepicker_bootstrap{margin-top:10px;margin-left:-4px}.captcha{width:55px;margin-right:8px;text-align:center;width:55px !important}.footer_con_box .foot_indv_nav span:before{right:0;position:absolute;font:14px/30px fruitmedia-font;content:"\e67a"}.footer_con_box .foot_indv_nav span.active:hover{color:#fff}.umfang .fewo_postalcity:before{width:24px;height:24px;left:0;top:0;position:absolute;display:block;text-align:center;background-color:#005BAA;border-radius:0 100% 100%;font:16px/24px Font-Awesome-5;color:#fff;content:"\f041"}.umfang .fewo_schlafzimmer:before{width:24px;height:24px;left:0;top:0;position:absolute;display:block;text-align:center;background-color:#005BAA;border-radius:0 100% 100%;font:16px/24px fruitMedia-Font;color:#fff;content:"\e6a7"}.umfang .fewo_size:before{width:24px;height:24px;left:0;top:0;position:absolute;display:block;text-align:center;background-color:#005BAA;border-radius:0 100% 100%;font:16px/24px Font-Awesome-5;color:#fff;content:"\f015"}.umfang .fewo_person:before{width:24px;height:24px;left:0;top:0;position:absolute;display:block;text-align:center;background-color:#005BAA;border-radius:0 100% 100%;font:16px/24px Font-Awesome-5;color:#fff;content:"\f007"}.umfang strong{width:100px;display:inline-block}.umfang div{height:24px;position:relative;margin-bottom:4px;padding-left:35px;line-height:24px;font-weight:bold}.det_kon_tel:before{margin-right:4px;font-family:Font-Awesome-5;color:#666;content:"\f095"}.det_kon_fax:before{margin-right:4px;font-family:Font-Awesome-5;color:#666;content:"\f02f "}.left_kon_link{color:#000}.det_kon_mail:before{margin-right:4px;font-family:Font-Awesome-5;color:#4389BA;content:"\f0e0"}.default_button{height:42px;position:relative;display:inline-block;padding-right:20px;padding-left:20px;text-align:center;background-color:#f0f0f0;border:2px solid #adb2b6;border-radius:2px;font-size:18px;line-height:42px;text-decoration:none;color:#333}.default_button:hover{background-color:#fff;border:2px solid #df4a43;text-decoration:none;color:#df4a43}.main_bewerten_list .fewo_voting{float:none;clear:both}.main_content_random .fewo_list_item{width:270px !important;height:178px !important}.main_content_random .fewo_list_item .fewo_title{padding-right:15px !important;padding-left:15px !important;font-size:14px !important}.left_kon_box p{margin-bottom:0;padding:15px 20px 10px}.head_bewertung{position:relative;padding-left:30px;font-size:20px;text-decoration:none}.head_bewertung:hover{text-decoration:none;color:#4389BA}.head_bewertung:before{left:0;top:3px;position:absolute;font-family:Font-Awesome-5;content:"\f0c0 "}.left_box_detail h4{margin-bottom:5px;font-size:18px;color:#000}.ce_form{padding-right:15px;padding-bottom:15px;padding-left:15px;background-color:#E4E4E4;border-radius:4px}.ce_form h3{padding-top:15px;font-size:24px}.ce_form .submit{margin-top:20px;font-size:16px;font-weight:400}#frmSort .formbody{right:15px;top:9px;position:absolute}.top-infos a{margin-bottom:0;text-align:right;font-size:18px;line-height:70px;font-weight:bold;text-transform:uppercase}.top-infos a span{position:relative;font-size:0;color:#005BAA}.top-infos a span:before{width:30px;height:30px;left:-35px;top:-22px;position:absolute;text-align:center;background-color:#005BAA;border-radius:0 100% 100%;font:24px/30px Font-Awesome-5;color:#fff;content:"\f095"}.social_aside_nav{right:228px;top:160px;position:absolute}.social_aside_nav a.facebook:before{font-family:Font-Awesome-5;content:"\f09a "}.social_aside_nav a.google:before{font-family:Font-Awesome-5;content:"\f0d5 "}.mod_left_navigation ul.level_1{margin-bottom:25px;padding:20px 15px;background-color:#fff;border-right:1px solid #e0e0e0;border-left:1px solid #e0e0e0;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-bottom: 2px solid #8EB6D4}.social_aside_nav .facebook:before,.social_aside_nav .google:before{width:45px;height:45px;display:inline-block;margin-right:10px;text-align:center;background-color:#F18601;border-radius:5px;font-size:30px;line-height:45px;color:#fff}.social_aside_nav a{font-size:0px}.social_aside_nav a:hover.facebook:before,.social_aside_nav a:hover.google:before{background-color:rgba(0,0,0,.3);text-decoration:none}#left h3{margin-bottom:0;padding-right:20px;padding-left:20px;font:20px 'PT Sans',sans-serif;color:#005BAA}#left{border-top-left-radius:10px}.top-nav li span{display:inline-block;padding-right:5px;padding-left:5px;border-right:1px solid #F18601;font-size:20px;line-height:20px;color:#F18601;cursor:pointer}.top-nav li span:hover{color:#4389BA}.foot_indv_nav a,.foot_indv_nav strong,a.footer_katalog{position:relative;display:block;border-bottom:1px solid #fff;font-size:20px;line-height:30px;color:#fff}.foot_indv_nav a:after,a.footer_katalog:after{right:0;position:absolute;margin-right:5px;font:14px/30px fruitMedia-Font;color:#fff;letter-spacing:-4px;content:""}.foot_indv_nav a:hover,a.footer_katalog{color:#fff}.foot_indv_nav a:hover:after,a.footer_katalog:hover:after{color:#4D4F52;transition: all 0.3s ease 0s}.footer_con_box h3{}#mainmenu{overflow:visible;float:left;margin-top:54px;margin-left:50px;line-height:60px}.head_filter_wrap{width:100%;bottom:-48px;position:absolute;z-index:99}.cameraContent{width:100%;bottom:110px;position:absolute;padding-right:45px;padding-left:45px;z-index:-1;top:auto !important}.camera_html{width:1200px;margin:0 auto}.camera_html p{margin-bottom:0;padding:5px 45px;font-size:16px;color:#fff}.double_border_down{margin-bottom:70px;padding-bottom:30px;border-bottom:2px solid #FCCB17;box-shadow: 0 1px 0 0 rgba(255, 255, 255, 1)}.head_filter_box .fmDropdownBox div:hover,.head_filter_box .fmDropdownBox div.active{background-color:#E6E6E6;color:#000}.head_filter_box .fmDropdownBox{max-height:200px;top:44px;position:absolute;display:none;background-color:#fff;-webkit-box-shadow:0 1px 0 0 rgba(0,0,0,.3);box-shadow:0 1px 0 0 rgba(0,0,0,.3);overflow-y: auto}.head_filter_box .mod_fewo_filter form{overflow:visible;display:inline-block;padding:20px;background-color:#8eb6d4;border-radius:4px}.head_filter_box .mod_fewo_filter .formbody .formelem{width:260px;position:relative;float:left;margin-right:5px;cursor:pointer}.head_filter_box .mod_fewo_filter .formsubmit{width:170px;position:relative;float:left;margin-right:5px;cursor:pointer}.head_filter_box .mod_fewo_filter .formsubmit{margin-right:0}.head_filter_box .formsubmit:before{left:16px;top:12px;position:absolute;font:26px Font-Awesome-5;color:#fff;content:"\f002";z-index:1}.head_filter_box .fld_resetFilter{display:none;display:none !important}.head_filter_box .lasche{height:40px;display:inline-block;margin-right:3px;padding:0 25px;background-color:#fff;border-top-left-radius:5px;border-top-right-radius:5px;font-size:16px;line-height:40px;text-decoration:none}.head_filter_box a.lasche{color:#000}.head_filter_box a.lasche:hover{background-color:#F18601;text-decoration:none;color:#fff}.head_filter_box span.lasche{background-color:#F18601;color:#fff}.head_filter_box{width:1000px;margin:0 auto}.head_wrapper_open{width:1200px;height:404px;position:relative;margin:0 auto;z-index:2}#header .top-infos a{font-size:20px;font-weight:bold;text-decoration:none;color:#000}#header .top-infos a:hover{text-decoration:none;color:#005BAA;color:#005BAA !important}.head_tele,.head_mail{position:relative;padding-left:25px;font-size:14px;color:#000}a.head_mail{color:#000 !important;font-size:14px !important}.head_tele:before{left:0;top:2px;position:absolute;margin-right:8px;font:18px Font-Awesome-5;color:#4389BA;content:"\f098 "}.head_mail:before{left:0;top:1px;position:absolute;margin-right:8px;font:18px Font-Awesome-5;color:#4389BA;content:"\f199"}.top-nav h2{margin-bottom:23px;font-size:26px;font-style:italic;color:#000}.news-content{margin-bottom:10px;padding-bottom:8px;border-bottom:1px solid #EFEFEF}.ce_gallery .caption{margin-bottom:20px;padding:2px 0 2px 5px;background-color:rgba(224,224,224,.75);font-size:14px;line-height:1.5;font-weight: 400}#left .mod_left_navigation li{margin-left:0}.underbox{margin-bottom:20px;padding:15px;background-color:#fff}.mod_fewo_filter.horiz-filter input[type="submit"]{width:160px;height:44px;margin-right:0;padding-top:0;padding-bottom:0;padding-left:44px;text-align:center}.service-hotline{margin-top:10px;margin-bottom:10px;padding-top:10px;padding-left:10px;background-color:#47403A;border-bottom:4px solid #F55856;color:#fff}.fewo-software{margin-top:10px;padding-top:10px;border-top:1px solid #47403A}.textbox{margin:-15px 0 20px 3px;padding:15px;background-color:#ffffff}.calltoaction{margin:25px 0;padding:15px 15px 5px;background-color:#E5EEF6}#footer .inside{border-top:4px solid #ccc}footer{background-color:#8EB6D4}.horiz-filter .fld_stop{width:191px;left:599px;top:10px;position:absolute}.horiz-filter .fld_region{width:158px;left:10px;top:10px;position:absolute;overflow:hidden;border:1px solid #DDD}.horiz-filter .fld_start{width:191px;left:389px;top:10px;position:absolute}.horiz-filter .fld_person{width:158px;left:190px;top:10px;position:absolute;overflow:hidden;border:1px solid #DDD}.horiz-filter{width:960px;height:43px;margin-bottom:20px;padding:10px;border-bottom:2px solid #F55856}.horiz-filter .fewo_region{height:42px;right:0;top:0;position:relative;margin:0;padding:10px;background-color:#FFF;font-size:16px;cursor:pointer}.horiz-filter .fewo_person{height:42px;padding:10px;font-size:16px;cursor:pointer}.mod_fewo_filter select:focus{border: 0 none;outline: 0 none}#left .mod_fewo_filter select{width:235px;height:42px;padding:10px;font-size:16px}.horiz-filter .fewo_start{width:169px;font-size:16px}.horiz-filter .fewo_stop{width:169px;font-size:16px}.header-claim{left:260px;top:65px;position:absolute;font-size:20px;color:#444444}.content-slider h1{width:400px;height:36px;top:265px;position:absolute;padding:15px 60px 10px 20px;background-color:rgba(245,88,86,.75);line-height:1;color:#fff}.content-slider .caption{width:460px;height:20px;top:326px;position:absolute;padding-bottom:20px;padding-left:20px;background-color:rgba(245,88,86,.75);font-size:18px;line-height:1.5;font-weight:normal;color:#e8e8e4;width: 460px !important}.infoLine .ym-grid{margin-top:20px;margin-bottom:20px;padding-bottom:30px;-webkit-box-shadow:0 1px 0 0 rgba(255,255,255,.5);box-shadow:0 1px 0 0 rgba(255,255,255,.5);border-bottom:1px solid #e8e8e4}.clearFloat{clear:both;margin-bottom:20px}.selectnav{display:none}#mobnav{display: none!important}#mainmenu ul li{position:relative;float:left;display:block;margin:0;padding:0;line-height:1}#mainmenu > ul > li > a,#mainmenu > ul > li > strong{height:42px;display:block;margin-right:2px;padding-right:15px;padding-left:20px;text-align:center;background-color:#4389ba;border-radius:2px;font-size:19px;line-height:44px;text-decoration:none;color:#fff;text-transform:uppercase;cursor:pointer;font-weight:400}#mainmenu > ul > li > a:after,#mainmenu > ul > li > strong:after{margin-left:8px;font:20px Font-Awesome-5;content:"\f107"}#mainmenu ul.level_2 li a,#mainmenu ul.level_2 li strong{display:block;padding-right:25px;padding-left:25px;text-align:center;border-bottom:1px solid #f0f0f0;font-size:18px;line-height:42px;text-decoration:none;color:#fff;cursor:pointer}#mainmenu ul.level_2 li a.last,#mainmenu ul.level_2 li strong.last{border-bottom:0px solid}#mainmenu ul li a:hover,#mainmenu ul li.trail a,#mainmenu ul li.trail strong,#mainmenu ul.level_1 li ul.level_2 a.active,#mainmenu ul.level_1 > li:hover > a{background-color:#e4e4e4;color:#333}#mainmenu ul li.active strong.active,#mainmenu ul li.trail a.trail{background-color:#e4e4e4;color:#333;cursor:pointer;font-weight:400}#mainmenu ul li.active.first strong.active,#mainmenu ul li.trail.first a.trail{}#mainmenu ul li.active,#mainmenu ul li.trail{color:#ffffff}#mainmenu ul.level_1 li ul.level_2 li{position:relative;float:none;display:block;margin-right:0;padding:0;border-radius:0}#mainmenu ul.level_1 li ul.level_2 a,#mainmenu ul.level_1 li ul.level_2 strong{width:220px;position:relative;margin:0;padding:12px 20px;text-align:left;background-color:#fff;font-size:17px;line-height:15px;font-weight:normal;color:#333;text-transform:none;font-weight:300}#mainmenu ul.level_1 li ul.level_2 a:hover,#mainmenu ul.level_1 li ul.level_2 strong,#mainmenu ul.level_1 li ul.level_2 a.trail,#mainmenu ul.level_1 li ul.level_2 strong.first{text-align:left;background-color:#e4e4e4;line-height:15px;color:#333;text-transform:none;-webkit-transition: all .2s ease-in-out;-moz-transition: all .2s ease-in-out;-o-transition: all .2s ease-in-out;transition: all .2s ease-in-out}#mainmenu ul.level_1 li ul.level_2 li.last a:hover,#mainmenu ul.level_1 li ul.level_2 li.last strong,#mainmenu ul.level_1 li ul.level_2 li.last a.trail{}#mainmenu ul.level_1 li ul.level_2 ul.level_3{left:-9999em;position:absolute;background-color:rgba(0,0,0,.5);font-size:14px;color:#3B3532;z-index:9999;opacity:0;visibility:hidden;-webkit-transition: opacity .15s ease .2s;-moz-transition: opacity .15s ease .2s;-o-transition: opacity .15s ease .2s;-ms-transition: opacity .15s ease .2s;transition: opacity .25s ease .20s}#mainmenu ul.level_1 li ul.level_2 li:hover ul.level_3{left:100%;top:0px;opacity:1;visibility:visible}#mainmenu ul.level_1 li ul.level_2 li{position:relative;float:none;display:block;margin-right:0;padding:0}#mainmenu ul.level_1 li ul.level_2 li ul.level_3 a:hover,#mainmenu ul.level_1 li ul.level_2 li ul.level_3 strong,#mainmenu ul.level_1 li ul.level_2 li ul.level_3 a.trail,#mainmenu ul.level_1 li ul.level_2 li ul.level_3 strong.first{border-radius:0;color:#fff;text-transform:none;-webkit-transition: all .2s ease-in-out;-moz-transition: all .2s ease-in-out;-o-transition: all .2s ease-in-out;transition: all .2s ease-in-out}#mainmenu ul.level_1 li ul.level_2 li ul.level_3 strong.last{}header .search{right:0;top:-40px;position:relative;margin:0;z-index: 999}.top-nav{width:640px;height:119px;position:relative;float:left;padding-top:23px;padding-right:30px;padding-left:30px;border-right:1px solid #ccc}.top-nav ul{float:right;margin-right:-10px;list-style-type:none}.top-nav li.last span{border-right:0px solid}.top-nav li a{display:inline-block;padding-right:5px;padding-left:5px;border-right:1px solid #F18601;font-size:20px;line-height:20px;text-decoration:none;color:#F18601;-webkit-transition: all 0.2s linear;-moz-transition: all 0.2s linear;-o-transition: all 0.2s linear;transition: all 0.2s linear; /* For IE8 and earlier */}.top-nav li.last a{border-right:0px solid}.top-nav li a:hover,.top-nav li a:focus,.top-nav li a:active{text-decoration:none;color:#4389BA;background: none}.ce_text strong{}#wrapper{width:100%;margin:0 auto}#header .inside .mod_breadcrumb{width:100%}#header .inside .mod_breadcrumb > ul{width:1280px;padding-right:15px;padding-left:15px;margin:0 auto}.mod_breadcrumb ul{overflow:hidden;margin:0;padding:0;list-style-type:none}.mod_breadcrumb li:after{right:0;top:14px;position:absolute;font:10px Font-Awesome-5;content:"\f054"}.mod_breadcrumb li:last-child:after{display:none}.mod_breadcrumb li{height:40px;position:relative;float:left;margin-right:7px;margin-left:0;padding-right:13px;font-size:14px;line-height:40px}.mod_breadcrumb li.active{background: 0 none}.mod_breadcrumb li a{height:40px;display:block;padding:0;line-height:40px;text-decoration:none;color:#3B3532;background: none}.mod_breadcrumb li a:hover{padding:0;text-decoration:underline;background: none}#header .fewo_leaflet_empty{width:225px;height:46px;margin-top:7px;padding-top:14px;padding-bottom:9px;padding-left:35px;background-color:#fff;background-image:url("../../files/icons/banner_empty.png");background-repeat:no-repeat;border-radius:5px;font-size:15px;line-height:1;color:#333;text-transform:uppercase;background-position: 12px 11px}#header .fewo_leaflet_active{width:225px;height:45px;right:0;top:160px;position:absolute;padding-top:14px;padding-bottom:9px;padding-left:35px;background-color:#F18601;background-image:url("../../files/icons/banner.png");background-repeat:no-repeat;border-radius:5px;font-size:15px;line-height:1;color:#fff;text-transform:uppercase;background-position: 12px 11px}#header .mod_header_merkliste a{padding-left:6px;font-size:14px;line-height:1;text-decoration:underline;color:#333;text-transform:none}#header .top-infos{position:relative;float:right}.custom{background-color:#F8F8F8}nav{}footer #copyright .copyright_inner{margin-top:0;padding-top:0;padding-bottom:0;font-size:14px;line-height:50px;font-weight:normal;margin:0 auto}footer #copyright .copyright_inner a{font-size:14px;font-weight:normal;text-decoration:none}footer #copyright .copyright_inner a:hover{color:#DF4A43}#footer a:hover,#footer .active,#footer .trail{color:#4D4F52}#footer a{color:#333}footer #copyright .copyright_inner span{float:right}footer p{margin:0;line-height:1.5}footer ul,ul{margin:0 0 0 5;padding:0}footer .ce_text li,.ce_text li,.offer_description li{position:relative;margin:0;padding-left:25px;line-height:1.7}#footer .mod_subscribe{margin-top:12px}#container{width:1280px;min-width:960px;max-width:1280px;margin-right:auto;margin-bottom:80px;margin-left:auto;padding-right:15px;padding-left:15px}.left_side #container{display: flex;flex-direction: row;flex-wrap: nowrap}.left_side #main{order: 1;    flex: auto;    width: 100%;    min-width: 0}.left_side #left{flex: 0 0 280px;order: 0;min-width: 260px}#left .mod_left_navigation li a,#left .mod_left_navigation li strong{height:36px;position:relative;display:block;padding-left:25px;border-radius:2px;font-size:17px;line-height:36px;text-decoration:none;color:#333;font-weight:400;transition: all 0.3s ease 0s;cursor:pointer}.left_kontakt_box li.service_tel:before,.footer_rr .service_tel:before{position:static;margin-right:10px;font:16px Font-Awesome-5;content:"\f879";font-weight: 100}.left_kontakt_box li.service_whatsapp:before,.footer_rr .service_whatsapp:before{position:static;margin-right:10px;font:16px Font-Awesome-5;content:"\f232";font-weight: normal}.left_kontakt_box li.service_mail:before,.footer_rr .service_mail:before{position:static;margin-right:10px;font:16px Font-Awesome-5;content:"\f0e0";font-weight: 100}#left .mod_left_navigation ul.level_1 > li a:after,#left .mod_left_navigation ul.level_1 > li strong:after{left:5px;top:12px;position:absolute;font:13px fruitMedia-Font;content:"\e67a"}#left .mod_left_navigation ul.level_2 > li a:after,#left .mod_left_navigation ul.level_2 > li strong:after{right:10px;top:10px;position:absolute;font:16px fruitMedia-Font;color:#999;content:" "}#left .mod_left_navigation li a:hover,#left .mod_left_navigation li a.active{background-color:#eee;text-decoration:none;color:#000}#left .mod_left_navigation ul.level_1 > li.active a:after{color:#000}#left .mod_left_navigation ul.level_1 > li a:hover:after{color:#333}#left .mod_left_navigation li strong{background-color:#eee;text-decoration:none;color:#333;cursor:pointer}#left .mod_left_navigation li strong.active:after,#left .mod_left_navigation li .trail:after{color:#333 !important}.checkbox_group:first-child span.checkbox_group_label{border: 0 none}.top-infos{float:left}.top-infos  span,.top-infos  span a{color:#47403A}header .headerbottom{width:100%;margin:0 auto;background-color:#FDFDFD}header .headerbottom > div{padding-top:20px}.camera_effected h1,.camera_effected h2,.camera_effected h3{color:#ffffff}.social_icons{width:170px;height:20px;right:0;top:168px;position:absolute;float:right;display:inline}.social_icons .twitter,.social_icons .facebook,.social_icons .pinterest,.social_icons .google_plus{width:30px;height:61px;float:left;display:block;margin-right:5px;margin-left:5px;background-image:url("../../files/icons/social_sprite.png");background-repeat:no-repeat;background-position: 0 0}.social_icons .twitter{width:38px;background-position: 0 0}.social_icons .twitter:hover{background-position: 0 -64px}.social_icons .facebook{background-position: -41px 0}.social_icons .facebook:hover{background-position: -41px -64px}.social_icons .pinterest{background-position: -74px 0}.social_icons .pinterest:hover{background-position: -74px -64px}.social_icons .google_plus{background-position: -108px 0}.social_icons .google_plus:hover{background-position: -108px  -64px}.mod_fewo_list.block,.mod_article.block,.mod_fewo_offers.block{overflow:visible}.selected-button,.datepicker_bootstrap .days .day.selected,.datepicker_bootstrap .days .day.selected:hover{background-color: #EAEAEA!important;color:#333333 !important}.hide .block{overflow:hidden !important}
/* Layout-Basic.css */
#CybotCookiebotDialog.CybotCookiebotDialogActive+#CybotCookiebotDialogBodyUnderlay{opacity: .35 !important}#CybotCookiebotDialogFooter .CybotCookiebotDialogBodyButton{padding:0 !important}#fewo_requestform_overlay_period .fewo_overlay_content{height:598px}#fewo_requestform_overlay_period #lblDateRange > span{min-width:120px}#fewo_requestform_filter_period .ctrlCalNext,#fewo_requestform_filter_period .ctrlCalPrev{top:10px;margin-right:14px}#frm_fld_flexible{display:none}.mod_fewo_leaflet h3,.mod_fewo_list .fewo_info h3,.fewo_list_alternatives_text h3{color:#005BAA}.booking_site .lg-outer .lg-video-cont{padding-top:30px;background-color:#fff;border-top:1px solid #e0e0e0;border-right:1px solid #e0e0e0;border-left:1px solid #e0e0e0;border-radius:4px;border-bottom: 2px solid #8EB6D4}.mod_fewo_voting_list .fewo_voting .grouping_2{margin-top:6px;padding-bottom:15px;border-bottom:1px solid #e0e0e0;display: flex}.mod_fewo_voting_list .fewo_voting .grouping_2 > div{margin-right:15px;font-size:16px}@keyframes flashingGrey{0% {    opacity:0.2;    background-color:#cbf7cd;    }    22% {    opacity: 1;    background-color:#cbf7cd;    }    77% {    opacity: 0.2;    background:#eee;    }    100% {    opacity: 1;    background:#eee;    }}}.footer_wrap > div.footer_col2,.footer_wrap > div.footer_col3,.footer_wrap > div.footer_col4{margin-top:35px}#footer .footer_rr a:hover,#footer a.facebook:hover{color:#0068b4}.mod_fewo_voting_all .voteoption_label,.mod_fewo_voting_list .voteoption_label{margin-right:5px}.mod_fewo_list #fewo_map_listcontainer .fewo_info ul{margin-bottom:20px}.blank_site #container{width:100%}.fewo_filter_loader,.loadMore,.spinner{z-index:99999999 !important;bottom:0 !important;right:0 !important;left: 0 !important;top: 0 !important;position: fixed !important;width: auto !important;height: auto !important;background-color:rgba(0,0,0,.30) !important}.fewo_filter_loader span,.loadMore span,.spinner-content{width:350px;height:180px;position:absolute;margin-top:-90px;margin-left:-175px;background-color:#fff;background-image:url("../../files/images/filter_loader.svg");background-repeat:no-repeat;-webkit-box-shadow:2px 2px 6px 0 rgba(0,0,0,.15);box-shadow:2px 2px 6px 0 rgba(0,0,0,.15);border:1px solid #e0e0e0;border-radius:4px;top:50% !important;left: 50% !important;z-index:50;background-size: 95px;background-position:center 15px}.fewo_filter_loader span:before,.loadMore span:before,.spinner-content:before{left:50%;top:50%;position:absolute;white-space:nowrap;font-size:20px;font-weight:400;content:"Bitte warten";transform:translate(-50%, 22px)}.fewo_filter_loader span:after,.spinner-content:after{left:50%;top:50%;position:absolute;white-space:nowrap;font-size:18px;content:"Ihre Ergebnisse werden aktualisiert";transform:translate(-50%, 48px)}#fewo_map_listcontainer .fewo_filter_loader,.loadMore{top: 24px !important;bottom: 24px !important;left: 324px !important;right: 24px !important;width: auto !important;height: auto !important}#fewo_map_listcontainer .fewo_filter_loader.mapListOnly,.loadMore{right: auto !important;width: 330px !important}#fewo_map_listcontainer .fewo_filter_loader.mapListOnly span,.loadMore span{width:300px;height:160px;margin-top:-70px;margin-left:-150px}#fewo_map_listcontainer .fewo_filter_loader.mapListOnly span:after{display:none}#fewo_map_listcontainer .fewo_filter_loader.mapListOnly span:before,.loadMore span:before{content:"Unterkünfte werden geladen...";transform: translate(-50%, 36px)}.fewo_image_gallery.loading:after,.fewo_titleImage.loading:after,.fewo_houseimage.loading:after,#fewo_maps_details_content.loading:after{bottom:0;left:0;right:0;top:0;position:absolute;background-image:url("../../files/images/filter_loader.svg");background-position:center center;background-repeat:no-repeat;z-index:99;content:"";background-size: 70px}.left_filter_attr .fewo_filter_loader{display:none !important}#ctrl_advice > span{float:left;margin-right:10px}.formbody .saisonSelectbox .fmSelectbox{width:160px;right:56px;top:44px;position:absolute}.mod_fewo_voting_list .fewo_voting .grouping_1,.mod_fewo_voting_all .fewo_voting .grouping_1{display:flex;align-items: center;flex-wrap: wrap}.fewo_voting_averate .vote_value{margin-left:6px}.mod_fewo_voting_all .fewo_voting_optionscore:before,.mod_fewo_voting_list .fewo_voting_optionscore:before{width:4px;height:4px;display:block;margin-right:8px;margin-bottom:2px;margin-left:8px;background-color:#ddd;border-radius:50%;content:""}.detail .custom{background-color:#fff;border-top:2px solid #e0e0e0}.mod_fewo_voting_all{padding-bottom:75px}#tl_nlm_recipient input[type="email"]{width:600px}#mbNumber{color:#fff}input[type="checkbox"]:disabled{border-color:#e0e0e0;cursor:default}.formular label{color:#000}.mod_fewo_voting .fewo_voting_points{margin-top:15px}.mod_fewo_voting .fewo_voting_point,.mod_fewo_voting #voteBoxSum{padding-top:10px;padding-bottom:10px;border-top:1px solid #ddd}.mod_fewo_voting .fewo_voting_point label,.mod_fewo_voting .totalVotingHeadline{width:150px;display:inline-block;margin:0;padding:0;font-size:17px;line-height:36px;font-weight:normal;color:#000}.mod_fewo_voting #voteBoxSum{margin-bottom:35px;border-bottom:1px solid #e0e0e0;display:flex}fewo_voting_points .fewo_star_container{display:flex;margin-top:0;margin-bottom:0;align-items: center}.fewo_star{width:40px;height:40px;padding:0;background-image: url(../../files/icons/info-icons-stern-grau.svg) !important;background-size:30px;background-position:center center}.fewo_star.fewo_star_active{background-image: url(../../files/icons/info-icons-stern-green.svg) !important}.fewo_star_text{margin-left:20px;font-size:17px;line-height:36px;color:#298737;font-weight: 400}.mod_fewo_voting .totalVoteWrapper{width:100px;margin-left:10px;padding-left:25px;background-image:url("../../files/icons/info-icons-stern-green.svg");background-repeat:no-repeat;font-size:17px;line-height:35px;background-size: 17px;background-position: 0px 7px}.formular .mod_fewo_voting .formelem label{display:block;margin-top:15px;margin-bottom:3px}.totalVoteWrapper .vote_dash{display:none}.totalVoteWrapper #boxTotalPart::before{margin-right:4px;content: "von"}.mod_fewo_voting #boxTotalText{font-size:17px;line-height:35px;color:#298737;font-weight: 400}#ctrl_advice legend{padding-right:0;padding-left:0;font-size:14px;font-weight:normal}.mod_fewo_voting #ctrl_advice{margin-top:15px;margin-left:0}.ios #mbImage,.ios #mbImage iframe{overflow: auto;-webkit-overflow-scrolling: touch !important}h3 a{text-decoration:none;font-weight:400}.fewo_overlay .fewo_calendar td.month{width:100%}.mod_fewo_booking_config.block,div#buchungsstrecke{overflow:visible}.fewo_overlay{opacity: 1 !important;background: rgba(0, 0, 0, 0.30) !important;width: auto !important;height: auto !important;left: 0 !important;right: 0 !important;bottom: 0 !important;top: 0 !important;position:fixed !important}.fewo_overlay_background{bottom:0;left:0;right:0;top:0;position:absolute}.mod_fewo_search .fmDropdownBox div{height:auto;overflow:hidden;padding-top:2px;padding-bottom:2px;white-space:nowrap;line-height:20px;text-overflow: ellipsis}.ios .fewo_bookingplan .departure_day:before,.ios .fewo_bookingplan .stopSelection .departure_day.bookingAvailable:before,.ios .fewo_bookingplan .stopSelection .departure.bookingAvailable:before,.ios .fewo_bookingplan .departure:before,.ios .fewo_bookingplan .departure_day:after,.ios .fewo_bookingplan .stopSelection .departure_day.bookingAvailable:after,.ios .fewo_bookingplan .stopSelection .departure.bookingAvailable:after,.ios .fewo_bookingplan .departure:after,.ios .fewo_bookingplan .arrival_day:before,.ios .fewo_bookingplan .arrival:before,.ios .fewo_bookingplan .arrival_day:after,.ios .fewo_bookingplan .arrival:after{display:none !important}.ios .fewo_bookingplan .departure_day:before,.ios .fewo_bookingplan .stopSelection .departure_day.bookingAvailable:before,.ios .fewo_bookingplan .stopSelection .departure.bookingAvailable:before,.ios .fewo_bookingplan .departure:before,.ios .fewo_bookingplan .departure_day:after,.ios .fewo_bookingplan .stopSelection .departure_day.bookingAvailable:after,.ios .fewo_bookingplan .stopSelection .departure.bookingAvailable:after,.ios .fewo_bookingplan .departure:after,.ios .fewo_bookingplan .arrival_day:before,.ios .fewo_bookingplan .arrival:before{display:none !important}.ios .departure_day:before,.ios .stopSelection .departure_day.bookingAvailable:before,.ios .stopSelection .departure.bookingAvailable:before,.ios .departure:before,.ios .departure_day:after,.ios .stopSelection .departure_day.bookingAvailable:after,.ios .stopSelection .departure.bookingAvailable:after,.ios .departure:after,.ios .fewo_bookingplans table td.arrival:before,.ios .arrival_day:before,.ios .arrival:before,.ios .fewo_bookingplans table td.arrival:after,.ios .arrival_day:after,.ios .arrival:after{display:none !important}.blank_site.mediaBoxMap{padding:0}.mediaBoxMap,.mediaBoxMap #wrapper,.mediaBoxMap #container,.mediaBoxMap #main,.mediaBoxMap .inside,.mediaBoxMap .mod_article,.mediaBoxMap .mediaboxMap,.mediaBoxMap #fewo_maps_container,.mediaBoxMap .fewo_maps{height:100%;min-width:0;min-height:100%;max-width:none;max-height:none;bottom: 0;left: 0;right: 0;top: 0;position: absolute !important;width: auto !important;height: auto !important;margin: 0!Important}.blank_site #fewo_maps_details{display:none !Important}#fewo_maps_details_close{width:30px;height:30px;right:0;top:0;position:absolute;border-left:1px solid #adb2b6}#fewo_maps_details_close:before{text-align:center;font-family:Font-Awesome-5;line-height:30px;color:#4d4f52;content:"\f00d"}#fewo_maps_details_close:hover:before{color:#df4a43}#fewo_maps_details_content{margin-top:30px}.markerNavigationPrev,.markerNavigationNext{width:30px;height:30px;top:0;position:absolute;text-align:center;font-family:fruitMedia-Font;line-height:30px;color:#4d4f52;cursor:pointer}.markerNavigationPrev:hover,.markerNavigationNext:hover{background-color:#fff;color:#df4a43}.markerNavigationPrev{left:0}.markerNavigationNext{right:0}.markerNavigationInfo{height:30px;left:30px;right:30px;position:absolute;text-align:center;border-right:1px solid #adb2b6;border-left:1px solid #adb2b6;line-height:30px}.markerNavigationPrev:before{text-align:center;line-height:30px;content:"\e67b"}.markerNavigationNext:before{text-align:center;line-height:30px;content:"\e67a"}.markerNavigation{height:30px;left:0;right:30px;top:0;position:absolute;color:#004C99}.clusterIcon{text-align:center;background-color:#fff;border:4px solid #E53D18;border-radius:50%;line-height:24px;width: 26px !important;height: 26px !important;margin-left: -13px !important;margin-top: -13px !important}.clusterIcon.cluster_small{line-height:24px;width: 30px !important;height: 30px !important;margin-left: -15px !important;margin-top: -15px !important}.clusterIcon.cluster_middle{line-height:30px;width: 36px !important;height: 36px !important;margin-left: -18px !important;margin-top: -18px !important}.clusterIcon.cluster_big{line-height:38px;width: 44px !important;height: 44px !important;margin-left: -22px !important;margin-top: -22px !important}.clusterIcon.cluster_giant{line-height:44px;width: 50px !important;height: 50px !important;margin-left: -25px !important;margin-top: -25px !important}.clusterIcon.highlight{background-color:#005BAA;border-color:#005BAA;color:#fff}.pagination.empty{display:none}.mod_fewo_offers .fewo_info,.mod_fewo_leaflet .fewo_info,.mod_fewo_list .fewo_info,.fewo_list_alternatives_text,.guestPages .fewo_info{width:100%;min-height:44px;position:relative;float:none;clear:both;margin-bottom:20px;padding:20px;text-align:left;background-color:#fff;border:1px solid #e0e0e0;border-radius:4px;line-height:1.5;border-bottom: 2px solid #8EB6D4;font-weight:400}.guestPages .fewo_info > *:last-child{margin-bottom:0;padding-bottom:0}.fewo_list_alternatives_text p{margin-bottom:0}.mod_fewo_list #fewo_map_listcontainer .fewo_info{padding:10px}.mod_fewo_list #fewo_map_listcontainer .fewo_info h3{font-size:22px;color:#00529B;font-weight:600}.mod_fewo_list #fewo_map_listcontainer .fewo_info p{font-size:17px}.mod_fewo_leaflet .fewo_info h3:before{margin-right:10px;font-family:Font-Awesome-5;color:#005BAA;content: "\f4c9";font-weight: 100}.mod_fewo_list .fewo_info h3:before{margin-right:10px;font-family:Font-Awesome-5;color:#005BAA;content: "\f74f";font-weight: 100}.fewo_list_alternatives_text h3:before{margin-right:10px;font-family:Font-Awesome-5;color:#005BAA;content: "\f74f";font-weight: 100}.pagination_bottom + #fewo_alternatives{margin-top:40px}.blank_site .ce_fewo_requestform{padding:0;border-radius:0;background:transparent}#ctrl_perPage + .fmSelectbox{display:none}.mod_fewo_voting_all .fewo_list_item{width:auto;height:auto;min-height:0;left:30px;top:30px;position:absolute;overflow:visible;margin:0;padding:0;-webkit-box-shadow:0 0 0 0 #000;box-shadow:0 0 0 0 #000;border:0 solid;border-radius:0;background:transparent}.mod_fewo_voting_all .fewo_list_item .fewo_title{left:200px;top:0;position:absolute;white-space:nowrap}.mod_fewo_voting_all .grouping_1{height:108px;padding-top:5px;padding-bottom:25px;padding-left:200px}.mod_fewo_voting_all .grouping_2{left:230px;top:107px;position:absolute;font-size:16px;display: flex}.mod_fewo_voting_all .grouping_2 > div{margin-right:15px}.mod_fewo_voting_all .fewo_voting_average_stars{}#ctrl_privacy_text.error p,#ctrl_privacy_text.error a,.fld_fld_privacy_text .error p,.fld_fld_privacy_text .error a,.form_agb .error p,.form_agb .error a{color:#E06E62}#ctrl_privacy_text.error a,.fld_fld_privacy_text a,.form_agb a{text-decoration:underline}#ctrl_privacy_text,.fld_fld_privacy_text,.form_agb{margin-top:10px;font-size:14px}#ctrl_privacy_text p,.fld_fld_privacy_text p,.form_agb p{font-size:14px;line-height:1.5}#ctrl_privacy_text span.mandatory,.fld_fld_privacy_text span.mandatory,.form_agb span.mandatory{left:26px;top:0;position:absolute;padding-left:0}#ctrl_privacy_text legend{display:none}#ctrl_privacy_text > span,.fld_fld_privacy_text > div,.form_agb,.mod_nlm_unsubscription #ctrl_lists > span,.ce_nlm_subscribe_form  #ctrl_fld_channels > span{position:relative;display:block;padding-left:40px}#ctrl_privacy_text .checkbox,.fld_fld_privacy_text .checkbox,.form_agb input[type="checkbox"],.mod_nlm_unsubscription #ctrl_lists input[type="checkbox"],.ce_nlm_subscribe_form #ctrl_fld_channels input[type="checkbox"]{left:0;top:-1px;position:absolute;margin-top:0;margin-left:0}input[type="checkbox"]{width:22px;height:22px;background-color:#fff;border:1px solid #e0e0e0;border-radius:2px;cursor:pointer;-webkit-appearance: none;-moz-appearance: none;appearance: none;flex-shrink:0}input[type="checkbox"]:checked{background-image:url("../../files/icons/check-blau.svg");background-position:center center;background-repeat:no-repeat;background-size:16px}.filter_period_modal_body .fewo_bookingplan{margin-right:0;margin-left:0;padding:20px 0 0}.filter_period_modal_body .saisonSelectbox .fmSelectbox{width:160px;right:70px;top:10px;position:absolute}#fewo_filter_period .saisonSelectbox .ctrlCalPrev,#fewo_filter_period .saisonSelectbox .ctrlCalNext{top:10px}.saisonSelectbox #ctrlCalYear{height:44px;right:273px;top:44px;position:absolute;padding-right:20px;padding-left:20px;text-align:center;background-color:#fff;border:1px solid #adb2b6;border-radius:4px;font-size:16px;line-height:44px;cursor:pointer}.saisonSelectbox .ctrlCalNext,.saisonSelectbox .ctrlCalPrev{width:44px;height:44px;top:44px;position:absolute;display:block;text-align:center;background-color:#fff;border:1px solid #adb2b6;border-radius:4px;font-size:0;line-height:42px;cursor: pointer}.saisonSelectbox .ctrlCalNext{right:6px}.saisonSelectbox .ctrlCalPrev{right:222px}.saisonSelectbox .ctrlCalNext:before{font:20px/42px fruitMedia-Font;color:#005BAA;content:"\e67a"}.saisonSelectbox .ctrlCalPrev:before{font:20px/42px fruitMedia-Font;color:#005BAA;content:"\e67b"}.saisonSelectbox .ctrlCalPrev:hover{opacity:0.5}.saisonSelectbox .ctrlCalNext:hover{opacity:0.5}#fewo_filter_period .saisonSelectbox .ctrlCalNext{right:20px}#fewo_filter_period .saisonSelectbox .ctrlCalPrev{right:236px}.wetter_page .fmwetter_headline{padding-top:6px;padding-bottom:6px;text-align:center;background-color:#E0E0E0;border-top-left-radius:5px;border-top-right-radius:5px;font-size:20px;color:#005baa;font-weight: 400}.wetter_page .fmwetter_forecast_details .fmwetter_temperature_element{text-align:center}.wetter_page .fmwetter_forecast_details .fmwetter_temperature_element span{font-size:30px}.wetter_page .fmwetter_forecast .fmwetter_icon_element{margin-top:10px;margin-bottom:10px}.wetter_page .fmwetter_current_details .tempblock .fmwetter_icon_element{margin-bottom:10px}.wetter_page .fmwetter_forecast_headline .fmwetter_day{display:block;text-align:center;font: 20px}.wetter_page .fmwetter_forecast_headline .fmwetter_date{display:block;text-align:center;font: 16px}.wetter_page .fmwetter_temperature_element span{font-size:50px;color:#005BAA}.wetter_page .fmwetter_forecast .fmwetter_mintemperature_element,.wetter_page .fmwetter_forecast .fmwetter_maxtemperature_element,.wetter_page .fmwetter_forecast .fmwetter_others{text-align:center}.wetter_page .fmwetter_forecast .fmwetter_icon_element,.wetter_page .fmwetter_forecast .fmwetter_desc_element{text-align:center}.wetter_page{overflow:hidden}.wetter_page hr{display:none}.wetter_page .fmwetter_forecast_headline{padding-right:10px;padding-left:10px;background-color:#e0e0e0;font-size:14px;color:#005BAA}.wetter_page .fmwetter_forecast{overflow:hidden;float:left;margin-right:4px;border-radius:4px;width: calc(25% - 4px)}.wetter_page .fmwetter_forecast .fmwetter_forecast_details{height:230px;padding:10px;background-color:#FAFAFA}.wetter_page .fmwetter_forecast:last-child{margin-right:0;width: calc(25% + 0px)}.wetter_page .fmwetter_current_details{position:relative;overflow:hidden;margin-bottom:10px;padding-top:30px;padding-bottom:30px;background-color:#fff;border-bottom-right-radius:4px;border-bottom-left-radius:4px}.wetter_page .fmwetter_current_details .tempblock,.wetter_page .fmwetter_current_details .fmwetter_temperatures,.wetter_page .fmwetter_current_details .fmwetter_others{float:left}.wetter_page .fmwetter_current_details .tempblock{width:25%;padding-top:14px;text-align:center}.wetter_page .fmwetter_current_details .fmwetter_temperatures{width:25%;padding-top:15px;text-align:center}.wetter_page .fmwetter_current_details .fmwetter_others{width:50%;padding-top:12px;text-align:center}.wetter_page .fmwetter_current_details .fmwetter_temperatures .fmwetter_temperature_label{display:none}.header_voting #home_overall_voting.mod_fewo_votings .voting_total{width:80px;height:80px;margin-right:0;font-size:36px;line-height:80px;background-size:80px 80px}.header_voting #home_overall_voting.mod_fewo_votings{width:350px;height:80px;padding-left:100px}.header_voting #home_overall_voting.mod_fewo_votings .fewo_votings_detail{font-size:15px}.header_voting #home_overall_voting.mod_fewo_votings .vote_headline{margin-top:0;margin-bottom:5px;font-size:18px}.header_voting{left:50%;position:absolute;margin-left:420px;background-color:rgba(255,255,255,.9);top:276px}.detail_bewertung.mod_fewo_voting_list .foldText.expanded{padding-bottom:30px}.detail_bewertung.mod_fewo_voting_list .foldText.expanded .over{background:transparent}.main_bewerten_list .mod_fewo_voting_list .foldText.expanded,.mod_fewo_voting_all .foldText.expanded{padding-bottom:30px}.main_bewerten_list .mod_fewo_voting_list .foldText.expanded .over,.mod_fewo_voting_all .foldText.expanded .over{background:transparent}.mod_fewo_voting_list .foldText .over span.expanded:before,.mod_fewo_voting_all .foldText .over span.expanded:before{content:"\e679"}.mod_fewo_voting .formelem p.error{display:none}.bewertung_box label.error{color:#c20000}.mod_fewo_voting_all #frmVoteSorting .fmDropdownBox{top:44px}.mod_fewo_voting_all #frmVoteSorting label{float:left;margin-right:10px;line-height:52px}.mod_fewo_voting_all #frmVoteSorting .formbody{float:right}.mod_fewo_voting_all .fewo_voting_average .vote_number,.mod_fewo_voting_list .fewo_voting_average .vote_number{float:left;margin-left:5px;padding-left:22px;background-image:url("../../files/icons/info-icons-stern-green.svg");background-repeat:no-repeat;font-size:16px;line-height:28px;background-size: 14px;background-position: 0px 7px}.mod_fewo_voting_all .fewo_voting_average span.vote_label,.mod_fewo_voting_list .fewo_voting_average span.vote_label{height:26px;float:left;display:block;text-align:left;font-size:16px;line-height:30px;color:#298737;font-weight: 400}.ce_fewo_details .fewo_distances li:last-child{border-bottom:0}.mod_fewo_voting_all .fewo_voting_optionscore.voteoption_4{}.mod_fewo_voting_all #frmVoteSorting select{width:0;height:34px;border:0px solid;visibility:hidden}.mod_fewo_voting_all .fewo_voting_owner_message{position:relative;margin-top:30px;padding-left:0}.fewo_voting_owner_message:before{display:block;font-style:italic;content:"Vermieter Kommentar:"}.fewo_voting_owner_message:after{width:20px;height:20px;left:50px;top:-11px;position:absolute;display:block;background-color:#fff;border-top:1px solid #e0e0e0;border-left:1px solid #e0e0e0;transform:rotate(45deg);content:""}.mod_fewo_voting_all .fewo_voting_optionscore span,.mod_fewo_voting_list .fewo_voting_optionscore span{font-size:16px}.mod_fewo_voting_all .fewo_voting_message{margin-top:10px}.mod_fewo_voting_all .fewo_voting_optionscore,.mod_fewo_voting_list .fewo_voting_optionscore{display:flex;align-items: center}.mod_fewo_voting_all #frmVoteSorting{width:100%;height:52px;display:block;margin-bottom:20px;padding:0 20px;background-color:#e0e0e0;border-radius:4px}.mod_fewo_voting_all #frmVoteSorting .formsubmit{display:none}.mod_fewo_voting_all #frmVoteSorting .fmSelectbox{width:250px;float:left;padding-top:10px}.mod_fewo_voting_all .fmSelectbox .fmCurrentLabel{position:relative}.mod_fewo_voting_all .fewo_voting_average_stars,.mod_fewo_voting_list .fewo_voting_average_stars{display:none}.mod_fewo_voting_all .fewo_voting_object a:before{display:inline-block;margin-right:5px;font-family:Font-Awesome-5;text-decoration:none;content:"\f015"}.mod_fewo_voting_all .fewo_voting_object,.mod_fewo_voting_all .fewo_voting_object a{font-size:16px;line-height:20px}.mod_fewo_voting_all .fewo_voting_author{width:100%}#frmFilterSort{margin-bottom:15px;padding:15px 30px;background-color:#fff;border-top:1px solid #e0e0e0;border-right:1px solid #e0e0e0;border-left:1px solid #e0e0e0;border-radius:4px;border-bottom: 2px solid #8EB6D4}#frmFilterSort .fmSelectbox{width:220px;float:left;margin-right:10px}#frmFilterSort:after{float:none;clear:both;display:block;content:""}.mod_fewo_voting_all .fewo_voting_image{left:15px;top:15px;position:absolute}.mod_fewo_voting_all .fewo_voting_header{min-height:110px;padding-left:195px}.mod_fewo_voting_all .fewo_voting{width:100%;position:relative;overflow:hidden;float:left;margin-bottom:40px;padding:30px;background-color:#fff;border-top:1px solid #e0e0e0;border-right:1px solid #e0e0e0;border-left:1px solid #e0e0e0;border-radius:4px;border-bottom: 2px solid #8EB6D4}.mod_fewo_voting_all .fewo_list_item.isNew:before{display:none}.mod_fewo_voting_list .foldText .over,.mod_fewo_voting_all .foldText .over{bottom:0;left:0;right:0;position:absolute;padding-right:15px;text-align:right;font-size:16px;line-height:64px;background: rgba(255,255,255,0);background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 60%, rgba(255,255,255,1) 100%);background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,0)), color-stop(60%, rgba(255,255,255,1)), color-stop(100%, rgba(255,255,255,1)));background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 60%, rgba(255,255,255,1) 100%);background: -o-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 60%, rgba(255,255,255,1) 100%);background: -ms-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 60%, rgba(255,255,255,1) 100%);background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 60%, rgba(255,255,255,1) 100%);filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0 )}.mod_fewo_voting_list .foldText .over span,.mod_fewo_voting_all .foldText .over span{height:36px;bottom:0;right:0;position:absolute;display:block;padding-right:10px;padding-left:10px;text-align:center;background-color:#f0f0f0;border:2px solid #adb2b6;border-radius:2px;font-size:16px;line-height:34px;color:#333;cursor:pointer}.mod_fewo_voting_list .foldText .over span:before,.mod_fewo_voting_all .foldText .over span:before{margin-right:5px;font:14px fruitMedia-Font;content:"\e67c"}.voting_foot.bubble_b{float:none;margin-left:0}.voting_foot.bubble_b .fewo_booking,.voting_foot.bubble_b .fewo_leaflet{float:left;margin-right:10px}.bewertung_box .field_traveldate_m,.bewertung_box .field_traveldate_y{width:252px;display:inline-block;margin-right:5px;margin-bottom:5px}.voting_site_atributes .fewo_images_image img{display:block}.voting_site_atributes{overflow:hidden;background-color:#fff;border-radius:4px}.voting-text strong{font-size:14px}.bewertung_box h2{margin-bottom:10px;line-height:1}.bewertung_box .formular fieldset{margin-top:15px;padding-bottom:20px}.main_bewerten_list .fewo_no_votings{margin-bottom:20px;padding:15px;background-color:#fff;border-radius:4px}.content_page #main .inside > *.main_bewerten_list > *.mod_fewo_voting_list{overflow:visible;margin-top:10px}.main_bewerten_list .mod_fewo_voting_list > h2,.main_bewerten_list .mod_fewo_voting_list .fewo_object_info{display:none}.fewo_voting_averate .fewo_voteoption_total *{line-height:1.5}.fewo_voting_scoredetails{display:flex}{}.group{*zoom: 1}.group:before,.group:after{display:table;line-height:0;content: ""}.group:after{clear:both}.main_bewerten_list .durchschnitt_box{margin-bottom:10px;padding:15px;background-color:#fff;border-radius:4px}.fewo_voting_averate .vote_label{display:inline-block;color:#298737;font-weight: 400}.bewertung_box span.mandatory{font-size:16px;color:#ED1838}#ctrl_advice > span > input:checked + label#lbl_advice_2:before{content: ""}#ctrl_advice > span > input:checked + label#lbl_advice_1:before{content: ""}#ctrl_advice{margin-top:10px;margin-bottom:30px}#ctrl_advice legend{padding-right:0;padding-left:0;font-size:16px}#ctrl_advice > span > label#lbl_advice_1:before{margin-right:10px;font-family:Font-Awesome-5;font-weight:normal;content:"\f164"}#ctrl_advice > span > label#lbl_advice_2:before{margin-right:10px;font-family:Font-Awesome-5;font-weight:normal;content:"\f165"}#ctrl_advice #opt_advice_0,#ctrl_advice #lbl_advice_0,#ctrl_advice #opt_advice_1,#ctrl_advice #opt_advice_2{position:absolute;display:none;opacity:0}#ctrl_advice #lbl_advice_0{display:none}#ctrl_advice > span > label{width:90px;bottom:0;display:inline-block;margin-top:10px;padding:6px 20px;text-align:center;background-color:#f0f0f0;border:1px solid #adb2b6;border-radius:2px;font-size:14px;text-decoration:none;color:#333;text-transform:uppercase;cursor:pointer}#ctrl_advice > span > label:hover,#ctrl_advice > span > :checked + label{background-color:#fff;border:1px solid #298737;color:#298737}.fewo_voting_averate .fewo_voteoption_total .fewo_voteoption_avg .vote_value{margin-left:10px;padding-left:30px;background-image:url("../../files/icons/info-icons-stern-green.svg");background-repeat:no-repeat;background-size:23px;background-position:0 5px}.fewo_voting_averate .fewo_voteoption_total .fewo_votecount{width:100%;display:block;margin-top:2px;text-align:center;font-size:16px;color:#999}.fewo_voting_averate .fewo_voteoption_total .fewo_voteoption_avg{width:100%;font-size:24px;display:flex;align-items:center;justify-content: center}.fewo_voting_averate .fewo_voteoption_total .fewo_voteoption_label{width:100%;display:block;text-align:center;font-size:18px}.fewo_voting_averate .fewo_voteoption_total{width:250px;float:left;margin-right:30px;padding:12px 15px;background-color:#eee;border-radius:4px}.fewo_voting_averate .fewo_voteoption_total .fewo_voteoption_progress{display:none}.fewo_voting_averate .fewo_voteoption_progress .fewo_voteoption_bar .fewo_voteoption_bar_status{bottom:0;left:0;top:0;position:absolute;background-color:#298737}.fewo_voting_averate .fewo_voteoption_progress .fewo_voteoption_bar{width:200px;height:10px;position:relative;overflow:hidden;display:block;margin-right:15px;background-color:#eee;border-radius:5px;flex-shrink:0}.fewo_voting_averate .fewo_voteoption_list .fewo_voteoption_label{width:140px}.fewo_voting_averate .fewo_voteoption_list .fewo_voteoption{height:24px;margin-bottom:6px;display:flex;align-items:center}.fewo_voting_averate .fewo_voteoption_list .fewo_voteoption:last-child{margin-bottom:0}.fewo_voting_author:before{margin-right:5px;font-family:Font-Awesome-5;content:"\f007";font-weight: 100}.fewo_voting_date:before{margin-right:7px;font-family:Font-Awesome-5;content:"\f073";font-weight: 100}.mod_fewo_voting_list .fewo_object_info .fewo_object_voting span img{float:left;display:block}.mod_fewo_voting_list .fewo_object_info .fewo_object_voting span:last-child{margin-right:18px}.mod_fewo_voting_list .fewo_object_info .fewo_object_voting_link a{position:relative;display:inline-block;padding:6px 20px;text-align:center;white-space:nowrap;background-color:#f0f0f0;border:2px solid #adb2b6;border-radius:2px;font-size:14px;text-decoration:none;color:#333;text-transform:uppercase}.mod_fewo_voting_list .fewo_object_info .fewo_object_voting_link a:hover{background-color:#fff;border:2px solid #df4a43;color:#df4a43}.mod_fewo_voting_list .voting_element_stars > span{margin-right:4px}.detail_bewerten label{display:block;margin-top:0}#erfahrungsbericht-schreiben label{display:block}.mod_fewo_voting_list .fewo_voting_headline,.mod_fewo_voting_all .fewo_voting_headline{float:none;clear:both;margin-bottom:5px;padding-top:15px;font-size:20px;font-weight:400}.mod_fewo_voting_list .fewo_voting{position:relative;margin-bottom:15px;padding:30px;background-color:#fff;border-top:1px solid #e0e0e0;border-right:1px solid #e0e0e0;border-left:1px solid #e0e0e0;border-radius:4px;border-bottom: 2px solid #8EB6D4}.mod_fewo_voting_list .fewo_voting .fewo_voting_message{margin-top:10px;font-size:15px;line-height:1.5}.fewo_voting_message p{font-size:15px}.mod_fewo_voting_list .fewo_voting .fewo_voting_average,.mod_fewo_voting_all .fewo_voting .fewo_voting_average{display:flex}.detail_bewertung .pagination{display:none}.fewo_voting_owner_message{position:relative;margin-top:30px;padding-top:15px;border-top:1px solid #e0e0e0;font-size:15px;line-height:1.5}.fewo_no_votings{clear:both}.mod_fewo_voting_list{position:relative}.mod_fewo_voting_list .fewo_link_back{right:10px;top:-315px;position:absolute;z-index: 1}.mod_fewo_voting_list .fewo_object_info{width:100%;position:relative;overflow:hidden;margin-bottom:20px;padding:15px;background-color:#FAFAFA;border-radius:4px}.mod_fewo_voting_list .fewo_object_info .fewo_voting_headline{margin-bottom:5px;font-size:18px;line-height:1.5;color:#005BAA}.mod_fewo_voting_list .fewo_object_info .fewo_object_voting{margin-bottom:20px}.mod_fewo_voting_list .fewo_object_info .fewo_object_voting_link{bottom:15px;right:15px;position:absolute}.mod_fewo_voting_list .fewo_object_info .fewo_object_image{float:left;margin-right:20px}.fewo_voting_points label{width:100%;float:left;margin-bottom:5px;line-height:30px}.fewo_voting_points .fewo_star_container{margin-top:0;margin-bottom:0;display:flex;align-items:center}#erfahrungsbericht-schreiben label.mandatory{width:100%;float:none;margin-bottom:6px}#erfahrungsbericht-schreiben span.mandatory{color:#F55856}#erfahrungsbericht-schreiben input[type="text"]{width:60%;height:37px;padding:0 6px;border:1px solid #005BAA;line-height:37px}#erfahrungsbericht-schreiben textarea{width:60%;height:200px;float:left;display:block;padding:10px 6px;border:1px solid #005BAA}#erfahrungsbericht-schreiben .formelem{margin-bottom:6px}#erfahrungsbericht-schreiben input[type="text"]:focus,#erfahrungsbericht-schreiben textarea:focus{border-color:#005BAA;-moz-transition: all .25s ease 0s;-webkit-transition: all .25s ease 0s;-o-transition: all .25s ease 0s;-ms-transition: all .25s ease 0s;transition: all .25s ease 0s}#erfahrungsbericht-schreiben .formsubmit input.submit{width:250px;height:37px;left:15px;top:355px;position:absolute;float:left;clear:both;display:block;margin-top:40px;padding-right:15px;padding-left:15px;background-color:#005BAA;line-height:37px;font-weight:bold;color:#FFF;border: 0 none;cursor: pointer}#erfahrungsbericht-schreiben h1{margin-top:20px}#erfahrungsbericht-schreiben .formsubmit input.submit:hover{background-color:#999;-moz-transition: all .25s ease 0s;-webkit-transition: all .25s ease 0s;-o-transition: all .25s ease 0s;-ms-transition: all .25s ease 0s;transition: all .25s ease 0s}#erfahrungsbericht-schreiben form{overflow:hidden}#erfahrungsbericht-schreiben h1{margin-top:0}.filter_period_modal_body .fewo_calendar{margin-bottom:20px}.fewo_overlay_background{bottom:0;left:0;right:0;top:0;position:absolute}#filter_traveldate_selection:before{float:left;margin-right:10px;line-height:44px;content:"Reisedauer:"}#lblDateRange > span{height:38px;float:left;display:block;margin-right:10px;padding:3px 10px;background-color:#eee;font-size:13px;line-height:16px}#lblDateRange > span > span{font-size:12px}#lblDateRange > span:before{float:left;margin-right:12px;font:20px/30px Font-Awesome-5;content: "\f073";font-weight: 100}#lblDateRange .dateStartValue,#lblDateRange .dateStopValue{display:block;font-weight: 400}#submit_period_modal,#submit_requestfrom_period_modal{height:44px;float:right;display:block;padding-right:20px;padding-left:20px;text-align:center;background-color:#DF4A43;border:1px solid #DF4A43;border-radius:4px;font-size:16px;line-height:44px;text-decoration:none;color:#fff;text-transform:uppercase;font-weight: 600}#submit_period_modal:hover{background-color:#fff;color:#DF4A43}.filter_period_modal_footer{float:none;clear:both;padding:20px;background-color:#8EB6D4}#filter_traveldate_selection.blink .fmCurrentLabel{animation-name: flashingGrey;    animation-duration: 400ms;    animation-iteration-count: 1;    animation-timing-function: ease-in-out}.filter_period_modal_footer:after{float:none;clear:both;display:block;content:""}.periodReset{height:24px;float:right;display:block;margin-top:6px;padding-left:10px;font-size:16px;line-height:22px;cursor:pointer}.periodReset:hover{color:#777}.periodReset:after{float:right;margin-left:10px;font-family:Font-Awesome-5;content:"\f00d"}#filter_traveldate_selection .fmSelectbox{width:150px;float:left}#filter_traveldate_selection .fmSelectbox .fmCurrentLabel{background-color:#eee}.filter_period_modal_body{padding:0 20px 20px}.filter_period_modal_body:after{float:none;clear:both;display:block;content:""}.fewo_overlay_content{width:850px;height:732px;left:50%;position:fixed;background-color:#fff;top:50%;transform:translate(-50%,-50%)}.fewo_overlay_content:after{float:none;clear:both;display:block;content:""}.filter_period_modal_header h3{margin-bottom:0;padding:20px;background-color:#8EB6D4;font-size:24px;line-height:1;color:#000;font-weight:400}.filter_period_modal_body .fewo_calendar tbody tr:nth-child(2) td{font-weight:normal;color:#333}.fewo_calendar:nth-child(4n+4){margin-right:0}.fewo_calendar thead{display:block}.fewo_calendar tbody{display:block}.fewo_calendar tr{display:block}.fewo_calendar tbody td{font-weight:bold;color:#fff}.fewo_calendar tbody td.no_saison{font-weight:normal;color:#aaa}.fewo_calendar td{width:36px;height:36px;float:left;display:block;margin-right:1px;margin-bottom:1px;text-align:center;font-size:16px;line-height:36px}.fewo_calendar td.month{width:100%;border-bottom:1px solid #fff;font-weight:normal;color:#333}.fewo_attributes .fm_icons{font-size:0px;cursor: default}.fm_icons:before{content: ""!important;font-size: 0px!important;margin: 0px!important;background-color: transparent!important;padding: 0px!important}.fm_icons{margin-left: 0px!important}*{outline:0}.fewo_attributes .fm_icons{position:relative;font-size:13px;cursor: default}.fewo_attributes .fm_icons:before{width:26px;height:26px;display:block;text-align:center;background-color:#005BAA;font-size:24px;line-height:26px;color:#fff}.fewo_attributes .fm_balkon:before{font-family:fruitmedia-font;content: "\e61c"}.fewo_attributes .fm_kueche:before{font-family:fruitmedia-font;content: "\e61b"}.fewo_attributes .fm_grill:before{font-family:fruitmedia-font;content: "\e61a"}.fewo_attributes .fm_inet:before{font-family:fruitmedia-font;content: "\e69c"}.fewo_attributes .fm_handtuch:before{font-family:fruitmedia-font;content: "\e619"}.fewo_attributes .fm_kamin:before{font-family:fruitmedia-font;content: "\e618"}.fewo_attributes .fm_Internetanschluss:before{font-family:fruitmedia-font;content: "\e699"}.fewo_attributes .fm_garten:before{font-family:fruitmedia-font;content: "\e69a"}.fewo_attributes .fm_meerblick:before{font-family:fruitmedia-font;content: "\e617"}.fewo_attributes .fm_parken:before{font-family:fruitmedia-font;content: "\e615"}.fewo_attributes .fm_alergie:before{font-family:fruitmedia-font;content: "\e69b"}.fewo_attributes .fm_schwimmbad:before{font-family:fruitmedia-font;content: "\e611"}.fewo_attributes .fm_strandkorb:before{font-family:fruitmedia-font;content: "\e60d"}.fewo_attributes .fm_tresor:before{font-family:fruitmedia-font;content: "\e60c"}.fewo_attributes .fm_haustier_no:before{font-family:fruitmedia-font;content: "\e613"}.fewo_attributes .fm_rollstuhl:before{font-family:fruitmedia-font;content: "\e612"}.fewo_attributes .fm_waschmaschine:before{font-family:fruitmedia-font;content: "\e60a"}.fewo_attributes .fm_wlan:before{font-family:fruitmedia-font;content: "\e609"}.fmDropdownBox div:hover,.fmDropdownBox div.active{background-color:#E6E6E6;color:#000}.fmSelectbox{position:relative}.fmSelectbox .fmCurrentLabel{width:100%;height:44px;padding-right:10px;padding-left:10px;background-color:#fff;border:1px solid #adb2b6;border-radius:4px;font-size:16px;line-height:46px;color:#000;cursor:pointer}.fmSelectbox .fmCurrentLabel:after{width:35px;height:44px;right:0;top:0;position:absolute;text-align:center;font:14px/44px fruitMedia-Font;color:#005BAA;content:"\e67c"}.fmDropdownBox div{padding:0 10px;text-align:left;font-size:16px;line-height:30px;color:#000;cursor:pointer;overflow: hidden;white-space: nowrap;text-overflow: ellipsis}.fmDropdownBox{width:100%;max-height:200px;top:44px;position:absolute;display:none;background-color:#fff;border:0px solid #99b8c7;border-radius:2px;overflow-y: auto;z-index:999;box-shadow: 0px 0px 4px 0px rgb(0 0 0 / 30%)}.pagination_bottom{clear:both}.agb_menu{float:right;font-size:14px;line-height:50px}.left .boxes4ward_article{overflow:hidden}#right_fix,#right_fixed{overflow:visible}#right_fixed.scroll-to-fixed-fixed{top:0;z-index:99}#right #right_fixed.scroll-to-fixed-fixed,#right #right_fixed{height: auto!Important}:-moz-placeholder{font-family:Yummo;color:#000;opacity: 1 !important;font-weight: 300}::-moz-placeholder{font-family:Yummo;color:#000;opacity: 1 !important;font-weight: 300}::-webkit-input-placeholder{font-family:Yummo;color:#000;opacity: 1 !important;font-weight: 300}:-ms-input-placeholder{font-family:Yummo;color:#000;opacity: 1 !important;font-weight: 300}.slide_item .shariff li{margin-top:2px}.home .pagination_bottom{display:none}.cont_obj_list #frmSort,.cont_obj_list .pagination_bottom,.cont_obj_list .fewo_result_count{display:none;display:none !important}.pagination_top p,.pagination_top .pagination li{display:none}.pagination_top .pagination li.next{display:inline-block}.pagination li a,.pagination li strong{width:50px;height:50px;margin-right:5px;background-color:#fff;border:1px solid #adb2b6;border-radius:4px;text-decoration:none;display:flex;justify-content:center;align-items:center}.datepicker_bootstrap th,.datepicker_bootstrap td{font-size:14px}.datepicker_bootstrap .header .previous,.datepicker_bootstrap .header .next{top:12px}selected-button,.datepicker_bootstrap .days .day.selected,.datepicker_bootstrap .days .day.selected:hover{color:#333333 !important}.datepicker_bootstrap{border:1px solid #eee;border-radius:4px;width:330px;height:330px;margin-top:5px;padding:0;z-index:9999;margin-left:-5px;box-shadow: 0 0 0 rgba(0, 0, 0, 0)}.datepicker_bootstrap .days .unavailable.day:hover{background-color:transparent !important;color:#eeeeee !important}.datepicker_bootstrap .days .title.day:hover{background-color:transparent !important;color:#000000 !important;cursor:default !important}.datepicker_bootstrap .days .day:hover{background-color:#7ABA7A!important;color:#ffffff !important}.datepicker_bootstrap:before,.datepicker_bootstrap:after{border:0px solid;border-radius:0}.datepicker_bootstrap .body .slider > div > div,.datepicker_bootstrap .body .slider > div table,.datepicker_bootstrap .body .slider > div,.datepicker_bootstrap .body{margin-bottom:0;height:290px !important}.datepicker_bootstrap .body .slider > div thead th{height:30px;vertical-align:middle;text-align:center}.datepicker_bootstrap .header{height:37px;padding:0}.datepicker_bootstrap .header .title .titleText{height:37px;padding:6px 10px 0;border-radius:0;line-height:37px}.datepicker_bootstrap .days td{border-right:1px solid #eee;border-bottom:1px solid #eee}.datepicker_bootstrap .days .week5 td{border-bottom:0px solid}.datepicker_bootstrap .days td.day0{border-right:0px solid}textarea{height:120px;padding:10px}.side_menu_wrap .slide_item.to_list:before{content:"\f015"}.ce_image + .ce_text h2,.ce_image + .ce_text h3{margin-top:30px}.side_menu_wrap .slide_item.to_merk:before{color:#df4a43;content:"\f295"}.side_menu_wrap .slide_item.to_kon:before{content:"\f0e0"}.side_menu_wrap .slide_item.to_social:before{content:"\f1e0"}.side_menu_wrap .slide_item#toTop:before{font-family:fruitMedia-Font;content:"\e679"}.side_menu_wrap .slidemenu_singlewrap{width:44px;height:44px;position:relative;display:block;margin-bottom:2px;content:" "}.side_menu_wrap .slidemenu_singlewrap .slide_item{width:144px;height:44px;right:-100px;top:0;position:absolute;display:block;padding-left:54px;background-color:#E4E4E4;font-size:16px;line-height:44px;text-decoration:none;transition: all 0.25s ease 0s;cursor:pointer}.side_menu_wrap .slidemenu_singlewrap .slide_item:hover{right:0;font-size:13px;color:#333;text-transform:uppercase;transition: all 0.25s ease 0s}.win-ce .side_menu_wrap .slidemenu_singlewrap .slide_item:focus,.ios .side_menu_wrap .slidemenu_singlewrap .slide_item:focus,.android .side_menu_wrap .slidemenu_singlewrap .slide_item:focus,.blackberry .side_menu_wrap .slidemenu_singlewrap .slide_item:focus,.symbian .side_menu_wrap .slidemenu_singlewrap .slide_item:focus,.webos .side_menu_wrap .slidemenu_singlewrap .slide_item:focus{right:0;color:#005BAA;transition: all 0.25s ease 0s}.side_menu_wrap .slide_item:before{width:44px;height:44px;left:0;top:0;position:absolute;display:block;text-align:center;background-color:#ccc;font:20px/44px Font-Awesome-5;content:" "}#toTop_wrap{width:44px;height:184px;right:-44px;position:fixed;display:block;transition: all 0.25s ease 0s;top:10%;z-index: 999;opacity:0}#toTop_wrap.on{right:0;top:10%;position:fixed;display:block;transition: all 0.25s ease 0s;opacity:1}input[type=button],input[type=submit],input[type=text],input[type=email],input[type=tel],textarea,.jq-dte-inner{font-size:16px;-webkit-appearance:none;-webkit-border-radius:0;-webkit-box-sizing: border-box;transition: all 0.3s ease 0s}#mbBottom{padding-top:8px;background-color:#4389ba;color:#fff}#mbTitle,#mbPrevLink,#mbNextLink,#mbCloseLink{line-height:30px;color:#fff}#mbPrevLink big,#mbNextLink big,#mbCloseLink big{line-height:28px;color:#fff}#mbImage{padding:0}#mbCenter{background-color:#4389ba;-webkit-box-shadow:0 0 0 0 #0;box-shadow:0 0 0 0 #0;border-radius:0;-moz-box-sizing: content-box;-webkit-box-sizing: content-box;-o-box-sizing: content-box;-ms-box-sizing: content-box;box-sizing: content-box}#mbOverlay{background-color:#000;opacity:0.8 !important}.blank_site{padding:15px}body{background-color:#fff;font:17px 'Yummo',Arial,sans-serif;color:#000;font-weight: 300}p,h1,h2,h3,h4,h5,h6{cursor:default}input[type=text]::-ms-clear{display:none}input[type='number']{-moz-appearance:textfield}body *{-moz-box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box}nav,body,div,h1,h2,h3,h4,h5,h6,p,blockquote,pre,code,ol,ul,li,dl,dt,dd,table,th,td,form,fieldset,legend,input,textarea,figure{margin:0;padding:0}.datepicker_bootstrap td{vertical-align:middle;text-align:center;white-space:nowrap;border-radius: 0}.datepicker_bootstrap .days .day,.datepicker_bootstrap .months .month,.datepicker_bootstrap .years .year{border-radius: 0}.datepicker_bootstrap thead th{border-bottom: 2px solid #005BAA !important}.selected-button,.datepicker_bootstrap .days .day.selected,.datepicker_bootstrap .days .day.selected:hover{background-color: #8C7E73 !important}.datepicker_bootstrap .months .month.selected,.datepicker_bootstrap .months .month.selected:hover,.datepicker_bootstrap .years .year.selected,.datepicker_bootstrap .years .year.selected:hover{background-color: #E6E6E6!important;color:#333 !important}.datepicker_bootstrap{border-radius: 0px 0px 0px 0px !important}a:active,a:focus{outline: none; -moz-outline-style: none}figure{margin:0;padding:0}html{min-height:100%;overflow-x: auto;overflow-y: auto}h1,h2,h3,h4,h5,h6{margin:0;font-weight: 500}h1{margin:0 0 20px;font-size:30px;line-height:1 !important;font-weight:400}h2{margin:0 0 12px;font-size:26px;line-height:1.5}h3{margin:0 0 8px;font-size:24px;line-height:1.3}h4{margin:0 0 8px;font-size:19px;line-height:1}h5{margin:0 0 8px;font-size:26px;line-height:1;color:#005BAA}h6{margin:0 0 15px;font-size:40px;line-height:1.5;font-weight:400}img{height:auto;max-width:100%}ul,li{list-style-type:none}ol{list-style-type:decimal}ol ol{margin-top:0;list-style-type:lower-latin}ol ul{margin-top:0;list-style-type:circle}dt{font-weight:bold}dd{margin:0 0 1.5em .8em}p{margin:0 0 12px;font-size:17px;line-height:1.5}blockquote,cite,q{font-family:"Droid Serif",Georgia,"Times New Roman",Times,serif;font-style:italic}blockquote{margin:1.5em 0 0 1.5em;color:#000;background: transparent}strong,b,em{font-weight: 600}em,i{font-style:italic}big{font-size:114.28571%;line-height:1.3125}small{font-size:85.71429%;line-height:1.75}pre,code,kbd,tt,samp,var{font-size:100%}pre{margin:0 0 1.5em;white-space:pre-wrap;font-size:100%;line-height:1.5;word-wrap: break-word}pre,code{color:#800}kbd,samp,var,tt{font-weight:bold;color:#000}var,dfn{font-style:italic}acronym,abbr{font-variant:small-caps;letter-spacing:.07em;border-bottom: 1px #aaa dotted;cursor: help}sub,sup{position:relative;vertical-align:baseline;font-size:75%;line-height:0}sup{top:-0.5em}sub{bottom:-0.25em}mark{background: yellow;color: black}a{color:#005BAA;background: transparent;transition: all 0.3s ease 0s;outline:0}a:active{outline: none}a:hover{text-decoration:none;color:#4389BA;transition: all 0.3s ease 0s}footer  a{text-decoration:none;color:#FDFDFD;background:transparent}footer a:active{outline: none}footer a:hover,footer a:focus{text-decoration:none;color:#F18601;background: none}#dlh_googlemap_1{width: 97% !important}iframe,object,embed{max-width:100%}.flexible{height:auto;max-width:100%;margin-bottom:1.5em}* html .flexible{width:98%}.bordered{margin-bottom:1.5em;border: 2px #eee solid;border: 2px white solid;-webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.25);box-shadow: 0 0 3px rgba(0, 0, 0, 0.25)}.image_container.float_left{float:left;display:inline;margin:0 1.5em .15em 0}.image_container.float_right{float:right;display:inline;margin:0 0 .15em 1.5em}.image_container a:hover,.image_container a:focus,.image_container a:active{background: none}.image_container.float_left .caption{padding-top:5px;text-align:center;color:#444}.image_container.float_right .caption{padding-top:5px;text-align:center;color:#444}.highlight{color:#c30}.dimmed{color:#888}.box{margin:0 0 1.5em;padding:1.42857em;border:1px solid #888;border-radius:.3em;color:#444;border-color: rgba(0, 0, 0, 0.3);-webkit-box-shadow: inset 1px 1px 3px rgba(0, 0, 0, 0.2);box-shadow: inset 1px 1px 3px rgba(0, 0, 0, 0.2);color: rgba(0, 0, 0, 0.8)}.box > *:last-child{margin-bottom:0}.info h1,.info h2,.info h3,.info h4,.info h5,.info h6{color:#df4a43}.success h1,.success h2,.success h3,.success h4,.success h5,.success h6{color:#659f13}.success{margin-bottom:20px;padding:10px;border-radius:4px;color:#659f13;text-shadow: 0 1px 0 #fff;background: #f2fae3;border-color: rgba(101,159,19,0.3)}.warning h1,.warning h2,.warning h3,.warning h4,.warning h5,.warning h6{color:#e28327}.warning{margin-bottom:20px;padding:10px;border-radius:4px;color:#e28327;text-shadow: 0 1px 0 #fff;background: #fffceb;border-color: rgba(226,131,39,0.3)}.float-left{float:left;display:inline;margin:0 1em 1.5em 0}.float-right{float:right;display:inline;margin:0 0 1.5em 1em}.center{display:block;margin:0 auto 1.5em;text-align:center}.ce_table{margin-top:24px;margin-bottom:24px}.ce_table th a{text-decoration:none;color:#4d87c7;background: transparent}.ce_table th a:active{outline: none}.ce_table th a:hover,.ce_table th a:focus{text-decoration:underline;color:#4d87c7}table{width:100%;margin:0 0 15px;padding-bottom:10px;border-collapse:collapse;color:#444}.narrow table{margin:0 0 1.42857em}.narrow table th,.narrow table td{padding:0 .5em;line-height:1.42857}table.fixed{table-layout: fixed}.bordertable table{border: 1px #ccc solid}.bordertable table thead tr{background: #e0e0e0;border-right: 1px #ccc solid;border-bottom: 1px #ccc solid}.bordertable table tfoot tr{background: #e0e0e0;border-right: 1px #ccc solid;border-bottom: 1px #ccc solid}.bordertable table thead th{border-right: 1px #ccc solid;border-bottom: 1px #ccc solid}.bordertable table tbody th[scope="row"]{background: #f0f0f0}.bordertable table tbody th{border-right:1px solid #ccc}.bordertable table tbody td{border-right:1px solid #ccc}caption{font-variant:small-caps}th,td{padding:1px 5px;line-height:1.5em}th *:first-child,td *:first-child{margin-top:0}th.nowrap,td.nowrap{white-space:nowrap}thead th{text-align:left;color:#000;border-bottom: 2px #000 solid}tbody{}tbody th{text-align:left;border-top:1px solid #ccc}tbody td{text-align:left}/*PDF Zeichen*/
    .mod_article .pdf_link{margin-bottom:-16px;text-align:right}.mod_article .pdf_link a{padding-right:1px;padding-left:1px;background: none}.pagination{clear:both;border-top:0px solid}.pagination li{float:left;margin:0;padding:0;list-style-type:none;background: none}.mod_calendar table{border-bottom:1px solid #B9BCBE}.mod_calendar td{padding:1.5%}.mod_calendar td.col_first{border-left:1px solid #B9BCBE}.mod_calendar th.label{padding:10px 0;border-bottom:1px solid #B9BCBE}.mod_calendar th.head{padding:0}.mod_calendar th.previous a,.mod_calendar th.next a{display:inline-block;padding:3px;white-space:nowrap;border:1px solid #b9bcbe;background: #ededed}.mod_calendar th.previous a:hover,.mod_calendar th.next a:hover{border-color: #84898d !important}.mod_calendar th.previous a:after,.mod_calendar th.previous a:before,.mod_calendar th.next a:after,.mod_calendar th.next a:before{display:none}.mod_calendar th.current{text-align:center}.mod_calendar th.next{text-align:right}.mod_calendar th.previous{text-align:left}.mod_calendar th.label{text-align:center}.mod_calendar td{width:14.28%;padding-left:5px;border-right:1px solid #b9bcbe;background: #eaeaea}.mod_calendar td.empty,.mod_calendar td:hover{background: #fff}.mod_calendar td.today{color: white !important;background: #969696;-webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.6) inset;-moz-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.6) inset;box-shadow: 0 2px 10px rgba(0, 0, 0, 0.6) inset}.mod_calendar td.today a{color: white !important}.mod_calendar th.current:before{top:-1px;position:relative;display:inline-block;margin-right:5px;font-family:"icons";text-indent:0;content: "\1f4c5";left: 0}/*     --mod_eventlist ----------- */
    .mod_eventlist .event{margin-bottom:25px}.mod_eventlist h2{margin-bottom:5px}.mod_eventlist p.time{padding:3px 0;border-top:1px solid #ededed;border-bottom: 1px solid #ededed}.mod_eventlist p.time:before{top:0;position:relative;display:inline-block;margin-right:5px;font-family:"icons";text-indent:0;content: "\e91a";left: 0}.mod_registration label{width:40%;float:left}.mod_registration .submit_container{width:100%;margin-top:20px}.mod_registration .captcha_text{float:left;display:block;margin-top:5%;margin-bottom:15%;margin-left:40%;font-size:14px;color: red}.ce_video_custom{height:0;position:relative;overflow:hidden;padding-bottom:56.25%}.ce_youtube,.ce_download,ce_downloads{margin-top:20px;margin-bottom:20px}.ce_video_custom iframe,.ce_video_custom object,.ce_video_custom embed{width:100%;height:100%;top:0;left:0;position:absolute}.ce_downloads p{padding-bottom:15px;border-bottom:1px dotted #ccc}.ce_downloads p span{font-size:10px;font-style:italic}.ce_download ul li,.ce_downloads ul li{list-style-type:none}.toggler{padding:1px 0 2px}.toggler_first{color:#a84204}.toggler_first:hover{text-decoration:underline;color:#a84204;cursor:pointer}.mod_login{margin:0;padding:10px;background-color:#eee}.mod_login label{display:block;margin:4px 0 1px}.mod_login .submit_container{margin-top:8px;margin-bottom:4px}#request_password{margin:0;padding:0 10px 10px;background-color:#eee}#request_password a{font-size:11px;color:#999}.mod_newsmenu,.mod_eventmenu{margin:0 5px 20px;padding:5px;background-color:#ece4d9}#breaking_news{margin:0 0 20px;padding:10px;background-color:#eee}#breaking_news h2,#breaking_news h3,#breaking_news h4,#breaking_news h5{margin:0 0 6px;padding:0;font-size:150%;font-weight: 400}.mod_newsmenu ul,.mod_newsmenu li,.mod_eventmenu ul,.mod_eventmenu li{margin:0;padding:0;list-style-type:none}.mod_newsmenu .year,.mod_eventmenu .year{margin-bottom:2px;font-weight:700}.mod_newsreader .back{margin-bottom:24px;padding-top:12px}.mod_newsreader .ce_text{margin-top:16px}.mod_newsreader .reply{margin-top:12px;padding-left:18px}.mod_newsreader .form{margin-top:24px}.mod_newsreader .widget{margin-top:1px;margin-bottom:1px}.mod_newsreader .textarea{width:360px;height:120px}.mod_search .text{width:240px;-webkit-appearance:none}.mod_search .radio_container{margin:3px 0 0;padding:0;border:0}.mod_search .radio_container label{left:-2px;position:relative;padding-right:3px;top:-2px}.mod_search .header{margin-top:18px;margin-right:5px;margin-bottom:24px;padding-bottom:4px;text-align:right;border-bottom:1px solid #ece4d9}.mod_search h3{margin:0 0 2px;padding:0}.mod_search .context{margin:0 5px 3px 0}.mod_search .url{margin-bottom:12px;color:#c6ad8d}.mod_search .relevance{font-size:12px;color:#c6ad8d;font-weight:400}.mod_search .highlight{font-weight:700}table.calendar .head{padding-top:4px;padding-bottom:5px;text-align:center;background-color:#f6f6f6;border-right:1px solid #ccc;border-bottom:1px solid #ccc}table.calendar .label{padding-top:3px;padding-bottom:4px;text-align:center;background-color:#bbb;border-right:1px solid #ccc;font-size:11px;color:#fff;border-bottom:1px solid #ccc;font-weight:700}table.calendar td{width:14%;height:72px;padding:1px;vertical-align:top;background-color:#fff;border-right:1px solid #ccc;border-bottom:1px solid #ccc}table.calendar td .header{padding-bottom:2px;background-color:#e0e0e0;font-size:11px}#minicalendar{margin:0 5px 20px;padding:5px 5px 10px;background-color:#ece4d9}table.minicalendar td{width:14%;padding-top:2px;padding-bottom:3px;text-align:center;background-color:#fff;border-right:1px solid #ccc;border-bottom:1px solid #ccc}table.minicalendar .label{padding-top:2px;padding-bottom:3px;text-align:center;background-color:#c3c3c3;border-right:1px solid #ccc;font-size:11px;color:#fff;border-bottom:1px solid #ccc}table.minicalendar .head{padding-top:3px;padding-bottom:4px;text-align:center;background-color:#f9f9f9;border-right:1px solid #ccc;border-bottom:1px solid #ccc}.mod_eventlist{margin-right:6px}.mod_eventlist .header{padding:3px 6px 4px;background-color:#e6e6e6;border-right:1px solid #ccc;border-bottom:1px solid #ccc;border-left:1px solid #ccc;font-weight:700}.mod_eventlist .header.first{border-top:1px solid #ccc}.mod_eventlist .event{padding:10px 6px 12px;border-right:1px solid #ccc;border-bottom:1px solid #ccc;border-left:1px solid #ccc}.mod_eventlist .time{margin-top:-6px;margin-bottom:6px;color:#999;font-weight:400}.mod_eventreader .recurring{margin-top:2px;font-size:11px;color:#090}.mod_eventreader .ce_text{margin-top:15px}fieldset.radio_container,fieldset.checkbox_container{margin:0;padding:0;border:0}.pagination li{display:inline;margin:0;padding:0;list-style-type:none}#tps td{padding:2px 4px}#tps .col_0{width:80px}.pagination p{width:160px;display:inline;margin-bottom:0;padding-right:10px;padding-left:10px;text-align:left;line-height:50px}#tps .explanation{padding-bottom:24px}.pagination ul{float:left;margin:0;padding:0 3px;text-align:right}.left .sort_balken,.left .pagination_bottom{display:none}.pagination li.previous a:before{font:16px/32px fruitMedia-Font;content:"\e67b"}.pagination li.next a:before{font:16px/32px fruitMedia-Font;content:"\e67a"}.pagination li.first a:before{font:16px fruitMedia-Font;text-indent:-8px;letter-spacing:-8px;content:"\e67b \e67b"}.pagination li.last a:before{font:16px fruitMedia-Font;text-indent:-6px;letter-spacing:-8px;content:"\e67a \e67a"}.pagination li a.previous,.pagination li a.next,.pagination li a.first,.pagination li a.last{font-size:0}.pagination li strong,.pagination li a:hover{background-color:#e0e0e0;color:#333}.ce_text,.teaser,.mod_newsreader .comment{line-height:1.5}.mod_article .back,.mod_eventreader .back{margin-top:18px}.mod_article .more,.mod_login .checkbox_container label{display:inline}.mod_login .checkbox_container,.mod_search{margin-top:3px}.mod_newsreader h2,.mod_newsreader .comment_default{margin-bottom:12px}table.calendar,table.minicalendar{width:100%;border-top:1px solid #ccc;border-left:1px solid #ccc}table.calendar .current,table.calendar td.today,table.minicalendar td.today,table.minicalendar .current{background-color:#ffc}table.calendar td.weekend,table.calendar .empty,table.calendar .empty .header,table.minicalendar td.weekend{background-color:#f6f6f6}table.calendar td .event a,table.minicalendar td,table.minicalendar .active a{font-size:11px}.content-slider{margin:0;padding:0}.slider-wrapper{position:relative;overflow:hidden}.slider-wrapper>*{width:100%;position:relative;float:left}.slider-control{display:none}.slider-control a{width:42px;height:42px;top:50%;position:absolute;display:inline-block;margin-top:-240px;text-indent:-999em;background: url("../../files/images/button_sprite.png") no-repeat  0 50px}.slider-control span{top:9px;position:absolute;display:inline-block}.bold{font-weight: 600}.regular{font-weight: 400}.light{font-weight: 300}.slider-control .slider-prev,.slider-control .slider-next{position:absolute;cursor: pointer;z-index: 5}.slider-control .slider-prev{left:20px;background-position: 0 0}.slider-control .slider-prev:hover{background-position: 0 -50px}.slider-control .slider-prev:focus{background-position: 0 -100px}.slider-control .slider-next{right:20px;background-position: 0 -150px}.slider-control .slider-next:hover{background-position: 0 -200px}.slider-control .slider-next:focus{background-position: 0 -250px}.slider-control .slider-menu{width:50%;top:0;left:50%;margin-left:-25%;text-align:center;font-size:27px}.slider-control .slider-menu b{width:48px;height:22px;overflow:hidden;display:inline-block;color:#bbb;text-indent:-999em;cursor:pointer;background: url("../../files/images/button_nav.png") no-repeat  0 0}.slider-control .slider-menu b:hover{background-position: 0 -30px}.slider-control .slider-menu b.active{background-position: 0 -90px}
/* Fewomanager-Detail.css */
.detail #header{background-color:#c8dceb}.fewo_offers .fewo_offer_selection span{width:60px;height:60px;display:flex;align-items:center;justify-content:center;cursor:pointer}.booking_total_offer .booking_price_total{margin-left:auto}.booking_pricelist > div.booking_total_offer{background-color:#eee;color:#FC1D00;font-weight: 600}.fewo_booking_address .form_fields{padding-right:20px;padding-bottom:14px;padding-left:20px;display:flex;flex-wrap:wrap;justify-content:space-between}.fewo_mandatory_info,.booking_person_infotext{display:inline-block;margin:20px;padding:3px 10px;background-color:#d2edd5;font-size:13px;color:#499e4e}.booking_person_infotext p{font-size:13px}.persons_confirm .person_field:last-child{display:flex;margin-right:0;margin-left:auto;padding:2px 5px;background-color:#eee;border-radius:3px;font-size:10px;align-items: center}.persons_confirm .person_label{line-height:inherit;font-weight:600}.booking_person_infotext > *:last-child{margin-bottom:0;padding-bottom:0}.persons_container{padding:20px}.persons_confirm{padding-top:10px;padding-bottom:10px}.persons_container .person{margin-bottom:10px;font-size:16px;justify-content: space-between;display:flex}.persons_confirm .person{margin-bottom:0;padding:8px 0;border-bottom:1px solid #dbdbdb;justify-content: normal}.persons_confirm .person:last-child{border-bottom:0 solid}.person_label{width:150px;line-height:44px;flex-shrink:0;font-weight:600}.persons_container .formfields{display:flex;width: calc(100% - 150px);justify-content: space-between}.persons_container .formfields > div{width:32%;margin-bottom:0;flex-shrink:0}.persons_confirm .formfields > div{width:auto;margin-right:8px;margin-bottom:0}.persons_confirm .formfields{justify-content:normal}#cntSubmit{display:flex;justify-content:flex-end}.payment_logo{height:40px;min-width:200px;right:15px;top:5px;position:absolute;justify-content: flex-end;display: flex;align-items: center}.payment_logo img{display:none}.payment_logo.payment_rec{background-image:url("../../files/images/payment-icons/rechnung.svg");background-position:right center;background-repeat:no-repeat;background-size:auto 30px}.payment_logo.payment_paypal{background-image:url("../../files/images/payment-icons/paypal.svg");background-position:right center;background-repeat:no-repeat;background-size:auto 30px}.payment_logo.payment_banktransfer{background-image:url("../../files/images/payment-icons/sepa.svg");background-position:right center;background-repeat:no-repeat;background-size:auto 30px}.payment_logo.payment_sofort{background-image:url("../../files/images/payment-icons/klarna.svg");background-position:right center;background-repeat:no-repeat;background-size:auto 30px}.payment_logo.payment_creditcard{background-image:url("../../files/images/payment-icons/creditcard.svg");background-position:right center;background-repeat:no-repeat;background-size:auto 30px}.payment_logo.payment_giropay{background-image:url("../../files/images/payment-icons/giropay.svg");background-position:right center;background-repeat:no-repeat;background-size:auto 30px}#section_payment legend{display:none}.section_payment{overflow:hidden;margin-top:40px;background-color:#fff;border-top:1px solid #e0e0e0;border-right:1px solid #e0e0e0;border-left:1px solid #e0e0e0;border-radius:4px;border-bottom: 2px solid #8EB6D4}.payment_fee{font-size:12px;color:#888;font-weight: 400}#section_payment fieldset > span{height:50px;position:relative;border-top:1px solid #e0e0e0;display: flex;align-items: center}#section_payment input[type="radio"]{top: 50%;position: absolute;transform: translate(15px, -50%);cursor: pointer}#section_payment input[type="radio"]:checked + label,#section_payment fieldset > span > label:hover{background-color:#E9F0FA}#section_payment fieldset > span > label{width:100%;height:100%;display:block;padding-top:10px;padding-left:45px;line-height:1;cursor: pointer}#fewo_prices .fewo_booking_pricedata .regular_price li{font-weight: 600}.dtl_page{position:relative}.fewo_tooltip:after{left:4px;top:-20px;position:absolute;display:block;border:10px solid;border-color: transparent transparent #e0e0e0;content: ""}.fewo_tooltip .tip-title{margin-right:8px;margin-left:8px;padding-right:0;padding-left:0;border-bottom:1px solid #e0e0e0;font-size:13px;font-weight: 400}.fewo_tooltip{border:1px solid #e0e0e0;border-radius:4px;color:#333}.fewo_tooltip .tip-text{background-color:#fff;font-size:12px}.mainInfos .fewo_citystreet{margin-right:15px;margin-left:15px}.bed_location{display:block;margin-bottom:5px;font-weight: 400}.betten .fewo_grouping_1{margin-bottom:15px;padding-bottom:10px;border-bottom:1px solid #e0e0e0;display: flex}.betten .fewo_grouping_1 > div{margin-right:15px}.betten .fewo_schlafzimmer:before{margin-right:7px;font-family:Font-Awesome-5;content:"\f236"}.betten .fewo_person:before{margin-right:7px;font-family:Font-Awesome-5;content:"\f007"}.booking_headline{padding:20px;background-color:#eee;border-top-left-radius:4px;border-top-right-radius:4px;font-size:20px;font-weight: 600}#frmBooking > .booking_headline{border-top:1px solid #e0e0e0;border-right:1px solid #e0e0e0;border-left:1px solid #e0e0e0}.fewo_contact_data  > .booking_headline{margin-bottom:10px}.booking_payment_headline{padding:20px;background-color:#eee;border-top-left-radius:4px;border-top-right-radius:4px;font-size:20px;font-weight: 600}.nohead #container{margin-top:40px}.fewo_bed{width:50%;    margin-bottom:20px;    flex-shrink:0}.bed_description{margin-top:3px;padding-left:10px;font-size:14px}.fewo_beds{width:calc(100% - 200px);    flex-shrink:0;    display:flex;    flex-wrap:wrap}.bed_details{display:block;margin-bottom:5px}.bed_details:before{width:4px;height:4px;float:left;display:block;margin-top:6px;margin-right:7px;background-color:#333;border-radius:100%;content:""}.detail #bigbox-bottom{padding-top:0;padding-bottom:0}.ausst_icon .fewo_attributes li span{align-self: center}.ausst_icon li{margin-bottom:10px;padding-left:0;background-image: none}.ausst_icon .fewo_attributes li{width:50%;margin-bottom:15px;display: flex;align-content: center}.ausst_icon .fewo_attributes li img{width:36px;height:36px;margin-right:10px;padding:6px;text-align:center;background-color:#eee;border-radius:4px;display: flex;align-items: center;justify-content: center}.ausst_icon .fewo_attributes{margin:0 0 10px;    padding:0;    display: flex;    align-content: center;    flex-wrap: wrap;    list-style: none}.j_button.pik_dscrpt:before{content:"\f05a"}.bookingWrap{position:relative}.bookingItem .fewo_grouping_2,.bookingItem .fewo_grouping_1{margin-right:15px;margin-left:15px}.miniDtlNav{height:60px;max-width:1280px;margin-top:-10px;margin-right:auto;margin-left:auto;padding-right:15px;padding-left:15px;font-size:15px;line-height:60px}.left_right_wraper.priceWrap p,.left_right_wraper.priceWrap{font-size:15px}.miniDtlNav .fewo_next.empty,.miniDtlNav .fewo_back.empty{color:#aaa}.miniDtlNav .fewo_navi{display:flex;align-items:center}.miniDtlNav .fewo_navi_elements{align-items:center;display: flex}.miniDtlNav .fewo_list{margin-right:auto}.miniDtlNav a{display:block;text-decoration:none}.miniDtlNav .fewo_current{margin-right:35px;margin-left:35px}.miniDtlNav a:hover{color:#$fontl}.miniDtlNav .navi_list:before{margin-right:8px;font-family:Font-Awesome-5;content: "\f104"}.miniDtlNav .navi_back:before,.miniDtlNav .fewo_back.empty:before{margin-right:8px;font-size:17px;font-family:Font-Awesome-5;content: "\f104"}.miniDtlNav .navi_next:after,.miniDtlNav .fewo_next.empty:after{margin-left:8px;font-size:17px;font-family:Font-Awesome-5;content: "\f105"}.fewo_leaflet a{right:30px;top:22px;position:absolute;background-color:rgba(255,255,255,.9);line-height:27px}.mainInfos .fewo_grouping_2{display: flex}.left_right_wraper .fewo_distance_value{float:right}.left_right_wraper .ce_text{margin-top:20px;margin-bottom:20px}.fewo_preisab{width:100%;min-height:80px;display:block;margin-bottom:0;padding:20px 15px;background-color:#eee;border-top:1px solid #e0e0e0;border-right:1px solid #e0e0e0;border-left:1px solid #e0e0e0;border-top-left-radius:4px;border-top-right-radius:4px;font-size:26px;font-weight: 400}.fewo_preisab .oldprice{margin-bottom:-3px;margin-left:21px;font-size:15px;text-decoration:line-through}.left_right_wraper .fewo_distance_headline{display:none;order: 3}.left_right_wraper .ce_fewo_details{display: flex;flex-wrap: wrap}.left_right_wraper .fewo_map{background-color:#e0e0e0;order: 1}.left_right_wraper .bigmap{order: 4}.left_right_wraper .fewo_distances{width:100%;margin-top:10px;order: 3}.left_right_wraper .bigmap a{display:block;margin-top:15px;font-size:15px}.left_right_wraper .bigmap a:before{float:left;margin-right:10px;font-family:Font-Awesome-5;content:"\f279"}.fewo_mosaik_gallery .image_4{width:182px;height:121px}.dtlAttribute ul.fewo_attributes li{width:50%;padding-bottom:0;padding-left:20px;background-image:url("../../files/icons/check-blau.svg");background-position:left center;background-repeat:no-repeat;line-height:23px;flex-shrink: 0;background-size: 11px;background-position: 0px 6px}aside .fewo_attributes li{margin-bottom:4px;font-size:17px;display:flex;align-items:center}aside .fewo_attributes li img{width:36px;height:36px;margin-right:8px;padding:7px;background-color:#eee;border-radius:4px}.mainInfos{position:relative}.fewo_house_address_street:after{margin-right:4px;content:","}.mod_fewo_booking_config:after{float:none;clear:both;display:block;content:""}.bookingEnd.detail #container{width:900px;padding:0}.booking_pricelist > div .l2{margin-left:auto}.booking_section{position:relative;margin-top:40px;margin-bottom:40px;background-color:#fff;border-top:1px solid #e0e0e0;border-right:1px solid #e0e0e0;border-left:1px solid #e0e0e0;border-radius:4px;border-bottom: 2px solid #8EB6D4}.booking_section .fewo_contact_data_elem:before{display:none}.sslText{margin-top:20px;margin-bottom:0;text-align:right;font-size:15px;color:#369D21}.sslText:before{margin-right:8px;font-family:Font-Awesome-5;content: "\f30d"}.fewo_booking_info{margin-bottom:40px;padding:20px;background-color:#fff;border-right:1px solid #e0e0e0;border-left:1px solid #e0e0e0;border-bottom-right-radius:4px;border-bottom-left-radius:4px;font-size:16px;display:flex;border-bottom: 2px solid #8EB6D4}.fewo_booking_info > *{width:30%;margin-right:20px;border-right:1px solid #e0e0e0;display:flex;flex-direction:column}.fewo_booking_info > *:last-child{width:auto;margin-right:0;border-right:0 solid;justify-content: center}.bookingItem .fewo_city{height:26px;display:inline-block;padding-right:12px;padding-left:12px;background-color:#eee;border-radius:3px;line-height:28px}.bookingItem h3{margin:10px 15px 5px;font-size:20px;color:#005BAA;font-weight: 400}.bookingItem{overflow:hidden;margin-bottom:30px;padding-bottom:15px;background-color:#fff;border-top:1px solid #e0e0e0;border-right:1px solid #e0e0e0;border-left:1px solid #e0e0e0;border-radius:4px;font-size:16px;border-bottom: 2px solid #8EB6D4}.btnMoreVotings{float:right;color:#005BAA;font-weight: 500;cursor:pointer}.btnMoreVotings:hover{color:#df4a43}.btnMoreVotings:before{margin-right:6px;content:"+"}.detail #bigbox-bottom{width:100%;min-width:960px;max-width:1280px;margin-right:auto;margin-bottom:60px;margin-left:auto;padding-right:15px;padding-left:15px;border-top:0}.fewo_preisab .fewo_price_from{font-size:.6em}#fewo_prices{border-right:1px solid #e0e0e0;border-left:1px solid #e0e0e0;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-bottom: 2px solid #8EB6D4}.noPrice{text-align:left;font-size:15px;line-height:20px;color:#000}#jumpToBooking{text-decoration:underline;cursor: pointer}.descriptionFoldWrap{margin-top:20px}.descriptionFoldWrap > *{float:right;color:#005BAA;cursor:pointer;font-weight: 400}.descriptionFoldWrap > *:hover{color:#df4a43}.descriptionFoldWrap:after{float:none;clear:both;display:block;content:""}#detailDescription{max-height:200px;position:relative;overflow:hidden;transition:max-height 0.8s ease}#detailDescription.open{max-height:4000px;transition:max-height 0.8s ease}#detailDescription.open + .descriptionFoldWrap #descriptionOpen,#detailDescription + .descriptionFoldWrap #descriptionClose{display:none}#detailDescription + .descriptionFoldWrap #descriptionOpen,#detailDescription.open + .descriptionFoldWrap #descriptionClose{display:block}#detailDescription:before{height:160px;bottom:0;left:0;right:0;position:absolute;display:block;content:"";/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+0,1+100 */background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%); /* FF3.6-15 */background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */}#detailDescription.open:before{display:none}.ce_fewo_details .fewo_saisons li{float:left;padding:4px 15px;font-size:16px}.fewo_no_offer span.fewo_offer_title{padding-left:10px;line-height:60px}.fewo_offers{margin-bottom:30px;display:flex;flex-wrap:wrap;justify-content:space-between}.fewo_offers > div.active{background-color:#F5FBF6}.fewo_offers > div{position:relative;overflow:hidden;display:block;margin-bottom:20px;border:1px solid #e0e0e0;border-radius:4px;width:calc(100% / 2 - 10px);align-self: flex-start}.fewo_offers .offer_row,.fewo_offers .fewo_no_offer{overflow:hidden}.fewo_offers .offer_row > div,.fewo_offers .fewo_no_offer > div{float:left}.fewo_offers .fewo_offer_selection{width:60px;height:60px;position:relative;display:block;border-right:2px solid #f3f4f6}.fewo_offers .fewo_offer_selection span:before{width:16px;height:16px;display:block;-webkit-box-shadow:0 0 0 2px rgba(27,126,183,1);box-shadow:0 0 0 2px rgba(27,126,183,1);border:2px solid #fff;border-radius:50%;content: "";cursor: pointer}.fewo_offers .active .fewo_offer_selection span:before,.fewo_offers .fewo_offer_selection span:hover:before{background-color:#1B7EB7}.fewo_offers .offer_row .fewo_offer_data{margin-top:5px;margin-left:10px}.fewo_offers .offer_row .fewo_offer_title{display:block;margin-top:0;margin-bottom:5px;font-weight: 400}.fewo_offers .fewo_offer_date:before{margin-right:5px;font-family:Font-Awesome-5;content: "\f073 "}.fewo_offers .fewo_offer_minstay:before{margin-right:5px;margin-left:15px;font-family:Font-Awesome-5;content: "\f186 "}.fewo_offers .fewo_offer_detailbutton span{height:20px;bottom:5px;position:absolute;padding-right:5px;padding-left:5px;background-color:#fff;border:1px solid #bababf;border-radius:4px;font-size:13px;line-height:20px;right: 5px;cursor: pointer}.fewo_offers .fewo_offer_detailbutton span:after{float:right;margin-left:5px;font-family:Font-Awesome-5;content: "\f107"}.fewo_offers .fewo_offer_detailbutton span.active:after{content: "\f106 "}.fewo_offers .fewo_offer_detailtext{width:100%;max-height:0;overflow:hidden;display:block;padding:0 170px 0 62px;border-bottom:0px solid #f3f4f6;transition: max-height 0.1s, padding-top 0.1s, padding-bottom 0.1s}.fewo_offers .fewo_offer_detailtext.active{max-height:1000px;padding:20px;border-top:1px solid #e0e0e0;transition: max-height 0.5s, padding-top 0.1s, padding-bottom 0.1s}.fewo_offers .fewo_offer_image img{display:none}.fewo_offers .fewo_offer_period{margin-top:5px;font-size:15px}.mod_fewo_booking_config .fewo_no_offer .fewo_offer_data{padding-left:10px;line-height:60px}.fewo_plan_legend .day_full{background-color:#B40000}.fewo_plan_legend .day_free.selected{background-color:#BAD1E9}.fewo_plan_legend .unavailable{background-color:#306B2E}.fewo_plan_legend .day_today_text,.fewo_plan_legend .today{display:none}.fewo_plan_legend .day_free{background-color:#3C9D46}.fewo_plan_legend table{display:block;padding:10px;background-color:#fff;border:1px solid #f0f0f0;font-size:12px}.fewo_plan_legend td{float:left;display:block;margin-right:15px;padding:0;text-align:left;border:0px solid;font-size:12px;line-height:24px;color:#333;text-decoration:none !important}.fewo_plan_legend td:nth-child(2n+1){margin-right:5px;width: 24px !Important;height: 24px !Important}.fewo_mosaik_gallery .row_0:after,.fewo_mosaik_gallery .row_1:after{float:none;clear:both;display:block;content:""}.fewo_mosaik_gallery img{display:block;background-color:#eee}.fewo_mosaik_gallery .image_1{width:630px;height:420px;float:left;background-color:#eee}.fewo_mosaik_gallery .image_2{width:310px;height:205px;float:right;margin-bottom:10px;background-color:#eee}.fewo_mosaik_gallery .image_3{width:310px;height:205px;float:right;background-color:#eee}.fewo_mosaik_gallery .row_1{margin-top:10px}.fewo_mosaik_gallery .row_1 > div{float:left;margin-right:10px}.fewo_mosaik_gallery .row_1 > div:last-child{margin-right:0}.fewo_mosaik_gallery .image_8{position:relative;background-color:#eee}.fewo_mosaik_gallery .image_8 span{bottom:0;left:0;right:0;top:0;position:absolute;text-align:center;background-color:rgba(0,0,0,.4);font-size:14px;line-height:121px;color:#fff}.fewo_mosaik_gallery .image_8 span:hover{background-color:rgba(0,0,0,.6)}#booking_reset{cursor:pointer}#booking_reset:hover{color:#777}#booking_reset:before{margin-right:5px;font-family:Font-Awesome-5;content:"\f00d"}.dtl_lage_entfrng .fewo_address{width:285px;right:25px;top:10px;position:absolute}.dtl_price + .left_right_wraper:after{float:none;clear:both;display:block;content:""}a#navi_top{width:42px;height:42px;float:left;display:block;margin-right:4px;text-align:center;background-color:#f0f0f0;border:2px solid #adb2b6;border-radius:4px;font-size:0;line-height:38px;text-decoration:none;color:#333}a#navi_top:hover{background-color:#fff;border:2px solid #df4a43;color:#df4a43}a#navi_top:before{font:20px/38px fruitMedia-Font;content:""}.ce_fewo_panorama a{width:100%;height:34px;margin-top:10px;text-align:center;border-radius:4px;font-size:14px;line-height:34px;color:#333;text-transform:uppercase;background-color: #f0f0f0;    border: 2px solid #adb2b6;    display: inline-block;    text-decoration: none;font-weight: 600}.ce_fewo_panorama a:hover{background-color:#fff;border:2px solid #df4a43;color:#df4a43}.ce_fewo_panorama a:before{font:14px Font-Awesome-5;content: "";    margin-right: 6px;    text-decoration: none;    text-transform: uppercase}.detail .datepicker_bootstrap .months .month:hover,.detail .datepicker_bootstrap .years .year:hover{background-color:#E6E6E6}.detail .datepicker_bootstrap .months .month.unavailable:hover,.detail .datepicker_bootstrap .years .year.unavailable:hover{background-color:#EE6D68}.detail .datepicker_bootstrap .months .month,.detail .datepicker_bootstrap .years .year{width:50%;float:left;font-size:16px}.detail .datepicker_bootstrap .header .title .titleText:hover{background:transparent !important}.detail .datepicker_bootstrap .header .title .titleText:hover > div{text-decoration:underline}.detail .datepicker_bootstrap .days td.day.selected{background-image:url("../../files/images_belegungsplan/selected.gif");background-position:center center;background-repeat:no-repeat}.detail .datepicker_bootstrap .header .title .titleText{line-height:32px}.detail .datepicker_bootstrap .header .title .titleText .column.column_1{font-size:14px;color:#4d4f52;text-transform:uppercase}.detail .datepicker_bootstrap .header .previous,.detail .datepicker_bootstrap .header .next{margin-top:2px;border-bottom: 6px solid transparent;border-top: 6px solid transparent}.detail .datepicker_bootstrap .header{border-bottom:1px solid #fff}.detail .datepicker_bootstrap .titles .day{font-size:12px;color:#333;text-transform:uppercase;background:none;border: 0 solid !important}.detail .datepicker_bootstrap .day.selected.today.unavailable,.detail .datepicker_bootstrap .days td.day.selected.today.unavailable:hover{background-image:url("../../files/images_belegungsplan/today.gif");background-position:center center;background-repeat:no-repeat;color:#fff !important}.detail .datepicker_bootstrap .day.arrival{background-image:url("../../files/images_belegungsplan/start.gif");background-position:center center;background-repeat:no-repeat;color:#fff}.detail .datepicker_bootstrap .day.departure{background-image:url("../../files/images_belegungsplan/stop.gif");background-position:center center;background-repeat:no-repeat;color:#fff}.detail .datepicker_bootstrap .day{background-image:url("../../files/images_belegungsplan/free.gif");background-position:center center;background-repeat:no-repeat;color:#fff}.detail .datepicker_bootstrap .day.unavailable.in-past.otherMonth,.detail .datepicker_bootstrap .days td.day.unavailable.in-past.otherMonth:hover{background:none;color: #F0F0F0!important}.detail .datepicker_bootstrap .day.unavailable.in-past,.detail .datepicker_bootstrap .days td.day.unavailable.in-past:hover{background-image:url("../../files/images_belegungsplan/in_past.gif");background-position:center center;background-repeat:no-repeat;background-color:transparent;color: #999 !important}.detail .datepicker_bootstrap .day.unavailable,.detail .datepicker_bootstrap .days td.day.unavailable:hover{background-image:url("../../files/images_belegungsplan/full.gif");background-position:center center;background-repeat:no-repeat;background-color:transparent;text-decoration: none;color:#fff !important}.detail .datepicker_bootstrap .day.otherMonth,.detail .datepicker_bootstrap .days td.day.otherMonth:hover{background:none;color:#f0f0f0 !important}.detail .datepicker_bootstrap .body .slider > div > div,.detail .datepicker_bootstrap .body .slider > div table,.detail .datepicker_bootstrap .body .slider > div,.detail .datepicker_bootstrap .body{height:216px !important}.detail .datepicker_bootstrap{width:234px;height:281px;margin-left:-72px;padding:5px 8px 8px;background-color:#F0F0F0;-webkit-box-shadow:1px 1px 3px 0 rgba(0,0,0,.2);box-shadow:1px 1px 3px 0 rgba(0,0,0,.2);border-top:1px solid #F0F0F0;border-right:0px solid #F0F0F0;border-bottom:0px solid #F0F0F0;border-left:1px solid #F0F0F0;border-radius: 4px !important}.detail .datepicker_bootstrap .days td{height:31px;background-color:#F0F0F0;border-top:0px solid #F0F0F0;border-right:1px solid #F0F0F0;border-bottom:1px solid #F0F0F0;border-left:0px solid #F0F0F0;border-radius:4px;background-color:transparent !important}.detail .datepicker_bootstrap .days td.day:hover{background-image:url("../../files/images_belegungsplan/selected.gif");background-position:center center;background-repeat:no-repeat;background-color:transparent !important;color:#333 !important}.fewo_booking_wrapper .form_info_label{margin-right:10px;font-size:16px;line-height:42px}.fewo_booking_wrapper .form_info_label,.fewo_booking_wrapper .fewo_booking_dateselector,.fewo_booking_wrapper .fewo_booking_dateselector > div{float:left}.fewo_booking_wrapper .fewo_booking_dateselector > div input{width:120px;height:28px;margin-right:10px;padding-right:5px;padding-left:5px;text-align:center;border:0px solid #ccc;border-radius:0;font-size:16px;background-color:transparent}.fewo_booking_wrapper .fewo_booking_dateselector > div label{height:42px;float:left;display:block;padding-right:10px;padding-left:10px;font-size:16px;line-height:42px}.fewo_groundplan a{height:34px;bottom:20px;left:170px;position:absolute;display:block;padding-right:20px;padding-left:20px;text-align:center;background-color:#fff;border:1px solid #e0e0e0;border-radius:4px;font-size:14px;line-height:34px;text-decoration:none;color:#333;font-weight:400}.fewo_groundplan a:hover{background-color:#e0e0e0}.fewo_groundplan a:before{margin-right:6px;font:14px Font-Awesome-5;text-decoration:none;text-transform:uppercase;content:"\f247"}.fewo_groundplan a:after{font-size:14px;text-decoration:none;text-transform:uppercase;content:"Grundriss"}.fewo_groundplan a img{display:none}#right h2{font-size:20px}.booking-info p{font:14px/1.5 YummoLight,sans-serif}#right .ce_fewo_images .fewo_images_image{width:100%;max-width:100%}#right_objkt_nr .fewo_number{margin-top:10px;margin-left:15px;font-size:18px}.dtl_right_dtls .fewo_person:before{margin-right:5px;font:16px Font-Awesome-5;font-weight:bold;color:#005BAA;content:"\f007"}.dtl_right_dtls .fewo_schlafzimmer:before{margin-right:2px;font:16px Font-Awesome-5;font-weight:bold;color:#005BAA;content:"\f236"}.dtl_right_dtls .fewo_size:before{margin-right:5px;font:16px Font-Awesome-5;font-weight:bold;color:#005BAA;content:"\f1b2"}.dtl_lage_entfrng .fewo_distances .fewo_distance_value{float:right}.fewo_contact_data_elem{margin-right:20px;margin-bottom:0;margin-left:20px;padding:6px 0;border-bottom:1px solid #e0e0e0;font-size:16px;display:flex;align-items:center}.fewo_contact_data_elem:last-child{margin-bottom:10px;border-bottom:0px solid}.fewo_booking_prices .fmSelectbox .fmCurrentLabel:after{height:28px;line-height:28px}.fewo_booking_prices .fmSelectbox .fmCurrentLabel{height:28px;line-height:28px}.fewo_booking_prices .fmDropdownBox{top:29px}.detail #container{margin-top:0}.dtl_right_dtls > div{margin-bottom:5px;font-size:18px;line-height:22px}.dtl_price + .left_right_wraper{border-top-left-radius:0;border-top-right-radius:0}.dtl_price + .left_right_wraper *{}.dtlVoteGal{bottom:30px;right:30px;position:absolute;text-decoration:none;color:#333;display: flex}.dtlVoteGal.vtc_0{display:none}.dtl_lage_entfrng .fewo_distances .fewo_distance_to{margin-right:10px}.dtl_lage_entfrng .fewo_distances{font-size:18px}.dtl_lage_entfrng .fewo_distance_headline{display:block;margin-bottom:12px;font-size:20px;line-height:1;font-weight:400}.booking_pricelist > div.price_element .padded:before{display:inline-block;margin-right:5px;font-family:Font-Awesome-5;color:#adb2b6;content:"\f00c"}.booking_pricelist > div.price_element{background-color:#F1F1F1;border-top:1px solid #e0e0e0}.booking_pricelist > div.booking_price.subtotal{background-color:#eee;font-weight:bold}.detail.right_side .booking_pricelist > div > div.right{margin:0;text-align:right}.booking_pricelist > div > div.padded{width:60%;float:left}.booking_pricelist > div.price_element_headline{background-color:#F1F1F1}.fewo_booking_prices > div ul.price_element.headline .l1:before{content:none}.dtl_lage_entfrng{width:25%;float:left;display:block;padding-left:15px}.lage_wrap{overflow:hidden}.dtl_lage_map{width:75%;float:left}.dtl_right_dtls{font-size:14px}.fewo_map{width:75%}.detail_bewertung > h4{margin-bottom:15px}.galleria-theme-classic .galleria-image-nav{margin-top:-90px}.galleria-theme-classic .galleria-thumb-nav-left,.galleria-theme-classic .galleria-thumb-nav-right,.galleria-theme-classic .galleria-info-link,.galleria-theme-classic .galleria-info-close,.galleria-theme-classic .galleria-image-nav-left,.galleria-theme-classic .galleria-image-nav-right{background-image:none}.galleria-theme-classic .galleria-image-nav-left,.galleria-theme-classic .galleria-image-nav-right{width:50px;height:200px;text-align:center;background-color:rgba(255,255,255,.4);opacity:1}.galleria-theme-classic .galleria-image-nav-left:hover,.galleria-theme-classic .galleria-image-nav-right:hover{background-color:rgba(255,255,255,.7)}.galleria-theme-classic .galleria-image-nav-right{right:0;border-top:1px solid #fff;border-bottom:1px solid #fff;border-left:1px solid #fff;border-top-left-radius:4px;border-bottom-left-radius:4px}.galleria-theme-classic .galleria-image-nav-right:before{text-align:center;font:46px/200px fruitMedia-Font;color:#fff;content:"\e67a"}.galleria-theme-classic .galleria-image-nav-left{left:0;border-top:1px solid #fff;border-right:1px solid #fff;border-bottom:1px solid #fff;border-top-right-radius:4px;border-bottom-right-radius:4px}.galleria-theme-classic .galleria-image-nav-left:before{text-align:center;font:46px/200px fruitMedia-Font;color:#fff;content:"\e67b"}.fewo_booking .booking_pricelist.booking_total .booking_price_item{font-weight:bold;color:#005baa}.booking_site footer #copyright{border-top:0}.booking_site #footer .inside{padding-top:0}.mod_fewo_booking_config .formsubmit input,.fewo_booking .formsubmit input,.mod_fewo_booking_config input.submit{height:60px;position:relative;float:right;display:block;margin-top:15px;padding:0 40px;text-align:center;white-space:nowrap;background-color:#df4a43;border:1px solid #df4a43;border-radius:4px;font-size:20px;line-height:58px;text-decoration:none;color:#fff;text-transform:uppercase;cursor:pointer;font-weight:600}.dtl_info_line{width:100%;height:70px;display:block;background-color:#F2F1EF}.dtl_info_line > div{width:33.33%;height:60px;float:left;display:block;margin-top:5px;margin-bottom:5px;padding-right:10px;padding-left:10px;text-align:center;border-right:1px solid #fff}.dtl_info_line > div:last-child{border-right:0px solid}.dtl_info_line > div span{font-size:20px}.detail.right_side .right{width:350px;float:right;margin-top:0;margin-left:20px}.shariff.detail_social{}.ce_fewo_images .fewo_images_image img{display:block}.ce_fewo_images .fewo_images_image:nth-of-type(3n+3){margin-right:0}.j_button{height:42px;position:relative;float:left;display:block;margin-right:4px;padding-right:30px;padding-left:24px;background-color:#F0F0F0;border:1px solid #adb2b6;border-radius:4px;font-size:14px;line-height:40px;text-decoration:none;color:#333;text-transform:uppercase;transition: all 0.3s ease 0s}.j_button:hover{background-color:#fff;border-color:#DF4A43;color:#DF4A43}.j_button.active,.j_button.active:before{background-color:#fff;border-color:#fff;color:#DF4A43}.j_button.active{border-color:#df4a43}.j_button:before{margin-right:8px;font-family:Font-Awesome-5}.dtlAttribute .attribute_group{margin-bottom:15px;padding-bottom:15px;border-bottom:1px solid #e0e0e0;border-radius:2px;display: flex}#vote,#preise,#astng,#booking,#fotos,#lage,#overView,#dscrpt{height:40px;display:block}.j_button:hover:before{color:#DF4A43}.j_button.pik_main:before{content:"\f015"}.j_button.pik_vote:before{content:"\f005"}.j_button.pik_lage:before{content:"\f3c5"}.j_button.pik_fotos:before{content:"\f03e"}.j_button.pik_preise:before{content:"\f153"}.j_button.pik_astng:before{content:"\f0ca"}.j_button.pik_booking:before{content:"\f133"}#dtl_nav.scroll-to-fixed-fixed{top:0;padding:10px 30px;-webkit-box-shadow:2px 2px 6px 0 rgba(0,0,0,.15);box-shadow:2px 2px 6px 0 rgba(0,0,0,.15);border-top:0px solid #e0e0e0;border-right:1px solid #e0e0e0;border-bottom:1px solid #e0e0e0;border-left:1px solid #e0e0e0;border-radius:0 0 4px 4px;height: 64px !important}#dtl_nav{height:0;overflow:hidden;float:none;clear:both;background-color:#fff;color:#fff;height:0px !important;z-index: 9999 !important}.nohead.detail #main .inside{margin-bottom:20px}.fewo_mosaik_gallery{overflow:hidden;background-color:#fff;border-radius:4px}.content_reiter.details ul li.selected:before,.content_reiter.details .tab_0:hover:before,.content_reiter.details .tab_1:hover:before,.content_reiter.details .tab_2:hover:before,.content_reiter.details .tab_3:hover:before,.content_reiter.details .tab_4:hover:before,.content_reiter.details .tab_5:hover:before{color:#005BAA}.house_link.left_box_detail{padding:15px 20px;background-color:#EDF9FD}.house_link a{display:block;text-align:center;background-color:#61C4E8;font-size:16px;line-height:35px;text-decoration:none;color:#fff;text-transform:uppercase}.house_link a:before{margin-right:8px;font:20px Font-Awesome-5;content:"\f015"}.house_link a:hover{background-color:#999}body.detail #main .inside{padding-left:0}.mosaik_gal .fewo_images_image.sizing_1,.mosaik_gal .fewo_images_image.sizing_2,.mosaik_gal .fewo_images_image.sizing_3{margin-bottom:6px}.mosaik_gal .fewo_images_image.sizing_1,.mosaik_gal .fewo_images_image.sizing_1 img{width:100%}.mosaik_gal .fewo_images_image.sizing_2{width:50%;min-width:50%;max-width:50%}.mosaik_gal .fewo_images_image.sizing_2 img{padding-right:3px}.mosaik_gal .fewo_images_image.sizing_2.last img{padding-right:0;padding-left:3px}.mosaik_gal .fewo_images_image.sizing_3{width:33.33%}.mosaik_gal .fewo_images_image.sizing_3 img{width:100%;min-width:100%;max-width:100%;padding-right:4px}.mosaik_gal .fewo_images_image.sizing_3.middle img{width:100%;min-width:100%;max-width:100%;padding-right:2px;padding-left:2px}.mosaik_gal .fewo_images_image.sizing_3.last img{width:100%;min-width:100%;max-width:100%;padding-right:0;padding-left:4px}.fewo_saisons ul.even{background-color:#fff}.galleria-theme-classic .galleria-counter{bottom:10px;right:10px;display:block;padding:10px 20px;text-align:center;background-color:#fff;border-radius:2px;font-size:14px;color:#000;left:auto;opacity:0.7 !important}.detail_bewerten input[type="text"]{width:40%;margin-bottom:10px}.det_map img{width:713px;height:440px}#formBooking .fewo_booking_error{margin-bottom:10px;padding:15px 20px;background-color:#f2dede;border:1px solid #ebccd1;border-radius:2px;font-size:16px;color:#b94a48}#formBooking .fewo_booking_error a{font-size:16px;color:#b94a48}.detail_plan #ctrlCalPrev:before{font:24px/40px fruitMedia-Font;color:#fff;content:"\e67b"}.detail_plan #ctrlCalNext:before{font:24px/40px fruitMedia-Font;color:#fff;content:"\e67a"}.detail_plan .fewo_booking a{height:40px;bottom:0;left:66px;right:66px;position:absolute;margin-right:0;margin-bottom:34px;margin-left:0;line-height:40px !important;margin-left:0px !important;margin-right:0px !important}.detail_plan .fewo_booking a:hover{background-color:#999999 !important}.detail_plan #ctrlCalPrev,.detail_plan #ctrlCalNext{width:40px;height:40px;display:inline-block;text-align:center;background-color:#005BAA;font-size:0px;line-height:40px;font-weight:bold;color:#fff;cursor:pointer}.detail_plan #ctrlCalPrev:hover,.detail_plan #ctrlCalNext:hover{background-color:#999;transition: all 0.25s ease 0s}.detail_plan #ctrlCalNext{right:16px;position:absolute}.detail_plan td{width:25px;height:25px;display:inline-block;margin-bottom:3px;line-height:25px}.detail_plan .fewo_calendar{margin-right:12px}.detail_plan .fewo_calendar:nth-child(3n+3){margin-right:0}.detail_plan .fewo_calendar:nth-child(4n+4){margin-right:12px}.head_wrapper_open{height:100px}.mod_fewo_booking_config .formsubmit input:hover,.fewo_booking .formsubmit input:hover,.mod_fewo_booking_config input.submit:hover{background-color:#fff;color:#df4a43;text-transform:uppercase}.fewo_booking_wrapper .form_info{height:50px;padding-right:20px;padding-left:20px;background-color:#eee;border-top:1px solid #e0e0e0;border-right:1px solid #e0e0e0;border-bottom:0px solid #e0e0e0;border-left:1px solid #e0e0e0;font-size:16px;display: flex;align-items: center}.zu_buchun_wrap{bottom:0;left:575px;right:15px;position:absolute}.detail_zur_buchung{margin-bottom:10px}.detail_zur_buchung a{height:50px;position:relative;display:block;padding-right:20px;padding-left:20px;text-align:center;white-space:nowrap;background-color:#df4a43;border:1px solid #df4a43;border-radius:4px;font-size:18px;line-height:50px;text-decoration:none;color:#fff;text-transform:uppercase;transition: all 0.3s ease 0s;font-weight:600}.detail_zur_buchung a:hover{background-color:#fff;color:#df4a43;transition: all 0.3s ease 0s}.booking_item .fewo_grouping_5 .fewo_schlafzimmer:before{font:20px/24px fruitmedia-font;color:#fff;content:"\e6a6"}.booking_item .fewo_grouping_5 .fewo_size:before{font:20px/24px Font-Awesome-5;color:#fff;content:"\f015"}.booking_item .fewo_grouping_5 .fewo_person:before{font:20px/24px Font-Awesome-5;color:#fff;content:"\f007"}.booking_item .fewo_grouping_5 div:before{width:24px;height:24px;left:0;top:-1px;position:absolute;display:block;text-align:center;background-color:#005BAA;border-radius:0 100% 100%;line-height:24px;content:" "}.booking_item .fewo_grouping_5 div{position:relative;float:left;margin-right:30px;padding-left:31px;font-size:15px}.booking_item .fewo_postalcity{margin-top:2px;margin-bottom:8px;font-size:13px;color:#999}.booking_item h1{margin-top:0;margin-bottom:5px;font:20px/1 'PT Sans',sans-serif;text-decoration:none;color:#005BAA}.buchung_step_one .booking_item{width:100%;height:302px;position:relative;margin-bottom:30px;border:1px solid #d4d4d4}.buchung_step_one .objekt h1{margin-bottom:0;color:#EC2C80}.buchung_step_one .booking_item .ce_fewo_images{float:left}.buchung_step_one .booking_item .ce_fewo_details{height:300px;padding:15px}#dtl_nav .de_nav_box{width:280px;overflow:visible;float:right}.content_reiter.details .tab_0:before{left:8px;top:3px;position:absolute;margin-top:10px;margin-right:5px;font:18px Font-Awesome-5;color:#fff;content:"\f05a"}.content_reiter.details .tab_1:before{left:8px;top:3px;position:absolute;margin-top:11px;margin-right:5px;font:16px Font-Awesome-5;color:#fff;content:"\f005"}.content_reiter.details .tab_2:before{left:8px;top:4px;position:absolute;margin-top:10px;margin-right:5px;font:16px Font-Awesome-5;color:#fff;content:"\f03e"}.content_reiter.details .tab_5:before{left:8px;top:4px;position:absolute;margin-top:10px;margin-right:5px;font:16px Font-Awesome-5;color:#fff;content:"\f0f6"}.content_reiter.details .tab_3:before{left:10px;top:3px;position:absolute;margin-top:10px;margin-right:5px;font:18px Font-Awesome-5;color:#fff;content:"\f153"}.content_reiter.details .tab_4:before{left:10px;top:3px;position:absolute;margin-top:10px;margin-right:5px;font:18px Font-Awesome-5;color:#fff;content:"\f041"}.content_reiter.details h4{margin-bottom:2px;font-size:24px;color:#005BAA}.content_reiter.details .tabcontrol_tabs{left:0;top:20px;position:absolute;float:left;z-index:2}.left_box_detail.umfang{padding:8px 20px;background-color:#edf9fd}.left_box_detail .fewo_number{padding:15px 20px;background-color:#EDF9FD}.fewo_saisons li.saison_title{width:25%;float:left;margin:0}.left_box_detail .fewo_number span{padding:5px 15px;background-color:#005BAA;border-radius:50px;font-weight:bold;color:#fff}.detail_pane_wrap{position:relative;padding:30px;background-color:#fff;border-top:1px solid #e0e0e0;border-right:1px solid #e0e0e0;border-left:1px solid #e0e0e0;border-radius:4px;border-bottom: 2px solid #8EB6D4}.pane_zur_buchung a{height:45px;right:0;top:-5px;position:absolute;padding-right:20px;padding-left:20px;background-color:#E45C5B;border-top-left-radius:4px;border-top-right-radius:4px;font-size:18px;line-height:45px;font-weight:bold;text-decoration:none;color:#fff;text-transform:uppercase}.pane_zur_buchung a:hover{background-color:#4389BA}.costs_headline{margin-top:20px;font-weight:bold}.content_reiter .tabs{width:136px;height:45px;position:relative;margin-bottom:5px;margin-left:10px;padding:0 15px 0 30px;background-color:#005BAA;border:1px solid #005BAA;font-size:14px;line-height:45px;font-weight:bold;color:#fff;cursor:pointer}.content_reiter .tabs.selected,.content_reiter .tabs:hover{width:146px;margin-left:0;background-color:#fff;border-top:1px solid #005BAA;border-right:0px solid #005BAA;border-bottom:1px solid #005BAA;border-left:1px solid #005BAA;color:#000}.x_box{height:35px;margin-right:20px;margin-left:20px}.ce_fewo_details .fewo_distances li{border-bottom:1px solid #e0e0e0;font-size:15px;line-height:25px}.left_box_detail.bewertung{padding:5px 20px 10px;background-color:#edf9fd}.det_map_entf .fewo_distances .fewo_distance_to{width:100px;display:block;font-weight:bold}.det_map_entf .fewo_distances{margin-top:10px}.det_map_entf .fewo_distance_headline{margin-top:10px;font-size:16px}.det_map_entf{bottom:20px;left:595px;right:15px;top:25px;position:absolute;padding:5px 20px 15px;background-color:#fff;border-top-right-radius:5px;border-bottom-right-radius:5px}.fewo_alert a:hover{text-decoration:none}.fewo_alert a{font-weight:bold;text-decoration:underline;color:#fff}.fewo_alert p{padding:20px;background-color:#E45C5B;color:#fff}.fewo_alert{background-color:transparent !important;border:0px solid #000000 !important}.left_box_detail .attributes .attribute_group{width:100%;margin-bottom:20px;padding:8px 10px;background-color:#f6f6f6;border-radius:5px}.fewo_no_votings .fewo_info{margin-bottom:30px}.detail_bewerten .fewo_voting_points{width:250px;margin-right:20px;padding:10px 15px 15px;border:1px solid #ccc;border-radius:2px}.detail_bewerten .textarea{width:700px;height:200px}.galleria-theme-classic .galleria-carousel .galleria-thumbnails-list{margin-right:60px;margin-left:60px}.galleria-theme-classic.notouch .galleria-thumbnails-container .disabled:hover{background-color:#4389BA}.fewo_saisons ul{overflow:hidden;border-bottom:1px solid #f0f0f0}.fewo_saisons ul:last-child{border-bottom:0px solid}.fewo_saisons .saison_additional{display:none}.fewo_misc .ce_table{margin-top:0;margin-bottom:0;padding:8px;background-color:#fff;border-radius:5px}.fewo_misc table{margin-bottom:0}.fewo_misc tr{border-bottom:1px solid #eee}.fewo_misc tr:last-child{border-bottom:0px solid}.galleria-theme-classic .galleria-thumbnails-container{bottom: 0px;height: 80px;left: 0px;position: absolute;right: 0px;z-index: 2}.galleria-theme-classic .galleria-stage{bottom:0;left:0;right:0;top:0;overflow:hidden}#formBooking h4{width:auto;display:inline-block;margin-top:20px;margin-bottom:0;padding:0 0 12px;font-size:34px;color:#005BAA}.detail_gal{border-radius:4px}.detail_bewertung .fewo_voting_message{margin-top:10px}#fewo_prices .fmSelectbox{margin:3px auto 0}.detail_nav{}.detail_head h1{font-size:24px;color:#333}.ce_fewo_details .fewo_booking a{display:block;margin-right:20px;margin-left:20px;text-align:center;background-color:#005BAA;font-size:20px;line-height:50px;text-decoration:none;color:#fff;text-transform:uppercase;font-weight:700}.merk_button a.onLeaflet:after{float:right;margin-right:10px;font:16px/32px Font-Awesome-5;color:#005baa;content:"\f004"}.merk_button a.addLeaflet:after{float:right;margin-right:10px;font-family:Font-Awesome-5;line-height:32px;color:#005baa;content:"\f004"}.merk_button a.addLeaflet:hover,.merk_button a.onLeaflet:hover,.requestButton a:hover{background-color:#fff;border-color:#df4a43;text-decoration:none;color:#df4a43}.content_reiter.details .tabcontrol_panes{width:745px;min-height:340px;position:relative;float:right;padding:15px;background-color:#fff;border:1px solid #005BAA}.galleria-theme-classic.galleria-container{background-color:#f6f6f6;z-index:0}.detail_nav .fewo_grouping_4{width:100%;display:inline-block;margin-bottom:20px;padding-right:15px;padding-left:15px;background-color:#EAEAEA;line-height:50px}.detail_nav .fewo_leaflet{float:left;line-height:50px}.detail_bewertung h1,.detail_bewertung .fewo_link_back,.detail_bewertung .fewo_object_info{display:none}#preis .fewo_booking a{display:block;padding:5px 14px 7px 5px;text-align:right;background-color:#47403A;border-bottom:4px solid #F55856;font-size:20px;line-height:1;text-decoration:underline;color:#ffffff;font-weight: 700}#preis .fewo_booking a:hover{display:block;font-size:20px;line-height:1;text-decoration:none;color:#ffffff;font-weight: 700}.ce_fewo_details .fewo_description li{position:relative;padding-left:20px}.ce_fewo_details .fewo_description ul{margin-bottom:15px;padding:5px 10px;background-color:#fff;border-radius:5px}.ce_fewo_details .fewo_description li:before{left:0;top:1px;position:absolute;font-family:Font-Awesome-5;color:#4389BA;content:"\f00c"}.mod_fewo_booking_config li{list-style-type:none}.fewo_leaflet.leaflet_delete a{width:65px;height:30px;bottom:10px;left:10px;position:absolute;float:right;margin-top:20px;padding-left:25px;text-align:center;background:rgba(255,255,255,.7) url("../../files/icons/merken_delete.png") left center no-repeat;font-size:14px;line-height:30px;color:#3B3532}.dtlAttribute .attribute_group_title{width:230px;display:block;margin-bottom:5px;font-size:18px;line-height:23px;font-weight: 400}.dtlAttribute ul.fewo_attributes{width:100%;overflow:hidden;list-style-type:none;list-style: none;    list-style-image: none;    display: flex;    flex-wrap: wrap}.fewo_saisons{overflow:hidden;margin-bottom:0;line-height:25px}.ce_fewo_details .fewo_saisons ul.saison_label li{margin-top:0;padding:5px 15px;background-color:#f0f0f0;font-size:16px;line-height:1;text-transform:uppercase}.fewo_saisons li.saison_period{width:25%;float:left;margin:0}.fewo_saisons li.saison_mindays{width:25%;float:left;margin:0;text-align:center}.fewo_saisons li.saison_price{width:25%;float:left;margin:0}.fewo_saisons li.saison_additional{width:22%;float:left;margin:0;text-align:center}.mod_fewo_booking_config .saison_select{bottom:6px;right:20px;position:absolute}.offer_object_info,.no_offer .saison_period,.no_offer .saison_mindays,.no_offer .saison_price{display:none}.saisonSelectbox{position:relative}.fewo_bookingplans .fewo_info{min-height:56px;margin-bottom:5px;padding:0 20px;text-align:left;background-color:#eee;border:1px solid #e0e0e0;border-radius:4px;line-height:54px;border-bottom: 2px solid #8EB6D4}.fewo_change_data input,#formBooking .formsubmit input.return{height:36px;padding:0 20px;background:#f0f0f0 url("../../files/icons/arrow_prev_black.png") left center no-repeat;border:2px solid #adb2b6;border-radius:4px;font-size:14px;line-height:34px;color:#333;text-transform:uppercase;cursor: pointer;background-size:15px auto;font-weight:600}.fewo_change_data input:hover,#formBooking .formsubmit input.return:hover{background-color:#fff;border:2px solid #df4a43;color:#df4a43}span.mandatory{color:#F55856}#formBooking .formsubmit input.return{float:left}.fewo_contact_data_elem .customerLabel{width:150px;display:inline-block;font-weight:600}.mod_fewo_bookingStep2 .fewo_booking .booking_pricelist .adults,.mod_fewo_bookingStep2 .fewo_booking .booking_pricelist .booking_price{border-top:1px solid #e0e0e0}.mod_fewo_bookingStep2 .fewo_booking .booking_pricelist .subtotal{border-top:0;font-weight: 600}.fewo_booking .booking_pricelist .booking_total{width:100%;height:50px;background-color:#eee;font-size:18px;line-height:1.5;font-weight:bold}.fewo_booking .booking_pricelist .booking_total .booking_price_total{margin-left:auto;text-align:right}.booking_pricelist{width:100%;overflow:hidden;margin-bottom:30px;background-color:#fff;border-top:1px solid #e0e0e0;border-right:1px solid #e0e0e0;border-left:1px solid #e0e0e0;border-radius:4px;border-bottom: 2px solid #8EB6D4}.fewo_booking_info .info_label{display:block;margin-bottom:5px;font-weight:400}.booking_pricelist > div{width:100%;min-height:34px;overflow:hidden;margin-bottom:0;padding-right:20px;padding-left:20px;background-color:#fff;border-top:1px solid #e0e0e0;font-size:16px;display:flex;align-items:center}.booking_price{margin-bottom:1px}.mod_fewo_bookingStep2 .fewo_booking .formsubmit.mod_fewo_bookingStep2 .fewo_booking .formsubmit{width:600px}.fewo_booking .booking_pricelist .booking_price_item{width:40%;float:left}.fewo_booking .booking_pricelist .booking_price_qty,.fewo_booking .booking_pricelist .booking_price_single,.fewo_booking .booking_pricelist .booking_price_sum{width:17%;float:left}.fewo_booking .booking_pricelist .booking_price_sum{width:26%;text-align:right}.fewo_preisab span.fewo_min_days{display:block;padding-top:7px;font-size:12px;line-height:7px;color:#333}.regionav .fewo_grouping_1{background-color:#ffffff}.regionav .fewo_grouping_1 > .fewo_region{width:40%;float:left;padding-top:5px;padding-bottom:5px;padding-left:20px;text-align:left;font-size:15px;line-height:20px;color:#F55856;font-weight: bold}.regionav .fewo_grouping_1 > .fewo_navi{width:50%;float:right;padding-right:10px;text-align:right}.border-top{padding-top:10px;padding-bottom:10px;border-top:1px solid #47403A}.fewo_booking_data select#ctrlSaisonSelect{width:auto;height:35px;top:-6px;position:relative;float:right;display:inline-block;margin-right:17px}.mod_fewo_booking_config select{height:31px;padding:8px 3px 7px 1px;cursor: pointer}.fewo_booking_wrapper{overflow:hidden;clear:both;margin-bottom:0;border-radius:4px 4px 0 0}.mod_fewo_booking_config .form_info span.form_info_label{font-weight: 600}.mod_fewo_booking_config .form_info span.form_info_value{color:#E45C5B}.mod_fewo_booking_config .fewo_booking_prices .fewo_sum{overflow:hidden;clear:both;margin:0;padding-right:20px;padding-left:20px;background-color:#eee;border-top:2px solid #e0e0e0;font-size:16px;font-weight: 600}#fewo_prices .fewo_sum li{height:50px;font-size:18px;line-height:50px}#fewo_prices li.l1{position:relative;margin-left:0;width:calc(55% - 80px)}#fewo_prices li{height:34px;float:left;display:inline-block;font-size:16px;line-height:36px}#fewo_prices li.l2{width:80px}#fewo_prices li.l3{width:15%}#fewo_prices li.l4{width:30%}#fewo_prices .l3,#fewo_prices .l4{text-align:right}#fewo_prices .l3,#fewo_prices .l4{text-align:right}.fewo_booking_prices > div ul{width:100%;float:left;margin:0;padding:0 20px;border-top:1px solid #e0e0e0}.fewo_booking_prices > div ul.price_element,.booking_pricelist > div.princeinfo{background-color:#edf7ff}.fewo_booking_prices > div ul.price_element .l1:before,.booking_pricelist > div.princeinfo .l1:before{margin-right:10px;font-family:Font-Awesome-5;color:#2392E7;content:"\f00c";font-weight:400}.fewo_booking_prices > div ul.fewo_sum{background-color:#E0E0E0}#fewo_prices .tooltip:after{top:6px;position:absolute;margin-top:2px;margin-left:8px;font:14px Font-Awesome-5;font-weight:bold;color:#0068b5;cursor: help;content:"\f05a"}#fewo_prices .fewo_people_child .hasTooltip{display:block;background-image:url("../../files/icons/help.png");background-position:right center;background-repeat:no-repeat;font-size:0;cursor: help;text-indent: -999em}.mod_fewo_booking_config .formsubmit{float:right;display:block;margin-top:20px;margin-right:0;margin-bottom:20px}.mod_fewo_booking_config input#btn_booking_disabled{height:60px;float:right;display:block;margin-top:30px;margin-right:0;margin-bottom:20px;padding:0 40px;background-color:#eaeaea;border:2px solid #eaeaea;border-radius:4px;font-size:20px;line-height:58px;color:#ACACAC;text-transform:uppercase;cursor: default;font-weight: 600}.hasOffer .l4,.hasOffer .l4,.hasOffer .booking_price_sum{text-decoration:line-through}.fewo_booking_pricedata .offer_price{width:100%;float:left;background-color:#eee;color:#FC1D00;font-weight: 600}.fewo_booking_pricedata .regular_price{background-color:#eee;font-weight: 400}.booking_item .fewo_preisab{margin-top:8px;margin-bottom:8px;text-align:left;font-size:18px;font-weight:bold;text-decoration:none}
/* Fewomanager-Liste.css */
.mod_fewo_houselist .fewo_list_item .fewo_link_details:after{display:none}.mod_fewo_favorites .fewo_list_item .fewo_link_details:after{display:none}.fewo_list_item .fewo_link_details:after{bottom:72px;left:460px;right:15px;position:absolute;border-top:1px solid #e0e0e0;content:""}.mod_fewo_favorites .fewo_list_header,.mod_fewo_favorites .pagination_bottom,.mod_fewo_favorites .fewo_alternatives{display:none}.fewo_list_item .fewo_grouping_5{font-size:14px;color:#005BAA;display:flex;font-weight: 400}.fewo_list_item .fewo_search_dist:before{margin-right: 4px;margin-left: 6px;content: " • "}.fewo_list_item .fewo_city{float:left}.fewo_list_item .oldprice{font-size:13px;line-height:1;text-decoration:line-through}.pagination .first,.pagination .last{display:none}.objektliste.left_side #container{display:block;padding-left:295px}.mod_fewo_random .fewo_list_item img,.mod_fewo_favorites .fewo_list_item img{width:100%;background-color:#eee}.mod_fewo_houselist .fewo_grouping_4 .fewo_house_city:after{margin-right:3px;content:","}.mod_fewo_leaflet .fewo_list_header .fewo_text{display:none}.fewo_list_item .fewo_citystreet:before,.mainInfos .fewo_citystreet:before,.fewo_list_item .fewo_city:before,.mod_fewo_houselist .fewo_grouping_4:before{float:left;margin-right:4px;font:12px/14px Font-Awesome-5;content:"\f3c5";font-weight: 100}.fewo_list_item .fewo_price .fewo_price_mandatory_info:empty{background-image:url("../../files/images/ajax-loader.gif");background-position:center center;background-repeat:no-repeat}.fewo_list_item .fewo_citystreet,.mainInfos .fewo_citystreet,.fewo_list_item .fewo_city,.mod_fewo_houselist .fewo_grouping_4{display:block;margin-bottom:10px;font-size:14px;color:#005BAA;font-weight: 400}.mod_fewo_houselist .fewo_grouping_4{display: flex}.lastseen_delete a{width:30px;height:30px;right:15px;top:15px;position:absolute;display:block;text-align:center;border:1px solid #e0e0e0;border-radius:30px;font-size:15px;line-height:30px;text-decoration:none;color:#333;display:flex;align-items:center;justify-content:center;cursor:pointer;font-weight: 100}.lastseen_delete a:hover{color:#333}.lastseen_delete a:before{font-family:Font-Awesome-5;content:"\f00d";font-weight:100}.fewo_slot_month{margin-top:10px;margin-bottom:5px;font-size:20px;font-weight:400}.fewo_slotfilter{margin-bottom:30px;padding:15px;background-color:#fff;-webkit-box-shadow:2px 2px 6px 0 rgba(0,0,0,.15);box-shadow:2px 2px 6px 0 rgba(0,0,0,.15);border-top:1px solid #e0e0e0;border-right:1px solid #e0e0e0;border-left:1px solid #e0e0e0;border-radius:4px;border-bottom: 2px solid #8EB6D4}.fewo_slotfilter .formbody{display:flex}.fewo_slotfilter .formelem{width:24%;margin-right:1%}.fewo_slotfilter .formelem:last-child{margin-top:25px}.fewo_slotfilter .formelem:last-child a{height:44px;margin-left:10px;line-height:44px;text-decoration:none}.fewo_slotfilter .formelem:last-child a:before{margin-right:8px;font-family:Font-Awesome-5;content:"\f00d"}.mod_fewo_slots .fewo_list_item .fewo_grouping_3{margin-bottom:0}.mod_fewo_slots .fewo_slot{height:30px;margin-top:auto;margin-bottom:auto;padding:4px 10px 2px;background-color:#fffaf2;border:1px solid #F7B04A;border-radius:3px;font-size:14px;color:#000;display:flex;align-items:center}.mod_fewo_slots .fewo_slot a{color:#000}.mod_fewo_slots .fewo_slot a:before{margin-right: 6px;    margin-bottom: 2px;    font-family: Font-Awesome-5;    color: #f7b04a;    content: "\f073"}.mod_fewo_slots .fewo_slot_days{margin-right:8px;font-weight:400}div#filterStop{margin-bottom:28px}#fewo_toogle_map.scroll-to-fixed-fixed{}.mod_fewo_houselist .fewo_house_map{height:120px;margin-top:20px;background-color:#eee}.mod_fewo_houselist  .fewo_house_map{position:relative}.mod_fewo_houselist .fewo_house_map .bigmap a{bottom:0;left:0;right:0;top:0;position:absolute;display:block;font-size:0}.mod_fewo_houselist .fewo_list_item .fewo_grouping_3{margin-top:auto;margin-bottom:0}#fewo_map_listcontainer .fewo_list_item .fewo_link_details a{bottom:10px;right:10px}#fewo_map_listcontainer .fewo_list_item .fewo_voting{bottom:10px;left:96px;position:absolute;margin:0;font-size:15px}#fewo_map_listcontainer .fewo_list_item .fewo_voting_label{display:block;margin-top:3px;font-size:13px}.delete_leaflet_link:hover{color:#333}.delete_leaflet_link{right:15px;top:15px;position:absolute;text-decoration:none}.fewo_house_object_count{height:20px;display:inline-block;margin-right:8px;padding-right:7px;padding-left:7px;border:1px solid #333;border-radius:3px;font-size:14px;line-height:20px;color:#333;font-weight: 400}.fewo_active_search .selectedFilterOption.clearAll{border-color:#df4a43;color:#df4a43}.mod_fewo_random .fewo_list_item .fewo_grouping_3,.mod_fewo_favorites .fewo_list_item .fewo_grouping_3{margin-right:15px;margin-bottom:24px;margin-left:15px;padding-bottom:15px;border-bottom:1px solid #e0e0e0;width:calc(100% - 30px)}.mod_fewo_random .fewo_list_item .fewo_link_details a,.mod_fewo_favorites .fewo_list_item .fewo_link_details a{width:40px;height:40px;padding-right:0;padding-left:0;text-align:center;font-size:0;line-height:40px;justify-content: center}#fewo_map_listcontainer .fewo_list_item .fewo_link_details a{width:30px;height:30px;padding-right:0;padding-left:0;text-align:center;font-size:0;line-height:30px;justify-content: center}.mod_fewo_random .fewo_list_item .fewo_link_details a:after,.mod_fewo_favorites .fewo_list_item .fewo_link_details a:after,#fewo_map_listcontainer .fewo_list_item .fewo_link_details a:after{margin-right:0;margin-left:0;font-size:16px}.fewo_list_item.isNew .fewo_grouping_3:after{height:18px;padding-right:7px;padding-left:7px;border:1px solid #51db66;border-radius:3px;font-size:14px;line-height:19px;color:#51db66;content:"Neu";font-weight: 500}.fewo_list_item .fewo_objecttype,.mainInfos .fewo_type{height:20px;margin-right:8px;padding-right:7px;padding-left:7px;border:1px solid #333;border-radius:3px;font-size:14px;line-height:20px;color:#333;font-weight: 400}.fewo_list_item .fewo_distance,.mainInfos .fewo_distance_beach{height:20px;margin-right:8px;padding-right:7px;padding-left:7px;border:1px solid #2392E7;border-radius:3px;font-size:14px;line-height:20px;color:#2392E7;content:"Neu";font-weight: 500}.fewo_list_item .fewo_offer{height:30px;left:0;top:38px;position:absolute;margin-right:8px;padding-right:7px;padding-left:7px;white-space:nowrap;background-color:#fffaf2;border:1px solid #F7B04A;border-radius:3px;font-size:14px;text-decoration:none;color:#000;content:"Neu";font-weight: 500;display: flex;align-items:center}.fewo_list_item .fewo_offer:hover{background-color:#f9e8ca}.fewo_list_item .fewo_offer:before{margin-right:6px;margin-bottom:2px;font-family:Font-Awesome-5;color:#f7b04a;content: "\f06b"}.fewo_list_item .fewo_offer:after{content:attr(data-title)}.fewo_list_item .fewo_grouping_3{position:relative;margin-top:20px;margin-bottom:80px;display: flex;align-items: center}.delete_leaflet_link:before{margin-right:5px;font-family:Font-Awesome-5;content:"\f00d";font-weight:100}#fewo_map_listcontainer .fewo_list_item .fewo_grouping_5{width:100%}.mod_fewo_list #fewo_map_listcontainer #fewo_maps_details_content .fewo_image{border-radius:0}#fewo_map_listcontainer .fewo_list_item .fewo_title{font-size:19px}#fewo_map_listcontainer .fewo_list_item .fewo_city{height:22px;padding-right:8px;padding-left:8px;font-size:14px;line-height:24px}.mod_fewo_list #fewo_map_listcontainer .fewo_image{width:80px;height:80px;border-radius:3px 0 0 3px}#fewo_map_listcontainer .fewo_list_item{width:293px;height:83px;min-height:0;margin-bottom:15px;padding:10px 10px 10px 95px}#fewo_map_listcontainer #fewo_maps_container,#fewo_map_listcontainer .fewo_maps{width: 100% !important;height: 100% !important}#fewo_maps_container{position:relative}#fewo_map_listcontainer{bottom:20px;left:20px;right:20px;top:20px;position:fixed;background-color:#fff;border:4px solid #e0e0e0;border-radius:6px;z-index: 999999999}#fewo_map_listcontainer > #fewo_map_filtercontainer{width:300px;background-color:#fff;border-right:1px solid #e0e0e0;overflow-y: auto}#fewo_map_listcontainer > *{flex-grow: 0;flex-shrink: 0}#fewo_map_listcontainer > #fewo_map_listing{width:330px;padding:10px 10px 100px;background-color:#fff;overflow-y: scroll}#fewo_map_listcontainer > .mod_fewo_maps{width: calc(100% - 630px)}.flickity-page-dots .dot{width:5px;height:5px;background-color:#fff}.fewo_list_item.fewo_list_placeholder{display:none}.apptGallery .fewo_househeader{display:none}.fewo_househeader{position:relative}.fewo_housedetails .bigmap{display:none}.mod_fewo_houselist{display:flex;flex-wrap:wrap}.mod_fewo_random .fewo_list_item .fewo_city,.mod_fewo_favorites .fewo_list_item .fewo_city{margin-bottom:15px;margin-left:15px}.mod_fewo_random .fewo_grouping_2,.mod_fewo_favorites .fewo_grouping_2{padding-right:15px;padding-left:15px}.mod_fewo_random .fewo_grouping_1,.mod_fewo_favorites .fewo_grouping_1{padding-top:10px;padding-right:15px;padding-left:15px}.mod_fewo_random + .default_hyper,.mod_fewo_favorites + .default_hyper{margin-top:50px}.mod_fewo_random,.mod_fewo_favorites .fewo_items{overflow:visible;margin-right:-15px;margin-left:-15px;display:flex;flex-wrap:wrap}.mod_fewo_random .voting_count_value,.mod_fewo_favorites .voting_count_value{padding-left:3px}.mod_fewo_random .fewo_list_item .fewo_voting,.mod_fewo_favorites .fewo_list_item .fewo_voting{margin-bottom:27px;padding-left:15px}.mod_fewo_random .voting_count_label,.mod_fewo_favorites .voting_count_label{display:none}.mod_fewo_random .fewo_list_item .fewo_title,.mod_fewo_favorites .fewo_list_item .fewo_title{font-size:22px}.fld_period{position:relative}.fld_period:after{width:35px;height:44px;left:0;top:0;position:absolute;text-align:center;font:15px/44px Font-Awesome-5;color:#333;content:"\f073";font-weight:100;pointer-events:none}.mod_fewo_filter .fmSelectbox .fmCurrentLabel:after,#fewo_map_filtercontainer .fmSelectbox .fmCurrentLabel:after{left:0;right:auto;font:15px/44px Font-Awesome-5;color:#333;font-weight: 100}.mod_fewo_filter .fmSelectbox .fmCurrentLabel,#fewo_map_filtercontainer .fmSelectbox .fmCurrentLabel{padding-left:35px;border:0 solid}.fewo_list_item .fewo_leaflet{flex-shrink:0;flex-grow:0}.fewo_leaflet_button,.delete_leaflet_link,.fewo_leaflet a{height:30px;display:block;padding-right:15px;padding-left:15px;border:1px solid #e0e0e0;border-radius:30px;font-size:15px;line-height:30px;text-decoration:none;color:#333;display:flex;align-items:center;justify-content:center;cursor:pointer;font-weight: 500}.fewo_leaflet_button:hover:before,.fewo_leaflet_button.onLeaflet:before,.fewo_leaflet a.onLeaflet:before,.fewo_leaflet a:hover:before{font-weight: 600}.fewo_leaflet_button:before,.fewo_leaflet a:before{margin-right:5px;font-family:Font-Awesome-5;content:"\f004";font-weight:100}.fewo_list_item .fewo_attributes li:hover span:after{width:10px;height:10px;bottom:-7px;left:8px;position:absolute;display:block;background-color:#fff;border-bottom:2px solid #ddd;border-left:1px solid #ddd;border-radius:3px;content: "";transform: rotate(-45deg)}.fewo_list_item,.mod_fewo_offers .fewo_offer{width:100%;height:370px;position:relative;overflow:visible;margin:0 0 40px;padding:15px 15px 15px 460px;background-color:#fff;-webkit-box-shadow:2px 2px 6px 0 rgba(0,0,0,.15);box-shadow:2px 2px 6px 0 rgba(0,0,0,.15);border-top:1px solid #e0e0e0;border-right:1px solid #e0e0e0;border-left:1px solid #e0e0e0;border-radius:4px;font-size:16px;display:flex;flex-direction:column;align-items: baseline;border-bottom:2px solid #8EB6D4}.mod_fewo_houselist .fewo_list_item{height:296px}.mod_fewo_offers .fewo_offer{height:auto;min-height:296px}.mod_fewo_offers .offer_description{padding-bottom:77px}.mod_fewo_offers .offer_description p{font-size:15px}.fewo_list_item .fewo_voting_textvalue,.voteAverage{margin-left:6px;padding-right:5px;padding-left:20px;background-image:url("../../files/icons/info-icons-stern-green.svg");background-repeat:no-repeat;background-size:14px;background-position:0px 0px}.fewo_list_item .fewo_voting{margin-top:auto;margin-bottom:12px}.fewo_list_item .fewo_voting_text,.VoteWhat{color:#298737;font-weight: 500}.fewo_list_item .fewo_voting_label,span.voteText{color:#999}.fewo_list_item .fewo_link_details a,.fewo_offer .offer_link_details{height:40px;bottom:15px;right:15px;position:absolute;display:block;padding-right:15px;padding-left:20px;background-color:#0068B5;border:1px solid #0068B5;border-radius:4px;font-size:15px;text-decoration:none;color:#fff;text-transform:uppercase;display:flex;align-items:center;font-weight: 600}.fewo_list_item .fewo_link_details a:hover,.fewo_offer .offer_link_details:hover{background-color:#4389ba;border-color:#4389ba}.fewo_list_item .fewo_link_details a:after,.fewo_offer .offer_link_details:after{margin-left:10px;font:16px Font-Awesome-5;content:"\f061"}.fewo_offer .offer_link_details{left:460px;right:auto}.fewo_list_item .fewo_min_days:after{margin-left:6px;font-family:Font-Awesome-5;color:#999;content:"\f05a";font-weight: 100}.mod_fewo_houselist .fewo_grouping_5{width:100%;padding:12px 15px 15px}.mod_fewo_houselist .fewo_house_object_count{margin-bottom:10px;font-size:14px;font-weight: 400}.mod_fewo_houselist .fewo_title a{font-size:26px;line-height:33px;text-decoration:none;font-weight: 400}.fewo_list_item .fewo_grouping_2 > *:after{width:4px;height:4px;display:block;margin-right:8px;margin-bottom:2px;margin-left:8px;background-color:#ddd;border-radius:50%;content:""}.fewo_list_item .fewo_grouping_2 > *:last-child:after{display:none}.fewo_list_item .fewo_grouping_2 > *{display:flex;align-items:center}.fewo_list_item .fewo_grouping_2{margin-top:3px;margin-bottom:0;font-size:16px;display:flex;align-items:center;font-weight: 500}.fewo_list_item .fewo_title{overflow:hidden;margin-right:auto;margin-bottom:0;padding-right:15px;white-space:nowrap;font-size:26px;text-overflow: ellipsis}.fewo_list_item .fewo_grouping_1{width:100%;display:flex;align-items:center}.fewo_list_item .fewo_attributes img{width:22px;height:22px;display:block}.fewo_list_item .fewo_attributes ul{margin:0;padding:0;list-style-type: none;list-style-image: none;display: flex}.fewo_list_item .fewo_attributes li{width:36px;height:36px;position:relative;margin-right:6px;text-align:center;background-color:#eee;border-radius:4px;font-size:0;display:flex;align-items:center;justify-content:center}.flickity-page-dots{bottom:10px}.fewo_househeader .fewo_text p{margin-bottom:0}.fewo_househeader .fewo_text h2{margin-bottom:0}.mod_fewo_list .mod_fewo_maps .fewo_image{width:300px;height:200px}.suche_left_margin{margin-top:95px}.flickity-button:hover{background-color:rgba(255,255,255,.8)}.flickity-prev-next-button .flickity-button-icon{color:#fff}.flickity-prev-next-button.next{right:0;border-right:0}.flickity-prev-next-button.previous{left:0;border-left:0}.flickity-prev-next-button{width:40px;height:60px;padding:0;background-color:rgba(255,255,255,.4);border-radius:0}.mod_fewo_offerdetails .offer_time{margin:0 0 12px;font-size:30px;line-height:1.5;font-weight:bold;color:#005BAA}.mod_fewo_offers .offer_time{bottom:64px;left:460px;position:absolute;display:inline-block;margin-top:0;margin-bottom:0;padding:4px 14px;border:1px solid #E00019;font-size:14px;color:#E00019}.mod_fewo_offers{display: flex;flex-basis:0;flex-wrap:wrap}.fewo_list_item .fewo_price_mandatory_info .fewo_price_addon,.fewo_list_item .fewo_price_mandatory_info .currValue,.fewo_list_item .fewo_price_mandatory_info .currSign{line-height:14px;font-weight:normal;color:#47403a;font-size:11px !important}.fewo_list_item .fewo_price .fewo_price_mandatory_info{color:#47403a}.fewo_price{cursor:default}.fewo_price_mandatory_info ul{margin-top:0;margin-bottom:0}.fewo_price_mandatory_info li{position:relative}.fewo_price_mandatory_info .price_mandatory{width:100%;display:block;margin-bottom:10px;padding-bottom:4px;border-bottom:1px solid #e0e0e0}.fewo_list_item .fewo_price .fewo_price_mandatory_info:after{top:-20px;position:absolute;display:block;border:10px solid;border-color: transparent transparent #e0e0e0;content: "";right: 4px}.fewo_list_item .fewo_price:hover .fewo_price_mandatory_info{width:250px;right:-8px;top:75px;position:absolute;padding:10px;text-align:left;background-color:#fff;-webkit-box-shadow:2px 2px 6px 0 rgba(0,0,0,.1);box-shadow:2px 2px 6px 0 rgba(0,0,0,.1);border:1px solid #e0e0e0;font-size:12px;display: block !important;z-index: 9}#fewo_maps_details_content .fewo_list_item .fewo_price:hover .fewo_price_mandatory_info,#fewo_maps_details_content .fewo_list_item .fewo_min_days:after,.mod_fewo_random .fewo_list_item .fewo_price:hover .fewo_price_mandatory_info,.mod_fewo_random .fewo_list_item .fewo_min_days:after,.mod_fewo_favorites .fewo_list_item .fewo_price:hover .fewo_price_mandatory_info,.mod_fewo_favorites .fewo_list_item .fewo_min_days:after{display:none !Important}.fewo_housedetails + .fewo_text h2,.fewo_housedetails + .fewo_text p{margin-bottom:0}.block.mod_fewo_housedetails{position:relative;overflow:visible}.mod_fewo_housedetails > h2{margin-bottom:0;padding-top:20px;padding-right:30px;padding-left:30px;background-color:#fff;border-top:1px solid #e0e0e0;border-right:1px solid #e0e0e0;border-left:1px solid #e0e0e0;border-top-left-radius:4px;border-top-right-radius:4px}.fewo_housedetails + .fewo_text{margin-bottom:-18px;padding:15px;background-color:#fff;border-radius:4px}div#angebot-details form#frmSort label.select{display:none}#angebot-details div#fewo_list h2{float:none;margin:0}#angebot-details .fewo_text p{margin-bottom:0}.main_bewerten_list .fewo_images_image img{width:100%;object-fit: cover}.leaflet-top,.leaflet-bottom{z-index: 999}#fewo_maps_details .fewo_list_item .fewo_link_details a{float:right;margin-top:0}.objektliste .left_filter,#fewo_map_filtercontainer #frm_filter_26{overflow:visible;margin-bottom:0;border-bottom-right-radius:0;border-bottom-left-radius:0}.mod_fewo_maps{clear:both}.fewo_list_header .fewo_text,.fewo_househeader .fewo_text,.mod_fewo_leaflet > h2#fewo_headline,.mod_fewo_offers > h2,.mod_fewo_houselist > h2,.mainHistory > h2{width:100%;min-height:64px;position:relative;margin-bottom:30px;padding:15px;background-color:#fff;border-top:1px solid #e0e0e0;border-right:1px solid #e0e0e0;border-left:1px solid #e0e0e0;border-radius:4px;font-size:20px;box-shadow: 2px 2px 6px 0 rgba(0,0,0,.15);border-bottom: 2px solid #8EB6D4}.mod_fewo_houselist{position:relative}form#frm_Housefilter .formbody{display: flex;    align-items: center}form#frm_Housefilter .fmSelectbox{width:170px;margin-left:10px}form#frm_Housefilter{right:20px;top:10px;position:absolute}.mod_fewo_leaflet .fewo_list_header{height:0;padding:0;border:0}.mod_fewo_leaflet #frmSort .formbody{top:10px}.fewo_text h2{position:relative;margin-bottom:0;font-size:20px;font-weight:normal;color:#000}div#fewo_toogle_map{width:280px;height:64px;left:-300px;top:0;position:absolute;text-align:center;background-image:url("../../files/icons/map-button.png");border:1px solid #adb2b6;border-radius:4px;z-index: 9;box-shadow: 2px 2px 6px 0 rgba(0,0,0,.15)}div#mapToggle2{width:280px;height:64px;display:none;text-align:center;background-image:url("../../files/icons/map-button.png");border:1px solid #adb2b6;border-radius:4px;z-index: 9;box-shadow: 2px 2px 6px 0 rgba(0,0,0,.15)}.scroll-to-fixed-fixed div#mapToggle2{display:block}div#fewo_list{position:relative}.objektliste .left{margin-top:110px}.formFewoFilter #frm_fld_attr .mandatory_headline{margin-bottom:10px;padding-top:15px;padding-right:15px;padding-left:15px;border:0px solid;border-top-left-radius:0;border-top-right-radius:0;font-weight: 500}.filterBottom{width:100%;margin-bottom:25px;padding:0 0 1px;background-color:#fff;border-right:1px solid #e0e0e0;border-bottom:1px solid #e0e0e0;border-left:1px solid #e0e0e0;border-radius:0 0 4px 4px;border-bottom: 2px solid #8EB6D4}.left_filter_attr.left_filter.mod_fewo_filter .formsubmit{width:100%;padding-right:15px;padding-bottom:15px;padding-left:15px}#fewo_maps_details{width:293px;left:70px;top:10px;position:absolute;background-color:#fff;border:0;border-bottom-right-radius:3px;border-bottom-left-radius:3px;overflow:hidden !important;z-index: 999}#fewo_maps_details .fewo_list_item .fewo_price{float:left;font-size:22px}#fewo_maps_details .fewo_price_from,#fewo_maps_details .currSign{font-size:16px}#fewo_maps_details .fewo_list_item .fewo_price span.fewo_min_days{font-size:10px}#fewo_map_listcontainer #fewo_maps_details .fewo_list_item{margin:0}.fld_nights .fmSelectbox .fmCurrentLabel:after{content:"\f186"}.fld_person .fmSelectbox .fmCurrentLabel:after{content:"\f007"}.fld_schlafzimmer .fmSelectbox .fmCurrentLabel:after{content:"\f8f7"}.fld_badezimmer .fmSelectbox .fmCurrentLabel:after{content:"\f2cd"}.fld_city .fmSelectbox .fmCurrentLabel:after{content: "\f3c5"}.fld_offer .fmSelectbox .fmCurrentLabel:after{content: "\f06e"}.fewo_active_search:empty{display:none}.fewo_date_reset:before{margin-right:15px;vertical-align:middle;font-family:Font-Awesome-5;content: "\f071"}.fewo_date_reset{margin-top:20px;margin-bottom:30px;padding:15px;background-color:#d8ecf5;border-radius:4px;color:#5694b1}.mod_fewo_bookinglist .fewo_list_item .fewo_grouping_2 div{display:block;padding:0;background:transparent}.mod_fewo_bookinglist .fewo_list_item .fewo_grouping_2{bottom:auto;position:static}.mod_fewo_bookinglist .fewo_list_item .fewo_title{margin-bottom:0}.mod_fewo_bookinglist .fewo_bookingplan table:nth-child(6n){display:table}.mod_fewo_bookinglist .fewo_list_item table.fewo_calendar:after{float:none;clear:both;display:block;content:""}.mod_fewo_bookinglist > .formbody{display:none}.mod_fewo_bookinglist .fewo_list_item{height:auto;padding-bottom:15px;padding-left:15px}.mod_fewo_bookinglist .fewo_list_item .fewo_price{margin-top:4px;margin-left:10px}.mod_fewo_bookinglist .fewo_list_item .fewo_grouping_1{height:260px;min-width:0;position:static;float:left;margin-right:20px;padding:0;text-align:left}.mod_fewo_bookinglist .fewo_list_item .fewo_link_details a{margin-top:5px;margin-left:10px}.mod_fewo_bookinglist .fewo_list_item .fewo_bookingplan{width:948px;float:left;padding-top:0;padding-bottom:0;border-radius:0}.mod_fewo_bookinglist .fewo_list_item .fewo_calendar td{width:2%;height:20px;position:relative;float:left;display:block;margin-right:0;margin-bottom:0;padding:0;text-align:center;background-color:#F0F0F0;border-right:1px solid #fff;border-bottom:1px solid #fff;font-size:11px;line-height:20px;text-decoration:none;color:#333;cursor:default}.mod_fewo_bookinglist .fewo_list_item .fewo_calendar td.day_free{background-image:url("../../files/images_belegungsplan/free.gif");background-position:center center;background-repeat:no-repeat;color:#fff}.mod_fewo_bookinglist .fewo_list_item .fewo_calendar td.day_full{background-image:url("../../files/images_belegungsplan/full.gif");background-position:center center;background-repeat:no-repeat;color:#fff}.mod_fewo_bookinglist .fewo_list_item .fewo_calendar td.day_stop{background-image:url("../../files/images_belegungsplan/stop.gif");background-position:center center;background-repeat:no-repeat;color:#fff}.mod_fewo_bookinglist .fewo_list_item .fewo_calendar td.day_start{background-image:url("../../files/images_belegungsplan/start.gif");background-position:center center;background-repeat:no-repeat;color:#fff}.mod_fewo_bookinglist .fewo_list_item .fewo_calendar td.today{background-image:url("../../files/images_belegungsplan/today.gif");background-position:center center;background-repeat:no-repeat;color:#fff}.mod_fewo_bookinglist .fewo_list_item .fewo_calendar td.in_past{background-image:none}.mod_fewo_bookinglist .fewo_list_item .fewo_calendar td.month{width:16%}.mod_fewo_bookinglist .fewo_list_item table.fewo_calendar{width:100%;display:block;margin:0;padding:0;border:0px solid;border-radius:0;background:transparent}.mod_fewo_bookinglist .fewo_list_item .fewo_leaflet span{right:20px;top:15px;bottom:auto}.fewo_housedetails .fewo_grouping_1:after{float:none;clear:both;display:block;content:""}.mod_fewo_offers .offer_time:before{margin-right:10px;font-family:Font-Awesome-5;content:"\f073"}.offer_description_text *,.offer_description *{}.fewo_active_search{overflow:hidden;clear:both;margin-top:-15px;margin-bottom:20px}.fewo_active_search .selectedFilterOption{height:30px;float:left;display:block;margin-right:5px;margin-bottom:5px;padding:0 8px;background-color:#fff;border:1px solid #adb2b6;border-radius:4px;font-size:16px;line-height:30px;cursor:pointer}.fewo_active_search .selectedFilterOption:hover{background-color:#fff;border-style:solid;border-color:#df4a43;color:#df4a43}.fewo_active_search .selectedFilterOption:hover:before{color:#df4a43}.fewo_active_search .selectedFilterOption:before{float:left;margin-right:6px;font:14px/30px Font-Awesome-5;content:"\f00d"}.fewo_list_item .fewo_voting_label a{float:left;display:none;font-size:14px;line-height:24px;text-decoration:none;color:#333}.fewo_list_item .fewo_voting_label a:before{content:"("}.fewo_list_item .fewo_voting_label a:after{content:")"}.wonach-gesucht a{margin-left:10px;padding-top:8px;padding-bottom:8px}.wonach-gesucht{float:right;padding-top:10px;padding-bottom:10px}.mod_fewo_map_sidebar .fewo_sidebaritem.active .fewo_list_item{background-color:#e0e0e0}.full_map .fewo_list_item .fewo_leaflet span:after{font-size:20px}.full_map .fewo_list_item .fewo_leaflet span{bottom:15px;right:20px;font-size:0}.left_filter .formelem.type_checkboxes label.label.disabled,.left_filter .formelem.type_checkboxes a.disabled,.left_filter .formelem.type_checkboxes label.label.disabled:hover,.left_filter .formelem.type_checkboxes a.disabled:hover{opacity:0.4}.left_filter .formelem.type_checkboxes input:checked + a span{background-color:#4389ba;color:#fff}.h2sub{top:-8px;position:relative;font-size:24px}#frmSort .select{float:left;font-size:16px;line-height:44px}.home .sort_balken{display:none}.mod_fewo_random .fewo_result_count,.mod_fewo_random > .formbody,.mod_fewo_favorites .fewo_result_count,.mod_fewo_random > .formbody{display:none}.mod_fewo_random .fewo_list_item .fewo_price span.price_from,.mod_fewo_random .fewo_list_item .fewo_price span.price_currency,.mod_fewo_random .fewo_price_from,.mod_fewo_random .currSign,.mod_fewo_favorites .fewo_list_item .fewo_price span.price_from,.mod_fewo_favorites .fewo_list_item .fewo_price span.price_currency,.mod_fewo_favorites .fewo_price_from,.mod_fewo_random .currSign{font-size:14px}.left_filter,#fewo_map_filtercontainer #frm_filter_26{width:100%;margin-bottom:0;padding:15px;background-color:#8EB6D4;border-top:1px solid #e0e0e0;border-right:1px solid #e0e0e0;border-left:1px solid #e0e0e0;border-radius:4px 4px 0 0}.left .mod_fewo_history > div{width:100%;float:left;margin-bottom:15px;padding:15px 15px 5px;background-color:#8eb6d4;border-bottom-right-radius:4px;border-bottom-left-radius:4px}.left .mod_fewo_history > div.formbody{display:none}.left .mod_fewo_history:before{content:"Zuletzt angesehen"}.formFewoFilter .formbody .fmSelectbox{width:100%;display:block}.mod_fewo_offerlisting .fewo_offertitle a{bottom:50px;position:absolute;display:block;font-size:20px;color:#ED1B2A}.mod_fewo_offerlisting .fewo_offertitle a:before{width:22px;height:22px;display:inline-block;margin-right:6px;text-align:center;background-color:#ed1b2a;border-radius:100%;line-height:24px;text-decoration:none;color:#fff;content:"%"}.left .mod_fewo_history .fewo_list_item .fewo_price span.fewo_min_days{display:none}.left .mod_fewo_history .fewo_list_item .fewo_price{float:right;margin-top:0;margin-bottom:0;padding-right:10px;font-size:18px;line-height:40px}.left .mod_fewo_history .fewo_list_item .fewo_title{float:left;margin-top:0;margin-bottom:0;padding-left:10px;font-size:18px;line-height:40px}.listGallery_navNext:hover,.listGallery_navPrev:hover{background-color:rgba(255,255,255,.7)}.listGallery_navNext.active,.listGallery_navPrev.active{opacity:1}.listGallery_navPrev{border-top:1px solid #fff;border-right:1px solid #fff;border-bottom:1px solid #fff;border-top-right-radius:2px;border-bottom-right-radius:2px;cursor:pointer}.fewo_listGallery_navigation{bottom:50px;top:50px}.mod_fewo_random .fewo_grouping_5,.mod_fewo_favorites .fewo_grouping_5{height:110px;padding:15px}#fewo_filter_reset a:after{width:11px;height:11px;display:inline-block;margin-left:5px;padding:2px 1px 1px 2px;text-align:center;background-color:#df4a43;border-radius:100%;font:10px/10px Font-Awesome-5;text-decoration:none;color:#fff;content:"\f00d"}#fewo_filter_reset{margin-top:10px;text-align:right}#fewo_filter_reset a{position:relative;font-size:14px;color:#fff}.formFewoFilter #frm_fld_sprice,.formFewoFilter #frm_fld_attr{margin-bottom:20px}.formFewoFilter .checkbox_container legend{width:100%;display:block;margin-bottom:10px;font-size:24px;color:#fff;font-weight:300}.mod_fewo_filter .fld_start:after,.mod_fewo_filter .fld_stop:after{bottom:0;right:10px;top:0;position:absolute;font:20px/34px Font-Awesome-5;color:#005BAA;content:" "}#ctrl_period{width:100%;padding-right:10px;padding-left:35px;background-color:#FFF;border:0px;font-size:16px;color:#000;cursor:pointer}.mod_fewo_filter :-moz-placeholder{opacity: 1 !important;color:#000000 !important}.mod_fewo_filter ::-moz-placeholder{opacity: 1 !important;color:#000000 !important}.mod_fewo_filter ::-webkit-input-placeholder{opacity: 1 !important;color:#000000 !important}.mod_fewo_filter :-ms-input-placeholder{opacity: 1 !important;color:#000000 !important}.mod_fewo_filter .fld_start,.mod_fewo_filter .fld_stop{position:relative}.left_filter .type_text,.left_filter .type_select,#fewo_map_filtercontainer .type_text,#fewo_map_filtercontainer .type_select{margin-bottom:5px}.fmDropdownBox .disabled{display:none}.left_filter .formelem.type_checkboxes label.disabled .fewo_attribute_count,.left_filter .formelem.type_checkboxes a.disabled .fewo_attribute_count{background-color:#bfbfbf;color:#fff}.left_filter .formelem.type_checkboxes label.disabled:hover .fewo_attribute_count,.left_filter .formelem.type_checkboxes a.disabled:hover .fewo_attribute_count{background-color:#bfbfbf;color:#fff}.formFewoFilter .disabled{color: #949494 !important}.left_filter .formelem.type_checkboxes label.disabled:hover,.left_filter .formelem.type_checkboxes a.disabled:hover{cursor: default}.left_filter .formelem.type_checkboxes label.label:hover .fewo_attribute_count,.left_filter .formelem.type_checkboxes a:hover .fewo_attribute_count{background-color:#4389ba;    color:#fff}.left_filter .formelem.type_checkboxes input:checked + label:after,.left_filter .formelem.type_checkboxes input:checked + a:after{opacity: 1; transition: all 0s ease 0s}.left_filter .formelem.type_checkboxes label.label:hover,.left_filter .formelem.type_checkboxes a:hover{color:#4389ba}.formFewoFilter .fewo_attribute_count{display:block;margin-left:auto;background-color:#eee;border-radius:10px;color:#333;float: right;font-size: 14px;height: 20px;line-height: 22px;text-align: center;width: 34px}.formFewoFilter .label{width:100%;display:block;margin-left:8px;font-size:16px;line-height:21px;text-decoration:none;color:#000;cursor: pointer;padding: 0}.formFewoFilter .formelem.type_checkboxes > span{width:100%;height:26px;padding-right:15px;padding-left:15px;display: flex;align-items:center;position: relative}#fewo_list .fewo_result_count{float:left;display:none;font-size:14px;line-height:52px;color:#333;text-transform:uppercase}.mod_fewo_random .fewo_list_item .fewo_price span.fewo_min_days,.mod_fewo_favorites .fewo_list_item .fewo_price span.fewo_min_days{display:none}.fewo_image img{display:block}.karte_liste_box{height:95px;margin-bottom:40px;padding:12px 20px;background-color:#F2F1EF}.left .mod_fewo_history{width:100%}.left .mod_fewo_history .fewo_list_item{width:100%;height:auto;margin-bottom:10px;padding:0;border-radius:2px}.left .mod_fewo_history .fewo_list_item .lastseen_delete a{left:0;right:0;position:absolute;font-size:0px;text-decoration:none}.left .mod_fewo_history .fewo_list_item .lastseen_delete a:hover:after{right:1px;top:1px;background-color:#4D4F52;color:#fff}.left .mod_fewo_history .fewo_list_item .lastseen_delete a:after{width:16px;height:16px;display:block;text-align:center;background-color:#ED1B2A;font:11px/16px Font-Awesome-5;text-decoration:none;color:#fff;content:"\f00d";cursor:pointer}.left .mod_fewo_history .fewo_list_item:nth-child(2n+2){margin-right:0}.left .mod_fewo_history .fewo_list_item .fewo_image{position:static}.fewo_housedetails{overflow:hidden}.fewo_housedetails .fewo_image{position:relative;float:left;margin-right:5px}.fewo_housedetails .fewo_grouping_1{position:relative;overflow:hidden;margin-bottom:40px;border-radius:4px}.mod_fewo_housedetails .fewo_house_address{margin-bottom:20px;display: flex}.mod_fewo_list .fewo_image,.mod_fewo_leaflet .fewo_image,.fewo_house_object_list .fewo_image,.mod_fewo_map_sidebar .fewo_image,.mod_fewo_offerdetails .fewo_image,.fewo_houseimage,.mod_fewo_houselist .fewo_image{width:440px;height:293px;left:0;top:0;position:absolute;overflow:hidden;background-color:#e0e0e0;border-top-left-radius:3px;border-bottom-left-radius:3px}.mod_fewo_houselist .fewo_image{cursor:pointer}.mod_fewo_offerdetails .offer_overview{position:relative;margin-bottom:30px}.mod_fewo_offerdetails .offer_overview .offer_image{overflow:hidden;float:left;display:none}.mod_fewo_offerdetails .offer_overview .offer_description{padding:15px;background-color:#fff;border-radius:4px;font-size:18px;line-height:1.5}.mod_fewo_offerdetails .offer_description ul{padding:5px 10px;background-color:#fff}.mod_fewo_offerdetails .offer_flatrate{display:none}.mod_fewo_offerdetails .offer_object_info{margin-bottom:10px;font-size:20px}.mod_fewo_offers .offer_image{width:440px;height:293px;left:0;top:0;position:absolute}.mod_fewo_offers .offer_title a{display:block;margin-top:0;margin-bottom:8px;font-size:26px;line-height:1;text-decoration:none;font-weight: 400}.fewo_list_item .fewo_voting_label a span{font-size:14px;text-decoration:none;color:#333}.fewo_list_item .fewo_attributes li:hover span{height:24px;bottom:48px;left:6px;position:absolute;display:block;padding-right:10px;padding-left:10px;white-space:nowrap;background-color:#fff;border:1px solid #ddd;border-radius:3px;font-size:12px;line-height:24px}#frmSort .fmSelectbox{width:190px;float:left;margin-left:15px}#frmSort .fmDropdownBox{min-width:210px}.checkbox_group span.checkbox_group_label{height:30px;display:inline-block;margin:10px 14px 0;padding:0;border-top:1px solid #F55856;font:16px/30px Arial,Helvetica,sans-serif}.checkbox_group span{width:175px;float:left;clear:both;display:block;margin:3px 14px 5px;line-height:1}.checkbox_group span label{padding-top:0;line-height:1;cursor: pointer}.checkbox_group span input{float:left;display:inline-block;margin:0 8px 0 0;padding:0;line-height:1;cursor: pointer}.hitBox{overflow:visible}.carousel-cell img{bottom:0;left:0;right:0;top:0;position:absolute}.fewo_list_item:nth-child(3n+3){margin-right:0}.fewo_list_item .fewo_price{bottom:85px;right:20px;position:absolute;margin-top:8px;margin-bottom:8px;text-align:right;font-size:25px;text-decoration:none;color:#005BAA;font-weight: 500}.fewo_list_item .fewo_price span.fewo_min_days{display:block;font-size:12px;color:#333}.fewo_list_item .fewo_price span.price_from,.fewo_list_item .fewo_price span.price_currency,.fewo_list_item .fewo_price_from{font-size:.6em}.fewo_list_item .fewo_price a:hover{text-decoration:none;color:#4d4f52}.fewo_list_item .fewo_description{float:left}.mod_fewo_list form#frmSort select{height:42px;margin-left:5px;padding:10px;line-height:42px}.mod_fewo_random .fewo_list_item,.mod_fewo_favorites .fewo_list_item{position:relative;overflow:hidden;margin:0 15px 30px;padding:0;height:auto;width:calc(100% / 3 - 30px);align-items: flex-start}.mod_fewo_random .fewo_list_item .fewo_sterne,.mod_fewo_favorites .fewo_list_item .fewo_sterne{right:10px;top:130px;position:absolute;padding:2px;background-color:rgba(255,255,255,.9)}.mod_fewo_random .fewo_list_item .fewo_sterne img,.mod_fewo_favorites .fewo_list_item .fewo_sterne img{float:left}.mod_fewo_random .fewo_list_item .fewo_description,.mod_fewo_favorites .fewo_list_item .fewo_description{padding:0;text-align:center}.mod_fewo_random .fewo_list_item .fewo_grouping_1 > div,.mod_fewo_favorites .fewo_list_item .fewo_grouping_1 > div{height:26px;position:relative;float:left;display:block;margin:0;padding:0 10px;text-align:center;border-right:1px solid #000;font-size:12px;line-height:26px;color:#000}.mod_fewo_random .fewo_list_item .fewo_grouping_1 > div:last-child,.mod_fewo_favorites .fewo_list_item .fewo_grouping_1 > div:last-child{border-right:0px solid}.offer_flatrate{color:#F55856}.fewo_housedetails .fewo_gallery{width:465px;position:relative;float:right;display:block;margin-top:10px}.fewo_housedetails .fewo_grouping_3{width:255px;position:relative;float:left;display:block;margin-top:10px;background-color:#ffffff}.fewo_housedetails .fewo_gallery .fewo_gallery_image{float:left;margin-right:5px;margin-bottom:5px}.fewo_housedetails .fewo_title{display:block;margin-bottom:20px;font:45px/1 'PT Sans',sans-serif;color:#fccb17;font-weight: 400}.fewo_housedetails .fewo_title{display:block;margin-bottom:10px;border-bottom:3px solid #EFEFEF;font-size:36px;line-height:1.5;font-weight: 400}.fewo_housedetails .fewo_map{position:relative;float:left;display:block}.fewo_housedetails .fewo_house_description,.mod_fewo_housedetails .fewo_grouping_4{position:relative;margin-bottom:40px;padding:30px;background-color:#fff;border-top:1px solid #e0e0e0;border-right:1px solid #e0e0e0;border-left:1px solid #e0e0e0;border-radius:4px;border-bottom: 2px solid #8EB6D4}.fewo_housedetails .fewo_house_description > *:last-child{margin-bottom:0;padding-bottom:0}.fewo_housedetails .fewo_house_street{width:235px;float:left;display:inline-block;padding:1px 10px}.fewo_housedetails .fewo_house_street,.fewo_housedetails .fewo_house_postal,.fewo_housedetails .fewo_house_city{line-height:1.5}.fewo_housedetails .fewo_grouping_3{min-height:205px}.fewo_housedetails .fewo_house_postal,.fewo_housedetails .fewo_house_city{float:left}.fewo_housedetails .fewo_house_postal{margin-right:6px;margin-left:10px}.selected-button,.datepicker_bootstrap .days .day.selected,.datepicker_bootstrap .days .day.selected:hover{background-color: #EAEAEA!important;color:#333333 !important}
/* Layout-Formulare.css */
.form_fields .field_salutation,.form_fields .field_country,.form_fields .field_comment{width:100%}.ce_fewo_requestform fieldset{display:flex;flex-wrap:wrap;justify-content:space-between}.ce_fewo_requestform .formelem.fld_fld_object{display:none}fieldset[id*="ctrl_assistant_"] > span{display:flex;align-items:center}input[id*="opt_assistant_"].checkbox{order:2}.formular .checkbox_container label[id*="lbl_assistant_"]{width:130px;margin-left:0;order:1;font-weight:300}.sb_test .fmSelectbox:last-child{margin-right:0}.formextrapersons{padding-top:25px;border-top:1px solid #e0e0e0}.ce_fewo_requestform:after{clear:both;display:block;content:""}.formbod select[id^="ctrl_sb_expiry_month"] + .fmSelectbox,.formbod select[id^="ctrl_sb_expiry_year"] + .fmSelectbox{width:30%}.ce_nlm_subscribe_form .type_fld_submit{margin-top:20px}.ce_nlm_subscribe_form.formular label{display:block}.formular label[id*="priv"]{display:block}.formbody .fld_fld_salutation .fmSelectbox,.formbody .field_salutation .fmSelectbox{width:24%}.head_filter_box #frm_fld_city .fmDropdownBox{overflow-y: hidden}.requestText h2{margin-bottom:0}.requestText p{font-size:12px}#tl_fewo_requests textarea{height:70px;display:block}.formular .formelem:after{float:none;clear:both;display:block;content:""}.field_traveldate_m{width:49%;float:left;margin-right:2%}.field_traveldate_y{width:49%;float:left}.mod_fewo_voting #ctrl_privacy_text{margin-bottom:20px}.ce_fewo_requestform{padding:30px;background-color:#fff;border-top:1px solid #e0e0e0;border-right:1px solid #e0e0e0;border-left:1px solid #e0e0e0;border-radius:4px;border-bottom: 2px solid #8EB6D4}.ce_nlm_subscribe_form > form{width:800px}.ce_nlm_subscribe_form #ctrl_fld_salutation + .fmSelectbox{width:24%}.ce_nlm_subscribe_form .fld_fld_firstname,.ce_nlm_subscribe_form .fld_fld_lastname{width:49%;float:left}.ce_nlm_subscribe_form .fld_fld_firstname{margin-right:2%}.mod_nlm_subscription,.mod_nlm_unsubscription{margin-bottom:40px;padding:30px;background-color:#fff;border-top:1px solid #e0e0e0;border-right:1px solid #e0e0e0;border-left:1px solid #e0e0e0;border-radius:4px;border-bottom: 2px solid #8EB6D4}input[type="text"].error,input[type="password"].error,input[type="number"].error,input[type="email"].error,input[type="tel"].error,input[type="url"].error,.formular .error .fmSelectbox .fmCurrentLabel,textarea.error,.error input[type="checkbox"],select.error{background-color:#F9E7E7;border:1px solid #C20000}.fewo_booking_address .field_anrede,.fewo_booking_address .field_country,.fewo_booking_address .field_comment{float:none;clear:both}.formular .formbody .fewo_booking_address .field_country .fmSelectbox{width:49%}.ce_fewo_requestform .formelem.fld_fld_arrival,.ce_fewo_requestform .formelem.fld_fld_departure,.ce_fewo_requestform .formelem.fld_fld_persons,.ce_fewo_requestform .formelem.fld_fld_children,.ce_fewo_requestform .formelem.fld_fld_firstname,.ce_fewo_requestform .formelem.fld_fld_lastname,.ce_fewo_requestform .formelem.fld_fld_phone,.ce_fewo_requestform .formelem.fld_fld_email,.ce_fewo_requestform .formelem.fld_fld_pets,.ce_fewo_requestform [class*="fld_fld_children_multi"].formelem,.ce_fewo_requestform .formelem.fld_fld_street,.fewo_booking_address .field_firstname,.fewo_booking_address .field_lastname,.fewo_booking_address .field_phone,.fewo_booking_address .field_email,.fewo_booking_address .field_street,.fewo_booking_address .field_mobil{width:49%}.ce_fewo_requestform .formelem.fld_fld_postal,.fewo_booking_address .formelem.field_postal{width:18%;float:left}.ce_fewo_requestform .formelem.fld_fld_city,.fewo_booking_address .formelem.field_city{width:29%;float:left}.formular.ce_fewo_requestform .formelem.fld_fld_anrede .fmSelectbox,.formular .ce_fewo_requestform .formelem.fld_fld_anrede .fmSelectbox,.formular .formbody .fewo_booking_address .field_anrede .fmSelectbox{width:24%}.ce_nlm_subscribe_form fieldset{margin:0;padding:0;border:0px solid}#tl_nlm_recipient .fields input[type="email"]{width:320px}.ce_fewo_requestform .formelem input[type="submit"]{padding-right:35px;background-image:url("../../files/icons/arrow_next_black.png");background-position:right center;background-repeat:no-repeat;background-size:16px;font-weight:600}.formular .fmSelectbox .fmCurrentLabel:hover{border:1px solid #a9adb5}.ce_fewo_requestform .widget.explanation{float:none;clear:both;margin-top:10px;margin-bottom:5px;font-size:20px;font-weight: 400}.preamble{float:none;clear:both;margin-bottom:15px;font-size:26px;line-height:1.5;font-weight: 400}.formular  .ce_fewo_requestform fieldset{bottom:0;padding-bottom:0;border:0px solid}.formular fieldset{margin:0;padding:0;border:0 solid}.ce_fewo_requestform .fld_fld_explanation:first-of-type .widget.explanation{margin-top:0}.ce_fewo_requestform .formelem{width:100%;float:left;display:block;box-sizing: border-box}.ce_fewo_requestform .formelem,.formular .formelem{margin-bottom:8px;box-sizing: border-box}.ce_fewo_requestform .formelem.type_fld_submit,.formular .formelem.type_fld_submit{margin-bottom:0}.ce_fewo_requestform .fld_firstname{clear:left}.ce_fewo_requestform .fewo_grouping_1 .fld_arrival > div{padding-left:0}.ce_fewo_requestform .fewo_grouping_1 .fld_children > div{padding-right:0}.formular label[for]{cursor: pointer}.formular .checkbox_container label,.formular .radio_container label{font-weight:normal}.formular label{display:none;font-size:16px;line-height:18px}.formbody .checkbox_container label,.formular .formbody .radio_container label{display:inline}.formular .mod_subscribe input[type="text"]{width:210px}.formular .text:focus,.formular .textarea:focus,.formular .captcha:focus,.formular .text:hover,.formular .textarea:hover,.formular .captcha:hover,.formular .fmSelectbox .fmCurrentLabel:hover{background-color:#fff;border-color:#8d9096;transition: all 0.25s ease 0s}.formular form div.mandatory > input:focus{background-color:#fff;border:1px solid #B3BFC3;color:#555}.formular select{width:63%;padding:4px 3px 4px 1px;background-color:#f4f2f0;border:2px solid #E0E0E0}.formular .checkbox_container span,.formular .radio_container span{display:block}.formular .checkbox_container + br,.formular .radio_container + br{display:none}.formular .checkbox_container label,.formular .radio_container label,.formular .checkbox_container input,.formular .radio_container input{vertical-align:middle}.formular .formbody input[type="checkbox"],.formular x:-moz-any-link{top:0;position:relative}.formular .checkbox_container{margin-top:10px}.formular div.submit_container{margin-top:10px}.formular form table td{padding-top:3px;padding-bottom:3px}.formular form table td:first-child{width:45%;padding-bottom:0;text-align:left}.formular .tableform table{width:92%;margin-top:1.5em;margin-bottom:0}#container .formular .tableform .formbody,#container .formular .formbody .formbody{width:100%;overflow:hidden}.formular .formbody .formbody{padding-top:0}.formular fieldset table{width:92%;margin-bottom: 1em !important;margin-top: 1em !important}fieldset table td:first-child{width:140px;text-align:left}span.mandatory{padding-left:2px;font-size:16px;color:#c20000;display:inline-block !important}.formular p .confirm{color:#00adf1}.formular p .error{margin-bottom:6px;font-weight:bold;color:#c20000}.formular input.captcha{width:48px}.formular span.captcha_text{font-weight:normal}.formular :first-child + html span.captcha_text{top:-3px;position:relative}.formular select{width:63%;padding:4px 3px 4px 1px;border:1px solid #d4cbc5}.formular .checkbox_container span,.formular .radio_container span{display:block}.formular .checkbox_container br,.formular .radio_container br{display:none}.formular .checkbox_container{margin-top:10px}.formular .checkbox_container label,.formular .checkbox_container input{vertical-align:middle}p.error{display:none}input.kal_icon_form{background-image:url("../../files/icons/kalender_icon.png");background-position:right center;background-repeat:no-repeat}tbody td{position:relative}.ce_form .CalendarFieldIcon{width:40%;height:36px;left:3px;top:2px;position:absolute;opacity:0;cursor:pointer}.button,input[type="submit"],input[type="file"],button{height:45px;position:relative;display:inline-block;padding:0 30px;text-align:center;white-space:nowrap;background-color:#f0f0f0;border:1px solid #adb2b6;border-radius:4px;font:16px/45px 'Yummo',Arial,sans-serif;text-decoration:none;color:#333;text-transform:uppercase;cursor:pointer}.formbody .fmSelectbox{width:auto}#footer .mod_subscribe .text{width:100%;float:left;margin-bottom:10px;border:0px solid;border-radius:2px}.ce_form .fmSelectbox{width:40%}.ce_form .fmDropdownBox{min-width:300px}input[type="text"],input[type="password"],input[type="number"],input[type="email"],input[type="tel"],input[type="url"],.jq-dte-inner{width:100%;height:44px;padding:0 10px;border-radius:4px;font-size:16px;color:#000}fieldset{position:static;margin:.75em 0;padding:0 .5em;background: transparent}label{line-height:1.5;color:#666}input,textarea,select,.jq-dte-inner{background-color:#fff;border:1px solid #adb2b6;border-radius:4px;font-family:Yummo,sans-serif;font-weight: 300}select{height:42px;padding:10px;cursor: pointer}input[type="submit"]:hover{background-color:#fff;border-color:#df4a43;color:#df4a43}.offer_description_text ul{margin-top:5px;margin-bottom:5px}.offer_description_text li{padding-left:15px;background-image:url("../../files/icons/check_.png");background-repeat:no-repeat;background-position: 0 5px}.textarea{width:100%;display:block;padding:10px;font-size:16px}.formular label.error{color:#C20000}
/* 20-kalender.css */
.fewo_calendar td.day_full_owner_guest{border-left:1px solid #949494;background:#949494 url("../../files/images/cal-day-start.svg") center center no-repeat;border-bottom:1px solid transparent;border-right:1px solid transparent;border-top:1px solid #949494;background-size: 210px}.fewo_calendar td.day_full_guest_owner{border-right:1px solid #949494;background:#949494 url("../../files/images/cal-day-stop.svg") center center no-repeat;border-top:1px solid transparent;border-left:1px solid transparent;border-bottom: 1px solid #949494;background-size: 210px}.fewo_calendar td.day_full_guest_angebot{border-right:1px solid #FFB355;background:#FFB355 url("../../files/images/cal-day-stop.svg") center center no-repeat;border-top:1px solid transparent;border-left:1px solid transparent;border-bottom: 1px solid #FFB355;background-size: 210px}.fewo_calendar td.day_full_owner{background-color:#949494;border-color:#949494;color:#fff}.fewo_calendar td.day_start_owner{background-color:#949494;border-right:1px solid #949494;border-bottom:1px solid #949494;background: rgb(148,148,148);background: linear-gradient(315deg, rgba(148,148,148,1) 0%, rgba(148,148,148,1) 50%, rgba(255,255,255,1) 50%, rgba(255,255,255,1) 100%)}.fewo_calendar td.day_stop_owner.clickable{border-right:1px solid #4BBB4B;border-bottom: 1px solid #4BBB4B}.fewo_calendar td.day_stop_owner.clickable:hover{background: rgb(75,187,75);background: linear-gradient(315deg, rgba(75,187,75,1) 0%, rgba(75,187,75,1) 50%, rgba(148,148,148,1) 50%, rgba(148,148,148,1) 100%)}.fewo_calendar td.day_start_owner.clickable:hover{background: rgb(75,187,75);background: linear-gradient(135deg, rgba(75,187,75,1) 0%, rgba(75,187,75,1) 50%, rgba(148,148,148,1) 50%, rgba(148,148,148,1) 100%)}.fewo_calendar td.day_start_owner.clickable{border-left:1px solid #4BBB4B;border-top: 1px solid #4BBB4B}.fewo_calendar td.day_stop_owner{background-color:#949494;border-top:1px solid #949494;border-left:1px solid #949494;background: rgb(148,148,148);background: linear-gradient(135deg, rgba(148,148,148,1) 0%, rgba(148,148,148,1) 50%, rgba(255,255,255,1) 50%, rgba(255,255,255,1) 100%)}.fewo_calendar td.day_full_angebot,.fewo_calendar td.day_start_angebot{background-color:#FFB355;border-color:#FFB355;color:#fff}.fewo_calendar td.day_full_renovation,.fewo_calendar td.day_stop_renovation{background-color:#ccc;border-color:#ccc;color:#fff}.ios .fewo_calendar td.day_free[data-tooltip]:hover:before,.ios .fewo_calendar td.day_start[data-tooltip]:hover:before,.ios .fewo_calendar td.day_stop[data-tooltip]:hover:before,.ios .fewo_calendar td.day_full[data-tooltip]:hover:before,.ios .fewo_calendar td.day_free:hover:after,.ios .fewo_calendar td.day_start:hover:after,.ios .fewo_calendar td.day_stop:hover:after,.ios .fewo_calendar td.day_full:hover:after{display:none !important}.fewo_calendar td.day_free[data-tooltip]:before,.fewo_calendar td.day_start[data-tooltip]:before,.fewo_calendar td.day_stop[data-tooltip]:before,.fewo_calendar td.day_full[data-tooltip]:before{bottom:110%;position:absolute;display:none;border-top:8px solid #252C38;left:50%;transform: translateX(-50%);z-index: 950;content: "";border-right: 8px solid transparent;border-left: 8px solid transparent;border-bottom: 0px solid transparent}.fewo_calendar td.day_free[data-tooltip]:hover:before,.fewo_calendar td.day_start[data-tooltip]:hover:before,.fewo_calendar td.day_stop[data-tooltip]:hover:before,.fewo_calendar td.day_full[data-tooltip]:hover:before{display:block}.fewo_calendar td.day_free[data-tooltip]:after,.fewo_calendar td.day_start[data-tooltip]:after,.fewo_calendar td.day_stop[data-tooltip]:after,.fewo_calendar td.day_full[data-tooltip]:after{bottom:120%;padding:10px 20px;text-align:center;white-space:pre;border-radius:5px;font-size:12px;line-height:1.5;color:#fff;font-weight:normal !important;box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);background-color: rgba(37, 44, 56, 0.95)}.fewo_calendar td[data-tooltip=""].day_free:hover:after,.fewo_calendar td[data-tooltip=""].day_start:hover:after,.fewo_calendar td[data-tooltip=""].day_stop:hover:after,.fewo_calendar td[data-tooltip=""].day_full:hover:after,.fewo_calendar td[data-tooltip=""].day_free:hover:before,.fewo_calendar td[data-tooltip=""].day_start:hover:before,.fewo_calendar td[data-tooltip=""].day_stop:hover:before,.fewo_calendar td[data-tooltip=""].day_full:hover:before{display:none}.fewo_bookingplan{display:flex;padding-top:20px;padding-bottom:20px;justify-content: space-between;flex-wrap: wrap}.fewo_calendar{width:32%;display:block;margin-bottom:25px;padding-bottom:0;background: #fff}.fewo_calendar thead,.fewo_calendar tbody{display:block}.fewo_calendar thead tr:nth-child(2) td,.filter_period_modal_body .fewo_calendar tbody tr:nth-child(2) td,#formAdminBooking .fewo_calendar tbody tr:nth-child(2) td{height:30px;font-size:13px;color:#000;border-color: transparent}.fewo_calendar tr{display:flex}.fewo_calendar thead tr:nth-child(2),.filter_period_modal_body tr:nth-child(2),#formAdminBooking .fewo_calendar tbody tr:nth-child(2){margin-bottom:5px}.fewo_calendar td{width:100%;height:54px;margin:1px;padding:0;border:1px solid #333;border-radius:4px;font-size:16px;background:#fff;justify-content: center;align-items: center;display:flex}.fewo_calendar td.month,.filter_period_modal_body .fewo_calendar td.month{height:40px;margin-bottom:8px;background-color:#E2F2E5;font-size:14px;color:#000;border-color:transparent;font-weight:700}.fewo_calendar td.day_empty{border-color: transparent}.fewo_calendar td.day_full{text-decoration:line-through;color:#c44537;background-image:url("../../files/images/full-stripes.svg");border-color: transparent;cursor:default;background-size: 20px}.fewo_calendar td.day_free,.fewo_calendar td.day_stop,.fewo_calendar td.day_start{border-color:#038600;color:#038600;cursor:pointer;font-weight: 500}.fewo_calendar td.day_free:hover,.fewo_calendar td.day_stop:hover,.fewo_calendar td.day_start.active:hover,.fewo_calendar td.day_start.clickable:hover,.fewo_calendar td.day_stop_angebot.clickable:hover,.fewo_calendar td.day_start_renovation.clickable:hover,.fewo_calendar td.day_stop_renovation.clickable:hover{border-color:#038600;color:#fff;background:#038600}.fewo_calendar td.selected,.fewo_calendar td.active,.fewo_calendar td.active.unavailable,.fewo_calendar td.minStay.unavailable,.fewo_calendar td.minStay.unavailable.active:hover,.fewo_calendar td.selected.unavailable,.fewo_calendar td.unavailable.day_free.selected:hover,.fewo_calendar td.day_free.minStay,.fewo_calendar td.day_free.minStay:hover{border-color:#038600;color:#000;background: #E2F2E5}.fewo_calendar td.minStay.unavailable,.fewo_calendar td.minStay.unavailable.active:hover,.fewo_calendar td.day_free.minStay,.fewo_calendar td.day_free.minStay:hover{color:#f78c6b;cursor:default}.fewo_calendar td.unavailable,.fewo_calendar td.unavailable:hover,.fewo_calendar td.unavailable.day_free:hover{background-color:#fff;border-style:dashed;border-color:#038600;color:#038600;cursor:default}.fewo_calendar td.arrival,.fewo_calendar td.departure,.fewo_calendar td.departure.unavailable:hover,.fewo_calendar td.departure.unavailable.selected,.fewo_calendar td.departure.unavailable.selected:hover,.fewo_calendar td.arrival.unavailable:hover,.fewo_calendar td.arrival.unavailable.minStay{border-color:#038600;color:#fff;background: #038600;font-weight:500}.fewo_calendar td.day_start{background-position:center center;background-repeat:no-repeat;background-image:url("../../files/images/cal-day-start.svg");border-bottom:1px solid transparent;border-right:1px solid transparent;background-size: 210px}.fewo_calendar td.day_stop{background-position:center center;background-repeat:no-repeat;background-image:url("../../files/images/cal-day-stop.svg");border-top:1px solid transparent;border-left:1px solid transparent;background-size: 210px}.fewo_calendar td.day_stop_angebot{border-top:1px solid #FFB355;background: rgb(255,179,85);background: linear-gradient(135deg, rgba(255,179,85,1) 0%, rgba(255,179,85,1) 50%, rgba(255,255,255,1) 50%, rgba(255,255,255,1) 100%);border-left:1px solid #FFB355;border-right:1px solid #4BBB4B;border-bottom:1px solid #4BBB4B}.fewo_calendar td.day_full_owner_angebot{border-top:1px solid #949494;background: rgb(148,148,148);background: linear-gradient(135deg, rgba(148,148,148,1) 0%, rgba(148,148,148,1) 50%, rgba(255,179,85,1) 50%, rgba(255,179,85,1) 100%);border-left:1px solid #949494;border-right:1px solid #FFB355;border-bottom:1px solid #FFB355}.fewo_calendar td.day_full_angebot_guest{border-bottom:1px solid #ccc;background: rgb(204,204,204);background: linear-gradient(315deg, rgba(204,204,204,1) 0%, rgba(204,204,204,1) 50%, rgba(255,179,85,1) 50%, rgba(255,179,85,1) 100%);border-right:1px solid #cccccc;border-left:1px solid #FFB355;border-top:1px solid #FFB355}.fewo_calendar td.day_start_renovation{border-top:1px solid #4BBB4B;background: rgb(204,204,204);background: linear-gradient(315deg, rgba(204,204,204,1) 0%, rgba(204,204,204,1) 50%, rgba(255,255,255,1) 50%, rgba(255,255,255,1) 100%);border-right:1px solid #cccccc;border-bottom:1px solid #cccccc;border-left:1px solid #4BBB4B}.fewo_calendar td.day_stop_renovation{border-bottom:1px solid #4BBB4B;color:#333;background: rgb(204,204,204);background: linear-gradient(135deg, rgba(204,204,204,1) 0%, rgba(204,204,204,1) 50%, rgba(255,255,255,1) 50%, rgba(255,255,255,1) 100%);border-left:1px solid #cccccc;border-top:1px solid #cccccc;border-right:1px solid #4BBB4B}.fewo_calendar td.arrival,.fewo_calendar td.arrival.unavailable.minStay,.fewo_calendar td.arrival:hover,.fewo_calendar td.arrival.unavailable.minStay:hover{background-position:center center;background-repeat:no-repeat;background-image:url("../../files/icons/cali-arrow-arrival.svg");background-position:center 4px;background-size:13px}.fewo_calendar td.departure,.fewo_calendar td.departure.unavailable.selected,.fewo_calendar td.departure:hover,.fewo_calendar td.departure.unavailable.selected:hover{background-position:center center;background-repeat:no-repeat;background-image:url("../../files/icons/cali-arrow-departure.svg");background-position:center 4px;background-size:13px}.mobile .fewo_calendar td,.mobile .filter_period_modal_body .fewo_calendar td{height:auto;padding-top:3%;padding-bottom:3%}.mobile .fewo_calendar{width:100%}.mobile .filter_period_modal_body .fewo_calendar{width:100%}.mobile .fewo_calendar thead tr:nth-child(2) td,.mobile .filter_period_modal_body .fewo_calendar tbody tr:nth-child(2) td,#formAdminBooking .fewo_calendar tbody tr:nth-child(2) td{height:auto;padding-top:2%;padding-bottom:2%}.mobile .fewo_calendar td.month,.mobile .filter_period_modal_body .fewo_calendar td.month{height:auto;padding-top:2%;padding-bottom:2%}.fewo_calendar td.in_past,.fewo_calendar td.in_past:hover,.fewo_calendar td.no_saison,.fewo_calendar td.no_saison:hover{border-color: #F6F7F8 !important;background:#F6F7F8 !important;cursor: not-allowed !important;color:#c9cbcf !important;font-weight:500}.fewo_calendar td:nth-child(1n+6),.fewo_calendar thead tr:nth-child(2) td:nth-child(1n+6),.filter_period_modal_body .fewo_calendar tbody tr:nth-child(2) td:nth-child(1n+6){font-weight:700}
/* 2022-08-Gallery50.css */
.dtlSlider{width:100%;max-width:2200px;position:relative;overflow:hidden;margin-right:auto;margin-left:auto}.flex_frame{display: flex}.fewo_gallery_5050{width:100%;position:relative;overflow:hidden;border-top:5px solid #c8dceb;border-right:5px solid #c8dceb;border-bottom:0px solid #c8dceb;border-left:5px solid #c8dceb}.dtlSlider .w50{width:50%}.image_frame{width:100%;height:100%;position:relative;overflow:hidden;padding-top:66.66%;background-color:#dbdbdb;border:1px solid #c8dceb;cursor: pointer;background-size: cover}.image_frame img{width:100%;height:100%;left:0;top:0;position:absolute;object-fit: cover}.image_frame:after{bottom:0;left:0;right:0;top:0;position:absolute;display:block;background-color:rgba(0,0,0,.2);opacity: 0;content: "";pointer-events: none;transition: all ease .5s}.fewo_gallery_5050:hover .image_frame:hover:after{transition: all ease .5s;opacity: 0}.fewo_gallery_5050:hover .image_frame:after{transition: all ease .5s;opacity: 1}#gallery_button{height:34px;bottom:20px;left:30px;position:absolute;display:block;padding-right:20px;padding-left:20px;background-color:#fff;border:1px solid #e0e0e0;border-radius:4px;font-size:14px;line-height:34px;text-decoration:none;color:#333;text-transform:uppercase;cursor:pointer;font-weight: 500}#gallery_button:hover{background-color:#e0e0e0}#gallery_button:before{margin-right:8px;font-family:Font-Awesome-5;font-weight: 100;content: "\f302"}
@media (max-width: 1300px){
/* Screen_960.css */
.homeBatch{margin-left:325px}#BigMenu .level_1 li{width:200px}.mod_fewo_random .fewo_list_item .fewo_voting,.mod_fewo_favorites .fewo_list_item .fewo_voting{margin-top:5px;margin-bottom:20px}.mod_fewo_random .fewo_list_item .fewo_grouping_3,.mod_fewo_favorites .fewo_list_item .fewo_grouping_3{margin-right: 10px;    margin-left: 10px;    margin-bottom: 15px;    width: calc(100% - 20px)}.fewo_list_item .fewo_link_details:after{bottom: 50px;    left: 320px;    right: 10px}.fewo_overlay_content.fewo_overlay_content{height:642px}.fewo_offer .offer_link_details{bottom:10px;left:auto;right:10px}.mod_fewo_offers .offer_description{padding-bottom:35px}.fewo_list_item .fewo_image2{width: 312px;height: 50px;top: 208px}.fewo_list_item .fewo_offer:after{content:"Angebot"}.fewo_leaflet a{right:20px;top:12px}#gallery_button{bottom:12px;left:20px}.fewo_list_item .fewo_objecttype,.fewo_list_item .fewo_distance,.fewo_list_item .fewo_offer{font-size:12px}.fewo_list_item .fewo_offer{position:static}.eLogin .fewo_bookingplan .fewo_calendar{width:270px}.eLogin .fewo_calendar td{height:36px;line-height:36px}.mod_fewo_houselist .fewo_grouping_4{margin-top:4px;margin-bottom:3px}#frmSort .fmSelectbox,form#frm_Housefilter .fmSelectbox{width:140px}.fewo_list_header label,.fewo_houselist_filter label{display:none}.left_side.objektliste #left{width:250px;right:250px}.objektliste.left_side #container{padding-left:265px}.mod_fewo_voting_list .fewo_voting .grouping_1,.mod_fewo_voting_all .fewo_voting .grouping_1{display:block;padding-top:23px}.mod_fewo_voting_all .fewo_voting_optionscore:first-child:before,.mod_fewo_voting_list .fewo_voting_optionscore:first-child:before{content: none}.mod_fewo_voting_all .grouping_2{left:225px}.mod_fewo_voting_all .fewo_list_item .fewo_image{width:180px;height:108px}.fewo_groundplan a{bottom:12px;left:160px}.fewo_list_item .fewo_citystreet{margin-bottom:5px}.fewo_calendar td{height:39px;line-height:39px}.fewo_booking_headline h3{margin-bottom:17px}footer .ce_text.footer_rr li{font-size:15px}.footer_headline{height:25px;margin-top:26px;font-size:19px;line-height:25px}.CheckFacts .ce_text li{margin-bottom:5px;line-height:18px}.CheckFacts .ce_image figure.image_container,.CheckFacts .ce_image img{width:100%;height:100%;object-fit: cover}div#mapToggle2{width:250px}.fewo_voting_averate .fewo_voteoption_total .fewo_voteoption_avg{font-size:20px}.fewo_voting_averate .fewo_voteoption_progress .fewo_voteoption_bar{width:145px}.mod_fewo_housedetails .fewo_houseimage{width:440px;height:293px}.mod_fewo_houselist .fewo_title a{font-size:20px;line-height:20px}.mod_fewo_houselist .fewo_house_map{width:100%;height:83px;margin-top:10px}.bookingItem h3{font-size:22px}.bookingItem .mainInfos .fewo_grouping_2{display:inline-block}.bookingItem .mainInfos .fewo_type{margin-bottom:5px}.booking_site #container{margin-top:40px}.formbody .saisonSelectbox .fmSelectbox,.saisonSelectbox #ctrlCalNext,.saisonSelectbox #ctrlCalPrev,.saisonSelectbox #ctrlCalYear{top:51px}.detail #bigbox-bottom{width:960px;padding-top:0;padding-bottom:0}.detail .fewo_calendar{width:290px}.saisonSelectbox #ctrlCalYear{right:270px;padding-right:10px;padding-left:10px}.fewo_mosaik_gallery .row_1{margin-top:6px}.fewo_mosaik_gallery .image_4,.fewo_mosaik_gallery .row_1 img{width:124px;height:83px}.fewo_mosaik_gallery .image_8 span{padding-top:30px;padding-right:20px;padding-left:20px;line-height: initial}.miniDtlNav{max-width:960px;padding-right:20px;padding-left:20px}.left_right_wraper .fewo_map{height: 87px!important}.fewo_mosaik_gallery .image_2{width:216px;height:143px}.fewo_mosaik_gallery .image_2{margin-bottom:6px}.fewo_mosaik_gallery .image_3{width:216px;height:143px}.mod_nlm_subscription,.mod_nlm_unsubscription{padding:20px}.fewo_leaflet_button,.delete_leaflet_link,.fewo_leaflet a{width:30px;height:30px;padding:0;font-size:0}.fewo_leaflet_button:before,.fewo_leaflet a:before{margin-right:0;margin-left:0;font-size:15px}.fewo_list_item .fewo_link_details a{height:30px;bottom:10px;right:10px}#container{margin-top:0}.mod_fewo_offers .offer_time{bottom:10px;left:10px;position:absolute;background-color:#fff;z-index: 1}#fewo_maps_details{left:10px;top:70px}.mod_fewo_random .fewo_list_item .fewo_image,.mod_fewo_favorites .fewo_list_item .fewo_image{width:291px;height:194px}.right_side #right{flex: 0 0 250px;    order: 1;    min-width: 250px}.fewo_list_item .fewo_attributes li{width:30px;height:30px}.fewo_list_item .fewo_attributes img{width:20px;height:20px}.pagination{margin-top:40px;margin-bottom:0}.fewo_list_item .fewo_image,.mod_fewo_offers .offer_image{width:310px;height:206px}.fewo_list_item .fewo_voting_label{display:none}.fewo_list_item .fewo_grouping_3{margin-top:5px;margin-bottom:10px}.fewo_list_item .fewo_voting{margin-bottom:5px}.left_boxing img{width:60px;height:60px;right:10px;top:5px}.left_side #left{flex: 0 0 250px;order: 0;min-width: 250px}.textSized{width:auto}.homeBoxset .col{width:32%}#headLoginMenu{top:56px}#loginNavButton{height:34px;font-size:14px;line-height:34px}.mod_fewo_offers .fewo_offer{min-height:209px;padding-left:325px}.mod_feder_feedback .formelem{width:670px}.detail .holm_box{min-height:0;padding-left:100px}.detail .holm_box p strong{line-height:20px}.detail .holm_box p{font-size:14px}.detail .holm_box img{width:80px}.holm_box_right p:nth-child(2),.holm_box_right p:nth-child(3){margin-left:70px}.holm_box_right p:nth-child(1){margin-bottom:19px;font-size:15px}.holm_box_right{height:130px;min-height:0}.holm_box_right img{width:60px;height:70px;object-fit: cover}.mod_fewo_housedetails form#frmSort{display:none}.fewo_housedetails + .fewo_text{margin-bottom:20px}#fewo_prices li.l1{overflow:hidden;padding-right:60px;white-space: nowrap;text-overflow: ellipsis}.fewo_housedetails .fewo_house_object_count{left:0;right: initial}#frmSort .formbody{top:10px}.fewo_active_search{margin-top:0;margin-bottom:10px}.left_filter_attr.left_filter.mod_fewo_filter input[type="submit"]{width:220px}div#fewo_toogle_map{width:250px;left:-270px}.inside .fewo_calendar td.day_free[data-tooltip]:before,.inside .fewo_calendar td.day_start[data-tooltip]:before,.inside .fewo_calendar td.day_stop[data-tooltip]:before,.inside .fewo_calendar td.day_full[data-tooltip]:before{top:43px}.mod_fewo_search .fmDropdownBox div{padding-top:2px;padding-bottom:2px;font-size:14px}.info_box_ridle:before{margin-right:10px}.info_box_ridle{padding-left:20px}.head_filter_box .mod_fewo_filter .formbody .formelem#frm_fld_period{width:215px}.fewo_plan_legend td.day_free_selected_text{margin-right:200px}.fewo_voting_averate .fewo_voteoption_total .fewo_voteoption_avg .vote_label{display:block}.fewo_voting_averate .fewo_voteoption_total .fewo_voteoption_avg .vote_value{font-size:20px;background-size: 21px;background-position: 0 3px}.detail_zur_buchung a{height:46px;line-height:48px}.ce_nlm_subscribe_form > form{width:100%}.holm_box{padding:10px 10px 10px 125px}.holm_box img{left:10px;top:10px}.left .mod_fewo_history > div{padding:10px 10px 0}#left_overall_voting.mod_fewo_votings{padding:10px 10px 10px 80px}#left_overall_voting.mod_fewo_votings .voting_total{left:10px}.formFewoFilter .checkbox_container legend,.left_filter #frm_fld_attr .mandatory_headline{font-size:20px}.left_filter .formelem.type_checkboxes label.label,.left_filter .formelem.type_checkboxes a{font-size:14px}.left_filter .formelem.type_checkboxes label.label:before,.left_filter .formelem.type_checkboxes a:before{width:16px;height:16px;top:2px}.left_filter .formelem.type_checkboxes label.label:after,.left_filter .formelem.type_checkboxes a:after{left:0;top:2px;font-size:17px}.left_filter .formelem.type_checkboxes input:checked + label:hover:after,.left_filter .formelem.type_checkboxes input:checked + a:hover:after{left:1px;top:1px;font-size:18px}.left_filter{padding:10px}.left_headline p,.mod_fewo_history:before,.mod_left_navigation > span{padding-right:10px;padding-left:10px}.mod_fewo_voting_all .fewo_voting_author,.mod_fewo_voting_list .fewo_voting_author{margin-bottom:0}.mod_fewo_voting_all .grouping_1{padding-top:10px;padding-bottom:10px;padding-left:195px}.mod_fewo_voting_all .fewo_list_item .fewo_title{left:195px}#booking_reset{font-size:15px}.fewo_booking_wrapper .form_info{padding-right:10px;padding-left:10px}.fewo_bookingplan{padding-top:50px}.mod_feder_booking1{padding:10px}.dtl_lage_entfrng .fewo_address{width:240px;right:10px;top:8px;font-size:16px;line-height:20px}.headline_center_header{top:-135px}.left_side .header_voting #home_overall_voting.mod_fewo_votings .voting_total{margin-top:23px}.header_voting{top:260px;margin-left:220px;padding:10px}.left_side .header_voting #home_overall_voting.mod_fewo_votings{width:230px;height:105px}#header .inside .mod_breadcrumb > ul{width:960px}a#navi_top{width:40px;margin-right:2px}.mod_fewo_bookinglist .fewo_list_item .fewo_grouping_2 div{font-size:12px;line-height:14px}.mod_fewo_bookinglist .fewo_list_item .fewo_link_details a{bottom:7px;right:7px;position:absolute;margin:0}.mod_fewo_bookinglist .fewo_list_item .fewo_price{margin-top:0;margin-bottom:5px}.mod_fewo_bookinglist .fewo_list_item{padding-bottom:8px;padding-left:8px}.mod_fewo_bookinglist .fewo_list_item .fewo_grouping_2{left:168px;top:16px;position:absolute;z-index:9}.mod_fewo_bookinglist .fewo_list_item .fewo_image{width:150px;left:0;top:0;position:absolute}.mod_fewo_bookinglist .fewo_list_item .fewo_grouping_1{width:auto;height:88px;bottom:auto;left:auto;right:auto;top:auto;position:relative;float:none;margin-right:4px;margin-bottom:5px;padding-top:45px;padding-left:150px}.mod_fewo_bookinglist .fewo_list_item .fewo_bookingplan{width:100%}.fewo_housedetails .bigmap a{width:215px}.fewo_housedetails .fewo_map{width: 215px !important;height:293px !important}.fewo_housedetails .fewo_house_description,.mod_fewo_housedetails .fewo_grouping_4{padding:20px}.listVote.mod_fewo_votings{margin-top:30px}.fewo_groundplan a:after,.fewo_groundplan a:before{font-size:12px}.ce_fewo_panorama a{right:165px;top:12px}.mod_fewo_offerdetails .offer_time{width:352px}.mod_fewo_offerdetails .offer_overview .offer_image{width:310px}.mod_fewo_offers .offer_title a{font-size:20px}.fewo_bookingplans .fewo_info{padding-left:10px;font-size:14px;background-image: none}#fewo_prices .hasTooltip:after{right:10px}.left_side #home_overall_voting.mod_fewo_votings{width:auto;height:100px;padding-left:90px}.left_side #home_overall_voting.mod_fewo_votings .voting_total{position:absolute;margin-top:10px;margin-right:0;margin-left:0}.mod_fewo_offerlisting .fewo_offertitle a{bottom:44px}.fewo_voteoption_list{float:left}.mod_fewo_voting_list .fewo_voting{padding:20px}.fewo_voting_averate .fewo_voteoption_total .fewo_voteoption_avg{line-height:1}.fewo_list_item .fewo_city,.fewo_list_item .fewo_citystreet{font-size:14px}.mod_fewo_voting_all .fewo_voting_optionscore{margin-top:0}.mod_fewo_voting_all  .fewo_voting_scoredetails{float:none;clear:both}.mod_fewo_voting_all .fewo_voting_headline{font-size:20px}#home_overall_voting.mod_fewo_votings .fewo_votings_detail{font-size:18px}#home_overall_voting.mod_fewo_votings .voting_total{position:static;margin-top:0;margin-right:0;margin-left:90px}#home_overall_voting.mod_fewo_votings{width:275px;padding-left:0;height:auto}.home_text_vote_total{width:640px;vertical-align:top}.head_leaflet:before{line-height:28px}.fewo_booking_address .address_headline,.fewo_booking .booking_headline{font-size:22px}.mod_fewo_voting_list .fewo_voting .fewo_voting_message{font-size:18px}.dtl_lage_entfrng .fewo_distance_headline{font-size:22px}.dtl_lage_entfrng{width:255px}.detail_pane_wrap{padding:20px}.fewo_mosaik_gallery .image_1{width:438px;height:292px}.dtl_lage_map{width:425px}.bigmap a{width:240px;bottom:10px;right:10px}.fewo_voting_averate .fewo_voteoption_total{width:210px;margin-right:20px}.fewo_voting_averate{display:inline-block;margin-bottom:10px}.dtl_page h2{font-size:24px}.detail h1.ce_headline{padding:5px}.j_button:before{margin-right:3px}#Webcam.video-js{height: 361px !important}.ce_gallery ul.cols_4 li figure{width:155px}.ce_fewo_requestform .fewo_grouping_1,.ce_fewo_requestform .fewo_grouping_2,.ce_fewo_requestform .fewo_grouping_3{margin-bottom:20px;padding-bottom:0}.full_content_map .dlh_googlemap{width: 655px !important}.main-textbox-weiss{padding:20px}.holmBuero img{width:333px}.full_map .fewo_list_item .fewo_leaflet span{font-size:16px}.fewo_list_item .fewo_attributes ul li span:before{margin-right:2px}.full_map_list_map_b{right:5px;margin-top:5px}.full_map .mod_fewo_filter .formbody > *{width:150px}.mod_fewo_map_sidebar .fewo_maps_sidebar,.full_map .left{width:640px}.full_map .left{padding-top:10px;padding-right:5px;padding-left:5px}.mod_fewo_map_sidebar .fewo_maps_sidebar{top:70px;padding:5px}.wonach-gesucht a{display:block}.wonach-gesucht{width:100%;text-align:center}.bubble_b.to_map a{margin-top:0}.h2sub{font-size:20px}#frmSort .select{font-size:16px}#frmSort{padding-right:10px;padding-left:10px}.camera_loader{top:120px}.camera_wrap .camera_pag{top:365px}.mod_cameraslideshow_show{height:450px}.mod_fewo_random .fewo_list_item .fewo_link_details,.mod_fewo_favorites .fewo_list_item .fewo_link_details{bottom:5px;right:5px}.mod_fewo_random .fewo_grouping_5,.mod_fewo_favorites .fewo_grouping_5{height:85px;padding:8px 0 5px 5px}.mod_fewo_random .fewo_list_item .fewo_price,.mod_fewo_favorites .fewo_list_item .fewo_price{font-size:20px}.left_filter .formelem.type_checkboxes label.label span,.left_filter .formelem.type_checkboxes a span{padding-right:0;padding-left:0}.left_filter .formelem.type_checkboxes label.label,.left_filter .formelem.type_checkboxes a{margin-left:22px}.fewo_list_item .fewo_title{font-size:20px}#mainmenu > ul > li > a,#mainmenu > ul > li > span{padding-right:10px;padding-left:10px;font-size:14px}#mainmenu{margin-left:15px}#bigbox-orte{width:960px}.mod_fewo_map_sidebar .fewo_grouping_5{padding:8px}.head_filter_box .mod_fewo_filter .formbody .formelem,.head_filter_box .mod_fewo_filter .formsubmit{width:176px}.detail_zur_buchung{margin-bottom:4px}#Webcam{height:378px !Important}.dtl_right_dtls{font-size:14px}.ce_fewo_details .fewo_preisab{margin-bottom:0;font-size:32px}.con_random .mod_fewo_random .fewo_list_item .fewo_price span,.con_random .mod_fewo_favorites .fewo_list_item .fewo_price span{display:none}.main_con{width:73%}.fewo_list_item .fewo_price{bottom:60px;right:10px;margin-top:10px;margin-bottom:0;font-size:20px;line-height:16px}.head_line_three .inside{width:960px}.blog .layout_latest:hover .image_container img{width:520px;height:347px}.blog .layout_latest{height:313px}.full_page #main .inside > * > *{width:960px}#footer h3{font-size:22px}h1,.heins_lookalike{font-size:30px}h2,h2 a{font-size:22px}h3{font-size:22px}.content_page #main .inside > * > *,.blog_wrap > *{width:930px}.mosaik_pics .image_container .caption{padding-right:15px;padding-left:15px}.mod_fewo_map_sidebar .fewo_maps{left:640px !important}.home_konbox{padding:10px}.detail_bewerten .textarea{width:650px}.galleria-container{width:680px !important;height:450px !important}.detail.right_side .right{width:250px}#dtl_nav .de_nav_box{width:245px}.j_button{margin-right:2px;padding-right:12px;padding-left:12px;font-size:13px}.fewo_list_item .fewo_grouping_2{bottom:5px;left:5px;font-size:14px}.fewo_list_item{height:261px;min-height:209px;margin-bottom:8px;padding:10px 10px 10px 320px}.mod_fewo_houselist .fewo_list_item{height:209px}.fewo_leaflet_button,.delete_leaflet_link{width:30px;height:30px;padding-right:0;padding-left:0;font-size:0;line-height:29px}.fewo_leaflet_button:before{margin-right:0;margin-left:0;font-size:15px}.left{width:26%}.mod_fewo_list .pagination_top{width:690px}.head_filter_box .fmDropdownBox{min-width:180px}.head_filter_box{width:960px;padding-right:0;padding-left:0}.pic_1 figure{width:227px}.pic_2 figure{width:476px;height:227px}.pic_3 figure{width:469px}.pic_4 figure{width:234px;height:469px}.mod_fewo_random .fewo_list_item .fewo_city,.mod_fewo_favorites .fewo_list_item .fewo_city{top:180px}.srv_cntr,.inerat{margin-left:6px}.ssl_logo{margin-left:24px}.mod_fewo_search .fmInteliText{width:190px}.mod_fewo_search .fmSelectbox .fmCurrentLabel{width:190px;height:34px;font-size:12px;line-height:36px}.sizing,#container,.paymnt_booking_line > section,.infservc_line > section,footer #copyright .copyright_inner,.to_top_line .inner{width:960px}
}
@media (max-width: 960px){
/* Layout-Screen-768.css */
html{width:130%;min-height:130vh}
}
/* 2023-02-new-lightgall.css */
#gridbox_teaser > span{display:flex;align-items: center;font-weight:600;display:flex}.gridboxTitle{max-width:600px;overflow:hidden;display:inline-block;white-space:nowrap;text-overflow:ellipsis;font-weight:700}#gridbox_wrapper{bottom:0;left:0;right:0;top:0;position:fixed;padding:30px;background-color:rgba(0,0,0,.4);z-index: 210000000}#gridbox_container{width:100%;height:100%;background-color:#fff}#gridbox_nav{height:70px;position:relative;display:flex;padding:0 30px;border-bottom:1px solid #ccc;align-items: center;justify-content: center;display:flex}#gridbox_images{left:30px;position:fixed;display:flex;margin-bottom:30px;padding:26px 26px 0;right:30px;top:100px;flex-wrap: wrap;overflow-y: auto;z-index: 10;max-height: calc(100% - 160px);display:flex}#gridbox_images > div{margin:4px;cursor: pointer;width: calc(100% / 4 - 8px)}#gridbox_images > div img{width:100%;height:100%}#gridbox_images > div.highlight{box-shadow: 0 0 0px 5px #5989e1;animation-name: flicker;animation-duration: 2.5s;animation-delay: 1s;animation-iteration-count: infinite}#gridbox_teaser{margin:0 auto;text-align:center}#gridbox_teaser .cta{height:44px;display:inline-block;margin-left:20px;padding:0 12px;text-align:center;font-size:14px;line-height:44px;color:#fff;border-radius: 4px;background-color: #df4a43;cursor: pointer;font-weight: 600}#gridbox_teaser .cta:hover{background-color: #df4a43}#gridbox_closeAll,#gridbox_close{height:40px;right:30px;position:absolute;display:block;font-size:14px;line-height:40px;color:#333;cursor: pointer;font-weight:600;top:15px}#gridbox_close{right:auto;left:30px}#gridbox_closeAll:hover,#gridbox_close:hover{color:#df4a43}#gridbox_closeAll:after{float:right;margin-left:10px;font-size:16px;font-family: Font-Awesome-5;content:"\f00d";font-weight:400}#gridbox_close:before{float:left;margin-right:10px;font-size:16;font-family: Font-Awesome-5;content:"\f060"}#inline-gallery-container{width:100%;height: calc(100vh - 130px)}@keyframes flicker{0%   {box-shadow: 0 0 0px 5px #5989e1;}          20%  {box-shadow: 0 0 0px 2px #5989e1;}          40%  {box-shadow: 0 0 0px 5px #5989e1;}          80%	{box-shadow: 0 0 0px 2px #5989e1;}          100% {box-shadow: 0 0 0px 5px #5989e1;}}.lg-next,.lg-prev{width:90px;height:auto;bottom:0;top:0;position:absolute;display:block;margin:0;padding:0;border-radius:2px;font-size:36px;color:#333;cursor: pointer;z-index: 1084;outline: none;background: none;border: none}.lg-next.disabled,.lg-prev.disabled{opacity: 0 !important;cursor: default}.lg-next:hover:not(.disabled),.lg-prev:hover:not(.disabled){color: #df4a43;background-color:transparent}.lg-single-item .lg-next,.lg-single-item
.lg-prev{display:none}.lg-next{right:0}.lg-next:before{content: '\f061';font-family: Font-Awesome-5;font-weight: 600}.lg-prev{left:0}.lg-prev:after{content: '\f060';font-family: Font-Awesome-5;font-weight: 600}@-webkit-keyframes lg-right-end{0% {            left: 0;          }          50% {            left: -30px;          }          100% {            left: 0;          }}@-moz-keyframes lg-right-end{0% {            left: 0;          }          50% {            left: -30px;          }          100% {            left: 0;          }}@-ms-keyframes lg-right-end{0% {            left: 0;          }          50% {            left: -30px;          }          100% {            left: 0;          }}@keyframes lg-right-end{0% {            left: 0;          }          50% {            left: -30px;          }          100% {            left: 0;          }}@-webkit-keyframes lg-left-end{0% {            left: 0;          }          50% {            left: 30px;          }          100% {            left: 0;          }}@-moz-keyframes lg-left-end{0% {            left: 0;          }          50% {            left: 30px;          }          100% {            left: 0;          }}@-ms-keyframes lg-left-end{0% {            left: 0;          }          50% {            left: 30px;          }          100% {            left: 0;          }}@keyframes lg-left-end{0% {            left: 0;          }          50% {            left: 30px;          }          100% {            left: 0;          }}.lg-outer.lg-right-end .lg-object{position:relative;-webkit-animation: lg-right-end 0.3s;-o-animation: lg-right-end 0.3s;animation: lg-right-end 0.3s}.lg-outer.lg-left-end .lg-object{position:relative;-webkit-animation: lg-left-end 0.3s;-o-animation: lg-left-end 0.3s;animation: lg-left-end 0.3s}.lg-toolbar{width:100%;left:0;top:0;position:absolute;z-index: 2000}.lg-media-overlap .lg-toolbar{background-image: linear-gradient(0deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4))}.lg-toolbar .lg-close{height:28px;right:20px;position:absolute;display:flex;margin-top:0;padding-right:10px;padding-left:10px;text-align:center;background-color:#fff;background-image:none;font-size:0px;line-height:1;color:#000;top: 20px;cursor: pointer;box-shadow: rgb(0 0 0 / 30%) 0px 1px 4px -1px;z-index: 2000;font-weight: 400;align-items: center;border: 1px solid #e0e0e0;border-radius: 4px;display:flex}.lg-toolbar .lg-close:hover{background-color: #f4f4f4}.lg-toolbar .lg-icon.lg-icon-18{font-size:18px}.lg-toolbar .lg-close:after{margin-top:1px;font-size:16px;content: "\f00d";font-weight: 400;font-family: Font-Awesome-5}.lg-toolbar .lg-close:before{margin-right:8px;font-size:13px;content: "Schließen"}.lg-toolbar .lg-maximize{font-size:22px}.lg-toolbar .lg-maximize:after{content: '\e90a'}.lg-toolbar .lg-download:after{content: '\e0f2'}.lg-sub-html{padding:10px 40px;text-align:center;font-size:16px;color:#333;z-index: 1080;opacity: 0;-webkit-transition: opacity 0.2s ease-out 0s;-o-transition: opacity 0.2s ease-out 0s;transition: opacity 0.2s ease-out 0s}.lg-sub-html h4{margin:0;font-size:13px;font-weight:bold}.lg-sub-html p{margin:5px 0 0;font-size:12px}.lg-sub-html a{color: inherit}.lg-sub-html a:hover{text-decoration:underline}.lg-media-overlap .lg-sub-html{background-image: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6))}.lg-item .lg-sub-html{bottom:0;right:0;left:0;position:absolute}.lg-error-msg{font-size:14px;color:#999}.lg-counter{height:47px;display:none;padding-top:12px;padding-left:20px;vertical-align:middle;font-size:16px;color:#999}.lg-closing .lg-toolbar,.lg-closing .lg-prev,.lg-closing .lg-next,.lg-closing .lg-sub-html{opacity: 0;-webkit-transition: -webkit-transform 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, color 0.08 linear;-moz-transition: -moz-transform 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, color 0.08 linear;-o-transition: -o-transform 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, color 0.08 linear;transition: transform 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, color 0.08 linear}body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable) .lg-img-wrap,body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable) .lg-video-cont{opacity: 0;-moz-transform: scale3d(0.5, 0.5, 0.5);-o-transform: scale3d(0.5, 0.5, 0.5);-ms-transform: scale3d(0.5, 0.5, 0.5);-webkit-transform: scale3d(0.5, 0.5, 0.5);transform: scale3d(0.5, 0.5, 0.5);will-change: transform, opacity;-webkit-transition: -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;-moz-transition: -moz-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;-o-transition: -o-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important}body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable).lg-complete .lg-img-wrap,body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable).lg-complete .lg-video-cont{opacity: 1;-moz-transform: scale3d(1, 1, 1);-o-transform: scale3d(1, 1, 1);-ms-transform: scale3d(1, 1, 1);-webkit-transform: scale3d(1, 1, 1);transform: scale3d(1, 1, 1)}.lg-icon:focus-visible{border-radius:3px;color:#fff;outline: 1px dashed rgba(255, 255, 255, 0.6)}.lg-toolbar .lg-icon:focus-visible{border-radius:8px;outline-offset: -5px}.lg-outer .lg-thumb-outer{max-height:350px;overflow:hidden;float:left;margin-right:90px;margin-left:90px;padding:0;background-color:#fff;width: calc(100% - 180px)}.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item{cursor: -webkit-grab;cursor: -moz-grab;cursor: -o-grab;cursor: -ms-grab;cursor: grab}.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item{cursor: move;cursor: -webkit-grabbing;cursor: -moz-grabbing;cursor: -o-grabbing;cursor: -ms-grabbing;cursor: grabbing}.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb{-webkit-transition-duration: 0s !important;transition-duration: 0s !important}.lg-outer .lg-thumb-outer.lg-rebuilding-thumbnails .lg-thumb{-webkit-transition-duration: 0s !important;transition-duration: 0s !important}.lg-outer .lg-thumb-outer.lg-thumb-align-middle{text-align:center}.lg-outer .lg-thumb-outer.lg-thumb-align-left{text-align:left}.lg-outer .lg-thumb-outer.lg-thumb-align-right{text-align:right}.lg-outer.lg-single-item .lg-thumb-outer{display:none}.lg-outer .lg-thumb{height:100%;display:inline-block;margin-bottom:-5px;padding:5px 0;vertical-align:middle}@media (min-width: 768px){.lg-outer .lg-thumb {            padding: 10px 0;          }}.lg-outer .lg-thumb-item{height:100%;overflow:hidden;float:left;margin-bottom:5px;border-radius:2px;cursor: pointer;will-change: border-color}@media (min-width: 768px){.lg-outer .lg-thumb-item {            border-radius: 4px;            border: 2px solid #fff;            -webkit-transition: border-color 0.25s ease;            -o-transition: border-color 0.25s ease;            transition: border-color 0.25s ease;            opacity:0.4;          }}.lg-outer .lg-thumb-item.active,.lg-outer .lg-thumb-item:hover{opacity:1}.lg-outer .lg-thumb-item img{width:100%;height:100%;display:block;object-fit: cover}.lg-outer.lg-can-toggle .lg-item{padding-bottom:0}.lg-outer .lg-toggle-thumb:after{content: '\e1ff'}.lg-outer.lg-animate-thumb .lg-thumb{-webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)}.lg-outer .lg-video-cont{position:relative;display:inline-block;vertical-align:middle;text-align:center}.lg-outer .lg-video-cont .lg-object{width: 100% !important;height: 100% !important}.lg-outer .lg-has-iframe .lg-video-cont{overflow:auto;-webkit-overflow-scrolling: touch}.lg-outer .lg-video-object{width:100%;height:100%;left:0;right:0;top:0;bottom:0;position:absolute;z-index: 3}.lg-outer .lg-video-poster{z-index: 1}.lg-outer .lg-has-video .lg-video-object{opacity: 0;will-change: opacity;-webkit-transition: opacity 0.3s ease-in;-o-transition: opacity 0.3s ease-in;transition: opacity 0.3s ease-in}.lg-outer .lg-has-video.lg-video-loaded .lg-video-poster,.lg-outer .lg-has-video.lg-video-loaded .lg-video-play-button{opacity: 0 !important}.lg-outer .lg-has-video.lg-video-loaded .lg-video-object{opacity: 1}@keyframes lg-play-stroke{0% {            stroke-dasharray: 1, 200;            stroke-dashoffset: 0;          }          50% {            stroke-dasharray: 89, 200;            stroke-dashoffset: -35px;          }          100% {            stroke-dasharray: 89, 200;            stroke-dashoffset: -124px;          }}@keyframes lg-play-rotate{100% {            -webkit-transform: rotate(360deg);            transform: rotate(360deg);          }}.lg-video-play-button{width:18%;max-width:140px;top:50%;position:absolute;left: 50%;z-index: 2;cursor: pointer;transform: translate(-50%, -50%) scale(1);will-change: opacity, transform;-webkit-transition: -webkit-transform 0.25s cubic-bezier(0.17, 0.88, 0.32, 1.28), opacity 0.1s;-moz-transition: -moz-transform 0.25s cubic-bezier(0.17, 0.88, 0.32, 1.28), opacity 0.1s;-o-transition: -o-transform 0.25s cubic-bezier(0.17, 0.88, 0.32, 1.28), opacity 0.1s;transition: transform 0.25s cubic-bezier(0.17, 0.88, 0.32, 1.28), opacity 0.1s}.lg-video-play-button:hover .lg-video-play-icon-bg,.lg-video-play-button:hover .lg-video-play-icon{opacity: 1}.lg-video-play-icon-bg{fill: none;stroke-width: 3%;stroke: #fcfcfc;opacity: 0.6;will-change: opacity;-webkit-transition: opacity 0.12s ease-in;-o-transition: opacity 0.12s ease-in;transition: opacity 0.12s ease-in}.lg-video-play-icon-circle{top:0;left:0;bottom:0;right:0;position:absolute;fill: none;stroke-width: 3%;stroke: rgba(30, 30, 30, 0.9);stroke-opacity: 1;stroke-linecap: round;stroke-dasharray: 200;stroke-dashoffset: 200}.lg-video-play-icon{width:25%;max-width:120px;left:50%;position:absolute;top: 50%;transform: translate3d(-50%, -50%, 0);opacity: 0.6;will-change: opacity;-webkit-transition: opacity 0.12s ease-in;-o-transition: opacity 0.12s ease-in;transition: opacity 0.12s ease-in}.lg-video-play-icon .lg-video-play-icon-inner{fill: #fcfcfc}.lg-video-loading .lg-video-play-icon-circle{animation: lg-play-rotate 2s linear 0.25s infinite, lg-play-stroke 1.5s ease-in-out 0.25s infinite}.lg-video-loaded .lg-video-play-button{opacity: 0;transform: translate(-50%, -50%) scale(0.7)}.lg-progress-bar{width:100%;height:5px;left:0;top:0;position:absolute;background-color:#333;z-index: 1083;opacity: 0;will-change: opacity;-webkit-transition: opacity 0.08s ease 0s;-moz-transition: opacity 0.08s ease 0s;-o-transition: opacity 0.08s ease 0s;transition: opacity 0.08s ease 0s}.lg-progress-bar .lg-progress{width:0;height:5px;background-color:#a90707}.lg-progress-bar.lg-start .lg-progress{width:100%}.lg-show-autoplay .lg-progress-bar{opacity: 1}.lg-autoplay-button:after{content: '\e01d'}.lg-show-autoplay .lg-autoplay-button:after{content: '\e01a'}.lg-single-item .lg-autoplay-button{opacity: 0.75;pointer-events: none}.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap,.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image{-webkit-transition-duration: 0ms !important;transition-duration: 0ms !important}.lg-outer.lg-use-transition-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap{will-change: transform;-webkit-transition: -webkit-transform 0.5s cubic-bezier(0.12, 0.415, 0.01, 1.19) 0s;-moz-transition: -moz-transform 0.5s cubic-bezier(0.12, 0.415, 0.01, 1.19) 0s;-o-transition: -o-transform 0.5s cubic-bezier(0.12, 0.415, 0.01, 1.19) 0s;transition: transform 0.5s cubic-bezier(0.12, 0.415, 0.01, 1.19) 0s}.lg-outer.lg-use-transition-for-zoom.lg-zoom-drag-transition .lg-item.lg-complete.lg-zoomable .lg-img-wrap{will-change: transform;-webkit-transition: -webkit-transform 0.8s cubic-bezier(0, 0, 0.25, 1) 0s;-moz-transition: -moz-transform 0.8s cubic-bezier(0, 0, 0.25, 1) 0s;-o-transition: -o-transform 0.8s cubic-bezier(0, 0, 0.25, 1) 0s;transition: transform 0.8s cubic-bezier(0, 0, 0.25, 1) 0s}.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap{-webkit-transform: translate3d(0, 0, 0);transform: translate3d(0, 0, 0);-webkit-backface-visibility: hidden;-moz-backface-visibility: hidden;backface-visibility: hidden}.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image,.lg-outer .lg-item.lg-complete.lg-zoomable .lg-dummy-img{-webkit-transform: scale3d(1, 1, 1);transform: scale3d(1, 1, 1);-webkit-transition: -webkit-transform 0.5s cubic-bezier(0.12, 0.415, 0.01, 1.19) 0s, opacity 0.15s !important;-moz-transition: -moz-transform 0.5s cubic-bezier(0.12, 0.415, 0.01, 1.19) 0s, opacity 0.15s !important;-o-transition: -o-transform 0.5s cubic-bezier(0.12, 0.415, 0.01, 1.19) 0s, opacity 0.15s !important;transition: transform 0.5s cubic-bezier(0.12, 0.415, 0.01, 1.19) 0s, opacity 0.15s !important;-webkit-backface-visibility: hidden;-moz-backface-visibility: hidden;backface-visibility: hidden}.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image.no-transition,.lg-outer .lg-item.lg-complete.lg-zoomable .lg-dummy-img.no-transition{transition: none !important}.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image.reset-transition,.lg-outer .lg-item.lg-complete.lg-zoomable .lg-dummy-img.reset-transition{transform: scale3d(1, 1, 1) translate3d(-50%, -50%, 0px) !important;max-width: none !important;max-height: none !important;top: 50% !important;left: 50% !important}.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image.reset-transition-x,.lg-outer .lg-item.lg-complete.lg-zoomable .lg-dummy-img.reset-transition-x{transform: scale3d(1, 1, 1) translate3d(-50%, 0, 0px) !important;top: 0 !important;left: 50% !important;max-width: none !important;max-height: none !important}.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image.reset-transition-y,.lg-outer .lg-item.lg-complete.lg-zoomable .lg-dummy-img.reset-transition-y{transform: scale3d(1, 1, 1) translate3d(0, -50%, 0px) !important;top: 50% !important;left: 0% !important;max-width: none !important;max-height: none !important}.lg-icon.lg-zoom-in:after{content: '\e311'}.lg-actual-size .lg-icon.lg-zoom-in{opacity: 0.5;pointer-events: none}.lg-icon.lg-actual-size{font-size:20px}.lg-icon.lg-actual-size:after{content: '\e033'}.lg-icon.lg-zoom-out{opacity: 0.5;pointer-events: none}.lg-icon.lg-zoom-out:after{content: '\e312'}.lg-zoomed .lg-icon.lg-zoom-out{opacity: 1;pointer-events: auto}.lg-outer[data-lg-slide-type='video'] .lg-zoom-in,.lg-outer[data-lg-slide-type='video'] .lg-actual-size,.lg-outer[data-lg-slide-type='video'] .lg-zoom-out,.lg-outer[data-lg-slide-type='iframe'] .lg-zoom-in,.lg-outer[data-lg-slide-type='iframe'] .lg-actual-size,.lg-outer[data-lg-slide-type='iframe'] .lg-zoom-out,.lg-outer.lg-first-slide-loading .lg-zoom-in,.lg-outer.lg-first-slide-loading .lg-actual-size,.lg-outer.lg-first-slide-loading .lg-zoom-out{opacity: 0.75;pointer-events: none}.lg-outer .lg-pager-outer{height:10px;margin-bottom:10px;text-align:center;z-index: 1080}.lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont{overflow:visible}.lg-outer.lg-single-item .lg-pager-outer{display:none}.lg-outer .lg-pager-cont{position:relative;overflow:hidden;display:inline-block;margin:0 5px;vertical-align:top;cursor: pointer}.lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont{opacity: 1;-webkit-transform: translate3d(0, 0, 0);transform: translate3d(0, 0, 0)}.lg-outer .lg-pager-cont.lg-pager-active .lg-pager{box-shadow: 0 0 0 2px white inset}.lg-outer .lg-pager-thumb-cont{width:120px;height:83px;bottom:100%;position:absolute;margin-bottom:20px;margin-left:-60px;padding:5px;background-color:#fff;border-radius:3px;color:#fff;left: 0;opacity: 0;will-change: transform, opacity;-webkit-transition: opacity 0.15s ease 0s, -webkit-transform 0.15s ease 0s;-moz-transition: opacity 0.15s ease 0s, -moz-transform 0.15s ease 0s;-o-transition: opacity 0.15s ease 0s, -o-transform 0.15s ease 0s;transition: opacity 0.15s ease 0s, transform 0.15s ease 0s;-webkit-transform: translate3d(0, 5px, 0);transform: translate3d(0, 5px, 0)}.lg-outer .lg-pager-thumb-cont img{width:100%;height:100%}.lg-outer .lg-pager{width:12px;height:12px;display:block;border-radius:50%;background-color: rgba(255, 255, 255, 0.5);box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.7) inset;-webkit-transition: box-shadow 0.3s ease 0s;-o-transition: box-shadow 0.3s ease 0s;transition: box-shadow 0.3s ease 0s}.lg-outer .lg-pager:hover,.lg-outer .lg-pager:focus{box-shadow: 0 0 0 8px white inset}.lg-outer .lg-caret{width:0;height:0;bottom:-10px;position:absolute;display:inline-block;margin-left:-5px;vertical-align:middle;border-top:10px dashed;border-left: 10px solid transparent;border-right: 10px solid transparent;left: 50%}.lg-fullscreen:after{content: "\e20c"}.lg-fullscreen-on .lg-fullscreen:after{content: "\e20d"}.lg-outer .lg-dropdown-overlay{bottom:0;left:0;right:0;top:0;position:absolute;background-color: rgba(0, 0, 0, 0.25);cursor: default;z-index: 1081;opacity: 0;visibility: hidden;will-change: visibility, opacity;-webkit-transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;-o-transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s}.lg-outer.lg-dropdown-active .lg-dropdown,.lg-outer.lg-dropdown-active .lg-dropdown-overlay{-webkit-transition-delay: 0s;transition-delay: 0s;-moz-transform: translate3d(0, 0px, 0);-o-transform: translate3d(0, 0px, 0);-ms-transform: translate3d(0, 0px, 0);-webkit-transform: translate3d(0, 0px, 0);transform: translate3d(0, 0px, 0);opacity: 1;visibility: visible}.lg-outer.lg-dropdown-active .lg-share{color:#fff}.lg-outer .lg-dropdown{right:0;top:50px;position:absolute;margin:0;padding:10px 0;text-align:left;background-color:#fff;border-radius:2px;font-size:14px;list-style-type:none;opacity: 0;visibility: hidden;-moz-transform: translate3d(0, 5px, 0);-o-transform: translate3d(0, 5px, 0);-ms-transform: translate3d(0, 5px, 0);-webkit-transform: translate3d(0, 5px, 0);transform: translate3d(0, 5px, 0);will-change: visibility, opacity, transform;-webkit-transition: -webkit-transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;-moz-transition: -moz-transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;-o-transition: -o-transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;transition: transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s}.lg-outer .lg-dropdown:after{width:0;height:0;right:16px;position:absolute;display:block;content: '';border: 8px solid transparent;border-bottom-color: #fff;top: -16px}.lg-outer .lg-dropdown > li:last-child{margin-bottom:0}.lg-outer .lg-dropdown > li:hover a{color:#333}.lg-outer .lg-dropdown a{display:block;padding:4px 12px;white-space:pre;color:#333;font:12px 'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif}.lg-outer .lg-dropdown a:hover{background-color: rgba(0, 0, 0, 0.07)}.lg-outer .lg-dropdown .lg-dropdown-text{display:inline-block;margin-top:-3px;vertical-align:middle;line-height:1}.lg-outer .lg-dropdown .lg-icon{width:auto;height:auto;float:none;display:inline-block;margin-right:8px;padding:0;vertical-align:middle;font-size:20px;line-height:1;color:#333}.lg-outer .lg-share{position:relative}.lg-outer .lg-share:after{content: '\e80d'}.lg-outer .lg-share-facebook .lg-icon{color:#3b5998}.lg-outer .lg-share-facebook .lg-icon:after{content: '\e904'}.lg-outer .lg-share-twitter .lg-icon{color:#00aced}.lg-outer .lg-share-twitter .lg-icon:after{content: '\e907'}.lg-outer .lg-share-pinterest .lg-icon{color:#cb2027}.lg-outer .lg-share-pinterest .lg-icon:after{content: '\e906'}.lg-comment-box{width:420px;max-width:100%;right:0;top:0;bottom:0;position:absolute;background-color:#fff;z-index: 9999;will-change: transform;-moz-transform: translate3d(100%, 0, 0);-o-transform: translate3d(100%, 0, 0);-ms-transform: translate3d(100%, 0, 0);-webkit-transform: translate3d(100%, 0, 0);transform: translate3d(100%, 0, 0);-webkit-transition: -webkit-transform 0.4s cubic-bezier(0, 0, 0.25, 1) 0s;-moz-transition: -moz-transform 0.4s cubic-bezier(0, 0, 0.25, 1) 0s;-o-transition: -o-transform 0.4s cubic-bezier(0, 0, 0.25, 1) 0s;transition: transform 0.4s cubic-bezier(0, 0, 0.25, 1) 0s}.lg-comment-box .lg-comment-title{margin:0;font-size:18px;color:#fff}.lg-comment-box .lg-comment-header{left:0;right:0;top:0;position:absolute;padding:12px 20px;background-color:#FFF}.lg-comment-box .lg-comment-body{height: 100% !important;padding-top: 43px !important;width: 100% !important}.lg-comment-box .fb-comments{width:100%;height:100%;display:inline-block;overflow-y: auto}.lg-comment-box .fb-comments[fb-xfbml-state='rendered']{background-image:none}.lg-comment-box .fb-comments > span{max-width:100%}.lg-comment-box .lg-comment-close{right:5px;position:absolute;font-size:20px;color:#999;top: 12px;cursor: pointer;will-change: color;-webkit-transition: color 0.2s linear;-o-transition: color 0.2s linear;transition: color 0.2s linear}.lg-comment-box .lg-comment-close:hover{color:#fff}.lg-comment-box .lg-comment-close:after{content: '\e070'}.lg-comment-box iframe{max-width: 100% !important;width: 100% !important}.lg-comment-box #disqus_thread{padding:0 20px}.lg-outer .lg-comment-overlay{bottom:0;left:0;right:0;top:0;position:fixed;background-color: rgba(0, 0, 0, 0.25);cursor: default;z-index: 1081;opacity: 0;visibility: hidden;will-change: visibility, opacity;-webkit-transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;-o-transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s}.lg-outer .lg-comment-toggle:after{content: '\e908'}.lg-outer.lg-comment-active .lg-comment-overlay{-webkit-transition-delay: 0s;transition-delay: 0s;-moz-transform: translate3d(0, 0px, 0);-o-transform: translate3d(0, 0px, 0);-ms-transform: translate3d(0, 0px, 0);-webkit-transform: translate3d(0, 0px, 0);transform: translate3d(0, 0px, 0);opacity: 1;visibility: visible}.lg-outer.lg-comment-active .lg-comment-toggle{color:#fff}.lg-outer.lg-comment-active .lg-comment-box{-moz-transform: translate3d(0, 0, 0);-o-transform: translate3d(0, 0, 0);-ms-transform: translate3d(0, 0, 0);-webkit-transform: translate3d(0, 0, 0);transform: translate3d(0, 0, 0)}.lg-outer .lg-img-rotate{left:0;right:0;top:0;bottom:0;position:absolute;-webkit-transition: -webkit-transform 0.4s cubic-bezier(0, 0, 0.25, 1) 0s;-moz-transition: -moz-transform 0.4s cubic-bezier(0, 0, 0.25, 1) 0s;-o-transition: -o-transform 0.4s cubic-bezier(0, 0, 0.25, 1) 0s;transition: transform 0.4s cubic-bezier(0, 0, 0.25, 1) 0s}.lg-outer[data-lg-slide-type='video'] .lg-rotate-left,.lg-outer[data-lg-slide-type='video'] .lg-rotate-right,.lg-outer[data-lg-slide-type='video'] .lg-flip-ver,.lg-outer[data-lg-slide-type='video'] .lg-flip-hor,.lg-outer[data-lg-slide-type='iframe'] .lg-rotate-left,.lg-outer[data-lg-slide-type='iframe'] .lg-rotate-right,.lg-outer[data-lg-slide-type='iframe'] .lg-flip-ver,.lg-outer[data-lg-slide-type='iframe'] .lg-flip-hor{opacity: 0.75;pointer-events: none}.lg-outer .lg-img-rotate:before{height:100%;display:inline-block;vertical-align:middle;content: ''}.lg-rotate-left:after{content: '\e900'}.lg-rotate-right:after{content: '\e901'}.lg-icon.lg-flip-hor,.lg-icon.lg-flip-ver{font-size:26px}.lg-flip-ver:after{content: '\e903'}.lg-flip-hor:after{content: '\e902'}.lg-medium-zoom-item{cursor: zoom-in}.lg-medium-zoom .lg-outer{cursor: zoom-out}.lg-medium-zoom .lg-outer.lg-grab img.lg-object{cursor: zoom-out}.lg-medium-zoom .lg-outer.lg-grabbing img.lg-object{cursor: zoom-out}.lg-relative-caption .lg-outer .lg-sub-html{bottom:auto;padding:0;white-space:normal;background-image:none}.lg-relative-caption .lg-outer .lg-relative-caption-item{padding:16px 0;opacity: 0;transition: 0.5s opacity ease}.lg-relative-caption .lg-outer .lg-show-caption .lg-relative-caption-item{opacity: 1}.lg-group:after{clear:both;display:table;content: ''}.lg-container{display:none;outline: none}.lg-container.lg-show{display:block}.lg-on{scroll-behavior: unset}.lg-overlay-open{overflow:hidden}.lg-toolbar,.lg-prev,.lg-next,.lg-pager-outer,.lg-hide-sub-html .lg-sub-html{opacity: 0;will-change: transform, opacity;-webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;-moz-transition: -moz-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;-o-transition: -o-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.25s cubic-bezier(0, 0, 0.25, 1) 0s}.lg-show-in .lg-toolbar,.lg-show-in .lg-prev,.lg-show-in .lg-next,.lg-show-in .lg-pager-outer{opacity: 1}.lg-show-in.lg-hide-sub-html .lg-sub-html{opacity: 1}.lg-show-in .lg-hide-items .lg-prev{opacity: 0;-webkit-transform: translate3d(-10px, 0, 0);transform: translate3d(-10px, 0, 0)}.lg-show-in .lg-hide-items .lg-next{opacity: 0;-webkit-transform: translate3d(10px, 0, 0);transform: translate3d(10px, 0, 0)}.lg-show-in .lg-hide-items .lg-toolbar{opacity: 0;-webkit-transform: translate3d(0, -10px, 0);transform: translate3d(0, -10px, 0)}.lg-show-in .lg-hide-items.lg-hide-sub-html .lg-sub-html{opacity: 0;-webkit-transform: translate3d(0, 20px, 0);transform: translate3d(0, 20px, 0)}.lg-outer{bottom:30px;position:fixed;overflow:hidden;text-align:left;background-color:#fff;left:30px;right:30px;top:30px;z-index: 10001;opacity: 0.001;outline: none;will-change: auto;-webkit-transition: opacity 0.15s ease 0s;-o-transition: opacity 0.15s ease 0s;transition: opacity 0.15s ease 0s;width: calc(100% - 60px);height: calc(100% - 60px)}.lg-outer *{-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box}.lg-outer.lg-zoom-from-image{opacity: 1}.lg-outer.lg-visible{opacity: 1}.lg-outer.lg-css3 .lg-item:not(.lg-start-end-progress).lg-prev-slide,.lg-outer.lg-css3 .lg-item:not(.lg-start-end-progress).lg-next-slide,.lg-outer.lg-css3 .lg-item:not(.lg-start-end-progress).lg-current{-webkit-transition-duration: inherit !important;transition-duration: inherit !important;-webkit-transition-timing-function: inherit !important;transition-timing-function: inherit !important}.lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide,.lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide,.lg-outer.lg-css3.lg-dragging .lg-item.lg-current{-webkit-transition-duration: 0s !important;transition-duration: 0s !important;opacity: 1}.lg-outer.lg-grab img.lg-object{cursor: -webkit-grab;cursor: -moz-grab;cursor: -o-grab;cursor: -ms-grab;cursor: grab}.lg-outer.lg-grabbing img.lg-object{cursor: move;cursor: -webkit-grabbing;cursor: -moz-grabbing;cursor: -o-grabbing;cursor: -ms-grabbing;cursor: grabbing}.lg-outer .lg-content{bottom:0;left:0;right:0;top:0;position:absolute;top:0 !important}.lg-outer .lg-inner{width:100%;left:0;top:0;bottom:0;position:absolute;white-space:nowrap;-webkit-transition: opacity 0s;-o-transition: opacity 0s;transition: opacity 0s}.lg-outer .lg-item{background-color:#fff;display: none !important}.lg-outer.lg-css3 .lg-prev-slide,.lg-outer.lg-css3 .lg-current,.lg-outer.lg-css3 .lg-next-slide{display: inline-block !important}.lg-outer.lg-css .lg-current{display: inline-block !important}.lg-outer .lg-item,.lg-outer .lg-img-wrap{width:100%;height:100%;position:absolute;display:inline-block;text-align:center}.lg-outer .lg-item:before,.lg-outer .lg-img-wrap:before{height:100%;display:inline-block;vertical-align:middle;content: ''}.lg-outer .lg-img-wrap{bottom:0;left:0;right:0;top:0;position:absolute;padding:20px 90px 50px;white-space:nowrap;font-size:0}.lg-outer .lg-item.lg-complete{background-image:none}.lg-outer .lg-item.lg-current{z-index: 1060}.lg-outer .lg-object{width:auto;height:auto;max-width:100%;max-height:100%;position:relative;display:inline-block;vertical-align:middle}.lg-outer img.lg-object{min-height:100%;object-fit: scale-down}.lg-outer .lg-empty-html.lg-sub-html,.lg-outer .lg-empty-html .lg-sub-html{display:none}.lg-outer.lg-hide-download .lg-download{opacity: 0.75;pointer-events: none}.lg-outer .lg-first-slide .lg-dummy-img{top:50%;position:absolute;left: 50%}.lg-outer.lg-components-open:not(.lg-zoomed) .lg-components{-webkit-transform: translate3d(0, 0%, 0);transform: translate3d(0, 0%, 0);opacity: 1}.lg-outer.lg-components-open:not(.lg-zoomed) .lg-sub-html{opacity: 1;transition: opacity 0.2s ease-out 0.15s}.lg-backdrop{bottom:0;left:0;right:0;top:0;position:fixed;background-color:#000;z-index: 10000;opacity: 0;will-change: auto;-webkit-transition: opacity 333ms ease-in 0s;-o-transition: opacity 333ms ease-in 0s;transition: opacity 333ms ease-in 0s}.lg-backdrop.in{opacity: 0.4}#gridbox_container .lg-backdrop.in{opacity:0}.lg-css3.lg-no-trans .lg-prev-slide,.lg-css3.lg-no-trans .lg-next-slide,.lg-css3.lg-no-trans .lg-current{-webkit-transition: none 0s ease 0s !important;-moz-transition: none 0s ease 0s !important;-o-transition: none 0s ease 0s !important;transition: none 0s ease 0s !important}.lg-css3.lg-use-css3 .lg-item{-webkit-backface-visibility: hidden;-moz-backface-visibility: hidden;backface-visibility: hidden}.lg-css3.lg-fade .lg-item{opacity: 0}.lg-css3.lg-fade .lg-item.lg-current{opacity: 1}.lg-css3.lg-fade .lg-item.lg-prev-slide,.lg-css3.lg-fade .lg-item.lg-next-slide,.lg-css3.lg-fade .lg-item.lg-current{-webkit-transition: opacity 0.1s ease 0s;-moz-transition: opacity 0.1s ease 0s;-o-transition: opacity 0.1s ease 0s;transition: opacity 0.1s ease 0s}.lg-css3.lg-use-css3 .lg-item.lg-start-progress{-webkit-transition: -webkit-transform 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;-moz-transition: -moz-transform 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;-o-transition: -o-transform 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;transition: transform 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s}.lg-css3.lg-use-css3 .lg-item.lg-start-end-progress{-webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;-moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;-o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s}.lg-css3.lg-slide.lg-use-css3 .lg-item{opacity: 0}.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide{-webkit-transform: translate3d(-100%, 0, 0);transform: translate3d(-100%, 0, 0)}.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide{-webkit-transform: translate3d(100%, 0, 0);transform: translate3d(100%, 0, 0)}.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current{-webkit-transform: translate3d(0, 0, 0);transform: translate3d(0, 0, 0);opacity: 1}.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide,.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide,.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current{-webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;-moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;-o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s}.lg-container{display:none}.lg-container.lg-show{display:block}.lg-container.lg-dragging-vertical .lg-backdrop{-webkit-transition-duration: 0s !important;transition-duration: 0s !important}.lg-container.lg-dragging-vertical .lg-css3 .lg-item.lg-current{-webkit-transition-duration: 0s !important;transition-duration: 0s !important;opacity: 1}.lg-inline .lg-backdrop,.lg-inline .lg-outer{left:30px;position:fixed;right:30px;top:100px;z-index: 10;max-height: calc(100% - 130px)}.lg-inline .lg-backdrop{z-index: 1}.lg-inline .lg-outer{z-index: 2}.lg-inline .lg-maximize:after{content: '\e909'}.lg-components{bottom:0;left:0;right:0;position:absolute;-webkit-transform: translate3d(0, 100%, 0);transform: translate3d(0, 100%, 0);will-change: transform;-webkit-transition: -webkit-transform 0.35s ease-out 0s;-moz-transition: -moz-transform 0.35s ease-out 0s;-o-transition: -o-transform 0.35s ease-out 0s;transition: transform 0.35s ease-out 0s;z-index: 1080}@media only screen and (max-width: 1180px){#gridbox_images > div {        width: calc(100% / 3 - 8px);        }}@media only screen and (max-width: 1300px){.gridboxTitle {    max-width:300px;    }}.lg-outer .lg-item:not(.lg-start-end-progress){background-position:center center;background-repeat:no-repeat}.mobile .lg-outer img.lg-object{min-height:1px;border-radius: 4px}.mobile .lg-inline .lg-outer{bottom:0;left:0;right:0;top:60px;background-color:#000;max-height: calc(100% - 60px);width: calc(100% - 0px);height: calc(100% - 60px)}.mobile .lg-outer .lg-img-wrap{padding-right:10px;padding-left:10px}.mobile .lg-backdrop{display:none}.mobile .lg-sub-html{color:#fff}
