/* 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; }
.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
 *
 **********************************************************/
/*!
 * Datepicker for Bootstrap v1.7.1 (https://github.com/uxsolutions/bootstrap-datepicker)
 *
 * Licensed under the Apache License v2.0 (http://www.apache.org/licenses/LICENSE-2.0)
 */

.datepicker{border-radius:4px;direction:ltr}.datepicker-inline{width:220px}.datepicker-rtl{direction:rtl}.datepicker-rtl.dropdown-menu{left:auto}.datepicker-rtl table tr td span{float:right}.datepicker-dropdown{top:0;left:0;padding:4px}.datepicker-dropdown:before{content:'';display:inline-block;border-left:7px solid transparent;border-right:7px solid transparent;border-bottom:7px solid rgba(0,0,0,.15);border-top:0;border-bottom-color:rgba(0,0,0,.2);position:absolute}.datepicker-dropdown:after{content:'';display:inline-block;border-left:6px solid transparent;border-right:6px solid transparent;border-bottom:6px solid #fff;border-top:0;position:absolute}.datepicker-dropdown.datepicker-orient-left:before{left:6px}.datepicker-dropdown.datepicker-orient-left:after{left:7px}.datepicker-dropdown.datepicker-orient-right:before{right:6px}.datepicker-dropdown.datepicker-orient-right:after{right:7px}.datepicker-dropdown.datepicker-orient-bottom:before{top:-7px}.datepicker-dropdown.datepicker-orient-bottom:after{top:-6px}.datepicker-dropdown.datepicker-orient-top:before{bottom:-7px;border-bottom:0;border-top:7px solid rgba(0,0,0,.15)}.datepicker-dropdown.datepicker-orient-top:after{bottom:-6px;border-bottom:0;border-top:6px solid #fff}.datepicker table{margin:0;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.datepicker table tr td,.datepicker table tr th{text-align:center;width:30px;height:30px;border-radius:4px;border:none}.table-striped .datepicker table tr td,.table-striped .datepicker table tr th{background-color:transparent}.datepicker table tr td.new,.datepicker table tr td.old{color:#777}.datepicker table tr td.day:hover,.datepicker table tr td.focused{background:#eee;cursor:pointer}.datepicker table tr td.disabled,.datepicker table tr td.disabled:hover{background:0 0;color:#777;cursor:default}.datepicker table tr td.highlighted{color:#000;background-color:#d9edf7;border-color:#85c5e5;border-radius:0}.datepicker table tr td.highlighted.focus,.datepicker table tr td.highlighted:focus{color:#000;background-color:#afd9ee;border-color:#298fc2}.datepicker table tr td.highlighted:hover{color:#000;background-color:#afd9ee;border-color:#52addb}.datepicker table tr td.highlighted.active,.datepicker table tr td.highlighted:active{color:#000;background-color:#afd9ee;border-color:#52addb}.datepicker table tr td.highlighted.active.focus,.datepicker table tr td.highlighted.active:focus,.datepicker table tr td.highlighted.active:hover,.datepicker table tr td.highlighted:active.focus,.datepicker table tr td.highlighted:active:focus,.datepicker table tr td.highlighted:active:hover{color:#000;background-color:#91cbe8;border-color:#298fc2}.datepicker table tr td.highlighted.disabled.focus,.datepicker table tr td.highlighted.disabled:focus,.datepicker table tr td.highlighted.disabled:hover,.datepicker table tr td.highlighted[disabled].focus,.datepicker table tr td.highlighted[disabled]:focus,.datepicker table tr td.highlighted[disabled]:hover,fieldset[disabled] .datepicker table tr td.highlighted.focus,fieldset[disabled] .datepicker table tr td.highlighted:focus,fieldset[disabled] .datepicker table tr td.highlighted:hover{background-color:#d9edf7;border-color:#85c5e5}.datepicker table tr td.highlighted.focused{background:#afd9ee}.datepicker table tr td.highlighted.disabled,.datepicker table tr td.highlighted.disabled:active{background:#d9edf7;color:#777}.datepicker table tr td.today{color:#000;background-color:#ffdb99;border-color:#ffb733}.datepicker table tr td.today.focus,.datepicker table tr td.today:focus{color:#000;background-color:#ffc966;border-color:#b37400}.datepicker table tr td.today:hover{color:#000;background-color:#ffc966;border-color:#f59e00}.datepicker table tr td.today.active,.datepicker table tr td.today:active{color:#000;background-color:#ffc966;border-color:#f59e00}.datepicker table tr td.today.active.focus,.datepicker table tr td.today.active:focus,.datepicker table tr td.today.active:hover,.datepicker table tr td.today:active.focus,.datepicker table tr td.today:active:focus,.datepicker table tr td.today:active:hover{color:#000;background-color:#ffbc42;border-color:#b37400}.datepicker table tr td.today.disabled.focus,.datepicker table tr td.today.disabled:focus,.datepicker table tr td.today.disabled:hover,.datepicker table tr td.today[disabled].focus,.datepicker table tr td.today[disabled]:focus,.datepicker table tr td.today[disabled]:hover,fieldset[disabled] .datepicker table tr td.today.focus,fieldset[disabled] .datepicker table tr td.today:focus,fieldset[disabled] .datepicker table tr td.today:hover{background-color:#ffdb99;border-color:#ffb733}.datepicker table tr td.today.focused{background:#ffc966}.datepicker table tr td.today.disabled,.datepicker table tr td.today.disabled:active{background:#ffdb99;color:#777}.datepicker table tr td.range{color:#000;background-color:#eee;border-color:#bbb;border-radius:0}.datepicker table tr td.range.focus,.datepicker table tr td.range:focus{color:#000;background-color:#d5d5d5;border-color:#7c7c7c}.datepicker table tr td.range:hover{color:#000;background-color:#d5d5d5;border-color:#9d9d9d}.datepicker table tr td.range.active,.datepicker table tr td.range:active{color:#000;background-color:#d5d5d5;border-color:#9d9d9d}.datepicker table tr td.range.active.focus,.datepicker table tr td.range.active:focus,.datepicker table tr td.range.active:hover,.datepicker table tr td.range:active.focus,.datepicker table tr td.range:active:focus,.datepicker table tr td.range:active:hover{color:#000;background-color:#c3c3c3;border-color:#7c7c7c}.datepicker table tr td.range.disabled.focus,.datepicker table tr td.range.disabled:focus,.datepicker table tr td.range.disabled:hover,.datepicker table tr td.range[disabled].focus,.datepicker table tr td.range[disabled]:focus,.datepicker table tr td.range[disabled]:hover,fieldset[disabled] .datepicker table tr td.range.focus,fieldset[disabled] .datepicker table tr td.range:focus,fieldset[disabled] .datepicker table tr td.range:hover{background-color:#eee;border-color:#bbb}.datepicker table tr td.range.focused{background:#d5d5d5}.datepicker table tr td.range.disabled,.datepicker table tr td.range.disabled:active{background:#eee;color:#777}.datepicker table tr td.range.highlighted{color:#000;background-color:#e4eef3;border-color:#9dc1d3}.datepicker table tr td.range.highlighted.focus,.datepicker table tr td.range.highlighted:focus{color:#000;background-color:#c1d7e3;border-color:#4b88a6}.datepicker table tr td.range.highlighted:hover{color:#000;background-color:#c1d7e3;border-color:#73a6c0}.datepicker table tr td.range.highlighted.active,.datepicker table tr td.range.highlighted:active{color:#000;background-color:#c1d7e3;border-color:#73a6c0}.datepicker table tr td.range.highlighted.active.focus,.datepicker table tr td.range.highlighted.active:focus,.datepicker table tr td.range.highlighted.active:hover,.datepicker table tr td.range.highlighted:active.focus,.datepicker table tr td.range.highlighted:active:focus,.datepicker table tr td.range.highlighted:active:hover{color:#000;background-color:#a8c8d8;border-color:#4b88a6}.datepicker table tr td.range.highlighted.disabled.focus,.datepicker table tr td.range.highlighted.disabled:focus,.datepicker table tr td.range.highlighted.disabled:hover,.datepicker table tr td.range.highlighted[disabled].focus,.datepicker table tr td.range.highlighted[disabled]:focus,.datepicker table tr td.range.highlighted[disabled]:hover,fieldset[disabled] .datepicker table tr td.range.highlighted.focus,fieldset[disabled] .datepicker table tr td.range.highlighted:focus,fieldset[disabled] .datepicker table tr td.range.highlighted:hover{background-color:#e4eef3;border-color:#9dc1d3}.datepicker table tr td.range.highlighted.focused{background:#c1d7e3}.datepicker table tr td.range.highlighted.disabled,.datepicker table tr td.range.highlighted.disabled:active{background:#e4eef3;color:#777}.datepicker table tr td.range.today{color:#000;background-color:#f7ca77;border-color:#f1a417}.datepicker table tr td.range.today.focus,.datepicker table tr td.range.today:focus{color:#000;background-color:#f4b747;border-color:#815608}.datepicker table tr td.range.today:hover{color:#000;background-color:#f4b747;border-color:#bf800c}.datepicker table tr td.range.today.active,.datepicker table tr td.range.today:active{color:#000;background-color:#f4b747;border-color:#bf800c}.datepicker table tr td.range.today.active.focus,.datepicker table tr td.range.today.active:focus,.datepicker table tr td.range.today.active:hover,.datepicker table tr td.range.today:active.focus,.datepicker table tr td.range.today:active:focus,.datepicker table tr td.range.today:active:hover{color:#000;background-color:#f2aa25;border-color:#815608}.datepicker table tr td.range.today.disabled.focus,.datepicker table tr td.range.today.disabled:focus,.datepicker table tr td.range.today.disabled:hover,.datepicker table tr td.range.today[disabled].focus,.datepicker table tr td.range.today[disabled]:focus,.datepicker table tr td.range.today[disabled]:hover,fieldset[disabled] .datepicker table tr td.range.today.focus,fieldset[disabled] .datepicker table tr td.range.today:focus,fieldset[disabled] .datepicker table tr td.range.today:hover{background-color:#f7ca77;border-color:#f1a417}.datepicker table tr td.range.today.disabled,.datepicker table tr td.range.today.disabled:active{background:#f7ca77;color:#777}.datepicker table tr td.selected,.datepicker table tr td.selected.highlighted{color:#fff;background-color:#777;border-color:#555;text-shadow:0 -1px 0 rgba(0,0,0,.25)}.datepicker table tr td.selected.focus,.datepicker table tr td.selected.highlighted.focus,.datepicker table tr td.selected.highlighted:focus,.datepicker table tr td.selected:focus{color:#fff;background-color:#5e5e5e;border-color:#161616}.datepicker table tr td.selected.highlighted:hover,.datepicker table tr td.selected:hover{color:#fff;background-color:#5e5e5e;border-color:#373737}.datepicker table tr td.selected.active,.datepicker table tr td.selected.highlighted.active,.datepicker table tr td.selected.highlighted:active,.datepicker table tr td.selected:active{color:#fff;background-color:#5e5e5e;border-color:#373737}.datepicker table tr td.selected.active.focus,.datepicker table tr td.selected.active:focus,.datepicker table tr td.selected.active:hover,.datepicker table tr td.selected.highlighted.active.focus,.datepicker table tr td.selected.highlighted.active:focus,.datepicker table tr td.selected.highlighted.active:hover,.datepicker table tr td.selected.highlighted:active.focus,.datepicker table tr td.selected.highlighted:active:focus,.datepicker table tr td.selected.highlighted:active:hover,.datepicker table tr td.selected:active.focus,.datepicker table tr td.selected:active:focus,.datepicker table tr td.selected:active:hover{color:#fff;background-color:#4c4c4c;border-color:#161616}.datepicker table tr td.selected.disabled.focus,.datepicker table tr td.selected.disabled:focus,.datepicker table tr td.selected.disabled:hover,.datepicker table tr td.selected.highlighted.disabled.focus,.datepicker table tr td.selected.highlighted.disabled:focus,.datepicker table tr td.selected.highlighted.disabled:hover,.datepicker table tr td.selected.highlighted[disabled].focus,.datepicker table tr td.selected.highlighted[disabled]:focus,.datepicker table tr td.selected.highlighted[disabled]:hover,.datepicker table tr td.selected[disabled].focus,.datepicker table tr td.selected[disabled]:focus,.datepicker table tr td.selected[disabled]:hover,fieldset[disabled] .datepicker table tr td.selected.focus,fieldset[disabled] .datepicker table tr td.selected.highlighted.focus,fieldset[disabled] .datepicker table tr td.selected.highlighted:focus,fieldset[disabled] .datepicker table tr td.selected.highlighted:hover,fieldset[disabled] .datepicker table tr td.selected:focus,fieldset[disabled] .datepicker table tr td.selected:hover{background-color:#777;border-color:#555}.datepicker table tr td.active,.datepicker table tr td.active.highlighted{color:#fff;background-color:#337ab7;border-color:#2e6da4;text-shadow:0 -1px 0 rgba(0,0,0,.25)}.datepicker table tr td.active.focus,.datepicker table tr td.active.highlighted.focus,.datepicker table tr td.active.highlighted:focus,.datepicker table tr td.active:focus{color:#fff;background-color:#286090;border-color:#122b40}.datepicker table tr td.active.highlighted:hover,.datepicker table tr td.active:hover{color:#fff;background-color:#286090;border-color:#204d74}.datepicker table tr td.active.active,.datepicker table tr td.active.highlighted.active,.datepicker table tr td.active.highlighted:active,.datepicker table tr td.active:active{color:#fff;background-color:#286090;border-color:#204d74}.datepicker table tr td.active.active.focus,.datepicker table tr td.active.active:focus,.datepicker table tr td.active.active:hover,.datepicker table tr td.active.highlighted.active.focus,.datepicker table tr td.active.highlighted.active:focus,.datepicker table tr td.active.highlighted.active:hover,.datepicker table tr td.active.highlighted:active.focus,.datepicker table tr td.active.highlighted:active:focus,.datepicker table tr td.active.highlighted:active:hover,.datepicker table tr td.active:active.focus,.datepicker table tr td.active:active:focus,.datepicker table tr td.active:active:hover{color:#fff;background-color:#204d74;border-color:#122b40}.datepicker table tr td.active.disabled.focus,.datepicker table tr td.active.disabled:focus,.datepicker table tr td.active.disabled:hover,.datepicker table tr td.active.highlighted.disabled.focus,.datepicker table tr td.active.highlighted.disabled:focus,.datepicker table tr td.active.highlighted.disabled:hover,.datepicker table tr td.active.highlighted[disabled].focus,.datepicker table tr td.active.highlighted[disabled]:focus,.datepicker table tr td.active.highlighted[disabled]:hover,.datepicker table tr td.active[disabled].focus,.datepicker table tr td.active[disabled]:focus,.datepicker table tr td.active[disabled]:hover,fieldset[disabled] .datepicker table tr td.active.focus,fieldset[disabled] .datepicker table tr td.active.highlighted.focus,fieldset[disabled] .datepicker table tr td.active.highlighted:focus,fieldset[disabled] .datepicker table tr td.active.highlighted:hover,fieldset[disabled] .datepicker table tr td.active:focus,fieldset[disabled] .datepicker table tr td.active:hover{background-color:#337ab7;border-color:#2e6da4}.datepicker table tr td span{display:block;width:23%;height:54px;line-height:54px;float:left;margin:1%;cursor:pointer;border-radius:4px}.datepicker table tr td span.focused,.datepicker table tr td span:hover{background:#eee}.datepicker table tr td span.disabled,.datepicker table tr td span.disabled:hover{background:0 0;color:#777;cursor:default}.datepicker table tr td span.active,.datepicker table tr td span.active.disabled,.datepicker table tr td span.active.disabled:hover,.datepicker table tr td span.active:hover{color:#fff;background-color:#337ab7;border-color:#2e6da4;text-shadow:0 -1px 0 rgba(0,0,0,.25)}.datepicker table tr td span.active.disabled.focus,.datepicker table tr td span.active.disabled:focus,.datepicker table tr td span.active.disabled:hover.focus,.datepicker table tr td span.active.disabled:hover:focus,.datepicker table tr td span.active.focus,.datepicker table tr td span.active:focus,.datepicker table tr td span.active:hover.focus,.datepicker table tr td span.active:hover:focus{color:#fff;background-color:#286090;border-color:#122b40}.datepicker table tr td span.active.disabled:hover,.datepicker table tr td span.active.disabled:hover:hover,.datepicker table tr td span.active:hover,.datepicker table tr td span.active:hover:hover{color:#fff;background-color:#286090;border-color:#204d74}.datepicker table tr td span.active.active,.datepicker table tr td span.active.disabled.active,.datepicker table tr td span.active.disabled:active,.datepicker table tr td span.active.disabled:hover.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:hover:active{color:#fff;background-color:#286090;border-color:#204d74}.datepicker table tr td span.active.active.focus,.datepicker table tr td span.active.active:focus,.datepicker table tr td span.active.active:hover,.datepicker table tr td span.active.disabled.active.focus,.datepicker table tr td span.active.disabled.active:focus,.datepicker table tr td span.active.disabled.active:hover,.datepicker table tr td span.active.disabled:active.focus,.datepicker table tr td span.active.disabled:active:focus,.datepicker table tr td span.active.disabled:active:hover,.datepicker table tr td span.active.disabled:hover.active.focus,.datepicker table tr td span.active.disabled:hover.active:focus,.datepicker table tr td span.active.disabled:hover.active:hover,.datepicker table tr td span.active.disabled:hover:active.focus,.datepicker table tr td span.active.disabled:hover:active:focus,.datepicker table tr td span.active.disabled:hover:active:hover,.datepicker table tr td span.active:active.focus,.datepicker table tr td span.active:active:focus,.datepicker table tr td span.active:active:hover,.datepicker table tr td span.active:hover.active.focus,.datepicker table tr td span.active:hover.active:focus,.datepicker table tr td span.active:hover.active:hover,.datepicker table tr td span.active:hover:active.focus,.datepicker table tr td span.active:hover:active:focus,.datepicker table tr td span.active:hover:active:hover{color:#fff;background-color:#204d74;border-color:#122b40}.datepicker table tr td span.active.disabled.disabled.focus,.datepicker table tr td span.active.disabled.disabled:focus,.datepicker table tr td span.active.disabled.disabled:hover,.datepicker table tr td span.active.disabled.focus,.datepicker table tr td span.active.disabled:focus,.datepicker table tr td span.active.disabled:hover,.datepicker table tr td span.active.disabled:hover.disabled.focus,.datepicker table tr td span.active.disabled:hover.disabled:focus,.datepicker table tr td span.active.disabled:hover.disabled:hover,.datepicker table tr td span.active.disabled:hover[disabled].focus,.datepicker table tr td span.active.disabled:hover[disabled]:focus,.datepicker table tr td span.active.disabled:hover[disabled]:hover,.datepicker table tr td span.active.disabled[disabled].focus,.datepicker table tr td span.active.disabled[disabled]:focus,.datepicker table tr td span.active.disabled[disabled]:hover,.datepicker table tr td span.active:hover.disabled.focus,.datepicker table tr td span.active:hover.disabled:focus,.datepicker table tr td span.active:hover.disabled:hover,.datepicker table tr td span.active:hover[disabled].focus,.datepicker table tr td span.active:hover[disabled]:focus,.datepicker table tr td span.active:hover[disabled]:hover,.datepicker table tr td span.active[disabled].focus,.datepicker table tr td span.active[disabled]:focus,.datepicker table tr td span.active[disabled]:hover,fieldset[disabled] .datepicker table tr td span.active.disabled.focus,fieldset[disabled] .datepicker table tr td span.active.disabled:focus,fieldset[disabled] .datepicker table tr td span.active.disabled:hover,fieldset[disabled] .datepicker table tr td span.active.disabled:hover.focus,fieldset[disabled] .datepicker table tr td span.active.disabled:hover:focus,fieldset[disabled] .datepicker table tr td span.active.disabled:hover:hover,fieldset[disabled] .datepicker table tr td span.active.focus,fieldset[disabled] .datepicker table tr td span.active:focus,fieldset[disabled] .datepicker table tr td span.active:hover,fieldset[disabled] .datepicker table tr td span.active:hover.focus,fieldset[disabled] .datepicker table tr td span.active:hover:focus,fieldset[disabled] .datepicker table tr td span.active:hover:hover{background-color:#337ab7;border-color:#2e6da4}.datepicker table tr td span.new,.datepicker table tr td span.old{color:#777}.datepicker .datepicker-switch{width:145px}.datepicker .datepicker-switch,.datepicker .next,.datepicker .prev,.datepicker tfoot tr th{cursor:pointer}.datepicker .datepicker-switch:hover,.datepicker .next:hover,.datepicker .prev:hover,.datepicker tfoot tr th:hover{background:#eee}.datepicker .next.disabled,.datepicker .prev.disabled{visibility:hidden}.datepicker .cw{font-size:10px;width:12px;padding:0 2px 0 5px;vertical-align:middle}.input-group.date .input-group-addon{cursor:pointer}.input-daterange{width:100%}.input-daterange input{text-align:center}.input-daterange input:first-child{border-radius:3px 0 0 3px}.input-daterange input:last-child{border-radius:0 3px 3px 0}.input-daterange .input-group-addon{width:auto;min-width:16px;padding:4px 5px;line-height:1.42857143;text-shadow:0 1px 0 #fff;border-width:1px 0;margin-left:-5px;margin-right:-5px}
/* Ion.RangeSlider
// css version 2.0.3
// © 2013-2014 Denis Ineshin | IonDen.com
// ===================================================================================================================*/

/* =====================================================================================================================
// RangeSlider */

.irs {
    position: relative; display: block;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
     -khtml-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
}
    .irs-line {
        position: relative; display: block;
        overflow: hidden;
        outline: none !important;
    }
        .irs-line-left, .irs-line-mid, .irs-line-right {
            position: absolute; display: block;
            top: 0;
        }
        .irs-line-left {
            left: 0; width: 11%;
        }
        .irs-line-mid {
            left: 9%; width: 82%;
        }
        .irs-line-right {
            right: 0; width: 11%;
        }

    .irs-bar {
        position: absolute; display: block;
        left: 0; width: 0;
    }
        .irs-bar-edge {
            position: absolute; display: block;
            top: 0; left: 0;
        }

    .irs-shadow {
        position: absolute; display: none;
        left: 0; width: 0;
    }

    .irs-slider {
        position: absolute; display: block;
        cursor: default;
        z-index: 1;
    }
        .irs-slider.single {

        }
        .irs-slider.from {

        }
        .irs-slider.to {

        }
        .irs-slider.type_last {
            z-index: 2;
        }

    .irs-min {
        position: absolute; display: block;
        left: 0;
        cursor: default;
    }
    .irs-max {
        position: absolute; display: block;
        right: 0;
        cursor: default;
    }

    .irs-from, .irs-to, .irs-single {
        position: absolute; display: block;
        top: 0; left: 0;
        cursor: default;
        white-space: nowrap;
    }

.irs-grid {
    position: absolute; display: none;
    bottom: 0; left: 0;
    width: 100%; height: 20px;
}
.irs-with-grid .irs-grid {
    display: block;
}
    .irs-grid-pol {
        position: absolute;
        top: 0; left: 0;
        width: 1px; height: 8px;
        background: #000;
    }
    .irs-grid-pol.small {
        height: 4px;
    }
    .irs-grid-text {
        position: absolute;
        bottom: 0; left: 0;
        white-space: nowrap;
        text-align: center;
        font-size: 9px; line-height: 9px;
        padding: 0 3px;
        color: #000;
    }

.irs-disable-mask {
    position: absolute; display: block;
    top: 0; left: -1%;
    width: 102%; height: 100%;
    cursor: default;
    background: rgba(0,0,0,0.0);
    z-index: 2;
}
.irs-disabled {
    opacity: 0.4;
}
.lt-ie9 .irs-disabled {
    filter: alpha(opacity=40);
}


.irs-hidden-input {
    position: absolute !important;
    display: block !important;
    top: 0 !important;
    left: 0 !important;
    width: 0 !important;
    height: 0 !important;
    font-size: 0 !important;
    line-height: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    outline: none !important;
    z-index: -9999 !important;
    background: none !important;
    border-style: solid !important;
    border-color: transparent !important;
}

/* Ion.RangeSlider, Flat UI Skin
// css version 2.0.3
// © Denis Ineshin, 2014    https://github.com/IonDen
// ===================================================================================================================*/

/* =====================================================================================================================
// Skin details */

.irs-line-mid,
.irs-line-left,
.irs-line-right,
.irs-bar,
.irs-bar-edge,
.irs-slider {
    background: url(../../system/modules/mw-contao-fewomanager/assets/frontend/js/ion.rangeSlider-2.1.6/img/sprite-skin-flat.png) repeat-x;
}

.irs {
    height: 40px;
}
.irs-with-grid {
    height: 60px;
}
.irs-line {
    height: 12px; top: 25px;
}
    .irs-line-left {
        height: 12px;
        background-position: 0 -30px;
    }
    .irs-line-mid {
        height: 12px;
        background-position: 0 0;
    }
    .irs-line-right {
        height: 12px;
        background-position: 100% -30px;
    }

.irs-bar {
    height: 12px; top: 25px;
    background-position: 0 -60px;
}
    .irs-bar-edge {
        top: 25px;
        height: 12px; width: 9px;
        background-position: 0 -90px;
    }

.irs-shadow {
    height: 3px; top: 34px;
    background: #000;
    opacity: 0.25;
}
.lt-ie9 .irs-shadow {
    filter: alpha(opacity=25);
}

.irs-slider {
    width: 16px; height: 18px;
    top: 22px;
    background-position: 0 -120px;
}
.irs-slider.state_hover, .irs-slider:hover {
    background-position: 0 -150px;
}

.irs-min, .irs-max {
    color: #999;
    font-size: 10px; line-height: 1.333;
    text-shadow: none;
    top: 0; padding: 1px 3px;
    background: #e1e4e9;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.irs-from, .irs-to, .irs-single {
    color: #fff;
    font-size: 10px; line-height: 1.333;
    text-shadow: none;
    padding: 1px 5px;
    background: #ed5565;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.irs-from:after, .irs-to:after, .irs-single:after {
    position: absolute; display: block; content: "";
    bottom: -6px; left: 50%;
    width: 0; height: 0;
    margin-left: -3px;
    overflow: hidden;
    border: 3px solid transparent;
    border-top-color: #ed5565;
}


.irs-grid-pol {
    background: #e1e4e9;
}
.irs-grid-text {
    color: #999;
}

.irs-disabled {
}


/**********************************************************
 *
 * Unterkunftsfilter
 *
 **********************************************************/

.mod_mwfmvacationrentalquickfilter.block {
    overflow: visible;
}

.mod_mwfmvacationrentalquickfilter {
    position: absolute;
    bottom: 66px;
    left: 0;
    right: 0;
    width: 100%;
    margin: 0 auto;
}

.mod_mwfmvacationrentalquickfilter input[type="text"],
.mod_mwfmvacationrentalquickfilter select {
    border: 0;
}

.mwfm-filter-wrapper {
    margin: 0 15px;
}

.mwfm-filter-wrapper .mwfm-filter-result {
}

.mwfm-filter-wrapper .mwfm-filter-result .mwfm-num-rows {
    margin-bottom: 15px;
    -webkit-border-radius: 2px 2px 2px 2px;
    border-radius: 2px 2px 2px 2px;
    text-align: center;
}

.mwfm-filter-wrapper .mwfm-filter-form {
    overflow: hidden;
}

.mwfm-filter-wrapper .mwfm-filter-form form {
    margin: 0 -15px;
}

.mwfm-filter-wrapper .mwfm-filter-form .mwfm-button.mwfm-button-reset {
    display: none;
}

.mwfm-filter-wrapper .mwfm-filter-form .mwfm-button.mwfm-button-reset button {
    position: relative;
    padding: 0 0 0 20px;
    margin-bottom: 15px;
    background: none;
    border: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    font-size: 1rem;
    outline: none;
    text-decoration: underline;
}

.mwfm-filter-wrapper .mwfm-filter-form .mwfm-button.mwfm-button-reset button:hover {
    text-decoration: none;
}

.mwfm-filter-wrapper .mwfm-filter-form .mwfm-button.mwfm-button-reset button:after {
    content: '\f1f8';
    position: absolute;
    top: 0;
    left: 0;
    font-family: FontAwesome;
}

.mwfm-filter-wrapper .mwfm-filter-form .mwfm-form-group {
    float: left;
    width: 20%;
    padding: 0 15px;
    margin: 0;
}

.mwfm-filter-wrapper .mwfm-filter-form .mwfm-form-group > label {
    display: none;
    line-height: 1;
}

.mwfm-filter-wrapper .mwfm-filter-form .mwfm-form-date-group {
    float: left;
    width: 40%;
}

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

.mwfm-filter-wrapper .mwfm-filter-form .mwfm-persons,
.mwfm-filter-wrapper .mwfm-filter-form .mwfm-places {
    position: relative;
}

.mwfm-filter-wrapper .mwfm-filter-form .mwfm-from-date:after,
.mwfm-filter-wrapper .mwfm-filter-form .mwfm-to-date:after,
.mwfm-filter-wrapper .mwfm-filter-form .mwfm-persons:after,
.mwfm-filter-wrapper .mwfm-filter-form .mwfm-places:after {
    position: absolute;
    top: 2px;
    left: 25px;
    font-family: FontAwesome;
    visibility: visible;
    pointer-events: none;
}

.mwfm-filter-wrapper .mwfm-filter-form .mwfm-from-date:after,
.mwfm-filter-wrapper .mwfm-filter-form .mwfm-to-date:after {
    content: '\f073';
}

.mwfm-filter-wrapper .mwfm-filter-form .mwfm-persons:after {
    content: '\f007';
}

.mwfm-filter-wrapper .mwfm-filter-form .mwfm-places:after {
    content: '\f041';
}

.mwfm-filter-wrapper .mwfm-filter-form .mwfm-from-date input,
.mwfm-filter-wrapper .mwfm-filter-form .mwfm-to-date input,
.mwfm-filter-wrapper .mwfm-filter-form .mwfm-persons select,
.mwfm-filter-wrapper .mwfm-filter-form .mwfm-places select {
    width: 100%;
    padding-left: 38px;
    cursor: pointer;
    transition: all 0.25s ease 0s;
}

/*.mwfm-filter-wrapper .mwfm-filter-form .mwfm-from-date input:hover,*/
/*.mwfm-filter-wrapper .mwfm-filter-form .mwfm-to-date input:hover,*/
/*.mwfm-filter-wrapper .mwfm-filter-form .mwfm-persons select:hover,*/
/*.mwfm-filter-wrapper .mwfm-filter-form .mwfm-places select:hover {*/

/*}*/

.mwfm-filter-wrapper .mwfm-filter-form .mwfm-persons select,
.mwfm-filter-wrapper .mwfm-filter-form .mwfm-places select {
    padding-left: 35px;
}

.mwfm-filter-wrapper .mwfm-filter-form .mwfm-button {
    float: left;
    width: 20%;
    padding: 0 15px;
    overflow: hidden;
}

.mwfm-filter-wrapper .mwfm-filter-form .mwfm-button button {
    width: 100%;
    height: 34px;
}

@media screen and (max-width: 800px) {
    .mwfm-filter-wrapper .mwfm-filter-form .mwfm-form-date-group {
        float: none;
        width: 100%;
        overflow: hidden;
    }

    .mwfm-filter-wrapper .mwfm-filter-form .mwfm-form-group {
        width: 50%;
        margin-bottom: 15px;
    }

    .mwfm-filter-wrapper .mwfm-filter-form .mwfm-button {
        float: right;
        width: 150px;
    }
}

@media screen and (max-width: 599px) {
    .mwfm-filter-wrapper .mwfm-filter-form .mwfm-form-group {
        float: none;
        width: 100%;
    }
}

/**********************************************************
 *
 * Top Unterkünfte
 *
 **********************************************************/

.mod_mwfmtopvacationrentals {}

.mod_mwfmtopvacationrentals .mwfm-vacation-rental-wrapper {
    float: left;
    width: 50%;
    padding: 0 15px;
    margin-bottom: 15px;
}

.mod_mwfmtopvacationrentals .mwfm-vacation-rental-wrapper .mwfm-vacation-rental {
    position: relative;
    overflow: hidden;
}

.mod_mwfmtopvacationrentals .mwfm-vacation-rental-wrapper .mwfm-wishlist {
    top: 10px;
    right: 50px;
}

.mod_mwfmtopvacationrentals .mwfm-vacation-rental-wrapper .mwfm-image {
    max-height: 400px;
    padding: 8px;
    line-height: 0;
    overflow: hidden;
}

.mod_mwfmtopvacationrentals .mwfm-vacation-rental-wrapper .mwfm-information {
    height: 100%;
    padding: 5px 15px 15px 15px;
}

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

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

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

.mod_mwfmtopvacationrentals .mwfm-vacation-rental-wrapper .mwfm-information-container {
    padding: 5px;
    margin: 5px 0;
    background: #F8F8F8;
    font-size: 0.9rem;
    overflow: hidden;
}

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

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

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

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

.mod_mwfmtopvacationrentals .mwfm-vacation-rental-wrapper .mwfm-rating {
    position: absolute;
    top: -75px;
    left: auto;
    bottom: auto;
    right: 15px;
    font-size: 0.8rem;
    text-align: center;
}

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

.mod_mwfmtopvacationrentals .mwfm-vacation-rental-wrapper .mwfm-information .mwfm-price-minimum {
    float: left;
    width: 50%;
    text-align: center;
}

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

.mod_mwfmtopvacationrentals .mwfm-vacation-rental-wrapper .mwfm-button-reader {
    position: relative;
    float: left;
    width: 50%;
    margin-top: 10px;
    margin-right: 0;
    border: 0;
    -webkit-border-radius: 2px 2px 2px 2px;
    border-radius: 2px 2px 2px 2px;
    font-size: 1rem;
    text-decoration: none;
    outline: none;
}

.mod_mwfmtopvacationrentals .mwfm-vacation-rental-wrapper .mwfm-button-reader:before {
    content: '\f101';
    position: absolute;
    top: 0;
    right: 10px;
    font-family: FontAwesome;
}
/* 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%;
  }
}

/*
	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;
}





body{
    max-width: 100%;
    overflow-x: hidden;
}	

			.listDesc{
			display:none;
			}
	
	#corona_info {
		display:none;
	}

#mobileteaser{
	display:none;
}

.mod_mwfmtopvacationrentals .mwfm-vacation-rental-wrapper .mwfm-information h3 {
		overflow:hidden;
		text-overflow:ellipsis;
		padding: 5px 5px 5px 0px;
    font-family:'Yummo-Regular';
    font-size:1.25rem;
    margin:0;
}


@media only screen and (min-width: 769px) {
	
	
	
	.fp_info{
		margin-top: 50px;
		display: flex;
		overflow: visible;
		justify-content: center;
		gap: 100px;
		background-color: #f0f0f0;
		padding: 50px;
		margin-bottom: -50px;
		border-bottom: 5px dashed #f8f8f8;
		border-top: 5px dashed #f8f8f8;
	}
	
	.fp_info>div>div{
		text-align:center;
		width:300px;
	}
	
		.fp_info>div>div>img{
		width:150px;
	}
	
	.fp_info>div>div:nth-child(2){
		margin-top: 10px;
		margin-bottom: 10px;
		font-weight:bold;
		text-transform:uppercase;
	}
	
	
	.btn_voucher {
	bottom: 34px;
    position: absolute;
    padding: 10px 15px 8px;
    background-color: #cccccca1;
    border: 1px solid #fff;
    border-radius: 4px;
    font-size: 16px;
    color: #000;
    transform: translate(-50%,0);
    left: 50%;
    /* z-index: 91; */
    white-space: nowrap;
    font-weight: 400;
		
	}

	.btn_voucher::before{
		
		margin-right: 5px;
  font-family: FontAwesome;
    font-weight: normal;
  content: "\f05a";
  font-weight: lighter;
	}
	
		.btn_voucher >a{
			font-weight:bold;
			color:#0f0f0f;
			padding-left:5px;
		}

.mod_mwfmvacationrentalquickfilter .mwfm-filter-wrapper{
	border-radius:4px;
}

.mwfm-form-group>input,.mwfm-select-group>select{
border-radius:4px;	
}


	#corona_info{
		padding: 13px !important;
		padding: 10px;
		-webkit-box-shadow: 2px 3px 5px 0 rgba(0,0,0,0.55);
		-moz-box-shadow: 2px 3px 5px 0 rgba(0,0,0,0.55);
		box-shadow: 2px 3px 5px 0 rgba(0,0,0,0.55);
		background-color: #e3e3e3;
		color: #0f0f0f;
		width: 222px;
		height: 57px;
		position: absolute;
		bottom: -30px;
		top: 760px;
		z-index: 9;
		left: 50%;
		margin-left: -111px;
		border: 1px solid white;
	}
	
	#corona_info>p>a {
		color: #0f0f0f;
		text-decoration:none;
	}		
	
	#corona_close{
		position: absolute;
		right: 7px;
		top: 0px;
		cursor: default;
		display:none;
	}
		
		
	}


	/* Misc Stuff */

	h1,h4{
	/* color:#323232;	 */
	font-size: 38px;
	margin-bottom: 0px;
	border-bottom:none;
	font-family:'Yummo-Regular';
	text-transform:none;
	}

	

	
	.mod_mwfmvacationrentalquickfilter{
		box-shadow: 0px 20px 20px -17px rgb(157, 202, 226);
	}



	
		.mwfm-form-group>input:hover{
		 border: 1px solid rgba(65,197,240,0.4); 
		 border-radius: 6px; 
	}
	
.mwfm-filter-wrapper .mwfm-filter-form .mwfm-from-date input, .mwfm-filter-wrapper .mwfm-filter-form .mwfm-to-date input, .mwfm-filter-wrapper .mwfm-filter-form .mwfm-persons select, .mwfm-filter-wrapper .mwfm-filter-form .mwfm-places select {
    transition: none;
}
.mwfm-from-date, .mwfm-to-date {
    padding-left: 15px!important;

}


	/*Select Block*/
	h3.teaser {
		top: 497px;
		font-family: 'Yummo-SemiBold';
		font-size: 2.3rem;
		width: 925px;
		margin-left: auto;
		margin-right: auto;
		left: 0;
		right: 0;
		text-align: center;
		line-height: 0.75;
		text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.47);
	}
	h3.teaser>span{
		font-size:28px;
	}

	body.home #header .ce_rsce_image .image.has-background {
		background-position: top;
	}
	
	h1{
		text-transform: none;

	}
	
	
	h2{
		text-transform: none;
		padding-left:10px;
		margin-bottom: 40px;
		text-align:center;
	}
	
	.mwfm-vacation-rental-wrapper .mwfm-wishlist {
	display:none;

	}
	
	div.last:nth-child(1) > h1:nth-child(1) {
		font: 32px 'Yummo-Regular', sans-serif;
		color: #0f0f0f;
		text-transform: none;
		padding-bottom: 0px;
	}
	
	.mod_mwfmtopvacationrentals .mwfm-vacation-rental-wrapper {
    float: left;
    width: 25%; 
    padding: 0 15px;
    margin-bottom: 15px;
	}
	
	

	
	/* Urlaub an der Nordsee Block */
	
	#ferienwohnungen-zum-wohlfuehlen-in-cuxhaven{

		background-color: transparent!important;
		box-shadow: none!important;
	}
	
	#ferienwohnungen-zum-wohlfuehlen-in-cuxhaven>div>div>h1, #ferienwohnungen-zum-wohlfuehlen-in-cuxhaven>div>h1, #TeaserSpalte>div>h1{
		text-align:center;
		border-bottom: none;
				font: 38px 'Yummo-Regular', sans-serif;
		color: #0f0f0f;
		text-transform: none;
		padding-bottom: 0px;
		
				
		
	}
	#ferienwohnungen-zum-wohlfuehlen-in-cuxhaven>div>div>h1::before {
			content:'';
			 display: inline-block;
			 position:absolute;
			 margin-left:-35px;
			 margin-top:-2px;
			 background-size: 30px auto;
			 background-repeat:no-repeat;
			background-image:url('../../files/images/seahorse.png');
			height:60px;
			width:30px;
			display:none;
			
	}
	#TeaserSpalte>div>h1{
		padding-top:15px;
	}
	
	
	#ferienwohnungen-zum-wohlfuehlen-in-cuxhaven>div>div>p{
		text-align:center;
		max-width:1390px;
		margin:auto;
		font-size:22px;
	}
	
	/* Teaser Block */
	#TeaserX {
		margin: auto;
		  margin-top: auto;
		  margin-bottom: auto;
		margin-top: auto;
		margin-bottom: auto;
		background-color: #f0f0f0;
		text-align: center;
		margin-bottom: 105px;
		margin-top: 85px;
		display: flex;
		overflow: visible;
		justify-content: center;
		gap: 20px;
		max-width: 1400px;
	}

	#TeaserX>div>p {
		text-align:justify;
	}		
	
	#container {
		max-width:100%;
		overflow:hidden;
	}
	#TeaserX>div{
		max-width:465px;
		display:inline-block;
		float: none;
		position:relative;
		overflow:hidden;
		border-radius: 5px;
		background-color: white;
		border: 1px solid #E4E4E4;
		box-shadow: 0 2px 1px rgba(0, 0, 0, 0.1);
		padding-bottom: 30px;
		
	}
	

	
	#TeaserX>div>a>img {
		margin-top:15px;
		border-radius:5px;
	}
	
	#TeaserX>div>::before{ 
		content:'';
		display:block;
		position:absolute;
		margin-left:0;
		margin-top:157px; 
		background-repeat:no-repeat;
		background-image:url(../../files/images/wavepic.png);
		background-size:contain;background-repeat:no-repeat;
		height:160px;
		width:100%;
		overflow:hidden;
		top:0;
		left:0;
		padding:0 15px;
		background-position:415px auto;
		background-origin:content-box!important;
		background-size:435px auto;
		opacity: 0.5;
		pointer-events: none;
	}
	
	#ferienwohnungen-zum-wohlfuehlen-in-cuxhaven{
		margin-top:20px!important;	
		padding-bottom:0!important;
	}
	
	#TeaserSpalte{
		background-color:#f8f8f8 !important;	
		margin-top:50px!important;	
	}
	
	/*Top Unterkünfte Block */
	
	#top-unterkuenfte{
		margin:auto!important;
			margin-top:50px!important;
			max-width:1400px
	}
	
	h2{
		font-size:38px;
	}
	
	
	#TeaserX>div {
		margin-top:25px;
	}
	
	#TeaserX>div>a>p{
		color:#0f0f0f;
		font-size:24px;
		font-weight:bold;
		padding-bottom:10px;
		padding-top:10px;
		color:#193856;
	}
	#TeaserX>div>a{
		color:#0f0f0f;
		text-decoration:none;
	}
	
	.TeaserBtn{
			color: #FFF;
		background-color: var(--accent-color);
		padding: 10px;
		  padding-left: 10px;
		margin: auto;
		display: block;
		width: fit-content;
		padding-left: 40px;	 
		padding-right:20px;
		background-repeat:no-repeat;
		background-position-x:10px;
		background-position-y:10px;
		border-radius:5px;
	text-decoration:none;
	margin-top:25px;
}

.TeaserBtn:hover{
	background-color:#47403A;
}

.TeaserBtn.sea {
			background-image: url("https://nordseebrandung.de/files/images/minilogo.svg");
}
.TeaserBtn.wifi {
			background-image: url("https://nordseebrandung.de/files/images/wifi-solid.svg");
			background-size: 25px;
background-position-y: 14px;
}
.TeaserBtn.dog {
			background-image: url("https://nordseebrandung.de/files/images/dog-solid.svg");
			background-size: 25px;
background-position-y: 12px;
}



	.TeaserBtn:hover{
		text-decoration:none;
	}

#wrapper * {

    box-sizing: border-box;

}




	#TeaserX>div>a:hover p{
		color:#f05553;
		text-decoration:none;
	}
	
	
	#AllFlatsBTN {
		text-align: center;
		padding-top: 60px;
		padding-bottom: 70px;
	}
	
	#AllFlatsBTN>a{
		border-radius: 4px;
		border: 1px solid gray;
		padding: 10px;
		color: #323232;
		text-transform: capitalize;
		padding-left: 25px;
		padding-right: 25px;
		/* text-transform: uppercase; */
	}
	
	#AllFlatsBTN>a:hover{
		text-decoration:none;
		color:#f05553;

	}
	
	#AllFlatsBTN a:hover {
		border-color:#f05553;
	}
	
	#AllFlatsBTN>a::after{
		font-family: 'FontAwesome';
		content: '\f105';
		margin-left: 20px;
	}
	
	/* POpular Fewos	*/
	.mwfm-prices-container{
		
	}	
	
	.mwfm-prices-container>.mwfm-button-reader{
		position: absolute!important;
		right: 15px!important;
		bottom: 5px!important;
		width: 100px!important;
	}		
	
	.mwfm-price-minimum{
		position: absolute;
		top: 15px;
		right: 15px;
		background-color: white;
	}
	
	.mwfm-information-container {
		display:none;
		padding: 5px;
		margin: 5px 0;
		background: #F8F8F8;
		font-size: 0.9rem;
		overflow: hidden;
		margin-left: 10px!important;
		margin-right: 10px!important;
	}
	
	.mwfm-information{
		padding:0px!important;
	}
	
	
	.mwfm-information>.mwfm-headline {
		padding-left: 10px;
		padding-right: 10px;
		white-space: nowrap;
		text-align:left;
	}
	
	.mwfm-information>.mwfm-headline>h2{
		text-align:left;
	}
	
	/* hide city */
	.mod_mwfmtopvacationrentals .mwfm-vacation-rental-wrapper .mwfm-city {
		
	}
	
	
	.mod_mwfmtopvacationrentals .mwfm-vacation-rental-wrapper .mwfm-image {
		padding-bottom: 0px;
	}
	
	
	
	.teaserblocktextfp{
		/* text-align:justify; */
	}
	
	#contactusfp {
	  display: flex;
	  flex-wrap: nowrap;
	  align-items: stretch;
	}

	#contactusfp .rs-column {
	  box-sizing: border-box;
	  padding: 0 15px;
	  display: flex;
	  flex-direction: column;
	}

	#contactusfp .ce_text {
	  flex-grow: 1;
	}

	#contactusfp .-large-col-2-1 {
	  flex: 0 0 70%;
	  max-width: 70%;
	  height:408px;
	}

	#contactusfp .-large-col-2-1:nth-of-type(2){
	  flex: 0 0 30%;
	  max-width: 30%;
	}

	
	
	
	#hilfe-und-anfahrtskarte{
		max-width:1400px;
		margin:auto!important;
		margin-top:50px!important;
	}
	
	
	
	
	#HelpBooking{
		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;	
		background-color:#FFFFFF;
		padding:15px;
		height:auto;
		z-index:12;
		position: relative;
	}
	

	#hilfe-und-anfahrtskarte::before{
				position: absolute;
		width: 20000px;
		height: 523px;
		left: -50%;
		position: absolute;
		display: block;
		margin-left: -10000px;
		background-color: #f0f0f0;
		content: "";
		z-index: 1;
		bottom: -60px;
	}

	#HelpBooking ul{
	margin-left:10px;
	}
	
	#MYMAP {
	  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;
	  background-color: #FFFFFF;
	  width: 100%; /* Set width to 100% */
	  box-sizing: border-box; /* Add box-sizing property */
	  z-index: 25;
	}

	.featurelist{
		display:none;
	}

		/* Search Button */
		
		.mwfm-filter-wrapper .mwfm-filter-form .mwfm-button {
			padding: 0;
		}
		
		.mwfm-button>button{
			height:35px;
			background: rgb(230,49,50);
			overflow: visible;
			background:var(--accent-color);
				/* 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: 22px;
		}
		
		.mwfm-button>button:hover{
			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%); 
			

		}
		
		
		/* .mod_mwfmvacationrentalquickfilter button.mwfm-submit::after { */
			/* content: '\f002'; */
			/* position: absolute; */
			/* top: 2px; */
			/* right: 13px; */
			/* font-family: FontAwesome; */
			/* font-size: ; */
			/* size: 60px; */
			/* font-size: 25px; */
		/* } */


		.mwfm-filter-wrapper .mwfm-filter-form .mwfm-button button {
			height: 35px;
		}
		
		.mwfm-places {
			display:none;
		}
		

		
		.mwfm-filter-wrapper .mwfm-filter-form .mwfm-form-date-group {
			float: left;
			width: 50%;
		}
		
		.mod_mwfmvacationrentalquickfilter {
			width: 840px;
		}
		
		.mwfm-persons {
			width:23%!important;
		}
		
		.mwfm-filter-form{
			width:835px;
		}
		
		.mwfm-filter-wrapper .mwfm-filter-form .mwfm-from-date, .mwfm-filter-wrapper .mwfm-filter-form .mwfm-to-date {

			padding: 0 10px;
		}
		.mwfm-filter-wrapper .mwfm-filter-form .mwfm-form-group {
			padding: 0 10px;
		}


		.mod_mwfmvacationrentalquickfilter {
			bottom: 108px;
		}






/* Mobile Version */
@media only screen and (max-width: 769px) {
	
	
	
	
	
	
		.fp_info{
		font-size:20px;
		margin-top:50px;
		text-align:center;
		overflow: visible;
		display:flex;
		gap:50px;
		flex-wrap:wrap;
		  justify-content: space-around;
	}
	
	.fp_info>div>div{
		text-align:center;
		width:250px;
	}
	
		.fp_info>div>div>img{
		width:250px;
	}
	
	.fp_info>div>div:nth-child(2){
		font-weight:bold;
	}
	
	
	
	
		.btn_voucher {
bottom: 34px;
    position: absolute;
    padding: 10px 15px 8px;
    background-color: #cccccca1;
    border: 1px solid #fff;
    border-radius: 4px;
    font-size: 16px;
    color: #000;
    transform: translate(-50%,0);
    left: 50%;
    /* z-index: 91; */
    white-space: nowrap;
    font-weight: 400;
		
	}

	.btn_voucher::before{
		
		margin-right: 5px;
  font-family: FontAwesome;
    font-weight: normal;
  content: "\f05a";
  font-weight: lighter;
	}
	
		.btn_voucher >a{
			font-weight:bold;
			color:#0f0f0f;
			padding-left:5px;
		}
		
		

	
	#top-unterkuenfte.mod_article:before{
		content:'';
		display:block;
		margin: 3px 0px; 
		border-bottom: 1px solid lightgray;

	}
	#top-unterkuenfte.mod_article{
		padding-top:10px;
	}
	
	#top-unterkuenfte>.article-inner-wrapper>.ce_headline{
		padding-top:20px;	
	}
	
	/* Filter in Navi */
	[id^="mm-"].mod_mwfm_vacation_rental_select  {
		display: block;
		width: 90%;
		height: auto;
		transform: none;
		padding: 0px;
		margin-left: 10px;
		margin-top: 10px;
	}

	#mm-0{
		   margin-top:45px;
	}
		
	/* Filter navi end */
	
	
	#ctrl_persons{
		font-size:19px;
	}
	.mwfm-persons::after{
		font-size:19px;
	}
	.mod_mwfmvacationrentalquickfilter button.mwfm-submit:after {
    right: 25px!important;

}
	
	.mwfm-filter-wrapper .mwfm-filter-form .mwfm-button button {
    width: 100%;
    height: 34px;
	}
	.mwfm-filter-wrapper .mwfm-filter-form .mwfm-button{
		width:100%;
		border-radius:10px;
	}

	.mwfm-from-date::after, .mwfm-to-date::after{
		font-size:19px;
	}
	
	
	.mwfm-to-date, .mwfm-from-date {
		width: 50%!important;
		float: left!important;
	}
	
	.mwfm-persons{
			width:100%!important;
	}
	
	.mwfm-form-group>input {
		font-size: 19px;
	}
	
	#mobileteaser{
		display: block;
		/* position: absolute; */ 
		bottom: 290px;
		text-align: center;
		width: 100%;
		color: #FFF;
	}
	
	#mobileteaser > p {
	  font-size: 40px;
	  text-shadow: beige;
	  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.47);
	  font-family: 'Yummo-Bold';
	  line-height: 44px;
	}
	
	#mobileteaser > span {
		font-size: 20px;
		text-shadow: beige;
		text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.47);
		font-family: 'Yummo-Bold';
		line-height: 40px;
	}
	
	#header > div > div.mod_mwfmvacationrentalquickfilter.block{
		position:absolute;
		bottom:105px;
	}
	
	.#header .header-row:first-of-type{
		background:none;	
	}
	#header .header {
		background: none;
	}
	.mod_mwfm_vacation_rental_select{
	display:none;
	}

	header{
		background-image: url('https://www.nordseebrandung.de/files/images/bgn3.jpg');
		background-size: cover;
		height: 100vh;
		position: relative;	
	}
	#header>.inside {
		height: 100vh;
	}

	h3.teaser{
		display:none;
	}
	.top-infos {
		display:none;
	}

	
	
		#corona_close{
		position: absolute;
		right: 7px;
		top: 0px;
		cursor: default;
		display:None;
	}
	
	
	#corona_info {
		display:none;
		padding: 15px;
		-webkit-box-shadow: 2px 3px 5px 0 rgba(0,0,0,0.55);
		-moz-box-shadow: 2px 3px 5px 0 rgba(0,0,0,0.55);
		box-shadow: 2px 3px 5px 0 rgba(0,0,0,0.55);
		background-color: #afd2e5;
		color: white;
		width: 200px;
		margin: auto;
	}
	
	
	#corona_info>span {
		position:absolute;
		display:none;
	}
	
	#corona_info>p {
	   text-align:center;
	}
	
		#corona_info>p>a {
	   color:white;
	}
	
	#header{
	    height: auto;
    padding-bottom: 45px;
	}
	
	
	#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;
    margin-top: 15px;
}
	#corona_info>span {
		margin-top: 4px!important;
	}
	body.home h1, h1 a {
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 5px;
}

#TeaserX {
    display: none;
}

div>h2{
	font-size:24px;
}

div>.mod_mwfmtopvacationrentals{
	display:block;
	
}

.mod_mwfmtopvacationrentals .mwfm-vacation-rental-wrapper{
width:100%;
}

#TeaserSpalte {
	display:none;
}

#hilfe-und-anfahrtskarte > div > div > div.ce_rs_column_start.rs-column.-large-col-2-1.-large-first.-large-first-row.-medium-col-2-1.-medium-first.-medium-first-row.-small-col-2-1.-small-first.-small-first-row {
	display:none;
}

#hilfe-und-anfahrtskarte > div > div > div.ce_rs_column_start.rs-column.-large-col-2-1.-large-last.-large-first-row.-medium-col-2-1.-medium-last.-medium-first-row.-small-col-2-1.-small-last.-small-first-row{
	width:100%;
}

#hilfe-und-anfahrtskarte{
	display:none;
}

body.home #header .ce_rsce_image .image.has-background {
    background-position: left;
}



.mwfm-persons > .mwfm-select-group {
    width: 100%;
}


.mod_mwfmvacationrentalquickfilter {
    box-shadow:none;
}
#header .ce_rsce_image {
  display:none;
}


	#AllFlatsBTN {
		text-align: center;
		padding-top:25px;
		padding-bottom:0px;
	}
		.top-infos {
    padding-left: 15px!important;
    margin-right: 70px!important;
	}
}


/* Tablet Version */  
@media only screen and (min-width: 1023px)  and (max-width: 1367px){
	.mod_mwfmvacationrentalquickfilter>.mwfm-filter-wrapper{
	min-width:820px;	
	}
	.mod_mwfmvacationrentalquickfilter{
		box-shadow:none;
	}
	
	#TeaserSpalte{
		display:none;
	}
	
	#HelpBooking>h1{
		font-size:28px;
	}

	.mwfm-filter-wrapper .mwfm-filter-form .mwfm-form-date-group {
		margin-bottom: 10px;
	}
	
	.mwfm-persons>.mwfm-select-group {
		width: 150px;
	}


}



.mod_mwfmtopvacationrentals .mwfm-vacation-rental-wrapper .mwfm-city{
	display:none;
}

.mod_mwfmtopvacationrentals .mwfm-vacation-rental-wrapper .mwfm-button-reader{
	display:none;
}



