/* Contao Open Source CMS, (c) 2005-2016 Leo Feyer, LGPL license */
body,form,figure{margin:0;padding:0}img{border:0}header,footer,nav,section,aside,article,figure,figcaption{display:block}body{font-size:100.01%}select,input,textarea{font-size:99%}#container,.inside{position:relative}#main,#left,#right{float:left;position:relative}#main{width:100%}#left{margin-left:-100%}#right{margin-right:-100%}#footer{clear:both}#main .inside{min-height:1px}.ce_gallery>ul{margin:0;padding:0;overflow:hidden;list-style:none}.ce_gallery>ul li{float:left}.ce_gallery>ul li.col_first{clear:left}.float_left{float:left}.float_right{float:right}.block{overflow:hidden}.clear,#clear{height:.1px;font-size:.1px;line-height:.1px;clear:both}.invisible{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.custom{display:block}#container:after,.custom:after{content:"";display:table;clear:both}
/**
 * Global TinyMCE style sheet
 *
 * Use this style sheet to define CSS classes for the rich text editor. The
 * stlye sheet will be included in the editor and the page layout automatically.
 * Although the stlye sheet is shared by all themes, you can override its
 * formattings in any of your theme style sheets.
 *
 *   files/tinymce.css (this is how it looks like in TinyMCE)
 *   .warning { color:#c55; }
 *
 *   theme_a.css (this is how it looks like in theme A)
 *   .warning { font-weight:bold; }
 *
 *   theme_b.css (this is how it looks like in theme B)
 *   .warning { color:#000; }
 *
 * If you do not want to use a global TinyMCE style sheet at all, simply delete
 * this file (files/tinymce.css).
 */
.warning { color:#c55; font-size:1.1em; }
.confirmation { color:#090; font-size:1.1em; }
.information { color:#999; font-size:0.9em; }
/*
 * Made by Nima Izadi (nim.izadi@gmail.com / @Nima_Izadi / github.com/nim1989)
 */
.selected-button, .datepicker_bootstrap .days .day.selected, .datepicker_bootstrap .days .day.selected:hover, .datepicker_bootstrap .months .month.selected, .datepicker_bootstrap .months .month.selected:hover, .datepicker_bootstrap .years .year.selected, .datepicker_bootstrap .years .year.selected:hover {
  background-color: #049cdb;
  color: white; }

.datepicker_bootstrap:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #ffffff;
  position: absolute;
  top: -6px;
  left: 7px; }

.datepicker_bootstrap:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #cccccc;
  position: absolute;
  top: -7px;
  left: 6px; }

.datepicker_bootstrap {
  position: absolute;
  font-size: 1em;
  color: #000;
  line-height: normal;
  width: 18em;
  padding: 0.3em;
  background-color: white;
  border: 1px solid #cccccc;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  /* header
  ********************************************************/
  /* body
  ********************************************************/
  /* days-grid
  ********************************************************/
  /* months-grid
  ********************************************************/
  /* years-grid
  ********************************************************/
  /* years months and days style
  ********************************************************/
  /* global
  ********************************************************/
  /* time
  ********************************************************/ }
  .datepicker_bootstrap .header {
    text-align: center;
    border-bottom: inset 1px rgba(204, 204, 204, 0.55);
    padding-bottom: 0.3em;
    font-weight: bold; }
    .datepicker_bootstrap .header .title {
      text-align: center;
      margin: auto;
      display: inline-block; }
      .datepicker_bootstrap .header .title .titleText {
        margin: auto;
        padding: 0.5em;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px; }
        .datepicker_bootstrap .header .title .titleText:hover {
          background-color: #eeeeee; }
    .datepicker_bootstrap .header .previous, .datepicker_bootstrap .header .next {
      position: absolute;
      cursor: pointer;
      overflow: hidden;
      top: 1em;
      display: block;
      border-top: 6px solid white;
      border-bottom: 6px solid white;
      height: 0px; }
    .datepicker_bootstrap .header .previous {
      left: 0.4em;
      border-right: 7px solid black; }
      .datepicker_bootstrap .header .previous:hover {
        border-right-color: #eeeeee; }
    .datepicker_bootstrap .header .next {
      right: 0.4em;
      border-left: 7px solid black; }
      .datepicker_bootstrap .header .next:hover {
        border-left-color: #999999; }
    .datepicker_bootstrap .header .closeButton {
      display: none; }
  .datepicker_bootstrap .body {
    position: relative;
    top: 0;
    left: 0;
    height: 15.5em;
    overflow: hidden;
    margin-top: 0.2em; }
    .datepicker_bootstrap .body .slider > div {
      height: 15.5em; }
      .datepicker_bootstrap .body .slider > div > div, .datepicker_bootstrap .body .slider > div table {
        height: 100%;
        width: 100%;
        text-align: center; }
      .datepicker_bootstrap .body .slider > div thead th {
        height: 2em; }
      .datepicker_bootstrap .body .slider > div thead th:hover {
        background-color: transparent; }
  .datepicker_bootstrap .days td {
    width: 14.28571%; }
  .datepicker_bootstrap .days .otherMonth {
    color: #999999; }
  .datepicker_bootstrap .months td {
    width: 33.33333%; }
  .datepicker_bootstrap .years td {
    width: 25%; }
  .datepicker_bootstrap .days .day, .datepicker_bootstrap .months .month, .datepicker_bootstrap .years .year {
    cursor: pointer;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px; }
    .datepicker_bootstrap .days .day:hover, .datepicker_bootstrap .months .month:hover, .datepicker_bootstrap .years .year:hover {
      background-color: #eeeeee; }
  .datepicker_bootstrap .unavailable {
    color: #eeeeee !important;
    cursor: default !important;
    text-decoration: line-through; }
  .datepicker_bootstrap table {
    border-spacing: 0; }
  .datepicker_bootstrap th,
  .datepicker_bootstrap td {
    padding: 0; }
  .datepicker_bootstrap .time {
    position: relative;
    width: 100%;
    padding-top: 3em;
    text-align: center; }
    .datepicker_bootstrap .time > div {
      display: inline-block; }
  .datepicker_bootstrap .time .hour,
  .datepicker_bootstrap .time .separator,
  .datepicker_bootstrap .time .minutes {
    width: 3em;
    font-size: 1.5em;
    text-align: center;
    padding: 0.2em; }
  .datepicker_bootstrap .time .separator {
    width: 1em; }
  .datepicker_bootstrap .time .ok:active {
    -webkit-box-shadow: inset 0 1px 5px #999999;
    -moz-box-shadow: inset 0 1px 5px #999999;
    box-shadow: inset 0 1px 5px #999999; }
  .datepicker_bootstrap .time .ok:hover {
    background-color: #eeeeee; }
  .datepicker_bootstrap .time .ok {
    margin: 1em auto;
    display: block;
    font-size: 1.5em;
    width: 5em;
    text-align: center;
    cursor: pointer;
    box-shadow: none;
    border: solid 1px #CCC;
    outline: none;
    background-color: white;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px; }

/* mediaboxAdvanced v1.4.6, (c) 2007-2010 John Einselen <http://iaian7.com>, MIT-style license */
#mbOverlay{position:fixed;z-index:9998;top:0;left:0;width:100%;height:100%;background-color:#000;cursor:pointer}#mbOverlay.mbOverlayFF{background:transparent url("../../assets/mootools/mediabox/1.4.6/images/80.png") repeat}#mbOverlay.mbOverlayIE{position:absolute}#mbCenter{position:absolute;z-index:9999;left:50%;overflow:hidden;background-color:#000;-webkit-border-radius:10px;-khtml-border-radius:10px;-moz-border-radius:10px;border-radius:10px;-webkit-box-shadow:0 5px 20px rgba(0,0,0,0.50);-khtml-box-shadow:0 5px 20px rgba(0,0,0,0.50);-moz-box-shadow:0 5px 20px rgba(0,0,0,0.50);box-shadow:0 5px 20px rgba(0,0,0,0.50);-ms-filter:"progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=180, Color='#000000')";filter:progid:DXImageTransform.Microsoft.Shadow(Strength=5,Direction=180,Color='#000000')}#mbCenter.mbLoading{background:#000 url("../../assets/mootools/mediabox/1.4.6/images/loading.gif") no-repeat center;-webkit-box-shadow:none;-khtml-box-shadow:none;-moz-box-shadow:none;box-shadow:none}#mbImage{position:relative;left:0;top:0;font-family:Myriad,Verdana,Arial,Helvetica,sans-serif;line-height:20px;font-size:12px;color:#fff;text-align:left;background-position:center center;background-repeat:no-repeat;padding:10px}#mbBottom{min-height:20px;font-family:Myriad,Verdana,Arial,Helvetica,sans-serif;line-height:20px;font-size:12px;color:#999;text-align:left;padding:0 10px 10px}#mbTitle,#mbPrevLink,#mbNextLink,#mbCloseLink{display:inline;color:#fff;font-weight:bold;line-height:20px;font-size:12px}#mbNumber{display:inline;color:#999;line-height:14px;font-size:10px;margin:auto 10px}#mbCaption{display:block;color:#999;line-height:14px;font-size:10px}#mbPrevLink,#mbNextLink,#mbCloseLink{float:right;outline:0;margin:0 0 0 10px;font-weight:normal}#mbPrevLink b,#mbNextLink b,#mbCloseLink b{color:#eee;font-weight:bold;text-decoration:underline}#mbPrevLink big,#mbNextLink big,#mbCloseLink big{color:#eee;font-size:16px;line-height:14px;font-weight:bold}#mbBottom a,#mbBottom a:link,#mbBottom a:visited{text-decoration:none;color:#ddd}#mbBottom a:hover,#mbBottom a:active{text-decoration:underline;color:#fff}#mbError{position:relative;font-family:Myriad,Verdana,Arial,Helvetica,sans-serif;line-height:20px;font-size:12px;color:#fff;text-align:center;border:10px solid #700;padding:10px 10px 10px;margin:20px;-webkit-border-radius:5px;-khtml-border-radius:5px;-moz-border-radius:5px;border-radius:5px}#mbError a,#mbError a:link,#mbError a:visited,#mbError a:hover,#mbError a:active{color:#d00;font-weight:bold;text-decoration:underline}
/* Layout-Screen.css */
#ctrl_maxDate,#ctrl_minDate{display:none}.home .slider-control .slider-prev,.home .slider-control .slider-next{background-color:rgba(255,255,255,.6);border:2px solid #bababf;border-radius:4px;behavior:url("assets/css3pie/1.0.0/PIE.htc")}.home .slider-control .slider-prev:hover,.home .slider-control .slider-next:hover{background-color:rgba(255,255,255,1)}.home .slider-control .slider-prev:before{left:14px;top:5px;position:absolute;font:30px fontAwesome;color:#333;content:"\f104";text-indent:0}.home .slider-control .slider-next:before{right:14px;top:5px;position:absolute;font:30px fontAwesome;color:#333;content:"\f105";text-indent:0}.home .slider-control .slider-menu{top:-60px;font-size:45px}.home .slider-control .slider-menu b{display:inline;color:#fff;background:none}.home .slider-control .slider-menu b.active{color:#666}#bigbox .mod_fewo_random:after,#bigbox .fewo_list_item:after{float:none;clear:both;display:block;content:""}#mainmenu ul.level_1 > li.fewoPage > a:before,#mainmenu ul.level_1 > li.fewoPage > span:before{float:left;margin-right:10px;font-family:fontAwesome;content:"\f015 "}#mainmenu ul li.fewoPage a:hover{background-color:#FF750F;border-color:#FF750F}#mainmenu ul li.fewoPage a,#mainmenu ul li.fewoPage span,#mainmenu ul li.fewoPage a.active,#mainmenu ul li.fewoPage.trail a.trail{background-color:#ff8e1d;border-color:#ff8e1d;color:#fff}#mainmenu ul li.faqPage,#mainmenu ul li.kontaktPage{float:right;margin-right:0;margin-left:5px}.headSecNav > a.headPhone{background-color:#444;border-color:#444;color:#fff}.headSecNav > a.headPhone:hover{background-color:#fff;text-decoration:none;color:#444}.headSecNav > a.headPhone:before{margin-right:10px;font-family:fontAwesome;content:"\f095";float: left;font-size: 20px}.headSecNav > a.headLeaflet:before{margin-right:10px;font-family:fontAwesome;content:"\f08a ";float: left;font-size: 20px}.headSecNav > a.headLeaflet:hover{background-color:#444;border-color:#444;text-decoration:none;color:#fff}.headSecNav{float:right;margin-top:32px}.headSecNav > a{height:32px;float:left;display:block;margin-left:15px;padding-right:20px;padding-left:20px;text-align:center;border:1px solid #ccc;border-radius:3px;line-height:30px;color:#444;behavior:url("assets/css3pie/1.0.0/PIE.htc")}.newsletter_box input[type="email"]{width:317px;height:50px;line-height:50px}.newsletter_box .mod_nlm_subscription .preamble{display:none}.smallTitle header h1{bottom:-85px;z-index:9}.smallTitle .breadcrumLeiste{margin-top:101px}.detail header h1{bottom:142px;z-index: 9}.detail .ce_fewo_images.block,.smallTitle header .ce_fewo_images.block,.smallTitle header .ce_image.block{height:101px;bottom:0;left:0;right:0;top:0;position:absolute;background-color:#fff}.detail .fewo_images_image img,.smallTitle #header .fewo_images_image img,.smallTitle #header .ce_image img{left:50%;position:relative;max-width: none;transform: translate(-50%, -50%);-webkit-filter: blur(10px);-moz-filter: blur(10px);-o-filter: blur(10px);-ms-filter: blur(10px);filter: blur(10px);opacity: 0.6}.newsletter_box input[type="text"]{height:50px;line-height:50px;border: none}.newsletter_box form#tl_subscribe{width:70%;margin-right:auto;margin-left:auto;text-align:center}.newsletter_box .mod_subscribe input[type="submit"],.newsletter_box .mod_unsubscribe input[type="submit"]{display:inline-block;line-height:49px}.newsletter_box .mod_subscribe h3{display:none;color:#fff}.newsletter_box{width:1200px;margin:60px auto;padding:20px;text-align:center;background-color:rgba(255,255,255,.8);border-radius:4px;behavior:url("assets/css3pie/1.0.0/PIE.htc")}#newsletter_bigbox{overflow:hidden;background-image:url("../../files/images-kuehlungsborn/kuebo-img-11.jpg");background-position:center center;background-repeat:no-repeat;background-size: cover}.mod_breadcrumb a:hover{color:#ccc}.mod_header_faq a:hover{text-decoration:none;color:#1b7eb7}.mod_header_faq a{color:#04263A}.mod_header_faq a:before{margin-right:5px;font-family:fontAwesome;content: "\f0f6"}.mod_header_faq{float:right;margin-left:10px;padding-right:15px;padding-left:15px;border-left:1px solid #e0e0e0;line-height:30px}.confirm:before{padding-right:13px;font-family:fontAwesome;content:"\f14a"}#fewo_maps_tooltip{border-radius:0 !important;border:1px solid #ddd;overflow:visible !important}#fewo_maps_tooltip:after{border-color: transparent transparent #ffffff !important;border-style: solid !important;border-width: 10px !important;content: "" !important;display: block !important;position: absolute !important;right: 50% !important;top: -20px !important;margin-right:-10px !important}.fewo_list_item .fewo_attributes ul li:hover span.att_icon:after{content: "\f0d7";    font-family: fontAwesome;    color: #063b5a;    position: absolute;    top: 16px;    left: 8px;    font-size: 20px}.fewo_list_item .fewo_attributes ul li{position:relative}.fewo_list_item .fewo_attributes ul li:hover span.att_icon{display: inline-block;    height: 22px;    position: absolute;    top: -35px;    left: -8px;    background: #063b5a;    color: #fff;    padding: 2px 10px 0px 10px;    border-radius: 4px;    white-space: nowrap}.fewo_list_item .fewo_attributes img{width:22px;height:auto}.galleria-container{background-color:#04263A}.galleria-stage{height:580px;bottom: 60px;    left: 0;    overflow: hidden;    position: absolute;    right: 0;    top: 0}.booking #wrapper{padding-bottom:50px}.sichere_verbindung{font-size:13px}.hideFilter .mod_fewo_filter{display:none}footer .footer-nav{width:auto;float:left}.bookingDetails{padding:15px;background-color:#0A669A;color:#fff}.booking footer #copyright{margin-top:0}.booking #footer .inside{padding-top:0}.faq h3{margin-bottom:5px;font-size:20px}.faq{margin-top:15px;padding-top:25px;border-top:1px solid #ccc}#left .mod_fewo_filter.filterTop:after{float:none;clear:both;display:block;content:""}.faq h3:before{margin-right:10px;font:20px fontAwesome;color:#1b7eb7;content: "\f059"}.faq p{margin-left:27px}.home_vorteile{padding-left:40px;border-left:1px solid #ccc}.home_vorteile h2{margin-top:5px}#mainmenu ul.level_1 li ul.level_2 a:after,#mainmenu ul.level_1 li ul.level_2 span:after{right:15px;top:8px;position:absolute;font: 18px fontAwesome;content: "\f105"}#mainmenu ul.level_1 li ul.level_2 li.last a{margin-bottom:0}#left .mod_fewo_filter.filterTop{overflow:visible;margin-bottom:0;padding-top:5px;background-color:#0a669a}.detail .mod_breadcrumb{width:100%;margin-top:101px;background-color:#fff;box-shadow: 1px 1px 7px 1px rgba(101,114,144,.1)}.detail .mod_breadcrumb ul{width:1200px;float:none;margin:0 auto}#left .mod_left_navigation{padding-top:15px;padding-right:15px;padding-left:15px}.ce_fewo_requestform h3:before,.fewo_booking_address .address_headline:before,.fewo_booking .booking_headline:before{margin-right:10px;font-family:fontAwesome;content:"\f05d"}.ce_fewo_requestform h3,.fewo_booking_address .address_headline{padding:10px 15px;background-color:#f3f4f6;font-size:18px;color:#0a669a}.horiz-filter .mod_fewo_filter input[type="submit"]:hover{background-color:#ff750f}.full #container{width:1200px}.calltoaction h5{color:#fff}.mod_fewo_filter input[type="submit"]:hover{background-color:#ff750f}#left .mod_left_navigation li a:after{right:15px;top:6px;position:absolute;font:18px fontAwesome;content:"\f105"}.mod_breadcrumb li a:after:last-child{content:none}.mod_breadcrumb li a:after{margin-right:7px;margin-left:7px;font-family:fontAwesome;content:"\f105"}.mod_coverpicture img{height: 360px;left: 50%;max-width: none;position: absolute;top: 0;transform: translate(-50%);width: 2000px}.mod_coverpicture{width:100%;height:360px;position:relative}#header .inside .mod_breadcrumb ul:before{height:63px;float:left;margin-right:5px;font:13px/63px "Open Sans",sans-serif;content:"Sie sind hier:"}.ce_sliderStart .ce_image figcaption{right:50%;position:absolute;z-index:9;margin-right:-600px}.ce_sliderStart .ce_image{width:100%;height:450px;position:relative;background-color:#f0f0f0}.ce_sliderStart .ce_image img{width:2000px;height:450px;left:50%;top:0;position:absolute;transform: translate(-50%);max-width:none}#header .top-infos_zeiten:before{margin-right:5px;font-family:fontAwesome;content:"\f017 "}#header .top-infos:before{margin-right:5px;font-family:fontAwesome;content:"\f095"}#header .top-infos_zeiten{height:30px;float:left;padding:0 15px;border-right:1px solid #e0e0e0;border-left:0px solid #e0e0e0;font-size:14px;line-height:30px}.ce_sliderStart{height: 450px}footer .ce_text li:before,.ce_text li:before,.offer_description li:before,.fewo_offer_detailtext li:before{margin-right:5px;font-family:fontAwesome;color:#1b7eb7;content: "\f0da"}footer .ce_text li:before{color:#fff}#header .mod_header_merkliste a:before{margin-right:5px;font-family:fontAwesome;content:"\f08a"}.breadcrumLeiste .inside{width:1170px;padding-right:15px;padding-left:15px;margin:0 auto}.breadcrumLeiste{background-color:#fff;box-shadow: 1px 1px 7px 1px rgba(101,114,144,.1)}.navLeiste .inside{width:1200px;margin:0 auto}.navLeiste{background-color:#fff}.topLeiste .inside{width:1200px;margin:0 auto}.topLeiste:after,.navLeiste:after,.breadcrumLeiste:after{float:none;clear:both;display:block;content:""}.topLeiste{background-color:#fff;border-bottom:1px solid #E0E0E0}.horiz-filter #frm_fld_period{margin-right:10px}.confirm{padding:10px 15px;background-color:#DFF2BF;color:#4F8A10}.login_info{width:100%;display:block;padding:10px 15px;background-color:#d9edf7;border:1px solid #bce8f1;border-radius:2px;behavior:url("assets/css3pie/1.0.0/PIE.htc");-moz-box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box}#submenu ul{margin-top:0}p.left_headline,#right .fewo_distance_headline{margin:0 0 12px;font-size:20px;line-height:1.3;font-weight: 400}p.footer_headline{margin:0 0 12px;font:20px 'Dosis',sans-serif;font-weight:700}.gallerie_two_collum .col_0{margin-right:20px}#footer .inside .ym-grid{padding-right:15px;padding-left:15px;-moz-box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box}#left .mod_fewo_filter input[type="submit"]{width:100%;margin-top:10px}.fewo_votings .voting_total a{color:#fff}.fewo_votings .voting_total a:hover{text-decoration:none}.image_container .caption{padding:3px 0 5px 5px;background-color:#efefef;font-size:12px}.ce_fewo_morePeopleData{font-weight:bold;color:#f00}#left .mod_fewo_votings{position:relative;overflow:visible;display:block;margin-top:5px;margin-bottom:30px;padding:15px 10px 10px}#left .mod_fewo_votings:before{height:1px;left:15px;right:15px;top:0;position:absolute;display:block;background-color:#ccc;content:""}#left .mod_fewo_votings .fewo_votings{position:relative;padding-left:60px}#left .mod_fewo_votings .fewo_votings .vote_headline{display:block;margin-bottom:0;font-size:13px;font-weight:bold}#left .mod_fewo_votings .fewo_votings .fewo_votings_detail{font-size:13px}#left .mod_fewo_votings .fewo_votings .voting_total{width:36px;height:36px;left:10px;top:10px;position:absolute;display:block;text-align:center;background-color:#3FB32E;font-size:24px;line-height:34px;color:#fff;font-weight:700;z-index:3}#left .mod_fewo_votings .fewo_votings .voting_total:before{width:36px;height:36px;left:0;top:0;position:absolute;display:block;background-color:#3FB32E;transform: rotate(60deg);content:"";z-index:-1}#left .mod_fewo_votings .fewo_votings .voting_total:after{width:36px;height:36px;left:0;top:0;position:absolute;display:block;background-color:#3FB32E;transform: rotate(30deg);content:"";z-index:-1}#left .mod_fewo_votings .fewo_votings .voting_total .fromTotal{display:none}#header .mod_fewo_votings{width:260px;bottom:85px;position:absolute;overflow:visible;display:block;margin-left:200px;padding:20px 20px 20px 120px;background-color:rgba(255,255,255,.8);left:50%}#header .mod_fewo_votings .fewo_votings .vote_headline{display:block;margin-bottom:0;font-size:16px}#header .mod_fewo_votings .fewo_votings .fewo_votings_detail{font-size:12px}#header .mod_fewo_votings .fewo_votings .voting_total{width:60px;height:60px;left:0;top:50%;position:absolute;display:block;margin-top:-30px;margin-left:20px;text-align:center;background-color:#3FB32E;font-size:30px;line-height:58px;color:#fff;font-weight:700;z-index:3}#header .mod_fewo_votings .fewo_votings .voting_total:before{width:60px;height:60px;left:0;top:0;position:absolute;display:block;background-color:#3FB32E;transform: rotate(60deg);content:"";z-index:-1}#header .mod_fewo_votings .fewo_votings .voting_total:after{width:60px;height:60px;left:0;top:0;position:absolute;display:block;background-color:#3FB32E;transform: rotate(30deg);content:"";z-index:-1}#header .mod_fewo_votings .fewo_votings .voting_total .fromTotal{display:none}.mod_fewo_search .fmSelectbox .fmCurrentLabel:before{top:8px;font-family:FontAwesome;content:"\f002"}.mod_fewo_search{overflow:visible;float:left}.mod_fewo_search form{margin-bottom:0}.mod_fewo_search .fmSelectbox{width:450px;height:32px;border:1px solid #ccc}.fmSelectbox .fmInteliBox input{width:100%;height:30px;bottom:0;left:0;right:0;top:0;position:absolute;padding-right:10px;padding-left:10px;border-radius:3px;line-height:30px;behavior:url("assets/css3pie/1.0.0/PIE.htc");border:none !important;-moz-box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box}.horiz-filter .fld_city{width:200px;overflow:visible;float:left;margin-right:0}.CalendarFieldIcon{margin-left:10px}.blank_site #container,.blank_site #container #main{width:100%;margin:0;padding:0;-moz-box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box}.blank_site #container #main .inside{padding:20px}.gm-style-iw{width:475px}.pagination_top{display:none}.news-content{margin-bottom:10px;padding-bottom:8px;border-bottom:1px solid #EFEFEF}.ce_gallery .caption{padding:2px 0 2px 5px;background-color:rgba(27,126,183,.75);font-size:12px;line-height:1.5;font-weight:normal;color:#e4e6e83}#left .mod_left_navigation li{margin-left:0}.underbox{margin-bottom:20px;padding:15px;background-color:#fff}.mod_fewo_filter input[type="submit"]{width:255px;height:44px;padding-right:20px;padding-left:20px;text-align:center;background:#ff8e1d url("../../files/icons/search.svg") right center no-repeat;font-size:16px;line-height:44px;background-size:30px 30px;background-position:right 5px center}.horiz-filter .mod_fewo_filter input[type="submit"]{width:200px;height:40px;margin-top:0;margin-right:0;padding:0 40px 0 20px;background-color:#ff8e1d;line-height:40px}.service-hotline{margin-top:0;margin-right:15px;margin-left:15px;padding:15px 0;background-color:#fff;font-size:14px}.fewo-software{margin-top:10px;padding-top:10px}.textbox,.mod_fewo_offerdetails .offer_overview,.mod_sitemap{margin:0 0 20px;padding:15px;background-color:#ffffff;box-shadow: 0px 1px 11px 1px rgba(133, 147, 179, 0.1)}.calltoaction{margin-right:0;margin-bottom:20px;margin-left:3px;padding:15px 15px 5px;background-color:#1b7eb7;line-height:22px;color:#fff}#footer .inside{padding-top:30px}footer{background-color:#063B5A;color:#ffffff}.horiz-filter .fld_stop{width:200px;float:left;margin-right:0;margin-bottom:10px}.mod_fewo_filter .fewo_start,.mod_fewo_filter .fewo_stop,.mod_fewo_filter #ctrl_period{width:100%;height:32px;padding-right:10px;padding-left:10px;background:#FFF url("../../files/icons/kalender.svg") right center no-repeat;border:1px solid #ccc;border-radius:3px;font:14px 'Open Sans',sans-serif;behavior:url("assets/css3pie/1.0.0/PIE.htc");cursor:pointer;background-size:20px auto;background-position:right 8px center}.horiz-filter .fld_region{width:200px;overflow:visible;float:left;margin-right:20}.horiz-filter .fld_start{width:200px;float:left;margin-right:10px;margin-bottom:10px}#left .mod_fewo_filter{width:100%;padding:15px;-moz-box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box}.horiz-filter .fld_person{width:200px;overflow:visible;float:left;margin-right:10px}.mod_fewo_filter{width:960px;position:relative;background-color:#ffffff}.horiz-filter{width:410px;height:165px;top:385px;position:absolute;overflow:visible;margin-bottom:0;margin-left:-600px;padding:15px;background-color:rgba(27,126,183,.8);left:50%}.horiz-filter .ce_text p{margin-bottom:10px;font-size:18px;color:#fff}.horiz-filter .formsubmit{display:inline-block;margin-top:16px;font-size:16px}.horiz-filter .fewo_region{width:200px;height:42px;right:0;top:0;position:relative;margin:0;padding:10px;background-color:#FFF;font-size:16px;cursor:pointer}.mod_fewo_filter select{width:190px;right:0;top:0;position:relative;background-image:url("../../files/images/bg_select.png");background-position:right top;background-repeat:no-repeat;border: 0 none}.mod_fewo_filter select:focus{border: 0 none;outline: 0 none}#left .mod_fewo_filter select{width:255px;height:32px;padding:10px;font-size:16px;background-image:none}.mod_fewo_filter .fewo_stop:focus,.mod_fewo_filter .fewo_start:focus,.mod_fewo_filter #ctrl_period:focus,.mod_fewo_filter .fewo_stop:hover,.mod_fewo_filter .fewo_start:hover,.mod_fewo_filter #ctrl_period:hover{border:1px solid #bababf;border-radius:0;behavior:url("assets/css3pie/1.0.0/PIE.htc");outline: 0 none}.horiz-filter .fewo_start{font-size:16px}.horiz-filter .fewo_stop{font-size:16px}.horiz-filter #fewo_filter_reset a{display:none;font-size:12px}.horiz-filter .mod_fewo_filter{width:410px;overflow:visible;margin:0;padding:0;background: transparent}.horiz-filter #frm_fld_period,.horiz-filter #frm_fld_nights{width:200px;float:left;margin-bottom:10px}.horiz-filter .fewo_city,.horiz-filter .fewo_person,.horiz-filter .fewo_nights{width:200px;height:32px;margin-bottom:0;padding:10px;border:1px solid #ccc;font-size:16px;cursor:pointer;background-image:none}.header-claim{left:260px;top:65px;position:absolute;font:20px 'Open Sans',sans-serif;color:#44444a}.content-slider h1{height:36px;right:0;top:140px;position:absolute;padding:10px 15px 0 30px;text-align:right;background-color:rgba(243,244,246,.8);border-bottom:0 solid;font-size:24px;line-height:1;color:#333}.content-slider .caption{height:22px;right:0;top:187px;position:absolute;padding-right:15px;padding-bottom:8px;padding-left:15px;text-align:right;background-color:rgba(243,244,246,.8);font-size:16px;color:#3b3532}#footer .inside .ym-grid,#footer .inside .copyright_inner{width:1200px;margin-right:auto;margin-left:auto}.home #main .ym-g33 .ce_text{background-color:#FFF;box-shadow: 1px 1px 7px 1px rgba(101, 114, 144, 0.1)}.home .ym-g33 .ce_text h2{margin-top:0;margin-bottom:0;padding:6px 15px 10px;font-size:18px}.home #main .ym-g33 .ce_text p{margin-bottom:20px;padding-right:15px;padding-left:15px}.home .ym-g33 .ce_text .image_container{margin-bottom:12px}.infoLine .ym-grid{margin-top:20px;margin-bottom:20px;padding-bottom:30px;border-bottom:1px solid #e4e6e83}.clearFloat{clear:both;margin-bottom:20px}#header #logo{width:240px;float:left;padding-top:14px;padding-bottom:14px}.selectnav{display:none}#mobnav{display: none!important}#mainmenu{height:51px;overflow:visible;float:none;clear:both}#mainmenu ul{margin-top:20px;margin-bottom:0;padding:0}#mainmenu ul li{position:relative;float:left;display:block;margin:0 5px 0 0;padding:0;font-size:1.0em;line-height:1}#mainmenu ul li a,#mainmenu ul li span{display:block;padding:0 25px;text-align:left;background-color:#e4e6e83;border-top:1px solid #ccc;border-right:1px solid #ccc;border-left:1px solid #ccc;border-top-left-radius:5px;border-top-right-radius:5px;font-size:15px;line-height:50px;font-weight:bold;text-decoration:none;color:#063B5A;behavior:url("assets/css3pie/1.0.0/PIE.htc");-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;cursor:pointer}#mainmenu ul li a:hover,#mainmenu ul li.trail span.trail,#mainmenu ul li a.active{position:relative;padding-bottom:0;border-top:1px solid #1B7EB7;border-right:1px solid #1B7EB7;border-left:1px solid #1B7EB7;border-top-left-radius:5px;border-top-right-radius:5px;behavior:url("assets/css3pie/1.0.0/PIE.htc");z-index: 2}#mainmenu ul li.active span.active,#mainmenu ul li.trail a.trail,#mainmenu ul li a.forward{position:relative;padding-bottom:0;background-color:#1b7eb7;border-color:#1b7eb7;color:#FFF;z-index: 1}#mainmenu ul li.active.first span.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{width:250px;left:-9999em;position:absolute;margin-top:0;padding:2px;white-space:nowrap;background-color:#fff;-webkit-box-shadow:0 2px 5px 0 rgba(0,0,0,.2);box-shadow:0 2px 5px 0 rgba(0,0,0,.2);border:1px solid #ccc;font-size:14px;color:#04263A;behavior:url("assets/css3pie/1.0.0/PIE.htc");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:hover ul.level_2{left:0;opacity:1;visibility:visible}#mainmenu ul.level_1 li.kontaktPage:hover ul.level_2{right:0;left: auto}#mainmenu ul.level_1 li ul.level_2 li{position:relative;float:none;display:block;margin-right:0;padding:0;border-radius:0;behavior:url("assets/css3pie/1.0.0/PIE.htc")}#mainmenu ul.level_1 li ul.level_2 a,#mainmenu ul.level_1 li ul.level_2 span{position:relative;margin:0 0 2px;padding:10px 50px 10px 10px;-webkit-box-shadow:0 0 0 0;box-shadow:0 0 0 0;border-top:0px;border-right:0px;border-bottom:10px;border-left:0px;border-radius:0;font-size:14px;line-height:15px;font-weight:normal;color:#233042;text-transform:none;behavior:url("assets/css3pie/1.0.0/PIE.htc");border: 0 none;background:transparent}#mainmenu ul.level_1 li ul.level_2 a:hover,#mainmenu ul.level_1 li ul.level_2 span,#mainmenu ul.level_1 li ul.level_2 a.trail,#mainmenu ul.level_1 li ul.level_2 span.first,#mainmenu ul.level_1 li ul.level_2 a.active{background-color:#1b7eb7;line-height:15px;color:#ffffff;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 ul.level_3{width:220px;min-width:100%;left:-9999em;position:absolute;padding:5px;font-size:14px;color:#04263A;background: #fff;box-shadow: 0 2px 5px rgba(0,0,0,0.1);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:200px;top:-8px;opacity:1;visibility:visible}#mainmenu ul.level_1 li ul.level_2 li{position:relative;float:none;display:block;margin-right:0;padding:0;border-radius:0;behavior:url("assets/css3pie/1.0.0/PIE.htc")}#mainmenu ul.level_1 li ul.level_2 li ul.level_3 a,#mainmenu ul.level_1 li ul.level_2 li ul.level_3 span{padding:10px;background-color:#04263A;font-size:13px;line-height:15px;color:#ffffff;text-transform:none}#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 span,#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 span.first{background-color:#454242;color:#fff;text-transform:none;font:13px/15px Helvetica,Arial,sans-serif;-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}header .search{right:0;top:-40px;position:relative;margin:0;z-index: 999}.top-nav{width:50%;float:right}footer .footer-nav ul{height:100%;float:left;margin:0;padding:0;list-style-type:none}.top-nav ul{height:100%;float:right;margin-right:-10px;list-style-type:none}.top-nav li,.footer-nav li{height:100%;float:left;margin:0 1em 0 0}.top-nav li a{display:inline-block;padding-top:7px;padding-right:10px;padding-left:10px;font-size:14px;color:#bababf;text-transform:uppercase;-webkit-transition: all 0.9s linear;-moz-transition: all 0.9s linear;-o-transition: all 0.9s linear;transition: all 0.9s linear; /* For IE8 and earlier */}.top-nav li a:hover,.top-nav li a:focus,.top-nav li a:active{font-size:14px;color:#1b7eb7;text-transform:uppercase;background: none}footer .footer-nav li a,footer .footer-nav li span{display:inline-block;margin-right:10px;padding:0;font-size:14px;color:#FDFDFD}footer .footer-nav li span{background-color:#1b7eb7}footer .footer-nav li a:hover{color:#6fb2d8}.ce_text strong{}#wrapper{width:100%;margin:0 auto;padding-bottom:217px;background-color:#f3f4f6}#header .inside .mod_breadcrumb{float:left}.mod_breadcrumb ul{overflow:hidden;float:left;margin:0;padding:0;list-style-type:none}.mod_breadcrumb li{height:63px;position:relative;float:left;margin-left:0;font-size:13px;line-height:63px;z-index: 10}.mod_breadcrumb li.active{background: 0 none}.mod_breadcrumb li a{height:63px;display:block;padding:0;font-size:13px;line-height:63px;color:#04263A;background: none}.mod_breadcrumb li a:hover{padding:0;text-decoration:none;background: none}.mod_breadcrumb a[title="Contao Fewomanager"]{}#header .mod_header_merkliste a{height:30px;position:relative;float:right;padding:0 15px;border-right:1px solid #e0e0e0;border-left:1px solid #e0e0e0;font-size:14px;line-height:30px;background-position: 12px 6px}#header .mod_header_merkliste a{font-size:14px;text-decoration:none;color:#233042;text-transform:none}#header .mod_header_merkliste a:hover{color:#1B7EB7}#header .top-infos{height:30px;float:left;padding:0 15px;border-right:1px solid #e0e0e0;border-left:1px solid #e0e0e0;font-size:14px;line-height:30px}#container{width:900px;margin:0 auto}.custom{background-color:#FFF}#bigbox .inside .mod_article{width:1200px;left:50%;position:relative;margin-left:-600px;padding:40px 0;-moz-box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box}#bigbox .inside .mod_article{overflow:visible}#bigbox .mod_fewo_random,#bigbox .fewo_list_item{overflow:visible;margin-bottom:0;padding-bottom:0}header h1{left:50%;position:absolute;display:block;padding:6px 20px;background-color:rgba(27,126,183,.9);font:32px 'Dosis',sans-serif;color:#fff;bottom:80px;margin-left:-600px;font-weight: 200}nav{}footer #copyright{width:100%;height:50px;overflow:hidden;clear:both;margin-top:30px;padding:0;background-color:#04263A;font-size:14px;color:#ffffff}footer #copyright .copyright_inner{padding-top:15px;padding-right:15px;padding-left:15px;text-align:right;-moz-box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box}footer p{margin:0}footer ul,ul{margin:0 0 15px;padding:0}footer .ce_text li,.ce_text li,.offer_description li,.fewo_offer_detailtext li{position:relative;margin:0;padding-left:0}#footer .mod_subscribe{margin-top:12px}#footer .mod_subscribe input.submit{margin-left:8px}#footer .mod_subscribe input.submit:hover{background-color:#0a669a}#main{margin-top:0;margin-bottom:20px}#main .inside{margin:0;padding:15px 0}#left{margin-top:15px}#left .inside{margin-right:15px;margin-bottom:20px;margin-left:0;background-color:#fff;-webkit-box-shadow:1px 1px 7px 1px rgba(101,114,144,.1);box-shadow:1px 1px 7px 1px rgba(101,114,144,.1);behavior:url("assets/css3pie/1.0.0/PIE.htc")}#left .mod_left_navigation li a,#left .mod_left_navigation li span{position:relative;display:block;margin-bottom:4px;padding:6px 10px;background-color:#f3f4f6;border:1px solid #f3f4f6;border-radius:4px;color:#063B5A;behavior:url("assets/css3pie/1.0.0/PIE.htc")}#left .mod_left_navigation li a:hover,#left .mod_left_navigation li span.active,#left .mod_left_navigation li a.active,#left .mod_left_navigation li a.trail{background-color:#1B7EB7;border:1px solid #1B7EB7;text-decoration:none;color:#FDFDFD}.checkbox_group:first-child span.checkbox_group_label{border: 0 none}#right{margin-top:15px}#right .inside{margin-right:0;margin-left:15px;padding:0;background-color:#ffffff;box-shadow: 0px 1px 11px 1px rgba(133, 147, 179, 0.1)}.top-infos{float:left;padding-top:6px}.top-infos  div{float:left;margin-right:20px}.top-infos  span,.top-infos  span a{color:#063B5A}header .headerbottom{width:100%;margin:0 auto;background-color:#FDFDFD}.camera_effected h1,.camera_effected h2,.camera_effected h3{color:#ffffff}.social_icons{width:170px;height:50px;right:10px;top:45px;position:absolute;overflow:hidden;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 -10px}.social_icons .twitter{width:38px;background-position: 0 -10px}.social_icons .twitter:hover{background-position: 0 -74px}.social_icons .facebook{background-position: -41px -10px}.social_icons .facebook:hover{background-position: -41px -74px}.social_icons .pinterest{background-position: -74px -10px}.social_icons .pinterest:hover{background-position: -74px -74px}.social_icons .google_plus{background-position: -108px -10px}.social_icons .google_plus:hover{background-position: -108px -74px}.mod_fewo_list.block,.mod_article.block,.mod_fewo_offers.block,.mod_fewo_leaflet.block,.mod_fewo_voting_all.block,.mod_fewo_houselist.block,.mod_fewo_offerlisting.block,.mod_fewo_housedetails.block{overflow:visible}
/* Layout-Basic.css */
.markerNavigationInfo{display:block;margin-right:34px;margin-left:34px;background-color:#fff}.markerNavigation{height:32px;left:10px;right:50px;top:4px;position:absolute;display:block;text-align:center;line-height:32px}.markerNavigationPrev,.markerNavigationNext{width:30px;height:30px;top:0;position:absolute;display:block;text-align:center;background-color:#fff;border:1px solid #CDD7E1;border-radius:4px;font-family:fontAwesome;color:#333;behavior:url("assets/css3pie/1.0.0/PIE.htc");font:22px/28px fontAwesome;cursor:pointer;z-index:9}.markerNavigationPrev:before{content: "\f104 "}.markerNavigationNext:before{content: "\f105"}.markerNavigationPrev:hover,.markerNavigationNext:hover{background-color:#CDD7E1}.markerNavigationPrev{left:0}.markerNavigationNext{right:0}.clusterIcon{text-align:center;    background-color:#fff;    border:3px solid #E53D18;    border-radius:100%;    font-size:14px;    line-height:24px;    width: 24px!important;    height: 24px!important;    margin-left:-12px !important;    margin-top:-12px !important}.mapMediaBox.blank_site #container #main .inside,.mapMediaBox .mod_article{margin-bottom:0;padding:0}.mapMediaBox #fewo_maps_details{border:0 solid;background:transparent}.mapMediaBox,.mapMediaBox #wrapper,.mapMediaBox #container,.mapMediaBox #main,.mapMediaBox .inside,.mapMediaBox .mod_article,.mapMediaBox .mediaboxMap,.mapMediaBox #fewo_maps_container,.mapMediaBox .fewo_maps{bottom:0;left:0;right:0;top:0;position:absolute;position: absolute !important;width: auto !important;height: auto !important}iframe body{overflow:auto}.fmDropdownBox::-webkit-scrollbar{-webkit-appearance: none}.fmDropdownBox::-webkit-scrollbar:vertical{width:9px}.fmDropdownBox::-webkit-scrollbar:horizontal{height:9px}.fmDropdownBox::-webkit-scrollbar-thumb{background-color:rgba(0,0,0,.6);border:3px solid #fff;border-radius:6px;behavior:url("assets/css3pie/1.0.0/PIE.htc")}.ios #left .formelem .label:hover:before,.ios #left .formelem .label:hover:after{display:none}.ios #mbImage,.ios #mbImage iframe{overflow:auto;-webkit-overflow-scrolling:touch !important}p.error:before{margin-right:13px;font:14px fontAwesome;content:"\f071"}p.error{margin-bottom:10px;font-size:14px;margin-bottom: 10px;font-size: 14px;margin-bottom: 15px;padding: 10px 15px;text-align: left;background-color: #f2dede;color: #b94a48}.fewo_list_item .fewo_image_gallery.loading:after{width:45px;height:45px;left:50%;top:50%;position:absolute;display:block;margin-top:-22px;margin-left:-22px;border-right:8px solid transparent;border-bottom:8px solid #1B7EB7;border-left:8px solid transparent;border-radius:50%;border-top:8px solid #1B7EB7;animation: load8 1s infinite linear;content:"";opacity:1}.fewo_list_item .fewo_image_gallery.loading img{opacity:0.5}footer .ym-gbox-right .ce_text li:before{content:none}a.facebook:before{margin-right:10px;vertical-align:middle;font:30px fontAwesome;color:#fff;content: "\f082"}a.google:before{margin-right:10px;vertical-align:middle;font:30px fontAwesome;color:#fff;content: "\f0d4"}.mod_fewo_leaflet .fewo_info:before{float:left;margin-top:4px;margin-right:5px;font:14px fontAwesome;content:"\f071"}.blank_site #wrapper{padding-bottom:0}#footer{width:100%;bottom:0;left:0;right:0;position:absolute}html{position:relative}html{min-height:100%}.mod_subscribe h3:before,.mod_unsubscribe h3:before,.mod_nlm_subscription .preamble:before,.mod_nlm_unsubscription .preamble:before{margin-right:10px;font-family:fontAwesome;content: "\f05d"}.mod_subscribe h3,.mod_unsubscribe h3,.mod_nlm_subscription .preamble,.mod_nlm_unsubscription .preamble{padding:10px 15px;background-color:#f3f4f6;font-size:18px;color:#0a669a}.mod_nlm_subscription label,.mod_nlm_unsubscription label{display:block}.fewo_filter_loader *,.spinner *{-moz-box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box}.fewo_filter_loader,.spinner{background-color:rgba(255,255,255,.4);bottom:0;right:0;z-index:999999;width:auto !important;height:auto !important;top:0 !important;left:0 !important;position:fixed !important}.fewo_filter_loader:after,.spinner:after{background-image:url("../../files/images/backoffice-logo-loader.png");background-position:center center;background-repeat:no-repeat;display: block;border-radius: 50%;content: "";width: 90px;height: 90px;position: absolute;top: 50%;left: 50%;z-index: -20;transform: translate(-50%, -50%);margin-top:-40px}.fewo_filter_loader span,.fewo_filter_loader span:after,.spinner .spinner-content,.spinner .spinner-content:after{width:120px;height:120px;border-radius:50%}.fewo_filter_loader span,.spinner .spinner-content{border-top:10px solid transparent;border-right:10px solid #1B7EB7;border-bottom:10px solid transparent;font-size:10px;margin: -100px auto 0;text-indent: -9999em;border-left: 10px solid #1B7EB7;-webkit-transform: translateZ(0);-ms-transform: translateZ(0);transform: translateZ(0);-webkit-animation: load8 1.1s infinite linear;animation: load8 1.1s infinite linear;top:50% !Important;left:0 !important;right:0 !important;bottom:0 !important;position:fixed}@-webkit-keyframes load8{0% {        -webkit-transform: rotate(0deg);        transform: rotate(0deg);      }      100% {        -webkit-transform: rotate(360deg);        transform: rotate(360deg);      }}@keyframes load8{0% {        -webkit-transform: rotate(0deg);        transform: rotate(0deg);      }      100% {        -webkit-transform: rotate(360deg);        transform: rotate(360deg);      }}.bigbox_hdrei h2:before{margin-right:10px;font-family:fontAwesome;content:"\f05d"}.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}.mod_mobile_redirect{display:none}.mod_mobile_redirect a{display:inline-block;margin-top:-5px;padding:5px 10px;background-color:#47403a}.mod_mobile_redirect a:hover{background-color:#F55856;color:#fff}.textarea{padding:10px;font-family:'Open Sans',sans-serif}#toTop.off{display:none}#toTop.on{width:50px;height:50px;bottom:40px;right:15px;position:fixed;display:block;text-align:center;background-color:#1b7eb7;border-radius:100%;font-size:14px;line-height:63px;text-decoration:none;color:#fff;behavior:url("assets/css3pie/1.0.0/PIE.htc")}#toTop.on:hover{background-color:#0a669a}#toTop.on:before{bottom:0;left:0;right:0;top:4px;position:absolute;font:24px/24px FontAwesome;content:"\f106"}:-moz-placeholder{color:#47403a;opacity: 1 !important}::-moz-placeholder{color:#47403a;opacity: 1 !important}::-webkit-input-placeholder{color:#47403a;opacity: 1 !important}:-ms-input-placeholder{color:#47403a;opacity: 1 !important}.fmSelectbox{height:30px;position:relative;padding-right:10px;padding-left:10px;background-color:#fff;border:1px solid #ccc;border-radius:3px;font-size:14px;line-height:30px;behavior:url("assets/css3pie/1.0.0/PIE.htc");cursor:pointer}.fmSelectbox .fmCurrentLabel:before{right:14px;top:8px;position:absolute;font:14px FontAwesome;content:"\f107"}.fmSelectbox .fmDropdownBox{max-height:240px;left:-1px;right:-1px;position:absolute;margin-top:2px;background-color:#fff;border:1px solid #ddd;font-size:13px;z-index: 999;overflow-x:hidden;overflow-y:auto}.fmSelectbox .fmDropdownBox div{padding-right:10px;padding-left:10px;line-height:24px}.fmSelectbox .fmDropdownBox div:hover{background-color:#EFEFEF}.fmSelectbox .fmDropdownBox div.active{background-color:#EFEFEF}select{width:100%;height:30px;display:block;border:2px solid #ccc;border-radius:3px;font-size:14px;behavior:url("assets/css3pie/1.0.0/PIE.htc")}.mod_fewo_filter select{margin-bottom:5px}input[type=button],input[type=submit],input[type=text],input[type=email],input[type=tel],textarea{-webkit-appearance:none; -webkit-border-radius:0; -webkit-box-sizing: border-box}a:active,a:focus{outline: none; -moz-outline-style: none}.offer_description ul{margin-top:10px;margin-bottom:10px}figure{margin:0;padding:0}body{background-color:#f3f4f6;font:14px 'Open Sans',sans-serif;color:#04263A;font-weight: 400;overflow-y:scroll}h1,h2,h3,h4,h5,h6{margin:0;font-family:'Dosis',sans-serif;color:#333;font-weight: 700}h1{margin:0 0 5px;font:24px/1.5 'Dosis',sans-serif;font-weight: 700}h2{margin:0;padding-bottom:4px;font-size:24px;color:#333}.bigbox_hdrei h2{position:relative;margin:0 0 8px;font-size:24px;line-height:45px}h3{margin:0 0 12px;font-size:24px;line-height:1.3}h4{margin:0 0 12px;font-size:18px;line-height:1.3}h5{margin:0 0 12px;font-size:18px;line-height:1;font-weight: 400}h6{margin:0 0 1.5em;font-size:100%;line-height:1.5;font-weight:bold}img{height:auto;max-width:100%;vertical-align:middle}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:100%;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:#666;background: transparent}strong,b{font-weight:bold}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:#666}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{text-decoration:none;color:#1b7eb7;background: transparent;-moz-transition: all 0.25s ease 0s;-webkit-transition: all 0.25s ease 0s;-o-: all 0.25s ease 0s;-ms-: all 0.25s ease 0s;transition: all 0.25s ease 0s}a:active{outline: none}a:hover{text-decoration:underline}footer  a{text-decoration:none;color:#FDFDFD;background:transparent}footer a:active{outline: none}footer a:hover,footer a:focus{text-decoration:none;color:#6fb2d8;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}.highlight{color:#c30}.dimmed{color:#888}.box{margin:0 0 1.5em;padding:1.42857em;border:1px solid #888;border-radius:.3em;color:#444;behavior:url("assets/css3pie/1.0.0/PIE.htc");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{font-family:'Dosis',sans-serif;color:#2d7091;font-weight: 700}.info{margin-bottom:20px;padding:10px;border-radius:4px;color:#2d7091;behavior:url("assets/css3pie/1.0.0/PIE.htc");background: #ebf7fd;border: 1px            solid rgba(45, 112, 145, 0.3);text-shadow: 0 1px 0 #fff}.success h1,.success h2,.success h3,.success h4,.success h5,.success h6{font-family:'Dosis',sans-serif;color:#659f13;font-weight: 700}.success{margin-bottom:20px;padding:10px;border-radius:4px;color:#659f13;behavior:url("assets/css3pie/1.0.0/PIE.htc");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{font-family:'Dosis',sans-serif;color:#e28327;font-weight: 700}.warning{margin-bottom:20px;padding:10px;border-radius:4px;color:#e28327;behavior:url("assets/css3pie/1.0.0/PIE.htc");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;vertical-align:top;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}.mod_sitemap ul{margin:0}.mod_sitemap ul.level_2,.mod_sitemap ul.level_3,.mod_sitemap ul.level_4,.mod_sitemap ul.level_5{padding-left:15px}.mod_sitemap ul.level_1 a{font-weight:bold}.mod_sitemap ul.level_2 a{font-weight:normal}.mod_sitemap ul li a{display:inline-block;padding:5px}.mod_sitemap ul li a:hover{background-color:#0a669a;border-radius:4px;text-decoration:none;color:#FFf;behavior:url("assets/css3pie/1.0.0/PIE.htc")}video{width:100%}.pagination{clear:both;margin-top:10px;padding-top:5px;border-top:0px solid}.pagination ul{float:left;padding:0}.pagination p{float:right}.pagination li{float:left;margin:0;padding:0;list-style-type:none;background: none}.pagination li:before,.pagination li a:before{content: ''}.pagination li span.current{background-color:#bababf;border:2px solid #bababf;color:#fff}.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_eventreader .info: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}.ce_accordion{margin-left:16px}.mod_lostPassword{margin:24px}.mod_lostPassword td{padding-right:6px;padding-bottom:3px}.mod_lostPassword .text,.mod_lostPassword .password{width:210px}.mod_lostPassword .captcha{width:40px}.mod_lostPassword .captcha_text{color:#666}.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: 700}.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_newslist p{margin:0 0 4px}.mod_newsreader .back{margin-bottom:24px;padding-top:12px}.mod_newslist .info,.mod_newsreader .info{margin-bottom:6px;font-size:11px;color:#999}.mod_newslist .layout_short{margin-bottom:8px;padding-bottom:6px;border-bottom:1px solid #ddd}.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 .info{margin-top:-12px;font-size:11px;color:#999}.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;float:left;padding-right:3px;padding-left:3px;text-align:left}#tps .explanation{padding-bottom:24px}.pagination ul{margin:0;padding:0 3px;text-align:right;/*        width:240px;*/        float:right}.pagination_top{display:none}.pagination{position:relative;display:block;padding:10px;background-color:#FDFDFD}.pagination .empty{display:none}.pagination p{margin-bottom:0;line-height:30px}.pagination li a,.pagination li span{width:26px;height:26px;min-width:26px;display:block;margin-right:0;margin-left:5px;padding:0;text-align:center;background-color:#fff;border:2px solid #bababf;border-radius:4px;line-height:26px;text-decoration:none;color:#bababf;behavior:url("assets/css3pie/1.0.0/PIE.htc")}.pagination li.next a,.pagination li.previous a,.pagination li.last a,.pagination li.first a{font-size:0}.pagination li.next a:before{font:24px/25px FontAwesome;content:"\f105 "}.pagination li.last a:before{font:16px/25px FontAwesome;content:"\f0da \f0da"}.pagination li.previous a:before{font:24px/25px FontAwesome;content:"\f104 "}.pagination li.first a:before{font:16px/25px FontAwesome;content:"\f0d9 \f0d9"}.pagination li a:hover{background-color:#bababf;color:#fff}.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}/* Contao Open Source CMS,(c) 2005-2013 Leo Feyer,LGPL license */    .content-slider{margin:0;padding:0}.slider-wrapper{position:relative;overflow:hidden}.slider-wrapper>*{width:100%;position:relative;float:left}.slider-control{}.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}.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;background-color:#000;color:#bbb;text-indent:-999em;cursor:pointer}.slider-control .slider-menu b:hover{background-position: 0 -30px}.slider-control .slider-menu b.active{background-position: 0 -90px}
/* Fewomanager-Detail.css */
.galleria-theme-classic .galleria-info-title{margin-bottom: 0!important}.galleria-info-description{display: none!important}.mod_fewo_housedetails .galleria-theme-classic .galleria-info-text{top:318px}.detail galleria-container{min-height:708px}.galleria-info-link{display: none!important}.galleria-theme-classic .galleria-info-text{left:0;top:572px;position:absolute;background-color:rgba(0,0,0,.4);border-radius:4px;behavior:url("assets/css3pie/1.0.0/PIE.htc");display: block!important}.mod_fewo_housedetails .galleria-theme-classic .galleria-image-nav-left:before,.mod_fewo_housedetails .galleria-theme-classic .galleria-image-nav-right:before{margin-top:0}.mod_fewo_housedetails .galleria-theme-classic .galleria-thumbnails-container{width: 575px;    position: static;    padding: 10px 0;    background-color: #fff;    height: auto;    bottom: auto;    left: auto;    right: auto;    top: auto}.mod_fewo_housedetails .galleria-theme-classic .galleria-stage{width: 575px;    height: 383px;    bottom: auto;    left: auto;    right: auto;    top: auto;    position: static}.galleria-theme-classic .galleria-thumbnails .galleria-image.active,.galleria-theme-classic .galleria-thumbnails .galleria-image:hover{border:2px solid #1b7eb7}.ce_fewo_details .galleria-container{background-color: #fff!important;height: auto !important}.galleria-theme-classic .galleria-thumbnails-container{width: 870px;    position: static;    padding: 10px 0;    background-color: #fff;    height: auto;    bottom: auto;    left: auto;    right: auto;    top: auto}.galleria-theme-classic .galleria-stage{width: 870px;    height: 640px;    bottom: auto;    left: auto;    right: auto;    top: auto;    position: static}.galleria-theme-classic .galleria-thumbnails .galleria-image{margin-right:4px;margin-bottom:4px;border:2px solid #fff}.galleria-theme-classic .galleria-thumbnails .galleria-image{width: 40px!Important}.galleria-theme-classic .galleria-thumb-nav-left,.galleria-theme-classic .galleria-thumb-nav-right{background-position: -608px 5px}.galleria-theme-classic.notouch .galleria-thumb-nav-left:hover,.galleria-theme-classic.notouch .galleria-thumb-nav-right:hover{background-color:#1b7eb7}.galleria-theme-classic .galleria-thumb-nav-left,.galleria-theme-classic .galleria-thumb-nav-right{top:10px;background-color:#f3f4f6}.galleria-container notouch galleria-theme-classic{}.mod_fewo_housedetails .fewo_text h2{margin-bottom:0}.ce_fewo_details .fewo_price_from{font-size:20px;font-weight: 300}.kontakt .textbox{padding-bottom:80px}.detail .mod_fewo_voting_list .fewo_voting{box-shadow: none}.mod_fewo_booking_config,.textbox .ce_fewo_requestform{overflow:visible}.ssl p.left_headline{background-image:url("../../files/icons/protected-icon.png");background-position:right center;background-repeat:no-repeat}.ssl p.left_headline{font-size:16px;line-height:2}.service-hotline.ssl{margin-right:0;margin-left:0;padding-top:10px;padding-right:15px;padding-left:15px;background-color:#E9EBEF;font-size:12px}.detail .fewo_leaflet a{z-index:9}.tabcontrol_tabs ul li.selected:last-child,.tabcontrol_tabs ul li:hover:last-child{border-right:1px solid #1b7eb7}.booking .navLeiste{box-shadow: 1px 1px 7px 1px rgba(101, 114, 144, 0.1)}.bookingEnd .bookingSteps{margin-top:10px;padding-bottom:60px}.bookingEnd .phase1 .bookingStep.step3 .insideStep span{background-color:#92D67F;color:#fff}.galleria-theme-classic .galleria-image-nav-left:before,.galleria-theme-classic .galleria-image-nav-right:before{width:35px;height:35px;top:50%;position:absolute;display:block;text-align:center;background-color:#fff;border:2px solid #bababf;border-radius:4px;font:24px/35px fontAwesome;color:#bababf;behavior:url("assets/css3pie/1.0.0/PIE.htc");content:"";transform: translate(0,-50%)}.attributes .attribute_group li{float:left;margin-right:8px}.galleria-theme-classic .galleria-image-nav-left:hover:before,.galleria-theme-classic .galleria-image-nav-right:hover:before{opacity:1}.galleria-theme-classic .galleria-image-nav-right:before{right:0;content:"\f105"}.detail .mod_fewo_voting_list .fewo_voting_optionscore{background-color:#fff;color:#0AB21B}.phase1 .bookingStep.step1 .insideStep span,.phase1 .bookingStep.step2 .insideStep span{background-color:#92D67F;color:#fff}.galleria-theme-classic .galleria-image-nav-left:before{left:0;content:"\f104 "}.galleria-theme-classic .galleria-image-nav-left,.galleria-theme-classic .galleria-image-nav-right{bottom: 0;    background-image: none;    opacity: 0.8;    width: 35px;    height: 35px;    top: 50%;    transform: translate(0,-50%)}.galleria-theme-classic .galleria-image-nav{height:auto;bottom:0;top:0}.mod_fewo_booking #frmBooking:after{float:none;clear:both;display:block;content:""}.mod_fewo_booking.block{overflow:visible}.booking .ce_fewo_details .fewo_grouping_1{margin-bottom:10px}.galleria-theme-classic .galleria-thumbnails .galleria-image img:hover,.galleria-theme-classic .galleria-thumbnails .galleria-image.active img{opacity:0.6 !important}.galleria-theme-classic .galleria-thumbnails .galleria-image img{opacity:1 !important}.galleria-theme-classic .galleria-thumbnails .galleria-image{background:transparent}.ce_fewo_details .fewo_attributes li.last:after{display:none}.attributes .attribute_group:after{float:none;clear:both;display:block;content:""}.detail .mod_fewo_booking_config .saison_select span{margin-right:10px}.detailFacts.ce_fewo_details .fewo_grouping_1 > div{padding-top:3px;padding-bottom:3px;border-top:1px solid #e8e8e4}#right .fewo_person > span:before{width:24px;float:left;display:block;margin-left:2px;font-family:fontAwesome;content:"\f007 "}#right .fewo_schlafzimmer > span:before{width:24px;float:left;display:block;margin-left:2px;font-family:fontAwesome;content:"\f236 "}#right .fewo_badezimmer > span:before{width:24px;float:left;display:block;margin-left:2px;font-family:fontAwesome;content:"\f2cd"}#right .fewo_size > span:before{width:24px;float:left;display:block;margin-top:2px;margin-left:2px;font:13px fontAwesome;content:"\f248 "}.ce_fewo_details .fewo_grouping_1 > div > span{width:100%;position:relative;display:inline-block}.detail .mod_article .galleria-container{height:580px;background-color: #f3f4f5!important}.phase1 .bar1,.phase1 .bar2,.bookingEnd .phase1 .bar3,.bookingEnd .phase1 .bar4{background-color:#92D67F}.bookingSteps{width:1200px;margin:25px auto 0}.stepBar{width:20%;height:15px;float:left;display:block;background-color:#FFF;content:""}.stepBar.bar2,.stepBar.bar3{width:30%}.bookingStep{position:relative;float:left}.bookingStep .insideStep{left:50%;position:absolute;padding-top:25px;text-align:center;white-space:nowrap;transform: translate(-50%)}.bookingStep .insideStep span{width:30px;height:30px;left:50%;position:absolute;display:block;text-align:center;background-color:#F3F4F6;border:2px solid #fff;border-radius:50%;line-height:30px;behavior:url("assets/css3pie/1.0.0/PIE.htc");transform: translate(-50%);top:-9px}.fewo_housedetails .fewo_house_object_count{left:30px;top:90px;position:absolute;padding:2px 11px;background-color:rgba(255,255,255,.6);border-radius:3px;behavior:url("assets/css3pie/1.0.0/PIE.htc");z-index: 11}.fewo_booking_address .formelem.field_street{width:49%;margin-right:2%}.formelem.field_country .fmSelectbox{width:49%}.detail .fewo_navi_elements a.navi_next,.detail span.fewo_next.empty{margin-right:0}span.fewo_list{margin-right:6px}.mod_fewo_booking_config .saison_select span{padding-right:15px;padding-left:15px}.fewo_navi_elements a.navi_next:hover,a.navi_back:hover,a.navi_list:hover{background-color:#f3f4f6}a.navi_list:after{font:24px/35px fontAwesome;content:"\f03a "}.fewo_navi_elements a.navi_next:after,span.fewo_next.empty:after{font:24px/35px fontAwesome;content:"\f105"}span.fewo_back.empty:after,a.navi_back:after{font:24px/35px fontAwesome;content:"\f104"}span.fewo_back.empty,span.fewo_next.empty{background-color:#e1e1e2}.fewo_navi_elements a.navi_next,span.fewo_back.empty,a.navi_back,span.fewo_next.empty,a.navi_list{width:35px;height:35px;display:inline-block;margin-right:12px;margin-left:12px;text-align:center;border:2px solid #bababf;border-radius:4px;font-size:0px;line-height:35px;text-decoration:none;color:#bababf;behavior:url("assets/css3pie/1.0.0/PIE.htc")}a.navi_list{margin-left:0}.fewo_navigat{width:1200px;height:63px;top:-63px;position:relative;margin-right:auto;margin-left:auto}.ce_fewo_details .fewo_navi{height:63px;right:0;top:0;position:absolute;line-height:70px}.detail .fewo_voting_link a{display:inline-block;margin-top:10px;padding-right:10px;padding-left:10px;background-color:#FFF6DF;border:2px solid #0a669a;border-radius:4px;font-size:15px;line-height:30px;font-weight:bold;color:#0a669a;behavior:url("assets/css3pie/1.0.0/PIE.htc")}.detail .fewo_voting_link a:hover{background-color:#0a669a;text-decoration:none;color:#fff}.detail .fewo_number{left:25px;top:25px;position:absolute;padding:2px 11px;background-color:rgba(255,255,255,.6);border-radius:3px;behavior:url("assets/css3pie/1.0.0/PIE.htc");z-index: 11}.detail .fewo_voting_link a:after{margin-left:10px;font:20px fontAwesome;content:"\f105"}.detail .fewo_votinglink a:after{margin-left:10px;font-family:fontAwesome;content:"\f040"}div#top-bereich{height:101px}.detail .secondary .default_button:hover{background-color:#f3f4f6;color:#0a669a}.fewo_leaflet a.onLeaflet:before{margin-right:6px;font-family:fontAwesome;content:"\f004"}.fewo_leaflet a:before{margin-right:6px;font-family:fontAwesome;content:"\f08a"}.ce_fewo_details .fewo_attributes li:after{content:","}.detail .service-hotline:first-child{margin-top:0;border-top:0px}.detail .secondary .default_button{width:221px;height:30px;line-height:30px}.detail .mod_article.block,.smallTitle .mod_article.block{position:relative}.detail #right .inside > *:first-child{margin:0;padding:20px 10px 30px;background-color:#0a669a;border-top:0px solid;color:#fff}.detail .service-hotline{margin-top:10px;padding:10px 0 0;background-color:#fff;border-top:0px}.detail .service-hotline .left_headline,.detail .service-hotline .fewo_distance_headline{font:18px 'Dosis',sans-serif;color:#333;font-weight: 700}.detail .service-hotline .entfernung{padding-top:20px;padding-bottom:20px}.detail .service-hotline .entfernung li{padding-top:2px;padding-bottom:3px;border-top:1px solid #e8e8e4;font-size:13px}#right .fewo_distance_headline{display:block;font-size:18px;color:#333}.mod_fewo_housedetails  .galleria-container{background-color: #f3f4f5!important;width: 575px!important;height: auto!important}.fewo_booking_address .form_fields{width:710px}.ce_voting_list .fewo_grouping_5{position:relative}.service li{padding-left:90px;background-image:url("../../files/icons/check.png")}#fewo_alert:after{right:3px;top:0;position:absolute;padding:0 0 2px 3px;font:14px FontAwesome;color:#b94a48;content:"\f00d"}.booking_info_text{font-size:14px}.fewo_booking_address .fmSelectbox{width:140px;float:left;-moz-box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box}.fewo_booking_prices .fmSelectbox .fmCurrentLabel:before{right:6px;top:3px}.detail .fewo_voting_averate{height:160px;margin-top:10px;margin-bottom:10px;padding:0;border-top:1px solid #3FB32E;border-bottom:1px solid #3FB32E}.detail .mod_fewo_voting_list{overflow:hidden}.detail .mod_fewo_voting_list .fewo_link_back a{display:none}.detail .mod_fewo_voting_list .fewo_voting{background-color:#f3f4f6}.dtl_headline .fewo_address{right:0;top:0;position:absolute;text-align:right;font-size:14px;line-height:1.4}.dtl_headline{position:relative;background-color:#fff}#right .fewo_votinglink a{display:block;padding-left:24px;background-image:url("../../files/icons/votinglink.png");background-position:left center;background-repeat:no-repeat}.dtl_gallerie{width:870px;height:auto;min-height:708px}.fewo_agb.error a{font-size:14px;font-weight:bold;color:#f55856;text-transform:uppercase}.fewo_office_payment_elem{display:none}.fewo_distance_value{width:45px;height:17px;float:right;padding:2px;text-align:center;background-color:#f1f1f1;font-size:12px}.fewo_distances ul{margin-bottom:0}.fewo_distances{font-size:14px}.fewo_distance_headline{margin:0 0 12px;font:20px/1.5 'Open Sans',sans-serif}.detail_zur_buchung a{display:block;margin-bottom:10px;padding:10px 0;text-align:center;background-color:#ff8e1d;border-radius:4px;font-size:20px;line-height:1;color:#ffffff;text-transform:uppercase;behavior:url("assets/css3pie/1.0.0/PIE.htc");font-weight: 700}.detail_zur_buchung a:hover{display:block;background-color:#ff750f;font-size:20px;line-height:1;text-decoration:none;color:#ffffff;font-weight: 700}.ce_fewo_details .fewo_description li:before{margin-right:5px;font-family:fontAwesome;content:"\f0da"}.tabcontrol_tabs{width:100%;height:61px;float:left;display:block}.tabcontrol_tabs ul{height:40px;margin:20px 0 0;padding:0;border-bottom:1px solid #1b7eb7;list-style-type:none}.tabcontrol_tabs ul li{height:39px;float:left;display:block;margin-top:0;margin-bottom:0;margin-left:-1px;padding-right:10px;padding-left:10px;background-color:#FDFDFD;border-top:1px solid #1b7eb7;border-right:0px solid #1b7eb7;border-bottom:0px solid #1b7eb7;border-left:1px solid #1b7eb7;font-size:17px;line-height:39px;color:#1b7eb7;text-transform:none;list-style-type:none;cursor: pointer;font-weight: 400;-webkit-transition: background 0.3s ease; /* Firefox */-moz-transition: background 0.3s ease; /* WebKit */-o-transition: background 0.3s ease; /* Opera */transition: background 0.3s ease; /* Standard */}.tabcontrol_tabs ul li:last-child{border-right:1px solid #1b7eb7;border-top-right-radius:3px;behavior:url("assets/css3pie/1.0.0/PIE.htc");cursor: pointer;font-weight: 400;-webkit-transition: background 0.3s ease; /* Firefox */-moz-transition: background 0.3s ease; /* WebKit */-o-transition: background 0.3s ease; /* Opera */transition: background 0.3s ease; /* Standard */}.tabcontrol_panes{width:100%;float:left;display:block;margin-bottom:0;padding-top:10px;padding-bottom:10px;background-color:#ffffff}.tabcontrol_tabs ul li:hover,.tabcontrol_tabs ul li.selected{position:relative;background-color:#1b7eb7;border-top:1px solid #1b7eb7;border-right:0px solid #1b7eb7;border-bottom:0px solid #1b7eb7;border-left:1px solid #1b7eb7;color:#ffffff;list-style-type:none;cursor: pointer}.tabcontrol_tabs ul li:hover{z-index: 2}.tabcontrol_tabs ul li.tab_0{margin-left:0;border-left:1px solid #1b7eb7;border-top-left-radius:3px;behavior:url("assets/css3pie/1.0.0/PIE.htc");z-index:1}.tabcontrol_tabs ul li.tab_0:before{margin-right:5px;font-family:fontAwesome;content:""}.tabcontrol_tabs ul li.tab_1:before{margin-right:5px;font-family:fontAwesome;content:""}.tabcontrol_tabs ul li.tab_2:before{margin-right:5px;font-family:fontAwesome;content:""}.tabcontrol_tabs ul li.tab_3:before{margin-right:5px;font-family:fontAwesome;content:""}.ce_fewo_details *{line-height:1.5}.fewo_leaflet a{height:20px;right:0;position:absolute;float:right;margin-top:10px;margin-right:25px;padding-right:10px;padding-left:10px;background-color:#f3f4f6;border:2px solid #ccc;border-radius:3px;line-height:20px;behavior:url("assets/css3pie/1.0.0/PIE.htc");z-index: 1}.fewo_leaflet a:hover{background-color:#FFF6DF;text-decoration:none}.attributes .attribute_group{width:100%;margin-bottom:1px;background-color:#EDF9FF;-moz-box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box}.attributes .attribute_group *{-moz-box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box}.attributes .attribute_group:nth-child(2n+2){background-color:#fff}.ce_fewo_details .attribute_group_title{width:20%;float:left;display:block;margin-bottom:0;padding-left:15px;font:14px/42px 'Open Sans',sans-serif;font-weight:bold;color:#04263A}.ce_fewo_details ul.fewo_attributes{width:80%;float:left;margin-bottom:0;padding-top:10px;padding-bottom:10px;padding-left:10px;list-style-type:none}.fewo_saisons{overflow:hidden;margin-bottom:10px;line-height:25px}.saison_label{background-color:#E9EBEF;font-weight:bold}.ce_fewo_details .fewo_saisons ul.saison_label li{margin-top:0;line-height:42px}.ce_fewo_details .fewo_saisons ul{overflow:hidden;margin-bottom:0;padding-right:15px;padding-left:15px;border-bottom:1px solid #f5f6f1}.ce_fewo_details .fewo_saisons ul.even{background-color:#EDF9FF}.ce_fewo_details .fewo_saisons li{float:left;line-height:42px}.fewo_saisons li.saison_title{width:20%;float:left;margin:0;color:#04263A}.fewo_saisons li.saison_period{width:24%;float:left;margin:0}.fewo_saisons li.saison_mindays{width:12%;float:left;margin:0;text-align:center}.fewo_saisons li.saison_price{width:22%;float:left;margin:0}.fewo_saisons li.saison_additional{width:22%;float:left;margin:0;text-align:center}.ce_fewo_details .fewo_grouping_1{width:100%;float:left;margin-bottom:20px}.ce_fewo_details .fewo_grouping_2{width:900px;float:left;padding-top:10px;background-color:#ffffff}.ce_fewo_details .fewo_grouping_1 > div{width:100%;display:block;margin:0;padding:0}.ce_fewo_details .fewo_grouping_2 > div{width:50%;float:left;display:inline-block;margin:0;padding:0 0 4px;text-align:center;font-size:12px;line-height:1}.ce_fewo_details .fewo_grouping_1 > div span > span{width:45px;height:17px;float:right;padding:2px;text-align:center;background-color:#f1f1f1;font-size:12px;font-weight:bold}.ce_fewo_details .fewo_grouping_2 .fewo_number{width:45%;float:left;text-align:left;font-size:18px;line-height:1.5;font-weight: 400}.ce_fewo_details .fewo_grouping_2 .fewo_type{width:45%;float:right;padding-right:15px;text-align:right;font-size:18px;line-height:1.5;font-weight: 400}.mod_fewo_booking_config .saison_select{bottom:6px;right:6px;position:absolute}.fewo_booking_address .address_headline,.fewo_booking .booking_headline{margin-top:0;margin-bottom:12px;padding:10px 15px;background-color:#f3f4f6;font-size:18px;color:#0a669a}.fewo_booking_address > div{line-height:1.5}.fewo_booking_address .formelem{width:100%;position:relative;float:left;margin-bottom:10px}span.mandatory{color:#1b7eb7}.form_withdraw{float:right}.form_agb input,.form_withdraw input,.form_agb .fewo_agb,.form_withdraw .fewo_withdraw{float:left}.form_agb input,.form_withdraw input{margin-top:3px;margin-right:6px}.form_agb .fewo_agb p,.form_withdraw .fewo_withdraw p{margin-bottom:0}#cntSubmit{width:100%;bottom:0;left:0;right:0;top:0;position:relative;float:right;margin-top:0;padding:0}#cntSubmit.formsubmit input.return{height:auto;margin:10px 0 0;padding:5px 10px;background-color:#fff;border:2px solid #ddd;font-size:13px;line-height:1.5;font-weight:normal;text-decoration:none;color:#47403a;text-transform:uppercase;float: left !important}#cntSubmit.formsubmit input.button{float:right}.fewo_booking_address > div label{width:150px;float:left;display:inline-block;line-height:1.5}.mod_fewo_bookingStep2 .fewo_booking_info{margin-bottom:20px;padding-left:20px;font-weight:bold}.mod_fewo_bookingStep2 .fewo_booking .booking_pricelist .adults,.mod_fewo_bookingStep2 .fewo_booking .booking_pricelist .booking_price{border-top:1px solid #f3f4f6}.mod_fewo_bookingStep2 .fewo_booking .booking_pricelist .subtotal{font-weight:bold}.fewo_booking_address .formelem.field_comment label{width:100%;float:left}.fewo_booking_address .formelem.field_comment textarea{width:100%;padding:10px}.mod_fewo_bookingStep2 .fewo_booking .formsubmit.mod_fewo_bookingStep2 .fewo_booking .formsubmit{width:600px}.fewo_booking .formsubmit{bottom:40px;right:41px;position:absolute}.ce_fewo_details .fewo_preisab{display:block;padding:0 0 25px 5px;text-align:right;font:30px/1 'Dosis',sans-serif;font-weight: 700}.fewo_preisab  span.fewo_min_days{display:block;padding-bottom:3px;font-size:11px;line-height:1;font-weight: 300}.regionav .fewo_grouping_1{margin-top:10px;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:30px;color:#1b7eb7;font-weight: bold}.regionav .fewo_grouping_1 > .fewo_navi{width:100%;-moz-box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box}.regionav .fewo_grouping_1 .fewo_navi_elements{width:200px;float:right}.bigmap a,.mod_fewo_booking_config .saison_select span{height:30px;display:block;margin-top:10px;margin-right:0;margin-bottom:10px;padding-top:0;padding-bottom:0;text-align:center;background-color:#fff;border:2px solid #0a669a;border-radius:3px;font-size:15px;line-height:30px;font-weight:bold;color:#0a669a;behavior:url("assets/css3pie/1.0.0/PIE.htc");display: block !important}.bigmap a:hover,.mod_fewo_booking_config .saison_select span:hover{background-color:#0a669a;text-decoration:none;color:#fff;cursor: pointer}.fewo_votinglink a,.mod_fewo_voting_list .fewo_link_back a{display:inline-block;margin-top:10px;margin-bottom:10px;padding-right:10px;padding-left:10px;background-color:#FFF6DF;border:2px solid #0a669a;border-radius:4px;font-size:15px;line-height:30px;font-weight:bold;color:#0a669a;behavior:url("assets/css3pie/1.0.0/PIE.htc")}.fewo_votinglink a:hover,.mod_fewo_voting_list .fewo_link_back a:hover{background-color:#0a669a;text-decoration:none;color:#fff}.mod_fewo_booking_config .form_info span.form_info_value{color:#1b7eb7}.ce_fewo_booking .fewo_booking_info,.ce_fewo_booking .fewo_booking_prices{display:inline-block}.mod_fewo_booking .formelem.field_country{width:100%}.mod_fewo_booking input[type="text"],.mod_fewo_booking input[type="password"],.mod_fewo_booking input[type="number"],.mod_fewo_booking input[type="email"],input[type="tel"],.mod_fewo_booking .formelem.field_anrede label{width:100%}.mod_fewo_booking_config input#btn_booking_disabled{height:44px;float:right;display:block;margin-top:20px;margin-right:0;margin-bottom:20px;padding:0 40px 0 20px;background:#ccc url("../../files/icons/arrow-right-white.svg") right center no-repeat;border-radius:4px;font-size:20px;line-height:44px;color:#fff;text-transform:uppercase;behavior:url("assets/css3pie/1.0.0/PIE.htc");cursor: default;-moz-transition: all 0.25s ease 0s;-webkit-transition: all 0.25s ease 0s;-o-: all 0.25s ease 0s;-ms-: all 0.25s ease 0s;transition: all 0.25s ease 0s}
/* Fewomanager-Liste.css */
.mod_fewo_maps .fewo_list_item .fewo_price .fewo_price_mandatory_info:after,.mod_fewo_maps .fewo_list_item .fewo_price .fewo_price_mandatory_info{display: none!important}.mod_fewo_maps .fewo_list_item .fewo_price span.fewo_min_days:after{content:none}.mod_fewo_maps .fewo_maps_details_content .fewo_list_item{background-color:#f8f9fa}.mod_fewo_maps  .fewo_list_item .fewo_price{float:none;padding-top:6px;text-align:left;font-size:28px;color:#ff8e1d}.mod_fewo_maps .fewo_list_item .fewo_citystreet a{color:#333}.mod_fewo_maps .fewo_list_item .fewo_citystreet:before{content:none}.mod_fewo_list .fewo_objecttype{padding-top:5px;padding-bottom:5px;border-bottom:1px solid #e4e4e4;font-size:14px;color:#1b7eb7}.mod_fewo_maps .fewo_list_item .fewo_title{position:static;margin-top:5px}.mod_fewo_maps .fewo_list_item .fewo_price span.fewo_min_days{float:right;display:inline-block;margin-top:7px}.mod_fewo_maps .fewo_list_item .fewo_citystreet{position:static;padding-bottom:10px;border-bottom:1px solid #e4e4e4;font-size:12px;line-height:8px}.mod_fewo_list .fewo_items{margin-top:20px}.fewo_active_search:empty{display:none;margin:0;padding:0;visibility:hidden;background:transparent}#fewo_map_listcontainer{margin-top:20px;-webkit-box-shadow:0 1px 11px 1px rgba(58,64,77,.1);box-shadow:0 1px 11px 1px rgba(58,64,77,.1);behavior:url("assets/css3pie/1.0.0/PIE.htc")}.fewo_maps_closeBtn:hover{background-color:#ebebeb;color:#000}span.fewo_maps_closeBtn:after{font:13px fontAwesome;content: "\f00d"}.fewo_maps_closeBtn{width:28px;height:28px;right:10px;top:10px;position:absolute;text-align:center;background-color:#fff;border-radius:2px;font:0px/36px Roboto,Arial,sans-serif;font-weight:bold;color:#565656;behavior:url("assets/css3pie/1.0.0/PIE.htc");cursor: pointer;box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 4px -1px}.mod_fewo_list #fewo_maps_details .fewo_list_item{height:267px;margin-top:30px;margin-right:0;margin-bottom:0;padding-top:150px;-webkit-box-shadow:0 0 0 0 #000;box-shadow:0 0 0 0 #000;behavior:url("assets/css3pie/1.0.0/PIE.htc")}.mod_fewo_list #fewo_map_container{margin-bottom:20px;-webkit-box-shadow:0 1px 11px 1px rgba(65,72,86,.1);box-shadow:0 1px 11px 1px rgba(65,72,86,.1);behavior:url("assets/css3pie/1.0.0/PIE.htc")}#fewo_toogle_map span{width:165px;height:44px;right:15px;top:-55px;position:absolute;display:block;padding-right:20px;padding-left:20px;background-color:#0A669A;border-radius:4px;line-height:44px;color:#fff;behavior:url("assets/css3pie/1.0.0/PIE.htc");cursor:pointer}#fewo_toogle_map span:hover{background-color:#1B7EB7}#fewo_toogle_map span:before{float:left;margin-right:15px;font:20px/40px fontAwesome;content:"\f278"}.mod_fewo_list .fewo_text{margin-bottom:1px;padding:15px;background-color:#fff;-webkit-box-shadow:0 1px 11px 1px rgba(65,72,86,.1);box-shadow:0 1px 11px 1px rgba(65,72,86,.1);behavior:url("assets/css3pie/1.0.0/PIE.htc")}.mod_fewo_history .fewo_grouping_5{padding:2px 5px}.mod_fewo_history .fewo_grouping_5:after{float:none;clear:both;display:block;content:""}.mod_fewo_history .fewo_list_item .fewo_image{position:relative;float:none}.mod_fewo_history .fewo_list_item .fewo_price{position:relative;float:right;margin-top:3px}.mod_fewo_history .fewo_list_item .fewo_voting .fewo_voting_text{padding-top:5px;font-size:11px}.mod_fewo_history .fewo_list_item .fewo_voting_label{margin-top:9px;font-size:11px}.fewo_list_item .fewo_price_value{font-family:'Dosis',sans-serif;font-weight:700}.mod_fewo_history .fewo_list_item .fewo_voting{width:auto;height:46px;bottom:auto;left:auto;right:auto;top:auto;position:relative;float:left;padding-top:0;padding-right:0;padding-left:0;top:auto;background:transparent}.mod_fewo_favorites h2{margin-bottom:22px;text-align:center}.mod_fewo_favorites{position:relative;margin-top:40px}.mod_fewo_favorites .fewo_result_count{margin-bottom:3px;text-align:right}.mod_fewo_favorites .widget.select{width:180px;float:right;margin-bottom:10px}.mod_fewo_list .fewo_info ul{margin-top:10px}.mod_fewo_favorites .fewo_list_item .fewo_attributes{width:688px}.mod_fewo_list .fewo_info ul li a:before{margin-right:5px;font-family:fontAwesome;content: "\f0da"}.mod_fewo_list .fewo_info{background-color:#fff;color:#04263A}div#fewo_filter_reset{margin-top:15px}.fewo_period_dateThree .result_link a:hover{background-color:#FFF6DF;text-decoration:none}.fewo_period_dateThree .result_link a{padding:1px 10px;border:1px solid #1b7eb7;border-radius:4px;behavior:url("assets/css3pie/1.0.0/PIE.htc")}.mod_article .mod_fewo_offerdetails .fewo_text{margin-top:0}.fewo_text p{margin-top:0;margin-bottom:0}a.default_button.zurueck:before{margin-right:10px;font-family:fontAwesome;content:"\f104"}a.default_button.zurueck{right:15px;top:30px;position:absolute}.btn_zurueck p{margin:0;padding:0}.appthaus #frmSort,.mod_fewo_offerdetails #frmSort{right:15px;top:15px;position:absolute}.appthaus h2.ce_headline.first{left:15px;top:25px;position:absolute}.mod_fewo_housedetails .fewo_text,.mod_fewo_offerdetails .fewo_text{width:100%;min-height:54px;position:relative;display:inline-block;margin-top:15px;margin-bottom:20px;padding:15px;background-color:#ffffff;-webkit-box-shadow:1px 1px 7px 1px rgba(101,114,144,.1);box-shadow:1px 1px 7px 1px rgba(101,114,144,.1);behavior:url("assets/css3pie/1.0.0/PIE.htc");-moz-box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box}.mod_fewo_maps .fewo_list_item .fewo_voting{right:473px}.mod_fewo_random .fewo_list_item .fewo_image{width:290px;height:190px}.mod_fewo_maps .fewo_list_item .fewo_image{width:290px;height:150px}.fewo_offer a.offer_link_details{height:42px;bottom:15px;right:15px;position:absolute;overflow:visible;display:inline-block;margin:0;padding:0 40px 0 20px;white-space:nowrap;background:#ff8e1d url("../../files/icons/arrow-right-white.svg") right center no-repeat;border-radius:4px;font-size:16px;line-height:42px;color:#ffffff;text-transform:uppercase;behavior:url("assets/css3pie/1.0.0/PIE.htc");zoom: 1;cursor: pointer;border: none;font-weight:600;background-size:30px 30px;background-position:right 5px center}.fewo_offer a.offer_link_details:hover{background-color:#ff750f;text-decoration:none}.offer_description_text li{}.mod_fewo_houselist .fewo_house_city::before{margin-right:5px;font-family:fontAwesome;font-weight:normal;color:#1B7EB7;content: "\f041 "}.mod_fewo_houselist .fewo_house_city{font-weight:normal}.mod_fewo_offers .offer_time{left:320px;top:150px;position:absolute;display:inline-block;padding:4px 14px;border:1px solid #E00019;font-weight:bold;color:#E00019}.fewo_list_item .fewo_price_from{font-size:14px;font-weight: 300}#left .mod_fewo_list .fewo_list_item .lastseen_delete a:before,.quick_left .lastseen_delete a:before{width:16px;height:16px;right:2px;top:2px;position:absolute;padding-bottom:1px;padding-left:1px;text-align:center;background-color:#0a669a;font:12px/16px fontAwesome;color:#fff;content:"\f00d"}.mod_fewo_random .fewo_list_item .fewo_grouping_1 > div:before,.mod_fewo_maps .fewo_list_item .fewo_grouping_1 > div:before{content:none}.fewo_grouping_2 .fewo_link_details{right:15px;top:145px;position:absolute}.fewo_attributes ul li{display:inline-block;margin-right:15px;vertical-align:middle}span.att_icon{display:none}.att_icon{width:auto;height:22px}.fewo_list_item .fewo_grouping_1 .fewo_link_details:before{content:none}.service-hotline{margin-top:10px;border-top:1px solid #ccc}#left .formelem .label:hover span.fewo_attribute_count,#left .formelem  input[type="checkbox"]:checked + .label span.fewo_attribute_count{background-color:#E9EBEF}.mod_fewo_history .fewo_list_item .fewo_title a{font-weight:normal;text-decoration:none;color:#fff}.mod_fewo_history .fewo_list_item .fewo_title{width:auto;left:5px;top:5px;position:absolute;margin-top:0;padding:3px 10px;background-color:rgba(27,126,183,.8);font-size:16px;text-decoration:none;color:#fff}#left .formelem .label span.fewo_attribute_count{width:30px;padding-top:2px;padding-bottom:2px;text-align:center;background-color:#F3F4F6}#fewo_history_list .pagination_bottom{display:none}#fewo_history_list{width:255px;margin-top:10px;margin-right:15px;margin-left:15px;padding-top:20px;border-top:1px solid #ccc}.mod_fewo_history .fewo_list_item{width:100%;min-height:170px;overflow:visible;margin-right:0;margin-left:0;border:1px solid #eee;box-shadow: none;background: none}.mod_fewo_houselist .fewo_house_object_count{left:10px;top:10px;position:absolute;padding:2px 11px;background-color:rgba(255,255,255,.6);border-radius:3px;behavior:url("assets/css3pie/1.0.0/PIE.htc");z-index: 11}.mod_fewo_offerdetails h2{font-size:24px}.pagination.empty{background: none}.listGallery_navNext.active,.listGallery_navPrev.active{opacity:0.7 !important;background-color:#ffffff !important}.fewo_listGallery_navigation{opacity:1}.listGallery_navPrev,.listGallery_navNext{width:40px;height:40px;top:50%;position:absolute;margin-top:-20px;background-color:#ffffff;border:2px solid #bababf;border-radius:4px;font-size:0px;cursor:pointer;opacity:1;transition: all 0.25s ease 0s}.listGallery_navPrev:hover,.listGallery_navNext:hover{background-color:#F3F4F6 !important;opacity:1 !important}.listGallery_navNext{text-align:center;line-height:40px;width:40px;height:40px;right:-40px;position:absolute;font-size:24px;cursor:pointer;background-image:none;opacity:1}.listGallery_navNext.active{right:5px;opacity:1;transition: all 0.25s ease 0s}.listGallery_navPrev.active{left:5px;opacity:1;transition: all 0.25s ease 0s}.listGallery_navPrev{text-align:center;line-height:40px;width:40px;height:40px;left:-40px;position:absolute;font-size:24px;cursor:pointer;background-image:none;opacity:1}.listGallery_navNext:before{font-family:fontAwesome;content:"\f105" }.listGallery_navPrev:before{font-family:fontAwesome;content:"\f104 "}.fewo_list_item .fewo_leaflet span:hover,.fewo_leaflet.leaflet_delete a:hover{background-color:#FFF6DF}.fewo_list_item .fewo_citystreet:before{margin-right:5px;font-family:fontAwesome;color:#1B7EB7;content:"\f041 "}#left .mod_fewo_filter.filterBottom{padding-top:0}.filterHeadline.bottom p.left_headline{margin-right:15px;margin-bottom:5px;margin-left:15px;padding-top:15px;padding-right:0;padding-left:0;border-bottom:1px solid #ccc;color:#000}.filterHeadline.top p.left_headline{margin-bottom:0;padding-top:15px;padding-right:15px;padding-left:15px;background-color:#0a669a;color:#fff}.mod_fewo_random .fewo_list_item .fewo_grouping_1,.mod_fewo_maps .fewo_list_item .fewo_grouping_1{border-top:0}.fewo_list_item .fewo_leaflet span.onLeaflet:before,.fewo_leaflet.leaflet_delete a:before{margin-right:0;font:15px/22px fontAwesome;content:"\f004"}.fewo_list_item .fewo_leaflet span:before{font:15px/22px fontAwesome;content:"\f08a"}.mod_fewo_random .fewo_list_item .fewo_grouping_1 > div:last-child,.mod_fewo_maps .fewo_list_item .fewo_grouping_1 > div:last-child{border: none}.fewo_offer .offer_title{line-height:1.5;color:#008A00}.fewo_list_item .fewo_price:hover{cursor:default}.mod_fewo_random .fewo_list_item .fewo_min_days:hover + .fewo_price_mandatory_info,.mod_fewo_maps .fewo_list_item .fewo_min_days:hover + .fewo_price_mandatory_info{bottom:-67px;right:-5px}.fewo_period_dateThree .result_link a:before{display:inline-block;margin-right:6px;font-family:fontAwesome;text-decoration:none;content:"\f105"}.fewo_list_item .fewo_offer{min-height:0}.fewo_period_dateThree:before{font-family:'Open Sans',sans-serif;content: "Verfügbarkeit:";float: left}.fewo_period_dateThree:after{float:none;clear:both;display:block;content:""}.fewo_period_dateThree .result_link{float:left;margin-left:10px}.fewo_citystreet{width:384px;left:319px;top:40px;position:absolute;padding-bottom:5px;border-bottom:1px solid #f3f4f6;font-size:14px}.fewo_period_dateThree{margin-top:200px;padding:10px 15px;border-top:1px solid #f3f4f6;font-size:12px}.fewo_list_alternatives_text > *:last-child{margin-bottom:0}.fewo_list_alternatives_text:before{float:left;margin-right:15px;font:40px fontAwesome;color:#febb02;content:"\f05a "}.fewo_list_alternatives_text{width:100%;overflow:hidden;margin-bottom:30px;padding:15px;background-color:#fff6df;border:1px solid #febb02;-moz-box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box;box-shadow: 1px 1px 7px 1px rgba(101,114,144,.1)}.fewo_list_item .fewo_price span.fewo_min_days:after{margin-left:4px;color:#1b7eb7;content: "";    font: 11px fontAwesome}.fewo_list_item .fewo_price .fewo_price_addon{font-size:11px;font-weight:normal;color:#47403a}.fewo_list_item .fewo_price .fewo_price_mandatory_info{color:#47403a}.fewo_price_mandatory_info ul{margin-top:0;margin-bottom:0}.fewo_price_mandatory_info li{position: relative}.fewo_price_mandatory_info .price_mandatory{padding-bottom:4px;border-bottom: 1px solid #febb02;display: block;margin-bottom: 10px;width: 100%}.fewo_list_item .fewo_price .fewo_price_mandatory_info:after{border-color: transparent transparent #febb02;    border-style: solid;    border-width: 10px;    top: -20px;    content: "";    display: block;    position: absolute;    right: 4px}.fewo_list_item .fewo_price span.fewo_min_days{position:relative;display:block;padding-top:5px;padding-bottom:3px;text-align:right;font-size:11px;line-height:1.0;color:#3B3532;font-weight:400}.fewo_list_item .fewo_price:hover .fewo_price_mandatory_info{width:auto;bottom:-65px;right:0;position:absolute;padding:10px;text-align:left;white-space:nowrap;background-color:#fff6df;border:1px solid #febb02;font-size:12px;display: block !important;z-index: 9}.mod_fewo_voting_all #frmVoteSorting input[type=submit]{display:none}.fewo_list_item .fewo_grouping_2{width:147px;height:170px;right:0;top:0;position:absolute;padding:15px;border-left:1px solid #f3f4f6}.fewo_housedetails > section{float:left;display:inline;margin-right:10px}.mod_fewo_filter span > input[type="checkbox"] + label.disabled:before,.mod_fewo_filter span > input[type="checkbox"] + a.disabled:before{border:1px solid #ccc}.mod_fewo_filter span > input[type="checkbox"]:checked + label:hover:after,.mod_fewo_filter span > input[type="checkbox"]:checked + a:hover:after{left:3px;font-size:13px;content:"\f00d"}.mod_fewo_filter span > input[type="checkbox"]:checked + label:after,.mod_fewo_filter span > input[type="checkbox"]:checked + a:after,.mod_fewo_filter span label:hover:after,.mod_fewo_filter span a:hover:after{left:1px;top:1px;position:absolute;font:14px FontAwesome;color:#1b7eb7;content:"\f00c"}.mod_fewo_filter span > input[type="checkbox"] + label:before,.mod_fewo_filter span > input[type="checkbox"] + a:before{width:13px;height:13px;left:0;top:1px;position:absolute;display:block;border:1px solid #bababf;border-radius:2px;behavior:url("assets/css3pie/1.0.0/PIE.htc");content:""}#left .mod_fewo_filter input[type="checkbox"]{position:absolute;display:none;margin-top:10px}#left .formelem .label{width:100%;height:20px;position:relative;float:none;padding-left:25px;color:#1B7EB7;-moz-box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box}.fewo_avgvote .fewo_filter_vote_image img{float:left;display:block;margin-right:1px}#left .formelem .fewo_avgvote .label span.fewo_filter_vote_image{margin-top:0;margin-right:5px}#left .formelem .label span.fewo_filter_vote_image,#left .formelem .label span.fewo_filter_vote_text{float:left}#filterbare_map.mod_fewo_maps #fewo_maps_details{width:auto;max-height:200px;bottom:20px;left:50px;right:50px;overflow:hidden;-webkit-box-shadow:0 0 3px 0 rgba(0,0,0,.2);box-shadow:0 0 3px 0 rgba(0,0,0,.2);border:0px solid;behavior:url("assets/css3pie/1.0.0/PIE.htc");top:auto}#filterbare_map.mod_fewo_maps #fewo_maps_details #fewo_maps_details_content{max-height:200px}#mediabox_map.mod_fewo_maps #fewo_maps_details{width:auto;height:auto;max-height:680px;left:10px;top:10px;border:0px solid;background:transparent;min-height:none;overflow:hidden}#mediabox_map.mod_fewo_maps #fewo_maps_details #fewo_maps_details_content{max-height:680px}.mod_fewo_maps #fewo_maps_details.multiple #fewo_maps_details_content{overflow-y:scroll}#mediabox_map.mod_fewo_maps #fewo_maps_details .fewo_list_item{width:250px;height:300px;float:none;margin-bottom:0;padding:166px 0 0}#mediabox_map.mod_fewo_maps #fewo_maps_details .fewo_list_item:last-child{margin-bottom:0}#mediabox_map.mod_fewo_maps #fewo_maps_details .fewo_title{padding-right:15px;padding-left:15px;font-size:18px}#mediabox_map.mod_fewo_maps #fewo_maps_details .fewo_link_details{bottom:10px;right:10px;position:absolute}#mediabox_map.mod_fewo_maps #fewo_maps_details .fewo_link_details a{height:30px;padding-right:15px;padding-left:15px;line-height:30px}#mediabox_map.mod_fewo_maps #fewo_maps_details .fewo_price{right:10px;top:10px;position:absolute;padding:5px 5px 2px 8px;text-align:right;background-color:#fff}#mediabox_map.mod_fewo_maps #fewo_maps_details .fewo_grouping_1{width:100%;bottom:50px;left:0;right:0}#mediabox_map.mod_fewo_maps #fewo_maps_details .fewo_grouping_1 > div{width:33.3333%}#mediabox_map.mod_fewo_maps #fewo_maps_details .fewo_voting{width:auto;bottom:5px;left:5px;position:absolute;background:transparent}.mod_fewo_maps #fewo_maps_details #fewo_maps_details_close{width:30px;height:30px;right:10px;top:4px;position:absolute;text-align:center;background-color:#f2f2f2;border:1px solid #ddd;border-radius:4px;font-size:16px;line-height:30px;color:#ff8e1d;behavior:url("assets/css3pie/1.0.0/PIE.htc");z-index:9}.mod_fewo_maps #fewo_maps_details #fewo_maps_details_close:hover{background-color:#E8E8E4}.mod_fewo_maps #fewo_maps_details #fewo_maps_details_close:before{font-family:FontAwesome;content:"\f00d"}.mod_fewo_list #fewo_maps_details{padding:10px;background-color:#fff;border:1px solid #eee;max-height: auto !important;min-height: auto !important;width:290px !important;top:10px;overflow-y: hidden;overflow-x: hidden}.mod_fewo_random .fewo_list_item .fewo_link_details a,.mod_fewo_maps .fewo_list_item .fewo_link_details a{height:33px;padding-right:40px;padding-left:20px;line-height:33px}#bigbox .mod_fewo_random .fewo_list_item:nth-of-type(4n+4){margin-right:0}#bigbox .mod_fewo_random .fewo_list_item{width:275px;margin-right:23px}.fewo_list_item .fewo_attributes ul{margin-top:13px}#frmSort #ctrl_perPage + .fmSelectbox{display:none}.mod_fewo_housedetails > .textbox{margin-bottom:0;padding-bottom:5px}.mod_fewo_housedetails > .textbox h1{margin-bottom:0}.fewo_date_reset,.fewo_info{margin-top:15px;margin-bottom:15px;padding:10px 15px;text-align:left;background-color:#f2dede;color:#b94a48}.fewo_info p{margin-bottom:0}.mod_fewo_random .fewo_list_item .fewo_voting .fewo_voting_text,.mod_fewo_maps .fewo_list_item .fewo_voting .fewo_voting_text{top:22px;padding-top:3px}.mod_fewo_random .fewo_list_item .fewo_voting,.mod_fewo_maps .fewo_list_item .fewo_voting{width:auto;height:40px;bottom:5px;left:5px;position:absolute;background:transparent;top:auto;right:auto}.mod_fewo_random .fewo_list_item .fewo_voting_label,.mod_fewo_maps .fewo_list_item .fewo_voting_label{display:none;color:#3B3532}.fewo_housedetails{width:100%;display:inline-block;padding:60px 15px 15px;background-color:#fff;border-bottom:10px solid #fff;-moz-box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box;box-shadow: 0px 1px 11px 1px rgba(133, 147, 179, 0.1)}.fewo_list_item .fewo_voting{width:126px;height:52px;right:15px;top:75px;position:absolute;padding-top:3px;padding-right:10px;padding-left:10px;text-align:center;background-color:#F3F4F6}.fewo_list_item .fewo_attributes{width:383px;height:42px;top:144px;position:absolute;margin-left:319px;padding-bottom:13px;border-top:1px solid #f3f4f6;font-size:13px}.fewo_list_item .fewo_grouping_1 > div:not(.fewo_link_details){position:relative;list-style-type:none}.fewo_list_item .fewo_grouping_1 > div:before{width:7px;margin-right:5px;font:13px FontAwesome;color:#1b7eb7;content:"\f00c"}.mod_fewo_list .fewo_voting a,.mod_fewo_offerlisting .fewo_voting a{color:#3B3532}.fewo_list_item .fewo_voting .fewo_voting_text{left:0;right:0;top:16px;position:absolute}.fewo_list_item .fewo_voting .fewo_voting_text{padding-top:8px;font-size:13px;line-height:1;color:#3B3532}.fewo_list_item .fewo_voting .fewo_voting_textvalue{display:none}.fmSelectbox .fmDropdownBox div.disabled{display:none;visibility:hidden}.mod_fewo_houselist .fewo_link_details a{bottom:0;right:0;top:0;position:absolute;padding-right:40px;padding-left:20px}.mod_fewo_list.kartenliste #frmSort{display:none}.fewo_list_item.highlight{-webkit-box-shadow:0 0 5px 0 rgba(0,0,0,.35);box-shadow:0 0 5px 0 rgba(0,0,0,.35);border:1px solid #F55856;behavior:url("assets/css3pie/1.0.0/PIE.htc")}.mod_fewo_list #frmSort .widget.widget-select.select{right:15px;top:30px;position:absolute;float:right;display:inline-block;margin-left:5px}.fewo_voting_stars img{margin-right:2px;background-color:#fff}.fewo_active_search{width:100%;margin-bottom:1px;padding-right:15px;padding-left:15px;background-color:#fff;-webkit-box-shadow:0 1px 11px 1px rgba(65,72,86,.1);box-shadow:0 1px 11px 1px rgba(65,72,86,.1);behavior:url("assets/css3pie/1.0.0/PIE.htc");-moz-box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box}.fewo_active_search .selectedFilterOption{display:inline-block;margin-top:8px;margin-right:8px;margin-bottom:8px;padding:3px 10px;background-color:#FFF6DF;border:1px solid #bababf;border-radius:4px;font-size:12px;behavior:url("assets/css3pie/1.0.0/PIE.htc");cursor:pointer}.fewo_active_search .selectedFilterOption:hover{background-color:#fff;color:#999}.fewo_active_search .selectedFilterOption:after{margin-left:5px;font-family:FontAwesome;color:#FF7811;content:"\f00d"}.fewo_list_item .fewo_voting_label{display:block;margin-top:12px;vertical-align:middle;font-size:12px}#left .mod_fewo_filter .formelem#frm_fld_resetFilter{padding-top:0;padding-bottom:0;border:0px solid}.fld_attr .checkbox_group span input:checked + a{color:#f55856}.fld_attr .checkbox_group > span a:hover{text-decoration:none;color:#f55856}.checkbox_group a.disabled .fewo_attribute_count{color:#ccc}.fld_attr .checkbox_group > span a.disabled{text-decoration:none;color:#CCC;pointer:default}.fld_attr .checkbox_group > span a.disabled:hover{text-decoration:none;cursor:default}.fld_attr .checkbox_group > span a{color:#3b3532}.checkbox_group .fewo_attribute_count{float:right;color:#F55856}.fewo_list_item .fewo_leaflet span,.fewo_leaflet.leaflet_delete a{width:22px;height:22px;right:195px;top:10px;position:absolute;margin-top:0;margin-right:0;padding-right:0;padding-left:0;text-align:center;background-color:#f3f4f6;border:2px solid #ddd;border-radius:3px;font-size:0;line-height:22px;color:#1b7eb7;behavior:url("assets/css3pie/1.0.0/PIE.htc");cursor:pointer}#left .mod_fewo_filter select.fewo_offer{margin-bottom:0}#ctrl_sprice legend,#left .formelem .mandatory_headline,#ctrl_avgvote legend,#left .formelem legend{height:30px;display:block;margin:0 14px 0 0;padding:0;font:16px/30px 'Dosis',sans-serif;color:#333;font-weight:700}#frmSort .select label.select{display:none}#frmSort .fmSelectbox{width:150px;border:2px solid #ccc}#fewo_filter_reset a{float:right;display:inline-block;padding:0 10px;text-align:right;border:1px solid #fff;border-radius:2px;font-size:13px;color:#fff;behavior:url("assets/css3pie/1.0.0/PIE.htc")}#fewo_filter_reset a:hover{background-color:#074d75;text-decoration:none}#fewo_filter_reset a:after{margin-left:5px;font-family:fontAwesome;font-weight:bold;content:"\f00d"}.fld_attr .checkbox_group > span{height:20px;float:none}#left .formelem .label{width:100%;position:relative;display:block;padding-top:0;padding-left:25px;font-size:13px;line-height:18px;color:#1B7EB7;cursor:pointer;-moz-box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box}#left .formelem .label:hover{text-decoration:none;color:#233042}#left .formelem .label.disabled{color:#ccc;cursor:default}#left .formelem input:checked + .label{color:#1b7eb7}#left .formelem .label span{float:right;display:inline-block;margin:0;line-height:12px;width:auto}.checkbox_group span.checkbox_group_label{height:30px;display:inline-block;margin:10px 14px 0;padding:0;border-top:1px solid #1b7eb7;font:16px/30px Arial,Helvetica,sans-serif}.checkbox_group > span{width:220px;float:left;clear:both;display:block;margin:3px 14px;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 7px 0 0;padding:0;line-height:1;cursor: pointer}#left .mod_fewo_filter .formelem{width:100%;position:relative;overflow:visible;margin-bottom:5px;transition: transform 0.25s ease 0s;-moz-box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box}#left .mod_fewo_filter .formelem.fld_start,#left .mod_fewo_filter .formelem.fld_stop{width:255px;border: 0 none}#left .mod_fewo_filter .formelem .checkbox_group:last-child{margin-bottom:12px}.hitBox{overflow:visible}.mod_fewo_random{display:block;margin-bottom:10px;padding-bottom:10px}.mod_fewo_list{width:100%;display:table;margin-right:0;margin-left:0;padding-right:0;padding-left:0;list-style-type:none;table-layout: fixed}.fewo_offer{width:900px;height:200px;position:relative;margin:0 0 20px;padding-right:15px;padding-left:321px;background-color:#ffffff;-moz-box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box;box-shadow: 0 2px 1px rgba(0, 0, 0, 0.1)}.fewo_list_item{width:100%;min-height:200px;position:relative;overflow:hidden;margin:0 0 20px;background-color:#ffffff;-moz-box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box;box-shadow: 0px 1px 11px 1px rgba(133, 147, 179, 0.1)}.fewo_list_item .fewo_grouping_1{width:404px;left:320px;right:0;top:75px;position:absolute;padding-bottom:0;background-color:#e4e6e83}.fewo_list_item .fewo_grouping_1 > div{display:block;margin-right:0;margin-left:0;font-size:12px;line-height:19px;word-spacing:1.0}.fewo_list_item .fewo_grouping_1 .fewo_price{width:100%;overflow:hidden;padding-top:10px;padding-bottom:10px}.fewo_list_item .fewo_grouping_1 > div  span{text-align:center}.fewo_list_item > div{margin-right:0;margin-left:0}.fewo_list_item .fewo_title,.fewo_offer .offer_title{margin-bottom:0;font:20px 'Dosis',sans-serif;font-weight:700}.fewo_offer .offer_title{display:inline-block;margin-top:10px;margin-bottom:10px;font-size:20px;line-height:1.2;color:#f55856;-moz-box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box}.fewo_list_item .fewo_title{width:360px;left:319px;position:absolute;overflow:hidden;display:inline-block;margin-top:10px;margin-bottom:0;font-size:20px;line-height:1.2;color:#063B5A;-moz-box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box;text-overflow: ellipsis}.fewo_list_item .fewo_title a{color:#333}.mod_fewo_random .fewo_list_item .fewo_title{width:100%;left:0;display:inline-block;margin-top:10px;margin-bottom:0;margin-left:0;padding-right:15px;padding-left:15px;font:18px/1.2 'Dosis',sans-serif;color:#063B5A;font-weight:700}.fewo_list_item .fewo_city{width:325px;line-height:1.5;color:#008A00}.fewo_list_item .fewo_price{float:right}.fewo_list_item .fewo_price{position:relative;display:block;text-align:right;font:22px/1 'Dosis',sans-serif;color:#063B5A}.fewo_list_item .fewo_description{width:688px;height:65px;left:320px;top:69px;position:absolute;overflow:hidden}.fewo_list_item .fewo_grouping_1 .fewo_link_details{width:147px;right:4px;top:89px;position:relative;float:right;padding:0}.fewo_list_item .fewo_image,.fewo_offer .offer_image{left:0;top:0;position:absolute;overflow:hidden;float:left}.mod_fewo_list .fewo_result_count,.mod_fewo_offerlisting .fewo_result_count{display:none}.mod_fewo_list form#frmSort select,.mod_fewo_leaflet form#frmSort select{height:42px;margin-left:5px;padding:10px;line-height:42px}.mod_fewo_random .fewo_list_item,.mod_fewo_maps .fewo_list_item{width:290px;height:325px;position:relative;overflow:hidden;float:left;margin:0 13px 20px 0;padding-top:190px;padding-right:0;padding-left:0;background-color:#ffffff;border: 0 none}.mod_fewo_random .fewo_list_item:nth-of-type(4n+4),.mod_fewo_maps .fewo_list_item:nth-of-type(4n+4){margin-right:0}.mod_fewo_random .fewo_list_item .fewo_price{right:10px;top:10px;position:absolute;padding:5px 5px 2px;text-align:right;background-color:rgba(255,255,255,.8)}.mod_fewo_random .fewo_list_item .fewo_link_details,.mod_fewo_maps .fewo_list_item .fewo_link_details{bottom:10px;right:10px;position:absolute;float:right;padding:0}.fewo_list_item .fewo_link_details a{width:87px;height:42px;overflow:visible;display:block;margin:0;padding:0 40px 0 20px;text-align:left;white-space:nowrap;background:#ff8e1d url("../../files/icons/arrow-right-white.svg") right center no-repeat;border-radius:4px;font-size:16px;line-height:42px;font-weight:bold;color:#ffffff;text-transform:uppercase;behavior:url("assets/css3pie/1.0.0/PIE.htc");zoom: 1;cursor: pointer;border: none;background-size:30px 30px}.fewo_link_details a:hover{background-color:#ff750f;text-decoration:none}.mod_fewo_random .fewo_list_item .fewo_sterne,.mod_fewo_maps .fewo_list_item .fewo_sterne{right:10px;top:160px;position:absolute;padding:2px;background-color:rgba(255,255,255,.9)}.mod_fewo_random .fewo_list_item .fewo_sterne img,.mod_fewo_maps .fewo_list_item .fewo_sterne img{float:left}.mod_fewo_random .fewo_list_item .fewo_description,.mod_fewo_maps .fewo_list_item .fewo_description{margin-top:50px;padding:0}.mod_fewo_random .fewo_list_item .fewo_city,.mod_fewo_maps .fewo_list_item .fewo_city{width:280px;margin-top:5px;margin-right:auto;padding-top:0;padding-bottom:0;padding-left:15px;text-align:left;line-height:1;color:#008A00;font-weight: 500}.fewo_list_item .fewo_city{bottom:64px;position:absolute}.mod_fewo_random .fewo_list_item .fewo_grouping_1,.mod_fewo_maps .fewo_list_item .fewo_grouping_1{width:100%;bottom:56px;left:0;right:0;position:absolute;background-color:#e4e6e83;top:auto}.mod_fewo_random .fewo_list_item .fewo_grouping_1 > div,.mod_fewo_maps .fewo_list_item .fewo_grouping_1 > div{width:32.3333%;float:left;display:inline-block;margin-right:0;margin-left:0;padding-right:0;padding-bottom:5px;padding-left:0;text-align:center;border-right:1px solid #f3f4f6;font-size:11px;line-height:1}.mod_fewo_random .fewo_list_item .fewo_grouping_1 > div span,.mod_fewo_maps .fewo_list_item .fewo_grouping_1 > div span{font-size:15px;line-height:1.5;font-weight: 400}.fewo_list_item .fewo_offer{width:40px;height:41px;left:5px;top:5px;position:absolute;display:block;background:rgba(255,255,255,.01) url("../../files/images/discount.png") left center no-repeat;-webkit-box-shadow:0 0 0 0;box-shadow:0 0 0 0;behavior:url("assets/css3pie/1.0.0/PIE.htc")}.fewo_list_item .fewo_offer .fewo_offer_title,.fewo_list_item .fewo_offer .fewo_offer_period,.fewo_list_item .fewo_offer .fewo_offer_price{text-indent: -999em}.mod_fewo_list .fewo_list_item .fewo_offer{margin:0;padding:0}.offer_flatrate{color:#1b7eb7}.mod_fewo_houselist .fewo_house_short_description{margin-top:45px;margin-right:20px;margin-left:320px}.mod_fewo_houselist .fewo_list_item .fewo_grouping_2{width:569px;height:42px;bottom:15px;right:-4px;position:absolute;padding:0 15px;border-left:0px solid;line-height:42px;font-weight:bold;top:auto}.mod_fewo_houselist .fewo_grouping_2 > div{right:15px;top:0;float:left;margin-right:6px}.mod_fewo_houselist .fewo_grouping_2 .fewo_house_street:after{content:','}.offer_overview h1{padding-bottom:5px;background-color:#f3f4f6}.offer_overview .offer_image{right:0;top:0;position:absolute}.mod_fewo_offerdetails .offer_overview .offer_time{display:inline-block;margin-top:10px;padding:4px 14px;border:1px solid #E00019;font-weight:bold;color:#E00019}.fewo_housedetails .fewo_gallery{width:610px;position:relative;float:right;display:block;margin-top:10px;background-color:#fff}.fewo_housedetails .fewo_grouping_3{width:285px;position:relative;float:left;display:block;background-color:#ffffff}.fewo_housedetails .fewo_gallery .fewo_gallery_image{float:left;margin-right:3px;margin-bottom:3px}.fewo_housedetails .fewo_gallery .fewo_gallery_image:nth-of-type(4n+4){margin-right:0}.fewo_housedetails .fewo_title{display:block;margin-bottom:10px;border-bottom:3px solid #EFEFEF;font:36px/1.5 'Dosis',sans-serif;font-weight: 700}.fewo_housedetails .fewo_title{display:block;margin-bottom:10px;border-bottom:3px solid #EFEFEF;font:36px/1.5 'Dosis',sans-serif;font-weight: 700}.fewo_housedetails .bigmap{width:285px;position:relative;float:left;display:block;margin-top:0;margin-bottom:12px}.fewo_housedetails .fewo_map{position:relative;float:left;display:block}.fewo_house_object_list{width:100%;float:left}.fewo_housedetails .fewo_house_description{position:relative;float:left;margin-top:10px}.fewo_housedetails .fewo_house_street{width:100%;float:left;display:inline-block;padding:1px 10px;-moz-box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box}.fewo_housedetails .fewo_house_street,.fewo_housedetails .fewo_house_postal,.fewo_housedetails .fewo_house_city{line-height:1.5}.fewo_housedetails .fewo_grouping_3{height:55px;margin-bottom:18px;padding-top:10px;background-color:#f3f4f6}.fewo_housedetails .fewo_house_postal,.fewo_housedetails .fewo_house_city{float:left}.fewo_housedetails .fewo_house_postal{margin-right:6px;margin-left:10px}
/* Layout-Formulare.css */
.formVal #tl_fewo_requests .error:valid + .fmSelectbox .fmCurrentLabel:before,.formVal #tl_fewo_requests *:valid + .fmSelectbox .fmCurrentLabel:before,.formVal #tl_fewo_requests .error + .fmSelectbox .fmCurrentLabel:before,.formVal #formBooking .error:valid + .fmSelectbox .fmCurrentLabel:before,.formVal *:valid + .fmSelectbox .fmCurrentLabel:before,.formVal .error + .fmSelectbox .fmCurrentLabel:before{display:none}.formVal input[type="text"].error,.formVal input[type="password"].error,.formVal input[type="email"].error,.formVal input[type="number"].error,.formVal input[type="tel"].error,.formVal textarea.error,.formVal #tl_fewo_requests .error + .fmSelectbox,.formVal .error + .fmSelectbox,.formular #tl_fewo_requests .formelem.fld_fld_arrival .error + input,.formular #tl_fewo_requests .formelem.fld_fld_departure .error + input{background-image:url("../../files/icons/invalid.svg");background-position:right center;background-repeat:no-repeat;border:2px solid #E06E62;background-size:15px;background-position:right 5px center}.formVal input[type="text"]:valid,.formVal input[type="password"]:valid,.formVal input[type="email"]:valid,.formVal input[type="number"]:valid,.formVal input[type="tel"]:valid,.formVal textarea.error:valid,.formVal #tl_fewo_requests .error:valid + .fmSelectbox,.formVal #tl_fewo_requests *:valid + .fmSelectbox,.formVal .error:valid + .fmSelectbox,.formVal *:valid + .fmSelectbox,.formVal #ctrl_fld_objectwithnr,.formular #tl_fewo_requests .formelem.fld_fld_arrival input:valid,.formular #tl_fewo_requests .formelem.fld_fld_departure input:valid{background-image:url("../../files/icons/valid.svg");background-position:right center;background-repeat:no-repeat;border:2px solid #42b12d;background-size:15px;background-position:right 5px center}.mod_fewo_list form#frmSort select,.mod_fewo_leaflet form#frmSort select{width:174px;height:34px;border:2px solid #ccc;color:#fff}.error select,.error .fmSelectbox,select.error,#tl_fewo_requests .error + .fmSelectbox{border:2px solid #E06E62}.newsletter_box .mod_nlm_subscription{width:55%;margin-right:auto;margin-left:auto}.newsletter_box .mod_nlm_subscription .widget-text{width:27%;float:left;text-align:left}.newsletter_box .mod_nlm_subscription .submit_container{float:right;margin-left:10px;line-height:101px}.ce_nlm_subscribe_form fieldset,.mod_nlm_unsubscription fieldset{margin:10px 0 0;padding:0;border:0 solid}.ce_nlm_subscribe_form label{display:block}.ce_nlm_subscribe_form .fmSelectbox{width:150px;border:2px solid #ddd}.ce_nlm_subscribe_form input[type="checkbox"],.mod_nlm_unsubscription input[type="checkbox"]{margin-top:5px;margin-right:4px;margin-left:0}.ce_nlm_subscribe_form legend,.mod_nlm_unsubscription legend{display:block;padding-right:0;padding-left:0;font-size:14px}.ce_nlm_subscribe_form #ctrl_fld_channels label,.mod_nlm_unsubscription .checkbox_container label{display:inline-block;cursor:pointer}.ce_nlm_subscribe_form #ctrl_fld_channels > span,.mod_nlm_unsubscription .checkbox_container > span{display:block}.gd_small > label{line-height:30px}.gd_small > input[type="text"],.ce_fewo_morePeopleData .gd_small .fmSelectbox{height:30px;line-height:30px}.mod_fewo_voting .fmSelectbox{border:2px solid #ddd}.fewo_booking_address .formelem.field_city{width:28%}.datepicker_bootstrap{margin-left:0}#mbCenter{background-color:#063B5A}#right a.hyperlink_txt{width:261px;height:36px;line-height:36px}a.hyperlink_txt:hover{background-color:#FFF6DF;border:2px solid #ccc;text-decoration:none;color:#0a669a}a.hyperlink_txt{width:100%;height:30px;overflow:visible;display:block;text-align:center;background-color:#f3f4f6;border:2px solid #ccc;border-radius:4px;font-size:16px;line-height:30px;color:#0a669a;behavior:url("assets/css3pie/1.0.0/PIE.htc")}.mod_subscribe input[type="submit"],.mod_unsubscribe input[type="submit"]{display:block}#tl_fewo_requests .fld_fld_country .fmSelectbox,.formular #tl_fewo_requests input[type="text"]#ctrl_fld_objectwithnr{width:347px}.ce_fewo_requestform textarea{width:710px}.formular #tl_fewo_requests .formelem.fld_fld_street{width:49%;margin-right:2%}#tl_fewo_requests .widget-headline:before{margin-right:5px;font-family:fontAwesome;content: "\f05d"}.fewo_booking_address .fmSelectbox{height:35px;border:2px solid #ddd;border-radius:3px;line-height:32px;behavior:url("assets/css3pie/1.0.0/PIE.htc")}.secondary .default_button:hover{border:2px solid #0a669a;color:#fff}.secondary .default_button{background-color:#fff;border:2px solid #0a669a;color:#0a669a}.fmCurrentLabel{font-style:italic;color:#44444a}:-ms-input-placeholder{font-style:italic;color:#44444a}::-moz-placeholder{font-style:italic;color:#44444a}:-moz-placeholder{font-style:italic;color:#44444a}::-webkit-input-placeholder{font-style:italic;color:#44444a}.default_button{height:37px;overflow:visible;display:inline-block;margin:0;padding-right:20px;padding-left:20px;text-align:center;white-space:nowrap;background-color:#1b7eb7;border:0px;border-radius:4px;font-size:16px;line-height:37px;color:#ffffff;behavior:url("assets/css3pie/1.0.0/PIE.htc");cursor: pointer;font-weight:600}.ce_fewo_morePeopleData .checkbox_container label{padding-top:0;font-size:13px;color:#666}.ce_fewo_morePeopleData{overflow:visible}.ce_fewo_morePeopleData .fmSelectbox .fmDropdownBox{max-height:300px;margin-top:-2px;overflow-y:auto}.ce_fewo_morePeopleData .fmSelectbox .fmDropdownBox div{padding-right:3px;padding-left:3px}.gd_small > .fmSelectbox{width:60%}.gd_small > select[id^="ctrl_gebdat_day"] + .fmSelectbox,.gd_small > select[id^="ctrl_gebdat_month"] + .fmSelectbox{width:19%;margin-right:1%}.gd_small > select[id^="ctrl_gebdat_year"] + .fmSelectbox{width:20%}.ce_fewo_morePeopleData .fmSelectbox{height:22px;float:left;padding-right:3px;padding-left:3px;font:13px/22px Arial,Helvetica,sans-serif;color:#000}.ce_fewo_morePeopleData .fmSelectbox .fmCurrentLabel::before{right:6px;top:7px;font-size:14px}#tl_fewo_requests .fmSelectbox .fmDropdownBox{margin-top:0}#tl_fewo_requests .formelem{width:100%;float:left;display:block;margin-bottom:10px}#tl_fewo_requests .fmSelectbox{width:140px;height:35px;float:left;margin-bottom:2px;border:2px solid #ddd;border-radius:3px;line-height:32px;behavior:url("assets/css3pie/1.0.0/PIE.htc");-moz-box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box}#tl_fewo_requests .fmSelectbox .fmCurrentLabel:before{top:9px}.ce_fewo_morePeopleData *{-moz-box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box}#tl_fewo_requests .submit_container{margin-left:220px}#tl_fewo_requests .widget-headline{margin:0 0 12px;padding:10px 15px;background-color:#f3f4f6;font:18px 'Dosis',sans-serif;color:#0a669a;font-weight:700}#tl_fewo_requests fieldset{width:710px;margin:0;padding:0;border:0px solid}#tl_fewo_requests .widget-text label,#tl_fewo_requests .widget-select label,#tl_fewo_requests .widget-textarea label{width:220px;float:left;display:none;padding:0;vertical-align:top;line-height:30px}#tl_fewo_requests .widget{margin-bottom:2px}#tl_fewo_requests input[type="text"],#tl_fewo_requests input[type="password"],#tl_fewo_requests input[type="number"],#tl_fewo_requests input[type="email"],#tl_fewo_requests input[type="tel"]{width:360px;-moz-box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box}#tl_fewo_requests select{width:360px;-moz-box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box}#tl_fewo_requests .fld_arrival .widget input,#tl_fewo_requests .fld_departure .widget input{background-image:url("../../files/images/bg_ca.png");background-position:right center;background-repeat:no-repeat}.formular #tl_fewo_requests input[type="text"],.formular #tl_fewo_requests input[type="tel"],.formular #tl_fewo_requests input[type="email"]{width:100%}.formular #tl_fewo_requests .formelem.fld_fld_firstname,.formular #tl_fewo_requests .formelem.fld_fld_lastname,.formular #tl_fewo_requests .formelem.fld_fld_phone,.formular #tl_fewo_requests .formelem.fld_fld_email,.formular #tl_fewo_requests .formelem.fld_fld_arrival,.formular #tl_fewo_requests .formelem.fld_fld_departure,.formular #tl_fewo_requests .formelem.fld_fld_children,.formular #tl_fewo_requests .formelem.fld_fld_persons,.fewo_booking_address .formelem.field_firstname,.fewo_booking_address .formelem.field_lastname,.fewo_booking_address .formelem.field_postal,.fewo_booking_address .formelem.field_phone,.fewo_booking_address .formelem.field_email{width:49%;float:left;margin-right:2%}.formular #tl_fewo_requests .formelem.fld_fld_lastname,.formular #tl_fewo_requests .formelem.fld_fld_email,.formular #tl_fewo_requests .formelem.fld_fld_city,.formular #tl_fewo_requests .formelem.fld_fld_departure,.formular #tl_fewo_requests .formelem.fld_fld_children,.fewo_booking_address .formelem.field_lastname,.fewo_booking_address .formelem.field_city,.fewo_booking_address .formelem.field_email{margin-right:0}.formular #tl_fewo_requests .formelem.fld_fld_arrival input,.formular #tl_fewo_requests .formelem.fld_fld_departure input{background-image:url("../../files/icons/kalender.svg");background-repeat:no-repeat;background-position: 98% center;background-size: 16px}.formular #tl_fewo_requests .formelem.fld_fld_city,.formular #tl_fewo_requests .formelem.fld_fld_postal,.fewo_booking_address .formelem.field_postal{width:19%;float:left;margin-right:2%}.formular #tl_fewo_requests .formelem.fld_fld_city{width:28%;margin-right:0}.formular #tl_fewo_requests .widget-select label,.formular #tl_fewo_requests .formelem.fld_fld_persons .fmSelectbox,.formular #tl_fewo_requests .formelem.fld_fld_children .fmSelectbox{width:100%}.formular #tl_fewo_requests .submit_container{margin-left:0}.ce_form select{min-width:200px}input[type="text"],input[type="password"],input[type="number"],input[type="email"],input[type="tel"]{width:50%;height:35px;padding:0 10px;border-radius:3px;line-height:35px;color:#47403a;behavior:url("assets/css3pie/1.0.0/PIE.htc");-moz-box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box}fieldset{position:static;margin:.75em 0;padding:0 .5em;background: transparent}legend{padding:0 .5em;font-size:1.2em;line-height:1.25em;font-weight:bold;color:#000;background: transparent}label{padding-top:.25em;line-height:1.5;color:#666}input,textarea,select{border:2px solid #ddd;border-radius:3px;font-size:14px;line-height:1;behavior:url("assets/css3pie/1.0.0/PIE.htc")}select{height:32px;padding:10px;cursor: pointer}.mod_fewo_search select{width:472px;height:34px;margin:0;padding:0;border:1px solid #ccc;font-style:italic;color:#fff}.button,input[type="submit"],input[type="file"]{height:50px;overflow:visible;display:inline-block;margin:10px 0 0;padding-right:50px;padding-left:50px;text-align:center;white-space:nowrap;background-color:#1b7eb7;border:0px;border-radius:4px;font:16px/50px 'Open Sans',sans-serif;color:#ffffff;behavior:url("assets/css3pie/1.0.0/PIE.htc");cursor: pointer;font-weight:600}.button:hover,.default_button:hover{background-color:#0a669a;text-decoration:none}input[type="submit"]:hover{background-color:#0a669a}input[type="text"]:focus,input[type="password"]:focus,input[type="number"]:focus,input[type="email"]:focus,input[type="tel"]:focus,textarea:focus{background-color:#f3f4f6;outline: 0 none}.offer_description_text ul{margin-top:5px;margin-bottom:5px}.formbody p.error{display:none;margin:0;padding:0;text-align:left;font-size:12px;line-height:15px}.formbody td{position:relative}
/* Fewomanager-Bewertungen.css */
#frmFilterSort .fmSelectbox{width:160px;float:left;margin-right:20px}#frmFilterSort{margin-bottom:20px;padding-right:15px;padding-bottom:15px;padding-left:15px;background-color:#fff}#frmFilterSort:after{float:none;clear:both;display:block;content:""}.mod_fewo_voting_all .grouping_2{margin-top:20px;padding-top:10px;border-top:1px solid #ddd}.mod_fewo_voting_all .fewo_list_item .fewo_image{left:15px;top:15px}.mod_fewo_voting_all .fewo_voting_scoredetails{padding-left:145px}.mod_fewo_voting_all .grouping_1{overflow:hidden;padding-left:145px}.mod_fewo_voting_list .grouping_2{margin-top:10px;padding-top:10px;border-top:1px solid #ddd}.mod_fewo_voting_list .fewo_voting_average,.mod_fewo_voting_all .fewo_voting_average{right:15px;top:15px;position:absolute;text-align:right}.mod_fewo_voting_list .grouping_1{overflow:hidden}.mod_fewo_voting_list .fewo_voting_author,.mod_fewo_voting_all .fewo_voting_author{float:left;margin-right:10px}.mod_fewo_voting_all .formbody label{display:none}.vote_page_facts .fewo_citystreet:before{position:static;margin-right: 5px;    font-family: fontAwesome;    color: #1B7EB7;    content: "\f041 "}.vote_page_facts .fewo_citystreet{position:static;margin-bottom:0;padding:6px 0}.fewo_voting_averate .fewo_voteoption_progress{width:140px;overflow:hidden;float:left;display:block;margin-top:7px;margin-right:15px;padding:1px;border:1px solid #3FB32E}.mod_fewo_voting .fmSelectbox.inteliSelect input[type="text"]{width:395px}.mod_fewo_voting .fmSelectbox.inteliSelect{width:375px}.feedback .mod_fewo_voting form{width:710px}.ce_voting_list .fewo_grouping_5 .fewo_voting_rec_wrapper.adviced .fewo_voting_rec_value:before{content:"\f164 "}.fewo_voting_averate .fewo_voteoption_list .fewo_voteoption .vote_label{margin-left:8px}#boxSumPart{color:#3fb32e}.feedback #voteBoxSum{background-color:#F3F4F6}.fewo_star_text{margin-left:8px}.fewo_star{padding-right:2px}.mod_fewo_voting_all .fewo_voting .fewo_voting_owner_message:before,.mod_fewo_voting_list .fewo_voting .fewo_voting_owner_message:before{display:block;font-weight:normal;content: "Vermieter-Kommentar:";font-weight: bold;font-style: normal}.ce_voting_list .fewo_voteoption span.vote_value,.ce_voting_list .fewo_voteoption span.vote_dash,.ce_voting_list .fewo_voteoption span.vote_max{color:#3FB32E}.ce_voting_list .fewo_voteoption_list .fewo_voteoption span.vote_dash,.ce_voting_list .fewo_voteoption_list .fewo_voteoption span.vote_max{display:none}#frmVoteSorting .formbody{float:right;padding-left:6px}.mod_fewo_voting_all .fewo_voting_average{margin-top:5px}.mod_fewo_voting_all .fewo_voting_score{float:left;margin-right:5px}.mod_fewo_voting_all .fewo_voting_date{float:left;margin-right:10px}.mod_fewo_voting_all .fewo_voting_headline{margin-bottom:0;font:18px 'Dosis',sans-serif;z-index: 10}.mod_fewo_voting_list span.vote_label{margin-right:7px}.mod_fewo_voting_list .fewo_voting_date{float:left;display:inline-block;margin-right:15px}.mod_fewo_voting_list .fewo_link_back a:before{margin-right:10px;font-family:fontAwesome;content:"\f104"}.mod_fewo_voting_list .fewo_voting .fewo_voting_headline{margin-top:0;font:18px 'Dosis',sans-serif}.vote_list_votebutton .fewo_votinglink a:after{margin-left:10px;font-family:fontAwesome;content: "\f040"}.vote_page_facts .fewo_booking a{height:42px;overflow:visible;display:block;margin:0;padding:0 40px 0 20px;text-align:left;white-space:nowrap;background:#ff8e1d url("../../files/icons/arrow-right-white.svg") right center no-repeat;border-radius:4px;font-size:16px;line-height:42px;font-weight:bold;color:#ffffff;text-transform:uppercase;behavior:url("assets/css3pie/1.0.0/PIE.htc");zoom: 1;cursor: pointer;border: none;background-size:30px 30px}.vote_page_facts .fewo_booking a:hover{background-color:#ff750f;text-decoration:none}.vote_page_facts h2{margin-bottom:0;padding-bottom:0;font-size:20px}.mod_fewo_voting_all .fewo_link_details a{right:15px;top:158px;position:absolute}.mod_fewo_voting_all .fewo_list_item .fewo_title{position:static;margin:0 0 5px;padding-top:12px;padding-left:145px}.feedback #bigbox{display:none}.mod_fewo_voting .textarea{width:100%;height:110px}.mod_fewo_voting input[type="text"]{width:400px}.mod_fewo_voting .field_traveldate_m,.mod_fewo_voting .field_traveldate_y{width:150px;float:left;margin-right:10px}.mod_fewo_voting .formular .formbody{margin-right:0}.mod_fewo_voting .formelem:after{float:none;clear:both;display:block;content:""}.mod_fewo_voting .formelem{width:100%}.mod_fewo_voting input[type="submit"]{margin-top:20px}.mod_fewo_voting #ctrl_advice{margin-top:10px;margin-left:0}.mod_fewo_voting label{display:block}.feedback .fewo_voting_points{background-color:#f3f4f6}.mod_fewo_voting form > div{width:100%;position:relative;padding-left:240px}.mod_fewo_voting form > div.fewo_voting_complete{padding-left:0}.mod_fewo_voting_all .fewo_voting_average{margin-bottom:1px}.mod_fewo_voting_all .fewo_list_item{background-color: transparent;    box-shadow: 0 0 0 rgba(0, 0, 0, 0);    box-sizing: border-box;    margin: 0 0 0;    min-height: auto;    overflow: visble;    position: static;    width: 100%}.vote_list_average_box.ce_voting_list{padding-top:0}.ce_voting_list .fewo_grouping_5 .fewo_voting_rec_wrapper .fewo_voting_rec_text{font-size:18px}.ce_voting_list .fewo_grouping_5 .fewo_voting_rec_wrapper .fewo_voting_rec_value{font-size:30px;font-weight:bold;color:#3FB32E}.ce_voting_list .fewo_grouping_5 .fewo_voting_rec_wrapper .fewo_voting_rec_value:before{margin-right:4px;font-family:fontAwesome;font-weight:normal;color:#3FB32E;content:"\f087 "}.ce_voting_list .fewo_grouping_5 .fewo_voting_rec_wrapper .fewo_voting_rec_text{display:block}.ce_voting_list .fewo_grouping_5 .fewo_voting_rec_wrapper{height:110px;right:0;top:12px;position:absolute;padding-top:25px;padding-right:20px;padding-left:20px;text-align:center;background-color:#F3F4F6}#right .fewo_voting_averate .fewo_voteoption_total{width:100%;padding-top:0;padding-bottom:0}.mod_fewo_voting_all .fewo_voting_object a:before{display:inline-block;margin-right:5px;font-family:FontAwesome;text-decoration:none;content:"\f015"}.mod_fewo_voting_all .fewo_voting_date:before,.mod_fewo_voting_list .fewo_voting_date:before{width:16px;height:20px;display:inline-block;margin-right:5px;vertical-align:middle;background-image:url("../../files/icons/kalender-green.svg");background-repeat:no-repeat;content:"";background-size: 100%}.mod_fewo_voting form label.error,.error #ctrl_advice legend{color:#f55856}.mod_fewo_voting  form p.error{display:none;visibility:none}.right-bewertung a,.right-bewertung .voting_element_label{font-size:14px}.right-bewertung .voting_element{margin-top:-6px;line-height:1}.fewo_voting_averate{overflow:hidden}.vote_page_facts .fewo_person,.vote_page_facts .fewo_size,.vote_page_facts .fewo_badezimmer,.vote_page_facts .fewo_schlafzimmer{position:relative;font-size:13px}.vote_page_facts .fewo_person:before,.vote_page_facts .fewo_size:before,.vote_page_facts .fewo_badezimmer:before,.vote_page_facts .fewo_schlafzimmer:before{margin-right:5px;font:13px FontAwesome;color:#1b7eb7;content: "\f00c"}.fewo_voteoption_list{margin-top:12px}.ce_voting_list{padding-top:15px}.vote_page_facts{height:200px;position:relative;margin-bottom:20px;padding:5px 10px 10px 320px;background-color:#fff;-moz-box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box;box-shadow: 1px 1px 7px 1px rgba(101,114,144,.1)}.vote_page_facts .fewo_booking,.vote_page_facts .fewo_leaflet{float:left}.vote_page_facts .fewo_grouping_3{bottom:20px;right:15px;position:absolute}.vote_page_facts .ce_fewo_images{left:0;top:0;position:absolute}.vote_page_facts .fewo_leaflet a{top:-44px;margin-right:0}.mod_fewo_voting_list .fewo_voting{width:100%;position:relative;float:left;display:block;padding:15px;background-color:#fff;-moz-box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box;box-shadow: 1px 1px 7px 1px rgba(101,114,144,.1)}.detail .mod_fewo_voting_list .fewo_voting .fewo_voting_owner_message{background-color:#fff}.mod_fewo_voting_all .vote_number,.mod_fewo_voting_all .voteoption_value,.mod_fewo_voting_list .vote_number,.mod_fewo_voting_list .voteoption_value{font-weight:bold}.mod_fewo_voting_all .fewo_voting_optionscore,.mod_fewo_voting_list .fewo_voting_optionscore{display:inline-block;margin-top:10px;margin-right:4px;padding:0 5px;background-color:#f3f4f6;color:#0AB21B}#frmVoteSorting{width:100%;height:65px;margin-top:20px;margin-bottom:20px;padding:10px;background-color:#fff;line-height:40px;-moz-box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box}#frmVoteSorting > *{float:left}#frmVoteSorting .fmSelectbox{width:140px;display:inline-block;margin-left:10px}#frmVoteSorting .formsubmit input{height:40px;margin-top:1px;margin-left:10px}.blank_site .mod_fewo_voting .formelem label{display:block;margin-top:5px}.blank_site .mod_fewo_voting .field_traveldate_y{margin-right:0}.vote_list_votebutton .fewo_votinglink a{float:right}.vote_list_average_box .fewo_votinglink a{bottom:10px;right:10px;position:absolute}.mod_fewo_voting_list  h2,.mod_fewo_voting_list .fewo_object_info{display:none}#right .fewo_voting_averate{margin-bottom:0;padding-top:5px;padding-bottom:5px}#right .fewo_voting_averate .fewo_voteoption_list{display:none}.fewo_voting_averate .fewo_voteoption_list .fewo_voteoption .fewo_voteoption_avg{float:left;line-height:26px}.fewo_voting_averate .fewo_voteoption_list .fewo_voteoption .fewo_voteoption_avg .vote_value{font-size:16px;line-height:1;font-weight:700}.vote_list_average_box{position:relative;margin-bottom:5px;padding:15px;background-color:#fff;box-shadow: 1px 1px 7px 1px rgba(101,114,144,.1)}.fewo_voting_averate .fewo_voteoption_total .fewo_votecount{width:100%;display:block;margin-top:8px;text-align:center}.fewo_voting_averate .fewo_voteoption_total .fewo_voteoption_avg .vote_label{display:block;font-size:18px;line-height:1;font-weight:400}.fewo_voting_averate .fewo_voteoption_total .fewo_voteoption_avg .vote_dash,.fewo_voting_averate .fewo_voteoption_total .fewo_voteoption_avg .vote_max{font-size:22px;font-weight:normal;letter-spacing:-8px}.fewo_voting_averate .fewo_voteoption_total .fewo_voteoption_avg{width:100%;display:block;text-align:center;font-size:36px;font-weight:600}.fewo_voting_averate .fewo_voteoption_total .fewo_voteoption_label{width:100%;display:block;text-align:center;font-size:14px;font-weight:700}.fewo_voting_averate .fewo_voteoption_total{float:left;margin-top:12px;margin-right:20px;padding:5px 20px;background-color:#f3f4f6}.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:#3FB32E}.fewo_voting_averate .fewo_voteoption_progress .fewo_voteoption_bar{width:100%;height:8px;position:relative;float:left}.fewo_voting_averate .fewo_voteoption_list .fewo_voteoption_label{width:130px;float:left;line-height:26px}.fewo_voting_averate .fewo_voteoption_list .fewo_voteoption{width:470px;height:26px;overflow:hidden;border-bottom:1px solid #e8e8e4}.fewo_voting_averate .fewo_voteoption_list .fewo_voteoption:last-child{margin-bottom:0;border-bottom:0 solid}#voteBoxSum #boxTotalText{display:block;font-size:18px;font-weight:normal}#voteBoxSum .totalVotingHeadline{display:block;font-size:14px;font-weight:700}#voteBoxSum{width:220px;left:0;top:265px;position:absolute;padding-top:10px;padding-bottom:10px;text-align:center;background-color:#fff;font-size:36px;font-weight:600;box-shadow: 0px 1px 11px 1px rgba(133, 147, 179, 0.1)}#voteBoxSum .vote_dash,#voteBoxSum .vote_max{font-size:22px;font-weight:normal;color:#3fb32e;letter-spacing:-8px;font-weight:400}#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-left:270px}#ctrl_advice legend{padding-right:0;padding-left:0;font-size:14px;font-weight:normal;color:#666}#ctrl_advice > span > label#lbl_advice_1:before{margin-right:10px;font-family:FontAwesome;font-weight:normal;content:""}#ctrl_advice > span > label#lbl_advice_2:before{margin-right:10px;font-family:FontAwesome;font-weight:normal;content:""}#ctrl_advice #opt_advice_0,#ctrl_advice #lbl_advice_0,#ctrl_advice #opt_advice_1,#ctrl_advice #opt_advice_2{width:0;height:0;position:absolute;margin:0;padding:0;border:0 solid;line-height:0;opacity:0}#ctrl_advice #lbl_advice_0{display:none}#ctrl_advice > span > label{width:65px;bottom:0;display:inline-block;margin-top:10px;padding:6px 10px;text-align:center;background-color:#fff;border:2px solid #ddd;border-radius:4px;text-decoration:none;color:#3fb32e;behavior:url("assets/css3pie/1.0.0/PIE.htc");cursor:pointer;font-weight:700}#ctrl_advice > span > label:hover,#ctrl_advice > span > input:checked + label{background-color:#3fb32e;border-color:#3fb32e;color:#fff}.fewo_no_votings{clear:both}.mod_fewo_voting_list{position:relative;overflow:visible}.mod_fewo_voting_list .fewo_voting{margin-bottom: 10px !important}.fewo_voting:last-child{border: 0 none}.mod_fewo_voting_list .fewo_link_back{left:0;top:-55px;position:absolute;z-index: 1}.mod_fewo_voting_list .fewo_object_info{width:595px;height:190px;position:relative;overflow:hidden;float:left;margin-bottom:20px;padding-left:305px;background-color:#FDFDFD}.mod_fewo_voting_all .fewo_voting_header{width:100%;height:200px;overflow:hidden;margin:0;padding-top:15px;padding-left:300px;-moz-box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box}.mod_fewo_voting_list .fewo_object_info .fewo_voting_headline{margin-top:10px;margin-bottom:5px;line-height:1.5;color:#1b7eb7;font-weight: 700}.mod_fewo_voting_all .fewo_object_info .fewo_voting_headline{margin-top:10px;margin-bottom:5px;line-height:1.5;color:#1b7eb7;font-weight: 700}.mod_fewo_voting_list .fewo_object_info .fewo_object_voting{margin-bottom:5px;padding-bottom:5px;border-bottom:1px solid #063B5A}.mod_fewo_voting_list .fewo_object_info .fewo_object_voting_link{right:10px;top:36px;position:absolute}.mod_fewo_voting_list .fewo_object_info .fewo_object_voting_link a{padding-left:18px;background-image:url("../../files/icons/votinglink.png");background-position:left center;background-repeat:no-repeat;line-height:1.5}.mod_fewo_voting_list .fewo_object_info .fewo_object_image,.mod_fewo_voting_all .fewo_voting_image{left:0;top:0;position:absolute}.mod_fewo_voting_all .fewo_voting_message,.mod_fewo_voting_all .fewo_voting_owner_message{width:100%;position:relative;float:left;display:block;padding-top:10px;background-color:#fff;-moz-box-sizing: border-box;     -webkit-box-sizing: border-box;     -o-box-sizing: border-box;     -ms-box-sizing: border-box;     box-sizing: border-box}.mod_fewo_voting_all .fewo_voting .fewo_voting_message{width:100%;overflow:hidden;float:left;display:inline-block;padding-top:0;background-color:#ffffff;font-family:'Open Sans',sans-serif;line-height:1.5;font-weight: 400;-moz-box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box}.mod_fewo_voting_list .fewo_voting .fewo_voting_message{line-height:1.5}.mod_fewo_voting_all .fewo_voting .fewo_voting_owner_message{margin-top:0;margin-left:0;padding:15px;background-color:#f3f4f6;line-height:1.5;font-style:italic}.mod_fewo_voting_list .fewo_voting .fewo_voting_owner_message{margin-top:10px;margin-left:0;padding:15px;background-color:#f3f4f6;line-height:1.5;font-style:italic}.fewo_voting_stars img{margin-right:2px}.fewo_voting_stars img{margin-right:2px}.voting_element_stars img,.fewo_voting_average img,.fewo_object_voting img{margin-right:2px}.mod_fewo_voting_all .fewo_voting{width:100%;position:relative;float:left;margin-bottom:20px;padding-right:15px;padding-bottom:15px;padding-left:15px;background-color:#ffffff;margin-bottom: 20px !important;-moz-box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box;box-shadow: 1px 1px 7px 1px rgba(101,114,144,.1)}.mod_fewo_voting_list .fewo_voting_headline{margin-top:46px;margin-bottom:0;line-height:1.5;font-weight: 700}.mod_fewo_voting_list .fewo_voting_author:before,.mod_fewo_voting_all .fewo_voting_author:before{margin-right:5px;font-family:FontAwesome;color:#387812;content:"\f007"}.mod_fewo_voting_all .fewo_voting_header .fewo_voting_score img{margin-right:2px}.fewo_voting_points{width:190px;left:0;top:9px;position:absolute;display:block;margin-right:20px;padding:15px;background-color:#FFF;box-shadow: 0px 1px 11px 1px rgba(133, 147, 179, 0.1)}.fewo_voting_points label{width:100%;float:left;margin-bottom:0;font-size:13px;font-weight:bold}.fewo_voting_points .fewo_star_container{margin-top:0;margin-bottom:0}.fewo_voting_points .fewo_star_container a{float:left;display:inline-block;margin-top:3px;background-position:left center}.fewo_voting_points .fewo_star_text{line-height:16px}#erfahrungsbericht-schreiben label.mandatory{width:100%;float:none;margin-bottom:6px}#erfahrungsbericht-schreiben span.mandatory{color:#1b7eb7}#erfahrungsbericht-schreiben input[type="text"]{width:60%;height:37px;padding:0 6px;border:1px solid #DDD;line-height:37px}#erfahrungsbericht-schreiben textarea{width:438px;height:127px;float:left;display:block;padding:10px 6px;border:1px solid #DDD}#erfahrungsbericht-schreiben .formelem{margin-bottom:6px}#erfahrungsbericht-schreiben input[type="text"]:focus,#erfahrungsbericht-schreiben textarea:focus{border-color:#1b7eb7;-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{margin-left:278px}#erfahrungsbericht-schreiben .formsubmit input.submit{height:37px;float:left;clear:both;display:block;margin-top:10px;padding-right:15px;padding-left:15px;background-color:#1b7eb7;line-height:37px;color:#FFF;border: 0 none;border-radius: 0;cursor: pointer}#erfahrungsbericht-schreiben h1{margin-top:20px}#erfahrungsbericht-schreiben .formsubmit input.submit:hover{background-color:#04263A;-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}
/* Fewomanager-Buchungsstrecke-und-Kalender.css */
.fewo_overlay .fewo_calendar tbody tr:nth-child(2) td{font-weight:normal;color:#333}.fewo_calendar{width:auto;float:left;display:block;margin-right:10px;margin-bottom:10px;padding:2px 1px 1px 2px;background-color:#fff;border:1px solid #ddd}.fewo_calendar:nth-child(4n+4){margin-right:0}.fewo_calendar thead{display:block}.fewo_calendar tbody{display:block}.fewo_calendar tr{overflow:hidden;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:40px;height:40px;float:left;display:block;margin-right:1px;margin-bottom:1px;text-align:center;line-height:40px}.fewo_calendar td.month{width:100%;border-bottom:1px solid #ddd;font-weight:normal;color:#333}.fewo_calendar td.day_empty{background-color:#fff}.fewo_calendar td.in_past,.fewo_calendar td.day_free.in_past{background-color:#E6B1B1;cursor:not-allowed}.fewo_calendar td.day_full{cursor:not-allowed;background:#B40000}.fewo_calendar td.day_free{background-color:#3C9D46;text-decoration:underline;cursor:pointer}.fewo_calendar td.day_start{text-decoration:underline;/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#3C9D46+50,B40000+50 */    background: #3C9D46;/* Old browsers */    background: -moz-linear-gradient(-45deg, #3C9D46 50%, #B40000 50%);/* FF3.6-15 */    background: -webkit-linear-gradient(-45deg, #3C9D46 50%,#B40000 50%);/* Chrome10-25,Safari5.1-6 */    background: linear-gradient(135deg, #3C9D46 50%,#B40000 50%);/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3C9D46', endColorstr='#B40000',GradientType=1 );/* IE6-9 fallback on horizontal gradient */    cursor:pointer}.fewo_calendar td.day_start.unavailable,.fewo_calendar td.day_start.unavailable:hover{/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#306B2E+50,B40000+50 */    background: #306B2E;/* Old browsers */    background: -moz-linear-gradient(-45deg, #306B2E 50%, #B40000 50%);/* FF3.6-15 */    background: -webkit-linear-gradient(-45deg, #306B2E 50%,#B40000 50%);/* Chrome10-25,Safari5.1-6 */    background: linear-gradient(135deg, #306B2E 50%,#B40000 50%);/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#306B2E', endColorstr='#B40000',GradientType=1 );/* IE6-9 fallback on horizontal gradient */}.fewo_calendar td.day_stop{text-decoration:underline;/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#B40000+3C9D46+50 */    background: #3C9D46;/* Old browsers */    background: -moz-linear-gradient(-45deg, #B40000 50%, #3C9D46 50%);/* FF3.6-15 */    background: -webkit-linear-gradient(-45deg, #B40000 50%,#3C9D46 50%);/* Chrome10-25,Safari5.1-6 */    background: linear-gradient(135deg, #B40000 50%,#3C9D46 50%);/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#B40000', endColorstr='#3C9D46',GradientType=1 );/* IE6-9 fallback on horizontal gradient */    cursor:pointer}.fewo_calendar td.day_stop.unavailable,.fewo_calendar td.day_stop.unavailable:hover{/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#B40000+50,306B2E+50 */    background: #306B2E;/* Old browsers */    background: -moz-linear-gradient(-45deg, #B40000 50%, #306B2E 50%);/* FF3.6-15 */    background: -webkit-linear-gradient(-45deg, #B40000 50%,#306B2E 50%);/* Chrome10-25,Safari5.1-6 */    background: linear-gradient(135deg, #B40000 50%,#306B2E 50%);/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#B40000', endColorstr='#306B2E',GradientType=1 );/* IE6-9 fallback on horizontal gradient */}.fewo_calendar td.unavailable,.fewo_calendar td.unavailable.day_free:hover{background-color:#306B2E;text-decoration:none;cursor:not-allowed}.fewo_calendar td.arrival,.fewo_calendar td.day_free.arrival,.fewo_calendar td.day_free.departure,.fewo_calendar td.arrival.day_stop,.fewo_calendar td.day_stop:hover,.fewo_calendar td.arrival.selected,.fewo_calendar td.departure.selected,.fewo_calendar td.day_free:hover,.fewo_calendar td.day_start:hover,.fewo_calendar td.arrival.day_stop.unavailable:hover,.fewo_calendar td.departure.selected.unavailable:hover,.fewo_calendar td.arrival.unavailable:hover{background:#337EB6}.fewo_calendar td.selected,.fewo_calendar td.selected.unavailable:hover,.fewo_calendar td.active{background:#BAD1E9}#booking_reset{float:right;display:block;margin-right:20px;line-height:44px;cursor:pointer}#booking_reset:hover{color:#666}#booking_reset:before{margin-right:5px;font-family:FontAwesome;content:"\f00d"}.fewo_tooltip{padding:5px 10px;background-color:#fff6df;border:1px solid #febb02;border-radius:0;behavior:url("assets/css3pie/1.0.0/PIE.htc")}.fewo_tooltip .tip-title{margin-top:0;padding:0;border-bottom:1px solid #febb02;font:12px 'Dosis',sans-serif;font-weight:normal}.fewo_tooltip .tip-text{padding:5px 0 0;font-size:11px;font-weight:normal;background-color:transparent}.datepicker_bootstrap .month.unavailable,.datepicker_bootstrap .year.unavailable{color: #bbbbbb !important}.datepicker_bootstrap .months .month:nth-child(even),.datepicker_bootstrap .years .year:nth-child(even){margin-right:0}#fewo_prices input[type="checkbox"]:checked + .cb:after{font:14px/13px fontAwesome;color:#1b7eb7;content:"\f00c"}#fewo_prices li input[type="checkbox"]{position:absolute;display:none;visibility:hidden}#fewo_prices .cb{width:13px;height:13px;display:block;margin-top:5px;margin-left:30px;border:1px solid #bababf;border-radius:2px;line-height:13px;behavior:url("assets/css3pie/1.0.0/PIE.htc");content:"";cursor:pointer}.fewo_contact_data{width:100%;margin-bottom:10px;padding:10px 20px;background-color:#F3F4F6;font-size:14px;-moz-box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box}.fewo_contact_data_elem .customerLabel{width:120px;display:inline-block;line-height:1.5}.fewo_contact_data_elem .customerLabel:after{content:':'}.fewo_change_data input,#formBooking .formsubmit input.return{border:0;text-decoration:underline;color:#f55856;background: none;  cursor: pointer}.mod_fewo_booking_config .fewo_no_offer .fewo_offer_data{padding-left:10px;line-height:60px}.hasOffer .l4,.hasOffer .l4,.hasOffer .booking_price_sum{text-decoration:line-through}.fewo_booking .booking_pricelist:after{float:none;clear:both;display:block;content:""}.booking_pricelist .booking_price.offer{background-color:#FFEDDF}.fewo_booking .fewo_booking_info:after{float:none;clear:both;display:block;content:""}.fewo_booking_info_item{float:left;margin-right:30px}.fewo_booking_info_item .info_item_label{display:inline-block;margin-right:5px;font-weight:bold}.booking_pricelist .regular_price.princeinfo .l1:before{color: #42b12d;content: "";font-family: fontAwesome;margin-right: 5px}.booking_pricelist .regular_price.princeinfo .l2{width:20%;float:left;text-align:right}.booking_pricelist .regular_price.princeinfo .l1{width:80%;float:left;-moz-box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box}.booking_pricelist .regular_price{overflow:hidden;background-color:#F5FBF6;border-bottom:1px solid #fff;color:#0ab21b}.fewo_alert{height:auto !important;border:1px solid #b94a48 !important;width:680px !important;border-radius: 0 !important;background-color: #F2DEDE !important;text-align: center !important;color: #b94a48 !important;top:45% !important;position:fixed !important;left: 50% !important;margin-left: -340px}.fewo_alert:before{margin-top:4px;margin-right:5px;font:14px fontAwesome;content: ""}.booking_pricelist .booking_price.subtotal{background-color:#E9F0FA;font-weight:bold}.fewo_change_data #btnChange{height:auto;margin:0 0 20px;padding:5px 10px 5px 25px;background:#FFF6DF url("../../files/icons/left-arrow-grey.png") left center no-repeat;border:2px solid #ddd;border-radius:4px;font:13px 'Open Sans',sans-serif;text-decoration:none;color:#47403a;behavior:url("assets/css3pie/1.0.0/PIE.htc");font-weight: 400;background-position:10px center}.fewo_change_data #btnChange:hover{background-color:#F3F4F6;text-decoration:none}.fewo_booking .booking_pricelist{width:100%;margin-bottom:10px;border:1px solid #cce1ff;-moz-box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box}.fewo_booking .booking_pricelist .booking_total{width:100%;float:left;background-color:#E9F0FA;border-top:4px solid #cce1ff;font-size:18px;font-weight:bold;-moz-box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box}.fewo_booking .booking_pricelist .booking_total > div{width:50%;float:left}.fewo_booking .booking_pricelist .booking_total .booking_price_total{float:right;padding-right:0;text-align:right}.fewo_booking .fewo_booking_info{width:100%;margin:0 0 10px;padding:10px 20px;background-color:#e9f0fa;border:1px solid #cce1ff;-moz-box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box}.booking_pricelist .booking_price{overflow:hidden;background-color:#fff;border-bottom:1px solid #f3f4f6;-moz-box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box}.booking_pricelist > div{padding:5px 20px}.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_offers .offer_row,.fewo_offers .fewo_no_offer{border-bottom:2px solid #f3f4f6}.fewo_offers .fewo_offer_detailbutton span.active:after{content:"\f106 "}#ctrlCalYear{width:120px;right:285px;top:46px;position:absolute;padding-top:5px;padding-bottom:5px;padding-left:20px;text-align:center;background:#fff url("../../files/icons/kalender.svg") left center no-repeat;border:1px solid #bababf;border-radius:4px;behavior:url("assets/css3pie/1.0.0/PIE.htc");cursor:pointer;background-size:20px auto;background-position:8px center}#ctrlCalYear:hover{background-color:#F3F4F6}.saisonSelectbox #ctrlCalPrev:hover,.saisonSelectbox #ctrlCalNext:hover{background-color:#F3F4F6}.fewo_booking_pricedata ul.price_element .l1.padded:before{margin-right:5px;font-family:fontAwesome;color:#42B12D;content:"\f058"}.mod_fewo_booking_config .fewo_booking_prices:after{float:none;clear:both;display:block;content:""}.mod_fewo_booking_config .fewo_booking_prices{border:1px solid #cce1ff}.fewo_booking_prices .fmSelectbox{width:35px;height:22px;margin-left:10px;text-align:left;line-height:22px}.fewo_booking_wrapper .form_info_label,.fewo_booking_wrapper .fewo_booking_dateselector,.fewo_booking_wrapper .fewo_booking_dateselector > div{width:auto;display:inline-block;vertical-align:top}.fewo_booking_wrapper .fewo_booking_dateselector > div{margin-top:8px}.fewo_booking_wrapper .fewo_booking_dateselector > div input{width:90px;height:26px;margin-right:0;padding-top:6px;padding-right:0;padding-left:8px;text-align:left;border-top:0px solid #CCE1FF;border-right:0px solid #CCE1FF;border-bottom:1px solid #CCE1FF;border-left:0px solid #CCE1FF;font:14px 'Open Sans',sans-serif;background:transparent;cursor:default}.fewo_booking_wrapper .fewo_booking_dateselector > div label{height:30px;float:left;display:block;padding-top:0;line-height:30px}.fewo_booking_wrapper .fewo_booking_dateselector > div label:after{content:":"}.fewo_booking_pricedata ul.price_element .l1.padded{-moz-box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box}.fewo_booking_pricedata ul{overflow:hidden;background-color:#F5FBF6;border-bottom:1px solid #fff;color:#0ab21b}.fewo_booking_pricedata .regular_price{background-color:#E9F0FA;border-bottom:1px solid #fff;font-weight:bold;color:#47403a}.mod_fewo_booking_config li{list-style-type:none}.fewo_bookingplans .fewo_info{width:100%;height:54px;padding-right:15px;padding-left:15px;text-align:left;background-color:#fff6df;border:1px solid #febb02;line-height:50px;font-weight:bold;-moz-box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box}.mod_fewo_booking_config .fewo_booking_wrapper{width:100%;float:left;clear:both;padding:0;background-color:#E9F0FA;border:1px solid #CCE1FF;-moz-box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box}.fewo_booking_wrapper,.fewo_people_adults ul{width:100%;overflow:visible;float:left;background-color:#ffffff;border-bottom:1px solid #f3f4f6}.mod_fewo_booking_config .form_info{width:100%;float:left;display:block}.mod_fewo_booking_config .form_info span.form_info_label{margin-right:10px;margin-left:20px;font-size:15px;line-height:44px;font-weight:bold}.mod_fewo_booking_config .fewo_booking_prices .fewo_sum{overflow:hidden;clear:both;margin:0;padding:15px 20px;background-color:#E9F0FA;border-top:4px solid #cce1ff}#fewo_prices .fewo_sum li{font-size:18px;font-weight:bold}#fewo_prices li.l1{width:50%;margin-left:0}#fewo_prices li{overflow:visible;float:left;display:inline-block;font-size:14px;line-height:24px}#fewo_prices li.l2{width:10%;min-height:1px;text-align:center}#fewo_prices li.l4,#fewo_prices li.l3{width:20%;height:1px;text-align:right}.fewo_booking_prices > div ul{margin:0;padding:5px 20px;-moz-box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box}#fewo_prices .tooltip{height:16px;display:inline-block;margin-left:6px;padding-right:4px;padding-left:4px;border:1px solid #ccc;border-radius:1px;font-size:11px;line-height:16px;behavior:url("assets/css3pie/1.0.0/PIE.htc");cursor: help}#fewo_prices .tooltip:after{font-family:"Open Sans",sans-serif;color:#0ab21b;content: "info"}.fewo_booking_wrapper,ul.fewo_service,ul.regular_price,.fewo_people_child ul{width:100%;overflow:visible;float:left;background-color:#ffffff;border-bottom:1px solid #f3f4f6}.mod_fewo_booking_config .formsubmit{float:right;display:block;margin-top:20px;margin-right:0;margin-bottom:20px}.mod_fewo_booking_config .formsubmit input,.fewo_booking .formsubmit input,.mod_fewo_booking_config input.submit{height:44px;padding:0 40px 0 20px;background:#ff8e1d url("../../files/icons/arrow-right-white.svg") right center no-repeat;border:0px solid;border-radius:4px;font-size:20px;line-height:40px;color:#ffffff;text-transform:uppercase;behavior:url("assets/css3pie/1.0.0/PIE.htc");cursor: pointer;-moz-transition: all 0.25s ease 0s;-webkit-transition: all 0.25s ease 0s;-o-: all 0.25s ease 0s;-ms-: all 0.25s ease 0s;transition: all 0.25s ease 0s;font-weight:600}.mod_fewo_booking_config .formsubmit input:hover,.fewo_booking .formsubmit input:hover,.mod_fewo_booking_config input.submit:hover{background-color:#ff750f;background-repeat:no-repeat}.fewo_booking_pricedata .offer_price{background-color:#FFEDDF;color:#47403a}.fewo_offers .fewo_offer_detailbutton span:after{float:right;margin-left:5px;font:18px fontAwesome;content:"\f107"}.fewo_offers > div.active{background-color:#F5FBF6}.fewo_offers .fewo_offer_detailbutton span{height:20px;bottom:5px;right:5px;position:absolute;padding-right:5px;padding-left:5px;background-color:#fff;border:2px solid #bababf;border-radius:4px;font-size:13px;line-height:20px;behavior:url("assets/css3pie/1.0.0/PIE.htc");cursor:pointer}.fewo_offers > div.active .offer_selection:before{width:14px;height:14px;left:50%;top:50%;position:absolute;display:block;background-color:#1b7eb7;border-radius:50%;behavior:url("assets/css3pie/1.0.0/PIE.htc");content:"";transform: translate(-50%, -50%)}.fewo_offers .fewo_offer_selection span{width:20px;height:20px;left:50%;top:50%;position:absolute;display:block;border:2px solid #1B7EB7;border-radius:50%;behavior:url("assets/css3pie/1.0.0/PIE.htc");content:"";transform: translate(-50%, -50%);cursor:pointer}.fewo_offers .fewo_offer_minstay:before{margin-right:5px;margin-left:15px;font:15px fontAwesome;content:"\f186 "}.fewo_offers .fewo_offer_date:before{margin-right:5px;font:14px fontAwesome;content:"\f073 "}.fewo_offers .offer_row .fewo_offer_title{display:block;margin-bottom:5px;font-weight:bold}.fewo_offers .offer_row .fewo_offer_data{margin-top:5px;margin-left:10px}.fewo_offers .fewo_offer_selection{width:60px;height:60px;position:relative;display:block;border-right:2px solid #f3f4f6}.fewo_offers .fewo_offer_detailtext{max-height:0;overflow:hidden;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:10px 170px 10px 62px;border-bottom:2px solid #f3f4f6;transition: max-height 0.5s, padding-top 0.1s, padding-bottom 0.1s}.fewo_offers .offer_row:after,.fewo_offers .fewo_no_offer:after{float:none;clear:both;display:block;content:""}.fewo_offers .offer_row > div,.fewo_offers .fewo_no_offer > div{float:left}.fewo_offers > div{position:relative}.fewo_offers:after{float:none;clear:both;display:block;content:""}.fewo_offers{margin-bottom:30px;border-top:2px solid #F3F4F6;border-right:2px solid #F3F4F6;border-bottom:1px solid #F3F4F6;border-left:2px solid #F3F4F6}#fewo_overlay_period .fewo_bookingplans{overflow:hidden}#fewo_overlay_period .saisonSelectbox #ctrlCalPrev,#fewo_overlay_period .saisonSelectbox #ctrlCalNext{top:-42px}.selected-button,.datepicker_bootstrap .days .day.selected,.datepicker_bootstrap .days .day.selected:hover,.datepicker_bootstrap .months .month.selected,.datepicker_bootstrap .months .month.selected:hover,.datepicker_bootstrap .years .year.selected,.datepicker_bootstrap .years .year.selected:hover{background-color:#92d67f}.datepicker_bootstrap .months .month,.datepicker_bootstrap .years .year{height:24px;padding-top:10px;behavior:url("assets/css3pie/1.0.0/PIE.htc")}.datepicker_bootstrap .header .next:before{width:28px;height:28px;text-align:center;font:24px/30px fontAwesome;content:"\f105"}.datepicker_bootstrap .header .previous:before{width:28px;height:28px;text-align:center;font:24px/30px fontAwesome;content:"\f104 "}.datepicker_bootstrap .header .previous{left:5px}.datepicker_bootstrap .header .next{right:6px}.datepicker_bootstrap .header .previous,.datepicker_bootstrap .header .next{width:30px;height:30px;top:5px;border-radius:3px;font-size:0;behavior:url("assets/css3pie/1.0.0/PIE.htc");behavior:url("assets/css3pie/1.0.0/PIE.htc");border: 1px solid #ccc !important}.datepicker_bootstrap .header .previous:hover,.datepicker_bootstrap .header .next:hover{background-color:#F3F4F6}.datepicker_bootstrap .arrival:before,.datepicker_bootstrap .arrival:after,.datepicker_bootstrap .departure:before,.datepicker_bootstrap .departure:after{display:none}.datepicker_bootstrap .body .slider > div thead th{height:31px;line-height:30px}.datepicker_bootstrap .day.arrival{color:#666;/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ade19f+50,fde1e1+50 */background: rgb(173,225,159); /* Old browsers */background: -moz-linear-gradient(-45deg,  rgba(173,225,159,1) 50%, rgba(253,225,225,1) 50%); /* FF3.6-15 */background: -webkit-linear-gradient(-45deg,  rgba(173,225,159,1) 50%,rgba(253,225,225,1) 50%); /* Chrome10-25,Safari5.1-6 */background: linear-gradient(135deg,  rgba(173,225,159,1) 50%,rgba(253,225,225,1) 50%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ade19f', endColorstr='#fde1e1',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */}.datepicker_bootstrap .day.departure{color:#666;/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fde1e1+50,ade19f+50 */background: rgb(253,225,225); /* Old browsers */background: -moz-linear-gradient(-45deg,  rgba(253,225,225,1) 50%, rgba(173,225,159,1) 50%); /* FF3.6-15 */background: -webkit-linear-gradient(-45deg,  rgba(253,225,225,1) 50%,rgba(173,225,159,1) 50%); /* Chrome10-25,Safari5.1-6 */background: linear-gradient(135deg,  rgba(253,225,225,1) 50%,rgba(173,225,159,1) 50%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fde1e1', endColorstr='#ade19f',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */}.datepicker_bootstrap .day.departure:hover{/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fde1e1+50,42b12d+50 */background: rgb(253,225,225); /* Old browsers */background: -moz-linear-gradient(-45deg,  rgba(253,225,225,1) 50%, rgba(66,177,45,1) 50%); /* FF3.6-15 */background: -webkit-linear-gradient(-45deg,  rgba(253,225,225,1) 50%,rgba(66,177,45,1) 50%); /* Chrome10-25,Safari5.1-6 */background: linear-gradient(135deg,  rgba(253,225,225,1) 50%,rgba(66,177,45,1) 50%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fde1e1', endColorstr='#42b12d',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */}.datepicker_bootstrap .day.arrival:hover{/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#42b12d+50,fde1e1+50 */background: rgb(66,177,45); /* Old browsers */background: -moz-linear-gradient(-45deg,  rgba(66,177,45,1) 50%, rgba(253,225,225,1) 50%); /* FF3.6-15 */background: -webkit-linear-gradient(-45deg,  rgba(66,177,45,1) 50%,rgba(253,225,225,1) 50%); /* Chrome10-25,Safari5.1-6 */background: linear-gradient(135deg,  rgba(66,177,45,1) 50%,rgba(253,225,225,1) 50%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#42b12d', endColorstr='#fde1e1',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */}.datepicker_bootstrap .day{color:#666;background-color:#ade19f !important}.datepicker_bootstrap .days td.day.selected{background-color:#1b7eb7 !important}.datepicker_bootstrap .day.selected.today.unavailable,.datepicker_bootstrap .days td.day.selected.today.unavailable:hover{background-color:#3583CA !important;color: #fff !important}.datepicker_bootstrap .day.unavailable.in-past,.datepicker_bootstrap .days td.day.unavailable.in-past:hover{text-decoration:line-through;background-color:#F4F4F4 !important}.datepicker_bootstrap .day.unavailable,.datepicker_bootstrap .days td.day.unavailable:hover{text-decoration:none;background-color:#FDE1E1 !important;color:#666666 !important}.datepicker_bootstrap .days td.day:hover{background-color:#1b7eb7 !important;color: #ffffff !important}.selected-button,.datepicker_bootstrap .days .day.selected,.datepicker_bootstrap .days .day.selected:hover,.datepicker_bootstrap .days td.day.otherMonth.selected:hover{background:#1b7eb7 !important;color:#ffffff !important}#fewo_overlay_period .fewo_bookingplans .fewo_bookingplan{overflow:hidden;float:none;padding:10px 20px 0;border-bottom:1px solid #E8E8E4}.datepicker_bootstrap .months .month:hover,.datepicker_bootstrap .years .year:hover{background-color:#E6E6E6}.datepicker_bootstrap .months .month.unavailable:hover,.datepicker_bootstrap .years .year.unavailable:hover{background-color:#fff}.datepicker_bootstrap .months .month,.datepicker_bootstrap .years .year{width:49%;float:left;margin-top:2%;margin-right:2%;background-color:#E9EBEF;font: 16px YummoLight, sans-serif}.datepicker_bootstrap .header .title .titleText:hover{background: transparent !important}.datepicker_bootstrap .header .title .titleText:hover > div{background-color:#F3F4F6;text-decoration:none}.datepicker_bootstrap .header .title .titleText{padding:0}.datepicker_bootstrap .header .title .titleText > div{width:140px;height:30px;margin-top:0;padding-right:10px;padding-left:10px;border:1px solid #ccc;border-radius:3px;font-size:14px;line-height:30px;color:#4d4f52;text-transform:uppercase;behavior:url("assets/css3pie/1.0.0/PIE.htc")}.datepicker_bootstrap .header .previous,.datepicker_bootstrap .header .next{border-bottom: 6px solid transparent;border-top: 6px solid transparent}.datepicker_bootstrap .header{height:41px;padding-bottom:0;border:0 solid}.datepicker_bootstrap .titles .day{text-align:center;border:2px solid #fff;font-size:12px;font-weight:normal;color:#333;background: none !important}.datepicker_bootstrap .day.unavailable.in-past.otherMonth,.datepicker_bootstrap .days td.day.unavailable.in-past.otherMonth:hover{background: none;color: #fff !important}.datepicker_bootstrap .day.otherMonth,.datepicker_bootstrap .days td.day.otherMonth:hover{background: none !important;color: #ffffff!important}.datepicker_bootstrap .body .slider > div > div,.datepicker_bootstrap .body .slider > div table,.datepicker_bootstrap .body .slider > div,.datepicker_bootstrap .body{margin-top:0;height: 235px !important}.datepicker_bootstrap{width:234px;height:277px;margin-top:5px;padding:5px;background-color:#fff;-webkit-box-shadow:0 0 5px 0 rgba(0,0,0,.1);box-shadow:0 0 5px 0 rgba(0,0,0,.1);border:1px solid #cce1ff;border-radius:0;behavior:url("assets/css3pie/1.0.0/PIE.htc")}.datepicker_bootstrap .days td{height:31px;text-align:center;background-color:#F0F0F0;border:2px solid #fff;font-size:13px;line-height:30px;border-radius:0 !important}#submit_period_modal:hover{background-color:#FF750F;text-decoration:none}#submit_period_modal{height:42px;float:right;display:block;padding-right:40px;padding-left:20px;background:#ff8e1d url("../../files/icons/arrow-right-white.svg") right center no-repeat;border-radius:2px;font-size:16px;line-height:42px;font-weight:normal;color:#fff;text-transform:uppercase;behavior:url("assets/css3pie/1.0.0/PIE.htc");cursor: pointer;background-size:30px 30px;font-weight:600}#fewo_overlay_period .saisonSelectbox #ctrlCalNext{right:20px}#fewo_overlay_period #btnReset{float:right;margin-right:20px;padding-right:10px;padding-left:10px;border:1px solid #bababf;border-radius:2px;color:#47403a;behavior:url("assets/css3pie/1.0.0/PIE.htc");cursor:pointer}#fewo_overlay_period #btnReset:hover{background-color:#F3F4F6}#fewo_overlay_period .filter_period_modal_body:after{float:none;clear:both;display:block;content:""}#ctrlBookingPlans *{-moz-box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box}#fewo_overlay_period .filter_period_modal_body{margin-bottom:10px}#fewo_overlay_period .fewo_booking_data{margin-bottom:10px}.fewo_overlay_content .dateRange #dateStart,.fewo_overlay_content .dateRange #dateStop{display:block;font-weight:bold}.fewo_overlay_content .dateRange > span{height:40px;position:relative;float:left;margin-right:10px;padding:4px 15px 1px 38px;background:#fff url("../../files/icons/kalender.svg") left center no-repeat;font-size:12px;background-position: 10px center;background-size:20px auto}#fewo_filter_period .filter_period_modal_footer{overflow:hidden;background-color: #F3F4F6;padding: 15px}#fewo_filter_period #filter_traveldate_selection:before{font:16px/30px 'Open Sans',sans-serif;content: "Reisedauer";float: left;margin-left: 20px;width: 90px}#fewo_filter_period #filter_traveldate_selection .fmSelectbox{float: left;width: 175px}#fewo_overlay_period #btnReset:after{line-height:28px;content: "x";    font-size: 14px;    font-weight: bold;    margin-left: 5px}#fewo_overlay_period .fewo_bookingplan td.month{height:40px}#fewo_overlay_period .fewo_bookingplan table:nth-child(2){margin-right:0}#fewo_overlay_period .saisonSelectbox{position:absolute;float:none;margin-top:0;margin-bottom:0}#fewo_overlay_period .saisonSelectbox .fmSelectbox{width:150px;right:62px;top:-42px}.saisonSelectbox .fmSelectbox{width:150px;right:61px;top:46px;position:absolute;border-color:#bababf}.saisonSelectbox{width:100%;position:relative;overflow:visible;margin-top:10px}.saisonSelectbox #ctrlCalPrev{width:32px;height:32px;right:242px;top:46px;position:absolute;float:right;display:inline-block;text-align:center;background-color:#fff;border:1px solid #bababf;border-radius:4px;font-size:0;line-height:28px;behavior:url("assets/css3pie/1.0.0/PIE.htc");cursor: pointer;-moz-box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box}.saisonSelectbox #ctrlCalPrev:before{display:block;font:24px/28px fontAwesome;color:#47403a;content:"\f104 "}.saisonSelectbox #ctrlCalNext{width:32px;height:32px;right:20px;top:46px;position:absolute;float:right;text-align:center;background-color:#fff;border:1px solid #bababf;border-radius:4px;font-size:0;line-height:30px;behavior:url("assets/css3pie/1.0.0/PIE.htc");cursor: pointer;-moz-box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box}.saisonSelectbox #ctrlCalNext:before{display:block;font:24px/28px fontAwesome;color:#47403a;content:"\f105 "}#fewo_filter_period .filter_period_modal_header h3{height:31px;padding:10px 20px;background-color: #F3F4F6;    margin-bottom: 0}#fewo_filter_period{width:631px;height:524px;background-color: #fff;box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);left: 50%;position: fixed;top: 50%;z-index: 99999999;transform: translate(-50%, -50%)}#fewo_overlay_period .fewo_overlay_background{background-color:rgba(0,0,0,.6);bottom: 0;left: 0;position: fixed;right: 0;top: 0;z-index: 9}#fewo_overlay_period{background: transparent none repeat scroll 0 0 !important;    opacity: 1 !important;    z-index: 99999999 !important}#ctrlBookingPlans{width:100%;overflow:hidden;margin:0;padding-top:15px;padding-bottom:0;background-color:#ffffff}.fewo_booking_info{margin-bottom:20px}.fewo_plan_legend{margin-top:10px;margin-bottom:30px;padding-left:0;font-size:12px}.fewo_bookingplans .fewo_plan_legend table td{width:67px;height:20px;padding-top:4px;padding-left:5px;text-align:left;border:0px;font-size:12px;color:#333}
@media (min-width: 2000px){
/* Layout-Screen-over2000.css */
.detail .fewo_images_image img,.smallTitle #header .fewo_images_image img,.smallTitle #header .ce_image img{width:100%}.homeTitelImg img,.mod_coverpicture img{width:100%;height:auto}
}
@media (max-width: 960px){
/* Layout-Screen-MAX-960.css */
header,.custom,#footer,.home #container{width:960px !important}
}
@media (max-width: 1200px){
/* Layout-Screen-960.css */
#ctrlCalYear,.saisonSelectbox #ctrlCalNext,.saisonSelectbox .fmSelectbox,.saisonSelectbox #ctrlCalPrev{top:42px}#fewo_map_listcontainer .fewo_maps{width:700px !Important}.mod_fewo_history .fewo_list_item .fewo_image{width:auto;height:auto}.fewo_navi_elements a.navi_next,span.fewo_back.empty,a.navi_back,span.fewo_next.empty,a.navi_list{margin-right:8px;margin-left:8px}.ce_fewo_details .fewo_navi{font-size:13px}span.fewo_list{margin-right:0}a.navi_list{margin-right:0}.mod_fewo_voting_all .fewo_list_item .fewo_image{width:auto;height:auto}.home .mod_nlm_subscription{width:68%}.breadcrumLeiste .inside{width:930px}.fewo_voting_scoredetails{float:none;clear:both;display:block}.mod_fewo_housedetails .galleria-theme-classic .galleria-info-text{top:234px}.galleria-theme-classic .galleria-info-text{top:425px}.mod_fewo_housedetails .galleria-theme-classic .galleria-thumbnails-container{width: 450px;    position: static;    padding: 10px 0;    background-color: #fff;    height: auto;    bottom: auto;    left: auto;    right: auto;    top: auto}.mod_fewo_housedetails .galleria-theme-classic .galleria-stage{width: 450px;    height: 300px;    bottom: auto;    left: auto;    right: auto;    top: auto;    position: static}.mod_fewo_housedetails  .galleria-container{background-color: #f3f4f5!important;width: 450px!important;height: auto!important}.detail .mod_article .galleria-container{width: 670px!important}.fewo_text h2{width:495px}.mod_fewo_random .fewo_list_item:nth-child(3n+3){margin-right:0}.mod_fewo_favorites .fewo_list_item .fewo_attributes{width:482px}.fewo_list_item .fewo_description{width:485px;height:62px;left:285px;top:64px}.mod_fewo_maps .fewo_citystreet{width:160px}.mod_fewo_offers .offer_time{left:285px}.mod_fewo_houselist .fewo_grouping_2 > div{top:11px;margin-right:0}.fewo_offer{width:700px;padding-left:285px}.mod_fewo_filter .fewo_avgvote span > input[type="checkbox"] + label:before,.mod_fewo_filter .fewo_avgvote span > input[type="checkbox"] + a:before{top:0}.fewo_avgvote .fewo_filter_vote_image img{width:14px}.mod_fewo_voting_all .fewo_link_details a{top:15px}.mod_fewo_houselist .fewo_list_item .fewo_title{width:401px;margin-right:15px}.fewo_list_item .fewo_attributes ul{margin-top:5px}.fewo_list_item .fewo_link_details a{width:75px;height:30px;line-height:30px}.fewo_list_item .fewo_image,.fewo_offer .offer_image{width:270px;height:180px}.mod_fewo_voting_all .fewo_voting_header{height:153px;padding-left:230px}.fewo_voting_averate .fewo_voteoption_list .fewo_voteoption{width:330px}.fewo_list_item .fewo_attributes img{width:13px;height:auto}.mod_breadcrumb li a,.mod_breadcrumb li,#header .inside .mod_breadcrumb ul:before{font-size:12px}.mod_fewo_search .fmSelectbox{width:210px}.mod_fewo_voting_list .fewo_voting .fewo_voting_owner_message{padding-bottom:15px}.ce_voting_list .fewo_grouping_5 .fewo_voting_rec_wrapper .fewo_voting_rec_text{font-size:14px}.fewo_list_item .fewo_leaflet span,.fewo_leaflet.leaflet_delete a{right:180px}.fewo_grouping_2 .fewo_link_details{right:15px;top:135px}.fewo_booking_address .form_fields{width:672px}.fewo_bookingplans .fewo_info{font-size:12px}#fewo_history_list{width:215px}#bigbox .mod_fewo_random .fewo_list_item:nth-child(4n+4){margin-right:0}footer #copyright .copyright_inner{padding-right:0;padding-left:0}#footer .inside .ym-grid{padding-right:0;padding-left:0}#bigbox .mod_fewo_random .fewo_list_item{width:304px}.mod_fewo_random .fewo_list_item .fewo_title{margin-top:7px}.mod_fewo_filter .fewo_start,.mod_fewo_filter .fewo_stop,.mod_fewo_filter #ctrl_period{font-style:italic;color:rgba(68,68,74,.5)}#right a.hyperlink_txt{width:221px}#header .mod_fewo_votings{margin-left:80px}#tl_fewo_requests .fld_fld_country .fmSelectbox{width:328px}header h1{margin-left: -480px}#tl_fewo_requests fieldset,.ce_fewo_requestform textarea{width:100%}.mod_fewo_offerdetails h2{width:430px}.infoLine .ym-g33 .default_button{bottom:20px;position:absolute;left: 50%;transform: translate(-50%)}.bookingSteps{width:960px}.fewo_list_item .fewo_grouping_1 .fewo_link_details{width:105px;right:0}.fewo_list_item .fewo_grouping_1 > div{width:200px}.full #container{width:980px}.mod_fewo_voting_all .fewo_list_item .fewo_image img{width:auto}.mod_fewo_houselist .fewo_list_item .fewo_grouping_2{width:400px;padding-left:0}.fewo_period_dateThree{margin-top:180px}#filterbare_map.mod_fewo_maps #fewo_maps_details{max-height:182px}.fewo_list_item .fewo_price:hover .fewo_price_mandatory_info{bottom:55px;right:5px}.fewo_list_item .fewo_grouping_1{top:68px}.fewo_list_item .fewo_attributes{width:235px;height:30px;top:134px;margin-right:15px;margin-left:285px;padding-bottom:15px}.fewo_list_item .fewo_title{width:200px;left:285px}.fewo_voting_averate .fewo_voteoption_list .fewo_voteoption .fewo_voteoption_avg .vote_label{display:none}.fewo_voting_averate .fewo_voteoption_progress .fewo_voteoption_bar{width:150px}.ce_voting_list .fewo_grouping_5 .fewo_voting_rec_wrapper{padding-right:10px;padding-left:10px}.offer_overview .offer_image{top:44px}.mod_fewo_offerdetails .offer_overview{min-height:212px}.fewo_list_item .fewo_grouping_2{width:135px;height:150px}.fewo_housedetails .bigmap{width:210px}.fewo_housedetails .fewo_map{width:210px}.fewo_housedetails .fewo_grouping_3{width:210px;height:51px}#filterbare_map.mod_fewo_maps #fewo_maps_details{left:20px;right:20px}#left .formelem .fewo_avgvote .label span.fewo_filter_vote_image{margin-right:2px}#left .formelem .label{padding-left:18px}#filterbare_map.mod_fewo_maps #fewo_maps_details #fewo_maps_details_content{max-height:182px}.bigbox_hdrei h3{padding-left:80px;font-size:26px;background-size: 50px}h3{font-size:20px}.fewo_housedetails .fewo_gallery .fewo_gallery_image{margin-right:5px}.fewo_housedetails .fewo_gallery .fewo_gallery_image:nth-of-type(3n+3){margin-right:0}.fewo_housedetails .fewo_gallery .fewo_gallery_image:nth-of-type(4n+4){margin-right:5px}.ce_fmWetter .fmwetter_current .fmwetter_temperature_element span{font-size:60px}.fewo_voting_averate .fewo_voteoption_list .fewo_voteoption_label{width:120px}.fewo_voting_averate .fewo_voteoption_total{margin-right:15px}#frmSort .fewo_text{max-width:480px}.fewo_citystreet{width:235px;left:285px;overflow:hidden;margin-right:15px;white-space: nowrap;text-overflow: ellipsis}.home .mod_fewo_votings .fewo_votings .voting_total{top:-2px}.header-claim{font-size:16px}.fewo_list_item .fewo_voting{width:115px;top:68px}.fewo_list_item  .fewo_image img{width:270px}.fewo_list_item .fewo_city{bottom:55px}.ce_fmWetter .fmwetter_forecast .fmwetter_forecast_details{font-size:14px}.gallerie_two_collum figure{width:325px}.left .fewo_listmap{width:670px !Important}.fewo_housedetails .fewo_gallery .fewo_gallery_image{width:133px}.fewo_housedetails .fewo_gallery{width:410px}.mod_fewo_houselist .fewo_house_short_description{height:44px;overflow:hidden;margin-top:40px;margin-left:285px}.mod_fewo_houselist .fewo_grouping_2{width:385px;bottom:5px;padding-left:15px}#cntSubmit{width:100%}.fewo_booking_address .formelem.field_comment textarea{width:100%}form .fewo_bookingplans table td{width:32px;height:32px;line-height:28px}.right #container{padding-right:260px}#ctrlBookingPlans{width:100%;-moz-box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box}.fewo_bookingplan table{margin-right:5px}.galleria-theme-classic .galleria-thumbnails-container{width: 670px}.galleria-theme-classic .galleria-stage{width: 670px;height: 493px}.dtl_headline .fewo_address{top:-5px}.newsletter_box p.error{width:530px}.dtl_gallerie{width:670px;min-height:493px}.horiz-filter{margin-left:-480px}.left #container{padding-left:260px}#right{width:260px}a.hyperlink_txt{width:180px;font-size:14px}h2{font-size:20px}h1{font-size:24px}.fewo_list_item{min-height:180px}.fewo_list_item .fewo_grouping_1{width:238px;left:284px}.service-hotline{-moz-box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box}#left .mod_fewo_filter .formelem.fld_start,#left .mod_fewo_filter .formelem.fld_stop{width:100%}#left .mod_fewo_filter{width:100%}#left{width:260px;right:260px}footer #copyright .copyright_inner{font-size:13px}#bigbox .inside .mod_article{width:960px;margin-left:-480px}.mod_fewo_random .fewo_list_item{width:310px;height:340px;margin-right:15px;padding-top:200px}.mod_fewo_random .fewo_list_item .fewo_image{width:100%;height:199px}.mod_fewo_random .fewo_list_item .fewo_image img,.mod_fewo_maps .fewo_list_item .fewo_image img{width:100%}.mod_fewo_random .fewo_list_item:nth-child(4n+4){margin-right:0}.mod_fewo_random .fewo_list_item:nth-of-type(4n+4){display:none}.home #main .ym-g33 .ce_text{min-height:430px;position:relative}#footer .inside .ym-grid,#footer .inside .copyright_inner,#container,.topLeiste .inside,.navLeiste .inside,.home #container,.detail .mod_breadcrumb ul,.fewo_navigat,.newsletter_box{width:960px}#container{-moz-box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box}
}
