/* 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: 7px;
    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: 12px;
    right: 15px;
    display: inline-block;
    width: 25px;
    height: 25px;
    overflow: hidden;
}

.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
 *
 **********************************************************/
.rs-columns {
  clear: both;
  display: inline-block;
  width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


/**********************************************************
 *
 * Unterkunftsbewertungen
 *
 **********************************************************/

.mod_mwfmratinglist {}

.mwfm-rating-filter-form {
    margin-bottom: 15px;
}

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

.mwfm-rating-filter-form [data-mwfm-form="mwfm-rating-filter"] {
    width: 250px;
    margin-top: 15px;
}

.mwfm-rating-list {}

.mwfm-rating-wrapper {
    margin-bottom: 15px;
}

.mwfm-rating-wrapper .mwfm-rating-comment {
    display: table;
    width: 100%;
    overflow: hidden;
}

.mwfm-rating-wrapper .mwfm-rating-container {
    display: table-cell;
    width: 350px;
    height: 100%;
    vertical-align: top;
}

.mwfm-rating-wrapper .mwfm-rating-comment .mwfm-vaction-rental-container {
    float: left;
    width: 200px;
    height: 100%;
    padding-right: 15px;
}

.mwfm-rating-wrapper .mwfm-city {
    position: relative;
    display: block;
    padding-left: 15px;
    font-size: 0.9rem;
}

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

.mwfm-rating-wrapper .mwfm-rating-comment .mwfm-rating-value-container {
    float: left;
    width: 150px;
    height: 100%;
    text-align: center;
}

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

.mwfm-rating-wrapper .mwfm-rating-comment .mwfm-review-from {
    font-size: 1.2rem;
}

.mwfm-rating-wrapper .mwfm-rating-comment .mwfm-review-to {
    font-size: 1rem;
}

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

.mwfm-rating-wrapper .mwfm-rating-comment .mwfm-comment-container {
    display: table-cell;
    width: calc(100% - 150px - 200px);
    vertical-align: top;
}

.mwfm-rating-wrapper .mwfm-rating-comment .mwfm-author {
    margin: 0 0 15px 0;
}

.mwfm-rating-wrapper .mwfm-rating-comment .mwfm-author-item {
    margin-right: 5px;
}

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

.mwfm-rating-wrapper .mwfm-rating-comment .mwfm-author-item a {
    text-decoration: none;
}

.mwfm-rating-wrapper .mwfm-rating-comment .mwfm-author-item a:hover {
    text-decoration: underline;
}

.mwfm-rating-wrapper .mwfm-comment {
}

.mwfm-rating-wrapper .mwfm-comment p {
    margin: 0 0 15px 0;
}

.mwfm-rating-wrapper .mwfm-owner-comment {
    margin-top: 5px;
}

@media screen and (max-width: 768px) {
    .mwfm-rating-wrapper .mwfm-rating-comment {
        display: block;
    }

    .mwfm-rating-wrapper .mwfm-rating-container {
        display: block;
        width: 100%;
        overflow: hidden;
    }

    .mwfm-rating-wrapper .mwfm-rating-comment .mwfm-vaction-rental-container,
    .mwfm-rating-wrapper .mwfm-rating-comment .mwfm-rating-value-container,
    .mwfm-rating-wrapper .mwfm-rating-comment .mwfm-comment-container {
        display: block;
        padding: 0;
        border: 0;
    }

    .mwfm-rating-wrapper .mwfm-rating-comment .mwfm-vaction-rental-container,
    .mwfm-rating-wrapper .mwfm-rating-comment .mwfm-rating-value-container {
        float: left;
        width: 50%;
    }

    .mwfm-rating-wrapper .mwfm-rating-comment .mwfm-comment-container {
        width: 100%;
        margin-top: 15px;
        clear: both;
    }
}

/**********************************************************
 *
 * Gesamtbewertungen
 *
 **********************************************************/

.mod_mwfmtotalrating {}

.mod_mwfmtotalrating .mwfm-review-summary {
    position: relative;
    overflow: hidden;
}

.mod_mwfmtotalrating .mwfm-review-circle {
    top: 13px;
}

.mod_mwfmtotalrating .mwfm-review-value a {
    display: block;
    text-align: center;
    text-decoration: none;
}

.mod_mwfmtotalrating .mwfm-review-description {}

.mod_mwfmtotalrating .mwfm-review-description h3 {
    padding: 0;
    margin: 0;
}
/*! 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%;
    }
}

* {
    -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: 15px;
}

@media only screen and (max-width: 480px) {
    html, body {
        font-size: 14px;
    }
}

body {
    /*background: #eef0f2;*/
    background: #ffffff;
    -webkit-font-smoothing: antialiased;
}

body, input, select, textarea {
    font-family: "Arial", 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;
}

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: 200px;
    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: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: none;
}

@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: #FD7000;
    border: 2px solid #FD7000;
    -webkit-border-radius: 2px 2px 2px 2px;
    border-radius: 2px 2px 2px 2px;
    color: #ffffff;
    font-size: 1rem;
    line-height: 32px;
    outline: none;
    -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: #ffffff;
    color: #FD7000;
}

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: #ECEFF1;
}

a#linkTop {
    position: fixed;
    right: 30px;
    bottom: 15px;
    z-index: 40;
    opacity: 1;
    padding: 5px 10px;
    background: #FD7000;
    border: 2px solid #FD7000;
    -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: #ffffff;
    color: #FD7000;
}

a#linkTop.hide {
    opacity: 0;
}

#header {
}

.header,
.header a {
    color: #ffffff;
}

#header .header {
    background: #00ABC7;
}

#header .header-row:after {
    content: ".";
    clear: both;
    display: block;
    visibility: hidden;
    height: 0;
}

#header .header-row:first-of-type {
    background: #9E8C80;
}

.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 0 0;
    list-style: none;
}

#header .ce_rsce_address_small .address-item {
    float: left;
    padding: 10px 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;
}

#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: 1400px;
    position: relative;
    padding: 0 50px;
    margin: 0 auto;
}

#header .header-row:last-of-type .header-inner-wrapper {
    padding-top: 30px;
    padding-bottom: 30px;
}

#menu-top {
    float: left;
    overflow: hidden;
}

#menu-top .level_1 {
    padding: 0;
    margin: 0;
    list-style: none;
}

#menu-top .level_1 > li {
    float: left;
    padding: 5px 0;
    margin: 0 10px 0 0;
}

#menu-top .level_1 > li > a,
#menu-top .level_1 > li > span {
    display: block;
    padding: 5px 5px;
    -webkit-border-radius: 2px 2px 2px 2px;
    border-radius: 2px 2px 2px 2px;
    font-size: 0.9rem;
    text-decoration: none;
}

#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: 25px;
}

#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: 4px;
    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: 30px;
    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: #FD7000;
}

#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: #ffffff;
    -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: 150px;
}

#logo,
#logo img {
    line-height: 0;
}

#header .mod_navigation {
    position: absolute;
    top: 35px;
    right: 50px;
    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: 0 10px;
    -webkit-border-radius: 2px 2px 2px 2px;
    border-radius: 2px 2px 2px 2px;
    line-height: 30px;
    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: #fff;
    -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: rgba(255, 255, 255, 0.1);*/
}

#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: 15px;
    margin: 0;
    min-width: 200px;
    list-style: none;
    background: #30556B;
    -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 0 1px 0;
}

#header .mod_navigation .level_2 > li > a,
#header .mod_navigation .level_2 > li > span {
    display: block;
    padding: 0 10px;
    -webkit-border-radius: 2px 2px 2px 2px;
    border-radius: 2px 2px 2px 2px;
    line-height: 30px;
    text-decoration: none;
}

#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: rgba(255, 255, 255, 0.1);
}

#header .ce_rsce_image {
}

#header .ce_rsce_image .image {
    position: relative;
    width: 100%;
    height: 360px;
    overflow: hidden;
}

body.home #header .ce_rsce_image .image {
    height: 460px;
}

#header .ce_rsce_image .image.has-background {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

#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: 950px) {
    #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
    }

    #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 {
        width: 50%;
        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;
    }
}

.mod_breadcrumb {
    padding: 10px 0 10px 0;
    background: #ffffff;
}

.mod_breadcrumb ul {
    max-width: 1400px;
    padding: 0 50px;
    margin: 0 auto;
    list-style: none;
}

.mod_breadcrumb ul:after {
    content: ".";
    clear: both;
    display: block;
    visibility: hidden;
    height: 0;
}

.mod_breadcrumb li {
    position: relative;
    float: left;
    padding: 0 15px 0 7.5px;
}

.mod_breadcrumb li.first {
    padding-left: 0;
}

.mod_breadcrumb li:after {
    content: '\f105';
    position: absolute;
    top: 0;
    right: 0;
    font-family: FontAwesome;
    line-height: 20px;
    font-size: 0.6rem;
    color: #323232;
}

.mod_breadcrumb li:last-of-type:after {
    display: none;
}

.mod_breadcrumb li a,
.mod_breadcrumb li span {
    display: block;
    position: relative;
    text-align: center;
    color: #323232;
    text-decoration: none;
    font-size: 0.8rem;
    line-height: 21px;
}

.mod_breadcrumb li a:hover {
    text-decoration: underline;
}

#container {
    max-width: 1400px;
    margin: 0 auto;
    min-height: calc(100vh - 501px);
    padding-top: 30px;
    padding-bottom: 60px;
}

body.one-col #main .inside {
    padding-left: 50px;
    padding-right: 50px;
}

body.two-col #main .inside {
    padding-right: 50px;
    padding-left: 30px;
}

body.two-col #left .inside {
    padding-left: 50px;
}

#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: #FD7000;
}

.ce_text ul {
    margin-bottom: 15px;
}

#main .mod_article {
    padding: 15px;
    margin-bottom: 15px;
    background: #ffffff;
    border: 1px solid #DDDDDD
}

#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.googlemap #main .mod_article,
body.mwfm-module-list #main .mod_article {
    padding: 0;
    margin: 0;
    background: none;
    border: 0;
}

/*#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 {
    padding: 15px;
    margin-bottom: 15px;
    background: #ffffff;
    border: 1px solid #DDDDDD
}

#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: 0 10px;
    -webkit-border-radius: 2px 2px 2px 2px;
    border-radius: 2px 2px 2px 2px;
    color: #323232;
    line-height: 30px;
    text-decoration: none;
}

#submenu .level_1 > li a:hover,
#submenu .level_1 > li span,
#submenu .level_1 > li a.active {
    background: #30556B;
    color: #ffffff;
}

#contact-box {
    padding: 15px;
    margin-bottom: 15px;
    background: #ffffff;
    border: 1px solid #DDDDDD
}

#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;
}

@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 {
        padding-left: 30px;
        padding-right: 30px;
    }

    body.two-col #main .inside {
        padding-right: 30px;
    }

    body.two-col #left .inside {
        padding-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;
    }

    #main .ce_form {
        margin-bottom: 15px;
    }
}

@media screen and (max-width: 599px) {
    body.one-col #main .inside {
        padding-left: 15px;
        padding-right: 15px;
    }

    body.two-col #main .inside {
        padding-right: 15px;
        padding-left: 15px;
    }

    body.two-col #left .inside {
        padding-left: 15px;
        padding-right: 15px;
    }

    .mod_breadcrumb {
        display: none;
    }
}

#footer {
    background: #00ABC7;
}

#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: 1400px;
    padding: 0 50px;
    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: #9E8C80;
}

#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: 5px;
    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;
}

@media only screen and (max-width: 1200px) {
    #footer .footer-inner-wrapper {
        padding-left: 30px;
        padding-right: 30px;
    }
}

@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;
    }
}

body.home video {
    width: 100%;
    height: auto;
}
/**********************************************************
 *
 * 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;
    border: 2px solid #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: 2px solid #b78054;
    color: #ffffff;
}

.mwfm-message-alert.mwfm-info a.mwfm-button:hover {
    background: none;
    color: #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 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: #30556B;
    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 #FD7000;
}

.mwfm-marker:not(.mwfm-has-background-image) {
    background: #FD7000;
}

.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: #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-button-reader:hover {
    background: #ffffff;
    color: #18425A;
}

.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;
}

.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: #FF6500;
}

.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;
    border: 2px solid #30556B;
    background: #30556B;
    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: #ffffff;
    color: #30556B;
}

@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: #30556B;
    border: 2px solid #30556B;
    color: #ffffff;
    -webkit-border-radius: 2px 2px 2px 2px;
    border-radius: 2px 2px 2px 2px;
    font-size: 0.9rem;
    line-height: 32px;
}

.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: none;
    color: #30556B;
}

.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: #30556B;
}

.mwfm-booking-process-wrapper .mwfm-step-by-step ul li.mwfm-active-before .mwfm-step {
    background: #30556B;
    color: #ffffff;
}

.mwfm-booking-process-wrapper .mwfm-step-by-step ul li .mwfm-step {
    width: 40px;
    height: 40px;
    background: #ffffff;
    border: 2px solid #30556B;
    line-height: 38px;
}

.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;
    color: #ffffff;
    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: #30556B;
    border: 2px solid #30556B;
    color: #ffffff;
}

.mwfm-booking-process-wrapper .mwfm-back:hover {
    background: #ffffff;
    color: #30556B;
}

.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-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 .mwfm-house-wrapper .mwfm-house {
    background: #ffffff;
    border: 1px solid #dddddd;
}

.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: 15px;
    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: '\f0da';
    position: absolute;
    top: -1px;
    left: 0;
    font-family: FontAwesome;
    color: #FD7000;
}

.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: 30px;
    background: #ffffff;
    border: 1px solid #dddddd;
}

.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 {
    border: 2px solid #30556B;
    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: 15px;
}

.mod_mwfmhousereader .mwfm-house-wrapper .mwfm-vacation-rental-container .mwfm-information-container ul li:before {
    content: '\f0da';
    position: absolute;
    top: -1px;
    left: 0;
    font-family: FontAwesome;
    color: #FD7000;
}

.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: #FD7000;
}

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

.mod_mwfmtopvacationrentals .mwfm-vacation-rental-wrapper .mwfm-button-reader {
    border: 2px solid #FD7000;
    background: #FD7000;
}

.mod_mwfmtopvacationrentals .mwfm-vacation-rental-wrapper .mwfm-button-reader:hover {
    background: #ffffff;
    color: #FD7000;
}

.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: 15px;
    background: #ffffff;
    border: 1px solid #dddddd;
}

.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 {
    border: 1px solid #dddddd;
}

.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: 15px;
    margin-left: 15px;
}

.mod_mwfmvacationrentallist .mwfm-googlemap-wrapper .mwfm-marker-information ul li {
    padding-left: 10px;
}

.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: '\f0da';
    position: absolute;
    top: -1px;
    left: 0;
    font-family: FontAwesome;
    color: #FD7000;
}

.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;
    height: 34px;
    padding: 0 30px 0 15px;
    font-size: 1rem;
    line-height: 32px;
}

.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: #FD7000;
}

.mwfm-vacation-rentals-googlemap-wrapper .mwfm-marker-title {
    color: #18425A;
}

.mwfm-vacation-rentals-googlemap-wrapper .mwfm-marker-details a {
    background: #18425A;
    border: 2px solid #18425A;
    color: #ffffff;
    font-size: .9rem;
}

.mwfm-vacation-rentals-googlemap-wrapper .mwfm-marker-details a:hover {
    background: #ffffff;
    border: 2px solid #18425A;
    color: #18425A;
}

.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: 15px;
    background: #00ABC7;
    -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;
    background: #FD7000;
    border: 2px solid #FD7000;
    color: #ffffff;
}

.mod_mwfmvacationrentalquickfilter button:hover {
    background: #ffffff;
    color: #FD7000;
}

.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;
    }
}

@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;
}

.mod_mwfmvacationrentalreader h1 {
    margin-top: 0;
}

.mod_mwfmvacationrentalreader .mwfm-quick-booking {
    padding: 15px;
    background: #ffffff;
    border: 1px solid #dddddd;
}

.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;
    border: 2px solid #30556B;
    background: #30556B;
    color: #ffffff;
    line-height: 32px;
}

.mod_mwfmvacationrentalreader .mwfm-quick-booking .mwfm-booking-request:hover {
    background: #ffffff;
    color: #30556B;
}

.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: #a9a9a9;
}

.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: #30556B;
    line-height: 32px;
}

.mwfm-quick-booking .mwfm-form-group.mwfm-persons a:not(.mwfm-disabled):hover {
    background: #30556B;
    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: #30556B;
}

.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: #a9a9a9;
}

.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 {
    border: 2px solid #FD7000;
    background: #FD7000;
    color: #ffffff;
}

.mod_mwfmvacationrentalreader .mwfm-quick-booking .mwfm-book-now:hover {
    background: #ffffff;
    color: #FD7000;
}

.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 {
    border: 2px solid #30556B;
    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: #30556B;
    color: #ffffff;
}

.mod_mwfmvacationrentalreader .mwfm-navigation:not(.mwfm-fixed) a:hover {
    background: rgba(48, 85, 107, .8);
}

.mod_mwfmvacationrentalreader .mwfm-navigation.mwfm-fixed a {
    color: #30556B;
}

.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: #30556B;
}

.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: #00ABC7;
}

.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: #30556B;
}

.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: #30556B;
}

.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: #30556B;
}

.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 {
    border: 2px solid #FD7000;
    background: #FD7000;
    color: #ffffff;
}

.mod_mwfmvacationrentalreader [data-mwfm-mobile-wrapper="book-now"] button:hover {
    background: #ffffff;
    color: #FD7000;
}

.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: 2px solid #30556B;
    background: #30556B;
    color: #ffffff;
    line-height: 32px;
}

.mwfm-mobile-booking-modal .mwfm-quick-booking .mwfm-booking-request:hover {
    background: #ffffff;
    color: #30556B;
}

.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: #30556B;
    }

    .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: #18425A;
    border: 2px solid #18425A;
    color: #ffffff;
    font-size: 1rem;
    line-height: 32px;
}

.mod_mwfmwishlist .mwfm-vacation-rental-wrapper .mwfm-button-remove:hover,
.mod_mwfmwishlist .mwfm-vacation-rental-wrapper .mwfm-button-reader:hover {
    background: #ffffff;
    color: #18425A;
}

.mod_mwfmwishlist .mwfm-vacation-rental-wrapper .mwfm-button-remove {
    padding-right: 15px;
}
/* open-sans-300 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: url('../../files/layout/default/fonts/open-sans-v34-latin-300.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../../files/layout/default/fonts/open-sans-v34-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../../files/layout/default/fonts/open-sans-v34-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('../../files/layout/default/fonts/open-sans-v34-latin-300.woff') format('woff'), /* Modern Browsers */
       url('../../files/layout/default/fonts/open-sans-v34-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../../files/layout/default/fonts/open-sans-v34-latin-300.svg#OpenSans') format('svg'); /* Legacy iOS */
}
/* open-sans-regular - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('../../files/layout/default/fonts/open-sans-v34-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../../files/layout/default/fonts/open-sans-v34-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../../files/layout/default/fonts/open-sans-v34-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../../files/layout/default/fonts/open-sans-v34-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../../files/layout/default/fonts/open-sans-v34-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../../files/layout/default/fonts/open-sans-v34-latin-regular.svg#OpenSans') format('svg'); /* Legacy iOS */
}
/* open-sans-700 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: url('../../files/layout/default/fonts/open-sans-v34-latin-700.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../../files/layout/default/fonts/open-sans-v34-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../../files/layout/default/fonts/open-sans-v34-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../../files/layout/default/fonts/open-sans-v34-latin-700.woff') format('woff'), /* Modern Browsers */
       url('../../files/layout/default/fonts/open-sans-v34-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../../files/layout/default/fonts/open-sans-v34-latin-700.svg#OpenSans') format('svg'); /* Legacy iOS */
}
/* pacifico-regular - latin */
@font-face {
    font-family: 'Pacifico';
    font-style: normal;
    font-weight: 400;
    src: url('../../files/layout/default/fonts/pacifico-v22-latin-regular.eot'); /* IE9 Compat Modes */
    src: local(''),
         url('../../files/layout/default/fonts/pacifico-v22-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../../files/layout/default/fonts/pacifico-v22-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
         url('../../files/layout/default/fonts/pacifico-v22-latin-regular.woff') format('woff'), /* Modern Browsers */
         url('../../files/layout/default/fonts/pacifico-v22-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
         url('../../files/layout/default/fonts/pacifico-v22-latin-regular.svg#Pacifico') format('svg'); /* Legacy iOS */
  }
