/* 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}
/* Contao Open Source CMS, (c) 2005-2016 Leo Feyer, LGPL license */
@media (max-width:767px){#wrapper{margin:0;width:auto}#container{padding-left:0;padding-right:0}#main,#left,#right{float:none;width:auto}#left{right:0;margin-left:0}#right{margin-right:0}}img{max-width:100%;height:auto}.ie7 img{-ms-interpolation-mode:bicubic}.ie8 img{width:auto}
/**
 * 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; }

/**********************************************************
 *
 * Kalender "byMonth" -> monatliche Darstellung
 *
 **********************************************************/

.mwfm-calendar-wrapper {
    position: relative;
    margin: 0;
}

.mwfm-calendar-wrapper .mwfm-calendar-inner-wrapper {
    position: relative;
    overflow: hidden;
}

.mwfm-calendar-wrapper .mwfm-calendar-message-wrapper {
    margin-top: 15px;
    margin-bottom: 15px;
}

.mwfm-calendar-wrapper .mwfm-calendar-months-wrapper {
    margin: 50px 0 0 0;
    overflow: hidden;
    text-align: center;
}

.mwfm-calendar-wrapper .mwfm-calendar-month {
    display: inline-block;
    height: 318px;
    overflow: hidden;
}

.mwfm-calendar-wrapper .mwfm-calendar-month > .mwfm-calendar-head {
    height: 40px;
    padding: 0;
    font-weight: bold;
    line-height: 40px;
    text-align: center;
}

.mwfm-calendar-wrapper .mwfm-calendar-month > .mwfm-calendar-body {
    background-color: #ffffff;
}

.mwfm-calendar-wrapper .mwfm-calendar-day-names {
    overflow: hidden;
}

.mwfm-calendar-wrapper .mwfm-calendar-day-names .mwfm-calendar-day-name {
    float: left;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
}

.mwfm-calendar-wrapper .mwfm-calendar-days {
    overflow: hidden;
}

.mwfm-calendar-wrapper .mwfm-calendar-days .mwfm-calendar-day {
    position: relative;
    float: left;
    width: 35px;
    height: 35px;
    border-top: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
    overflow: hidden;
}

.mwfm-calendar-wrapper .mwfm-calendar-days .mwfm-calendar-day.mwfm-disabled {
    opacity: 0.5;
}

.mwfm-calendar-wrapper .mwfm-calendar-days .mwfm-calendar-day a,
.mwfm-calendar-wrapper .mwfm-calendar-days .mwfm-calendar-day span {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    text-align: center;
    text-decoration: none;
    line-height: 35px;
    color: #323232;
}

.mwfm-calendar-wrapper .mwfm-calendar-days .mwfm-calendar-day .mwfm-calendar-day-divider {
    width: 0;
    height: 0;
    border-top-width: 35px;
    border-top-style: solid;
    border-top-color: transparent;
    /*border-top: 100px solid gray;*/
    border-right: 35px solid transparent;
}

.mwfm-calendar-wrapper .mwfm-calendar-days .mwfm-calendar-day a.mwfm-disabled,
.mwfm-calendar-wrapper .mwfm-calendar-days .mwfm-calendar-day span.mwfm-disabled {
    opacity: 0.5;
    cursor: default !important;
    pointer-events: none;
}

.mwfm-calendar-wrapper .mwfm-calendar-days .mwfm-calendar-day.mwfm-calendar-day-today {
    background: #fff3e0 !important;
}

.mwfm-calendar-wrapper .mwfm-calendar-days .mwfm-calendar-day.mwfm-calendar-day-today .mwfm-calendar-day-divider {
    border-top-color: #fff3e0 !important;
}

.mwfm-calendar-wrapper .mwfm-calendar-days .mwfm-calendar-day.mwfm-calendar-day-today a,
.mwfm-calendar-wrapper .mwfm-calendar-days .mwfm-calendar-day.mwfm-calendar-day-today span {
    color: #d68c23 !important;
}

.mwfm-calendar-wrapper .mwfm-calendar-days .mwfm-calendar-day.mwfm-calendar-day-owner {
    background: #faeeee !important;
}

/* Leere Tage / nicht buchbare Tage */
.mwfm-calendar-wrapper .mwfm-calendar-days .mwfm-calendar-day.mwfm-calendar-day-to-reserved.mwfm-calendar-day-empty,
.mwfm-calendar-wrapper .mwfm-calendar-days .mwfm-calendar-day.mwfm-calendar-day-to-reserved.mwfm-calendar-day-empty:hover,
.mwfm-calendar-wrapper .mwfm-calendar-days .mwfm-calendar-day.mwfm-calendar-day-to-booked.mwfm-calendar-day-empty,
.mwfm-calendar-wrapper .mwfm-calendar-days .mwfm-calendar-day.mwfm-calendar-day-to-booked.mwfm-calendar-day-empty:hover,
.mwfm-calendar-wrapper .mwfm-calendar-days .mwfm-calendar-day.mwfm-calendar-day-empty,
.mwfm-calendar-wrapper .mwfm-calendar-days .mwfm-calendar-day.mwfm-calendar-day-free.mwfm-calendar-day-season-to {
    background: #F8F8F8;
}

.mwfm-calendar-wrapper .mwfm-calendar-days .mwfm-calendar-day.mwfm-calendar-day-from-reserved.mwfm-calendar-day-empty .mwfm-calendar-day-divider,
.mwfm-calendar-wrapper .mwfm-calendar-days .mwfm-calendar-day.mwfm-calendar-day-from-reserved.mwfm-calendar-day-empty:hover .mwfm-calendar-day-divider,
.mwfm-calendar-wrapper .mwfm-calendar-days .mwfm-calendar-day.mwfm-calendar-day-from-booked.mwfm-calendar-day-empty .mwfm-calendar-day-divider,
.mwfm-calendar-wrapper .mwfm-calendar-days .mwfm-calendar-day.mwfm-calendar-day-from-booked.mwfm-calendar-day-empty:hover .mwfm-calendar-day-divider,
.mwfm-calendar-wrapper .mwfm-calendar-days .mwfm-calendar-day.mwfm-calendar-day-free.mwfm-calendar-day-season-from .mwfm-calendar-day-divider {
    border-top-color: #F8F8F8;
}

/* Buchbare Tage */
.mwfm-calendar-wrapper .mwfm-calendar-days .mwfm-calendar-day.mwfm-calendar-day-to-reserved,
.mwfm-calendar-wrapper .mwfm-calendar-days .mwfm-calendar-day.mwfm-calendar-day-to-booked,
.mwfm-calendar-wrapper .mwfm-calendar-days .mwfm-calendar-day.mwfm-calendar-day-free {
    background: #C3DCA9;
    color: #323232;
}

.mwfm-calendar-wrapper .mwfm-calendar-days .mwfm-calendar-day.mwfm-calendar-day-from-reserved .mwfm-calendar-day-divider,
.mwfm-calendar-wrapper .mwfm-calendar-days .mwfm-calendar-day.mwfm-calendar-day-from-booked .mwfm-calendar-day-divider,
.mwfm-calendar-wrapper .mwfm-calendar-days .mwfm-calendar-day.mwfm-calendar-day-free.mwfm-calendar-day-season-to .mwfm-calendar-day-divider {
    border-top-color: #C3DCA9;
}

/* Angebote */
.mwfm-calendar-wrapper .mwfm-calendar-days .mwfm-calendar-day.mwfm-calendar-day-offer .mwfm-calendar-day-offer-item {
    content: '';
    position: absolute;
    top: 5px;
    right: 5px;
    left: 5px;
    bottom: 5px;
    background: rgba(255, 255, 255, 0.3);
}

/* Markierung */
.mwfm-calendar-wrapper .mwfm-calendar-days .mwfm-calendar-day.mwfm-calendar-day-to-reserved:not(.mwfm-disabled):hover,
.mwfm-calendar-wrapper .mwfm-calendar-days .mwfm-calendar-day.mwfm-calendar-day-to-booked:not(.mwfm-disabled):hover,
.mwfm-calendar-wrapper .mwfm-calendar-days .mwfm-calendar-day.mwfm-calendar-day-free:not(.mwfm-disabled):hover,
.mwfm-calendar-wrapper .mwfm-calendar-days .mwfm-calendar-day.mwfm-calendar-day-marked:not(.mwfm-disabled) {
    background: #eff5fa !important;
}

.mwfm-calendar-wrapper .mwfm-calendar-days .mwfm-calendar-day.mwfm-calendar-day-from-reserved:not(.mwfm-disabled):hover .mwfm-calendar-day-divider,
.mwfm-calendar-wrapper .mwfm-calendar-days .mwfm-calendar-day.mwfm-calendar-day-from-booked:not(.mwfm-disabled):hover .mwfm-calendar-day-divider,
.mwfm-calendar-wrapper .mwfm-calendar-days .mwfm-calendar-day.mwfm-calendar-day-free:not(.mwfm-disabled):hover .mwfm-calendar-day-divider,
.mwfm-calendar-wrapper .mwfm-calendar-days .mwfm-calendar-day.mwfm-calendar-day-marked:not(.mwfm-disabled) .mwfm-calendar-day-divider {
    border-top-color: #eff5fa !important;
}

.mwfm-calendar-wrapper .mwfm-calendar-days .mwfm-calendar-day.mwfm-calendar-day-from-reserved:hover a,
.mwfm-calendar-wrapper .mwfm-calendar-days .mwfm-calendar-day.mwfm-calendar-day-to-reserved:hover a,
.mwfm-calendar-wrapper .mwfm-calendar-days .mwfm-calendar-day.mwfm-calendar-day-from-booked:hover a,
.mwfm-calendar-wrapper .mwfm-calendar-days .mwfm-calendar-day.mwfm-calendar-day-to-booked:hover a,
.mwfm-calendar-wrapper .mwfm-calendar-days .mwfm-calendar-day.mwfm-calendar-day-free:hover a,
.mwfm-calendar-wrapper .mwfm-calendar-days .mwfm-calendar-day.mwfm-calendar-day-marked a {
    color: #5c9ac9 !important;
}

.mwfm-calendar-wrapper .mwfm-calendar-days .mwfm-calendar-day.mwfm-disabled:hover a,
.mwfm-calendar-wrapper .mwfm-calendar-days .mwfm-calendar-day.mwfm-disabled:hover span {
    color: #323232 !important;
}

.mwfm-calendar-wrapper .mwfm-calendar-days .mwfm-calendar-day.mwfm-calendar-day-marked-from .mwfm-calendar-day-divider:after,
.mwfm-calendar-wrapper .mwfm-calendar-days .mwfm-calendar-day.mwfm-calendar-day-marked-to .mwfm-calendar-day-divider:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 0;
    width: 0;
    height: 0;
}

.mwfm-calendar-wrapper .mwfm-calendar-days .mwfm-calendar-day.mwfm-calendar-day-marked-from .mwfm-calendar-day-divider:after {
    border-top: 17px solid transparent;
    border-bottom: 17px solid transparent;
    border-left: 20px solid #c9ddee;
}

.mwfm-calendar-wrapper .mwfm-calendar-days .mwfm-calendar-day.mwfm-calendar-day-marked-to .mwfm-calendar-day-divider:after {
    left: auto;
    right: 0;
    border-top: 17px solid transparent;
    border-bottom: 17px solid transparent;
    border-right: 20px solid #c9ddee;
}

/* Buchung */
.mwfm-calendar-wrapper .mwfm-calendar-days .mwfm-calendar-day.mwfm-calendar-day-booked.mwfm-calendar-day-marked,
.mwfm-calendar-wrapper .mwfm-calendar-days .mwfm-calendar-day.mwfm-calendar-day-to-booked.mwfm-calendar-day-from-booked:hover,
    /*.mwfm-calendar-wrapper .mwfm-calendar-days .mwfm-calendar-day.mwfm-calendar-day-to-booked.mwfm-calendar-day-empty:hover,*/
.mwfm-calendar-wrapper .mwfm-calendar-days .mwfm-calendar-day.mwfm-calendar-day-from-booked,
.mwfm-calendar-wrapper .mwfm-calendar-days .mwfm-calendar-day.mwfm-calendar-day.mwfm-calendar-day-booked,
.mwfm-calendar-wrapper .mwfm-calendar-days .mwfm-calendar-day.mwfm-calendar-day-from-booked.mwfm-calendar-day-marked,
.mwfm-calendar-wrapper .mwfm-calendar-days .mwfm-calendar-day.mwfm-calendar-day-to-booked.mwfm-calendar-day-from-booked {
    background: #E3ADA9;
}

.mwfm-calendar-wrapper .mwfm-calendar-days .mwfm-calendar-day.mwfm-calendar-day-booked.mwfm-calendar-day-marked .mwfm-calendar-day-divider,
.mwfm-calendar-wrapper .mwfm-calendar-days .mwfm-calendar-day.mwfm-calendar-day-to-booked.mwfm-calendar-day-from-booked:hover .mwfm-calendar-day-divider,
.mwfm-calendar-wrapper .mwfm-calendar-days .mwfm-calendar-day.mwfm-calendar-day-to-booked .mwfm-calendar-day-divider,
.mwfm-calendar-wrapper .mwfm-calendar-days .mwfm-calendar-day.mwfm-calendar-day-to-booked.mwfm-calendar-day-from-booked .mwfm-calendar-day-divider,
.mwfm-calendar-wrapper .mwfm-calendar-days .mwfm-calendar-day.mwfm-calendar-day-to-booked.mwfm-calendar-day-from-reserved .mwfm-calendar-day-divider,
.mwfm-calendar-wrapper .mwfm-calendar-days .mwfm-calendar-day.mwfm-calendar-day-to-booked.mwfm-calendar-day-from-reserved:hover .mwfm-calendar-day-divider,
.mwfm-calendar-wrapper .mwfm-calendar-days .mwfm-calendar-day.mwfm-calendar-day.mwfm-calendar-day-booked .mwfm-calendar-day-divider,
.mwfm-calendar-wrapper .mwfm-calendar-days .mwfm-calendar-day.mwfm-calendar-day.mwfm-calendar-day-booked:hover .mwfm-calendar-day-divider {
    border-top-color: #E3ADA9;
}

/* Reservierung */
.mwfm-calendar-wrapper .mwfm-calendar-days .mwfm-calendar-day.mwfm-calendar-day-reserved.mwfm-calendar-day-marked,
.mwfm-calendar-wrapper .mwfm-calendar-days .mwfm-calendar-day.mwfm-calendar-day-to-reserved.mwfm-calendar-day-from-reserved:hover,
    /*.mwfm-calendar-wrapper .mwfm-calendar-days .mwfm-calendar-day.mwfm-calendar-day-to-reserved.mwfm-calendar-day-empty:hover,*/
.mwfm-calendar-wrapper .mwfm-calendar-days .mwfm-calendar-day.mwfm-calendar-day-from-reserved,
.mwfm-calendar-wrapper .mwfm-calendar-days .mwfm-calendar-day.mwfm-calendar-day.mwfm-calendar-day-reserved,
.mwfm-calendar-wrapper .mwfm-calendar-days .mwfm-calendar-day.mwfm-calendar-day-from-reserved.mwfm-calendar-day-marked,
.mwfm-calendar-wrapper .mwfm-calendar-days .mwfm-calendar-day.mwfm-calendar-day-to-reserved.mwfm-calendar-day-from-reserved,
.mwfm-calendar-wrapper .mwfm-calendar-days .mwfm-calendar-day.mwfm-calendar-day-to-booked.mwfm-calendar-day-from-reserved,
.mwfm-calendar-wrapper .mwfm-calendar-days .mwfm-calendar-day.mwfm-calendar-day-to-booked.mwfm-calendar-day-from-reserved:hover {
    background: #E7C6A6;
}

.mwfm-calendar-wrapper .mwfm-calendar-days .mwfm-calendar-day.mwfm-calendar-day-reserved.mwfm-calendar-day-marked .mwfm-calendar-day-divider,
.mwfm-calendar-wrapper .mwfm-calendar-days .mwfm-calendar-day.mwfm-calendar-day-to-reserved.mwfm-calendar-day-from-reserved:hover .mwfm-calendar-day-divider,
.mwfm-calendar-wrapper .mwfm-calendar-days .mwfm-calendar-day.mwfm-calendar-day-to-reserved.mwfm-calendar-day-from-booked:hover .mwfm-calendar-day-divider,
.mwfm-calendar-wrapper .mwfm-calendar-days .mwfm-calendar-day.mwfm-calendar-day-to-reserved .mwfm-calendar-day-divider,
.mwfm-calendar-wrapper .mwfm-calendar-days .mwfm-calendar-day.mwfm-calendar-day-to-reserved.mwfm-calendar-day-from-reserved .mwfm-calendar-day-divider,
.mwfm-calendar-wrapper .mwfm-calendar-days .mwfm-calendar-day.mwfm-calendar-day.mwfm-calendar-day-reserved .mwfm-calendar-day-divider,
.mwfm-calendar-wrapper .mwfm-calendar-days .mwfm-calendar-day.mwfm-calendar-day.mwfm-calendar-day-reserved:hover .mwfm-calendar-day-divider {
    border-top-color: #E7C6A6;
}

.mwfm-calendar-wrapper .mwfm-calendar-navigation a.mwfm-today,
.mwfm-calendar-wrapper .mwfm-calendar-navigation a.mwfm-previous,
.mwfm-calendar-wrapper .mwfm-calendar-navigation a.mwfm-next {
    display: block;
    position: absolute;
    top: 0;
    -webkit-border-radius: 1px 1px 1px 1px;
    border-radius: 1px 1px 1px 1px;
    text-decoration: none;
}

.mwfm-calendar-wrapper .mwfm-calendar-navigation a.mwfm-today {
    top: 0;
    left: 50%;
    width: 80px;
    margin-top: 0;
    margin-left: -40px;
    text-indent: 0;
    text-align: center;
}

.mwfm-calendar-wrapper .mwfm-calendar-navigation a.mwfm-today:hover {
    background: #f9f9f9;
}

.mwfm-calendar-wrapper .mwfm-calendar-navigation a.mwfm-previous {
    left: 0;
    min-width: 35px;
    min-height: 35px;
    padding-left: 30px;
}

.mwfm-calendar-wrapper .mwfm-calendar-navigation.mwfm-navigation-controls-small a.mwfm-previous {
    padding-left: 0;
}

.mwfm-calendar-wrapper .mwfm-calendar-navigation a.mwfm-next {
    right: 0;
    min-width: 35px;
    min-height: 35px;
    padding-right: 30px;
}

.mwfm-calendar-wrapper .mwfm-calendar-navigation.mwfm-navigation-controls-small a.mwfm-next {
    padding-right: 0;
}

.mwfm-calendar-wrapper .mwfm-calendar-navigation a.mwfm-previous.mwfm-disabled,
.mwfm-calendar-wrapper .mwfm-calendar-navigation a.mwfm-next.mwfm-disabled {
    opacity: 0.5;
    cursor: default;
}

.mwfm-calendar-wrapper .mwfm-calendar-navigation a.mwfm-previous:before,
.mwfm-calendar-wrapper .mwfm-calendar-navigation a.mwfm-next:before {
    position: absolute;
    font-family: FontAwesome;
}

.mwfm-calendar-wrapper .mwfm-calendar-navigation a.mwfm-previous:before {
    content: '\f100';
    left: 13px;
}

.mwfm-calendar-wrapper .mwfm-calendar-navigation a.mwfm-previous:after {
    content: attr(title)
}

.mwfm-calendar-wrapper .mwfm-calendar-navigation a.mwfm-next:before {
    content: '\f101';
    right: 13px;
}

.mwfm-calendar-wrapper .mwfm-calendar-navigation a.mwfm-next:after {
    content: attr(title);
}

.mwfm-calendar-wrapper .mwfm-calendar-navigation.mwfm-navigation-controls-small a.mwfm-previous:after,
.mwfm-calendar-wrapper .mwfm-calendar-navigation.mwfm-navigation-controls-small a.mwfm-next:after {
    content: '';
}

.mwfm-calendar-wrapper .mwfm-calendar-legend {
    min-height: 25px;
    padding: 0 50px;
    margin: 15px 0;
    line-height: 25px;
    overflow: hidden;
}


.mwfm-calendar-wrapper .mwfm-calendar-legend ul,
.mwfm-calendar-wrapper .mwfm-calendar-legend ul li {
    padding: 0;
    margin: 0;
}

.mwfm-calendar-wrapper .mwfm-calendar-legend ul {
    position: relative;
    float: right;
    right: 50%;
    list-style: none;
}

.mwfm-calendar-wrapper .mwfm-calendar-legend ul li {
    position: relative;
    left: 50%;
    float: left;
    width: 140px;
    margin: 0 10px 10px 0;
}

.mwfm-calendar-wrapper .mwfm-calendar-legend .mwfm-calendar-legend-item {
    float: left;
    width: 25px;
    height: 25px;
    margin-right: 10px;
}

.mwfm-calendar-wrapper .mwfm-calendar-legend .mwfm-calendar-legend-item.mwfm-last {
    margin-right: 0;
}

.mwfm-calendar-wrapper .mwfm-calendar-legend .mwfm-calendar-legend-item.mwfm-calendar-day-booked {background: #E3ADA9;}
.mwfm-calendar-wrapper .mwfm-calendar-legend .mwfm-calendar-legend-item.mwfm-calendar-day-reserved {background: #E3C7A8;}
.mwfm-calendar-wrapper .mwfm-calendar-legend .mwfm-calendar-legend-item.mwfm-calendar-day-free {background: #C2DDA7;}
.mwfm-calendar-wrapper .mwfm-calendar-legend .mwfm-calendar-legend-item.mwfm-calendar-day-marked {background: #eff5fa;}
.mwfm-calendar-wrapper .mwfm-calendar-legend .mwfm-calendar-legend-item.mwfm-calendar-day-empty {background: #E0E0E0;}

.mwfm-calendar-wrapper .mwfm-calendar-legend .mwfm-calendar-legend-item.mwfm-calendar-day-offer {
    position: relative;
    background: #C2DDA7;
}

.mwfm-calendar-wrapper .mwfm-calendar-legend .mwfm-calendar-legend-item.mwfm-calendar-day-offer:before {
    content: '';
    position: absolute;
    top: 5px;
    right: 5px;
    left: 5px;
    bottom: 5px;
    background: rgba(255, 255, 255, 0.3);
}

@media only screen and (max-width: 599px) {
    .mwfm-calendar-wrapper .mwfm-calendar-months-wrapper {
        padding-left: 0;
        padding-right: 0;
    }

    .mwfm-calendar-wrapper .mwfm-calendar-navigation a.mwfm-previous,
    .mwfm-calendar-wrapper .mwfm-calendar-navigation a.mwfm-next {}

    .mwfm-calendar-wrapper .mwfm-calendar-navigation a.mwfm-previous {
        padding-right: 0;
    }

    .mwfm-calendar-wrapper .mwfm-calendar-navigation a.mwfm-next {
        padding-left: 0;
    }

    .mwfm-calendar-wrapper .mwfm-calendar-navigation a.mwfm-previous:before {}

    .mwfm-calendar-wrapper .mwfm-calendar-navigation a.mwfm-next:before {}

    .mwfm-calendar-wrapper .mwfm-calendar-navigation a.mwfm-previous:after,
    .mwfm-calendar-wrapper .mwfm-calendar-navigation a.mwfm-next:after {
        content: '';
    }

    .mwfm-calendar-wrapper .mwfm-calendar-navigation a.mwfm-previous:hover,
    .mwfm-calendar-wrapper .mwfm-calendar-navigation a.mwfm-next:hover {}

    .mwfm-calendar-wrapper .mwfm-calendar-legend {
        padding: 0;
    }

    .mwfm-calendar-wrapper .mwfm-calendar-legend ul {
        float: none;
        right: auto;
    }

    .mwfm-calendar-wrapper .mwfm-calendar-legend ul li {
        left: auto;
        width: 50%;
        margin-right: 0;
    }
}
.mwcc-overlay-open {}

.mwcc-fixed-body {
    overflow: hidden;
}

.mwcc-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
}

.mwcc-overlay.mwcc-appended-to {
    position: absolute;
}
.mwcc-loader {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000000;
    width: 100%;
    height: 100px;
    text-align: center;
    font-size: 30px;
}

.mwcc-loader i,
.mwcc-loader i:after {
    width: 100px;
    height: 100px;
    margin-left: -50px;
    border-radius: 50%;
}

.mwcc-loader i {
    position: fixed;
    left: 50%;
    border-top: 12px solid rgba(255, 255, 255, .4);
    border-right: 12px solid rgba(255, 255, 255, .4);
    border-bottom: 12px solid rgba(255, 255, 255, .4);
    border-left: 12px solid #ffffff;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: load8 1.1s infinite linear;
    animation: load8 1.1s infinite linear;
    text-indent: -9999em;
}

.mwcc-loader.mwcc-appended-to {
    position: absolute;
}

.mwcc-loader.mwcc-appended-to i {
    position: absolute;
}

@-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);
    }
}
.mwcc-modal-open {}

.mwcc-fixed-body {
    overflow: hidden;
}

.mwcc-modal-window {
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.mwcc-modal-window.mwcc-appended-to {
    position: absolute;
}

.mwcc-modal-window-container {
    position: fixed;
    width: 100%;
    height: 100%;
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
}

.mwcc-modal-window-close {
    position: fixed;
    top: 15px;
    right: 15px;
    font-size: 1.5em;
    cursor: pointer;
}

.mwcc-modal-window-close i {
    line-height: 1;
}

.mwcc-modal-window-inner-container {
    position: relative;
    width: 50%;
    padding: 0;
    margin: 0 auto;
    background: rgba(255, 255, 255, 1);
    box-sizing: border-box;
}

.mwcc-modal-window-title {
    padding: 5px 45px 5px 15px;
    border-bottom: 1px solid #EBEBEB;
}

.mwcc-modal-window-content {
    padding: 15px;
}

.mwcc-modal-window-buttons {
    padding: 15px;
    border-top: 1px solid #EBEBEB;
}

.mwcc-modal-window-button {

}

@media only screen and (max-width: 768px) {
    .mwcc-modal-window-inner-container {
        width: 75%;
    }
}

@media only screen and (max-width: 480px) {
    .mwcc-modal-window-inner-container {
        width: 100%;
        min-height: 100%
    }
}
.mwfm-datepicker-wrapper {
    position: absolute;
    z-index: 9999999;
    margin-top: 2px;
    width: 320px;
    background: #ffffff;
    border: 1px solid #CCCCCC;
}

.mwfm-datepicker-wrapper .mwfm-calendar-wrapper {
    padding: 15px 0;
}

.mwfm-datepicker-wrapper .mwfm-calendar-months-wrapper {
    text-align: center;
}

.mwfm-datepicker-wrapper .mwfm-calendar-wrapper .mwfm-calendar-month {
    height: auto;
}

/**********************************************************
 * Globale Formatierungen
 **********************************************************/

body.mwfm-fixed {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

#wrapper * {
    box-sizing: border-box;
}

[data-mwfm-url] {
    cursor: pointer;
}

/**********************************************************
 * Grid
 **********************************************************/

.mwfm-item-row {
    margin: 0 -15px;
    overflow: hidden;
}

.mwfm-item-row .mwfm-col-1,
.mwfm-item-row .mwfm-col-2,
.mwfm-item-row .mwfm-col-3,
.mwfm-item-row .mwfm-col-4,
.mwfm-item-row .mwfm-col-5,
.mwfm-item-row .mwfm-col-6,
.mwfm-item-row .mwfm-col-7,
.mwfm-item-row .mwfm-col-9,
.mwfm-item-row .mwfm-col-10,
.mwfm-item-row .mwfm-col-11,
.mwfm-item-row .mwfm-col-12 {
    float: left;
    padding: 0 15px;
}

.mwfm-item-row .mwfm-col-1 {
    width: 8.333333333%;
}

.mwfm-item-row .mwfm-col-2 {
    width: 16.66666666%;
}

.mwfm-item-row .mwfm-col-3 {
    width: 24.999999999%;
}

.mwfm-item-row .mwfm-col-4 {
    width: 33.333333333%
}

.mwfm-item-row .mwfm-col-5 {
    width: 41.666666666%;
}

.mwfm-item-row .mwfm-col-6 {
    width: 50%;
}

.mwfm-item-row .mwfm-col-7 {
    width: 58.333333333%;
}

.mwfm-item-row .mwfm-col-8 {
    width: 66.666666666%;
}

.mwfm-item-row .mwfm-col-9 {
    width: 75%;
}

.mwfm-item-row .mwfm-col-10 {
    width: 83.333333333%;
}

.mwfm-item-row .mwfm-col-11 {
    width: 91.666666666%;
}

.mwfm-item-row .mwfm-col-12 {
    float: none;
    width: 100%;
}

.mwfm-visible-xs {
    display: none;
}

@media only screen and (max-width: 599px) {
    .mwfm-visible-xs {
        display: block;
    }
}

.mwfm-hidden-xs {
    display: block;
}

@media only screen and (max-width: 599px) {
    .mwfm-hidden-xs {
        display: none;
    }
}

/**********************************************************
 * Pagination
 **********************************************************/

/*.mwfm-pagination {*/
    /*overflow: hidden;*/
/*}*/

/*.mwfm-pagination ul {*/
    /*padding: 0;*/
    /*margin: 0 -5px;*/
    /*list-style: none;*/
/*}*/

/*.mwfm-pagination ul li {*/
    /*float: left;*/
    /*padding: 0;*/
    /*margin: 0 0 2px 0;*/
    /*overflow: hidden;*/
/*}*/

/*.mwfm-pagination ul li a,*/
/*.mwfm-pagination ul li span {*/
    /*display: block;*/
    /*margin: 0 5px;*/
    /*-webkit-border-radius: 2px 2px 2px 2px;*/
    /*border-radius: 2px 2px 2px 2px;*/
    /*text-align: center;*/
    /*text-decoration: none;*/
/*}*/

/*.mwfm-pagination ul li a:hover,*/
/*.mwfm-pagination ul li span {*/
/*}*/

/**********************************************************
 * Formulare
 **********************************************************/

.mwfm-select-group {
    position: relative;
}

.mwfm-select-group:after {
    content: '\f107';
    position: absolute;
    top: 3px;
    right: 10px;
    font-family: FontAwesome;
    color: #323232;
    pointer-events: none;
}

body.ie .mwfm-select-group:after {
    display: none;
}

body.ie .mwfm-select-group select {
    padding-right: 8px;
}

/**********************************************************
 * Modals
 **********************************************************/

.mwcc-modal-window-container {
    overflow: auto;
}

@media screen and (max-width: 1000px) {
    .mwcc-modal-window-inner-container {
        width: 100%;
        min-height: 100%;
    }
}

.mwcc-modal-window-title {
    padding: 15px 45px 15px 15px;
}

.mwcc-modal-window-title,
.mwcc-modal-window-close {
}

.mwcc-modal-window .mwcc-modal-window-close {
    position: absolute;
    top: 17px;
    right: 15px;
    display: inline-block;
    width: 25px;
    height: 25px;
    overflow: hidden;
}

@media screen and (max-width: 480px) {
    .mwcc-modal-window .mwcc-modal-window-close {
        top: 15px;
    }
}

.mwcc-modal-window .mwcc-modal-window-close:before,
.mwcc-modal-window .mwcc-modal-window-close:after {
    height: 4px;
    margin-top: -2px;
}

.mwcc-modal-window .mwcc-modal-window-close:before,
.mwcc-modal-window .mwcc-modal-window-close:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    height: 2px;
    width: 100%;
    margin-top: -1px;
    background: #ffffff;
}

.mwcc-modal-window .mwcc-modal-window-close:before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.mwcc-modal-window .mwcc-modal-window-close:after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.mwcc-modal-window-content {
}

.mwcc-modal-window-close {
    position: absolute;
    top: 8px;
    font-size: 1.5rem;
}

/**********************************************************
 * Loader
 **********************************************************/

.mwcc-loader {
    top: 50%;
    margin-top: -15px;
}

.mwcc-list {
    padding: 0 0 0 17px;
    margin: 0;
}

span.mwfm-badge {
    display: inline-block;
    min-width: 10px;
    padding: 2px 5px;
    background: #EBEBEB;
    -webkit-border-radius: 2px 2px 2px 2px;
    border-radius: 2px 2px 2px 2px;
    text-align: center;
    vertical-align: middle;
    font-size: 0.8rem;
}

span.mwfm-badge {
    background: rgba(156, 158, 159, 0.5);
}

.mwfm-checkbox-item {
    cursor: pointer;
}

.mwfm-hide {
    display: none !important;
}

.mwfm-show {
    display: block;
}

/*.mwfm-alert {*/
/*padding: 5px 15px;*/
/*-webkit-border-radius: 2px 2px 2px 2px;*/
/*border-radius: 2px 2px 2px 2px;*/
/*}*/

/*.mwfm-alert-info {*/
/*background: #F8F8F8;*/
/*}*/

/*.mwfm-alert-info,*/
/*.mwfm-alert-info a {*/
/*color: #5e5e5e;*/
/*}*/

/*.mwfm-alert-danger {*/
/*background: #f2dede;*/
/*border: 1px solid #ebccd1;*/
/*}*/

/*.mwfm-alert-danger,*/
/*.mwfm-alert-danger a {*/
/*color: #a94442;*/
/*}*/

/*.mwfm-alert-success {*/
/*background: #dff0d8;*/
/*border: 1px solid #d6e9c6;*/
/*}*/

/*.mwfm-alert-success,*/
/*.mwfm-alert-success a {*/
/*color: #3c763d;*/
/*}*/

.mwfm-message-alert {
    position: relative;
    padding: 15px;
}

.mwfm-message-alert a.mwfm-button {
    position: relative;
    display: inline-block;
    -webkit-border-radius: 2px 2px 2px 2px;
    border-radius: 2px 2px 2px 2px;
    text-decoration: none;
    outline: none;
}

.mwfm-message-alert a.mwfm-button:hover {
}

.mwfm-message-alert.mwfm-success {
    background: #dff0d8;
    border: 1px solid #3c763d;
}

.mwfm-message-alert.mwfm-success,
.mwfm-message-alert.mwfm-success a {
    color: #3c763d;
}

.mwfm-message-alert.mwfm-success .mwfm-back:hover {
    color: #3c763d;
}

.mwfm-message-alert.mwfm-info {
    background: #f2dede;
    border: 1px solid #b78054;
}

.mwfm-message-alert.mwfm-info,
.mwfm-message-alert.mwfm-info a {
    color: #b78054;
}

.mwfm-message-alert.mwfm-error {
    background: #ffe1df;
    border: 1px solid #ca7676;
}

.mwfm-message-alert.mwfm-error,
.mwfm-message-alert.mwfm-error a {
    color: #a94442;
}

.mwfm-message-alert.mwfm-info,
.mwfm-message-alert.mwfm-sad,
.mwfm-message-alert.mwfm-thumb-up {
    padding-left: 60px;
}

.mwfm-message-alert.mwfm-info:before,
.mwfm-message-alert.mwfm-sad:before,
.mwfm-message-alert.mwfm-thumb-up:before {
    position: absolute;
    top: 15px;
    left: 15px;
    font-family: FontAwesome;
    font-size: 1.6rem;
}

.mwfm-message-alert.mwfm-info:before {
    content: '\f129';
}

.mwfm-message-alert.mwfm-sad:before {
    content: '\f119';
}

.mwfm-message-alert.mwfm-thumb-up:before {
    content: '\f164';
}

/**********************************************************
 * Bewertungszusammenfassung für Unterkunftsliste
 * Unterkunftsleser, Bewertungen, Angebote etc.
 **********************************************************/

.mwfm-review {
    display: inline-block;
    padding: 0;
    margin: 0;
    list-style: none;
}

.mwfm-review li {
    position: relative;
    float: left;
    padding: 0;
    margin: 0 2px;
    line-height: 1;
}

.mwfm-review li:before {
    display: none;
}

.mwfm-review li:after {
    content: '\f005';
    position: relative;
    top: 2px;
    bottom: 0;
    left: 0;
    right: 0;
    font-family: FontAwesome;
    font-size: 100%;
    line-height: 1;
}

.mwfm-review li.mwfm-active:after {
    color: #fd7000;
}

[data-mwfm-form="mwfm-rating-comment"] .mwfm-rating-items .mwfm-review li {
    cursor: pointer;
}

.mwfm-review-circle {
    position: relative;
    margin: 0;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    text-align: center;
}

/**********************************************************
 * Datepicker des Filters für An- und Abreise
 **********************************************************/

.datepicker {
    float: left;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    min-width: 250px;
    padding: 15px 10px;
    margin: 2px 0 0 0;
    font-size: 1rem;
    text-align: center;
    list-style: none;
    background-color: #ffffff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #cccccc;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.datepicker table {
    border-spacing: 1px;
    border-collapse: separate;
}

.datepicker table tr td,
.datepicker table tr th {
    border-radius: 0;
}

.datepicker table tr td.cw,
.datepicker table tr td.day,
.datepicker table tr th.dow {
    font-weight: normal;
}

.datepicker table tr td,
.datepicker table tr th {
    border-radius: 0;
}

.datepicker table tr td.day {
}

.datepicker table tr td span {
    border-radius: 0;
}

/**********************************************************
 * Allgemeines Stylesheet für die Preisdarstellung
 **********************************************************/

.mwfm-prices-wrapper {
    font-size: 1rem;
}

.mwfm-prices-wrapper p {
    margin: 0;
}

.mwfm-prices-wrapper .mwfm-prices-headline {
}

.mwfm-prices-wrapper .mwfm-prices-description {
}

.mwfm-prices-wrapper .mwfm-prices-body-headline {
    margin-bottom: 5px;
    text-decoration: underline;
}

.mwfm-prices-wrapper .mwfm-prices-head {
    margin-bottom: 5px;
    overflow: hidden;
    font-weight: bold;
}

.mwfm-prices-wrapper .mwfm-prices-head .mwfm-prices-item {
    float: left;
    width: 45%;
}

.mwfm-prices-wrapper .mwfm-prices-head .mwfm-prices-item.mwfm-price {
    width: 25%;
    text-align: right;
}

.mwfm-prices-wrapper .mwfm-prices-head .mwfm-prices-item.mwfm-total,
.mwfm-prices-wrapper .mwfm-prices-body .mwfm-prices-item.mwfm-cross {
    width: 30%;
    text-align: right;
}

.mwfm-prices-wrapper .mwfm-two-col .mwfm-prices-body .mwfm-prices-item.mwfm-first {
    width: 75%;
}

.mwfm-prices-wrapper .mwfm-two-col .mwfm-prices-body .mwfm-prices-item.mwfm-last {
    width: 25%;
}

.mwfm-prices-wrapper .mwfm-prices-body .mwfm-prices-item.mwfm-cross {
    text-decoration: line-through;
}

.mwfm-prices-wrapper .mwfm-prices-body {
    margin-bottom: 5px;
    overflow: hidden;
}

.mwfm-prices-wrapper .mwfm-vacation-rental-rental {
    overflow: hidden;
}

.mwfm-prices-wrapper .mwfm-vacation-rental-prices .mwfm-sub-title {
    margin-bottom: 5px;
    text-decoration: underline;
}

.mwfm-prices-wrapper .mwfm-prices-body.mwfm-prices-total {
    padding: 5px 5px;
    margin: 5px -5px;
    font-weight: bold;
}

.mwfm-prices-wrapper .mwfm-prices-body .mwfm-prices-item {
    float: left;
    width: 45%;
}

.mwfm-prices-wrapper .mwfm-prices-body.mwfm-service .mwfm-prices-item .mwfm-price-label,
.mwfm-prices-wrapper .mwfm-prices-body.mwfm-service .mwfm-prices-item .mwfm-price-information {
    display: block;
}

.mwfm-prices-wrapper .mwfm-prices-body .mwfm-prices-item select,
.mwfm-prices-wrapper .mwfm-prices-body .mwfm-prices-item input {
    float: left;
    max-width: 80px;
    margin-right: 15px;
}

.mwfm-prices-wrapper .mwfm-prices-body .mwfm-prices-item.mwfm-price {
    width: 25%;
    text-align: right;
}

.mwfm-prices-wrapper .mwfm-prices-body .mwfm-prices-item.mwfm-total {
    width: 30%;
    text-align: right;
}

.mwfm-prices-wrapper .mwfm-prices-body.mwfm-sub-total {
    font-weight: bold;
}

.mwfm-prices-wrapper .mwfm-prices-body-small {
    margin-bottom: 5px;
    overflow: hidden;
    font-size: 0.8rem;
}

.mwfm-prices-wrapper .mwfm-prices-body-small .mwfm-prices-item {
    float: left;
    width: 45%;
}

.mwfm-prices-wrapper .mwfm-prices-body-small .mwfm-prices-item.mwfm-price {
    width: 25%;
    text-align: right;
}

.mwfm-prices-wrapper .mwfm-prices-body-small .mwfm-prices-item.mwfm-total {
    width: 30%;
    text-align: right;
}

.mwfm-prices-wrapper .mwfm-prices-total .mwfm-prices-item {
    font-weight: bold;
}

.mwfm-prices-wrapper .mwfm-prices-description {
    width: 100%;
    clear: both;
}

.mwfm-prices-wrapper .mwfm-prices-price-description ul {
    padding: 0 0 0 15px;
    margin: 0;
}

.mwfm-prices-wrapper .mwfm-prices-price-description ul li {
    padding: 0;
    margin: 0;
}

.mwfm-prices-wrapper .persons-service {
    width: 50px;
    background: #ffffff;
}

/**********************************************************
 *
 * Customize
 * Eigene Styles hier einfügen
 *
 **********************************************************/
/*
 * jQuery FlexSlider v2.6.1
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 and later license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 *
 */
/* ====================================================================================================================
 * FONT-FACE
 * ====================================================================================================================*/
@font-face {
  font-family: 'flexslider-icon';
  src: url('../../system/modules/mw-contao-fewomanager/themes/nordseebrandung/assets/frontend/plugins/flexslider/fonts/flexslider-icon.eot');
  src: url('../../system/modules/mw-contao-fewomanager/themes/nordseebrandung/assets/frontend/plugins/flexslider/fonts/flexslider-icon.eot?#iefix') format('embedded-opentype'), url('../../system/modules/mw-contao-fewomanager/themes/nordseebrandung/assets/frontend/plugins/flexslider/fonts/flexslider-icon.woff') format('woff'), url('../../system/modules/mw-contao-fewomanager/themes/nordseebrandung/assets/frontend/plugins/flexslider/fonts/flexslider-icon.ttf') format('truetype'), url('../../system/modules/mw-contao-fewomanager/themes/nordseebrandung/assets/frontend/plugins/flexslider/fonts/flexslider-icon.svg#flexslider-icon') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* ====================================================================================================================
 * RESETS
 * ====================================================================================================================*/
.flex-container a:hover,
.flex-slider a:hover {
  outline: none;
}
.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
.flex-pauseplay span {
  text-transform: capitalize;
}
/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/
.flexslider {
  margin: 0;
  padding: 0;
}
.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}
.flexslider .slides img {
  width: 100%;
  display: block;
}
.flexslider .slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
html[xmlns] .flexslider .slides {
  display: block;
}
* html .flexslider .slides {
  height: 1%;
}
.no-js .flexslider .slides > li:first-child {
  display: block;
}
/* ====================================================================================================================
 * DEFAULT THEME
 * ====================================================================================================================*/
.flexslider {
  margin: 0 0 60px;
  background: #fff;
  border: 4px solid #fff;
  position: relative;
  zoom: 1;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  -o-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
}
.flexslider .slides {
  zoom: 1;
}
.flexslider .slides img {
  height: auto;
  -moz-user-select: none;
}
.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.loading .flex-viewport {
  max-height: 300px;
}
.carousel li {
  margin-right: 5px;
}
.flex-direction-nav {
  *height: 0;
}
.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 40px;
  height: 40px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.flex-direction-nav a:before {
  font-family: "flexslider-icon";
  font-size: 40px;
  display: inline-block;
  content: '\f001';
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
}
.flex-direction-nav a.flex-next:before {
  content: '\f002';
}
.flex-direction-nav .flex-prev {
  left: -50px;
}
.flex-direction-nav .flex-next {
  right: -50px;
  text-align: right;
}
.flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 0.7;
  left: 10px;
}
.flexslider:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1;
}
.flexslider:hover .flex-direction-nav .flex-next {
  opacity: 0.7;
  right: 10px;
}
.flexslider:hover .flex-direction-nav .flex-next:hover {
  opacity: 1;
}
.flex-direction-nav .flex-disabled {
  opacity: 0!important;
  filter: alpha(opacity=0);
  cursor: default;
  z-index: -1;
}
.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000;
}
.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: '\f004';
}
.flex-pauseplay a:hover {
  opacity: 1;
}
.flex-pauseplay a.flex-play:before {
  content: '\f003';
}
.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center;
}
.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7);
}
.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default;
}
.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}
.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}
.flex-control-thumbs img {
  width: 100%;
  height: auto;
  display: block;
  opacity: .7;
  cursor: pointer;
  -moz-user-select: none;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.flex-control-thumbs img:hover {
  opacity: 1;
}
.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}
/* ====================================================================================================================
 * RESPONSIVE
 * ====================================================================================================================*/
@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px;
  }
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px;
  }
}


/**********************************************************
 *
 * Unterkunftsleser
 *
 **********************************************************/

.mwfm-vacation-rental-wrapper {
    position: relative;
    max-width: 1495px;
    padding: 0;
    margin: 0 auto;
}

@media screen and (max-width: 1200px) {
    .mwfm-vacation-rental-wrapper {
        padding: 0;
    }
}

@media screen and (max-width: 599px) {
    .mwfm-vacation-rental-wrapper {
        padding: 0;
    }
}

/**********************************************************
 * Sidebar
 **********************************************************/

.mwfm-vacation-rental-wrapper .mwfm-sidebar {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 20;
    width: 305px;
    -webkit-transition: margin-top 200ms ease-in-out;
    -moz-transition: margin-top 200ms ease-in-out;
    -ms-transition: margin-top 200ms ease-in-out;
    -o-transition: margin-top 200ms ease-in-out;
    transition: margin-top 200ms ease-in-out;
}

@media screen and (max-width: 1000px) {
    .mwfm-vacation-rental-wrapper .mwfm-sidebar {
        display: block;
    }
}

@media screen and (max-width: 767px) {
    .mwfm-vacation-rental-wrapper .mwfm-sidebar {
        display: none;
    }
}

.mwfm-vacation-rental-wrapper .mwfm-sidebar.mwfm-fixed {
    position: fixed;
    margin-top: 15px;
    transform: translateZ(0);
    -moz-transform: translatez(0);
    -ms-transform: translatez(0);
    -o-transform: translatez(0);
    -webkit-transform: translateZ(0);
	display:none;
}

.mwfm-vacation-rental-wrapper .mwfm-sidebar.mwfm-fixed-bottom {
    position: absolute !important;
    top: auto !important;
    bottom: 0 !important;
}

.mwfm-vacation-rental-wrapper .mwfm-quick-booking {
}

.mwfm-vacation-rental-wrapper .mwfm-quick-booking h3 {
    margin-bottom: 15px;
    text-align: center;
    font-size: 1.2rem;
}

.mwfm-vacation-rental-wrapper .mwfm-quick-booking .mwfm-booking-request {
    position: relative;
    display: block;
    margin-bottom: 15px;
    text-align: center;
    text-decoration: none;
    -webkit-border-radius: 2px 2px 2px 2px;
    border-radius: 2px 2px 2px 2px;
}

.mwfm-vacation-rental-wrapper .mwfm-quick-booking .mwfm-booking-request.mwfm-loading:after {
    content: '\f1ce';
    position: absolute;
    top: 0;
    right: 15px;
    font-family: FontAwesome;
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear;
}

.mwfm-vacation-rental-wrapper .mwfm-quick-booking .mwfm-divider {
    width: 50px;
    margin: 15px auto;
    text-align: center;
    text-transform: uppercase;
}

.mwfm-vacation-rental-wrapper .mwfm-quick-booking .mwfm-booking-wrapper {
    margin: 0 -15px -15px -15px;
}

.mwfm-vacation-rental-wrapper .mwfm-quick-booking .mwfm-booking-wrapper form {
    margin-bottom: 15px;
}

.mwfm-vacation-rental-wrapper .mwfm-quick-booking .mwfm-form-group {
    overflow: visible;
}

.mwfm-vacation-rental-wrapper .mwfm-quick-booking .mwfm-form-group:after {
    content: "";
    clear: both;
    display: block;
    height: 0px;
}

.mwfm-vacation-rental-wrapper .mwfm-quick-booking label {
    display: block;
    font-size: 0.9rem;
}

.mwfm-vacation-rental-wrapper .mwfm-quick-booking .mwfm-form-dates {
    margin: 0 -5px;
}

.mwfm-vacation-rental-wrapper .mwfm-quick-booking .mwfm-form-dates:after {
    content: ".";
    clear: both;
    display: block;
    visibility: hidden;
    height: 0;
}

.mwfm-vacation-rental-wrapper .mwfm-quick-booking .mwfm-from-date,
.mwfm-vacation-rental-wrapper .mwfm-quick-booking .mwfm-to-date {
    position: relative;
    float: left;
    width: 50%;
    padding: 0 5px;
}

.mwfm-vacation-rental-wrapper .mwfm-quick-booking .mwfm-from-date:after,
.mwfm-vacation-rental-wrapper .mwfm-quick-booking .mwfm-to-date:after {
    content: '\f073';
    position: absolute;
    top: 34px;
    right: 15px;
    font-family: FontAwesome;
    visibility: visible;
    pointer-events: none;
}

body.safari .mwfm-vacation-rental-wrapper .mwfm-quick-booking .mwfm-from-date:after,
body.safari .mwfm-vacation-rental-wrapper .mwfm-quick-booking .mwfm-to-date:after {
    top: 32px;
}

.mwfm-vacation-rental-wrapper .mwfm-quick-booking .mwfm-from-date input,
.mwfm-vacation-rental-wrapper .mwfm-quick-booking .mwfm-to-date input {
    width: 100%;
    padding-right: 26px;
    cursor: pointer;
}

.mwfm-quick-booking .mwfm-calendar-wrapper .mwfm-calendar-navigation a.mwfm-previous:before,
.mwfm-quick-booking .mwfm-calendar-wrapper .mwfm-calendar-navigation a.mwfm-next:before {
    top: 0;
    left: 0;
    right: auto;
    width: 100%;
    text-align: center;
}

.mwfm-quick-booking .mwfm-calendar-wrapper .mwfm-calendar-navigation a.mwfm-previous {
    left: 15px;
}

.mwfm-quick-booking .mwfm-calendar-wrapper .mwfm-calendar-navigation a.mwfm-next {
    right: 15px;
}

.mwfm-quick-booking .mwfm-persons {
    width: 60px;
}

.mwfm-quick-booking .mwfm-persons select {
    width: 100%;
}

.mwfm-quick-booking .mwfm-persons-wrapper {
    position: relative;
    margin-top: 10px;
}

.mwfm-quick-booking .mwfm-persons-value {
    position: relative;
    -webkit-border-radius: 2px 2px 2px 2px;
    border-radius: 2px 2px 2px 2px;
    cursor: pointer;
}

.mwfm-quick-booking .mwfm-persons-value:after {
    content: '\f0c0';
    position: absolute;
    top: 0;
    right: 10px;
    font-family: FontAwesome;
}

.mwfm-quick-booking .mwfm-persons-selector {
    display: none;
    position: absolute;
    top: 45px;
    left: 50%;
    z-index: 10;
    width: 280px;
    min-height: 200px;
    margin-left: -140px;
}

.mwfm-quick-booking .mwfm-persons-selector.mwfm-relative {
    position: relative;
    top: 14px;
    margin-bottom: 30px;
}

.mwfm-quick-booking .mwfm-persons-selector.mwfm-active {
    display: block;
}

.mwfm-quick-booking .mwfm-persons-selector:after,
.mwfm-quick-booking .mwfm-persons-selector:before {
    bottom: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.mwfm-quick-booking .mwfm-persons-selector:before {
    border-width: 11px;
    margin-left: -11px;
}

.mwfm-quick-booking .mwfm-persons-selector:after {
    border-width: 10px;
    margin-left: -10px;
}

.mwfm-quick-booking .mwfm-form-group.mwfm-persons {
    width: 100%;
    margin: 0 auto 5px auto;
    overflow: hidden;
}

.mwfm-quick-booking .mwfm-form-group.mwfm-persons label {
    display: block;
}

.mwfm-quick-booking .mwfm-form-group.mwfm-persons a,
.mwfm-quick-booking .mwfm-form-group.mwfm-persons .mwfm-input-group {
    float: left;
}

.mwfm-quick-booking .mwfm-form-group.mwfm-persons a {
    display: block;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
}

.mwfm-quick-booking .mwfm-form-group.mwfm-persons a.mwfm-decrement {
    -webkit-border-radius: 2px 0 0 2px;
    border-radius: 2px 0 0 2px;
}

.mwfm-quick-booking .mwfm-form-group.mwfm-persons a.mwfm-increment {
    -webkit-border-radius: 0 2px 2px 0;
    border-radius: 0 2px 2px 0;
}

.mwfm-quick-booking .mwfm-form-group.mwfm-persons a:hover {
}

.mwfm-quick-booking .mwfm-form-group.mwfm-persons a.mwfm-disabled {
    opacity: 0.5;
    background: inherit;
    color: inherit;
}

.mwfm-quick-booking .mwfm-form-group.mwfm-persons .mwfm-input-group {
    width: calc(100% - 70px);
    margin: 0 -1px;
}

.mwfm-quick-booking .mwfm-form-group.mwfm-persons .mwfm-input-group input {
    width: 100%;
    height: 34px;
    text-align: center;
}

.mwfm-quick-booking .mwfm-persons-selector .mwfm-buttons {
    margin-bottom: 0;
}

.mwfm-quick-booking .mwfm-persons-selector .mwfm-buttons a {
    display: block;
    margin-top: 15px;
    text-decoration: none;
    text-align: center;
}

.mwfm-quick-booking .mwfm-persons-selector .mwfm-buttons a:hover {
}

.mwfm-vacation-rental-wrapper .mwfm-quick-booking .mwfm-from-date input.mwfm-focus,
.mwfm-vacation-rental-wrapper .mwfm-quick-booking .mwfm-to-date input.mwfm-focus {
}

.mwfm-vacation-rental-wrapper .mwfm-quick-booking .mwfm-datepicker-wrapper {
    top: 65px;
    left: 50%;
    z-index: 100;
    width: 270px;
    margin-left: -135px;
}

.mwfm-vacation-rental-wrapper .mwfm-quick-booking .mwfm-datepicker-wrapper:after,
.mwfm-vacation-rental-wrapper .mwfm-quick-booking .mwfm-datepicker-wrapper:before {
    bottom: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.mwfm-vacation-rental-wrapper .mwfm-quick-booking .mwfm-datepicker-wrapper:after {
    border-width: 5px;
    margin-left: -5px;
}

.mwfm-vacation-rental-wrapper .mwfm-quick-booking .mwfm-datepicker-wrapper:before {
    border-width: 6px;
    margin-left: -6px;
}

.mwfm-vacation-rental-wrapper .mwfm-quick-booking .mwfm-datepicker-wrapper .mwfm-calendar-wrapper .mwfm-calendar-navigation a.mwfm-previous:after,
.mwfm-vacation-rental-wrapper .mwfm-quick-booking .mwfm-datepicker-wrapper .mwfm-calendar-wrapper .mwfm-calendar-navigation a.mwfm-next:after {
    content: '';
}

.mwfm-vacation-rental-wrapper .mwfm-quick-booking .mwfm-message-error-wrapper {
    padding: 5px;
    font-size: 0.8rem;
}

.mwfm-vacation-rental-wrapper .mwfm-quick-booking .mwfm-message-error-wrapper ul {
    padding: 0 0 0 20px;
    margin: 0;
}

.mwfm-vacation-rental-wrapper .mwfm-quick-booking .mwfm-prices-wrapper {
    display: none;
    padding: 5px;
    font-size: 0.8rem;
}

.mwfm-vacation-rental-wrapper .mwfm-quick-booking .mwfm-prices-wrapper .mwfm-prices-headline {
    margin-bottom: 15px;
    font-size: 1.2rem;
    text-align: center;
}

.mwfm-vacation-rental-wrapper .mwfm-quick-booking .mwfm-datepicker-wrapper .mwfm-calendar-wrapper .mwfm-calendar-month {
    padding: 0;
    margin: 0;
    border: 0;
}

.mwfm-quick-booking .mwfm-prices-wrapper .mwfm-prices-body.mwfm-prices-total {
    padding: 5px 5px;
    margin: 5px -5px;
    font-weight: bold;
}

.mwfm-vacation-rental-wrapper .mwfm-quick-booking .mwfm-prices-wrapper .mwfm-prices-body.mwfm-prices-sub-total {
    font-weight: bold;
}

.mwfm-vacation-rental-wrapper .mwfm-quick-booking .mwfm-book-now-wrapper {
    display: none;
    margin-top: 15px;
    text-align: center;
}

.mwfm-vacation-rental-wrapper .mwfm-quick-booking .mwfm-book-now {
    position: relative;
    padding-right: 30px;
}

.mwfm-vacation-rental-wrapper .mwfm-quick-booking .mwfm-book-now:before {
    content: '\f101';
    position: absolute;
    top: 0;
    right: 10px;
    font-family: FontAwesome;
}

.mwfm-vacation-rental {
    position: relative;
    width: calc(100% - 335px);
    overflow: hidden;
}

@media screen and (max-width: 1495px) {
    .mwfm-vacation-rental {
        width: calc(100% - 335px);
    }
}

@media screen and (max-width: 1000px) {
    .mwfm-vacation-rental {
        width: 100%;
        padding: 15px 15px 0 15px;
        border: 0;
    }

    .mwfm-vacation-rental.mwfm-has-images {
        border-top: 0;
    }

    .mwfm-quick-booking .mwfm-prices-wrapper .mwfm-prices-body.mwfm-prices-total {
        padding-left: 15px;
        padding-right: 15px;
        margin-left: -15px;
        margin-right: -15px;
        font-weight: bold;
    }
}

.mwfm-vacation-rental h1 {
    font-size: 1.8rem;
}

.mwfm-vacation-rental h2 {
    font-size: 1.4rem;
}

/**********************************************************
 * Fixed Navigation
 **********************************************************/

.mwfm-vacation-rental .mwfm-navigation {
    top: -30px;
    margin-bottom: 30px;
    text-align: center;
    -webkit-transition: top 200ms ease-in-out;
    -moz-transition: top 200ms ease-in-out;
    -ms-transition: top 200ms ease-in-out;
    -o-transition: top 200ms ease-in-out;
    transition: top 200ms ease-in-out;
	display:none;
}

.mwfm-vacation-rental .mwfm-navigation a {
    display: inline-block;
    padding: 5px 6px;
    margin: 0 0 5px 0;
    text-decoration: none;
}

.mwfm-vacation-rental .mwfm-navigation a[data-mwfm-destination="back"]:after {
    content: attr(title);
    padding-left: 5px;
}

@media screen and (max-width: 1280px) {
    .mwfm-vacation-rental .mwfm-navigation a[data-mwfm-destination="back"]:after {
        content: '';
        padding-left: 0;
    }
}

.mwfm-vacation-rental .mwfm-navigation:not(.mwfm-fixed) a {
    -webkit-border-radius: 2px 2px 2px 2px;
    border-radius: 2px 2px 2px 2px;
}

.mwfm-vacation-rental .mwfm-navigation:not(.mwfm-fixed) a:hover {
}

.mwfm-vacation-rental .mwfm-navigation a.mwfm-disabled {
    opacity: 0.5;
    cursor: default;
}

.mwfm-vacation-rental .mwfm-navigation.mwfm-fixed {
    position: fixed;
    top: 0;
    z-index: 21;
    padding: 0;
    margin: 0;
	display:normal;
}

.mwfm-fixed{ 
	display:block!important;
}

.mwfm-vacation-rental .mwfm-navigation.mwfm-fixed a {
    margin-bottom: 0;
}

.mwfm-vacation-rental .mwfm-navigation.mwfm-fixed a:hover {
}

@media screen and (max-width: 768px) {
    .mwfm-vacation-rental .mwfm-navigation,
    .mwfm-replace-mwfm-navigation {
        display: none;
    }
}

/**********************************************************
 * Merkzettel
 **********************************************************/

.mwfm-vacation-rental-wrapper .mwfm-wishlist {
}

/**********************************************************
 * Bilder
 **********************************************************/

.mwfm-vacation-rental .mwfm-images {
}

.mwfm-vacation-rental .mwfm-images .flexslider {
    margin: 0;
    border: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.mwfm-vacation-rental .mwfm-images .flex-direction-nav a {
    width: 70px;
    height: 35px;
    opacity: 1;
}

.mwfm-vacation-rental .mwfm-images .flex-direction-nav a:before {
    font-size: 35px;
}

.mwfm-vacation-rental .mwfm-images a.flex-prev,
.mwfm-vacation-rental .mwfm-images a.flex-next {
    background: rgba(221, 221, 221, 0.8);
    text-indent: -9999rem;
    text-align: left;
}

.mwfm-vacation-rental .mwfm-images a.flex-prev {
    left: 10px;
}

.mwfm-vacation-rental .mwfm-images a.flex-next {
    right: 10px;
}

.mwfm-vacation-rental .mwfm-images a.flex-prev:before,
.mwfm-vacation-rental .mwfm-images a.flex-next:before {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    text-align: center;
    text-shadow: none;
    text-indent: 0;
    font-family: FontAwesome;
    line-height: 1;
}

.mwfm-vacation-rental .mwfm-images a.flex-prev:before {
    content: '\f104';
}

.mwfm-vacation-rental .mwfm-images a.flex-next:before {
    content: '\f105';
}

.mwfm-vacation-rental .mwfm-images .flexslider:hover .flex-direction-nav .flex-prev {
    left: 10px;
}

.mwfm-vacation-rental .mwfm-images .flexslider:hover .flex-direction-nav .flex-next {
    right: 10px;
}

.mwfm-vacation-rental .mwfm-images .mwfm-gallery {
    margin: 0 0 15px 0;
}

.mwfm-vacation-rental .mwfm-images .mwfm-gallery .slides li {
    width: 100%;
    height: 500px;
}

.mwfm-vacation-rental .mwfm-images .mwfm-gallery .slides li.flex-active-slide[data-mwfm-src] {
    cursor: pointer;
}

@media screen and (max-width: 599px) {
    .mwfm-vacation-rental .mwfm-images .mwfm-gallery .slides li {
        height: 300px;
    }
}

.mwfm-vacation-rental .mwfm-images .mwfm-gallery-thumbs .slides li {
    width: 200px;
    height: 120px;
    cursor: pointer;
}

.mwfm-vacation-rental .mwfm-images .slides li {
    background-repeat: no-repeat;
    background-position: center center;
}

.mwfm-vacation-rental .mwfm-images .slides li.mwfm-background-cover {
    background-size: cover;
}

.mwfm-vacation-rental .mwfm-images .slides li.mwfm-background-contain {
    background-size: contain;
}

.mwfm-vacation-rental .mwfm-images .mwfm-gallery-thumbs .flex-direction-nav a {
    height: 35px;
    opacity: 1;
}

.mwfm-vacation-rental .mwfm-images .mwfm-gallery-thumbs .flex-direction-nav a:before {
    font-size: 1.5rem;
}

/**********************************************************
 * Übersicht
 **********************************************************/

.mwfm-vacation-rental .mwfm-overview {
    position: relative;
    margin-bottom: 30px;
}

.mwfm-vacation-rental .mwfm-overview .mwfm-title {
    margin-bottom: 30px;
}

.mwfm-vacation-rental .mwfm-overview h1 {
}

.mwfm-vacation-rental .mwfm-overview h2 {
    padding: 0;
    margin-bottom: 30px;
    font-size: 1.4rem;
}

.mwfm-vacation-rental .mwfm-overview .mwfm-highlighted-features {
    margin-bottom: 15px;
}

.mwfm-vacation-rental .mwfm-overview .mwfm-information-item {
    margin-bottom: 10px;
    overflow: hidden;
}

.mwfm-vacation-rental .mwfm-overview .mwfm-information-item:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: 0;
}

.mwfm-vacation-rental .mwfm-overview .mwfm-information-item,
.mwfm-vacation-rental .mwfm-overview .mwfm-information-item a {
}

.mwfm-vacation-rental .mwfm-overview .mwfm-information-item-label,
.mwfm-vacation-rental .mwfm-overview .mwfm-information-item-value {
    float: left;
    width: 50%;
}

.mwfm-vacation-rental .mwfm-overview .mwfm-information-item-value {
    text-align: right;
}

.mwfm-vacation-rental .mwfm-overview .mwfm-description {
    padding-bottom: 30px;
}

.mwfm-vacation-rental .mwfm-overview .mwfm-description-text,
.mwfm-vacation-rental .mwfm-overview .mwfm-description-text a {
}

.mwfm-vacation-rental .mwfm-overview .mwfm-groundplan-images {
}

.mwfm-vacation-rental .mwfm-overview .mwfm-groundplan-images ul {
    padding: 0;
    margin: 0 -7.5px;
    list-style: none;
    overflow: hidden;
}

.mwfm-vacation-rental .mwfm-overview .mwfm-groundplan-images ul li {
    float: left;
    width: 20%;
    padding: 0 7.5px;
    margin: 0;
}

@media screen and (max-width: 767px) {
    .mwfm-vacation-rental .mwfm-overview .mwfm-groundplan-images ul li {
        width: 33.333333%;
    }
}

@media screen and (max-width: 599px) {
    .mwfm-vacation-rental .mwfm-overview .mwfm-groundplan-images ul li {
        float: none;
        width: 100%;
        margin-bottom: 15px;
    }
}

.mwfm-vacation-rental .mwfm-overview .mwfm-googlemaps {
}

.mwfm-vacation-rental .mwfm-overview .mwfm-googlemaps h2 {
    margin-bottom: 30px;
}

.mwfm-vacation-rental .mwfm-overview .mwfm-googlemaps .mwfm-googlemaps-map {
    height: 300px;
}

/**********************************************************
 * Ausstattungsmerkmale
 **********************************************************/

.mwfm-vacation-rental .mwfm-features {
    margin-bottom: 30px;
}

.mwfm-vacation-rental .mwfm-features h2 {
    margin-bottom: 30px;
}

.mwfm-vacation-rental .mwfm-features-container {
    overflow: hidden;
    margin: 0 -7.5px;
}

.mwfm-vacation-rental .mwfm-feature-container {
    float: left;
    width: 25%;
    height: 100%;
    padding: 0 7.5px;
}

.mwfm-vacation-rental .mwfm-feature {
    position: relative;
    overflow: hidden;
    height: 200px;
    margin-bottom: 15px;
}

.mwfm-vacation-rental .mwfm-feature.mwfm-with-shadow:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 30px;
}

.mwfm-vacation-rental .mwfm-feature.mwfm-copied {
    overflow: visible;
    height: auto;
}

.mwfm-vacation-rental .mwfm-feature,
.mwfm-vacation-rental .mwfm-feature a {
}

.mwfm-vacation-rental .mwfm-feature .mwfm-feature-title {
    margin-bottom: 10px;
    font-weight: bold;
}

.mwfm-vacation-rental .mwfm-feature-list {
    padding: 0;
    margin: 0;
    list-style: none;
}

.mwfm-vacation-rental .mwfm-feature-element {
    position: relative;
    padding: 0 0 5px 10px;
    margin: 0 0 5px 0;
    font-size: 0.9rem;
}

.mwfm-vacation-rental .mwfm-feature-element:before {
    content: '\f0da';
    position: absolute;
    top: -1px;
    left: 0;
    font-family: FontAwesome;
}

.mwfm-vacation-rental .mwfm-feature-element.mwfm-last {
    border-bottom: 0;
}

@media screen and (max-width: 1200px) {
    .mwfm-vacation-rental .mwfm-feature-container {
        width: 33.333333%;
    }
}

@media screen and (max-width: 599px) {
    .mwfm-vacation-rental .mwfm-feature-container {
        float: none;
        width: 100%;
    }

    .mwfm-vacation-rental .mwfm-feature {
        height: auto;
    }

    .mwfm-vacation-rental .mwfm-feature.mwfm-with-shadow:after {
        display: none;
    }
}

/**********************************************************
 * Orte und Kurtaxen
 **********************************************************/

.mwfm-vacation-rental .mwfm-places {
    margin-bottom: 30px;
}

.mwfm-vacation-rental .mwfm-places .mwfm-place-title {
    margin: 30px 0 20px 0;
}

.mwfm-vacation-rental .mwfm-places .mwfm-place-list {
    margin-bottom: 10px;
    overflow: hidden;
}

.mwfm-vacation-rental .mwfm-places .mwfm-place-list.mwfm-last {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: 0;
}

.mwfm-vacation-rental .mwfm-places .mwfm-place-label,
.mwfm-vacation-rental .mwfm-places .mwfm-place-value {
    float: left;
    width: 50%;
}

.mwfm-vacation-rental .mwfm-places .mwfm-place-value {
    text-align: right;
}

.mwfm-vacation-rental .mwfm-places .mwfm-place-value,
.mwfm-vacation-rental .mwfm-places .mwfm-place-value a {
}

/**********************************************************
 * Mietpreise
 **********************************************************/

.mwfm-vacation-rental .mwfm-seasons {
    margin-bottom: 30px;
}

.mwfm-vacation-rental .mwfm-seasons h2 {
    margin-bottom: 30px;
}

.mwfm-vacation-rental .mwfm-seasons-container {
    margin-bottom: 30px;
}

.mwfm-vacation-rental .mwfm-seasons-header,
.mwfm-vacation-rental .mwfm-seasons-body {
    overflow: hidden;
}

.mwfm-vacation-rental .mwfm-seasons .mwfm-season-title,
.mwfm-vacation-rental .mwfm-seasons .mwfm-season-minovernight-stay,
.mwfm-vacation-rental .mwfm-seasons .mwfm-season-price,
.mwfm-vacation-rental .mwfm-seasons .mwfm-season-finalcleaning {
    float: left;
    width: 25%;
    padding: 5px 0;
    margin: 0;
}

.mwfm-vacation-rental .mwfm-seasons .mwfm-season-title,
.mwfm-vacation-rental .mwfm-seasons .mwfm-season-minovernight-stay,
.mwfm-vacation-rental .mwfm-seasons .mwfm-season-price,
.mwfm-vacation-rental .mwfm-seasons .mwfm-season-finalcleaning,
.mwfm-vacation-rental .mwfm-seasons .mwfm-season-title a,
.mwfm-vacation-rental .mwfm-seasons .mwfm-season-minovernight-stay a,
.mwfm-vacation-rental .mwfm-seasons .mwfm-season-price a,
.mwfm-vacation-rental .mwfm-seasons .mwfm-season-finalcleaning a {
}

.mwfm-vacation-rental .mwfm-seasons .mwfm-seasons-header .mwfm-season-title,
.mwfm-vacation-rental .mwfm-seasons .mwfm-seasons-header .mwfm-season-minovernight-stay,
.mwfm-vacation-rental .mwfm-seasons .mwfm-seasons-header .mwfm-season-price,
.mwfm-vacation-rental .mwfm-seasons .mwfm-seasons-header .mwfm-season-finalcleaning {
    font-weight: bold;
}

.mwfm-vacation-rental .mwfm-seasons .mwfm-season-title .mwfm-date {
    position: relative;
    padding-left: 20px;
}

.mwfm-vacation-rental .mwfm-seasons .mwfm-season-title .mwfm-date:before {
    content: '\f073';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    font-family: FontAwesome;
    font-size: 1rem;
}

.mwfm-vacation-rental .mwfm-seasons .mwfm-season-finalcleaning {
    text-align: right;
}

.mwfm-vacation-rental .mwfm-seasons-body {
    margin-bottom: 5px;
}

.mwfm-vacation-rental .mwfm-seasons-body.mwfm-last {
    border-bottom: 0;
}

.mwfm-vacation-rental .mwfm-security-deposit {
}

@media only screen and (min-width: 599px) {
    .mwfm-vacation-rental .mwfm-seasons-body :not(.mwfm-season-title) .mwfm-label {
        display: none;
    }

    .mwfm-vacation-rental .mwfm-seasons-body .mwfm-season-arrival-days .mwfm-label {
        display: block;
    }
}

@media only screen and (max-width: 599px) {
    .mwfm-vacation-rental .mwfm-seasons-header {
        display: none;
    }

    .mwfm-vacation-rental .mwfm-seasons-body,
    .mwfm-vacation-rental .mwfm-seasons-body.mwfm-last {
        padding: 15px;
    }

    .mwfm-vacation-rental .mwfm-seasons .mwfm-season-title,
    .mwfm-vacation-rental .mwfm-seasons .mwfm-season-minovernight-stay,
    .mwfm-vacation-rental .mwfm-seasons .mwfm-season-price,
    .mwfm-vacation-rental .mwfm-seasons .mwfm-season-finalcleaning {
        float: none;
        width: 100%;
        padding: 5px;
        margin-bottom: 5px;
        text-align: left;
        overflow: hidden;
    }

    .mwfm-vacation-rental .mwfm-seasons-body {
        padding-bottom: 10px;
        margin-bottom: 15px
    }

    .mwfm-vacation-rental .mwfm-seasons .mwfm-season-title .mwfm-label {
        float: none;
        width: 100%;
        font-weight: bold;
    }

    .mwfm-vacation-rental .mwfm-seasons .mwfm-season-title .mwfm-season-arrival-days {
        margin-top: 15px;
    }

    .mwfm-vacation-rental .mwfm-seasons .mwfm-season-title .mwfm-season-arrival-days .mwfm-label {
        float: left;
        width: 50%;
        font-weight: normal;
    }

    .mwfm-vacation-rental .mwfm-seasons-body .mwfm-label {
        float: left;
        width: 50%;
    }

    .mwfm-vacation-rental .mwfm-seasons-body .mwfm-value {
        float: left;
        width: 50%;
        text-align: right;
    }
}

/**********************************************************
 * Angebote
 **********************************************************/

.mwfm-vacation-rental .mwfm-offers {
    margin-bottom: 30px;
}

/* .mwfm-vacation-rental .mwfm-offers h2 { */
    /* margin-bottom: 30px; */
/* } */

.mwfm-vacation-rental .mwfm-offers-header,
.mwfm-vacation-rental .mwfm-offers-body {
    overflow: hidden;
}

.mwfm-vacation-rental .mwfm-offers .mwfm-offer-title,
.mwfm-vacation-rental .mwfm-offers .mwfm-offer-offer,
.mwfm-vacation-rental .mwfm-offers .mwfm-offer-description {
    float: left;
    width: 33.333333%;
    padding: 5px 0;
    margin: 0;
}

.mwfm-vacation-rental .mwfm-offers .mwfm-offer-description p {
    margin: 0;
}

.mwfm-vacation-rental .mwfm-offers .mwfm-offer-title,
.mwfm-vacation-rental .mwfm-offers .mwfm-offer-offer,
.mwfm-vacation-rental .mwfm-offers .mwfm-offer-description,
.mwfm-vacation-rental .mwfm-offers .mwfm-offer-title a,
.mwfm-vacation-rental .mwfm-offers .mwfm-offer-offer a,
.mwfm-vacation-rental .mwfm-offers .mwfm-offer-description a {
}

.mwfm-vacation-rental .mwfm-offers .mwfm-offers-header .mwfm-offer-title,
.mwfm-vacation-rental .mwfm-offers .mwfm-offers-header .mwfm-offer-offer,
.mwfm-vacation-rental .mwfm-offers .mwfm-offers-header .mwfm-offer-description {
    overflow: hidden;
    font-weight: bold;
}

.mwfm-vacation-rental .mwfm-offers .mwfm-offer-title .mwfm-date {
    position: relative;
    padding-left: 20px;
}

.mwfm-vacation-rental .mwfm-offers .mwfm-offer-title .mwfm-date:before {
    content: '\f073';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    font-family: FontAwesome;
    font-size: 1rem;
}

.mwfm-vacation-rental .mwfm-offers-body {
    padding-bottom: 5px;
    margin-bottom: 5px;
}

.mwfm-vacation-rental .mwfm-offers-body.mwfm-last {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: 0;
}

.mwfm-vacation-rental .mwfm-offers-body .mwfm-offer-offer .mwfm-offer-offer-item {
    overflow: hidden;
}

@media only screen and (min-width: 599px) {
    .mwfm-vacation-rental .mwfm-offers-body .mwfm-offer-offer .mwfm-label,
    .mwfm-vacation-rental .mwfm-offers-body .mwfm-offer-offer .mwfm-value {
        float: left;
        width: 50%;
    }
}

@media only screen and (max-width: 599px) {
    .mwfm-vacation-rental .mwfm-offers-header {
        display: none;
    }

    .mwfm-vacation-rental .mwfm-offers .mwfm-offer-title,
    .mwfm-vacation-rental .mwfm-offers .mwfm-offer-offer,
    .mwfm-vacation-rental .mwfm-offers .mwfm-offer-description {
        float: none;
        width: 100%;
        padding: 5px;
        margin-bottom: 5px;
        text-align: left;
        overflow: hidden;
    }

    .mwfm-vacation-rental .mwfm-offers-body {
        padding-bottom: 10px;
        margin-bottom: 15px;
    }

    .mwfm-vacation-rental .mwfm-offers .mwfm-offer-title .mwfm-label {
        width: 100%;
        font-weight: bold;
    }

    .mwfm-vacation-rental .mwfm-offers-body .mwfm-label {
        float: left;
        width: 50%;
    }

    .mwfm-vacation-rental .mwfm-offers-body .mwfm-value {
        float: left;
        width: 50%;
        text-align: right;
    }

    .mwfm-vacation-rental .mwfm-offers .mwfm-offer-title .mwfm-label {
        float: none;
        width: 100%;
    }

}

/**********************************************************
 * Leistungen
 **********************************************************/

.mwfm-vacation-rental .mwfm-services {
    margin-bottom: 30px;
}

.mwfm-vacation-rental .mwfm-services h2 {
    margin-bottom: 30px;
}

.mwfm-vacation-rental .mwfm-services-header,
.mwfm-vacation-rental .mwfm-services-body {
    overflow: hidden;
}

.mwfm-vacation-rental .mwfm-services-container .mwfm-service-title,
.mwfm-vacation-rental .mwfm-services-container .mwfm-service-price {
    float: left;
    width: 50%;
    padding: 5px 0;
    margin: 0;
}

.mwfm-vacation-rental .mwfm-services-container .mwfm-service-title,
.mwfm-vacation-rental .mwfm-services-container .mwfm-service-price,
.mwfm-vacation-rental .mwfm-services-container .mwfm-service-title a,
.mwfm-vacation-rental .mwfm-services-container .mwfm-servicer-price a {
}

.mwfm-vacation-rental .mwfm-services-container .mwfm-services-header .mwfm-service-title,
.mwfm-vacation-rental .mwfm-services-container .mwfm-services-header .mwfm-service-price {
    font-weight: bold;
}

.mwfm-vacation-rental .mwfm-services-container .mwfm-service-title p {
    margin-top: 0;
}

.mwfm-vacation-rental .mwfm-services-body {
    margin-bottom: 5px;
}

.mwfm-vacation-rental .mwfm-services-body.mwfm-last {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: 0;
}

@media only screen and (max-width: 599px) {
    .mwfm-vacation-rental .mwfm-services-header,
    .mwfm-vacation-rental .mwfm-services-body label {
        display: none;
    }
}

/**********************************************************
 * Mietbedingungen
 **********************************************************/

.mwfm-vacation-rental .mwfm-price-description {
    margin-bottom: 30px;
}

.mwfm-vacation-rental .mwfm-price-description h2 {
    margin-bottom: 15px;
}

.mwfm-vacation-rental .mwfm-price-description ul {
    padding: 0 0 0 20px;
    margin: 0;
}

.mwfm-vacation-rental .mwfm-price-description ul li {
    padding: 0;
    margin: 0;
}

/**********************************************************
 * Belegungskalender
 **********************************************************/

.mwfm-vacation-rental .mwfm-calendar-wrapper {
    margin: 0 -15px;
}

.mwfm-vacation-rental .mwfm-calendar {
    margin-bottom: 30px;
}

.mwfm-vacation-rental .mwfm-calendar h2 {
    margin-bottom: 30px;
}

.mwfm-vacation-rental .mwfm-calendar-wrapper .mwfm-calendar-months-wrapper.mwfm-fixed-height {
    height: 324px;
}

.mwfm-vacation-rental .mwfm-calendar .mwfm-last-update {
    text-align: center;
}

.mwfm-calendar-wrapper .mwfm-calendar-navigation a.mwfm-today,
.mwfm-calendar-wrapper .mwfm-calendar-navigation a.mwfm-previous,
.mwfm-calendar-wrapper .mwfm-calendar-navigation a.mwfm-next {
    padding-top: 0;
    padding-bottom: 0;
    border: none;
    -webkit-border-radius: 2px 2px 2px 2px;
    border-radius: 2px 2px 2px 2px;
}

.mwfm-calendar-wrapper .mwfm-calendar-navigation a.mwfm-previous {
    left: 15px;
}

.mwfm-calendar-wrapper .mwfm-calendar-navigation a.mwfm-next {
    right: 15px;
}

.mwfm-calendar-wrapper .mwfm-calendar-navigation a.mwfm-today:hover,
.mwfm-calendar-wrapper .mwfm-calendar-navigation a.mwfm-previous:hover,
.mwfm-calendar-wrapper .mwfm-calendar-navigation a.mwfm-next:hover {
}

.mwfm-calendar-wrapper .mwfm-calendar-navigation a.mwfm-previous.mwfm-disabled:hover,
.mwfm-calendar-wrapper .mwfm-calendar-navigation a.mwfm-next.mwfm-disabled:hover {
}

.mwfm-vacation-rental-wrapper .mwfm-calendar-wrapper .mwfm-calendar-month > .mwfm-calendar-head {
    font-weight: normal;
    font-size: 1.2rem;
}

.mwfm-calendar-wrapper .mwfm-calendar-day-names .mwfm-calendar-day-name {
}

.mwfm-calendar-wrapper .mwfm-calendar-month {
    margin: 0 17px;
}

@media only screen and (max-width: 599px) {
    .mwfm-calendar-wrapper .mwfm-calendar-months-wrapper {
        padding-left: 15px;
        padding-right: 15px;
    }

    .mwfm-calendar-wrapper .mwfm-calendar-month {
        width: 100%;
        padding: 10px;
        margin: 0;
    }

    .mwfm-calendar-wrapper .mwfm-calendar-day-names .mwfm-calendar-day-name,
    .mwfm-calendar-wrapper .mwfm-calendar-days .mwfm-calendar-day {
        width: 14.28%;
    }

    .mwfm-vacation-rental .mwfm-calendar .mwfm-last-update {
        text-align: left;
    }

    .mwfm-vacation-rental .mwfm-calendar-wrapper .mwfm-calendar-legend {
        padding: 0 15px;
    }
}

.mwfm-calendar-wrapper .mwfm-calendar-days .mwfm-calendar-day span,
.mwfm-calendar-wrapper .mwfm-calendar-days .mwfm-calendar-day a {
    color: #5e5e5e;
}

.mwfm-calendar-wrapper .mwfm-calendar-days .mwfm-calendar-day.mwfm-disabled:hover a,
.mwfm-calendar-wrapper .mwfm-calendar-days .mwfm-calendar-day.mwfm-disabled:hover span {
    color: #5e5e5e !important;
}

.mwfm-calendar-wrapper .mwfm-calendar-message-wrapper {
    margin: 15px;
}

/**********************************************************
 * Bewertungen
 **********************************************************/

.mwfm-vacation-rental .mwfm-ratings {
    margin-bottom: 30px;
}

.mwfm-vacation-rental .mwfm-ratings h2 {
    margin-bottom: 30px;
    overflow: hidden;
}

.mwfm-vacation-rental .mwfm-ratings h2 .mwfm-headline-inner {
    float: left;
}

.mwfm-vacation-rental .mwfm-ratings h2 > ul {
    float: left;
    padding: 8px 0 0 15px;
    margin: 0;
    list-style: none;
}

.mwfm-vacation-rental .mwfm-ratings h2 > ul > li {}

.mwfm-vacation-rental .mwfm-ratings .mwfm-rating-summary {
}

.mwfm-vacation-rental .mwfm-ratings .mwfm-rating-summary h3 {
    font-size: 1.2rem;
}

.mwfm-vacation-rental .mwfm-ratings .mwfm-rating-summary-container {
    margin-bottom: 30px;
    overflow: hidden;
}

.mwfm-vacation-rental .mwfm-ratings .mwfm-rating-average {
    float: left;
    width: 50%;
    text-align: center;
}

.mwfm-vacation-rental .mwfm-ratings .mwfm-rating-average h4 {
}

.mwfm-vacation-rental .mwfm-ratings .mwfm-rating-average .mwfm-review-from {
    font-size: 2rem;
}

.mwfm-vacation-rental .mwfm-ratings .mwfm-rating-average .mwfm-review-to {
    font-size: 1.5rem;
}

.mwfm-vacation-rental .mwfm-ratings .mwfm-rating-average .mwfm-review-separator {
    font-size: 1.5rem;
}

.mwfm-vacation-rental .mwfm-ratings .mwfm-rating-average .mwfm-review li {
    font-size: 1.2rem;
}

.mwfm-vacation-rental .mwfm-ratings .mwfm-rating-average .mwfm-total-ratings {
    display: block;
    font-size: .8667rem;
}

.mwfm-vacation-rental .mwfm-ratings .mwfm-rating-categories {
    float: left;
    width: 50%;
}

.mwfm-vacation-rental .mwfm-ratings .mwfm-rating-values {
}

.mwfm-vacation-rental .mwfm-ratings .mwfm-rating-values .mwfm-rating-item {
    overflow: hidden;
    padding: 5px 15px;
    margin-bottom: 5px;
}

.mwfm-vacation-rental .mwfm-ratings .mwfm-rating-values .mwfm-rating-item.mwfm-odd {
}

.mwfm-vacation-rental .mwfm-ratings .mwfm-rating-values .mwfm-rating-item-label,
.mwfm-vacation-rental .mwfm-ratings .mwfm-rating-values .mwfm-rating-item-value {
    float: left;
    width: 50%;
}

.mwfm-vacation-rental .mwfm-ratings .mwfm-rating-values .mwfm-rating-item-value {
    text-align: right;
}

.mwfm-vacation-rental .mwfm-ratings .mwfm-rating-values .mwfm-rating-item-value ul {
    display: inline-block;
    padding: 0;
    margin: 0;
    list-style: none;
}

.mwfm-vacation-rental .mwfm-ratings .mwfm-rating-values .mwfm-rating-item-value ul li.mwfm-active:after {
}

.mwfm-vacation-rental .mwfm-ratings .mwfm-rating-values .mwfm-average-rating-value {
    margin-left: 15px;
}

.mwfm-vacation-rental .mwfm-ratings .mwfm-alert {
    margin-top: 30px;
}

.mwfm-vacation-rental .mwfm-ratings .mwfm-rating-comment {
    padding: 15px;
    overflow: hidden;
}

.mwfm-vacation-rental .mwfm-ratings .mwfm-rating-comment.mwfm-odd {
}

.mwfm-vacation-rental .mwfm-ratings .mwfm-rating-comment .mwfm-rating-value-container {
    float: left;
    width: 150px;
    text-align: center;
}

.mwfm-vacation-rental .mwfm-ratings .mwfm-rating-comment .mwfm-rating-value {
    margin-bottom: 15px;
    font-size: 1rem;
}

.mwfm-vacation-rental .mwfm-ratings .mwfm-rating-comment .mwfm-review-from {
    font-size: 1.2rem;
}

.mwfm-vacation-rental .mwfm-ratings .mwfm-rating-comment .mwfm-review-to {
    font-size: 1rem;
}

.mwfm-vacation-rental .mwfm-ratings .mwfm-rating-comment .mwfm-review-separator {
    margin: 0 2px;
    font-size: 1rem;
}

.mwfm-vacation-rental .mwfm-ratings .mwfm-rating-comment .mwfm-comment-container {
    float: left;
    width: calc(100% - 150px);
}

.mwfm-vacation-rental .mwfm-ratings .mwfm-rating-comment .mwfm-author {
    margin: 0 0 15px 0;
}

.mwfm-vacation-rental .mwfm-ratings .mwfm-rating-comment .mwfm-author-item {
    margin-right: 5px;
}

.mwfm-vacation-rental .mwfm-ratings .mwfm-rating-comment .mwfm-author-item i {
    margin-right: 5px;
}

.mwfm-vacation-rental .mwfm-ratings .mwfm-comments .mwfm-comment {
}

.mwfm-vacation-rental .mwfm-ratings .mwfm-comments .mwfm-owner-comment {
}

.mwfm-vacation-rental .mwfm-ratings .mwfm-comment-form {
}

.mwfm-vacation-rental .mwfm-ratings .mwfm-comment-form h2 {
    margin-bottom: 30px;
}

.mwfm-vacation-rental .mwfm-ratings form {
    overflow: hidden;
}

.mwfm-vacation-rental .mwfm-ratings .mwfm-rating-stars {
    float: left;
    width: 40%;
    padding-right: 15px;
}

.mwfm-vacation-rental .mwfm-ratings .mwfm-rating-stars .mwfm-rating-item {
    margin-bottom: 5px;
    overflow: hidden;
}

.mwfm-vacation-rental .mwfm-ratings .mwfm-rating-stars .mwfm-rating-item.mwfm-last {
    margin-bottom: 0;
}

.mwfm-vacation-rental .mwfm-ratings .mwfm-rating-stars .mwfm-rating-item-label,
.mwfm-vacation-rental .mwfm-ratings .mwfm-rating-stars .mwfm-rating-item-value {
    float: left;
    width: 50%;
}

.mwfm-vacation-rental .mwfm-ratings .mwfm-rating-stars .mwfm-rating-item-value {
    text-align: right;
}

.mwfm-vacation-rental .mwfm-ratings .mwfm-rating-stars .mwfm-rating-item-value ul {
    display: inline-block;
    padding: 0;
    margin: 0;
    list-style: none;
}

.mwfm-vacation-rental .mwfm-ratings .mwfm-rating-stars .mwfm-rating-value-container {
    margin: 15px 0;
    text-align: center;
}

.mwfm-vacation-rental .mwfm-ratings .mwfm-rating-stars .mwfm-rating-value-container .mwfm-review-circle .mwfm-review-from {
    font-size: 1.5rem;
}

.mwfm-vacation-rental .mwfm-ratings .mwfm-rating-stars .mwfm-rating-value-container .mwfm-review-circle .mwfm-review-separator {
    margin: 0 5px;
}

.mwfm-vacation-rental .mwfm-ratings .mwfm-rating-stars .mwfm-rating-value-container .mwfm-review li:after {
    font-size: 1.5rem;
}

@media screen and (max-width: 768px) {
    .mwfm-vacation-rental .mwfm-ratings .mwfm-rating-average,
    .mwfm-vacation-rental .mwfm-ratings .mwfm-rating-categories {
        float: none;
        width: 100%;
    }

    .mwfm-vacation-rental .mwfm-ratings .mwfm-rating-average {
        margin-bottom: 15px;
    }

    .mwfm-vacation-rental .mwfm-ratings .mwfm-rating-comment .mwfm-comment-container {
        float: none;
        width: 100%;
    }

    .mwfm-vacation-rental .mwfm-ratings .mwfm-rating-comment .mwfm-rating-value-container {
        float: none;
        margin: 0 auto 15px auto;
    }
}

.mwfm-vacation-rental .mwfm-ratings .mwfm-comment-form-container {
    float: left;
    width: 60%;
}

.mwfm-comment-success {
}

.mwfm-comment-success h2 {
    margin-bottom: 15px;
    font-size: 1rem;
}

@media screen and (max-width: 767px) {
    .mwfm-vacation-rental .mwfm-ratings .mwfm-rating-stars,
    .mwfm-vacation-rental .mwfm-ratings .mwfm-comment-form-container {
        float: none;
        width: 100%;
        padding-right: 0;
    }

    .mwfm-vacation-rental .mwfm-ratings .mwfm-comment-form-container {
        margin-top: 15px;
    }
}

/**********************************************************
 * Unterkunft desselben Hauses
 **********************************************************/

.mwfm-vacation-rental .mwfm-sibling-vacation-rentals {
}

.mwfm-vacation-rental .mwfm-sibling-vacation-rentals h2 {
    margin-bottom: 30px;
}

.mwfm-vacation-rental .mwfm-vacation-rental-container {
    display: block;
    position: relative;
    width: 100%;
    min-height: 200px;
    margin-bottom: 15px;
}

.mwfm-vacation-rental .mwfm-vacation-rental-container .mwfm-image {
    display: block;
    position: absolute;
    top: 8px;
    left: 8px;
    right: 8px;
    bottom: 8px;
    width: 300px;
    line-height: 0;
    overflow: hidden;
}

.mwfm-vacation-rental .mwfm-vacation-rental-container .mwfm-information {
    display: block;
    height: 100%;
    min-height: 150px;
    padding: 5px 15px 60px 315px;
}

.mwfm-vacation-rental .mwfm-vacation-rental-container .mwfm-information .mwfm-headline h2 {
    padding: 4px 0 0 0;
    margin: 0;
    font-size: 1.2rem;
}

.mwfm-vacation-rental .mwfm-vacation-rental-container .mwfm-information .mwfm-headline a {
    display: block;
    text-decoration: none;
}

.mwfm-vacation-rental .mwfm-vacation-rental-container .mwfm-information .mwfm-headline a:hover {
    text-decoration: underline;
}

.mwfm-vacation-rental .mwfm-vacation-rental-container .mwfm-information .mwfm-headline .mwfm-city {
    position: relative;
    display: block;
    padding-left: 15px;
    margin: 5px 0;
    font-size: 0.9rem;
}

.mwfm-vacation-rental .mwfm-vacation-rental-container .mwfm-information .mwfm-headline .mwfm-city:before {
    content: '\f041';
    position: absolute;
    top: -2px;
    left: 0;
    font-family: FontAwesome;
}

.mwfm-vacation-rental .mwfm-vacation-rental-container .mwfm-information-container {
    margin: 5px 0;
    font-size: 0.9rem;
    overflow: hidden;
}

.mwfm-vacation-rental .mwfm-vacation-rental-container .mwfm-information-container ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.mwfm-vacation-rental .mwfm-vacation-rental-container .mwfm-information-container ul li {
    position: relative;
    float: left;
}

.mwfm-vacation-rental .mwfm-vacation-rental-container .mwfm-information-container ul li:after {
    content: '\b7\a0'
}

.mwfm-vacation-rental .mwfm-vacation-rental-container .mwfm-information-container ul li:last-of-type:after {
    display: none;
}

.mwfm-vacation-rental .mwfm-vacation-rental-container .mwfm-rating {
    position: absolute;
    bottom: 10px;
    left: 315px;
    font-size: 0.8rem;
    text-align: center;
}

.mwfm-vacation-rental .mwfm-vacation-rental-container .mwfm-prices-container {
    position: absolute;
    bottom: 10px;
    right: 15px;
    overflow: hidden;
}

.mwfm-vacation-rental .mwfm-vacation-rental-container .mwfm-information .mwfm-price-minimum {
    float: left;
    text-align: center;
}

.mwfm-vacation-rental .mwfm-vacation-rental-container .mwfm-information .mwfm-price-minimum .mwfm-price-label-addition {
    font-size: 0.8rem;
}

.mwfm-vacation-rental .mwfm-vacation-rental-container .mwfm-information .mwfm-button-reader {
    position: relative;
    float: left;
    margin-top: 5px;
    margin-right: 15px;
}

@media screen and (max-width: 1160px) {
    .mwfm-vacation-rental .mwfm-vacation-rental-container .mwfm-image,
    .mwfm-vacation-rental .mwfm-vacation-rental-container .mwfm-information {
        position: static;
        float: none;
        display: block;
        width: 100%;
        margin: 0;
    }

    .mwfm-vacation-rental .mwfm-vacation-rental-container .mwfm-information {
        position: relative;
        padding: 15px;
    }

    .mwfm-vacation-rental .mwfm-vacation-rental-container .mwfm-rating {
        top: -75px;
        left: auto;
        bottom: auto;
        right: 15px;
    }

    .mwfm-vacation-rental .mwfm-vacation-rental-container .mwfm-information .mwfm-prices-container {
        position: static;
    }

    .mwfm-vacation-rental .mwfm-vacation-rental-container .mwfm-information .mwfm-price-minimum,
    .mwfm-vacation-rental .mwfm-vacation-rental-container .mwfm-information .mwfm-button-reader {
        width: 50%;
        margin-right: 0;
    }
}

@media screen and (max-width: 599px) {
    .mwfm-vacation-rental .mwfm-vacation-rental-container .mwfm-information ul li {
        float: none;
        margin-left: 0;
    }
}

/**********************************************************
 * Buchungsanfrage im Overlay
 **********************************************************/

.mwfm-request-form-wrapper {
}

.mwfm-request-form-wrapper h2 {
    margin-bottom: 15px;
    font-size: 1.2rem;
}

.mwfm-request-form-wrapper .mwfm-request-form-information {
    margin-bottom: 15px;
}

.mwfm-request-form-wrapper .mwfm-form-group-wrapper.mwfm-date-container {
    margin: 0 -15px;
}

.mwfm-request-form-wrapper .mwfm-from-date,
.mwfm-request-form-wrapper .mwfm-to-date {
    position: relative;
    float: left !important;
    width: 50% !important;
    padding: 0 15px !important;
}

.mwfm-request-form-wrapper .mwfm-from-date:after,
.mwfm-request-form-wrapper .mwfm-to-date:after {
    content: '\f073';
    position: absolute;
    top: 32px;
    right: 25px;
    font-family: FontAwesome;
    visibility: visible;
    pointer-events: none;
}

body.safari .mwfm-request-form-wrapper .mwfm-from-date:after,
body.safari .mwfm-request-form-wrapper .mwfm-to-date:after {
    top: 33px;
}

.mwfm-request-form-wrapper .mwfm-from-date input,
.mwfm-request-form-wrapper .mwfm-to-date input {
    padding-right: 26px;
    cursor: pointer;
}

.mwfm-request-form-wrapper .mwfm-person-ages-wrapper {
    margin: 15px 0 0 0;
}

.mwfm-request-form-wrapper .mwfm-services-wrapper {
    padding: 15px 0;
    margin: 15px 0;
}

.mwfm-request-form-wrapper .mwfm-service-headline {
    margin-bottom: 15px;
}

.mwfm-request-form-wrapper .mwfm-service-description {
    margin-bottom: 15px;
}

.mwfm-request-form-wrapper .mwfm-person-ages-wrapper {
}

.mwfm-request-form-wrapper .mwfm-person-ages-headline {
    margin-bottom: 15px;
    font-weight: bold;
}

.mwfm-request-form-wrapper .mwfm-person-ages-description {
    margin-bottom: 15px;
}

.mwfm-request-form-wrapper .mwfm-person-ages-wrapper label {
    float: left;
    width: 150px;
    margin-top: 5px;
}

.mwfm-request-form-wrapper .mwfm-person-ages-wrapper .mwfm-select-group {
    float: left;
    width: 80px;
}

.mwfm-request-form-wrapper .mwfm-person-ages-wrapper select {
    display: inline-block;
    vertical-align: middle;
}

.mwfm-request-form-wrapper .mwfm-datepicker-wrapper {
    position: absolute;
    width: 280px;
    min-width: 280px;
    margin-bottom: 15px;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}

.mwfm-request-form-wrapper .mwfm-datepicker-wrapper:before,
.mwfm-request-form-wrapper .mwfm-datepicker-wrapper:after {
    bottom: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.mwfm-request-form-wrapper .mwfm-datepicker-wrapper:before {
    border-width: 6px;
    margin-left: -6px;
}

.mwfm-request-form-wrapper .mwfm-datepicker-wrapper:after {
    border-width: 5px;
    margin-left: -5px;
}

.mwfm-request-form-wrapper .mwfm-datepicker-wrapper[data-mwfm-datepicker="ctrl_fromDate"] {
    left: 15px;
}

.mwfm-request-form-wrapper .mwfm-datepicker-wrapper[data-mwfm-datepicker="ctrl_toDate"] {
    right: 15px;
}

.mwfm-request-form-wrapper .mwfm-datepicker-wrapper[data-mwfm-datepicker="ctrl_fromDate"]:before,
.mwfm-request-form-wrapper .mwfm-datepicker-wrapper[data-mwfm-datepicker="ctrl_fromDate"]:after {
    left: 7%;
}

.mwfm-request-form-wrapper .mwfm-datepicker-wrapper[data-mwfm-datepicker="ctrl_toDate"]:before,
.mwfm-request-form-wrapper .mwfm-datepicker-wrapper[data-mwfm-datepicker="ctrl_toDate"]:after {
    left: auto;
    right: 15px;
}

.mwfm-request-form-wrapper .mwfm-datepicker-wrapper[data-mwfm-datepicker="ctrl_toDate"]:before {
    margin-left: auto;
    margin-right: -6px;
}

.mwfm-request-form-wrapper .mwfm-datepicker-wrapper[data-mwfm-datepicker="ctrl_toDate"]:after {
    margin-left: auto;
    margin-right: -5px;
}

.mwfm-request-form-wrapper .mwfm-datepicker-wrapper .mwfm-calendar-wrapper .mwfm-calendar-navigation a.mwfm-previous {
    left: 15px;
}

.mwfm-request-form-wrapper .mwfm-datepicker-wrapper .mwfm-calendar-wrapper .mwfm-calendar-navigation a.mwfm-next {
    right: 15px;
}

.mwfm-request-form-wrapper .mwfm-datepicker-wrapper .mwfm-calendar-wrapper .mwfm-calendar-navigation a.mwfm-previous:after,
.mwfm-request-form-wrapper .mwfm-datepicker-wrapper .mwfm-calendar-wrapper .mwfm-calendar-navigation a.mwfm-next:after {
    content: '';
}

.mwfm-request-form-wrapper .mwfm-datepicker-wrapper .mwfm-calendar-wrapper .mwfm-calendar-month {
    padding: 0;
    margin: 0;
    border: 0;
}

.mwfm-request-form-wrapper .mwfm-calendar-wrapper .mwfm-calendar-legend {
    padding: 0;
}

.mwfm-request-form-wrapper .mwfm-calendar-message-wrapper {
    margin-bottom: 15px;
}

.mwfm-request-form-wrapper .mwfm-calendar-message-wrapper ul {
    padding: 0 0 0 20px;
    margin: 0;
}

.mwfm-request-form-wrapper .mwfm-services-wrapper {
    display: none;
    margin: 0;
    border-bottom: 0;
}

.mwfm-request-form-wrapper .mwfm-services-wrapper .mwfm-service-items-headline {
    margin-bottom: 15px;
    font-weight: bold;
}

.mwfm-request-form-wrapper .mwfm-services-wrapper .mwfm-service-item {
    margin-bottom: 5px;
    overflow: hidden;
}

.mwfm-request-form-wrapper .mwfm-services-wrapper .mwfm-service-item.mwfm-last {
    margin-bottom: 0;
}

.mwfm-request-form-wrapper .mwfm-services-wrapper .mwfm-service-selection,
.mwfm-request-form-wrapper .mwfm-services-wrapper .mwfm-service-title,
.mwfm-request-form-wrapper .mwfm-services-wrapper .mwfm-service-price {
    float: left;
}

.mwfm-request-form-wrapper .mwfm-services-wrapper .mwfm-service-selection {
    width: 95px;
}

.mwfm-request-form-wrapper .mwfm-services-wrapper .mwfm-service-title {
    width: calc(100% - 95px - 30%);
}

.mwfm-request-form-wrapper .mwfm-services-wrapper .mwfm-service-price {
    width: 30%;
}

.mwfm-request-form-wrapper .mwfm-services-wrapper .mwfm-service-selection .mwfm-select-group,
.mwfm-request-form-wrapper .mwfm-services-wrapper .mwfm-service-selection input {
    width: 80px;
}

.mwfm-request-form-wrapper .mwfm-services-wrapper .mwfm-service-title .mwfm-service-information {
    font-size: 0.8rem;
}

.mwfm-request-form-wrapper .mwfm-services-wrapper .mwfm-service-price {
    text-align: right;
}

.mwfm-request-form-wrapper .mwfm-prices-wrapper {
    position: relative;
    margin: 0 0 15px 0;
}

.mwfm-request-form-wrapper .mwfm-prices-wrapper .mwfm-prices-body-small {
    font-size: 1rem;
}

.mwfm-request-form-wrapper .mwfm-prices-wrapper .mwfm-prices-headline {
    margin-bottom: 15px;
}

.mwfm-request-form-wrapper .mwfm-prices-wrapper .mwfm-prices-description {
    margin-bottom: 15px;
}

.mwfm-request-form-wrapper .mwfm-prices-wrapper .mwfm-prices-body {
    border-bottom: 0;
}

.mwfm-request-form-wrapper .mwfm-prices-wrapper .mwfm-prices-body.mwfm-prices-total {
    padding: 5px 15px;
    margin: 5px -15px;
    border: 0;
}

.mwfm-request-form-wrapper .mwfm-prices-wrapper .mwfm-prices-body.mwfm-prices-sub-total {
    font-weight: bold;
}

.mwfm-request-form-wrapper .mwfm-form-wrapper {
}

@media only screen and (max-width: 599px) {
    .mwfm-request-form-wrapper .mwfm-form-group-wrapper {
        margin: 0 -15px;
    }

    .mwfm-request-form-wrapper .mwfm-form-group-wrapper .mwfm-form-group-wrapper {
        float: none;
        width: 100%;
    }

    .mwfm-request-form-wrapper .mwfm-form-group-wrapper .mwfm-form-group.mwfm-street {
        width: 100%;
    }

    .mwfm-request-form-wrapper .mwfm-form-group-wrapper .mwfm-form-group {
        float: left;
        width: 50%;
        padding: 0 15px;
    }
}

.mwfm-vacation-rental-wrapper [data-mwfm-mobile-wrapper="book-now"] {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 30;
    width: 100%;
    padding: 15px 0;
    text-align: center;
}

/**********************************************************
 * Mobile Buchungsanfrage (Quickbooking)
 **********************************************************/

.mwfm-mobile-booking-modal {
}

.mwfm-mobile-booking-modal .mwcc-modal-window-close {
    position: relative;
    left: 50%;
    right: auto;
    padding: 15px 0 0 0;
    margin-left: -12.5px;
    text-align: center;
    font-size: 1.4rem;
}

.mwcc-modal-window .mwcc-modal-window-close,
.mwfm-mobile-booking-modal .mwfm-quick-booking h3 {
    margin-bottom: 15px;
    text-align: center;
    font-size: 1.2rem;
}

.mwfm-mobile-booking-modal .mwfm-prices-wrapper {
    padding: 5px 15px;
}

.mwfm-mobile-booking-modal .mwfm-prices-wrapper .mwfm-prices-headline {
    margin-bottom: 15px;
    font-size: 1.2rem;
    text-align: center;
}

.mwfm-mobile-booking-modal .mwfm-quick-booking .mwfm-booking-request {
    position: relative;
    display: block;
    width: 250px;
    padding: 0 15px;
    margin: 0 auto 15px auto;
    text-align: center;
    text-decoration: none;
    -webkit-border-radius: 2px 2px 2px 2px;
    border-radius: 2px 2px 2px 2px;
}

.mwfm-mobile-booking-modal .mwfm-quick-booking .mwfm-booking-request.mwfm-loading:after {
    content: '\f1ce';
    position: absolute;
    top: 0;
    right: 15px;
    font-family: FontAwesome;
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear;
}

.mwfm-mobile-booking-modal .mwfm-divider {
    margin: 15px 0;
    text-align: center;
    text-transform: uppercase;
}

.mwfm-mobile-booking-modal .mwfm-quick-booking .mwfm-booking-wrapper {
    margin: 0 -15px -15px -15px;
}

.mwfm-mobile-booking-modal .mwfm-quick-booking .mwfm-booking-wrapper h3 {
    margin-bottom: 30px;
    text-align: center;
}

.mwfm-mobile-booking-modal .mwfm-quick-booking .mwfm-booking-wrapper form {
    margin-bottom: 15px;
}

.mwfm-mobile-booking-modal .mwfm-quick-booking .mwfm-form-group {
    overflow: visible;
}

.mwfm-mobile-booking-modal .mwfm-quick-booking .mwfm-form-group:after {
    content: "";
    clear: both;
    display: block;
    height: 0;
}

.mwfm-mobile-booking-modal .mwfm-quick-booking label {
    display: block;
    text-align: left;
}

.mwfm-mobile-booking-modal .mwfm-quick-booking .mwfm-form-inline {
    text-align: center;
}

.mwfm-mobile-booking-modal .mwfm-quick-booking .mwfm-form-dates {
    margin: 0 -5px;
}

.mwfm-mobile-booking-modal .mwfm-quick-booking .mwfm-form-dates:after {
    content: ".";
    clear: both;
    display: block;
    visibility: hidden;
    height: 0;
}

.mwfm-mobile-booking-modal .mwfm-quick-booking .mwfm-form-dates.mwfm-active {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 20;
    padding: 0;
    margin: 0;
    overflow: auto;
}

.mwfm-quick-booking .mwfm-form-dates .mwfm-close {
    display: none;
}

.mwfm-mobile-booking-modal .mwfm-quick-booking .mwfm-form-dates.mwfm-active .mwfm-close {
    position: static;
    display: block;
    padding: 15px 0;
    text-align: center;
    font-size: 1.4rem;
}

.mwfm-mobile-booking-modal .mwfm-quick-booking .mwfm-form-dates.mwfm-active .mwfm-close {
    position: absolute;
    top: 10px;
    left: 50%;
    display: inline-block;
    width: 25px;
    height: 25px;
    margin-left: -12.5px;
    overflow: hidden;
}

.mwfm-mobile-booking-modal .mwfm-quick-booking .mwfm-form-dates.mwfm-active .mwfm-close:before,
.mwfm-mobile-booking-modal .mwfm-quick-booking .mwfm-form-dates.mwfm-active .mwfm-close:after {
    height: 4px;
    margin-top: -2px;
}

.mwfm-mobile-booking-modal .mwfm-quick-booking .mwfm-form-dates.mwfm-active .mwfm-close:before,
.mwfm-mobile-booking-modal .mwfm-quick-booking .mwfm-form-dates.mwfm-active .mwfm-close:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    height: 2px;
    width: 100%;
    margin-top: -1px;
}

.mwfm-mobile-booking-modal .mwfm-quick-booking .mwfm-form-dates.mwfm-active .mwfm-close:before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.mwfm-mobile-booking-modal .mwfm-quick-booking .mwfm-form-dates.mwfm-active .mwfm-close:after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.mwfm-mobile-booking-modal .mwfm-quick-booking .mwfm-form-dates.mwfm-active .mwfm-dates {
    padding: 15px;
    margin: 45px 0 0 0;
}

.mwfm-mobile-booking-modal .mwfm-quick-booking .mwfm-from-date,
.mwfm-mobile-booking-modal .mwfm-quick-booking .mwfm-to-date {
    position: relative;
    float: left;
    width: 50%;
    padding: 0 5px;
}

.mwfm-mobile-booking-modal .mwfm-quick-booking .mwfm-from-date:after,
.mwfm-mobile-booking-modal .mwfm-quick-booking .mwfm-to-date:after {
    content: '\f073';
    position: absolute;
    top: 31px;
    right: 15px;
    font-family: FontAwesome;
    pointer-events: none;
    visibility: visible;
}

body.safari .mwfm-mobile-booking-modal .mwfm-quick-booking .mwfm-from-date:after,
body.safari .mwfm-mobile-booking-modal .mwfm-quick-booking .mwfm-to-date:after {
    top: 32px;
}

.mwfm-mobile-booking-modal .mwfm-quick-booking .mwfm-from-date.mwfm-active:after,
.mwfm-mobile-booking-modal .mwfm-quick-booking .mwfm-to-date.mwfm-active:after {
    top: 47px;
    right: 25px;
}

.mwfm-mobile-booking-modal .mwfm-quick-booking .mwfm-from-date input,
.mwfm-mobile-booking-modal .mwfm-quick-booking .mwfm-to-date input {
    width: 100%;
    padding-right: 30px;
    cursor: pointer;
}

.mwfm-mobile-booking-modal .mwfm-quick-booking .mwfm-datepicker-wrapper {
    position: absolute;
    top: 75px;
    left: 5px;
    right: 5px;
    width: auto;
    width: 290px;
    margin-top: 0;
    margin-bottom: 15px;
    -webkit-border-radius: 2px 2px 2px 2px;
    border-radius: 2px 2px 2px 2px;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}

.mwfm-mobile-booking-modal .mwfm-quick-booking .mwfm-datepicker-wrapper[data-mwfm-datepicker="ctrl_toDate"] {
    left: auto;
}

.mwfm-mobile-booking-modal .mwfm-quick-booking .mwfm-datepicker-wrapper:before,
.mwfm-mobile-booking-modal .mwfm-quick-booking .mwfm-datepicker-wrapper:after {
    bottom: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.mwfm-mobile-booking-modal .mwfm-quick-booking .mwfm-datepicker-wrapper:before {
    border-width: 6px;
    margin-left: -6px;
}

.mwfm-mobile-booking-modal .mwfm-quick-booking .mwfm-datepicker-wrapper:after {
    border-width: 5px;
    margin-left: -5px;
}

.mwfm-mobile-booking-modal .mwfm-quick-booking .mwfm-datepicker-wrapper[data-mwfm-datepicker="ctrl_fromDate"]:before,
.mwfm-mobile-booking-modal .mwfm-quick-booking .mwfm-datepicker-wrapper[data-mwfm-datepicker="ctrl_fromDate"]:after {
    left: 7%;
}

.mwfm-mobile-booking-modal .mwfm-quick-booking .mwfm-datepicker-wrapper[data-mwfm-datepicker="ctrl_toDate"]:before,
.mwfm-mobile-booking-modal .mwfm-quick-booking .mwfm-datepicker-wrapper[data-mwfm-datepicker="ctrl_toDate"]:after {
    left: auto;
    right: 15px;
}

.mwfm-mobile-booking-modal .mwfm-quick-booking .mwfm-datepicker-wrapper[data-mwfm-datepicker="ctrl_toDate"]:before {
    margin-left: auto;
    margin-right: -6px;
}

.mwfm-mobile-booking-modal .mwfm-quick-booking .mwfm-datepicker-wrapper[data-mwfm-datepicker="ctrl_toDate"]:after {
    margin-left: auto;
    margin-right: -5px;
}

.mwfm-mobile-booking-modal .mwfm-quick-booking .mwfm-calendar-wrapper .mwfm-calendar-navigation a.mwfm-previous {
    left: 15px;
}

.mwfm-mobile-booking-modal .mwfm-quick-booking .mwfm-calendar-wrapper .mwfm-calendar-navigation a.mwfm-next {
    right: 15px;
}

.mwfm-mobile-booking-modal .mwfm-quick-booking .mwfm-from-date.mwfm-active .mwfm-datepicker-wrapper .mwfm-calendar-wrapper .mwfm-calendar-month,
.mwfm-mobile-booking-modal .mwfm-quick-booking .mwfm-to-date.mwfm-active .mwfm-datepicker-wrapper .mwfm-calendar-wrapper .mwfm-calendar-month {
    border: 0;
}

.mwfm-mobile-booking-modal .mwfm-quick-booking .mwfm-datepicker-wrapper .mwfm-calendar-wrapper {
    padding: 15px 0 0 0;
}

.mwfm-mobile-booking-modal .mwfm-quick-booking .mwfm-datepicker-wrapper .mwfm-calendar-wrapper .mwfm-calendar-months-wrapper {
    margin-top: 35px;
}

.mwfm-mobile-booking-modal .mwfm-quick-booking .mwfm-datepicker-wrapper .mwfm-calendar-wrapper .mwfm-calendar-month {
    display: block;
    padding: 0;
    margin: 0;
    border: 0;
}

.mwfm-mobile-booking-modal .mwfm-quick-booking .mwfm-datepicker-wrapper .mwfm-calendar-wrapper .mwfm-calendar-day-names .mwfm-calendar-day-name,
.mwfm-mobile-booking-modal .mwfm-quick-booking .mwfm-datepicker-wrapper .mwfm-calendar-wrapper .mwfm-calendar-days .mwfm-calendar-day {
    width: 14.28%;
}

.mwfm-mobile-booking-modal .mwfm-quick-booking .mwfm-datepicker-wrapper .mwfm-calendar-navigation {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.mwfm-mobile-booking-modal .mwfm-quick-booking .mwfm-prices-wrapper {
    display: none;
}

.mwfm-mobile-booking-modal .mwfm-quick-booking .mwfm-book-now-wrapper {
    display: none;
    margin-top: 15px;
    text-align: center;
}

.mwfm-mobile-booking-modal .mwfm-quick-booking .mwfm-book-now {
    position: relative;
    padding-right: 30px;
}

.mwfm-mobile-booking-modal .mwfm-quick-booking .mwfm-book-now:before {
    content: '\f101';
    position: absolute;
    top: 0;
    right: 10px;
    font-family: FontAwesome;
}

.mwfm-mobile-booking-modal .mwfm-quick-booking .mwfm-message-error-wrapper {
    padding: 5px 15px;
}

.mwfm-mobile-booking-modal .mwfm-quick-booking .mwfm-message-error-wrapper ul {
    padding: 0 0 0 20px;
    margin: 0;
}

@media screen and (max-width: 767px) {
    .mwfm-mobile-booking-modal .mwfm-quick-booking .mwfm-from-date,
    .mwfm-mobile-booking-modal .mwfm-quick-booking .mwfm-to-date {
        position: relative;
    }

    .mwfm-mobile-booking-modal .mwfm-quick-booking .mwfm-message-error-wrapper {
        padding: 5px;
    }
}

@media screen and (max-width: 599px) {
    .mwfm-mobile-booking-modal .mwfm-quick-booking .mwfm-from-date:after,
    .mwfm-mobile-booking-modal .mwfm-quick-booking .mwfm-to-date:after {
        top: 34px;
    }

    body.safari .mwfm-mobile-booking-modal .mwfm-quick-booking .mwfm-from-date:after,
    body.safari .mwfm-mobile-booking-modal .mwfm-quick-booking .mwfm-to-date:after {
        top: 34px;
    }

    body.safari .mwfm-mobile-booking-modal .mwfm-quick-booking .mwfm-from-date.mwfm-active:after,
    body.safari .mwfm-mobile-booking-modal .mwfm-quick-booking .mwfm-to-date.mwfm-active:after {
        top: 48px;
    }
}
.mwfm-marker {
    position: absolute;
    width: 25px;
    height: 25px;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 100%;
    cursor: pointer;
}

.mwfm-marker:not(.mwfm-has-background-image) {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 30px;
    height: 30px;
    margin: -36px 0 0 -15px;
    border-radius: 50% 50% 50% 0;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.mwfm-marker:not(.mwfm-has-background-image):after {
    content: '';
    position: absolute;
    width: 22px;
    height: 22px;
    left: 4px;
    bottom: 4px;
    margin: 0;
    background: #ffffff;
    border-radius: 50%;

    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.mwfm-marker:not(.mwfm-has-background-image):hover {}

.mwfm-marker.mwfm-bounce {
    -moz-animation: bounce 2s infinite;
    -webkit-animation: bounce 2s infinite;
    animation: bounce 2s infinite;
}

.mwfm-marker-clusterer {
    position: absolute;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    text-align: center;
    line-height: 25px;
    cursor: pointer;
}

.mwfm-marker-clusterer:hover:after {
    content: '';
    position: absolute;
    top: -6px;
    left: -6px;
    width: 36px;
    height: 36px;
    border: 3px solid #fff;
    border-radius: 50%;
}
/* cookiebar extension for Contao Open Source CMS, Copyright (C) 2011-2017 Codefog */
#cookiebar a,#cookiebar span{margin-right:1em}#cookiebar{box-sizing:border-box;position:fixed;left:0;width:100%;background-color:#4b4b4b;padding:8px 16px;text-align:center;font-size:13px;color:#fff;line-height:2;z-index:10}#cookiebar.top{top:0}#cookiebar.bottom{bottom:0}#cookiebar-desc{display:inline-block}#cookiebar button{height:26px;padding:0 12px;border:none;background-color:#4ea55e;color:#fff;cursor:pointer;font-weight:700;line-height:26px}#cookiebar a{color:#fff;text-decoration:underline}#cookiebar a:hover{text-decoration:none}

.rs-columns {
  clear: both;
  display: inline-block;
  width: 100%;
}

.rs-column {
  float: left;
  width: 100%;
  margin-top: 7.69231%;
  margin-right: 7.69231%;
}
.rs-column.-large-first {
  clear: left;
}
.rs-column.-large-last {
  margin-right: -5px;
}
.rs-column.-large-first-row {
  margin-top: 0;
}
.rs-column.-large-col-1-1 {
  width: 100%;
}
.rs-column.-large-col-2-1 {
  width: 46.15385%;
}
.rs-column.-large-col-2-2 {
  width: 100%;
}
.rs-column.-large-col-3-1 {
  width: 28.20513%;
}
.rs-column.-large-col-3-2 {
  width: 64.10256%;
}
.rs-column.-large-col-3-3 {
  width: 100%;
}
.rs-column.-large-col-4-1 {
  width: 19.23077%;
}
.rs-column.-large-col-4-2 {
  width: 46.15385%;
}
.rs-column.-large-col-4-3 {
  width: 73.07692%;
}
.rs-column.-large-col-4-4 {
  width: 100%;
}
.rs-column.-large-col-5-1 {
  width: 13.84615%;
}
.rs-column.-large-col-5-2 {
  width: 35.38462%;
}
.rs-column.-large-col-5-3 {
  width: 56.92308%;
}
.rs-column.-large-col-5-4 {
  width: 78.46154%;
}
.rs-column.-large-col-5-5 {
  width: 100%;
}
.rs-column.-large-col-6-1 {
  width: 10.25641%;
}
.rs-column.-large-col-6-2 {
  width: 28.20513%;
}
.rs-column.-large-col-6-3 {
  width: 46.15385%;
}
.rs-column.-large-col-6-4 {
  width: 64.10256%;
}
.rs-column.-large-col-6-5 {
  width: 82.05128%;
}
.rs-column.-large-col-6-6 {
  width: 100%;
}
@media screen and (max-width: 900px) {
  .rs-column {
    margin-top: 7.69231%;
    margin-right: 7.69231%;
  }
  .rs-column.-large-first {
    clear: none;
  }
  .rs-column.-large-last {
    margin-right: 7.69231%;
  }
  .rs-column.-large-first-row {
    margin-top: 7.69231%;
  }
  .rs-column.-medium-first {
    clear: left;
  }
  .rs-column.-medium-last {
    margin-right: -5px;
  }
  .rs-column.-medium-first-row {
    margin-top: 0;
  }
  .rs-column.-medium-col-1-1 {
    width: 100%;
  }
  .rs-column.-medium-col-2-1 {
    width: 46.15385%;
  }
  .rs-column.-medium-col-2-2 {
    width: 100%;
  }
  .rs-column.-medium-col-3-1 {
    width: 28.20513%;
  }
  .rs-column.-medium-col-3-2 {
    width: 64.10256%;
  }
  .rs-column.-medium-col-3-3 {
    width: 100%;
  }
  .rs-column.-medium-col-4-1 {
    width: 19.23077%;
  }
  .rs-column.-medium-col-4-2 {
    width: 46.15385%;
  }
  .rs-column.-medium-col-4-3 {
    width: 73.07692%;
  }
  .rs-column.-medium-col-4-4 {
    width: 100%;
  }
  .rs-column.-medium-col-5-1 {
    width: 13.84615%;
  }
  .rs-column.-medium-col-5-2 {
    width: 35.38462%;
  }
  .rs-column.-medium-col-5-3 {
    width: 56.92308%;
  }
  .rs-column.-medium-col-5-4 {
    width: 78.46154%;
  }
  .rs-column.-medium-col-5-5 {
    width: 100%;
  }
  .rs-column.-medium-col-6-1 {
    width: 10.25641%;
  }
  .rs-column.-medium-col-6-2 {
    width: 28.20513%;
  }
  .rs-column.-medium-col-6-3 {
    width: 46.15385%;
  }
  .rs-column.-medium-col-6-4 {
    width: 64.10256%;
  }
  .rs-column.-medium-col-6-5 {
    width: 82.05128%;
  }
  .rs-column.-medium-col-6-6 {
    width: 100%;
  }
}
@media screen and (max-width: 599px) {
  .rs-column {
    margin-right: 7.69231%;
  }
  .rs-column.-medium-first {
    clear: none;
  }
  .rs-column.-medium-last {
    margin-right: 7.69231%;
  }
  .rs-column.-medium-first-row {
    margin-top: 7.69231%;
  }
  .rs-column.-small-first {
    clear: left;
  }
  .rs-column.-small-last {
    margin-right: -5px;
  }
  .rs-column.-small-first-row {
    margin-top: 0;
  }
  .rs-column.-small-col-1-1 {
    width: 100%;
  }
  .rs-column.-small-col-2-1 {
    width: 46.15385%;
  }
  .rs-column.-small-col-2-2 {
    width: 100%;
  }
  .rs-column.-small-col-3-1 {
    width: 28.20513%;
  }
  .rs-column.-small-col-3-2 {
    width: 64.10256%;
  }
  .rs-column.-small-col-3-3 {
    width: 100%;
  }
  .rs-column.-small-col-4-1 {
    width: 19.23077%;
  }
  .rs-column.-small-col-4-2 {
    width: 46.15385%;
  }
  .rs-column.-small-col-4-3 {
    width: 73.07692%;
  }
  .rs-column.-small-col-4-4 {
    width: 100%;
  }
  .rs-column.-small-col-5-1 {
    width: 13.84615%;
  }
  .rs-column.-small-col-5-2 {
    width: 35.38462%;
  }
  .rs-column.-small-col-5-3 {
    width: 56.92308%;
  }
  .rs-column.-small-col-5-4 {
    width: 78.46154%;
  }
  .rs-column.-small-col-5-5 {
    width: 100%;
  }
  .rs-column.-small-col-6-1 {
    width: 10.25641%;
  }
  .rs-column.-small-col-6-2 {
    width: 28.20513%;
  }
  .rs-column.-small-col-6-3 {
    width: 46.15385%;
  }
  .rs-column.-small-col-6-4 {
    width: 64.10256%;
  }
  .rs-column.-small-col-6-5 {
    width: 82.05128%;
  }
  .rs-column.-small-col-6-6 {
    width: 100%;
  }
}

/* ColorBox, (c) 2011 Jack Moore, MIT license */
#colorbox,#cboxOverlay,#cboxWrapper{position:absolute;top:0;left:0;z-index:9999;overflow:hidden}#cboxWrapper{max-width:none}#cboxOverlay{position:fixed;width:100%;height:100%}#cboxMiddleLeft,#cboxBottomLeft{clear:left}#cboxContent{position:relative}#cboxLoadedContent{overflow:auto;-webkit-overflow-scrolling:touch}#cboxTitle{margin:0}#cboxLoadingOverlay,#cboxLoadingGraphic{position:absolute;top:0;left:0;width:100%;height:100%}#cboxPrevious,#cboxNext,#cboxClose,#cboxSlideshow{cursor:pointer}.cboxPhoto{float:left;margin:auto;border:0;display:block;max-width:none;-ms-interpolation-mode:bicubic}.cboxIframe{width:100%;height:100%;display:block;border:0;padding:0;margin:0}#colorbox,#cboxContent,#cboxLoadedContent{box-sizing:content-box;-moz-box-sizing:content-box;-webkit-box-sizing:content-box}#cboxOverlay{background:#000;opacity:.9;filter:alpha(opacity = 90)}#colorbox{outline:0}#cboxContent{margin-top:20px;background:#000}.cboxIframe{background:#fff}#cboxError{padding:50px;border:1px solid #ccc}#cboxLoadedContent{border:5px solid #000;background:#fff}#cboxTitle{position:absolute;top:-20px;left:0;color:#ccc}#cboxCurrent{position:absolute;top:-20px;right:0;color:#ccc}#cboxLoadingGraphic{background:url("../../assets/jquery/colorbox/1.6.1/images/loading.gif") no-repeat center center}#cboxPrevious,#cboxNext,#cboxSlideshow,#cboxClose{border:0;padding:0;margin:0;overflow:visible;width:auto;background:0}#cboxPrevious:active,#cboxNext:active,#cboxSlideshow:active,#cboxClose:active{outline:0}#cboxSlideshow{position:absolute;top:-20px;right:90px;color:#fff}#cboxPrevious{position:absolute;top:50%;left:5px;margin-top:-32px;background:url("../../assets/jquery/colorbox/1.6.1/images/controls.png") no-repeat top left;width:28px;height:65px;text-indent:-9999px}#cboxPrevious:hover{background-position:bottom left}#cboxNext{position:absolute;top:50%;right:5px;margin-top:-32px;background:url("../../assets/jquery/colorbox/1.6.1/images/controls.png") no-repeat top right;width:28px;height:65px;text-indent:-9999px}#cboxNext:hover{background-position:bottom right}#cboxClose{position:absolute;top:5px;right:5px;display:block;background:url("../../assets/jquery/colorbox/1.6.1/images/controls.png") no-repeat top center;width:38px;height:19px;text-indent:-9999px}#cboxClose:hover{background-position:bottom center}
/*
	jQuery.mmenu CSS
*/
/*
	jQuery.mmenu panels CSS
*/
.mm-menu.mm-horizontal > .mm-panel {
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease; }

.mm-menu .mm-hidden {
  display: none; }

.mm-wrapper {
  overflow-x: hidden;
  position: relative; }

.mm-menu,
.mm-menu > .mm-panel {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0; }

.mm-menu {
  background: inherit;
  display: block;
  overflow: hidden;
  padding: 0; }
  .mm-menu > .mm-panel {
    background: inherit;
    -webkit-overflow-scrolling: touch;
    overflow: scroll;
    overflow-x: hidden;
    overflow-y: auto;
    box-sizing: border-box;
    padding: 20px;
    -webkit-transform: translate(100%, 0);
    -moz-transform: translate(100%, 0);
    -ms-transform: translate(100%, 0);
    -o-transform: translate(100%, 0);
    transform: translate(100%, 0); }
    .mm-menu > .mm-panel.mm-opened {
      -webkit-transform: translate(0%, 0);
      -moz-transform: translate(0%, 0);
      -ms-transform: translate(0%, 0);
      -o-transform: translate(0%, 0);
      transform: translate(0%, 0); }
    .mm-menu > .mm-panel.mm-subopened {
      -webkit-transform: translate(-30%, 0);
      -moz-transform: translate(-30%, 0);
      -ms-transform: translate(-30%, 0);
      -o-transform: translate(-30%, 0);
      transform: translate(-30%, 0); }
    .mm-menu > .mm-panel.mm-highest {
      z-index: 1; }
  .mm-menu .mm-list {
    padding: 20px 0; }
  .mm-menu > .mm-list {
    padding-bottom: 0; }
    .mm-menu > .mm-list:after {
      content: '';
      display: block;
      height: 40px; }

.mm-panel > .mm-list {
  margin-left: -20px;
  margin-right: -20px; }
  .mm-panel > .mm-list:first-child {
    padding-top: 0; }

.mm-list,
.mm-list > li {
  list-style: none;
  display: block;
  padding: 0;
  margin: 0; }

.mm-list {
  font: inherit;
  font-size: 14px; }
  .mm-list a,
  .mm-list a:hover {
    text-decoration: none; }
  .mm-list > li {
    position: relative; }
    .mm-list > li > a,
    .mm-list > li > span {
      text-overflow: ellipsis;
      white-space: nowrap;
      overflow: hidden;
      color: inherit;
      line-height: 20px;
      display: block;
      padding: 10px 10px 10px 20px;
      margin: 0; }
  .mm-list > li:not(.mm-subtitle):not(.mm-label):not(.mm-search):not(.mm-noresults):after {
    content: '';
    border-bottom-width: 1px;
    border-bottom-style: solid;
    display: block;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0; }
  .mm-list > li:not(.mm-subtitle):not(.mm-label):not(.mm-search):not(.mm-noresults):after {
    width: auto;
    margin-left: 20px;
    position: relative;
    left: auto; }
  .mm-list a.mm-subopen {
    background: rgba(3, 2, 1, 0);
    width: 40px;
    height: 100%;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2; }
    .mm-list a.mm-subopen:before {
      content: '';
      border-left-width: 1px;
      border-left-style: solid;
      display: block;
      height: 100%;
      position: absolute;
      left: 0;
      top: 0; }
    .mm-list a.mm-subopen.mm-fullsubopen {
      width: 100%; }
      .mm-list a.mm-subopen.mm-fullsubopen:before {
        border-left: none; }
    .mm-list a.mm-subopen + a,
    .mm-list a.mm-subopen + span {
      padding-right: 5px;
      margin-right: 40px; }
  .mm-list > li.mm-selected > a.mm-subopen {
    background: transparent; }
  .mm-list > li.mm-selected > a.mm-fullsubopen + a,
  .mm-list > li.mm-selected > a.mm-fullsubopen + span {
    padding-right: 45px;
    margin-right: 0; }
  .mm-list a.mm-subclose {
    text-indent: 20px;
    padding-top: 30px;
    margin-top: -20px; }
  .mm-list > li.mm-label {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-size: 10px;
    text-transform: uppercase;
    text-indent: 20px;
    line-height: 25px;
    padding-right: 5px; }
  .mm-list > li.mm-spacer {
    padding-top: 40px; }
    .mm-list > li.mm-spacer.mm-label {
      padding-top: 25px; }
  .mm-list a.mm-subopen:after,
  .mm-list a.mm-subclose:before {
    content: '';
    border: 2px solid transparent;
    display: inline-block;
    width: 7px;
    height: 7px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin-bottom: -5px;
    position: absolute;
    bottom: 50%; }
  .mm-list a.mm-subopen:after {
    border-top: none;
    border-left: none;
    right: 18px; }
  .mm-list a.mm-subclose:before {
    border-right: none;
    border-bottom: none;
    margin-bottom: -15px;
    left: 22px; }

.mm-menu.mm-vertical .mm-list .mm-panel {
  display: none;
  padding: 10px 0 10px 10px; }
  .mm-menu.mm-vertical .mm-list .mm-panel li:last-child:after {
    border-color: transparent; }
.mm-menu.mm-vertical .mm-list li.mm-opened > .mm-panel {
  display: block; }
.mm-menu.mm-vertical .mm-list > li > a.mm-subopen {
  height: 40px; }
  .mm-menu.mm-vertical .mm-list > li > a.mm-subopen:after {
    top: 16px;
    bottom: auto; }
.mm-menu.mm-vertical .mm-list > li.mm-opened > a.mm-subopen:after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg); }
.mm-menu.mm-vertical .mm-list > li.mm-label > a.mm-subopen {
  height: 25px; }

html.mm-opened .mm-page {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5); }

.mm-menu {
  background: #333333;
  color: rgba(255, 255, 255, 0.6); }
  .mm-menu .mm-list > li:after {
    border-color: rgba(0, 0, 0, 0.15); }
  .mm-menu .mm-list > li > a.mm-subclose {
    background: rgba(0, 0, 0, 0.1);
    color: rgba(255, 255, 255, 0.3); }
  .mm-menu .mm-list > li > a.mm-subopen:after, .mm-menu .mm-list > li > a.mm-subclose:before {
    border-color: rgba(255, 255, 255, 0.3); }
  .mm-menu .mm-list > li > a.mm-subopen:before {
    border-color: rgba(0, 0, 0, 0.15); }
  .mm-menu .mm-list > li.mm-selected > a:not(.mm-subopen),
  .mm-menu .mm-list > li.mm-selected > span {
    background: rgba(0, 0, 0, 0.1); }
  .mm-menu .mm-list > li.mm-label {
    background: rgba(255, 255, 255, 0.05); }
  .mm-menu.mm-vertical .mm-list li.mm-opened > a.mm-subopen,
  .mm-menu.mm-vertical .mm-list li.mm-opened > ul {
    background: rgba(255, 255, 255, 0.05); }

/*
	jQuery.mmenu offcanvas addon CSS
*/
.mm-page {
  box-sizing: border-box;
  position: relative; }

.mm-slideout {
  -webkit-transition: -webkit-transform 0.4s ease;
  -ms-transition: -ms-transform 0.4s ease;
  transition: transform 0.4s ease; }

html.mm-opened {
  overflow: hidden;
  position: relative; }
  html.mm-opened body {
    overflow: hidden; }

html.mm-background .mm-page {
  background: inherit; }

#mm-blocker {
  background: rgba(3, 2, 1, 0);
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999; }

html.mm-opened #mm-blocker,
html.mm-blocking #mm-blocker {
  display: block; }

.mm-menu.mm-offcanvas {
  display: none;
  position: fixed; }
.mm-menu.mm-current {
  display: block; }

.mm-menu {
  width: 80%;
  min-width: 140px;
  max-width: 440px; }

html.mm-opening .mm-slideout {
  -webkit-transform: translate(80%, 0);
  -moz-transform: translate(80%, 0);
  -ms-transform: translate(80%, 0);
  -o-transform: translate(80%, 0);
  transform: translate(80%, 0); }

@media all and (max-width: 175px) {
  html.mm-opening .mm-slideout {
    -webkit-transform: translate(140px, 0);
    -moz-transform: translate(140px, 0);
    -ms-transform: translate(140px, 0);
    -o-transform: translate(140px, 0);
    transform: translate(140px, 0); } }
@media all and (min-width: 550px) {
  html.mm-opening .mm-slideout {
    -webkit-transform: translate(440px, 0);
    -moz-transform: translate(440px, 0);
    -ms-transform: translate(440px, 0);
    -o-transform: translate(440px, 0);
    transform: translate(440px, 0); } }

/*
	jQuery.mmenu position extension CSS
*/
.mm-menu.mm-top,
.mm-menu.mm-bottom {
  width: 100%;
  min-width: 100%;
  max-width: 100%; }

.mm-menu.mm-right {
  left: auto;
  right: 0; }

.mm-menu.mm-bottom {
  top: auto;
  bottom: 0; }

html.mm-right.mm-opening .mm-slideout {
  -webkit-transform: translate(-80%, 0);
  -moz-transform: translate(-80%, 0);
  -ms-transform: translate(-80%, 0);
  -o-transform: translate(-80%, 0);
  transform: translate(-80%, 0); }

@media all and (max-width: 175px) {
  html.mm-right.mm-opening .mm-slideout {
    -webkit-transform: translate(-140px, 0);
    -moz-transform: translate(-140px, 0);
    -ms-transform: translate(-140px, 0);
    -o-transform: translate(-140px, 0);
    transform: translate(-140px, 0); } }
@media all and (min-width: 550px) {
  html.mm-right.mm-opening .mm-slideout {
    -webkit-transform: translate(-440px, 0);
    -moz-transform: translate(-440px, 0);
    -ms-transform: translate(-440px, 0);
    -o-transform: translate(-440px, 0);
    transform: translate(-440px, 0); } }
/*
	jQuery.mmenu z-position extension CSS
*/
html.mm-front .mm-slideout {
  -webkit-transform: none !important;
  -moz-transform: none !important;
  -ms-transform: none !important;
  -o-transform: none !important;
  transform: none !important;
  z-index: 0 !important; }

.mm-menu.mm-front {
  z-index: 1;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); }

html.mm-opened.mm-next .mm-page {
  box-shadow: none; }

.mm-menu.mm-front, .mm-menu.mm-next {
  -webkit-transition: -webkit-transform 0.4s ease;
  -ms-transition: -ms-transform 0.4s ease;
  transition: transform 0.4s ease;
  -webkit-transform: translate(-100%, 0);
  -moz-transform: translate(-100%, 0);
  -ms-transform: translate(-100%, 0);
  -o-transform: translate(-100%, 0);
  transform: translate(-100%, 0); }
  .mm-menu.mm-front.mm-right, .mm-menu.mm-next.mm-right {
    -webkit-transform: translate(100%, 0);
    -moz-transform: translate(100%, 0);
    -ms-transform: translate(100%, 0);
    -o-transform: translate(100%, 0);
    transform: translate(100%, 0); }
.mm-menu.mm-front.mm-top {
  -webkit-transform: translate(0, -100%);
  -moz-transform: translate(0, -100%);
  -ms-transform: translate(0, -100%);
  -o-transform: translate(0, -100%);
  transform: translate(0, -100%); }
.mm-menu.mm-front.mm-bottom {
  -webkit-transform: translate(0, 100%);
  -moz-transform: translate(0, 100%);
  -ms-transform: translate(0, 100%);
  -o-transform: translate(0, 100%);
  transform: translate(0, 100%); }

html.mm-opening .mm-menu.mm-front, html.mm-opening .mm-menu.mm-next {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0); }

.mm-menu.mm-front.mm-top, .mm-menu.mm-front.mm-bottom {
  height: 80%;
  min-height: 140px;
  max-height: 880px; }

/*
	jQuery.mmenu effects extension CSS
*/
html.mm-slide .mm-menu {
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease; }
html.mm-slide.mm-opened .mm-menu {
  -webkit-transform: translateX(-30%);
  -moz-transform: translateX(-30%);
  -ms-transform: translateX(-30%);
  -o-transform: translateX(-30%);
  transform: translateX(-30%); }
html.mm-slide.mm-opening .mm-menu {
  -webkit-transform: translateX(0%);
  -moz-transform: translateX(0%);
  -ms-transform: translateX(0%);
  -o-transform: translateX(0%);
  transform: translateX(0%); }
html.mm-slide.mm-right.mm-opened .mm-menu {
  -webkit-transform: translateX(30%);
  -moz-transform: translateX(30%);
  -ms-transform: translateX(30%);
  -o-transform: translateX(30%);
  transform: translateX(30%); }
html.mm-slide.mm-right.mm-opening .mm-menu {
  -webkit-transform: translateX(0%);
  -moz-transform: translateX(0%);
  -ms-transform: translateX(0%);
  -o-transform: translateX(0%);
  transform: translateX(0%); }
html.mm-slide.mm-top.mm-opened .mm-menu {
  -webkit-transform: translateY(-30%);
  -moz-transform: translateY(-30%);
  -ms-transform: translateY(-30%);
  -o-transform: translateY(-30%);
  transform: translateY(-30%); }
html.mm-slide.mm-top.mm-opening .mm-menu {
  -webkit-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -ms-transform: translateY(0%);
  -o-transform: translateY(0%);
  transform: translateY(0%); }
html.mm-slide.mm-bottom.mm-opened .mm-menu {
  -webkit-transform: translateY(30%);
  -moz-transform: translateY(30%);
  -ms-transform: translateY(30%);
  -o-transform: translateY(30%);
  transform: translateY(30%); }
html.mm-slide.mm-bottom.mm-opening .mm-menu {
  -webkit-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -ms-transform: translateY(0%);
  -o-transform: translateY(0%);
  transform: translateY(0%); }

html.mm-zoom-menu .mm-menu {
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease; }
html.mm-zoom-menu.mm-opened .mm-menu {
  -webkit-transform: scale(0.7, 0.7) translateX(-30%);
  -moz-transform: scale(0.7, 0.7) translateX(-30%);
  -ms-transform: scale(0.7, 0.7) translateX(-30%);
  -o-transform: scale(0.7, 0.7) translateX(-30%);
  transform: scale(0.7, 0.7) translateX(-30%);
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center; }
html.mm-zoom-menu.mm-opening .mm-menu {
  -webkit-transform: scale(1, 1) translateX(0%);
  -moz-transform: scale(1, 1) translateX(0%);
  -ms-transform: scale(1, 1) translateX(0%);
  -o-transform: scale(1, 1) translateX(0%);
  transform: scale(1, 1) translateX(0%); }
html.mm-zoom-menu.mm-right.mm-opened .mm-menu {
  -webkit-transform: scale(0.7, 0.7) translateX(30%);
  -moz-transform: scale(0.7, 0.7) translateX(30%);
  -ms-transform: scale(0.7, 0.7) translateX(30%);
  -o-transform: scale(0.7, 0.7) translateX(30%);
  transform: scale(0.7, 0.7) translateX(30%);
  -webkit-transform-origin: right center;
  -moz-transform-origin: right center;
  -ms-transform-origin: right center;
  -o-transform-origin: right center;
  transform-origin: right center; }
html.mm-zoom-menu.mm-right.mm-opening .mm-menu {
  -webkit-transform: scale(1, 1) translateX(0%);
  -moz-transform: scale(1, 1) translateX(0%);
  -ms-transform: scale(1, 1) translateX(0%);
  -o-transform: scale(1, 1) translateX(0%);
  transform: scale(1, 1) translateX(0%); }
html.mm-zoom-menu.mm-top.mm-opened .mm-menu {
  -webkit-transform: scale(0.7, 0.7) translateY(-30%);
  -moz-transform: scale(0.7, 0.7) translateY(-30%);
  -ms-transform: scale(0.7, 0.7) translateY(-30%);
  -o-transform: scale(0.7, 0.7) translateY(-30%);
  transform: scale(0.7, 0.7) translateY(-30%);
  -webkit-transform-origin: center top;
  -moz-transform-origin: center top;
  -ms-transform-origin: center top;
  -o-transform-origin: center top;
  transform-origin: center top; }
html.mm-zoom-menu.mm-top.mm-opening .mm-menu {
  -webkit-transform: scale(1, 1) translateY(0%);
  -moz-transform: scale(1, 1) translateY(0%);
  -ms-transform: scale(1, 1) translateY(0%);
  -o-transform: scale(1, 1) translateY(0%);
  transform: scale(1, 1) translateY(0%); }
html.mm-zoom-menu.mm-bottom.mm-opened .mm-menu {
  -webkit-transform: scale(0.7, 0.7) translateY(30%);
  -moz-transform: scale(0.7, 0.7) translateY(30%);
  -ms-transform: scale(0.7, 0.7) translateY(30%);
  -o-transform: scale(0.7, 0.7) translateY(30%);
  transform: scale(0.7, 0.7) translateY(30%);
  -webkit-transform-origin: center bottom;
  -moz-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
  -o-transform-origin: center bottom;
  transform-origin: center bottom; }
html.mm-zoom-menu.mm-bottom.mm-opening .mm-menu {
  -webkit-transform: scale(1, 1) translateY(0%);
  -moz-transform: scale(1, 1) translateY(0%);
  -ms-transform: scale(1, 1) translateY(0%);
  -o-transform: scale(1, 1) translateY(0%);
  transform: scale(1, 1) translateY(0%); }

html.mm-zoom-panels .mm-menu.mm-horizontal > .mm-panel {
  -webkit-transform: scale(1.5, 1.5) translateX(100%);
  -moz-transform: scale(1.5, 1.5) translateX(100%);
  -ms-transform: scale(1.5, 1.5) translateX(100%);
  -o-transform: scale(1.5, 1.5) translateX(100%);
  transform: scale(1.5, 1.5) translateX(100%);
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
  -webkit-transition-property: -webkit-transform, left;
  transition-property: transform, left; }
  html.mm-zoom-panels .mm-menu.mm-horizontal > .mm-panel.mm-opened {
    -webkit-transform: scale(1, 1) translateX(0%);
    -moz-transform: scale(1, 1) translateX(0%);
    -ms-transform: scale(1, 1) translateX(0%);
    -o-transform: scale(1, 1) translateX(0%);
    transform: scale(1, 1) translateX(0%); }
    html.mm-zoom-panels .mm-menu.mm-horizontal > .mm-panel.mm-opened.mm-subopened {
      -webkit-transform: scale(0.7, 0.7) translateX(-30%);
      -moz-transform: scale(0.7, 0.7) translateX(-30%);
      -ms-transform: scale(0.7, 0.7) translateX(-30%);
      -o-transform: scale(0.7, 0.7) translateX(-30%);
      transform: scale(0.7, 0.7) translateX(-30%); }

/*
	jQuery.mmenu themes extension CSS
*/
html.mm-opened.mm-light .mm-page {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3); }

.mm-menu.mm-light {
  background: #f3f3f3;
  color: rgba(0, 0, 0, 0.6); }
  .mm-menu.mm-light .mm-list > li:after {
    border-color: rgba(0, 0, 0, 0.1); }
  .mm-menu.mm-light .mm-list > li > a.mm-subclose {
    background: rgba(255, 255, 255, 0.6);
    color: rgba(0, 0, 0, 0.3); }
  .mm-menu.mm-light .mm-list > li > a.mm-subopen:after, .mm-menu.mm-light .mm-list > li > a.mm-subclose:before {
    border-color: rgba(0, 0, 0, 0.3); }
  .mm-menu.mm-light .mm-list > li > a.mm-subopen:before {
    border-color: rgba(0, 0, 0, 0.1); }
  .mm-menu.mm-light .mm-list > li.mm-selected > a:not(.mm-subopen),
  .mm-menu.mm-light .mm-list > li.mm-selected > span {
    background: rgba(255, 255, 255, 0.6); }
  .mm-menu.mm-light .mm-list > li.mm-label {
    background: rgba(0, 0, 0, 0.03); }
  .mm-menu.mm-light.mm-vertical .mm-list li.mm-opened > a.mm-subopen,
  .mm-menu.mm-light.mm-vertical .mm-list li.mm-opened > ul {
    background: rgba(0, 0, 0, 0.03); }

.mm-menu.mm-light .mm-buttonbar {
  border-color: rgba(0, 0, 0, 0.6);
  background: #f3f3f3; }
  .mm-menu.mm-light .mm-buttonbar > * {
    border-color: rgba(0, 0, 0, 0.6); }
  .mm-menu.mm-light .mm-buttonbar > input:checked + label {
    background: rgba(0, 0, 0, 0.6);
    color: #f3f3f3; }

.mm-menu.mm-light label.mm-check:before {
  border-color: rgba(0, 0, 0, 0.6); }

.mm-menu.mm-light em.mm-counter {
  color: rgba(0, 0, 0, 0.3); }

.mm-menu.mm-light .mm-footer {
  border-color: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.3); }

.mm-menu.mm-light .mm-header {
  border-color: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.3); }
  .mm-menu.mm-light .mm-header .mm-prev:before,
  .mm-menu.mm-light .mm-header .mm-next:after,
  .mm-menu.mm-light .mm-header .mm-close:after {
    border-color: rgba(0, 0, 0, 0.3); }

.mm-menu.mm-light .mm-list li.mm-label > div > div {
  background: rgba(0, 0, 0, 0.03); }

.mm-menu.mm-light .mm-search input {
  background: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.6); }
.mm-menu.mm-light .mm-noresultsmsg {
  color: rgba(0, 0, 0, 0.3); }

.mm-menu.mm-light label.mm-toggle {
  background: rgba(0, 0, 0, 0.1); }
  .mm-menu.mm-light label.mm-toggle:before {
    background: #f3f3f3; }
.mm-menu.mm-light input.mm-toggle:checked ~ label.mm-toggle {
  background: #4bd963; }

html.mm-opened.mm-white .mm-page {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3); }

.mm-menu.mm-white {
  background: white;
  color: rgba(0, 0, 0, 0.6); }
  .mm-menu.mm-white .mm-list > li:after {
    border-color: rgba(0, 0, 0, 0.1); }
  .mm-menu.mm-white .mm-list > li > a.mm-subclose {
    background: rgba(0, 0, 0, 0.06);
    color: rgba(0, 0, 0, 0.3); }
  .mm-menu.mm-white .mm-list > li > a.mm-subopen:after, .mm-menu.mm-white .mm-list > li > a.mm-subclose:before {
    border-color: rgba(0, 0, 0, 0.3); }
  .mm-menu.mm-white .mm-list > li > a.mm-subopen:before {
    border-color: rgba(0, 0, 0, 0.1); }
  .mm-menu.mm-white .mm-list > li.mm-selected > a:not(.mm-subopen),
  .mm-menu.mm-white .mm-list > li.mm-selected > span {
    background: rgba(0, 0, 0, 0.06); }
  .mm-menu.mm-white .mm-list > li.mm-label {
    background: rgba(0, 0, 0, 0.03); }
  .mm-menu.mm-white.mm-vertical .mm-list li.mm-opened > a.mm-subopen,
  .mm-menu.mm-white.mm-vertical .mm-list li.mm-opened > ul {
    background: rgba(0, 0, 0, 0.03); }

.mm-menu.mm-white .mm-buttonbar {
  border-color: rgba(0, 0, 0, 0.6);
  background: white; }
  .mm-menu.mm-white .mm-buttonbar > * {
    border-color: rgba(0, 0, 0, 0.6); }
  .mm-menu.mm-white .mm-buttonbar > input:checked + label {
    background: rgba(0, 0, 0, 0.6);
    color: white; }

.mm-menu.mm-white label.mm-check:before {
  border-color: rgba(0, 0, 0, 0.6); }

.mm-menu.mm-white em.mm-counter {
  color: rgba(0, 0, 0, 0.3); }

.mm-menu.mm-white .mm-footer {
  border-color: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.3); }

.mm-menu.mm-white .mm-header {
  border-color: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.3); }
  .mm-menu.mm-white .mm-header .mm-prev:before,
  .mm-menu.mm-white .mm-header .mm-next:after,
  .mm-menu.mm-white .mm-header .mm-close:after {
    border-color: rgba(0, 0, 0, 0.3); }

.mm-menu.mm-white .mm-list li.mm-label > div > div {
  background: rgba(0, 0, 0, 0.03); }

.mm-menu.mm-white .mm-search input {
  background: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.6); }
.mm-menu.mm-white .mm-noresultsmsg {
  color: rgba(0, 0, 0, 0.3); }

.mm-menu.mm-white label.mm-toggle {
  background: rgba(0, 0, 0, 0.1); }
  .mm-menu.mm-white label.mm-toggle:before {
    background: white; }
.mm-menu.mm-white input.mm-toggle:checked ~ label.mm-toggle {
  background: #4bd963; }

html.mm-opened.mm-black .mm-page {
  box-shadow: none; }

.mm-menu.mm-black {
  background: black;
  color: rgba(255, 255, 255, 0.6); }
  .mm-menu.mm-black .mm-list > li:after {
    border-color: rgba(255, 255, 255, 0.2); }
  .mm-menu.mm-black .mm-list > li > a.mm-subclose {
    background: rgba(255, 255, 255, 0.25);
    color: rgba(255, 255, 255, 0.3); }
  .mm-menu.mm-black .mm-list > li > a.mm-subopen:after, .mm-menu.mm-black .mm-list > li > a.mm-subclose:before {
    border-color: rgba(255, 255, 255, 0.3); }
  .mm-menu.mm-black .mm-list > li > a.mm-subopen:before {
    border-color: rgba(255, 255, 255, 0.2); }
  .mm-menu.mm-black .mm-list > li.mm-selected > a:not(.mm-subopen),
  .mm-menu.mm-black .mm-list > li.mm-selected > span {
    background: rgba(255, 255, 255, 0.25); }
  .mm-menu.mm-black .mm-list > li.mm-label {
    background: rgba(255, 255, 255, 0.15); }
  .mm-menu.mm-black.mm-vertical .mm-list li.mm-opened > a.mm-subopen,
  .mm-menu.mm-black.mm-vertical .mm-list li.mm-opened > ul {
    background: rgba(255, 255, 255, 0.15); }

.mm-menu.mm-black .mm-buttonbar {
  border-color: rgba(255, 255, 255, 0.6);
  background: black; }
  .mm-menu.mm-black .mm-buttonbar > * {
    border-color: rgba(255, 255, 255, 0.6); }
  .mm-menu.mm-black .mm-buttonbar > input:checked + label {
    background: rgba(255, 255, 255, 0.6);
    color: black; }

.mm-menu.mm-black label.mm-check:before {
  border-color: rgba(255, 255, 255, 0.6); }

.mm-menu.mm-black em.mm-counter {
  color: rgba(255, 255, 255, 0.3); }

.mm-menu.mm-black .mm-footer {
  border-color: rgba(255, 255, 255, 0.2);
  color: rgba(255, 255, 255, 0.3); }

.mm-menu.mm-black .mm-header {
  border-color: rgba(255, 255, 255, 0.2);
  color: rgba(255, 255, 255, 0.3); }
  .mm-menu.mm-black .mm-header .mm-prev:before,
  .mm-menu.mm-black .mm-header .mm-next:after,
  .mm-menu.mm-black .mm-header .mm-close:after {
    border-color: rgba(255, 255, 255, 0.3); }

.mm-menu.mm-black .mm-list li.mm-label > div > div {
  background: rgba(255, 255, 255, 0.15); }

.mm-menu.mm-black .mm-search input {
  background: rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.6); }
.mm-menu.mm-black .mm-noresultsmsg {
  color: rgba(255, 255, 255, 0.3); }

.mm-menu.mm-black label.mm-toggle {
  background: rgba(255, 255, 255, 0.2); }
  .mm-menu.mm-black label.mm-toggle:before {
    background: black; }
.mm-menu.mm-black input.mm-toggle:checked ~ label.mm-toggle {
  background: #4bd963; }

.mod_mwfm_vacation_rental_select {
    /*position: relative;*/
    /*float: right;*/

    position: absolute;
    top: 110px;
    right: 50px;

    width: 250px;
    /*display: none;*/
    /*position: fixed;*/
    /*top: 0;*/
    /*left: 0;*/
    /*right: 0;*/
    /*bottom: 0;*/
    /*z-index: 250;*/
    /*background: #ccc;*/
}

.mod_mwfm_vacation_rental_select.block {
    overflow: visible;
}

.mod_mwfm_vacation_rental_select.visible {
    display: block;
}

.mod_mwfm_vacation_rental_select a.mwfm-close {
    position: relative;
    /*top: 0.9375rem;*/
    top: 34px;
    display: block;
    width: 2.5rem;
    height: 2.5rem;
    margin: 0 auto;
    overflow: hidden;
}

.mod_mwfm_vacation_rental_select a.mwfm-close:before,
.mod_mwfm_vacation_rental_select a.mwfm-close:after {
    content: '';
    position: absolute;
    height: 0.25rem;
    width: 100%;
    top: 50%;
    left: 0;
    margin-top: -0.125rem;
    background: #ffffff;
}

.mod_mwfm_vacation_rental_select a.mwfm-close:before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.mod_mwfm_vacation_rental_select a.mwfm-close:after {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.mod_mwfm_vacation_rental_select a.mwfm-close:hover:before,
.mod_mwfm_vacation_rental_select a.mwfm-close:hover:after {
    background: #ddd;
}

.mod_mwfm_vacation_rental_select .mwfm-form-group {
    /*width: 75%;*/
    /*padding: 3.125rem 0;*/
    /*margin: 0 auto;*/
}

.mod_mwfm_vacation_rental_select input[type="text"] {
    /*height: 3.75rem;*/
    /*padding: 0 0.5rem;*/
    /*border: 0;*/
    /*line-height: 3.75rem;*/
}

.mod_mwfm_vacation_rental_select mwfm-select-group {
    /*width: 75%;*/
    /*padding: 3.125rem 0;*/
    /*margin: 0 auto;*/
}

.mod_mwfm_vacation_rental_select .mwfm-select-vacation-rentals {
    display: none;
    position: absolute;
    /*top: 9.375rem;*/
    top: 33px;
    width: 100%;
    /*left: 50%;*/
    /*width: 75%;*/
    /*max-height: calc(100% - 180px);*/
    /*margin-left: -37.5%;*/
    max-height: 130px;
    background: #ffffff;
    overflow: auto;
    z-index: 100;
    border: 1px solid #ddd
}

.mod_mwfm_vacation_rental_select .mwfm-select-vacation-rentals.active {
    display: block;
}

.mod_mwfm_vacation_rental_select .mwfm-select-vacation-rentals a {
    display: block;
    padding: 0 10px;
    font-size: 16px;
    text-decoration: none;
    font-family: Yummo-SemiBold;
}

.mod_mwfm_vacation_rental_select .mwfm-select-vacation-rentals a:hover,
.mod_mwfm_vacation_rental_select .mwfm-select-vacation-rentals a.active {
    background: #EFEFEF;
}

[name="vacation_rental_select"] {
    border: 0;
    cursor: pointer;
}

@media only screen and (max-width: 1200px) {
    .mod_mwfm_vacation_rental_select {
        right: 30px;
    }
}

@media only screen and (max-width: 768px) {
    .mod_mwfm_vacation_rental_select {
        position: relative;
        top: 25px;
        right: auto;
        width: 100%;
    }
}
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */

[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

.rs-columns {
    clear: both;
    /*display: inline-block;*/
    display: block;
    /*width: 100%;*/
    width: auto;
    margin: 0 -15px;
    overflow: hidden;
}

.rs-column {
    float: left;
    width: 100%;
    padding: 0 15px;
    margin-top: 15px;
    margin-right: 0;
}

.rs-column.-large-first {
    clear: left;
}

.rs-column.-large-last {
    margin-right: 0;
}

.rs-column.-large-first-row {
    margin-top: 0;
}

.rs-column.-large-col-1-1 {
    width: 100%;
}

.rs-column.-large-col-2-1 {
    width: 50%;
}

.rs-column.-large-col-2-2 {
    width: 100%;
}

.rs-column.-large-col-3-1 {
    width: 33.333333%;
}

.rs-column.-large-col-3-2 {
    width: 66.666666%;
}

.rs-column.-large-col-3-3 {
    width: 100%;
}

.rs-column.-large-col-4-1 {
    width: 25%;
}

.rs-column.-large-col-4-2 {
    width: 50%;
}

.rs-column.-large-col-4-3 {
    width: 75%;
}

.rs-column.-large-col-4-4 {
    width: 100%;
}

.rs-column.-large-col-5-1 {
    width: 20%;
}

.rs-column.-large-col-5-2 {
    width: 40%;
}

.rs-column.-large-col-5-3 {
    width: 60%;
}

.rs-column.-large-col-5-4 {
    width: 80%;
}

.rs-column.-large-col-5-5 {
    width: 100%;
}

.rs-column.-large-col-6-1 {
    width: 16.666666%;
}

.rs-column.-large-col-6-2 {
    width: 33.333333%;
}

.rs-column.-large-col-6-3 {
    width: 50%;
}

.rs-column.-large-col-6-4 {
    width: 66.666666%;
}

.rs-column.-large-col-6-5 {
    width: 83.333333%;
}

.rs-column.-large-col-6-6 {
    width: 100%;
}

@media screen and (max-width: 900px) {
    .rs-column {
        margin-top: 15px;
        margin-right: 0;
    }

    .rs-column.-large-first {
        clear: none;
    }

    .rs-column.-large-last {
        margin-right: 0;
    }

    .rs-column.-large-first-row {
        margin-top: 0;
    }

    .rs-column.-medium-first {
        clear: left;
    }

    .rs-column.-medium-last {
        margin-right: 0;
    }

    .rs-column.-medium-first-row {
        margin-top: 0;
    }

    .rs-column.-medium-col-1-1 {
        width: 100%;
    }

    .rs-column.-medium-col-2-1 {
        width: 50%;
    }

    .rs-column.-medium-col-2-2 {
        width: 100%;
    }

    .rs-column.-medium-col-3-1 {
        width: 33.333333%;
    }

    .rs-column.-medium-col-3-2 {
        width: 66.666666%;
    }

    .rs-column.-medium-col-3-3 {
        width: 100%;
    }

    .rs-column.-medium-col-4-1 {
        width: 25%;
    }

    .rs-column.-medium-col-4-2 {
        width: 50%;
    }

    .rs-column.-medium-col-4-3 {
        width: 75%;
    }

    .rs-column.-medium-col-4-4 {
        width: 100%;
    }

    .rs-column.-medium-col-5-1 {
        width: 20%;
    }

    .rs-column.-medium-col-5-2 {
        width: 40%;
    }

    .rs-column.-medium-col-5-3 {
        width: 60%;
    }

    .rs-column.-medium-col-5-4 {
        width: 80%;
    }

    .rs-column.-medium-col-5-5 {
        width: 100%;
    }

    .rs-column.-medium-col-6-1 {
        width: 16.666666%;
    }

    .rs-column.-medium-col-6-2 {
        width: 33.333333%;
    }

    .rs-column.-medium-col-6-3 {
        width: 50%;
    }

    .rs-column.-medium-col-6-4 {
        width: 66.666666%;
    }

    .rs-column.-medium-col-6-5 {
        width: 83.333333%;
    }

    .rs-column.-medium-col-6-6 {
        width: 100%;
    }
}

@media screen and (max-width: 599px) {
    .rs-column {
        margin-right: 0;
    }

    .rs-column.-medium-first {
        clear: none;
    }

    .rs-column.-medium-last {
        margin-right: 0;
    }

    .rs-column.-medium-first-row {
        margin-top: 15px;
    }

    .rs-column.-small-first {
        clear: left;
    }

    .rs-column.-small-last {
        margin-right: 0;
    }

    .rs-column.-small-first-row {
        margin-top: 0;
    }

    .rs-column.-small-col-1-1 {
        width: 100%;
    }

    .rs-column.-small-col-2-1 {
        width: 50%;
    }

    .rs-column.-small-col-2-2 {
        width: 100%;
    }

    .rs-column.-small-col-3-1 {
        width: 33.333333%;
    }

    .rs-column.-small-col-3-2 {
        width: 66.666666%;
    }

    .rs-column.-small-col-3-3 {
        width: 100%;
    }

    .rs-column.-small-col-4-1 {
        width: 25%;
    }

    .rs-column.-small-col-4-2 {
        width: 50%;
    }

    .rs-column.-small-col-4-3 {
        width: 75%;
    }

    .rs-column.-small-col-4-4 {
        width: 100%;
    }

    .rs-column.-small-col-5-1 {
        width: 20%;
    }

    .rs-column.-small-col-5-2 {
        width: 40%;
    }

    .rs-column.-small-col-5-3 {
        width: 60%;
    }

    .rs-column.-small-col-5-4 {
        width: 80%;
    }

    .rs-column.-small-col-5-5 {
        width: 100%;
    }

    .rs-column.-small-col-6-1 {
        width: 16.666666%;
    }

    .rs-column.-small-col-6-2 {
        width: 33.333333%;
    }

    .rs-column.-small-col-6-3 {
        width: 50%;
    }

    .rs-column.-small-col-6-4 {
        width: 66.666666%;
    }

    .rs-column.-small-col-6-5 {
        width: 83.333333%;
    }

    .rs-column.-small-col-6-6 {
        width: 100%;
    }
}

@import url("//hello.myfonts.net/count/314588");

@font-face {font-family: 'Yummo-Bold';src: url("../../files/layout/default/css/webfonts/314588_0_0.eot");src: url("../../files/layout/default/css/webfonts/314588_0_0.eot?#iefix") format('embedded-opentype'),url("../../files/layout/default/css/webfonts/314588_0_0.woff2") format('woff2'),url("../../files/layout/default/css/webfonts/314588_0_0.woff") format('woff'),url("../../files/layout/default/css/webfonts/314588_0_0.ttf") format('truetype');}
@font-face {font-family: 'Yummo-Light';src: url("../../files/layout/default/css/webfonts/314588_1_0.eot");src: url("../../files/layout/default/css/webfonts/314588_1_0.eot?#iefix") format('embedded-opentype'),url("../../files/layout/default/css/webfonts/314588_1_0.woff2") format('woff2'),url("../../files/layout/default/css/webfonts/314588_1_0.woff") format('woff'),url("../../files/layout/default/css/webfonts/314588_1_0.ttf") format('truetype');}
@font-face {font-family: 'Yummo-Regular';src: url("../../files/layout/default/css/webfonts/314588_2_0.eot");src: url("../../files/layout/default/css/webfonts/314588_2_0.eot?#iefix") format('embedded-opentype'),url("../../files/layout/default/css/webfonts/314588_2_0.woff2") format('woff2'),url("../../files/layout/default/css/webfonts/314588_2_0.woff") format('woff'),url("../../files/layout/default/css/webfonts/314588_2_0.ttf") format('truetype');}
@font-face {font-family: 'Yummo-SemiBold';src: url("../../files/layout/default/css/webfonts/314588_3_0.eot");src: url("../../files/layout/default/css/webfonts/314588_3_0.eot?#iefix") format('embedded-opentype'),url("../../files/layout/default/css/webfonts/314588_3_0.woff2") format('woff2'),url("../../files/layout/default/css/webfonts/314588_3_0.woff") format('woff'),url("../../files/layout/default/css/webfonts/314588_3_0.ttf") format('truetype');}
@font-face {font-family: 'Yummo-Thin';src: url("../../files/layout/default/css/webfonts/314588_4_0.eot");src: url("../../files/layout/default/css/webfonts/314588_4_0.eot?#iefix") format('embedded-opentype'),url("../../files/layout/default/css/webfonts/314588_4_0.woff2") format('woff2'),url("../../files/layout/default/css/webfonts/314588_4_0.woff") format('woff'),url("../../files/layout/default/css/webfonts/314588_4_0.ttf") format('truetype');}


* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

:after, :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

html, body {
    font-size: 20px;
}

@media only screen and (max-width: 480px) {
    html, body {
        font-size: 16px;
    }
}

body {
    /*background: #eef0f2;*/
    background: #ffffff;
    -webkit-font-smoothing: antialiased;
}

body, input, select, textarea {
    font-family: 'Yummo-Regular', sans-serif;
    font-weight: normal;
    color: #323232;
}

body, input, select, textarea, a, p, span {
    line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
    line-height: 1.5;
}

h1, h1 a,
h2, h2 a,
h3, h3 a,
h4, h4 a,
h5, h5 a,
h6, h6 a {
    padding: 0;
    margin: 0;
    font-family: "Open Sans", sans-serif;
    font-weight: normal;
}

h1, h1 a,
h2, h2 a,
h3, h3 a,
h4, h4 a {
    text-transform: uppercase;
}

h1 {
    position: relative;
    padding-bottom: 18px;
    margin-bottom: 30px;
    text-align: center;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    color: #fe6962;
}

/*h1:after {*/
    /*position: absolute;*/
    /*bottom: 0;*/
    /*left: 50%;*/
    /*content: '';*/
    /*width: 70px;*/
    /*height: 2px;*/
    /*margin-left: -35px;*/
    /*background: #FD7000;*/
/*}*/

h1, h1 a {
    margin-top: 45px;
    font-size: 2rem;
    line-height: 1;
}

h2, h2 a {
    font-size: 1.6rem;
}

h2 {
    margin-bottom: 15px;
}

h3, h3 a {
    font-size: 1.4rem;
}

h3 {
    margin-bottom: 15px;
}

h4, h4 a,
h5, h5 a,
h6, h6 a {
    font-size: 1rem;
}

h3.teaser {
    position: absolute;
    top: 300px;
    left: 0;
    width: 100%;
    font-family: 'Pacifico';
    font-size: 3.5rem;
    text-transform: none;
    text-align: center;
    text-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
    line-height: 1.5;
    color: #ffffff;
}

figure {
    margin: 0;
}

p {
    margin: 0 0 15px 0;
}

p:last-of-type {
    margin-bottom: 0;
}

a {
    color: #FD7000;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

a {
    text-decoration: none;
    color: #f05553;
    background: transparent;
    -moz-transition: all 0.25s ease 0s;
    -webkit-transition: all 0.25s ease 0s;
    -o-transition: all 0.25s ease 0s;
    -ms-transition: all 0.25s ease 0s;
    transition: all 0.25s ease 0s;
}

a:after,
a:before {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

a:hover {
    text-decoration: underline;
}

@media screen and (max-width: 599px) {
    h1, h1 a {
    }

    h3.teaser {
        padding: 0 15px;
        font-size: 2.5rem;
    }
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

input[type="submit"],
input[type="reset"],
button {
    height: 34px;
    padding: 0 15px;
    background: #EE5657;
    -webkit-border-radius: 2px 2px 2px 2px;
    border-radius: 2px 2px 2px 2px;
    color: #ffffff;
    font-size: 1rem;
    line-height: 34px;
    outline: none;
    border: 0;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

input[type="submit"]:hover,
input[type="reset"]:hover,
button:hover {
    background: #3B3532;
}

input[type="text"],
input[type="password"],
input[type="url"],
input[type="email"],
select,
textarea {
    display: block;
    padding: 4px 8px;
    border: 1px solid #D3D3D3;
    -webkit-border-radius: 2px 2px 2px 2px;
    border-radius: 2px 2px 2px 2px;
    font-size: 0.9rem;
    outline: none;
}

input[type="text"],
input[type="password"],
input[type="url"],
input[type="email"],
select {
    width: 100%;
    height: 34px;
}

input[type="text"],
input[type="password"],
input[type="url"],
input[type="email"],
textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

select {
    background: #ffffff;
    line-height: 30px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

textarea {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    height: 150px;
    min-height: 100%;
    max-height: 100%;
    padding: 2px 8px;
}

/* Chrome/Opera/Safari */
input[type="text"]::-webkit-input-placeholder {
    color: #323232;
}

/* Firefox 19+ */
input[type="text"]::-moz-placeholder {
    color: #323232;
}

/* IE 10+ */
input[type="text"]:-ms-input-placeholder {
    color: #323232;
}

/* Firefox 18- */
input[type="text"]:-moz-placeholder {
    color: #323232;
}

.mwfm-form-group-wrapper {
    margin: 0 -15px;
    overflow: hidden;
}

.mwfm-form-group-wrapper .mwfm-form-group-wrapper {
    float: left;
    width: 50%;
    padding: 0;
    margin: 0;
}

.mwfm-form-group-wrapper .mwfm-form-group {
    float: left;
    width: 50%;
    padding: 0 15px;
}

.mwfm-form-group {
    margin-bottom: 15px;
}

.mwfm-form-group:after {
    content: ".";
    clear: both;
    display: block;
    visibility: hidden;
    height: 0;
}

.mwfm-form-inline .mwfm-form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
}

.mwfm-form-group label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-size: 1rem;
}

.mwfm-form-inline input,
.mwfm-form-inline select {
    display: inline-block;
    width: auto;
    vertical-align: middle;
}

.mwfm-buttons {
    margin-bottom: 15px;
}

.widget {
    position: relative;
    margin-bottom: 15px;
    overflow: hidden;
}

.mwfm-form-group-wrapper .widget {
    float: left;
    width: 50%;
    padding: 0 15px;
}

.form-inline .widget {
    display: table;
    width: 100%;
}

.mod_login label,
.widget label,
.widget span.captcha_text {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-size: 0.9rem;
}

.form-inline .widget label {
    display: table-cell;
    width: 150px;
    vertical-align: top;
}

.form-inline input[type="text"],
.form-inline input[type="email"],
.form-inline select {
    display: table-cell;
    width: 100%;
    vertical-align: middle;
}

form .required,
.submit_container {
}

.mwfm-buttons .submit_container,
.mwfm-buttons .required {
    display: inline-block;
}

form p.error {
    padding: 5px 15px;
    margin: 0 0 5px 0;
    background: #F2DEDE;
    border: 1px solid #EBCCD1;
    -webkit-border-radius: 2px 2px 2px 2px;
    border-radius: 2px 2px 2px 2px;
    color: #a94442;
    font-size: 0.9rem;
}

.mod_login .submit_container {
    margin-top: 15px;
}

.mod_login br {
    height: 0;
    line-height: 0;
    margin-bottom: 15px;
}

.datepicker thead th.prev,
.datepicker thead th.next,
.datepicker thead th.datepicker-switch,
.datepicker table tr td.day {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

#cookiebar {
    background: #395469;
}

#wrapper {
    width: 100%;
    height: 100%;
    background: #F8F8F8;
}

#header .top-infos {
    float: right;
    margin-right: 10px;
    padding: 10px 15px;
    font-size: 20px;
    line-height: 1;
    background-color: #F55856;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

#header .top-infos,
#header .top-infos a {
    color: #ffffff;
}

a#linkTop {
    position: fixed;
    right: 30px;
    bottom: 15px;
    z-index: 40;
    opacity: 1;
    padding: 5px 10px;
    background: #EE5657;
    -webkit-border-radius: 2px 2px 2px 2px;
    border-radius: 2px 2px 2px 2px;
    font-size: 1.5rem;
    line-height: 1;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

a#linkTop:hover {
    background: #47403A;
}

a#linkTop.hide {
    opacity: 0;
}

/*.ce_text h1 {*/
    /*font: 1.6rem 'Yummo-Bold', sans-serif;*/
/*}*/

h1, h2 {
    font-family: 'Yummo-Regular';
}

h1 {
    margin: 0 0 12px;
    border-bottom: 3px solid #EFEFEF;
    font-size: 2rem;
    line-height: 1.5;
    font-weight: 400;
    text-align: left;
}

body:not(.home) h1 {
    padding-top: 24px;
    background: #fff;
    text-align: center;
}

body.home #main .mod_article.textbox {
    margin: 0 0 20px;
    padding: 15px;
    background-color: #fff;
    box-shadow: 0 2px 1px rgba(0, 0, 0, 0.1);
}

#header {
}

.header,
.header a {
    color: #45607C;
}

#header .header {
    background: #ffffff;
}

#header .header-row:after {
    content: ".";
    clear: both;
    display: block;
    visibility: hidden;
    height: 0;
}

#header .header-row:first-of-type {
    background: #ffffff;
}

.mod_changelanguage {
    position: absolute;
    top: 3px;
    right: 50px;
    z-index: 10;
}

.mod_changelanguage ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.mod_changelanguage ul li {
    float: left;
    padding: 0;
    margin: 0;
}

.mod_changelanguage ul li a,
.mod_changelanguage ul li span {
    display: block;
    width: 32px;
    height: 32px;
    text-indent: -9999em;
    background-repeat: no-repeat;
    background-size: 32px 32px;
}

.mod_changelanguage ul li.lang-en a,
.mod_changelanguage ul li.lang-en span {
    background-image: url('../../files/layout/default/images/flags/GB.png');
}

.mod_changelanguage ul li.lang-de a,
.mod_changelanguage ul li.lang-de span {
    background-image: url('../../files/layout/default/images/flags/DE.png');
}

#header .ce_rsce_address_small {
    float: right;
    padding: 0;
    margin: 0 40px;
    list-style: none;
}

#header .ce_rsce_address_small .address-item {
    float: left;
    padding: 0;
    margin: 0 15px 0 0;
}

#header .ce_rsce_address_small .address-item:last-of-type {
    margin-right: 0;
}

#header .ce_rsce_address_small .address-item i {
    margin-right: 5px;
}

#header .ce_rsce_address_small .address-item,
#header .ce_rsce_address_small .address-item a {
    font-size: 0.9rem;
    line-height: 50px;
}

#header .ce_rsce_address_small .address-item a:hover {
    text-decoration: none;
}

#header .ce_rsce_phone {
    float: left;
    width: 50%;
}

#header .ce_rsce_phone .phone {
    overflow: hidden;
}

#header .ce_rsce_phone .phone-label,
#header .ce_rsce_phone .phone-value {
    float: left;
    padding: 10px 0;
    font-size: 0.9rem;
}

#header .ce_rsce_phone .phone-label {
    width: 150px;
}

#header .ce_rsce_phone .phone-value {
    width: 200px;
}

#header .header-inner-wrapper {
    max-width: 1495px;
    position: relative;
    padding: 0;
    margin: 0 auto;
}

#header .header-row:last-of-type .header-inner-wrapper {
    padding-top: 30px;
    padding-bottom: 30px;
}

#menu-top {
    float: right;
    overflow: hidden;
}

#menu-top .level_1 {
    padding: 0;
    margin: 0;
    list-style: none;
}

#menu-top .level_1 > li {
    float: left;
    padding: 0;
    margin: 0 10px 0 0;
    line-height: 50px;
}

#menu-top .level_1 > li > a,
#menu-top .level_1 > li > span {
    display: block;
    padding: 0 5px;
    -webkit-border-radius: 2px 2px 2px 2px;
    border-radius: 2px 2px 2px 2px;
    font-size: 0.9rem;
    text-decoration: none;
    line-height: 50px;
}

#menu-top .level_1 > li > a:hover,
#menu-top .level_1 > li > span {
    background: rgba(255, 255, 255, 0.1);
}

#menu-top .level_1 > li > .wishlist,
#menu-top .level_1 > li > .customer-center,
#menu-top .level_1 > li > .login,
#menu-top .level_1 > li > .logout {
    position: relative;
    padding-left: 35px;
}

#menu-top .level_1 > li > .wishlist:before,
#menu-top .level_1 > li > .customer-center:before,
#menu-top .level_1 > li > .login:before,
#menu-top .level_1 > li > .logout:before {
    position: absolute;
    top: 0;
    left: 5px;
    font-family: FontAwesome;
}

#menu-top .level_1 > li > .wishlist:before {
    content: '\f08a';
}

#menu-top .level_1 > li > .customer-center:before {
    content: '\f2c0';
}

#menu-top .level_1 > li > .login:before {
    content: '\f090';
}

#menu-top .level_1 > li > .logout:before {
    content: '\f08b';
}

#toggleMenuMobile {
    display: none;
    position: absolute;
    top: 25px;
    right: 50px;
    width: 35px;
    height: 45px;
    padding: 0 15px 0 15px;
    font-size: 30px;
    background: none;
    border: 0;
}

#toggleMenuMobile:hover span,
#toggleMenuMobile:hover span:before,
#toggleMenuMobile:hover span:after {
    background: #4593ca;
}

#toggleMenuMobile span {
    display: block;
    cursor: pointer;
}

#toggleMenuMobile span,
#toggleMenuMobile span:before,
#toggleMenuMobile span:after {
    content: '';
    position: absolute;
    top: 20px;
    left: 0;
    width: 100%;
    height: 5px;
    background: #45607C;
    -webkit-transition: all 0.1s;
    -moz-transition: all 0.1s;
    -o-transition: all 0.1s;
    transition: all 0.1s;
}

#toggleMenuMobile span:before {
    top: -12px;
}

#toggleMenuMobile span:after {
    top: 12px;
}

.mm-list, .mm-list > li.mm-subtitle {
    border-bottom: 1px solid #dddddd;
}

.mm-list > li > a:hover,
.mm-list > li > span {
    background: #ffffff;
}

.mm-list > li:not(.mm-subtitle):not(.mm-label):not(.mm-search):not(.mm-noresults):after {
    margin-left: 0;
}

#logo {
    display: block;
    width: 233px;
}

#logo,
#logo img {
    line-height: 0;
}

#header .mod_navigation {
    position: absolute;
    top: 105px;
    left: 300px;
    overflow: visible;
}

#header .mod_navigation .level_1 {
    padding: 0;
    margin: 0;
    list-style: none;
}

#header .mod_navigation .level_1 > li {
    position: relative;
    float: left;
    padding: 0 0 20px 0;
    margin: 0 0 0 10px;
}

#header .mod_navigation .level_1 > li > a,
#header .mod_navigation .level_1 > li > span {
    display: block;
    padding: 10px;
    -webkit-border-radius: 2px 2px 2px 2px;
    border-radius: 2px 2px 2px 2px;
    line-height: 30px;
    font-size: 26px;
    text-decoration: none;
}

#header .mod_navigation .level_1 > li > a:after,
#header .mod_navigation .level_1 > li > span:after {
    position: absolute;
    bottom: 15px;
    left: 50%;
    content: '';
    width: 10px;
    height: 0;
    margin-left: -5px;
    background-color: #ffffff;
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    transition: all 0.1s linear;
}

#header .mod_navigation .level_1 > li > a:hover:after,
#header .mod_navigation .level_1 > li > span:after,
#header .mod_navigation .level_1 > li:hover > a:after,
#header .mod_navigation .level_1 > li:hover > span:after,
#header .mod_navigation .level_1 > li > a.active:after,
#header .mod_navigation .level_1 > li > a.trail:after {
    width: 20px;
    height: 2px;
    margin-left: -10px;
    background: #ffffff;
}

#header .mod_navigation .level_1 > li > a:hover,
#header .mod_navigation .level_1 > li > span,
#header .mod_navigation .level_1 > li:hover > a,
#header .mod_navigation .level_1 > li:hover > span,
#header .mod_navigation .level_1 > li > a.active,
#header .mod_navigation .level_1 > li > a.trail {
    background: #4593ca;
    color: #ffffff;
    -moz-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.2);
}

#header .mod_navigation .level_1 > li.last .level_2 {
    right: 0;
    left: auto;
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    -o-transform: translate(0);
    transform: translate(0);
}

#header .mod_navigation .level_1 > li.last .level_2:after {
    left: auto;
    right: 25px;
}

#header .mod_navigation .level_2 {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 80px;
    left: 50%;
    z-index: 50;
    padding: 0;
    margin: 0;
    min-width: 200px;
    list-style: none;
    background: #ffffff;
    -moz-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 2px 2px 2px 2px;
    border-radius: 2px 2px 2px 2px;
    -webkit-transform: translate(-50%);
    -moz-transform: translate(-50%);
    -ms-transform: translate(-50%);
    -o-transform: translate(-50%);
    transform: translate(-50%);
}

/*#header .mod_navigation .level_2:after {*/
    /*content: " ";*/
    /*position: absolute;*/
    /*bottom: 100%;*/
    /*left: 50%;*/
    /*z-index: 0;*/
    /*width: 0;*/
    /*height: 0;*/
    /*margin-left: -10px;*/
    /*pointer-events: none;*/
    /*border: solid transparent;*/
    /*border-color: rgba(0, 0, 0, 0);*/
    /*border-bottom-color: #30556B;*/
    /*border-width: 10px;*/
/*}*/

#header .mod_navigation .level_1 > li:hover .level_2 {
    opacity: 1;
    visibility: visible;
    top: 50px;
    -webkit-transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -ms-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
}

#header .mod_navigation .level_2 > li {
    padding: 0;
    margin: 0;
}

#header .mod_navigation .level_2 > li > a,
#header .mod_navigation .level_2 > li > span {
    display: block;
    padding: 5px 10px;
    line-height: 30px;
    text-decoration: none;
    color: #000000;
}

#header .mod_navigation .level_2 > li > a.first,
#header .mod_navigation .level_2 > li > span.first {
    -webkit-border-radius: 2px 2px 0 0;
    border-radius: 2px 2px 0 0;
}

#header .mod_navigation .level_2 > li > a.last,
#header .mod_navigation .level_2 > li > span.last {
    -webkit-border-radius: 0 0 2px 2px;
    border-radius: 0 0 2px 2px;
}

#header .mod_navigation .level_2 > li > a:hover,
#header .mod_navigation .level_2 > li > span,
#header .mod_navigation .level_2 > li > a.active,
#header .mod_navigation .level_2 > li > a.trail {
    background: #4593ca;
    color: #ffffff;
}

#header .ce_rsce_image {
    border-top: 6px solid #9DCAE2;
    border-bottom: 6px solid #9DCAE2;
}

#header .ce_rsce_image .image {
    position: relative;
    width: 100%;
    height: 360px;
    overflow: hidden;
}

body.home #header .ce_rsce_image .image {
    height: 587px;
}

#header .ce_rsce_image .image.has-background {
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}

body.home #header .ce_rsce_image .image.has-background {
    background-position: center center;
}

#header .ce_rsce_image .image:not(.has-background) img {
    position: absolute;
    left: 50%;
    max-width: none;
    width: 1920px;
    height: 360px;
    margin-left: -960px;
}

@media only screen and (max-width: 1200px) {
    #header .header-inner-wrapper {
        padding-left: 30px;
        padding-right: 30px;
    }

    #header .mod_navigation {
        right: 30px;
    }

    .mod_changelanguage {
        right: 30px;
    }
}

@media only screen and (max-width: 1150px) {
    #toggleMenuMobile {
        display: block;
    }

    #header .mod_navigation {
        display: none;
    }
}

@media screen and (max-width: 767px) {
    #header .ce_rsce_phone .phone {
        padding: 10px 0;
    }

    #header .ce_rsce_phone .phone-label,
    #header .ce_rsce_phone .phone-value {
        padding: 0;
    }

    body:not(.home) #header .ce_rsce_image .image.has-background {
        height: 180px;
    }

    body.home #header .ce_rsce_image .image.has-background {
        height: 360px;
    }
}

@media only screen and (max-width: 599px) {
    #header .header-inner-wrapper {
        height: auto;
    }

    #header .header-row.first-row .header-inner-wrapper {
        padding-left: 0;
        padding-right: 0;
    }

    #menu-top,
    #header .ce_rsce_address_small {
        /*float: none;*/
        /*width: 100%;*/
        /*text-align: center*/
    }

    #header .ce_rsce_address_small {
        float: none;
        padding-left: 15px;
        margin: 0;
    }

    #menu-top {
        padding-right: 15px;
    }

    #menu-top ul {
        float: left;
        width: auto;
        position: relative;
        left: 50%;
    }

    #menu-top ul li {
        float: left;
        position: relative;
        right: 50%;
    }

    #menu-top .level_1 > li {
        padding-left: 5px;
        padding-right: 5px;
        margin: 0;
    }

    #header .ce_rsce_address_small .address-item {
        margin: 0;
    }

    #header .ce_rsce_phone .phone {
        padding: 5px 0;
    }

    .mwfm-form-group-wrapper {
        margin: 0;
    }

    .mwfm-form-group-wrapper .mwfm-form-group-wrapper {
        float: none;
        width: 100%;
    }

    .mwfm-form-group-wrapper .mwfm-form-group {
        float: none;
        width: 100%;
        padding: 0;
    }

    .form-inline .widget,
    .form-inline .widget label,
    .form-inline input[type="text"],
    .form-inline input[type="email"],
    .form-inline select {
        display: block;
        width: 100%;
    }

    form .required,
    .submit_container {
        padding-left: 0;
    }

    .mwfm-form-group-wrapper .widget {
        float: none;
        width: 100%;
        padding: 0;
    }
}

@media only screen and (max-width: 480px) {
    #teaser {
        height: 300px;
    }

    #header .ce_rsce_address_small .address-item,
    #header .ce_rsce_address_small .address-item a {

    }

    #header .top-infos {
        float: none;
        margin-left: 10px;
    }
}

.mod_breadcrumb {
    padding: 15px 0;
    /*background: #ffffff;*/
}

.mod_breadcrumb ul {
    max-width: 1495px;
    padding: 0;
    margin: 0 auto;
    list-style: none;
}

.mod_breadcrumb li {
    float: left;
}

.mod_breadcrumb li a {
    display: block;
    background: #ffffff;
    text-decoration: none;
    position: relative;
    height: 30px;
    line-height: 30px;
    padding: 0 10px 0 5px;
    text-align: center;
    margin-right: 23px;
    color: #323232;
}

.mod_breadcrumb li > span {
    text-decoration: none;
    position: relative;
    height: 30px;
    line-height: 30px;
    text-align: center;
    margin-right: 23px;
    color: #323232;
}

.mod_breadcrumb li:first-child a {
    padding-left: 15px;
    -moz-border-radius: 2px 0 0 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px 0 0 2px;
}

.mod_breadcrumb li:first-child a:before {
    border: none;
}

.mod_breadcrumb li:last-child a {
    padding-right: 15px;
    -moz-border-radius: 0 2px 2px 0;
    -webkit-border-radius: 0;
    border-radius: 0 2px 2px 0;
}

/*.mod_breadcrumb li:last-child a:after {*/
    /*border: none;*/
/*}*/

.mod_breadcrumb li a:before,
.mod_breadcrumb li a:after {
    content: "";
    position: absolute;
    top: 0;
    border: 0 solid #ffffff;
    border-width: 15px 10px;
    width: 0;
    height: 0;
}

.mod_breadcrumb li a:before {
    left: -20px;
    border-left-color: transparent;
}

.mod_breadcrumb li a:after {
    left: 100%;
    border-color: transparent;
    border-left-color: #ffffff;
}

.mod_breadcrumb li a:hover,
.mod_breadcrumb li a.active {
    background-color: #f8f8f8;
}

.mod_breadcrumb li a:hover:before,
.mod_breadcrumb li a.active:before {
    border-color: #f8f8f8;
    border-left-color: transparent;
}

.mod_breadcrumb li a:hover:after,
.mod_breadcrumb li a.active:after {
    border-left-color: #f8f8f8;
}

#container {
    max-width: 1495px;
    margin: 0 auto;
    min-height: calc(100vh - 501px);
    padding-top: 30px;
    padding-bottom: 60px;
}

body.one-col #main .inside {
}

body.two-col #main .inside {
    padding-right: 50px;
    padding-left: 30px;
}

body.two-col #left .inside {
    padding-left: 0;
}

#left .inside {
    padding: 15px 0;
    background-color: #fff;
    box-shadow: 0 2px 1px rgba(0, 0, 0, 0.1);
}

#main .block {
    overflow: visible;
}

#main .mod_article:after,
#main .mod_article:before {
    content: " ";
    display: table;
}

#main .ce_rsce_address .company {
    margin-bottom: 15px;
    font-size: 1.4rem;
}

#main .ce_rsce_address .address {
    margin-bottom: 15px;
}

#main .ce_rsce_address .list {
    margin: 0 -5px;
    overflow: hidden;
}

#main .ce_rsce_address .list-label,
#main .ce_rsce_address .list-value {
    float: left;
    padding: 0 5px;
}

#main .ce_rsce_address .list-label {
    width: 100px;
}

#main .ce_rsce_address .list-value {
    width: calc(100% - 100px);
}

.ce_text ul,
.mod_sitemap ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.ce_text ul li,
.mod_sitemap ul li {
    position: relative;
    padding-left: 15px;
}

.ce_text ul li:before,
.mod_sitemap ul li:before {
    content: '\f0da';
    position: absolute;
    top: -2px;
    left: 0;
    font-family: FontAwesome;
    color: #EE6063;
}

.ce_text ul {
    margin-bottom: 15px;
}

#main .mod_article {
    /*padding: 15px;*/
    /*margin-bottom: 15px;*/
    /*background: #ffffff;*/
    /*border: 1px solid #DDDDDD;*/

    margin: 0 0 20px;
    padding: 15px;
    background-color: #fff;
    box-shadow: 0 2px 1px rgba(0, 0, 0, 0.1);
}

#main .mod_article:last-of-type {
    margin-bottom: 0;
}

body.home #main .mod_article,
body.accommodation-list #main .mod_article,
body.accommodation-reader #main .mod_article,
body.house-list #main .mod_article,
body.googlemap #main .mod_article,
body.mwfm-module-list #main .mod_article {
    padding: 0;
    margin: 0;
    background: none;
    border: 0;
    box-shadow: none;
}

/*#main .mod_login,*/
/*#main .ce_form,*/
/*#main .ce_text,*/
/*#main .ce_rsce_address,*/
/*#main .mod_sitemap,*/
/*#main .mod_faqpage,*/
/*#main .ce_download,*/
/*#main .ce_downloads {*/
/*padding: 15px;*/
/*margin-bottom: 15px;*/
/*background: #ffffff;*/
/*border: 1px solid #DDDDDD*/
/*}*/

#main .mod_login,
#main .ce_form,
#main .ce_text,
#main .ce_rsce_address,
#main .mod_sitemap,
#main .mod_faqpage,
#main .ce_download,
#main .ce_downloads {
    margin-bottom: 15px;
}

.mod_login button.submit {
    position: relative;
    padding-right: 30px;
}

.mod_login button.submit:before {
    content: '\f090';
    position: absolute;
    top: 0;
    right: 10px;
    font-family: FontAwesome;
}

#submenu {
    margin: 0 15px 15px 15px;
}

#submenu .level_1 {
    padding: 0;
    margin: 0;
    list-style: none;
}

#submenu .level_1 > li {
    padding: 0;
    margin: 0 0 1px 0;
}

#submenu .level_1 > li a,
#submenu .level_1 > li span {
    display: block;
    padding: 3px 10px;
    background: #e8e8e4;
    color: #323232;
    text-decoration: none;
}

#submenu .level_1 > li a:hover,
#submenu .level_1 > li span,
#submenu .level_1 > li a.active {
    background: #444444;
    color: #ffffff;
}

#contact-box {
    padding: 15px;
    margin: 15px 15px 0 15px;
    background: #ececea;
    color: #3b3532;
}

#contact-box a {
    position: relative;
    padding-left: 15px;
    text-decoration: none;
}

#contact-box a:hover {
    text-decoration: underline;
}

#contact-box a:before {
    content: '\f0da';
    position: absolute;
    top: -2px;
    left: 0;
    font-family: FontAwesome;
}

.mod_faqpage {
}

.mod_faqpage h2 {
    margin-bottom: 15px;
}

.mod_faqpage section {
    padding: 0;
}

.mod_faqpage section.even {
    background: #ffffff;
}

#footer {
    background: #A0C3DA;
}

#footer p {
    margin: 0;
}

#footer,
#footer a {
    color: #ffffff;
}

#footer a {
    text-decoration: none;
}

#footer a:hover {
    text-decoration: underline;
}

#footer h3 {
    margin-bottom: 15px;
}

#footer .inside {
    padding: 0;
}

#footer .footer-inner-wrapper {
    max-width: 1495px;
    padding: 0;
    margin: 0 auto;
    overflow: hidden;
}

#footer .footer-row.first-row {
    padding: 15px 0;
}

#footer .footer-row.first-row .ce_rsce_address,
#footer .footer-row.first-row .ce_text,
#footer .footer-row.first-row .mod_customnav {
    float: left;
    width: 33.33333333%;
}

#footer .footer-row.first-row .ce_rsce_address .company {
    margin-bottom: 15px;
    font-size: 1.4rem;
}

#footer .footer-row.first-row .ce_rsce_address .address {
    margin-bottom: 15px;
}

#footer .footer-row.first-row .ce_rsce_address .list {
    margin: 0 -5px;
    overflow: hidden;
}

#footer .footer-row.first-row .ce_rsce_address .list-label,
#footer .footer-row.first-row .ce_rsce_address .list-value {
    float: left;
    padding: 0 5px;
}

#footer .footer-row.first-row .ce_rsce_address .list-label {
    width: 100px;
}

#footer .footer-row.first-row .ce_rsce_address .list-value {
    width: calc(100% - 100px);
}

#footer .footer-row.first-row .mod_customnav ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

#footer .footer-row.first-row .mod_customnav ul li {
    padding: 0;
    margin: 0;
}

#footer .footer-row.first-row .mod_customnav ul li a,
#footer .footer-row.first-row .mod_customnav ul li span {
}

#footer .footer-row.first-row .mod_customnav ul li a:hover,
#footer .footer-row.first-row .mod_customnav ul li span,
#footer .footer-row.first-row .mod_customnav ul li a.active {
    text-decoration: underline;
}

#footer .footer-row.last-row {
    padding: 15px 0;
    background: #3B3532;
}

#footer .footer-row.last-row .mod_customnav ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

#footer .footer-row.last-row .mod_customnav ul li {
    position: relative;
    float: left;
    padding: 0 10px 0 0;
    margin: 0 10px 0 0;
}

#footer .footer-row.last-row .mod_customnav ul li:after {
    content: '';
    position: absolute;
    right: 0;
    top: 9px;
    bottom: 0;
    width: 1px;
    height: 13px;
    border-right: 1px solid #ffffff;
}

#footer .footer-row.last-row .mod_customnav ul li.last:after {
    display: none;
}

#footer .footer-row.last-row .mod_customnav ul li a,
#footer .footer-row.last-row .mod_customnav ul li span {
}

#footer .footer-row.last-row .mod_customnav ul li a:hover,
#footer .footer-row.last-row .mod_customnav ul li span,
#footer .footer-row.last-row .mod_customnav ul li a.active {
    text-decoration: underline;
}

#footer .social-media {
    overflow: hidden;
    text-align: right;
}

#footer .social-media h3 {
    margin-bottom: 15px;
}

#footer .social-media img {
    width: 32px;
    height: 32px;
    margin-left: 5px;
}

#footer .copyright {
    text-align: right;
}


.pagination {
    position: relative;
    display: block;
    padding: 10px;
    background-color: #FDFDFD;
}

.pagination:after {
    content: ".";
    clear: both;
    display: block;
    visibility: hidden;
    height: 0;
}

.pagination p {
    width: 160px;
    float: left;
    padding-right: 3px;
    padding-left: 3px;
    text-align: left;
    margin-bottom: 0;
    line-height: 36px;
}

.pagination ul {
    margin: 0;
    padding: 0 3px;
    text-align: right;
    /* width: 240px; */
    float: right;
}

.pagination ul:after {
    content: ".";
    clear: both;
    display: block;
    visibility: hidden;
    height: 0;
}

.pagination li {
    float: left;
    padding: 0;
    margin: 0;
    list-style: none;
}

.pagination li a,
.pagination li span {
    min-width: 36px;
    height: 36px;
    min-width: 36px;
    display: block;
    margin-right: 0;
    margin-left: 1px;
    padding: 0;
    text-align: center;
    line-height: 36px;
}

.pagination li span.current {
    background: #666;
}

.pagination li a, .pagination li span {
    display: block;
    margin-right: 1px;
    padding: 0 7px;
    text-decoration: none;
    color: #fff;
    background: #cfcfcf;
}

.pagination li a:hover {
    background-color: #F55856;
}

@media screen and (max-width: 1495px) {
    #footer .footer-inner-wrapper,
    .mod_breadcrumb ul,
    #header .header-inner-wrapper {
        padding: 0 50px;
    }

    body.two-col #left .inside {
        margin-left: 50px;
    }

    body.one-col #main .inside {
        padding-left: 50px;
        padding-right: 50px;
    }
}

@media screen and (max-width: 1200px) {
    .mod_breadcrumb ul {
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media screen and (max-width: 1200px) {
    body.one-col #main .inside {

    }

    body.two-col #main .inside {
        padding-right: 30px;
    }

    body.two-col #left .inside {
        margin-left: 30px;
    }
}

@media screen and (max-width: 800px) {
    body.home h1, h1 a {
        padding-left: 15px;
        padding-right: 15px;
        margin-bottom: 45px;
    }

    body.home #container {
        padding-top: 0;
    }
}

@media screen and (max-width: 767px) {
    body.two-col #left .inside {
        padding-top: 30px;
        padding-right: 30px;
    }

    #header .header-row:last-of-type .header-inner-wrapper,
    body.one-col #main .inside,
    #footer .footer-inner-wrapper {
        padding-left: 30px;
        padding-right: 30px;
    }

    #main .ce_form {
        margin-bottom: 15px;
    }
}

@media screen and (max-width: 599px) {
    #header .header-row:last-of-type .header-inner-wrapper,
    body.one-col #main .inside,
    #footer .footer-inner-wrapper {
        padding-left: 15px;
        padding-right: 15px;
    }

    body.two-col #main .inside {
        padding-right: 15px;
        padding-left: 15px;
    }

    body.two-col #left .inside {
        margin-left: 15px;
        margin-right: 15px;
    }

    .mod_breadcrumb {
        display: none;
    }
}

@media only screen and (max-width: 920px) {
    #footer .footer-row.first-row .ce_rsce_address {
        width: 43.333333%
    }

    #footer .footer-row.first-row .ce_text {
        width: 23.333333%
    }
}

@media only screen and (max-width: 768px) {
    #footer .footer-row.first-row .ce_rsce_address,
    #footer .footer-row.first-row .ce_text,
    #footer .footer-row.first-row .mod_customnav {
        float: none;
        width: 100%;
        margin-bottom: 15px;
    }

    #footer .footer-row.first-row .ce_text {
        margin-bottom: 0;
    }

    #footer .social-media {
        text-align: left;
    }

    #footer .social-media img {
        margin-left: 0;
        margin-right: 5px;
    }
}

@media only screen and (max-width: 599px) {
    #footer .copyright {
        text-align: left;
    }

    .rs-column.-medium-first-row {
        margin-top: 5px;
    }
}
/**********************************************************
 *
 * mwFewomanager - Stylesheet
 *
 **********************************************************/

/**********************************************************
 * Globals
 **********************************************************/

.mwcc-loader {
    height: 50px;
    margin-top: -25px;
    line-height: 30px;
}

.mwcc-loader i {
    border-top: 12px solid rgba(255, 255, 255, .4);
    border-right: 12px solid rgba(255, 255, 255, .4);
    border-bottom: 12px solid rgba(255, 255, 255, .4);
    border-left: 12px solid #ffffff;
}

.mwcc-loader.mwcc-appended-to i,
.mwcc-loader.mwcc-appended-to i:after {
    width: 50px;
    height: 50px;
    margin-left: -25px;
}

.mwcc-loader.mwcc-appended-to i {
    border-top-width: 6px;
    border-right-width: 6px;
    border-left-width: 6px;
    border-bottom-width: 6px;
}

.mwcc-overlay {
    background: rgba(24, 66, 90, .2);
}

.mwfm-message-alert.mwfm-success {
    background: #dff0d8;
    border: 1px solid #3c763d;
}

.mwfm-message-alert.mwfm-success,
.mwfm-message-alert.mwfm-success a {
    color: #3c763d;
}

.mwfm-message-alert.mwfm-success:before {
    color: #3c763d;
}

.mwfm-message-alert.mwfm-success a.mwfm-button {
    background: #3c763d;
    color: #ffffff;
}

.mwfm-message-alert.mwfm-success a.mwfm-button:hover {
    background: none;
    color: #3c763d;
}

.mwfm-message-alert.mwfm-success a.mwfm-button:before {
    color: #ffffff;
}

.mwfm-message-alert.mwfm-success a.mwfm-button:hover:before {
    color: #3c763d;
}

.mwfm-message-alert.mwfm-info {
    background: #fff3ea;
    border: 1px solid #b78054;
}

.mwfm-message-alert.mwfm-info,
.mwfm-message-alert.mwfm-info a {
    color: #b78054;
}

.mwfm-message-alert.mwfm-info:before {
    color: #b78054;
}

.mwfm-message-alert.mwfm-info a.mwfm-button {
    background: #b78054;
    border: 1px solid #b78054;
    color: #ffffff;
}

.mwfm-message-alert.mwfm-info a.mwfm-button:hover {
    background: none;
    color: #b78054;
    border: 1px solid #b78054;
}

.mwfm-message-alert.mwfm-info a.mwfm-button:before {
    color: #ffffff;
}

.mwfm-message-alert.mwfm-info a.mwfm-button:hover:before {
    color: #b78054;
}

.mwfm-message-alert.mwfm-error a.mwfm-button {
    background: #a94442;
    color: #ffffff;
}

.mwfm-message-alert.mwfm-error a.mwfm-button:hover {
    background: #ca7676;
    color: #ffffff;
}

.mwfm-message-alert.mwfm-error a.mwfm-button:before {
    color: #ffffff;
}

.mwfm-message-alert a.mwfm-button {
    height: 34px;
    padding: 0 30px 0 15px;
    line-height: 32px;
}

.mwfm-message-alert a.mwfm-button:before {
    content: '\f101';
    position: absolute;
    top: 0;
    left: auto;
    right: 10px;
    font-family: FontAwesome;
}

.mwfm-message-alert.mwfm-info a.mwfm-button,
.mwfm-message-alert.mwfm-success a.mwfm-button {
    position: relative;
    display: inline-block;
    height: 34px;
    -webkit-border-radius: 2px 2px 2px 2px;
    border-radius: 2px 2px 2px 2px;
    color: #ffffff;
    font-size: 1rem;
    line-height: 32px;
    text-decoration: none;
    text-align: center;
    outline: none;
}

.mwfm-message-alert.mwfm-info a.mwfm-button.mwfm-back,
.mwfm-message-alert.mwfm-success a.mwfm-button.mwfm-back {
    padding: 0 15px 0 30px;
}

.mwfm-message-alert a.mwfm-button.mwfm-back:before,
.mwfm-message-alert.mwfm-info a.mwfm-button.mwfm-next:before {
    content: '\f100';
    position: absolute;
    top: 0;
    left: 10px;
    right: auto;
    font-family: FontAwesome;
}

.mwfm-message-alert.mwfm-info a.mwfm-button.mwfm-next:before {
    content: '\f101';
    left: auto;
    right: 10px;
}

.mwcc-modal-window-title {
    background: #316082;
    color: #ffffff;
}

.mwcc-modal-window .mwcc-modal-window-close:before,
.mwcc-modal-window .mwcc-modal-window-close:after {
}

.mwcc-modal-window .mwcc-modal-window-close:hover:before,
.mwcc-modal-window .mwcc-modal-window-close:hover:after {
    background: #FD7000;
}

.mwfm-message.mwfm-empty-vacation-rentals:before {
}

.mwfm-marker-clusterer {
    background: #ffffff;
    border: 3px solid #EC575A;
}

.mwfm-marker:not(.mwfm-has-background-image) {
    background: #EC575A;
}

/*.mwfm-pagination ul li a,*/
/*.mwfm-pagination ul li span {*/
    /*height: 34px;*/
    /*padding: 0 15px;*/
    /*background: #ffffff;*/
    /*border: 2px solid #dddddd;*/
    /*color: #323232;*/
    /*line-height: 32px;*/
/*}*/

/*.mwfm-pagination ul li a:hover,*/
/*.mwfm-pagination ul li span {*/
    /*background: #dddddd;*/
/*}*/

.mwfm-button-reader {
    position: relative;
    display: inline-block;
    height: 34px;
    padding: 0 30px 0 15px;
    background: #EE5657;
    -webkit-border-radius: 2px 2px 2px 2px;
    border-radius: 2px 2px 2px 2px;
    color: #ffffff;
    line-height: 34px;
    text-decoration: none;
    outline: none;
}

.mwfm-button-reader:hover {
    background: #57524F;
    text-decoration: none;
}

.mwfm-button-reader:before {
    content: '\f101';
    position: absolute;
    top: 0;
    right: 10px;
    font-family: FontAwesome;
}

.mwfm-vacation-rental-wrapper .mwfm-vacation-rental {
    background: #ffffff;
}

.mwfm-vacation-rental-wrapper .mwfm-rating {
    padding: 5px 15px;
    background: rgba(255, 255, 255, 0.8);
    border: 1px solid #dddddd;
}

.mwfm-review-circle {
    width: 50px;
    height: 50px;
    background: #ffffff;
    border: 1px solid #eeeeee;
    line-height: 50px;
}

#main .mwfm-review li.mwfm-active:after {
    color: #fd7000;
}

.mod_mwfmvacationrentallist .mwfm-filter-result {
    padding: 15px 180px 15px 15px;
    background: #ffffff;
    /*border: 1px solid #dddddd;*/
    box-shadow: 0 2px 1px rgba(0, 0, 0, 0.1);
}

.mwfm-vacation-rental-wrapper .mwfm-wishlist {
    position: absolute;
    z-index: 5;
    display: block;
    text-decoration: none;
    font-size: 2rem;
    color: #dddddd;
}

.mwfm-vacation-rental-wrapper .mwfm-wishlist:before {
    content: '\f08a';
    position: absolute;
    left: 0;
    font-family: FontAwesome;
    line-height: 1;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.mwfm-vacation-rental-wrapper .mwfm-wishlist:hover:before,
.mwfm-vacation-rental-wrapper .mwfm-wishlist.mwfm-active:before {
    color: #489de3;
}

.mwfm-vacation-rental-wrapper .mwfm-wishlist.mwfm-active:before {
    content: '\f004';
}

.mwfm-select-group select {
    padding-right: 25px;
    background: #ffffff;
    line-height: 26px;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

@media screen and (max-width: 599px) {
    .mwfm-vacation-rentals-container .mwfm-filter-result {
        padding-right: 15px;
    }
}

/**********************************************************
 * Datepicker (MWFM)
 **********************************************************/

.mwfm-calendar-wrapper .mwfm-calendar-navigation a.mwfm-today,
.mwfm-calendar-wrapper .mwfm-calendar-navigation a.mwfm-previous,
.mwfm-calendar-wrapper .mwfm-calendar-navigation a.mwfm-next {
    min-height: 34px;
    max-height: 34px;
    height: 34px;
    background: #F3595A;
    color: #ffffff;
    font-size: 0.9rem;
    line-height: 32px;
}

.mwfm-calendar-wrapper .mwfm-calendar-navigation a.mwfm-previous {
    padding-right: 15px;
}

.mwfm-calendar-wrapper .mwfm-calendar-navigation a.mwfm-next {
    padding-left: 15px;
}

.mwfm-calendar-wrapper .mwfm-calendar-navigation a.mwfm-today:not(.mwfm-disabled):hover,
.mwfm-calendar-wrapper .mwfm-calendar-navigation a.mwfm-previous:not(.mwfm-disabled):hover,
.mwfm-calendar-wrapper .mwfm-calendar-navigation a.mwfm-next:not(.mwfm-disabled):hover {
    background: #47403A;
}

@media only screen and (max-width: 599px) {
    .mwfm-calendar-wrapper .mwfm-calendar-navigation a.mwfm-previous {
        padding-right: 0;
    }

    .mwfm-calendar-wrapper .mwfm-calendar-navigation a.mwfm-next {
        padding-left: 0;
    }
}

/**********************************************************
 * Datepicker
 **********************************************************/

.datepicker {
    padding: 15px;
}

.datepicker-inline {
    position: relative;
    top: 0;
    left: 15px;
    margin-bottom: 15px;
}

.datepicker,
.datepicker table tr td,
.datepicker table tr th {
    border-radius: 0;
}

.datepicker table tr td.cw,
.datepicker table tr td.day,
.datepicker table tr th.dow {
    width: 35px;
    height: 35px;
    line-height: 35px;
    color: #5e5e5e;
}

.datepicker table tr td.day {
    background: #BDDEA3;
}

.datepicker table tr td.day:hover,
.datepicker table tr td.day.focused,
.datepicker table tr td span:hover {
    background: #eff5fa;
    color: #5c9ac9;
}

.datepicker table tr td.old {
    color: #5e5e5e;
}

.datepicker table tr td span.new {
    color: #333333;
}

.datepicker table tr td.active:hover,
.datepicker table tr td.active:hover:hover,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled:hover:hover,
.datepicker table tr td.active:focus,
.datepicker table tr td.active:hover:focus,
.datepicker table tr td.active.disabled:focus,
.datepicker table tr td.active.disabled:hover:focus,
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active,
.open .dropdown-toggle.datepicker table tr td.active,
.open .dropdown-toggle.datepicker table tr td.active:hover,
.open .dropdown-toggle.datepicker table tr td.active.disabled,
.open .dropdown-toggle.datepicker table tr td.active.disabled:hover {
    background: #eff5fa;
    color: #5c9ac9;
    text-shadow: none;
}

.datepicker table tr td span {
    height: 35px;
    line-height: 35px;
}

.datepicker table tr td span.active:hover,
.datepicker table tr td span.active:hover:hover,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active:focus,
.datepicker table tr td span.active:hover:focus,
.datepicker table tr td span.active.disabled:focus,
.datepicker table tr td span.active.disabled:hover:focus,
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active,
.open .dropdown-toggle.datepicker table tr td span.active,
.open .dropdown-toggle.datepicker table tr td span.active:hover,
.open .dropdown-toggle.datepicker table tr td span.active.disabled,
.open .dropdown-toggle.datepicker table tr td span.active.disabled:hover {
    background: #eff5fa;
    color: #5c9ac9;
    text-shadow: none;
}

.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover {
    background: #f8f8f8;
    color: #5e5e5e;
    cursor: default;
}

.datepicker thead th.prev,
.datepicker thead th.next,
.datepicker thead th.datepicker-switch {
    min-height: 34px;
    max-height: 34px;
    height: 34px;
    padding-top: 0;
    padding-bottom: 0;
    background: #F3595A;
    color: #ffffff;
    -webkit-border-radius: 2px 2px 2px 2px;
    border-radius: 2px 2px 2px 2px;
    font-size: 0.9rem;
    line-height: 34px;
}

.datepicker thead th.prev:hover,
.datepicker thead th.next:hover,
.datepicker thead th.datepicker-switch:hover,
.datepicker thead tr:first-child th:hover,
.datepicker tfoot tr th:hover {
    background: #57524F;
}

.datepicker table tr td.day:hover,
.datepicker table tr td.day.focused,
.datepicker table tr td span:hover {
    -webkit-border-radius: 2px 2px 2px 2px;
    border-radius: 2px 2px 2px 2px;
}

.datepicker tfoot {
    display: none;
}

@media screen and (max-width: 320px) {
    .datepicker {
        min-width: 200px;
        padding: 5px;
    }

    .datepicker table tr td.cw,
    .datepicker table tr td.day,
    .datepicker table tr th.dow {
        width: 30px;
        height: 30px;
        line-height: 30px;
    }
}

/**********************************************************
 * Buchungsstrecke
 **********************************************************/

.mwfm-booking-process-wrapper .mwfm-step-by-step ul li:before {
    background: #f8f8f8;
}

.mwfm-booking-process-wrapper .mwfm-step-by-step ul li.mwfm-active-before:after {
    background: #316082;
}

.mwfm-booking-process-wrapper .mwfm-step-by-step ul li.mwfm-active-before .mwfm-step {
    background: #316082;
    color: #ffffff;
}

.mwfm-booking-process-wrapper .mwfm-step-by-step ul li .mwfm-step {
    width: 40px;
    height: 40px;
    background: #ffffff;
    border: 2px solid #316082;
    line-height: 38px;

    -moz-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.2);
}

.mwfm-booking-process-wrapper a.mwfm-back {
    position: relative;
    display: inline-block;
    height: 34px;
    padding: 0 15px 0 30px;
    -webkit-border-radius: 2px 2px 2px 2px;
    border-radius: 2px 2px 2px 2px;
    font-size: 1rem;
    line-height: 32px;
    text-decoration: none;
    text-align: center;
    outline: none;
}

.mwfm-booking-process-wrapper a.mwfm-back:before {
    content: '\f100';
    position: absolute;
    top: 0;
    left: 10px;
    font-family: FontAwesome;
}

.mwfm-booking-process-wrapper .mwfm-back:hover {
    background: rgba(0, 110, 173, 0.8);
}

.mwfm-booking-process-wrapper .mwfm-travel-data-value {
    background: #f8f8f8;
}

.mwfm-booking-process-wrapper .mwfm-vacation-rental {
    background: #F9F2E5;
    border: 1px solid #C3B492;
    color: #736746;
}

.mwfm-booking-process-wrapper .mwfm-vacation-rental .mwfm-prices-wrapper {
    border-top: 1px solid #C3B492;
}

.mwfm-booking-process-wrapper .mwfm-travel-data-wrapper {
    background: #ffffff;
    border: 1px solid #dddddd;
}

.mwfm-booking-process-wrapper .mwfm-guests {
    padding: 15px;
    background: #ffffff;
    border: 1px solid #dddddd;
}

.mwfm-booking-process-wrapper .mwfm-guests .mwfm-form-group {
    padding: 5px;
    background: #f8f8f8;
}

.mwfm-booking-process-wrapper .mwfm-guests .mwfm-person-ages-headline {
    font-size: 1.2rem;
    text-transform: uppercase;
    font-family: 'Open Sans';
}

.mwfm-booking-process-wrapper .mwfm-pets {
    padding: 15px;
    background: #ffffff;
    border: 1px solid #dddddd;
}

.mwfm-booking-process-wrapper .mwfm-pets .mwfm-form-group {
    padding: 5px;
    background: #f8f8f8;
}

.mwfm-booking-process-wrapper .mwfm-services {
    padding: 15px;
    background: #ffffff;
    border: 1px solid #dddddd;
}

.mwfm-booking-process-wrapper .mwfm-services .mwfm-service-item {
    background: #f8f8f8;
}

.mwfm-booking-process-wrapper .mwfm-request-form {
    padding: 15px;
    background: #edf2f7;
    border: 1px solid #a6c2d2;
    color: #48616f;
}

.mwfm-booking-process-wrapper .mwfm-back {
    background: #ffffff;
    border: 1px solid #CCCCCC;
    color: #3B3532;
}

.mwfm-booking-process-wrapper .mwfm-back:hover {
    background: #47403A;
    border-color: #47403A;
    color: #ffffff;
}

.mwfm-booking-process-wrapper .mwfm-request-form .mwfm-form-value {
    background: #ffffff;
}

.mwfm-booking-process-wrapper .mwfm-terms {
    padding: 15px;
    background: #ffffff;
    border: 1px solid #dddddd;
}

.mwfm-booking-process-wrapper .mwfm-terms input {
    float: left;
    margin-top: 7px;
    margin-right: 7px;
}

.mwfm-booking-process-wrapper .mwfm-prices-wrapper .mwfm-prices-body.mwfm-prices-total {
    background: #E6D1AA;
}

@media screen and (max-width: 599px) {
    .mwfm-booking-process-wrapper .mwfm-button.mwfm-left {
        text-align: center;
    }
}

/**********************************************************
 * Ansprechpartner
 **********************************************************/

.mwfm-contact-wrapper .mwfm-contact-container {
    padding: 15px;
    background: #ffffff;
    border: 1px solid #dddddd;
}

.mwfm-contact-wrapper .mwfm-information {
    padding: 15px 0;
    border-top: 1px solid #dddddd;
}

/**********************************************************
 * Kundencenter
 **********************************************************/

.mod_mwfmcustomercenter .mwfm-vacation-rental-wrapper .mwfm-vacation-rental {
    border: 1px solid #dddddd;
}

.mod_mwfmcustomercenter .mwfm-vacation-rental-wrapper .mwfm-button-remove,
.mod_mwfmcustomercenter .mwfm-vacation-rental-wrapper .mwfm-button-reader {
    height: 34px;
    padding: 0 30px 0 15px;
    background: #18425A;
    border: 2px solid #18425A;
    color: #ffffff;
    line-height: 32px;
}

.mod_mwfmcustomercenter .mwfm-vacation-rental-wrapper .mwfm-button-remove:hover,
.mod_mwfmcustomercenter .mwfm-vacation-rental-wrapper .mwfm-button-reader:hover {
    background: #ffffff;
    color: #18425A;
}

.mod_mwfmcustomercenter .mwfm-vacation-rental-wrapper .mwfm-button-remove {
    padding-right: 15px;
}

/**********************************************************
 * Hausliste
 **********************************************************/

.mod_mwfmhouselist:after {
    content: ".";
    clear: both;
    display: block;
    visibility: hidden;
    height: 0;
}

.mod_mwfmhouselist .mwfm-house-wrapper {
    float: left;
    width: 33.333333%;
    height: 351px;
    padding: 0 5px;
    /*margin: 0 5px 5px 5px;*/
    /*background: #ffffff;*/
    /*border: 1px solid #dddddd;*/
}

@media screen and (max-width: 1000px) {
    .mod_mwfmhouselist .mwfm-house-wrapper {
        width: 50%;
    }
}

.mod_mwfmhouselist .mwfm-house-wrapper .mwfm-house {

}

.mod_mwfmhouselist .mwfm-house-wrapper .mwfm-information-container {
    padding: 5px;
    background: #f8f8f8;
}

.mod_mwfmhouselist .mwfm-house-wrapper .mwfm-information-container ul li {
    position: relative;
    padding-left: 25px;
    margin-left: 15px;
}

.mod_mwfmhouselist .mwfm-house-wrapper .mwfm-information-container ul li:first-of-type {
    margin-left: 0;
}

.mod_mwfmhouselist .mwfm-house-wrapper .mwfm-information-container ul li:before {
    content: '\f015';
    position: absolute;
    top: -1px;
    left: 0;
    font-family: FontAwesome;
    color: #3F7DAB;
}

.mod_mwfmhouselist .mwfm-house-wrapper .mwfm-information-container ul li:after {
    display: none;
}

.mod_mwfmhouselist .mwfm-house-wrapper .mwfm-button-reader {
    padding-top: 0;
    padding-bottom: 0;
}

.mod_mwfmhouselist .mwfm-house-wrapper .mwfm-button-reader:before {
    top: 0;
}

/**********************************************************
 * Hausleser
 **********************************************************/

.mod_mwfmhousereader .mwfm-house-wrapper {
    padding: 15px;
    background: #ffffff;
    /* border: 1px solid #dddddd; */
    background-color: #fff;
    box-shadow: 0 2px 1px rgba(0, 0, 0, 0.1);
}

.mod_mwfmhousereader .mwfm-house-wrapper .mwfm-vacation-rental-container {
    background: #f8f8f8;
}

.mod_mwfmhousereader .mwfm-house-wrapper .mwfm-images {
    padding-bottom: 30px;
    border-bottom: 1px solid #dddddd;
}

.mod_mwfmhousereader .mwfm-house .mwfm-images a.flex-prev,
.mod_mwfmhousereader .mwfm-house .mwfm-images a.flex-next {
    background: rgba(255, 255, 255, 0.8);
}

.mod_mwfmhousereader .mwfm-house .mwfm-images .flex-direction-nav a {
    background: rgba(255, 255, 255, .8);
}

.mod_mwfmhousereader .mwfm-house .mwfm-images .flex-direction-nav a:before {
}

.mod_mwfmhousereader .mwfm-house .mwfm-images .mwfm-gallery-thumbs a.flex-prev:before,
.mod_mwfmhousereader .mwfm-house .mwfm-images .mwfm-gallery-thumbs a.flex-next:before {
    line-height: 33px;
}

.mod_mwfmhousereader .mwfm-house-wrapper .mwfm-overview {
    padding: 30px 0;
    border-bottom: 1px solid #dddddd;
}

.mod_mwfmhousereader .mwfm-house-wrapper .mwfm-overview .mwfm-information-list {
    padding-bottom: 15px;
}

.mod_mwfmhousereader .mwfm-house-wrapper .mwfm-overview .mwfm-information-item {
    padding-bottom: 10px;
    border-bottom: 1px solid #dddddd;
}

.mod_mwfmhousereader .mwfm-house-wrapper .mwfm-overview .mwfm-information-item,
.mod_mwfmhousereader .mwfm-house-wrapper .mwfm-overview .mwfm-information-item a {
    color: #5e5e5e;
}

.mod_mwfmhousereader .mwfm-house-wrapper .mwfm-overview .mwfm-description-text,
.mod_mwfmhousereader .mwfm-house-wrapper .mwfm-overview .mwfm-description-text a {
    color: #5e5e5e;
}

.mod_mwfmhousereader .mwfm-house-wrapper .mwfm-vacation-rental-container .mwfm-information-container {
    padding: 5px;
    background: #ffffff;
}

.mod_mwfmhousereader .mwfm-house-wrapper .mwfm-vacation-rental-container .mwfm-information-container ul li {
    position: relative;
    padding-left: 25px;
}

.mod_mwfmhousereader .mwfm-house-wrapper .mwfm-vacation-rental-container .mwfm-information-container ul li:before {
    content: '\f00c';
    position: absolute;
    top: -1px;
    left: 0;
    font-family: FontAwesome;
    color: #929292;
}

.mod_mwfmhousereader .mwfm-house-wrapper .mwfm-vacation-rental-container .mwfm-rating {
    padding: 5px 15px;
    background: #ffffff;
    border: 1px solid #dddddd;
}

.mod_mwfmhousereader .mwfm-house-wrapper .mwfm-vacation-rental-container .mwfm-rating .mwfm-review-circle {
    width: 40px;
    height: 40px;
    margin: -26px auto 0 auto;
    line-height: 40px;
}

@media screen and (max-width: 890px) {
    .mod_mwfmhousereader .mwfm-house-wrapper .mwfm-vacation-rental-container .mwfm-rating {
        background: rgba(255, 255, 255, .8);
        border-color: #ffffff;
    }
}

@media screen and (max-width: 599px) {
    .mod_mwfmhousereader .mwfm-house-wrapper {
        padding: 15px;
    }
}

/**********************************************************
 * Orte
 **********************************************************/

.mwfm-places-wrapper .mwfm-place-container {
    padding: 15px;
    background: #ffffff;
    border: 1px solid #dddddd;
}

.mwfm-places-wrapper .mwfm-visitor-tax-information {
    padding: 15px;
    background: #f8f8f8;
}

/**********************************************************
 * Sitemap
 **********************************************************/

.mod_mwfmsitemap {
    margin-bottom: 15px;
}

.mod_mwfmsitemap ul li {
    position: relative;
    padding-left: 15px;
}

.mod_mwfmsitemap ul li:before {
    content: '\f0da';
    position: absolute;
    top: 0;
    left: 0;
    font-family: FontAwesome;
    color: #EE6063;
}

/**********************************************************
 * TOP Unterkünfte
 **********************************************************/

.mod_mwfmtopvacationrentals .mwfm-vacation-rentals-wrapper {
    margin: 0 -15px;
    overflow: hidden;
}

.mod_mwfmtopvacationrentals .mwfm-vacation-rental-wrapper .mwfm-vacation-rental {
    /*border: 1px solid #dddddd;*/
    border: 1px solid #E4E4E4;
    -webkit-box-shadow: 0 2px 1px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 2px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 1px rgba(0, 0, 0, 0.1);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.mod_mwfmtopvacationrentals .mwfm-vacation-rental-wrapper .mwfm-rating {
    border-color: #ffffff;
}

.mod_mwfmtopvacationrentals .mwfm-vacation-rental-wrapper .mwfm-rating .mwfm-review-circle {
    width: 40px;
    height: 40px;
    margin: -26px auto 0 auto;
    line-height: 40px;
}

@media screen and (max-width: 860px) {
    .mod_mwfmtopvacationrentals .mwfm-vacation-rentals-wrapper {
        margin: 0;
    }

    .mod_mwfmtopvacationrentals .mwfm-vacation-rental-wrapper {
        float: none;
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }
}

/**********************************************************
 * Unterkunftsfilter
 **********************************************************/

.mod_mwfmvacationrentalfilter .mwfm-filter-wrapper {
    padding: 0 15px;
}

.mod_mwfmvacationrentalfilter .mwfm-feature {
    border: 1px solid #d3d3d3;
}

.mod_mwfmvacationrentalfilter .mwfm-feature ul:not(.mwfm-disabled):hover,
.mwfm-mobile-filter-modal .mwfm-feature ul:not(.mwfm-disabled):hover {
    background: #f8f8f8;
}

.mod_mwfmvacationrentalfilter .mwfm-filter-result .mwfm-num-rows {
    padding: 5px 15px;
    background: #ebebeb;
}

.mod_mwfmvacationrentalfilter .mwfm-filter-form .mwfm-button.mwfm-button-reset button {
    color: #323232;
}

.mod_mwfmvacationrentalfilter .mwfm-filter-form .mwfm-from-date:after,
.mod_mwfmvacationrentalfilter .mwfm-filter-form .mwfm-to-date:after {
    color: #a9a9a9;
}

.mod_mwfmvacationrentalfilter .mwfm-filter-form .mwfm-price-from,
.mod_mwfmvacationrentalfilter .mwfm-filter-form .mwfm-price-to {
    float: left;
    width: 70px;
    line-height: 30px;
}

.mod_mwfmvacationrentalfilter .mwfm-filter-form .irs .irs-line-left,
.mod_mwfmvacationrentalfilter .mwfm-filter-form .irs .irs-line-right,
.mod_mwfmvacationrentalfilter .mwfm-filter-form .irs .irs-line-mid {
    background: #d3d3d3;
}

.mod_mwfmvacationrentalfilter .mwfm-filter-form .irs .irs-bar {
    background: #ffffff;
    border-bottom: 1px solid #d3d3d3;
    border-top: 1px solid #d3d3d3;
}

.mod_mwfmvacationrentalfilter .mwfm-filter-form .irs .irs-slider {
    background: #ffffff;
    border: 1px solid #d3d3d3;
}

.mod_mwfmvacationrentalfilter .mwfm-filter-form .irs .irs-from,
.mod_mwfmvacationrentalfilter .mwfm-filter-form .irs .irs-to,
.mod_mwfmvacationrentalfilter .mwfm-filter-form .irs .irs-single {
    background: #ffffff;
    border: 1px solid #d3d3d3;
    color: #323232;
}

.mod_mwfmvacationrentalfilter .mwfm-filter-form .irs .irs-from:after,
.mod_mwfmvacationrentalfilter .mwfm-filter-form .irs .irs-to:after,
.mod_mwfmvacationrentalfilter .mwfm-filter-form .irs .irs-single:after {
    border-top-color: #d3d3d3;
}

.mod_mwfmvacationrentalfilter .mwfm-filter-form .mwfm-feature ul.mwfm-disabled {
    color: rgba(50, 50, 50, 0.5);
}

.mod_mwfmvacationrentalfilter .mwfm-filter-form .mwfm-feature ul li span.mwfm-badge {
    padding: 2px 5px;
    border: 1px solid #d3d3d3;
}

/**********************************************************
 * Unterkunftsliste
 **********************************************************/

.mod_mwfmvacationrentallist .mwfm-vacation-rentals-container .mwfm-filter-wrapper {
    background: #ffffff;
    border: 1px solid #dddddd;
}

.mwfm-vacation-rentals-container .mwfm-filter-wrapper .mwfm-filter-form .mwfm-feature,
.mwfm-mobile-filter-modal .mwfm-filter-wrapper .mwfm-filter-form .mwfm-feature {
    border: 1px solid #d3d3d3;
}

.mod_mwfmvacationrentallist .mwfm-vacation-rental-wrapper .mwfm-vacation-rental {
    padding: 8px;
    border: 1px solid #E4E4E4;
    -webkit-box-shadow: 0 2px 1px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 2px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 1px rgba(0, 0, 0, 0.1);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.mwfm-vacation-rental-wrapper .mwfm-new {
    position: absolute;
    top: 10px;
    right: 50px;
    z-index: 1;
    padding: 0;
    margin: 0;
    height: 30px;
    width: 30px;
    text-align: center;
    vertical-align: middle;
    line-height: 30px;
}

.mwfm-vacation-rental-wrapper .mwfm-offer {
    position: absolute;
    top: 15px;
    left: 15px;
    z-index: 1;
    padding: 0;
    margin: 0;
    height: 30px;
    width: 30px;
    text-align: center;
    vertical-align: middle;
    line-height: 30px;

    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-animation: beat 1s ease infinite alternate;
    animation: beat 1s ease infinite alternate;
}

.mwfm-vacation-rental-wrapper .mwfm-new:before,
.mwfm-vacation-rental-wrapper .mwfm-new:after,
.mwfm-vacation-rental-wrapper .mwfm-offer:before,
.mwfm-vacation-rental-wrapper .mwfm-offer:after {
    content: "";
    position: absolute;
    background: inherit;
    height: inherit;
    width: inherit;
    top: 0;
    left: 0;
    z-index: -1;
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg);
}

.mwfm-vacation-rental-wrapper .mwfm-new:after,
.mwfm-vacation-rental-wrapper .mwfm-offer:after {
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
}

@-webkit-keyframes beat {
    from {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    to {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
}

@keyframes beat {
    from {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    to {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
}

.mwfm-vacation-rental-wrapper .mwfm-offer {
    background: #f1a325;
    color: #ffffff;
}

.mwfm-vacation-rental-wrapper .mwfm-new {
    background: #97CB2D;
    color: #ffffff;
}

.mod_mwfmvacationrentallist .mwfm-vacation-rental-wrapper .mwfm-images a.flex-prev,
.mod_mwfmvacationrentallist .mwfm-vacation-rental-wrapper .mwfm-images a.flex-next {
    background: #ffffff;
    border: 2px solid #18425A;
}

.mod_mwfmvacationrentallist .mwfm-vacation-rental-wrapper .mwfm-images .flex-direction-nav a:before {
    color: #18425A;
}

.mod_mwfmvacationrentallist .mwfm-vacation-rental-wrapper .mwfm-information-container {
    padding: 5px;
    background: #f8f8f8;
}

.mod_mwfmvacationrentallist .mwfm-vacation-rental-wrapper .mwfm-rating {
    padding: 5px 15px;
}

.mod_mwfmvacationrentallist .mwfm-vacation-rental-wrapper .mwfm-rating .mwfm-review-circle,
.mwfm-sibling-vacation-rentals .mwfm-rating .mwfm-review-circle {
    width: 40px;
    height: 40px;
    margin: -26px auto 0 auto;
    line-height: 40px;
}

.mod_mwfmvacationrentallist .mwfm-vacation-rental-wrapper .mwfm-information-container ul li,
.mod_mwfmvacationrentallist .mwfm-googlemap-wrapper .mwfm-marker-information ul li,
.mod_mwfmtopvacationrentals .mwfm-vacation-rental-wrapper .mwfm-information-container ul li,
.mwfm-sibling-vacation-rentals .mwfm-information-container ul li {
    position: relative;
    padding-left: 25px;
    margin-left: 15px;
}

.mod_mwfmvacationrentallist .mwfm-googlemap-wrapper .mwfm-marker-information ul li {
    float: none;
    padding-left: 15px;
    margin-left: 0;
}

.mod_mwfmvacationrentallist .mwfm-vacation-rental-wrapper .mwfm-information-container ul li:first-of-type,
.mod_mwfmvacationrentallist .mwfm-googlemap-wrapper .mwfm-marker-information ul li:first-of-type,
.mod_mwfmtopvacationrentals .mwfm-vacation-rental-wrapper .mwfm-information-container ul li:first-of-type,
.mwfm-sibling-vacation-rentals .mwfm-information-container ul li:first-of-type {
    margin-left: 0;
}

.mod_mwfmvacationrentallist .mwfm-vacation-rental-wrapper .mwfm-information-container ul li:before,
.mod_mwfmvacationrentallist .mwfm-googlemap-wrapper .mwfm-marker-information ul li:before,
.mod_mwfmtopvacationrentals .mwfm-vacation-rental-wrapper .mwfm-information-container ul li:before,
.mwfm-sibling-vacation-rentals .mwfm-information-container ul li:before {
    content: '\f00c';
    position: absolute;
    top: -1px;
    left: 0;
    font-family: FontAwesome;
    color: #929292;
}

.mod_mwfmvacationrentallist .mwfm-googlemap-wrapper .mwfm-marker-information ul li:before {
    top: 3px;
}

.mod_mwfmvacationrentallist .mwfm-vacation-rental-wrapper .mwfm-information-container ul li:after,
.mod_mwfmvacationrentallist .mwfm-googlemap-wrapper .mwfm-marker-information ul li:after,
.mod_mwfmtopvacationrentals .mwfm-vacation-rental-wrapper .mwfm-information-container ul li:after,
.mwfm-sibling-vacation-rentals .mwfm-information-container ul li:after {
    display: none;
}

.mod_mwfmvacationrentallist .mwfm-vacation-rental-wrapper .mwfm-button-reader {
    position: relative;
    padding: 0 30px 0 15px;
    font-size: 1rem;
}

.mod_mwfmvacationrentallist .mwfm-vacation-rental-wrapper .mwfm-button-reader:before {
    content: '\f101';
    position: absolute;
    top: 0;
    right: 10px;
    font-family: FontAwesome;
}

.mod_mwfmvacationrentallist .mod_mwfmvacationrentallist .mwfm-filter-form .mwfm-feature ul li span.mwfm-badge,
.mod_mwfmvacationrentallist .mwfm-mobile-filter-modal .mwfm-filter-form .mwfm-feature ul li span.mwfm-badge {
    padding: 2px 5px;
    border: 1px solid #d3d3d3;
}

.mod_mwfmvacationrentallist .mwfm-vacation-rentals-googlemap-wrapper .mwfm-filter-wrapper .mwfm-feature ul:hover {
    background: #f8f8f8;
}

.mod_mwfmvacationrentallist .mwfm-vacation-rentals-googlemap-wrapper .mwfm-filter-wrapper .mwfm-filter-form .mwfm-toggle-features {
    padding: 6px 30px 6px 10px;
    border: 1px solid #dddddd;
    color: #323232;
}

.mwfm-mobile-filter-modal .mwfm-filter-wrapper .mwfm-filter-form .mwfm-from-date:after,
.mwfm-mobile-filter-modal .mwfm-filter-wrapper .mwfm-filter-form .mwfm-to-date:after {
    color: #a9a9a9;
}

.mwfm-mobile-filter-modal .mwfm-filter-wrapper .mwfm-filter-form .mwfm-toggle-features {
    padding: 0 30px 0 10px;
    border: 1px solid #dddddd;
    color: #323232;
}

.mwfm-vacation-rentals-googlemap-wrapper .mwfm-marker-window {
    background: #ffffff;
}

.mwfm-vacation-rentals-googlemap-wrapper .mwfm-marker-close {
    padding: 0;
    background: rgba(255, 255, 255, 0.8);
}

.mwfm-vacation-rentals-googlemap-wrapper .mwfm-marker-close:before,
.mwfm-vacation-rentals-googlemap-wrapper .mwfm-marker-close:after {
    background: #ffffff;
}

.mwfm-vacation-rentals-googlemap-wrapper .mwfm-marker-title {
    padding: 5px 30px 5px 5px;
    background: rgba(255, 255, 255, 0.8);
}

.mwfm-vacation-rentals-googlemap-wrapper .mwfm-marker-information {
    padding: 5px;
    background: #f8f8f8;
}

.mwfm-vacation-rentals-googlemap-wrapper .mwfm-marker-details a {
    color: #ffffff;
}

.mwfm-vacation-rentals-googlemap-wrapper .mwfm-marker-close:before,
.mwfm-vacation-rentals-googlemap-wrapper .mwfm-marker-close:after {
    background: #18425A;
}

.mwfm-vacation-rentals-googlemap-wrapper .mwfm-marker-close:hover:before,
.mwfm-vacation-rentals-googlemap-wrapper .mwfm-marker-close:hover:after {
    background: #EC575A;
}

.mwfm-vacation-rentals-googlemap-wrapper .mwfm-marker-title {
    color: #18425A;
}

.mwfm-vacation-rentals-googlemap-wrapper .mwfm-marker-details a {
    background: #EC575A;
    color: #ffffff;
    font-size: .9rem;
}

.mwfm-vacation-rentals-googlemap-wrapper .mwfm-marker-details a:hover {
    background: #57524F;
}

.mwfm-vacation-rentals-googlemap-wrapper .mwfm-vacation-rentals-wrapper .mwfm-vacation-rental-wrapper.mwfm-active .mwfm-vacation-rental {
    background: #f8f8f8;
}

.mwfm-mobile-filter-modal .mwcc-modal-window-close:before,
.mwfm-mobile-filter-modal .mwcc-modal-window-close:after {
    background: #18425A;
}

@media screen and (max-width: 1160px) {
    .mod_mwfmvacationrentallist .mwfm-vacation-rental-wrapper .mwfm-rating {
        border-color: #ffffff;
    }
}

@media screen and (max-width: 767px) {
    .mwfm-mobile-filter-modal .mod_mwfmvacationrentalfilter .mwfm-filter-wrapper {
        padding: 0;
        border: 0;
    }
}

@media screen and (max-width: 599px) {
    .mwfm-vacation-rentals-googlemap-wrapper .mwfm-vacation-rental-wrapper .mwfm-rating {
        background: rgba(255, 255, 255, .8);
    }

    .mwfm-house-wrapper .mwfm-vacation-rental-container .mwfm-information-container ul li,
    .mod_mwfmvacationrentallist .mwfm-vacation-rental-wrapper .mwfm-information-container ul li,
    .mod_mwfmtopvacationrentals .mwfm-vacation-rental-wrapper .mwfm-information-container ul li {
        float: none;
        margin-left: 0;
    }
}

@media screen and (max-height: 480px) {
    .mwfm-mobile-filter-modal .mwcc-modal-window-inner-container {
        /* Mindesthöhe setzen, um bei Geräten mit kleinem ViewportHeight
           den Datepicker vollständig anzuzeigen */
        min-height: 510px;
    }
}

/**********************************************************
 * Angebote
 **********************************************************/

.mwfm-offers-wrapper .mwfm-offer {
    padding: 15px;
    background: #ffffff;
    border: 1px solid #dddddd;
}

.mwfm-offers-wrapper .mwfm-information-item {
    padding: 5px 0;
    background: #f8f8f8;
}

.mwfm-offers-wrapper .mwfm-information-item-label,
.mwfm-offers-wrapper .mwfm-information-item-value {
    padding: 0 15px;
}

.mwfm-offers-wrapper .mwfm-button-list {
    display: inline-block;
    height: 34px;
    padding: 0 15px 0 30px;
    background: #18425A;
    border: 2px solid #18425A;
    -webkit-border-radius: 2px 2px 2px 2px;
    border-radius: 2px 2px 2px 2px;
    color: #ffffff;
    line-height: 32px;
    text-decoration: none;
    outline: none;
}

.mwfm-offers-wrapper .mwfm-button-list:hover {
    background: #ffffff;
    border: 2px solid #18425A;
    color: #18425A;
}

.mwfm-offers-wrapper .mwfm-button-list:before {
    content: '\f100';
    position: absolute;
    top: 0;
    left: 10px;
    font-family: FontAwesome;
}

.mod_mwfmvacationrentalofferreader .mwfm-vacation-rental-wrapper .mwfm-vacation-rental {
    border: 1px solid #dddddd;
}

.mod_mwfmvacationrentalofferreader .mwfm-vacation-rental-wrapper .mwfm-rating {
    padding: 5px 15px;
    border: 1px solid #dddddd;
}

.mod_mwfmvacationrentalofferreader .mwfm-vacation-rental-wrapper .mwfm-rating .mwfm-review-circle {
    width: 40px;
    height: 40px;
    margin: -26px auto 0 auto;
    line-height: 40px;
}

.mod_mwfmvacationrentalofferreader .mwfm-vacation-rental-wrapper .mwfm-information-container {
    padding: 5px;
    background: #f8f8f8;
}

.mod_mwfmvacationrentalofferreader .mwfm-vacation-rental-wrapper .mwfm-button-reader {
    color: #ffffff;
}

.mod_mwfmvacationrentalofferreader .mwfm-vacation-rental-wrapper .mwfm-button-reader:hover {
    color: #18425A;
}

@media screen and (max-width: 1160px) {
    .mod_mwfmvacationrentalofferreader .mwfm-vacation-rental-wrapper .mwfm-rating {
        background: rgba(255, 255, 255, 0.8);
        border-color: #ffffff;
    }
}

/**********************************************************
 * Quickfilter (Startseite)
 **********************************************************/

.mod_mwfmvacationrentalquickfilter {
    position: absolute;
    bottom: 66px;
    left: 0;
    right: 0;
    width: 100%;
    max-width: 1137px;
    margin: 0 auto;
}

.mod_mwfmvacationrentalquickfilter .mwfm-filter-wrapper {
    padding: 10px;
    background: rgba(255, 255, 255, 0.67);
    -webkit-box-shadow: 0px 0px 10px -2px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 10px -2px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 10px -2px rgba(0, 0, 0, 0.75);
}

.mod_mwfmvacationrentalquickfilter .mwfm-filter-result .mwfm-num-rows {
    padding: 5px 15px;
    background: #EBEBEB;
}

.mod_mwfmvacationrentalquickfilter .mwfm-filter-form .mwfm-from-date:after,
.mod_mwfmvacationrentalquickfilter .mwfm-filter-form .mwfm-to-date:after,
.mod_mwfmvacationrentalquickfilter .mwfm-filter-form .mwfm-persons:after,
.mod_mwfmvacationrentalquickfilter .mwfm-filter-form .mwfm-places:after {
    color: #a9a9a9;
}

.mod_mwfmvacationrentalquickfilter button {
    position: relative;
    color: #ffffff;
}

.mod_mwfmvacationrentalquickfilter .mwfm-filter-form .mwfm-button.mwfm-button-reset button {
    color: #323232;
}

.mod_mwfmvacationrentalquickfilter button.mwfm-submit:after {
    content: '\f002';
    position: absolute;
    top: -1px;
    right: 15px;
    font-family: FontAwesome;
}

@media screen and (max-width: 1300px) {
    .mod_mwfmvacationrentalquickfilter {
        padding-left: 50px;
        padding-right: 50px;
    }
}

@media screen and (max-width: 800px) {
    .mod_mwfmvacationrentalquickfilter {
        position: relative;
        left: auto;
        margin: 0 auto;
    }

    .mod_mwfmvacationrentalquickfilter .mwfm-filter-wrapper {
        background: rgba(158, 202, 225, .8);
    }
}

@media screen and (max-width: 599px) {
    .mod_mwfmvacationrentalquickfilter {
        padding-left: 15px;
        padding-right: 15px;
    }
}

/**********************************************************
 * Gesamtbewertungen (Snippet)
 **********************************************************/

.mod_mwfmtotalrating {
}

.mwfm-review-summary.mwfm-template-default,
.mwfm-review-summary.mwfm-template-circle,
.mwfm-review-summary.mwfm-template-stars {
    width: 425px;
    margin: 0 auto;
}

.mwfm-review-summary h3 a {
    color: inherit;
    text-decoration: none;
}

.mwfm-review-summary.mwfm-template-circle .mwfm-review-circle {
    top: 0;
    width: 75px;
    height: 75px;
    line-height: 75px;
    text-align: center;
    font-size: 1.8rem;
}

.mwfm-review-summary.mwfm-template-default .mwfm-review-value a {
    position: relative;
    display: block;
    width: 75px;
    height: 75px;
    background: #52c352;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: #ffffff;
    line-height: 75px;
    text-align: center;
    font-size: 1.8rem;
    text-decoration: none;
}

.mwfm-review-summary.mwfm-template-default .mwfm-review-value a:after {
    content: '';
    position: absolute;
    top: 2px;
    left: 2px;
    width: calc(100% - 4px);
    height: 50%;
    background: linear-gradient(rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0.1));
}

.mwfm-review-summary.mwfm-template-stars .mwfm-review-value {
    position: static;
    margin-left: 10px;
    font-size: 1rem;
    line-height: 1.8;
}

#footer .mod_mwfmtotalrating {
    margin-top: 15px;
}

#footer .mod_mwfmtotalrating a {
    text-decoration: none;
}

#footer .mwfm-review-summary.mwfm-template-default,
#footer .mwfm-review-summary.mwfm-template-circle,
#footer .mwfm-review-summary.mwfm-template-stars {
    width: auto;
}

#footer .mwfm-review-summary h3 {
    margin: 0;
}

#footer .mwfm-review-summary.mwfm-template-default,
#footer .mwfm-review-summary.mwfm-template-circle,
#footer .mwfm-review-summary.mwfm-template-stars {
    margin-left: 0;
}

#footer .mwfm-review-summary:not(.mwfm-template-stars) .mwfm-review-description {
    margin-left: 90px;
}

#footer .mwfm-review-summary .mwfm-review-value {
    position: absolute;
}

#footer .mwfm-review-summary.mwfm-template-stars .mwfm-review-value {
    position: static;
}

#footer .mwfm-review-summary.mwfm-template-stars .mwfm-review-description {
    margin-right: 0;
}

#footer .mwfm-review-summary.mwfm-template-circle .mwfm-review-circle {
    color: #323232;
}

@media screen and (max-width: 767px) {
    #footer .mwfm-review-summary.mwfm-template-default .mwfm-review-value a {
        width: 70px;
        height: 70px;
        line-height: 70px;
    }
}

@media screen and (max-width: 599px) {
    #footer .mwfm-review-summary.mwfm-template-default,
    #footer .mwfm-review-summary.mwfm-template-circle,
    #footer .mwfm-review-summary.mwfm-template-stars {
        width: auto;
    }
}

@media screen and (min-width: 767px) {
    #footer .mod_mwfmtotalrating {
        width: 33.333333%;
        float: right;
    }

    #footer .mwfm-review-summary:not(.mwfm-template-stars) .mwfm-review-description {
        margin-left: auto;
        margin-right: 90px;
    }

    #footer .mwfm-review-summary .mwfm-review-description {
        text-align: right;
    }

    #footer .mwfm-review-summary .mwfm-review-value {
        left: auto;
        right: 0;
    }
}

/**********************************************************
 * Bewertungen
 **********************************************************/

.mwfm-rating-filter-form {
    padding: 15px;
    background: #F9F2E5;
    border: 1px solid #C3B492;
    color: #736746;
}

.mwfm-rating-wrapper .mwfm-rating-comment {
    padding: 15px;
    background: #ffffff;
    border: 1px solid #dddddd;
}

.mwfm-rating-wrapper .mwfm-rating-comment .mwfm-review-circle {
    width: 60px;
    height: 60px;
    margin: 0 auto;
    background: #f8f8f8;
    line-height: 60px;
}

.mwfm-rating-wrapper .mwfm-rating-comment .mwfm-author-item a {
    color: #323232;
}

.mwfm-rating-wrapper .mwfm-rating-comment .mwfm-rating-value-container {
    padding-left: 15px;
    padding-right: 15px;
    border-left: 1px solid #dddddd;
}

.mwfm-rating-wrapper .mwfm-comment {
    color: #5e5e5e;
}

.mwfm-rating-wrapper .mwfm-rating-comment .mwfm-author {
    padding: 0 0 5px 0;
    border-bottom: 1px solid #dddddd;
}

.mwfm-rating-wrapper .mwfm-owner-comment {
    padding-top: 15px;
    border-top: 1px solid #dddddd;
}

.mwfm-rating-wrapper .mwfm-rating-comment .mwfm-comment-container {
    padding-left: 15px;
    border-left: 1px solid #dddddd;
}

@media screen and (max-width: 768px) {
    .mwfm-rating-wrapper .mwfm-rating-comment .mwfm-comment-container {
        padding-top: 5px;
        padding-left: 0;
        border-top: 1px solid #dddddd;
        border-left: 0;
    }
}

/**********************************************************
 * Bewertungsformular
 **********************************************************/

.mwfm-comment-form .mwfm-rating-stars .mwfm-rating-item {
    padding: 5px 15px;
    background: #f8f8f8;
}

.mwfm-comment-form .mwfm-rating-stars .mwfm-rating-value-container .mwfm-review-circle {
    width: 75px;
    height: 75px;
    margin: 0 auto 15px auto;
    line-height: 75px;
}

.mwfm-comment-form .mwfm-rating-stars .mwfm-rating-item-value ul li.mwfm-active:after {
    color: #fd7000;
}

.mwfm-comment-form .mwfm-rating-stars .mwfm-rating-item-value ul li.mwfm-active:before {
    color: #df7312;
}

.mwfm-comment-form .mwfm-form-container {
    padding: 15px;
    background: #ffffff;
    border: 1px solid #dddddd;
}

/**********************************************************
 * Unterkunftsleser
 **********************************************************/

.mod_mwfmvacationrentalreader .mwfm-vacation-rental {
    /*padding: 30px;*/
    /*border: 1px solid #dddddd;*/
    padding: 15px;
    background-color: #fff;
    box-shadow: 0 2px 1px rgba(0, 0, 0, 0.1);
}

.mod_mwfmvacationrentalreader h1 {
    margin-top: 0;
}

.mod_mwfmvacationrentalreader .mwfm-quick-booking {
    /*padding: 15px;*/
    /*background: #ffffff;*/
    /*border: 1px solid #dddddd;*/

    padding: 15px;
    background-color: #fff;
    box-shadow: 0 2px 1px rgba(0, 0, 0, 0.1);
}

.mod_mwfmvacationrentalreader .mwfm-quick-booking .mwfm-booking-wrapper {
    padding: 15px;
    background: #f8f8f8;
}

.mod_mwfmvacationrentalreader .mwfm-quick-booking .mwfm-booking-request {
    height: 34px;
    padding: 0 15px;
    background: #ffffff;
    border: 1px solid #CCCCCC;
    color: #3B3532;
    line-height: 32px;
}

.mod_mwfmvacationrentalreader .mwfm-quick-booking .mwfm-booking-request:hover {
    background: #47403A;
    border-color: #47403A;
    color: #ffffff;
}

.mwfm-quick-booking .mwfm-persons-value {
    width: 100%;
    height: 34px;
    padding: 0 8px;
    background: #ffffff;
    border: 1px solid #d3d3d3;
    font-size: 0.9rem;
    line-height: 32px;
}

.mwfm-quick-booking .mwfm-persons-value:after {
    color: #3F7DAB;
}

.mwfm-quick-booking .mwfm-persons-selector {
    padding: 15px;
    background: #ffffff;
    border: 1px solid #dddddd;
}

.mwfm-quick-booking .mwfm-persons-selector:before {
    border-color: rgba(204, 204, 204, 0);
    border-bottom-color: #cccccc;
}

.mwfm-quick-booking .mwfm-persons-selector:after {
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #fff;
}

.mwfm-quick-booking .mwfm-form-group.mwfm-persons a {
    width: 35px;
    height: 34px;
    border: 1px solid #dddddd;
    color: #427DA9;
    line-height: 32px;
}

.mwfm-quick-booking .mwfm-form-group.mwfm-persons a:not(.mwfm-disabled):hover {
    background: #427DA9;
    color: #ffffff;
}

.mwfm-quick-booking .mwfm-form-group.mwfm-persons a.mwfm-disabled {
    cursor: default;
}

.mwfm-quick-booking .mwfm-form-group.mwfm-persons .mwfm-input-group input {
    padding: 4px 8px;
    border: 1px solid #dddddd;
}

.mwfm-quick-booking .mwfm-persons-selector .mwfm-buttons a {
    color: #427DA9;
}

.mwfm-quick-booking .mwfm-persons-selector .mwfm-buttons a:hover {
    color: rgba(48, 85, 107, .8);
}

.mod_mwfmvacationrentalreader .mwfm-quick-booking .mwfm-datepicker-wrapper {
    background: #ffffff;
    border: 1px solid #cccccc;
}

.mod_mwfmvacationrentalreader .mwfm-quick-booking .mwfm-datepicker-wrapper:after {
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #ffffff;
}

.mod_mwfmvacationrentalreader .mwfm-quick-booking .mwfm-datepicker-wrapper:before {
    border-color: rgba(204, 204, 204, 0);
    border-bottom-color: #cccccc;
}

.mod_mwfmvacationrentalreader .mwfm-quick-booking .mwfm-from-date input.mwfm-focus,
.mod_mwfmvacationrentalreader .mwfm-quick-booking .mwfm-to-date input.mwfm-focus {
    border: 1px solid #30556B;
}

.mod_mwfmvacationrentalreader .mwfm-quick-booking .mwfm-from-date:after,
.mod_mwfmvacationrentalreader .mwfm-quick-booking .mwfm-to-date:after {
    color: #3F7DAB;
}

.mod_mwfmvacationrentalreader .mwfm-quick-booking .mwfm-from-date input.mwfm-focus,
.mod_mwfmvacationrentalreader .mwfm-quick-booking .mwfm-to-date input.mwfm-focus {

}

.mod_mwfmvacationrentalreader .mwfm-quick-booking .mwfm-book-now {
    background: #F3595A;
    color: #ffffff;
}

.mod_mwfmvacationrentalreader .mwfm-quick-booking .mwfm-book-now:hover {
    background: #47403A;
}

.mod_mwfmvacationrentalreader .mwfm-images {
    padding-bottom: 30px;
    border-bottom: 1px solid #dddddd;
}

.mod_mwfmvacationrentalreader .mwfm-images a.flex-prev,
.mod_mwfmvacationrentalreader .mwfm-images a.flex-next {
    background: rgba(255, 255, 255, 0.8);
}

.mod_mwfmvacationrentalreader .mwfm-images .flex-direction-nav a {
    background: rgba(255, 255, 255, .8);
}

.mod_mwfmvacationrentalreader .mwfm-images .flex-direction-nav a:before {
}

.mod_mwfmvacationrentalreader .mwfm-images .mwfm-gallery-thumbs a.flex-prev:before,
.mod_mwfmvacationrentalreader .mwfm-images .mwfm-gallery-thumbs a.flex-next:before {
    line-height: 33px;
}

.mod_mwfmvacationrentalreader .mwfm-navigation {
    padding-bottom: 10px;
    border-bottom: 1px solid #dddddd;
}

.mod_mwfmvacationrentalreader .mwfm-navigation.mwfm-fixed {
    padding: 0;
    background: #ffffff;
    border-left: 1px solid #dddddd;
    border-right: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
}

.mod_mwfmvacationrentalreader .mwfm-navigation:not(.mwfm-fixed) a {
    background: #2E6084;
    color: #ffffff;
}

.mod_mwfmvacationrentalreader .mwfm-navigation:not(.mwfm-fixed) a:hover {
    background: rgba(46, 96, 132, .8);
}

.mod_mwfmvacationrentalreader .mwfm-navigation.mwfm-fixed a {
    color: #2E6084;
}

.mod_mwfmvacationrentalreader .mwfm-navigation.mwfm-fixed a:hover {
    background: #f0f9ff;
}

.mod_mwfmvacationrentalreader .mwfm-vacation-rental .mwfm-wishlist {
    position: relative;
    width: 30px;
    height: 30px;
    margin: 0 auto 15px auto;
    text-align: center;
}

.mod_mwfmvacationrentalreader .mwfm-vacation-rental .mwfm-wishlist:before {
    left: 0;
}

.mod_mwfmvacationrentalreader .mwfm-vacation-rental .mwfm-overview {
    padding: 30px 0;
    border-bottom: 1px solid #dddddd;
}

.mod_mwfmvacationrentalreader .mwfm-overview .mwfm-information-item {
    padding-bottom: 10px;
    border-bottom: 1px solid #dddddd;
}

.mod_mwfmvacationrentalreader .mwfm-overview .mwfm-information-item,
.mod_mwfmvacationrentalreader .mwfm-overview .mwfm-information-item a {
    color: #5e5e5e;
}

.mod_mwfmvacationrentalreader .mwfm-overview .mwfm-description-text,
.mod_mwfmvacationrentalreader-rental .mwfm-overview .mwfm-description-text a {
    color: #5e5e5e;
}

.mod_mwfmvacationrentalreader .mwfm-overview .mwfm-description {
    padding-top: 30px;
    border-bottom: 1px solid #dddddd;
}

.mod_mwfmvacationrentalreader .mwfm-overview .mwfm-groundplan-images {
    padding-top: 30px;
}

.mod_mwfmvacationrentalreader .mwfm-overview .mwfm-googlemaps {
    padding-top: 30px;
}

.mod_mwfmvacationrentalreader .mwfm-features {
    padding-bottom: 30px;
    border-bottom: 1px solid #dddddd;
}

.mod_mwfmvacationrentalreader .mwfm-feature {
    padding: 15px;
    background: #ffffff;
    border: 1px solid #dddddd;
}

.mod_mwfmvacationrentalreader .mwfm-feature.mwfm-with-shadow:after {
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, .02) 100%);
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, .02) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, .02) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#dddddd', GradientType=0);
}

.mod_mwfmvacationrentalreader .mwfm-feature.mwfm-copied {
    -webkit-box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.1);
    box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.1);
}

.mod_mwfmvacationrentalreader .mwfm-feature .mwfm-feature-title {
    color: #3B3532;
}

.mod_mwfmvacationrentalreader .mwfm-feature-element {
    color: #5e5e5e;
}

.mod_mwfmvacationrentalreader .mwfm-places {
    padding-bottom: 30px;
    border-bottom: 1px solid #dddddd;
}

.mod_mwfmvacationrentalreader .mwfm-places .mwfm-place-list {
    padding-bottom: 10px;
    border-bottom: 1px solid #dddddd;
}

.mod_mwfmvacationrentalreader .mwfm-places .mwfm-place-value,
.mod_mwfmvacationrentalreader .mwfm-places .mwfm-place-value a {
    color: #5e5e5e;
}

.mod_mwfmvacationrentalreader .mwfm-seasons {
    padding-bottom: 30px;
    border-bottom: 1px solid #dddddd;
}

.mod_mwfmvacationrentalreader .mwfm-seasons-body {
    padding-bottom: 5px;
    border-color: #dddddd;
}

.mod_mwfmvacationrentalreader .mwfm-seasons .mwfm-season-title,
.mod_mwfmvacationrentalreader .mwfm-seasons .mwfm-season-minovernight-stay,
.mod_mwfmvacationrentalreader .mwfm-seasons .mwfm-season-price,
.mod_mwfmvacationrentalreader .mwfm-seasons .mwfm-season-finalcleaning,
.mod_mwfmvacationrentalreader .mwfm-seasons .mwfm-season-title a,
.mod_mwfmvacationrentalreader .mwfm-seasons .mwfm-season-minovernight-stay a,
.mod_mwfmvacationrentalreader .mwfm-seasons .mwfm-season-price a,
.mod_mwfmvacationrentalreader .mwfm-seasons .mwfm-season-finalcleaning a {
    color: #5e5e5e;
}

.mod_mwfmvacationrentalreader .mwfm-seasons .mwfm-seasons-header .mwfm-season-title,
.mod_mwfmvacationrentalreader .mwfm-seasons .mwfm-seasons-header .mwfm-season-minovernight-stay,
.mod_mwfmvacationrentalreader .mwfm-seasons .mwfm-seasons-header .mwfm-season-price,
.mod_mwfmvacationrentalreader .mwfm-seasons .mwfm-seasons-header .mwfm-season-finalcleaning {
    color: #3B3532;
}

.mod_mwfmvacationrentalreader .mwfm-security-deposit {
    color: #5e5e5e;
}

.mod_mwfmvacationrentalreader .mwfm-offers {
    padding-bottom: 30px;
    border-bottom: 1px solid #dddddd;
}

.mod_mwfmvacationrentalreader .mwfm-offers .mwfm-offer-title,
.mod_mwfmvacationrentalreader .mwfm-offers .mwfm-offer-offer,
.mod_mwfmvacationrentalreader .mwfm-offers .mwfm-offer-description,
.mod_mwfmvacationrentalreader .mwfm-offers .mwfm-offer-title a,
.mod_mwfmvacationrentalreader .mwfm-offers .mwfm-offer-offer a,
.mod_mwfmvacationrentalreader .mwfm-offers .mwfm-offer-description a {
    color: #5e5e5e;
}

.mod_mwfmvacationrentalreader .mwfm-offers .mwfm-offers-header .mwfm-offer-title,
.mod_mwfmvacationrentalreader .mwfm-offers .mwfm-offers-header .mwfm-offer-offer,
.mod_mwfmvacationrentalreader .mwfm-offers .mwfm-offers-header .mwfm-offer-description {
    color: #3B3532;
}

.mod_mwfmvacationrentalreader .mwfm-services {
    padding-bottom: 30px;
    border-bottom: 1px solid #dddddd;
}

.mod_mwfmvacationrentalreader .mwfm-services-container .mwfm-service-title,
.mod_mwfmvacationrentalreader .mwfm-services-container .mwfm-service-price,
.mod_mwfmvacationrentalreader .mwfm-services-container .mwfm-service-title a,
.mod_mwfmvacationrentalreader .mwfm-services-container .mwfm-servicer-price a {
    color: #5e5e5e;
}

.mod_mwfmvacationrentalreader .mwfm-services-container .mwfm-services-header .mwfm-service-title,
.mod_mwfmvacationrentalreader .mwfm-services-container .mwfm-services-header .mwfm-service-price {
    color: #3B3532;
}

.mod_mwfmvacationrentalreader .mwfm-services-body {
    padding-bottom: 5px;
    border-bottom: 1px solid #dddddd;
}

.mod_mwfmvacationrentalreader .mwfm-price-description {
    padding-bottom: 30px;
    border-bottom: 1px solid #dddddd;
}

.mod_mwfmvacationrentalreader .mwfm-calendar {
    padding-bottom: 30px;
    border-bottom: 1px solid #dddddd;
}

.mod_mwfmvacationrentalreader .mwfm-calendar-wrapper .mwfm-calendar-month > .mwfm-calendar-head {
    color: #5e5e5e;
}

.mod_mwfmvacationrentalreader .mwfm-calendar-wrapper .mwfm-calendar-day-names .mwfm-calendar-day-name {
    color: #5e5e5e;
}

.mod_mwfmvacationrentalreader .mwfm-calendar-wrapper .mwfm-calendar-days .mwfm-calendar-day span,
.mod_mwfmvacationrentalreader .mwfm-calendar-wrapper .mwfm-calendar-days .mwfm-calendar-day a {
    color: #5e5e5e;
}

.mod_mwfmvacationrentalreader .mwfm-calendar-wrapper .mwfm-calendar-days .mwfm-calendar-day.mwfm-disabled:hover a,
.mod_mwfmvacationrentalreader .mwfm-calendar-wrapper .mwfm-calendar-days .mwfm-calendar-day.mwfm-disabled:hover span {
    color: #5e5e5e !important;
}

.mwfm-calendar-wrapper .mwfm-calendar-month {
    padding: 10px 15px;
    border: 1px solid #EBEBEB;
}

.mod_mwfmvacationrentalreader .mwfm-ratings {
    padding-bottom: 30px;
    border-bottom: 1px solid #dddddd;
}

.mod_mwfmvacationrentalreader .mwfm-ratings .mwfm-rating-average .mwfm-total-ratings {
    color: #bbbbbb;
}

.mod_mwfmvacationrentalreader .mwfm-ratings .mwfm-rating-values {
    color: #5e5e5e;
}

.mod_mwfmvacationrentalreader .mwfm-ratings .mwfm-rating-values .mwfm-rating-item.mwfm-odd {
    background: #f8f8f8;
}

.mod_mwfmvacationrentalreader .mwfm-ratings .mwfm-rating-comment .mwfm-author {
    padding: 0 0 5px 0;
    border-bottom: 1px solid #dddddd;
}

.mod_mwfmvacationrentalreader .mwfm-ratings .mwfm-rating-comment .mwfm-review-circle {
    width: 60px;
    height: 60px;
    margin: 0 auto;
    line-height: 60px;
}

.mod_mwfmvacationrentalreader .mwfm-ratings .mwfm-rating-stars .mwfm-rating-value-container .mwfm-review-circle {
    width: 75px;
    height: 75px;
    margin: 0 auto 15px auto;
    line-height: 75px;
}

.mod_mwfmvacationrentalreader .mwfm-ratings .mwfm-comments .mwfm-comment {
    color: #5e5e5e;
}

.mod_mwfmvacationrentalreader .mwfm-ratings .mwfm-rating-comment.mwfm-odd {
    background: #f8f8f8;
}

.mod_mwfmvacationrentalreader .mwfm-ratings .mwfm-comments .mwfm-owner-comment {
    padding-top: 15px;
    margin-top: 5px;
    border-top: 1px solid #dddddd;
}

.mod_mwfmvacationrentalreader .mwfm-ratings .mwfm-comment-form {
    padding-top: 30px;
    margin-top: 30px;
    border-top: 1px solid #dddddd;
}

.mod_mwfmvacationrentalreader .mwfm-ratings .mwfm-rating-stars .mwfm-rating-item {
    padding: 5px 15px;
    background: #f8f8f8;
}

.mod_mwfmvacationrentalreader .mwfm-ratings .mwfm-rating-stars .mwfm-rating-item-value ul li.mwfm-active:after {
    color: #fd7000;
}

.mod_mwfmvacationrentalreader .mwfm-ratings .mwfm-comment-form-container {
    padding: 15px;
    background: #f8f8f8;
}

.mod_mwfmvacationrentalreader .mwfm-vacation-rental-container {
}

.mod_mwfmvacationrentalreader .mwfm-vacation-rental-container .mwfm-information-container {
    background: #f8f8f8;
}

.mod_mwfmvacationrentalreader .mwfm-vacation-rental-container .mwfm-information .mwfm-button-reader {
}

.mod_mwfmvacationrentalreader .mwfm-vacation-rental-container .mwfm-information .mwfm-button-reader:hover {
}

.mwfm-request-form-wrapper .mwfm-from-date:after,
.mwfm-request-form-wrapper .mwfm-to-date:after {
    color: #a9a9a9;
}

.mwfm-request-form-wrapper .mwfm-person-ages-wrapper {
    adding: 15px 0 0 0;
    border-top: 1px solid #dddddd;
}

.mwfm-request-form-wrapper .mwfm-services-wrapper {
}

.mwfm-request-form-wrapper .mwfm-services-wrapper .mwfm-service-item {
    padding: 5px;
    background: #f8f8f8;
}

.mwfm-request-form-wrapper .mwfm-from-date input.mwfm-focus,
.mwfm-request-form-wrapper .mwfm-to-date input.mwfm-focus {
    border: 1px solid #30556B;
}

.mwfm-request-form-wrapper .mwfm-datepicker-wrapper {
    border: 1px solid #cccccc;
}

.mwfm-request-form-wrapper .mwfm-datepicker-wrapper:before {
    border-color: rgba(204, 204, 204, 0);
    border-bottom-color: #cccccc;
}

.mwfm-request-form-wrapper .mwfm-datepicker-wrapper:after {
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #ffffff;
}

.mwfm-request-form-wrapper .mwfm-prices-wrapper {
    padding: 15px;
    background: #F9F2E5;
    border: 1px solid #C3B492;
    color: #736746;
}

.mwfm-request-form-wrapper .mwfm-prices-wrapper .mwfm-prices-body.mwfm-prices-total {
    background: #e6d1aa;
}

.mwfm-request-form-wrapper .mwfm-form-wrapper {
    padding: 15px;
    background: #EDF2F7;
    border: 1px solid #A6C2D2;
    color: #48616f;
}

.mod_mwfmvacationrentalreader [data-mwfm-mobile-wrapper="book-now"] button {
    background: #EC575A;
    color: #ffffff;
}

.mod_mwfmvacationrentalreader [data-mwfm-mobile-wrapper="book-now"] button:hover {
    background: #47403A;
}

.mwfm-quick-booking .mwfm-prices-wrapper {
    background: #F9F2E5;
    border: 1px solid #C3B492;
    color: #736746;
}

.mwfm-quick-booking .mwfm-prices-wrapper .mwfm-prices-body.mwfm-prices-total {
    background: #e6d1aa;
}

.mwfm-mobile-booking-modal .mwfm-quick-booking .mwfm-booking-wrapper {
    padding: 15px;
    background: #f8f8f8;
}

.mwfm-mobile-booking-modal .mwfm-quick-booking .mwfm-booking-request {
    height: 34px;
    border: 1px solid #DDDDDD;
    background: #ffffff;
    color: #3B3532;
    line-height: 32px;
}

.mwfm-mobile-booking-modal .mwfm-quick-booking .mwfm-booking-request:hover {
    background: #47403A;
    border-color: #47403A;
    color: #ffffff;
}

.mwfm-mobile-booking-modal .mwfm-quick-booking .mwfm-form-dates.mwfm-active .mwfm-close {
}

.mwfm-mobile-booking-modal .mwfm-quick-booking .mwfm-form-dates.mwfm-active .mwfm-close:before,
.mwfm-mobile-booking-modal .mwfm-quick-booking .mwfm-form-dates.mwfm-active .mwfm-close:after {
    background: #323232;
}

.mwfm-mobile-booking-modal .mwfm-quick-booking .mwfm-form-dates.mwfm-active .mwfm-close:hover:before,
.mwfm-mobile-booking-modal .mwfm-quick-booking .mwfm-form-dates.mwfm-active .mwfm-close:hover:after {
    background: #FD7000;
}

.mwfm-mobile-booking-modal .mwfm-quick-booking .mwfm-from-date:after,
.mwfm-mobile-booking-modal .mwfm-quick-booking .mwfm-to-date:after {
    color: #a9a9a9;
}

.mwfm-mobile-booking-modal .mwfm-quick-booking .mwfm-from-date input.mwfm-focus,
.mwfm-mobile-booking-modal .mwfm-quick-booking .mwfm-to-date input.mwfm-focus {
    border: 1px solid #30556B;
}

.mwfm-mobile-booking-modal .mwfm-quick-booking .mwfm-form-dates.mwfm-active {
    background: #ffffff;
}

.mwfm-mobile-booking-modal .mwfm-quick-booking .mwfm-datepicker-wrapper {
    border: 1px solid #d3d3d3;
}

.mwfm-mobile-booking-modal .mwfm-quick-booking .mwfm-datepicker-wrapper:before {
    border-color: rgba(204, 204, 204, 0);
    border-bottom-color: #cccccc;
}

.mwfm-mobile-booking-modal .mwfm-quick-booking .mwfm-datepicker-wrapper:after {
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #ffffff;
}

.mwfm-mobile-booking-modal .mwfm-quick-booking .mwfm-calendar-wrapper .mwfm-calendar-navigation a.mwfm-today,
.mwfm-mobile-booking-modal .mwfm-quick-booking .mwfm-calendar-wrapper .mwfm-calendar-navigation a.mwfm-previous,
.mwfm-mobile-booking-modal .mwfm-quick-booking .mwfm-calendar-wrapper .mwfm-calendar-navigation a.mwfm-next {
    min-height: 34px;
    max-height: 34px;
    height: 34px;
    line-height: 32px;
}

.mwfm-mobile-booking-modal .mwfm-quick-booking .mwfm-persons-value {
    text-align: left;
}

.mwcc-modal-window.mwfm-mobile-booking-modal .mwcc-modal-window-close:before,
.mwcc-modal-window.mwfm-mobile-booking-modal .mwcc-modal-window-close:after {
    background: #323232;
}

.mwcc-modal-window.mwfm-mobile-booking-modal .mwcc-modal-window-close:hover:before,
.mwcc-modal-window.mwfm-mobile-booking-modal .mwcc-modal-window-close:hover:after {
    background: #FD7000;
}

.mwfm-prices-wrapper .mwfm-vacation-rental-prices {
    color: rgba(115, 103, 70, 0.8);
}

.mod_mwfmvacationrentalreader .mwfm-vacation-rental .mwfm-vacation-rental-container {
    background: #f8f8f8;
}

.mod_mwfmvacationrentalreader .mwfm-vacation-rental .mwfm-vacation-rental-container .mwfm-information-container {
    padding: 5px;
    background: #ffffff;
}

@media only screen and (max-width: 599px) {
    .mod_mwfmvacationrentalreader .mwfm-vacation-rental {
        padding: 15px;
    }

    .mwfm-vacation-rental .mwfm-seasons-body,
    .mwfm-vacation-rental .mwfm-seasons-body.mwfm-last {
        border: 1px solid #dddddd;
    }

    .mwfm-vacation-rental .mwfm-seasons-body .mwfm-title,
    .mwfm-vacation-rental .mwfm-seasons-body .mwfm-date {
        color: #3B3532;
    }

    .mwfm-vacation-rental .mwfm-offers-body,
    .mwfm-vacation-rental .mwfm-offers-body.mwfm-last {
        padding: 15px;
        border: 1px solid #dddddd;
    }

    .mwfm-vacation-rental .mwfm-offers .mwfm-offer-title .mwfm-title,
    .mwfm-vacation-rental .mwfm-offers .mwfm-offer-title .mwfm-date {
        color: #30556B;
    }

    .mwfm-calendar-wrapper .mwfm-calendar-navigation a.mwfm-today,
    .mwfm-calendar-wrapper .mwfm-calendar-navigation a.mwfm-previous,
    .mwfm-calendar-wrapper .mwfm-calendar-navigation a.mwfm-next {
        min-height: 34px;
        max-height: 34px;
        height: 34px;
        line-height: 34px;
    }
}

/**********************************************************
 * Merkzettel
 **********************************************************/

.mod_mwfmwishlist .mwfm-vacation-rental-wrapper {
    background: #ffffff;
}

.mod_mwfmwishlist .mwfm-vacation-rental-wrapper .mwfm-button-remove,
.mod_mwfmwishlist .mwfm-vacation-rental-wrapper .mwfm-button-reader {
    height: 34px;
    padding: 0 30px 0 15px;
    background: #f05553;
    color: #ffffff;
    font-size: 1rem;
    line-height: 34px;
}

.mod_mwfmwishlist .mwfm-vacation-rental-wrapper .mwfm-button-remove:hover,
.mod_mwfmwishlist .mwfm-vacation-rental-wrapper .mwfm-button-reader:hover {
    background: #57524F;
}

.mod_mwfmwishlist .mwfm-vacation-rental-wrapper .mwfm-button-remove {
    padding-right: 15px;
}
 :root {
	 
	 
  --accent-color: #c6ab8d;
  --accent-color-link: #AA6D4F;
  
  
}
a {
  color: var(--accent-color-link);
}

#menu-top{
	z-index:300;
	position:relative;
}

	#footer{
		
		background: #9dcae2;
	}

/* Ad Box */


 #unsere-ferienwohnungen > div > h1#smallh1{
font-size:2rem;
}

#smallh1{
	font-size:2rem!important;
}

.adbox {
	z-index:1000;
  display: flex;
  /* border: 5px dashed #ac211d; /* Light grey border */ */
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.4); /* Soft shadow for a layered effect */
  border-radius: 3px; /* Rounded corners */
  overflow: hidden; /* Ensures the content doesn't spill out of the border-radius */
  margin:0;
  padding:0;
  width:708px;
  max-width:100%;
  height:auto;
  position:relative;
  font-family:Times;
  background-image:url('https://www.nordseebrandung.de/files/bg-gutschein.jpg');
  background-size:cover;
  font-family:'Yummo-Regular';
}

.adbox > div :first-child {
  /* background-color: #781d18; /* Dark red background */ */
  padding:50px;
  margin:10px;
}


.adbox > div > div:first-child {
  /* background-color: #781d18; /* Dark red background */ 
  font-size:25pt;
  padding:25px;
  line-height: 55px;
}

.adbox > div > div:last-child {
  font-size:16pt;
  padding:25px;
  padding-top:20px;
}


.adbox > div:first-child {
  padding: 0px; /* Spacing around the content */
  /* background-color: #ac211d; /* Dark red background */ */
  color: #fff7f3; /* White text color */
  display: flex; 
  flex-direction: column; /* Stack the children vertically */
  flex:60%;
}

.adbox > div:last-child {
  /* background-image:url('https://nordseebrandung.de/files/images/NLmidbanner2fp.jpg'); */
  /* background-size: cover; /* Cover the entire area of the div */ */
  /* background-position: center; /* Center the image in the div */ */
  /* flex:30%; */
}

.adbox h1, .adbox p {
  margin: 0; /* Remove default margin */
}

.adbuttonsnb{
	padding-top: 15px;
}

.adbuttonsnb > button{
  padding: 10px 20px;
  margin-right: 10px; /* Space between buttons */
  border: none;
  border-radius: 0px;
  cursor: pointer;
    color: #FFF;
	font-size:12pt;
	line-height:13px;
	height:45px;
	font-family:arial;
}
.adbuttonsnb > button a {
	color: #FFF;
	text-decoration:none;
}
.adbuttonsnb > button:hover{
  filter: brightness(110%); /* This makes the button 20% brighter on hover */
}

.adbuttonsnb > button:first-child {
  background-color: #849bbe; /* Green background for the button */
}

.adbuttonsnb > button:last-child {
  background-color: #9cb7c1; /* Green background for the button */

} 

.adbox > div > div:last-child {
	display:flex;
	flex-direction:column;
	justify-content: space-evenly;
	height:100%;
}   

.adbox_close_img{
position:absolute;
right:5px;
top:5px;
cursor:pointer;
filter: sepia(1) saturate(500%) hue-rotate(180deg);
}

.adbox {
  position: fixed; /* or absolute, depending on context */
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  /* Your other styles here */
}


.adbox-background {
	/* display:none; */
  position: fixed; /* Fixed position to cover the whole screen */
  top: 0;
  left: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  background-color: rgba(0, 0, 0, 0.5); /* Semi-transparent black background */
  z-index: 900; /* High z-index to ensure it's above other content */
}

#footer .footer-inner-wrapper{
	display:flex;
}

@media (max-width: 768px) {
  .adbox {
    /* Your mobile styles here */
	width:90%;
	height:auto;
	max-height:90%;
	font-size:20px;
  }
  #footer .footer-inner-wrapper{
	display:block!important;
}
  
  .adbox > div > div:first-child {
  font-size:20pt;
  line-height:20pt;
}

.adbox > div > div:last-child {
	  font-size:15pt;
}
   .adbox > div:last-child  {
    /* Your mobile styles here */
	/* display:none; */
  }
  .adbox .adbuttonsnb{
  padding-top:20px;
  }
   .adbox .adbuttonsnb > button{
		margin:5px;
   }
  .adbox > div:first-child {
	text-align:center;
	display: flex;
  flex-direction: column;
  justify-content: center; /* Centers flex items vertically */
  align-items: center; /* Centers flex items horizontally */
  height: 100%; /* You might need a specific height here */
  width:100%;
  }
}




/* Ad Box End */

#Webcam>h2{
	margin: 0 0 12px;
	border-bottom: 3px solid #EFEFEF;
	font-size: 2rem;
	line-height: 1.5;
	font-weight: 400;
	text-align:center;
}

.mod_mwfmvacationrentalreader .mwfm-quick-booking .mwfm-book-now {
	background:  var(--accent-color);
}

input[type="submit"], input[type="reset"], button{
	background:  var(--accent-color);
}

.mwfm-button-reader, .mwfm-calendar-wrapper .mwfm-calendar-navigation a.mwfm-next, .mwfm-calendar-wrapper .mwfm-calendar-navigation a.mwfm-previous,.mwfm-calendar-wrapper .mwfm-calendar-navigation a.mwfm-today {
  background: var(--accent-color);
}
a#linkTop{
	  background: var(--accent-color);
}
	#header .top-infos {
	background:var(--accent-color);
	}


 .mod_mwfm_vacation_rental_select.block::before {
	content: "\f002";
	position:absolute;
	font-family:'FontAwesome';
	color:lightgray;
	right:10px;
	top:5px;
		/* display:none; */
	}
 
 .middlebutton{
	margin:auto; 
	text-align:center;
	margin-top:25px;
 }
.middlebutton>.btn {
	border-radius: 3px;
	border: 1px solid gray;
	padding: 10px;
	color: #323232;
	cursor:pointer;
 }

.middlebutton>.btn:hover {
  border-color: #f05553;
  color: #f05553;
}


.hide {
	display:none!important;
}

.mwcc-loader:before {
	content:'';
    background-image:url('../../files/minilogo.svg');
    background-size: 32px 53px;
    background-repeat:no-repeat;
    margin-top:22px;
    margin-left:-2px;
    width:32px;
    height:53px;
    display:inline-block;
}


/* Newsletter */

#ctrl_email_162{
	margin-bottom:10px;
}

#ctrl_email_163{
	margin-bottom:10px;
}

/* Newsletter END */
.mwfm-price-minimum{
	display:none;
}

.mwcc-overlay{
	z-index:44!important;
}
	/* .mod_mwfm_vacation_rental_select::before{ */
		/* top: 0px; */
		/* right:15px; */
		/* font-size: 22px; */
		/* font-family: FontAwesome; */
		/* content: "\f002"; */
		/* position:absolute; */
	/* }  */
body {
	color:#464646;
}

/* Rating */
.mwfm-comment>H4{
	display:none;
}


@media only screen and (min-width: 769px) {
	
	.mwfm-rating {
  position: absolute;
  bottom: auto;
  left: auto!important;
  font-size: 0.8rem;
  text-align: center;
  right: 26px;
  top: 25px;
  height: 77px;
}
	
	
	
	
	
#vacation_rental_select,
#vacation_rental_select::-webkit-input-placeholder {
    font-size: 20px;
    line-height: 3;
}
	
	
	
	
	
	
	.level_2 {
	  list-style-type: none;
	  margin-left: 0;
	  padding-left: 0;
}	
	
	.level_2>li{
		margin-top:1px;
	}
	.inside>.mod_article:first-child {
		margin-top: -75px;	
		
	}
	#FewoHead {
  height: 250px;
}


fieldset.datenschutzcb>span>label {
	margin-top: 10px;
}
fieldset.datenschutzcb>span>input {
	margin-right: 5px;
}

  .article-inner-wrapper>h1.ce_headline{
  font-family: 'Yummo-Regular';
  font-size: 2.3rem;
  width: 925px;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  text-align: center;
  background-color: #9dcae27d;
  line-height: 1.2;
  text-shadow: none;
  text-transform: none;
  padding: 0px;
  color: white;
  border-bottom: none;
}
	
	.article-inner-wrapper>ul {
		list-style-type:none;
	}
	
	.article-inner-wrapper>ul>li::before {
	  font-family: 'FontAwesome';
	  position: absolute;
	  content: '\f061';
	  margin-left: -15 px;
	  margin-left: -21px;
	  font-size: 13px;
	  margin-top: 5px;
	  color: var(--accent-color);
	}
	
	/* Cookies */
	#cookiebar {
    box-sizing: border-box;
    position: fixed;
    left: 0;
    width: 100%;
    background-color: #4b4b4b;
    padding: 8px 16px;
    text-align: center;
    font-size: 24px;
    color: #fff;
    line-height: 2;
    z-index: 99120;
}
	
	#cookiebar button {
    height: 26px;
    padding: 0 12px;
    border: none;
    background-color: var(--accent-color);
    color: #fff;
    cursor: pointer;
    font-size: 22px;
    font-weight: 700;
    line-height: 26px;
}
	
	
	
	
/* do not group these rules */

	[name="vacation_rental_select"]::placeholder{
		  opacity: 0.95; 
		  font-family:'Yummo-Bold';
		  line-height:18px;
		  margin-top:-2px;
	}


	/* HEADER */

	.header, .header a{
		color:#002C5A;
	}

	#logo{
		/* margin-left:auto; */
		/* margin-right:auto; */
		width:225px;
	}
	#mainmenu{
			margin-left:auto;
		margin-right:auto;	
		/* margin-top:200px; */
	}
	
	#mainmenu>ul{
			margin-left:auto;
		margin-right:auto;		
	}
	
	#header .mod_navigation .level_1 > li > a, #header .mod_navigation .level_1 > li > span{
	  font-size:28px;
	}
	
	.header-inner-wrapper{
		text-align:center;
	}

	.header-row.first-row{
		margin-bottom: -50px;
	} 

	#header .mod_navigation {
		/* position: absolute; */
		 /* top: auto; */
		/* left: auto;  */
		/* right: auto; */
		/* text-align: center; */
		/* position: relative; */
		margin-top: -6px;
	}
	
	#header .top-infos {
		float: none;
		margin-right: 10px;
		padding: 4px 15px;
		font-size: 20px;
		line-height: 1;
		background-color: #ff000000;
		border-bottom-right-radius: 3px;
		border-bottom-left-radius: 3px;
		z-index: 100;
		position: relative;
		padding:0px;
	}
	
	#header .top-infos>#searchit{
		background-color: #beddea;
		padding: 4px 15px;
		border-bottom-left-radius: 3px;
		border-bottom-right-radius: 3px;
		height: 39px;
		display: inline-block;

		display:none;
	}
	
	#latestList>li>a>img{
	max-width:25%;	
	}
	
	#latestList>li>a{
		display: flex;
		gap:20px;
				color:#3B3532;
		
	}


	#latestList>li:hover{
		background-color:#6da6c521;
	}

	.latest-link:hover {
	  text-decoration: none;
	  color: #3B3532; /* set the text color */
	  text-underline-position: under; /* position the underline */
	  text-decoration-color: #3B3532; /* set the underline color */
	  transition:none;
	}
	#latestList>li>a>p{
		display: flex;
		align-items:center;
		font-family:'Yummo-SemiBold';
		color:#3B3532;
		/* font-weight:bold; */
	}
	
		#latestList>li{
		background-color:#39779921;
		}
	
	
	#lasteFlatsBox{
		position: absolute;
		right: 0px;
		background-color: #9cd1ef;
		padding: 10px;
		border-radius: 10px;
		max-width: 450px;
		border: solid 3px #cee0f0;
		background-image: url('../../files/images/offer_teaser_bg.png');
		box-shadow: 0px 0px 17px 7px rgba(0,0,0,0.14);
		background-size: contain;
		background-position: bottom;
		background-repeat: no-repeat;
		min-height: 200px;
	} 
	
	#latestFlats>a{
		cursor:default;
		text-decoration:none;
	}
	#latestList{
		list-style-type:none;
			width:100%;
		//	background-color:#a0c3da;
			display:flex;
			gap:20px;
			flex-direction:column;
			max-height:450px;
		 overflow-y: hidden;
		  overflow-x:hidden;
		  margin:0;
		  padding:0;

	}
	#latestList>li{
		
	}
	
	#header .top-infos>#callit{
		background-color: var(--accent-color);
		padding: 4px 15px;
		border-bottom-left-radius: 3px;
		border-bottom-right-radius: 3px;
		height: 39px;
		display: inline-block;
	}
	
	#header .top-infos>#latestFlats{
		background-color: #72AFD7;
		padding: 4px 15px;
		border-bottom-left-radius: 3px;
		border-bottom-right-radius: 3px;
		height: 39px;
		display: inline-block;
	}
	
		#header .top-infos>#camsCux{
		background-color: #72AFD7;
		padding: 4px 15px;
		border-bottom-left-radius: 3px;
		border-bottom-right-radius: 3px;
		height: 39px;
		display: inline-block;
	}
	
	.mod_mwfm_vacation_rental_select.block {
		top: 112px;
		right:11px;
		/* display:none; */
	}
	

	
	/* center ul */
	#header .mod_navigation .level_1 {
		padding: 0;
		margin: 0;
		margin: auto;
		width: none;
		margin-top:10px;
		width: 933px;
	}
	
	#searchclick:hover{
		cursor:pointer;
		text-decoration:none;
		
	}
	
	#searchit:hover{
			cursor:pointer;
	}
	
	/* align text left in search bar	*/
	
	.mod_mwfm_vacation_rental_select .mwfm-select-vacation-rentals a {
    text-align: left;
	}
	
	/* All Pages */
	.mod_mwfmvacationrentalreader .mwfm-overview .mwfm-description-text, .mod_mwfmvacationrentalreader-rental .mwfm-overview .mwfm-description-text a {
		color: #131313;
	}
	.mod_mwfmvacationrentalreader .mwfm-seasons .mwfm-season-title, .mod_mwfmvacationrentalreader .mwfm-seasons .mwfm-season-minovernight-stay, .mod_mwfmvacationrentalreader .mwfm-seasons .mwfm-season-price, .mod_mwfmvacationrentalreader .mwfm-seasons .mwfm-season-finalcleaning, .mod_mwfmvacationrentalreader .mwfm-seasons .mwfm-season-title a, .mod_mwfmvacationrentalreader .mwfm-seasons .mwfm-season-minovernight-stay a, .mod_mwfmvacationrentalreader .mwfm-seasons .mwfm-season-price a, .mod_mwfmvacationrentalreader .mwfm-seasons .mwfm-season-finalcleaning a {
    color: #131313;
	}
	
	.mod_mwfmvacationrentalreader .mwfm-calendar-wrapper .mwfm-calendar-day-names .mwfm-calendar-day-name {
    color: #131313;
	}
	.mod_mwfmvacationrentalreader .mwfm-calendar-wrapper .mwfm-calendar-month > .mwfm-calendar-head {
    color: #131313;
}
	body, input, select, textarea {
		font-family: 'Yummo-Regular', sans-serif;
		font-weight: normal;
		color: #131313;
	}
	

	/* Font Awesome */
	
	.fas{
		font-family:'FontAwesome';
	}
	

	
	/* Footer */
	#footer .footer-row.first-row .mod_customnav ul li {
		margin-left:24px;
	}
	
	#footer .footer-row.first-row .mod_customnav ul li:before {
		font-family: 'FontAwesome';
		position: absolute;
		content: '\f061';
		margin-left: -15 px;
		margin-left: -21px;
		font-size: 13px;
		margin-top: 5px;
		color: var(--accent-color);
	}
	
	/* Dont show new banner */
	.mwfm-new{
			display:none;
	}
	
	/* FIX PAdding search bar  */
	.mod_mwfm_vacation_rental_select input[type="text"] {
		padding-top:0px;
	}
	
		.mod_mwfm_vacation_rental_select input[type="text"]::selection {
		padding-top:5px;
	}
	
	#vacation_rental_select{
		border-radius: 4px;
		border: 1px solid #d3d3d3;
		padding: 15px;
		height: 40px;
		padding-top: 14px;
	}
	
}



/* Mobile Version */
@media only screen and (max-width: 1161px) {
	
	.jobsCux{
display: block;
  z-index: 10000;
  background-color: #002c5a;
  max-width: 80%;
  position: absolute;
  top: 0;
  left: 0;
  padding: 5px;
	}
	
	#header .top-infos{
		margin-left:0px;
	border-top: 1px solid white;
	margin-top:-1px;

}


.top-infos{
	display:flex;

}

#lasteFlatsBox{
	left: 0px!important;
	display: none;
	position: absolute;
	z-index: 100;
	background: var(--accent-color);
	width: 100%;
	top:65px;

}
	
	
	#latestList{
list-style-type: none;
padding-left: 15px;
}
	.top-infos{
		width:100%;
	}
	.snowflake {
		display:none;
	}
	
	#toggleMenuMobile {
		display: block;
		position: absolute;
		top: 2px;
		right: 18px;
		z-index: 99;
	}
	
	#logo {
		width: auto;
		text-align:center;
		margin:auto;
	}	
	
		#logo>img {
		max-width:70%;
		}	
	
	#searchit
	{
		display:none;
	}
	
	#header .top-infos {
    text-align: center;
    padding-left: 0px;
	background:var(--accent-color);
	}




	h3.teaser{
		display:none;
	}
	.mod_mwfmvacationrentalquickfilter {
		bottom: 318px;
		width: 100%;
		border-radius:4px; 
	}
	.mwfm-filter-form {  
    width: 100%;
	}
	.mwfm-filter-wrapper .mwfm-filter-form .mwfm-form-date-group {
    width: 100%;
	}
	.mwfm-persons {
		width:100%!important;
	}


.mod_mwfmvacationrentalquickfilter{
	width:100%!important;
}



.mwfm-filter-form {
    width: 100%!important;
}

.mwfm-filter-wrapper .mwfm-filter-form .mwfm-form-date-group {
    width: 100%!important;
}
.mwfm-persons{
	
	float:left!important;
}

.mwfm-persons>.mwfm-select-group {
	width:90px;
}



.mod_mwfmvacationrentalquickfilter button.mwfm-submit:after {
    right: 8px;

}




}



/* Tablet Version */  
@media only screen and (min-width: 1024px)  and (max-width: 1366px){


	#toggleMenuMobile
	{
		z-index:100;
	}
	

	#logo {

    text-align: left;

	}
	
	#logo>img {
    max-width: 250px;
}

#logo>img{
	max-width:250px;
}

	#logo {

		text-align: left;

	}

}







	/* Icons */
	
	.my_icon {
		width: 40px;
		height: 40px;
		/* background-color: #f8f8f8; */
		margin-right: 5px;
		border-radius: 3px;
	}
	.my_icon:before{ 
		content:' ';
		position:absolute; 
		width: 40px;
		height: 40px;	
		/* border:1px solid black; */
		background-repeat: no-repeat;
		background-size: 77%;
		background-position: center;
		opacity:0.6;
		background-position-y: 5px;
	}
	
	.icon_seaview:before {
		background-image: url(../../files/icons/seaview.svg);	
	}
	
	.icon_pets:before {
		background-image: url(../../files/icons/pets.svg);	
	}
	
	.icon_wifi:before {
		background-image: url(../../files/icons/wifi.svg);	
	}
	
	.icon_parking:before {
		background-image: url(../../files/icons/parking.svg);	
	}
	
		.icon_balcony:before {
		background-image: url(../../files/icons/balcony.svg);	
	}
	
		.icon_seaview:before {
		background-image: url(../../files/icons/seaview.svg);	
	}
	
			.icon_nosmoking:before {
		background-image: url(../../files/icons/no-smoking.svg);	
	}
	
	.icon_strandkorb:before {
		background-image: url(../../files/icons/BeachChair.svg);	
	}
	
	.icon_schwimmbad:before {
		background-image: url(../../files/icons/schwimmbad.svg);	 
	}
		.icon_sauna:before {
		background-image: url(../../files/icons/sauna.svg);	 
	}
	
	.icon_infrared:before {
		background-image: url(../../files/icons/infrared.svg);	 
	}
	
	/* Tooltip container */
	 .my_icon { 
	   position: relative; 
	   display: inline-block; 
	   /* border-bottom: 1px dotted black; /* If you want dots under the hoverable text */ */ */
	 } 

	/* Tooltip text */
	.my_icon .tooltiptext {
		visibility: hidden;
		width: 120px;
		background-color: #fff;
		color: #868686;
		text-align: center;
		padding: 5px 0;
		border-radius: 6px;
		position: absolute;
		z-index: 1;
		bottom: 125%;
		left: 50%;
		margin-left: -60px;
		opacity: 0;
		border: 1px solid #e4e4e4;
		font-size: 16px;
		transition: opacity 0.3s;
	}

	/* Tooltip arrow */
	.my_icon .tooltiptext::after {
		content: "";
		bottom: -6px;
		left: 53px;
		width: 10px;
		height: 10px;
		position: absolute;
		display: block;
		background-color: #fff;
		border-bottom: 1px solid #e4e4e4;
		border-left: 1px solid #e4e4e4;
		border-radius: 2px;
		transform: rotate( -45deg);
	}

	/* Show the tooltip text when you mouse over the tooltip container */
	.my_icon:hover .tooltiptext {
	  visibility: visible;
	  opacity: 1;
	}







	#cookiebar {
    z-index: 99120;
}







/* Merkliste */
.mwfm-wishlist.mwfm-active{
	color:#489de3;
}


.mwfm-vacation-rental-wrapper .mwfm-wishlist::before {
  content: '\f08a';
  position: absolute;
  left: 0;
  font-family: FontAwesome;
  line-height: 1;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  top: -40px;
  right: -160px;
}

.mwfm-wishlist>p {
	font-size: 20px;	
	text-align:right;
	color:#489de3;
}
.mwfm-wishlist{
width: 200px!important;
}

.wishbox{
	position: absolute;
  right: 15px;
  bottom: 0;
}

.mwfm-sidebar{
	overflow: auto;
	max-height: 100vh;
}

.mwfm-service-information {
    display: none;
}


/* Schlafmöglichkeiten */
/* This makes sure that all rooms are side by side if there's space */
.allRooms {
    display: flex;
    flex-wrap: wrap; /* This ensures the items will wrap onto the next line if not enough space */
    justify-content: center; /* This centers the items */
	list-style-type:none;
	margin:0;
	padding-left: 0px;
	list-style-type:none;
}

.allRooms > li {
    box-sizing: border-box; /* Include padding and border in the element's total width and height */
    flex: 1 1 auto; /* This will allow the items to shrink or grow as needed */
    margin: 10px; /* Adjust as desired for spacing between rooms */
    min-width: 200px; /* The minimum width before it breaks onto a new line */
    border: 1px solid #ccc; /* A border for better visualization */
    padding: 10px; /* Spacing inside each room box */
    border-radius: 5px; /* Optional, for some rounded corners */
    background-color: #f9f9f9; /* A light background color for better visualization */
}

.allRooms > li> ul{
	list-style-type:none;
	padding-left:15px;
}
.allRooms > li> ul > li:before {
	   font-family: FontAwesome;
   content: "\f00c";
   color:#93887B;
   padding-right: 10px;
}



/* Remove Endreinigung und Servicepauschale */
.mwfm-prices-inner-wrapper>div:not(:last-child) {
  display: none;
}


.mwfm-message:before{
content: '🧒 Geben Sie hier auch die Anzahl und das Alter der mitreisenden Kinder an.\A🐕 Geben Sie, wenn Hunde mitreisen, die Rasse an.';
display: block;
font-weight: bold;
text-decoration: underline;
/* white-space: pre; */
}


.mwfm-offers>h2:before {
    content:'\f02c';
    font-family: 'FontAwesome';
    padding-right:10px;
} 
/* .mwfm-offers { */
	/* border: 3px dashed #e0b57e!important; */
/* } */

.mwfm-offers>h2 {
	padding: 0px;
	padding-bottom: 0px;
	margin: 0px;
	padding-bottom: 10px;
	font-size:1.8rem;
	color:#fe6962;
	text-align:center;
	margin-left:-20px; 
}

.showprices{
	cursor:pointer;
}

.offer_item:hover{
	background-color:#67adcf52;
	display:block;
}

.mwfm-offers-header>.mwfm-offer-title:before {
	content: '\f073';
	font-family: FontAwesome;
	position: relative;
	
}

.mwfm-vacation-rental .mwfm-offers .mwfm-offer-title .mwfm-date{
	color: #000;
}

.mwfm-offer-title>.mwfm-label>.mwfm-date {
margin:0;
padding:0;	
padding-left:0px!important;
font-size: 22px;
}
.mwfm-offer-description{
	color:#000!important;
}

/* .mwfm-calendar-wrapper .mwfm-calendar-days .mwfm-calendar-day.mwfm-calendar-day-offer .mwfm-calendar-day-offer-item { */
  /* content: ''; */
  /* position: absolute; */
  /* top: 5px; */
  /* right: 5px; */
  /* left: 5px; */
  /* bottom: 5px; */
  /* background: rgba(141, 200, 234, 0.68); */
/* } */

/* .mwfm-calendar-day-offer>div{ */
	  /* content: ''; */
  /* position: absolute; */
  /* top: 5px; */
  /* right: 5px; */
  /* left: 5px; */
  /* bottom: 5px; */
  /* background: rgb(152, 215, 238); */
/* } */



.mwfm-calendar-day-marked-from:before{
    content:'\f061';
    font-family:"FontAwesome";
    font-size:10px;
    position: absolute;
    top:-15px;
    left:18px;
}
.mwfm-calendar-day-marked-to:after{
    content:'\f060';
    font-family:"FontAwesome";
    font-size:10px;
    position: absolute;
    top:-15px;
    left:18px;
    
}

.hiddenrating {
	display:none;
}	 

.mwcc-loader:before {
    content: '';
    background-image: url(../../files/minilogo.svg);
    background-size: 21px 33px!important;
    background-repeat: no-repeat;
    margin-top: 9px!important;
    margin-left: 9px!important;
    width: 32px;
    height: 52px;
    display: inline-block;
	}
 
.kurzbuchungen {
	color:orange;
	font-size:22px;
	font-weight:bold;
}


.mwfm-calendar-wrapper .mwfm-calendar-days .mwfm-calendar-day span, .mwfm-calendar-wrapper .mwfm-calendar-days .mwfm-calendar-day a {
	color:#FFF;
}

.mwfm-calendar-day-reserved{
	display:none;
}

/* // Google Maps Marker  */
.mwfm-marker{
  background-color: inherit!important;
}
.mwfm-marker:not(.mwfm-has-background-image)::after{
	  background-image: url("https://nordseebrandung.de/files/images/nbmarker.png");
  width:32px;
  height:52px;
  background-color: inherit!important;
}

/* google maps karte button  */
.gmnoprint>button{
	line-height: 0px!important;
}

	/* Booking Box Colors1 */
	.mwfm-quick-booking .mwfm-prices-wrapper {
    background: #EEF3F6;
    border: 1px solid #9DCAE2;
    color: #202020;
}
	/* obligatorische Leistungen raus */
.mwfm-services{
		display:none;
}

.mwfm-calendar-day-marked {
	background: #b0bfcc;
}
.mwfm-services-wrapper{
	 display:block!important;  
}
.mwcc-modal-window{
	z-index:1000!important;
}

/* Booking Box Colors 2 */
.mwfm-calendar-wrapper .mwfm-calendar-days .mwfm-calendar-day.mwfm-calendar-day-from-booked .mwfm-calendar-day-divider, .mwfm-calendar-wrapper .mwfm-calendar-days .mwfm-calendar-day.mwfm-calendar-day-free.mwfm-calendar-day-season-to .mwfm-calendar-day-divider {
    border-top-color: #3C9D46;
}


.mwfm-quick-booking .mwfm-prices-wrapper .mwfm-prices-body.mwfm-prices-total {
    background: #9dcae2;
}


/* Calendar Colors */
 .mwfm-calendar-wrapper .mwfm-calendar-days .mwfm-calendar-day.mwfm-calendar-day-free.mwfm-calendar-day-season-to {
    background: #3C9D46;
}

 .mwfm-calendar-wrapper .mwfm-calendar-days .mwfm-calendar-day.mwfm-calendar-day-free.mwfm-calendar-day-season-from .mwfm-calendar-day-divider {
    border-top-color: #3C9D46;
}

.mwfm-calendar-wrapper .mwfm-calendar-days .mwfm-calendar-day.mwfm-calendar-day-to-reserved, .mwfm-calendar-wrapper .mwfm-calendar-days .mwfm-calendar-day.mwfm-calendar-day-to-booked, .mwfm-calendar-wrapper .mwfm-calendar-days .mwfm-calendar-day.mwfm-calendar-day-free {
    background: #3C9D46;
    color: white;
}

calendar-wrapper .mwfm-calendar-days .mwfm-calendar-day.mwfm-calendar-day-free {
    background: #3C9D46;
    color: white;
}

 .mwfm-calendar-wrapper .mwfm-calendar-days .mwfm-calendar-day.mwfm-calendar-day.mwfm-calendar-day-booked{
	background: #B40000; 
 }
 
 .mwfm-calendar-wrapper .mwfm-calendar-days .mwfm-calendar-day.mwfm-calendar-day-free.mwfm-calendar-day-season-to .mwfm-calendar-day-divider {
    border-top-color: #3C9D46;
}

.mod_mwfmvacationrentalreader .mwfm-calendar-wrapper .mwfm-calendar-days .mwfm-calendar-day span, .mod_mwfmvacationrentalreader .mwfm-calendar-wrapper .mwfm-calendar-days .mwfm-calendar-day a {
    color: white;
}

 .mwfm-calendar-wrapper .mwfm-calendar-days .mwfm-calendar-day.mwfm-calendar-day.mwfm-calendar-day-booked .mwfm-calendar-day-divider, .mwfm-calendar-wrapper .mwfm-calendar-days .mwfm-calendar-day.mwfm-calendar-day.mwfm-calendar-day-booked:hover .mwfm-calendar-day-divider {
    border-top-color: #B40000;
}

.mwfm-calendar-wrapper .mwfm-calendar-days .mwfm-calendar-day.mwfm-calendar-day-from-booked, .mwfm-calendar-wrapper .mwfm-calendar-days .mwfm-calendar-day.mwfm-calendar-day.mwfm-calendar-day-booked, .mwfm-calendar-wrapper .mwfm-calendar-days .mwfm-calendar-day.mwfm-calendar-day-from-booked.mwfm-calendar-day-marked, .mwfm-calendar-wrapper .mwfm-calendar-days .mwfm-calendar-day.mwfm-calendar-day-to-booked.mwfm-calendar-day-from-booked {
    background: #B40000;
}
.mwfm-calendar-wrapper .mwfm-calendar-days .mwfm-calendar-day.mwfm-calendar-day-to-booked .mwfm-calendar-day-divider, .mwfm-calendar-wrapper .mwfm-calendar-days .mwfm-calendar-day.mwfm-calendar-day-to-booked.mwfm-calendar-day-from-booked .mwfm-calendar-day-divider, .mwfm-calendar-wrapper .mwfm-calendar-days .mwfm-calendar-day.mwfm-calendar-day-to-booked.mwfm-calendar-day-from-reserved .mwfm-calendar-day-divider, .mwfm-calendar-wrapper .mwfm-calendar-days .mwfm-calendar-day.mwfm-calendar-day-to-booked.mwfm-calendar-day-from-reserved:hover .mwfm-calendar-day-divider, .mwfm-calendar-wrapper .mwfm-calendar-days .mwfm-calendar-day.mwfm-calendar-day.mwfm-calendar-day-booked .mwfm-calendar-day-divider, .mwfm-calendar-wrapper .mwfm-calendar-days .mwfm-calendar-day.mwfm-calendar-day.mwfm-calendar-day-booked:hover .mwfm-calendar-day-divider {
    border-top-color: #B40000;
}








#leafmap{
	width:100%;
	height:400px;
}




.specialoffer {
    z-index: 20;
    position:absolute;
    top: 225px;
    left: 50%;
    margin-left:-220px;
    border:solid 3px #cee0f0;
	border-bottom: 2px solid #e0b57e;
    border-radius: 5px;
    width:440px;
    height:170px;
    background-image:url('../../files/images/offer_teaser_bg.png');
	background-color: #aecbe466;
    -webkit-box-shadow: 0px 0px 17px 7px rgba(0,0,0,0.14); 
    box-shadow: 0px 0px 17px 7px rgba(0,0,0,0.14);
    padding:15px;
    line-height: 30px;
  
}

.closespecialoffer{
    position: absolute;
     background: rgb(254,136,130);
    background: linear-gradient(159deg, rgba(254,136,130,1) 0%, rgba(246,102,95,1) 55%, rgba(195,81,75,1) 100%); 
    border-radius: 15px;
    width:50px;
    height:50px;
    color:#FFF;
    font-weight: bold;
    font-size:40px;
    line-height: 40px;
    padding-left:15px;
    cursor: pointer;
    -webkit-box-shadow: 0px 0px 16px 0px rgba(0,0,0,0.47); 
    box-shadow: 0px 0px 16px 0px rgba(0,0,0,0.47);
    right:-15px;
    top:-15px;
	padding-left: 0px;
}
.closespecialoffer:hover{
    font-size:43px;
}

.closespecialoffer{
	padding-left: 15px;
}

.specialoffertext{
    text-align: center;
    font-size:24px;
    font-weight: bold;
}
.showspecialoffer {
    background-color:#002c5a;
    color:#FFF;
    width:200px;
    text-align: center;
    padding:5px;
    margin:auto;
    margin-top:15px;
    cursor:pointer;
}

.showspecialoffer:hover {
    background-color:rgba(246,102,95,1);
}


@media only screen and (min-width: 540px) {

	 
	 .mwfm-offer-description {
		 font-size:16px;
	 }
	 
	 
.mwfm-offers {
	min-height: 180px;
	box-shadow: 0 2px 1px rgb(0 0 0 / 10%);
	border: 1px solid #E4E4E4;
	border-bottom-color: rgb(228, 228, 228);
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: rgb(228, 228, 228);
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: rgb(228, 228, 228);
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom: 2px solid #e0b57e !important;
	background-color: white;
	padding: 15px;
	padding-bottom: 15px;
	background-image: url('/files/images/bg4_offer.jpg');
	background-size: cover;
}
	.mwfm-offers>h2{
color:#FFF;
	}		

.mwfm-offer-offer-item>.mwfm-label, .mwfm-offer-offer-item>.mwfm-value, .mwfm-offer-description {
	color:#000;
}

.mwfm-offers-container{
	border-radius: 10px;
	background-color: #caebff7d;
	padding: 15px;
}

/* rating updates */
.notxtrating{
		height:70px;
}

.notxtrating>.mwfm-rating-value-container>.mwfm-rating-value{
	display:none;
}
.notxtrating>.mwfm-rating-value-container>.mwfm-review {
	margin-top:7px;
}

.notxtrating>.mwfm-comment-container>.mwfm-author{
	border-bottom:none!important;	

	margin-top: 5px!important;
}

#leafmap{
	width:100%;
	height:300px;
}

	
	/* Bewertungen */
	.mwfm-ratings {
	  box-shadow: 0 2px 1px rgb(0 0 0 / 10%);
  border: 1px solid #E4E4E4;
    border-bottom-color: rgb(228, 228, 228);
    border-bottom-style: solid;
    border-bottom-width: 1px;
  border-bottom: 2px solid #9dcae2 !important;
  background-color: white;
  padding: 15px;
    padding-bottom: 15px;
  padding-bottom: 30px;
  border-bottom: 1px solid #dddddd;	
		
		
	}
	.mwfm-alert-info{
		display:none;
	}
	
	
	
	.mwfm-vacation-rental .mwfm-vacation-rental-container .mwfm-information-container {
  margin-top: -20px;
  }
	
	
	

	
	
	
	
	
	div.mwfm-last:nth-child(1) > div:nth-child(2) > div:nth-child(1) > .mwfm-calendar-day-name {
		
	margin-right:0px;	
	}
	
	.mwfm-request-form-wrapper .mwfm-from-date:after,
.mwfm-request-form-wrapper .mwfm-to-date:after{
	    top: 36px;
}
	
	.mwcc-modal-window-inner-container{
		top:5%;
		margin-bottom:5%;
	}
	
.mwfm-calendar-wrapper .mwfm-calendar-day-names .mwfm-calendar-day-name {
	margin-right:10px;
}
/* .mwfm-city{ */
	/* display:none!important; */
/* } */


.mwfm-prices-wrapper .mwfm-two-col .mwfm-prices-body .mwfm-prices-item.mwfm-last {
  width: 30%;
}

.mwfm-prices-wrapper .mwfm-two-col .mwfm-prices-body .mwfm-prices-item.mwfm-first {
  width: 70%;
}



	#btn_booknow,#btn_showprice{
		height: 35px;
background: rgb(230,49,50);
overflow: visible;
background: linear-gradient( 90deg , rgba(230,49,50,1) 0%, rgba(249,141,143,1) 100%);
border-radius: 5px;
-webkit-box-shadow: 5px 5px 15px 5px rgb(255 0 0 / 25%);
box-shadow: 5px 5px 15px 5px rgb(255 0 0 / 25%);
font-size: 20px;
color:#FFF;
padding: 15px;
padding-top: 3px;
    display: block;
    margin: auto;
    width: 220px;
    padding-bottom: 30px;
	}
	
	#btn_showprice{
		background: linear-gradient(90deg, rgba(177,177,177,1) 0%, rgba(215,215,215,1) 35%, rgba(242,253,255,1) 100%); 
		color:black;
		cursor:pointer;
		box-shadow: 5px 5px 15px 5px rgb(0 0 0 / 5%);
	}
	
	#btn_booknow:hover{
		text-decoration:none;
		cursor:pointer;
		background: rgb(230,49,50);
overflow: visible;
background: linear-gradient( 90deg , rgba(230,49,50,1) 20%, rgba(249,141,143,1) 100%);
border-radius: 5px;
-webkit-box-shadow: 5px 5px 15px 5px rgb(255 0 0 / 25%);
box-shadow: 5px 5px 15px 5px rgb(255 0 0 / 25%);
		
	}
	
	#wrapper {
    background-image: url(../../files/images/wavebg.png);
    background-repeat: repeat-x;
    background-position-y: 168px;
	background-size:contain;
}

.mod_mwfmvacationrentalreader .mwfm-vacation-rental .mwfm-overview {
    padding: 0px 0;
}

	.header{
		    border-bottom: 6px solid #9DCAE2;
	}
	
	
	.mod_mwfmvacationrentalreader .mwfm-vacation-rental {
    /* padding: 30px; */
    /* border: 1px solid #dddddd; */
    padding: 15px;
    background-color: #fffafa00;
    box-shadow: 0 2px 1px rgb(0 0 0 / 10%);
}
	/* Box for images  */
	.mod_mwfmvacationrentalreader .mwfm-vacation-rental{
		padding:0px;
	}
	
	/* Flat Details */
	.mod_mwfmvacationrentalreader .mwfm-vacation-rental .mwfm-overview {
    padding: 0px 0;
    padding: 15px;
    background-color: white;
}
/* Belegungskalender */
.mod_mwfmvacationrentalreader .mwfm-calendar {
    background-color: white;
    padding: 15px;
    padding-bottom: 30px;
    border-bottom: 1px solid #dddddd;
}

/* MOre Flat in House */
	.mwfm-vacation-rentals{
		background-color:white;
		
	}
	
	.mod_mwfmvacationrentalreader .mwfm-vacation-rental .mwfm-vacation-rental-container {
    background: white;
}

	/* All down a little */
	#container {
		padding-top: 44px;
	}

	.mwfm-overview{
		margin-top:15px;
	}
	

	
	/* Title Stuff  */
	
	.maintitle, body:not(.home) h1 {
		text-align: left;
		margin: 0px;
		padding: 0px;
		border-bottom: none;
		font-family: yummo-regular;
	}
	
	.flatadressinfo {
		position: absolute;
		padding-right: 30px;
		width: 100%!important;
		top: 17px;
	}
	
	.mwfm-vacation-rental .mwfm-overview .mwfm-information-item-label, .mwfm-vacation-rental .mwfm-overview .mwfm-information-item-value {
    float: left;
    width: auto;
	}
	
	.headlinelabel {
		padding-right:25px;
	}
	
		.headlinelabel:not(:last-child)::after {
		content: '\f111';
		position: relative;
		right: -10px;
		font-size: 6px;
		font-family: 'FontAwesome';
		bottom: 5px;
		color: #eaeaea;
	}
	
	.mwfm-overview{
		min-height:180px;
		box-shadow: 0 2px 1px rgb(0 0 0 / 10%);
		border: 1px solid #E4E4E4;
		border-bottom: 2px solid #9dcae2!important;
	}
	
	/* distances	*/
	#distances_flat {
		clear:both;
				padding-left:0px;
		margin-left:0px;
			    margin-top: 3px;
	}
	
	.distances{
		list-style-type:none;
		padding-left:0px;
		margin-left:0px;
	}
	
	.distances>li{
		color: var(--accent-color);
		float:left;
		padding:5px;
		padding-left:10px;
		padding-right:10px;
		border-radius:3px;
		border:1px solid var(--accent-color);
		margin-right: 15px;
		margin-top:9px;
	}
	
	.distances .tobeach{
		color: #4593ca;
		border:1px solid #4593ca;
		
	}
	
	/* description */
	.mod_mwfmvacationrentalreader .mwfm-overview .mwfm-description {
		padding-top: 6px;
		border-bottom: 0px solid #dddddd;
	}
	.mwfm-vacation-rental .mwfm-overview h2 {
		margin-bottom: 12px;
	}
	
	/* Maps */
	.mwfm-vacation-rental .mwfm-overview .mwfm-googlemaps h2 {
		margin-bottom: 10px;
	}	
	
	.mod_mwfmvacationrentalreader .mwfm-overview .mwfm-googlemaps {
		padding-top: 0px;
	}
	
	/* Prices */

	.mwfm-vacation-rental .mwfm-overview .mwfm-title {
		margin-bottom: 0px;
	}	
	
	.mod_mwfmvacationrentalreader .mwfm-seasons {
		padding-bottom: 0px;
		border-bottom: 0px;
	}
	.mod_mwfmvacationrentalreader .mwfm-seasons-body {
		border-bottom: 1px solid #eaeaea;
	}
	
	.mwfm-vacation-rental .mwfm-seasons .mwfm-season-title .mwfm-date {
		padding-left: 0px;
	}
	.mwfm-date:before {
		content:''!important;
	}

	/* Calendar */
	.mwfm-vacation-rental .mwfm-calendar-wrapper .mwfm-calendar-months-wrapper.mwfm-fixed-height {
    height: 393px;
    margin-top: 70px;
	}
	.mwfm-calendar-wrapper .mwfm-calendar-month {
    padding: 10px 15px;
    border: 1px solid #EBEBEB;
	height:363px;
}

	.mwfm-calendar-wrapper .mwfm-calendar-days .mwfm-calendar-day a, .mwfm-calendar-wrapper .mwfm-calendar-days .mwfm-calendar-day span {

		line-height: 45px;

	}
	
	.mod_mwfmvacationrentalreader .mwfm-calendar {
		box-shadow: 0 2px 1px rgb(0 0 0 / 10%);
		border: 1px solid #E4E4E4;
		border-bottom: 2px solid #9dcae2!important;
	}
	
	

	
	.fewo_info {
		width: 100%;
		height: 54px;
		padding: 13px 5px 0 20px;
		text-align: left;
		background-color: #dbf5dd;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
		box-sizing: border-box;
		border-radius: 4px;
		border: #a9d2ad solid 1px;
		border-size: 1px;
		color: #0e8102;
		font-family: 'Yummo-SemiBold';
		margin-bottom:25px;
	}
	
	.mwfm-vacation-rental .mwfm-calendar h2 {
		margin-bottom: 20px;
	}
	
	
	.mwfm-calendar-wrapper .mwfm-calendar-days .mwfm-calendar-day {
		width: 45px;
		height: 45px;
	}
	
	.mwfm-calendar-day-offer{
		/* display:none; */
	}
	
	
	/* More Flats in same house */
	
	.mod_mwfmvacationrentalreader .mwfm-vacation-rental .mwfm-vacation-rental-container {
		box-shadow: 0 2px 1px rgb(0 0 0 / 10%);
		border: 1px solid #E4E4E4;
		border-bottom: 2px solid #9dcae2!important;
	}
	
	/* More Stuff */

	/* Book Now Button */
	.mwfm-vacation-rental-wrapper .mwfm-quick-booking .mwfm-book-now-wrapper {
		margin-bottom: 15px;
	}
	
	.mod_mwfmvacationrentalreader .mwfm-vacation-rental {
		box-shadow: none;
	}
	
	/* Fix Size of calendar on Buchen */
	.mwfm-datepicker-wrapper>.mwfm-calendar-wrapper>div>div>div>div>div>div {
		width:35px!important;
	}
	
			.mod_mwfmvacationrentallist .mwfm-vacation-rental-wrapper .mwfm-button-reader:before {
		content: '\f105';
		position: absolute; 
		font-family: FontAwesome;
	}
	
	.mwfm-images{
		display:none!important;
}


	



.featurelisttop{
margin:0px;
padding:0px;	
margin-top: 20px;
	 
}
#featurestop{
	width:100%;
	margin:auto;
	text-align:center;
	min-height: 180px;
}
#featurestop>.featurelisttop>.my_icon {
  width: 100px;
  height: 100px;
  background-color: #f8f8f8;
  margin-right: 5px;
  border-radius: 3px;
}


#featurestop>.featurelisttop>.my_icon::before{
  width: 100px;
  height: 100px;
  right: 0px;
}
.tooltiptextUnder{
	position:absolute;
	top:100px;
	left:0px;
	text-align:center;
	width:100%;
}

  #featurestop>.featurelisttop >.my_icon.iconBlue{
	background-color:transparent;
	opacity:1;
	filter: invert(43%) sepia(95%) saturate(1656%) hue-rotate(162deg) brightness(43.9%) contrast(101%);
	height: 170px;
}









.mwfm-vacation-rental .mwfm-vacation-rental-container .mwfm-information{
	height:150px;
}

.featurelist{
		padding-left:2px;
}

	.mobile_img {
		display:none;
	}
	
	#mobile_first_img{
		display:none;
	}
	
	
}
	
	
	/* Desktop/Tablet Version */
	@media only screen and (min-width: 769px) {

	
			.mwfm-vacation-rental-wrapper .mwfm-quick-booking .mwfm-datepicker-wrapper {
			left:90%;
		}

		.mwfm-to-date>.mwfm-datepicker-wrapper{
			left:10%!important;
		}
			
	}
	
	
	
	
	

	
/* Mobile Version */
@media only screen and (max-width: 769px) {
	
	/* hide flat menu on mobile  */
	
	.mwfm-navigation>div:nth-child(2){
    display:none;
}
	
	
#new_mobile_gallery.show {
    z-index: 2000 !important; /* Stelle sicher, dass es über allem liegt */
    position: fixed; /* Falls es nicht schon so ist */
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.mwfm-overview {
    font-size: 20px;
  }

.featurelisttop{
margin:0px;
padding:0px;	
margin-top: 40px;
	 
}
#featurestop{
        width: 100%;
        margin: auto;
        text-align: center;
        min-height: 250px;
        /* margin-top: 40px; */
        position: relative;
        margin-top: 40px;
        top: 40px;
        /* bottom: 470px; */
        padding-bottom: 80px;
}
#featurestop>.featurelisttop>.my_icon {
  width: 100px;
  height: 100px;
  background-color: #f8f8f8;
  margin-right: 5px;
  border-radius: 3px;
  height: 160px;
}


#featurestop>.featurelisttop>.my_icon::before{
  width: 100px;
  height: 100px;
  right: 0px;
}
.tooltiptextUnder{
	position:absolute;
	top:100px;
	left:0px;
	text-align:center;
	width:100%;
}

  #featurestop>.featurelisttop >.my_icon.iconBlue{
	background-color:transparent;
	opacity:1;
	filter: invert(43%) sepia(95%) saturate(1656%) hue-rotate(162deg) brightness(43.9%) contrast(101%);
}







.mwfm-sleeping{
	margin-top: 40px;
margin-bottom: 70px;
}
.mwfm-review>lirrr{
float:left!important;
}

#toggleMenuMobile{
	position:absolute;
}

.specialoffer {
    margin-left:-170px;
    width:340px;
}

.mwfm-offers > h2 {
  padding: 0px;
    padding-bottom: 0px;
  padding-bottom: 0px;
  margin: 0px;
    margin-left: 0px;
  padding-bottom: 10px;
  font-size: 1.8rem;
  color: #FFF;
  text-align: center;
  margin-left: -20px;
}

	.mwfm-label, .mwfm-value {
		color:#000;
	}

	.mwfm-offers {
  min-height: 180px;
  box-shadow: 0 2px 1px rgb(0 0 0 / 10%);
  border: 1px solid #E4E4E4;
    border-bottom-color: rgb(228, 228, 228);
    border-bottom-style: solid;
    border-bottom-width: 1px;
  border-bottom-color: rgb(228, 228, 228);
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: rgb(228, 228, 228);
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: rgb(228, 228, 228);
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom: 2px solid #e0b57e !important;
  background-color: white;
  padding: 15px;
    padding-bottom: 15px;
  padding-bottom: 15px;
  background-image: url('/files/images/bg4_offer.jpg');
  background-size: cover;
}

/* //offer stuff */
	.mwfm-vacation-rental .mwfm-offers .mwfm-offer-title .mwfm-date::before {
	  content: '\f073';
	  position: absolute;
	  top: 0;
	  left: 0;
	  width: 100%;
	  height: 100%;
	  font-family: FontAwesome;
	  font-size: 1rem;
	  position: relative;
	  font-size: 22px;
	}

	
	.mwfm-alert{
		display:none;
	}
	
	div.mwfm-overview:nth-child(9){
		
	}
	
	#btn_showprice{
		display:none;
	}
	
	.mwfm-mobile-booking-modal .mwfm-quick-booking .mwfm-book-now::before {
		right: -84px;
	}
	
	#showpicsmobile{
		position: absolute;
		right: 0px;
		margin-top: -60px;
		margin-right: 28px;
		border: 1px solid white;
		background: #00000091;
		color: #FFF;
		padding: 5px;
		padding-left: 10px;
		padding-right: 10px;	
		border-radius:4px;
	}
	
		#mobile_first_img{
		display:block;
	}
	
	.mobile_first{
		border-radius: 5px;
	}
	
	.mobile_img {
		display:block;
		height:0px;
		visibility:hidden;
		transition: visibility 0s, opacity 0.25s linear;
		opacity:0;
	}
	
	.show{
		height:100%;
		visibility:visible;
		transition: visibility 0s, opacity 0.25s linear;
		opacity:1;
		z-index: 23;
		position:fixed;
	}
	
	#mobile_gallery{
	    position:fixed;
		padding:0;
		margin:0;

		top:50px;
		left:0;

		width: 100%;
		height: 100%;
		background:#FFF;
		overflow:scroll;
		z-index:22;
	}
	
		#mobile_gallery_top{
	    position:fixed;
		padding:0;
		margin:0;

		top:0;
		left:0;

		width: 100%;
		height: 50px;
		background:#002c5a;	
		overflow:hidden;
		z-index:23;
		padding: 7px 0;
		padding-left: 30px;
	}
	
	#mobile_back{
		color:#FFF;
		font-size: 24px;
		cursor:pointer;
	}
	
	#mobile_back:before{
		float: left;
		margin-right: 7px;
		font: 24px FontAwesome;
		  font-weight: normal;
		font-weight: normal;
		content: "\f104";
		font-weight: 100;
		padding-top: 4px;
	}	

	
	.mwfm-vacation-rental .mwfm-vacation-rental-container .mwfm-information {
  height: auto;
}
	
	.featurelist{
		padding-left:2px;
	margin:0px;
}
	
	.mwfm-images{
			display:block:;
	}

	.demo-gallery{
		display:none;
	}
	 
	.mwfm-book-now {
		height: 35px;
		background: rgb(230,49,50);
		overflow: visible;
		background: linear-gradient( 
	90deg
	 , rgba(230,49,50,1) 0%, rgba(249,141,143,1) 100%)!important;
		border-radius: 5px;
		-webkit-box-shadow: 5px 5px 15px 5px rgb(255 0 0 / 25%)!important;
		box-shadow: 5px 5px 15px 5px rgb(255 0 0 / 25%)!important;
		font-size: 20px;
		color: #FFF;
		padding: 15px;
		padding-top: 5px;
		padding-bottom: 5px;
		line-height: 10px;
	}
	
	.mwfm-book-now:before {
		content: '';
		position: absolute;
		top: auto!important;
		right: 10px;
		width:200px;
		font-family: FontAwesome;
	}
	

	
	.mwfm-book-now-wrapper{
		margin-bottom:20px;
	}
	
	.mwfm-navigation{
	left: -50000px;
	}

}


@media only screen and (max-width: 769px) {
	
	.wishbox{
position: relative;
  padding-top: 25px;
}
	
		.wishbox>a>p{
			text-align:center;
		}
.mwfm-vacation-rental-wrapper .mwfm-wishlist::before {
  content: '\f08a';
  position: absolute;
  left: 0;
  font-family: FontAwesome;
  line-height: 1;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  top: -40px;
  left: 50% !important;
  transform: translateX(-50%);
}
	
	
	
	.mod_mwfmvacationrentalreader .mwfm-vacation-rental .mwfm-overview {
     border-bottom: none;
}

#distances_flat{
	display:none; 
	/* for now */
}

#flatinfos{
	float:right;
}
.mwfm-vacation-rental .mwfm-overview .mwfm-information-item-value{
		text-align:center;
		width:100%;
}

.featurelisttop{
	padding-inline-start: 0;
}


.mod_mwfmvacationrentalreader .mwfm-vacation-rental .mwfm-overview {
    padding-bottom: 0px;
    margin-bottom: -50px;
}

.my_icon{
	margin-top:10px;
}
	
	
	
	
	

	
	
	
	
	
	
}




/* Tablet Version */  
@media only screen and (min-width: 1024px)  and (max-width: 1366px){



	
	/* .mwfm-information { */
    /* padding: auto!important; */
        
	/* } */


}




@media only screen and (min-width: 769px) {  



  .demo-gallery > ul {
              margin-bottom: 0;
			  list-style-type:none;
			width: 1165px;
			padding-left: 0px;
			margin-top: -5px;
            }
            .demo-gallery > ul > li {
               
				margin: 5px;
				margin-left:0px;
            }
            .demo-gallery > ul > li a {

              display: block;
              overflow: hidden;
              position: relative;
              float: left;
            }
            .demo-gallery > ul > li a > img {

              height: 100%;
              width: 100%;
            }
            .demo-gallery > ul > li a:hover > img {
				border:0px solid white;
            }
            .demo-gallery > ul > li a:hover .demo-gallery-poster > img {
              opacity: 1;
            }
            .demo-gallery > ul > li a .demo-gallery-poster {
              background-color: rgba(0, 0, 0, 0.1);
              bottom: 0;
              left: 0;
              position: absolute;
              right: 0;
              top: 0;
              -webkit-transition: background-color 0.15s ease 0s;
              -o-transition: background-color 0.15s ease 0s;
              transition: background-color 0.15s ease 0s;
            }
            .demo-gallery > ul > li a .demo-gallery-poster > img {
              left: 50%;
              margin-left: -10px;
              margin-top: -10px;
              opacity: 0;
              position: absolute;
              top: 48%;
              -webkit-transition: opacity 0.3s ease 0s;
              -o-transition: opacity 0.3s ease 0s;
              transition: opacity 0.3s ease 0s;
            }
            .demo-gallery > ul > li a:hover .demo-gallery-poster {
              background-color: rgba(0, 0, 0, 0.5);
            }
            .demo-gallery .justified-gallery > a > img {
              -webkit-transition: -webkit-transform 0.15s ease 0s;
              -moz-transition: -moz-transform 0.15s ease 0s;
              -o-transition: -o-transform 0.15s ease 0s;
              transition: transform 0.15s ease 0s;
              -webkit-transform: scale3d(1, 1, 1);
              transform: scale3d(1, 1, 1);
              height: 100%;
              width: 100%;
            }
            .demo-gallery .justified-gallery > a:hover > img {
              -webkit-transform: scale3d(1.1, 1.1, 1.1);
              transform: scale3d(1.1, 1.1, 1.1);
            }
            .demo-gallery .justified-gallery > a:hover .demo-gallery-poster > img {
              opacity: 1;
            }
            .demo-gallery .justified-gallery > a .demo-gallery-poster {
              background-color: rgba(0, 0, 0, 0.1);
              bottom: 0;
              left: 0;
              position: absolute;
              right: 0;
              top: 0;
              -webkit-transition: background-color 0.15s ease 0s;
              -o-transition: background-color 0.15s ease 0s;
              transition: background-color 0.15s ease 0s;
            }
            .demo-gallery .justified-gallery > a .demo-gallery-poster > img {
              left: 50%;
              margin-left: -10px;
              margin-top: -10px;
              opacity: 0;
              position: absolute;
              top: 50%;
              -webkit-transition: opacity 0.3s ease 0s;
              -o-transition: opacity 0.3s ease 0s;
              transition: opacity 0.3s ease 0s;
            }
            .demo-gallery .justified-gallery > a:hover .demo-gallery-poster {
              background-color: rgba(0, 0, 0, 0.5);
            }
            .demo-gallery .video .demo-gallery-poster img {
              height: 48px;
              margin-left: -24px;
              margin-top: -24px;
              opacity: 0.8;
              width: 48px;
            }
            .demo-gallery.dark > ul > li a {
              border: 3px solid #04070a;
            }
            .home .demo-gallery {
              padding-bottom: 80px;
            }
			
			
			.ctgallery_1st{
				width: 823px;
				height: 450px;
				float:left;
				overflow:hidden;
			}
			
			.ctgallery_2nd{
				float:right;     
				height: 221px;
				width: 327px;
				overflow:hidden;
			}
			
			.ctgallery_3rd{
				float:right;height: 219px;
				width: 327px;overflow:hidden;
			}
			.ctgallery_4th{
				float:left;
			}
			
			.ctgallery_567{
				 overflow:hidden;
				 margin-left: 5px!important;
				 float:left;
			}
			
			.ctgallery_last{
				overflow:hidden;
				padding-left: 5px!important;
				padding-top: 5px!important;
				height: 149px!important;
			}
			
			
			.ctgallery_last::before{
				content: 'Alle Bilder anzeigen';
				color: white;
				display: block;
				text-align: center;
				width: 220px;
				height: 144px;
				line-height: 147px;
				position: absolute;
				background-color: #00000070;
				cursor: pointer;
				z-index: 10;
				border-bottom-right-radius:6px;
			}
			
			
			.ctgallery_lower{
				width: 225px;
				height: 145px;
				overflow:hidden;
			}
			
			.ctgallery_hidden{
				display:none;
			}
			
			.lg-toolbar>button:not(:first-child){
				display:none;
			}
			
		.lg-backdrop {
		background-color: #F8F8F8!important;
		}
		
		.lg-actions .lg-next, .lg-actions .lg-prev {
			color: #000;

		}
		.lg-actions .lg-next, .lg-actions .lg-prev {
			color: #000;
		}

		.lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html {
		   display:none;
		}

		.lg-outer.lg-pull-caption-up .lg-sub-html {
		display:none;
		}
		
		
		
		
		
			.demo-gallery{
		width:1160px;
		border-radius: 6px;
		overflow: hidden; 
		height: 621px;
		margin-bottom:35px;
	}
	
	
	
	.lg-actions .lg-next, .lg-actions .lg-prev {
		height: 100px;
		background-color:rgb(0 0 0 / 0%)!important;
	}
	
	
	.lg-actions .lg-prev:after {
		content: "\f104"!important;
		font-family: 'FontAwesome';
		font-size: 92px;
		color: #9DCAE2;
	}	
	
	.lg-actions .lg-next:before {
		content: "\f105"!important;
		font-family: 'FontAwesome';
		font-size: 92px;
		color: #9DCAE2;
	}
	
	.lg-outer .lg-thumb-outer {
    background-color: #eee!important;
    box-shadow: 1px -7px 8px #00000033!important;
	}
	.lg-outer .lg-toogle-thumb {
    background-color: #eee!important;
	}
	
	.lg-toolbar .lg-close:after {
		content: "\e070";
		color: #9DCAE2;
		font-size: 45px;
	}
	.lg-close{
		margin-right:25px;
		margin-top:25px;
	}
	
	.lg-toolbar {
		background-color: rgb(0 0 0 / 0%)!important;
	}
	
	#lg-download{
		display:none;
	}
	
	.lg-outer .lg-thumb-item.active, .lg-outer .lg-thumb-item:hover {
		border-color: #d2e9e7!important;
	}
	
	.lg-thumb {
		opacity: 0.4;
		transition: opacity 0.33s ease-in-out;
		-moz-transition: opacity 0.33s ease-in-out;
		-webkit-transition: opacity 0.33s ease-in-out;
	}
	
	.lg-thumb:hover {
		opacity: 1;
		transition: opacity 0.33s ease-in-out;
		-moz-transition: opacity 0.33s ease-in-out;
		-webkit-transition: opacity 0.33s ease-in-out;
	}
	
	.lg-thumb-item.active{
		width:300px;
		height:500px;
		/* border:4px solid !important; */ 
		
	}
		
	.lg-outer .lg-thumb-item {
    cursor: pointer;
    float: left;
    overflow: hidden;
    height: 100%;
    /* border: none!important; */
    border-radius: 0px;
    margin-bottom: 5px;
}

    background-color: #red !important;
    box-shadow: 1px -7px 8px #00000033 !important;
}

.lg-outer .lg-img-wrap {
    position: absolute;
    padding: 0 5px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    max-width: 55%;
    margin: auto;
        margin-bottom: auto;
    margin-bottom: 20px;
}

}
