.row {
  width: 100%;
  margin: 0;
}

body {
  position: relative;
  word-wrap: break-word;
  background-size: contain !important;
}

.soc_icons {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 0;
  padding: 0;
  flex-wrap: wrap;
  margin-top: 0px;
}

.soc_icons li {
  list-style: unset;
  display: block;
}

.copyrights p {
  text-align: center;
  color: #fff;
  margin: 0;
  font-size: 16px !important;
}

.copyrights a {
  color: #D9932F;
}

.copyrights a:hover {
  color: #fff;
}

.soc_icons li a {
  background: #fff;
  color: #000;
  font-size: 20px;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 15px;
  margin-left: 0;
  margin-top: 0;
  transition: .3s;
  border: 2px solid #fff;
  border-radius: 500px;
  outline-style: solid;
  outline-width: 3px;
  outline-offset: -4px;
  outline-color: transparent;
}

.soc_icons li a:hover {
  color: #000000;
  border: 2px solid #D9932F;
  background: #D9932F;
  transition: .3s;
  outline-color: #D9932F59;
  outline-style: solid;
  outline-width: 3px;
  outline-offset: 4px;
}

#header>.row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  margin: 0;
}

.main_menu .mod-menu {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.main_menu .mod-menu>li>a::before,
.main_menu .mod-menu>li>span::before {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #D9932F;
  color: #000;
  height: 100%;
  width: 75px;
  position: absolute;
  font-size: 30px;
  top: 0;
  left: 0;
  letter-spacing: normal;
}

.main_menu .mod-menu>li>a.fa::before,
.main_menu .mod-menu>li>a.far::before,
.main_menu .mod-menu>li>a.fas::before,
.main_menu .mod-menu>li>span.fa::before,
.main_menu .mod-menu>li>span.far::before,
.main_menu .mod-menu>li>span.fas::before {
  font-family: "Font Awesome 5 Free";
}

.main_menu .mod-menu>li>a,
.main_menu .mod-menu>li>span {
  padding: 10px 10px;
  margin: 0 2px;
  color: #000;
  font-size: 18px;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-transform: uppercase;
  transition: .3s;
  position: relative;
  font-weight: bold;
}

.main_menu .navbar {
  margin: 0;
  padding: 0;
  width: 100%;
}

.main_menu #site-navigation-main #main-navbar-collapse {
  padding: 0;
}

.main_menu .mod-menu>li>.nav-header>i {
  font-size: 16px;
  margin-left: 5px;
}

.main_menu .mod-menu>li.parent {
  position: relative;
  padding: 20px 0;
}

.main_menu .mod-menu>li.parent:hover>.mod-menu__sub,
.main_menu .mod-menu>li.parent>.mod-menu__sub>li.parent:hover>.mod-menu__sub,
.main_menu .mod-menu>li.parent.focus>.mod-menu__sub,
.main_menu .mod-menu>li.parent>.mod-menu__sub>li.parent.focus>.mod-menu__sub {
  visibility: visible;
  opacity: 1;
  transform: rotateX(0);
  z-index: 999;
  transition: .5s;
}

.main_menu .mod-menu>li.parent>.mod-menu__sub,
.main_menu .mod-menu>li.parent>.mod-menu__sub>li.parent>.mod-menu__sub {
  display: block !important;
  position: absolute;
  z-index: -1;
  opacity: 0;
  right: 0;
  top: 100%;
  background: #fff;
  min-width: 250px;
  box-shadow: 0 5px 10px 0 rgb(0 0 0 / 22%);
  transform: rotateX(90deg);
  transform-origin: top center;
  transition: .5s;
  padding: 0;
}

.main_menu .mod-menu>li.parent>.mod-menu__sub>li.parent>.mod-menu__sub {
  right: 100%;
  top: 0;
  left: unset;
}

.main_menu .mod-menu>li.parent>.mod-menu__sub>li,
.main_menu .mod-menu>li.parent>.mod-menu__sub>li.parent>.mod-menu__sub>li {
  display: block;
  position: relative;
}

.main_menu .mod-menu>li>a:hover,
.main_menu .mod-menu>li>span:hover {
  color: #D9932F;
  transition: .3s;
}

.main_menu .mod-menu>li.parent>.mod-menu__sub>li>span,
.main_menu .mod-menu>li.parent>.mod-menu__sub>li>a,
.main_menu .mod-menu>li.parent>.mod-menu__sub>li.parent>.mod-menu__sub>li>span,
.main_menu .mod-menu>li.parent>.mod-menu__sub>li.parent>.mod-menu__sub>li>a {
  display: flex;
  padding: 10px;
  line-height: 1;
  color: #000;
  font-size: 18px;
  align-items: center;
  justify-content: space-between;
  transition: .3s;
  border-bottom: 1px solid #000;
}

.main_menu .mod-menu>li.parent>.mod-menu__sub>li>span:hover,
.main_menu .mod-menu>li.parent>.mod-menu__sub>li>a:hover,
.main_menu .mod-menu>li.parent>.mod-menu__sub>li.parent>.mod-menu__sub>li>span:hover,
.main_menu .mod-menu>li.parent>.mod-menu__sub>li.parent>.mod-menu__sub>li>a:hover {
  transition: .3s;
  color: #D9932F;
}

.main_menu .mod-menu>li.parent>.mod-menu__sub>li>span i,
.main_menu .mod-menu>li.parent>.mod-menu__sub>li>a i,
.main_menu .mod-menu>li.parent>.mod-menu__sub>li.parent>.mod-menu__sub>li>span i,
.main_menu .mod-menu>li.parent>.mod-menu__sub>li.parent>.mod-menu__sub>li>a i {
  transform: rotate(90deg);
  font-size: 16px;
}

.main_menu .mod-menu>li.active>a:after,
.main_menu .mod-menu>li.active>span:after {
  width: 100%;
}

.main_menu .mod-menu>li.active>a,
.main_menu .mod-menu>li.active>span,
.main_menu .mod-menu>li.parent>.mod-menu__sub>li.active>span,
.main_menu .mod-menu>li.parent>.mod-menu__sub>li.active>a,
.main_menu .mod-menu>li.parent>.mod-menu__sub>li.parent>.mod-menu__sub>li.active>span,
.main_menu .mod-menu>li.parent>.mod-menu__sub>li.parent>.mod-menu__sub>li.active>a {
  color: #D9932F;
}

.footer>.container>.row {
  display: flex;
  flex-wrap: wrap;
}

.footer>.container {
  position: relative;
  z-index: 1;
}

.navbar-header {
  display: none;
}

.footer .moduletable>h3 {
  color: #fff;
  font-size: 20px;
  margin: 50px 0 20px;
  text-align: left;
  padding-bottom: 5px;
  font-weight: bold;
  text-transform: uppercase;
}

.footer #logo {
  text-align: left;
  margin-top: 50px;
}

.footer #logo img {
  filter: drop-shadow(0px 0px 13px #ffffff);
}

.slider-row {
  max-width: 100%;
  margin: 0;
  width: 100%;
}

.moduletable>h3 {
  text-align: center;
  color: #000;
  font-size: 34px;
  margin: 100px 0 40px;
  font-weight: 600;
  text-transform: uppercase;
}

.slider-row-top>div {
  padding: 0;
}

#toTop {
  text-align: center;
  position: fixed;
  bottom: 30px;
  right: 30px;
  cursor: pointer;
  z-index: 99;
}

#toTop i {
  color: #D9932F;
  font-size: 40px;
  background: #fff;
  border-radius: 500px;
}

@media (max-width: 991px) {
  .slider-row-top {
    position: relative;
  }

  .main_menu .navbar-header button {
    margin: 10px;
    color: #000;
    font-size: 30px;
    border: 2px solid #000;
    padding: 5px 15px 10px;
    position: relative;
  }

  .main_menu .navbar-header button:after {
    position: absolute;
    content: "MENU";
    left: 7px;
    bottom: -2px;
    color: #000;
    font-size: 14px;
  }
}

@media (max-width: 400px) {

  .main_menu .mod-menu>li>a::before,
  .main_menu .mod-menu>li>span::before {
    width: 50px;
    font-size: 20px;
  }

  .main_menu .mod-menu>li>a,
  .main_menu .mod-menu>li>span {
    padding: 19px 10px 15px 60px;
  }

  .main_menu .mod-menu>li.parent>.mod-menu__sub>li a,
  .main_menu .mod-menu>li.parent>.mod-menu__sub>li span {
    padding-left: 70px;
  }

  .main_menu .mod-menu>li.parent>.mod-menu__sub>li.parent>.mod-menu__sub li a,
  .main_menu .mod-menu>li.parent>.mod-menu__sub>li.parent>.mod-menu__sub li span {
    padding-left: 90px;
  }
}

.wrapperLogo {
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
}

.wrapper-top-1 {
  text-align: right;
}

.header {
  position: relative;
  padding: 0px 70px;
  box-shadow: 0px 0px 15px #00000036;
}

#header {
  position: relative;
}

#wrapper {
  position: relative;
}

.footer {
  margin-top: 50px;
  position: relative;
}

.copyrights {
  padding: 30px 0;
  margin-top: 30px;
  background: #222;
}

.breadcrumb {
  background: #333;
  margin: 0;
  padding: 10px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 10px;
}

.breadcrumb li {
  color: #fff;
  font-size: 16px;
}

.breadcrumb li a {
  color: #D9932F;
  text-decoration: underline;
}

.breadcrumb li .divider {
  margin-right: 10px;
}

@media (max-width: 991px) {

  .main_menu .mod-menu>li>a,
  .main_menu .mod-menu>li>span {
    padding: 10px;
    font-size: 18px;
  }

  .main_menu .mod-menu>li>.nav-header>i {
    font-size: 14px;
  }

  .main_menu .mod-menu>li.parent>.mod-menu__sub {
    left: -100%;
  }

  .main_menu .mod-menu>li.parent>.mod-menu__sub>li.parent>.mod-menu__sub {
    left: 100%;
  }

}

@media (max-width: 768px) {
  .main_menu .mod-menu li {
    width: 100%;
    display: block;
  }

  .main_menu .mod-menu>li.parent>.mod-menu__sub,
  .main_menu .mod-menu>li.parent>.mod-menu__sub>li.parent>.mod-menu__sub {
    opacity: 1;
    z-index: 1;
    transform: rotateX(0deg);
    left: 0;
    top: 0;
    position: relative;
    box-shadow: unset;
  }

  .main_menu .mod-menu>li.parent>.mod-menu__sub>li>span i,
  .main_menu .mod-menu>li.parent>.mod-menu__sub>li>a i,
  .main_menu .mod-menu>li.parent>.mod-menu__sub>li.parent>.mod-menu__sub>li>span i,
  .main_menu .mod-menu>li.parent>.mod-menu__sub>li.parent>.mod-menu__sub>li>a i {
    transform: rotate(0deg);
  }

  .main_menu .mod-menu>li>.nav-header>i,
  .main_menu .mod-menu>li.parent>.mod-menu__sub>li>span i,
  .main_menu .mod-menu>li.parent>.mod-menu__sub>li>a i,
  .main_menu .mod-menu>li.parent>.mod-menu__sub>li.parent>.mod-menu__sub>li>span i,
  .main_menu .mod-menu>li.parent>.mod-menu__sub>li.parent>.mod-menu__sub>li>a i {
    font-size: 16px;
  }

  .main_menu .mod-menu>li.parent>.mod-menu__sub,
  .main_menu .mod-menu>li.parent>.mod-menu__sub>li.parent>.mod-menu__sub {
    background: unset;
  }

  .main_menu .mod-menu>li.parent>.mod-menu__sub>li>span,
  .main_menu .mod-menu>li.parent>.mod-menu__sub>li>a,
  .main_menu .mod-menu>li.parent>.mod-menu__sub>li.parent>.mod-menu__sub>li>span,
  .main_menu .mod-menu>li.parent>.mod-menu__sub>li.parent>.mod-menu__sub>li>a {
    padding-left: 30px;
  }

  .main_menu .mod-menu>li.parent>.mod-menu__sub>li.parent>.mod-menu__sub>li>a {
    padding-left: 45px;
  }

  .main_menu .mod-menu>li>a,
  .main_menu .mod-menu>li>span {
    border-bottom: 1px solid #000;
  }

  .navbar-header {
    display: block;
    margin: 0 auto;
  }

  .main_menu #site-navigation-main #main-navbar-collapse {
    display: none;
  }

  .moduletable>h3 {
    font-size: 40px;
  }
}

.row-center {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

@media (max-width: 1355px) {

  .main_menu .mod-menu>li>a,
  .main_menu .mod-menu>li>span {
    padding: 10px 5px;
  }
}

@media (max-width: 1250px) {
  .header {
    padding: 0;
  }
}

@media (max-width: 1095px) {

  .main_menu .mod-menu>li>a,
  .main_menu .mod-menu>li>span {
    padding: 10px 2px;
    font-size: 16px;
  }
}

@media (max-width: 991px) {

  .main_menu .mod-menu>li>a,
  .main_menu .mod-menu>li>span {
    padding: 10px;
    font-size: 18px;
  }

}

@media (max-width: 900px) {
  .main_menu .mod-menu>li.parent>.mod-menu__sub {
    left: -150%;
  }
}

@media (max-width: 800px) {

  .main_menu .mod-menu>li.parent>.mod-menu__sub,
  .main_menu .mod-menu>li.parent>.mod-menu__sub>li.parent>.mod-menu__sub {
    min-width: 200px;
  }

  .main_menu .mod-menu>li.parent>.mod-menu__sub {
    left: -100%;
  }
}

@media (max-width: 768px) {

  .main_menu .mod-menu>li.parent>.mod-menu__sub {
    left: 0;
  }

  .main_menu .mod-menu>li.parent {
    padding: 0;
  }
}

.wrapperMainMenu>.row {
  align-items: center;
}

.copyrights-soc>.row {
  align-items: center;
}

.itpsupscribe>form {
  border: unset !important;
  padding: unset !important;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.itpsupscribe>form p:first-child {
  display: none;
}

.itpsupscribe>form p {
  width: 100%;
  margin: 0;
}

.itpsupscribe>form p input {
  width: 100% !important;
  margin: 0 !important;
  box-sizing: border-box;
  border: 2px solid #D9932F;
  padding: 15px 10px;
  color: #000;
  font-size: 20px;
  line-height: 1;
}

.itpsupscribe>form p input::placeholder {
  color: #D9932F;
}

.itpsupscribe>form .button {
  width: 100%;
  padding: 10px 5px !important;
  font-size: 20px;
  font-weight: bold;
  background: #D9932F;
  border: 2px solid #D9932F !important;
  transition: .3s;
}

.itpsupscribe>form .button:hover {
  background: #000;
  transition: .3s;
}

@media (max-width: 767px) {
  .footer .row-footer-top>div {
    width: 100% !important;
  }
}


@media (max-width: 991px) {
  .wrapperLogo {
    text-align: center;
  }

  .main_menu .mod-menu {
    justify-content: center;
  }

  .main_menu .mod-menu>li.parent>.mod-menu__sub {
    left: 50%;
  }

  .main_menu .mod-menu>li.parent>.mod-menu__sub>li.parent>.mod-menu__sub {
    right: 100%;
    left: unset;
  }
}

@media (max-width: 768px) {

  .main_menu .mod-menu>li.parent>.mod-menu__sub,
  .main_menu .mod-menu>li.parent>.mod-menu__sub>li.parent>.mod-menu__sub {
    left: unset;
    right: unset;
  }
}

input[type="button"],
input[type="submit"] {
  background: #D9932F;
  border: 2px solid #D9932F;
  transition: .3s;
}

input[type="button"]:hover,
input[type="submit"]:hover {
  background: #000;
  transition: .3s;
}

.wrapperHeaderTop>.row>div,
.topbar>div {
  min-height: auto;
}

.wrapperMainMenu .main_menu {
  z-index: 9999;
}

@media (max-width: 1199px) {
  .wrapperMainMenu>.row>div {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .main_menu .mod-menu {
    background: #fff;
  }

  .main_menu .mod-menu>li>a,
  .main_menu .mod-menu>li>span {
    color: #000;
  }

  .main_menu .mod-menu li {
    flex-wrap: wrap;
  }
}

@media (max-width: 600px) {
  .homepage .header {
    padding: 0 20px;
  }
}

@media (max-width: 425px) {
  .moduletable>h3 {
    font-size: 30px;
  }
}

.last-added-footer .featured_houses .featured_houses_block {
  width: 100% !important;
  margin: 0;
  border: unset;
}

.last-added-footer .featured_houses .featured_houses_block .feature_texthouse {
  padding: 0;
}

.last-added-footer .featured_houses .featured_houses_block .feature_texthouse .featured_houses_title {
  margin: 0 0 25px;
  padding-bottom: 10px;
  border-bottom: 1px solid #fff;
}

.last-added-footer .featured_houses .featured_houses_block .feature_texthouse .featured_houses_title a {
  color: #fff;
  transition: .3s;
}

.last-added-footer .featured_houses .featured_houses_block .feature_texthouse .featured_houses_title a:hover {
  color: #D9932F;
  transition: .3s;
}

.wrapper-footer-info {}

.wrapper-footer-info>div {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 25px 0;
}

.wrapper-footer-info>div i {
  color: #D9932F;
  font-size: 20px;
  width: 30px;
  margin-right: 10px;
  text-align: center;
}

.wrapper-footer-info>div p {
  margin: 0;
  color: #fff;
  font-size: 16px;
}

.moduletable.wrapper-search-top-rem {
  min-height: 700px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  padding: 20px 10%;
  position: relative;
  background: #D9932F0f;
}

.moduletable.wrapper-search-top-rem::before {
  content: "";
  position: absolute;
  z-index: 1;
  background: url(../../../images/search-bg.png);
  right: 0;
  bottom: 0;
  width: 50%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center top;
}

.moduletable.wrapper-search-top-rem>* {
  position: relative;
  z-index: 2;
}

.moduletable.wrapper-search-top-rem>h3 {
  margin: 0;
  font-size: 60px;
  text-align: left;
  width: 50%;
  font-weight: bold;
  text-transform: capitalize;
  font-family: cursive;
  margin-bottom: 50px;
  text-shadow: 0px 0px 10px #000;
  color: #fff;
}

.moduletable.wrapper-search-top-rem .wrapper-search-top-rem {
  background: #fff;
  padding: 20px;
  width: 70%;
  border-radius: 20px;
  box-shadow: 0px 0px 15px #D9932F;
  margin-bottom: 20px;
}

.moduletable.wrapper-search-top-rem .wrapper-search-top-rem #rem_mod_search,
.moduletable.wrapper-search-top-rem .wrapper-search-top-rem #rem_mod_search form {
  width: 100%;
}

.moduletable.wrapper-search-top-rem .wrapper-search-top-rem #rem_mod_search form {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.moduletable.wrapper-search-top-rem .wrapper-search-top-rem #rem_mod_search form>div {
  margin: 0 !important;
}

.moduletable.wrapper-search-top-rem .wrapper-search-top-rem #rem_mod_search form>div .col_box>span,
.moduletable.wrapper-search-top-rem .wrapper-search-top-rem #rem_mod_search form>div .box_from>span,
.moduletable.wrapper-search-top-rem .wrapper-search-top-rem #rem_mod_search form>div .col_box_2>span,
.moduletable.wrapper-search-top-rem .wrapper-search-top-rem #rem_mod_search form>div .pricefrom_2>span,
.moduletable.wrapper-search-top-rem .wrapper-search-top-rem #rem_mod_search form>div .priceto_2>span,
.moduletable.wrapper-search-top-rem .wrapper-search-top-rem #rem_mod_search form>div .price_label,
.moduletable.wrapper-search-top-rem .wrapper-search-top-rem #rem_mod_search form>div .search_houses .search_title {
  width: 100%;
  display: block;
  color: #000;
}

.moduletable.wrapper-search-top-rem .wrapper-search-top-rem #rem_mod_search form .search_rent {
  width: 15%;
}

.moduletable.wrapper-search-top-rem .wrapper-search-top-rem #rem_mod_search form .col_box_1 {
  width: 30%;
}

.moduletable.wrapper-search-top-rem .wrapper-search-top-rem #rem_mod_search form>div:first-child {
  width: 27%;
}

.moduletable.wrapper-search-top-rem .wrapper-search-top-rem #rem_mod_search form>div {
  width: 22%;
}

.moduletable.wrapper-search-top-rem .wrapper-search-top-rem #rem_mod_search form .search_button {
  width: 100%;
}

.moduletable.wrapper-search-top-rem .wrapper-search-top-rem #rem_mod_search form>div .pricefrom_2,
.moduletable.wrapper-search-top-rem .wrapper-search-top-rem #rem_mod_search form>div .priceto_2 {
  width: 49%;
}

.moduletable.wrapper-search-top-rem .wrapper-search-top-rem #rem_mod_search form>div .col_box select,
.moduletable.wrapper-search-top-rem .wrapper-search-top-rem #rem_mod_search form>div .box_from input,
.moduletable.wrapper-search-top-rem .wrapper-search-top-rem #rem_mod_search form>div .pricefrom_2 input,
.moduletable.wrapper-search-top-rem .wrapper-search-top-rem #rem_mod_search form>div .priceto_2 input,
.moduletable.wrapper-search-top-rem .wrapper-search-top-rem #rem_mod_search form>div .col_box_2 select {
  width: 100% !important;
}

.moduletable.wrapper-search-top-rem .wrapper-search-top-rem #rem_mod_search form .search_button input {
  width: 100%;
  text-transform: uppercase;
  font-weight: bold;
  color: #000;
  background: #D9932F;
  padding: 10px 5px !important;
  transition: .3s;
}

.moduletable.wrapper-search-top-rem .wrapper-search-top-rem #rem_mod_search form .search_button input:hover {
  color: #fff;
  background: #000;
  transition: .3s;
}

.realestatemanager.last-added .featured_houses {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.realestatemanager.last-added .featured_houses .featured_houses_block {
  width: 49% !important;
  margin: 0 0 30px !important;
  border: unset;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0px 0px 5px #000000b3;
  position: relative;
  transition: .5s;
}

.realestatemanager.last-added .featured_houses .featured_houses_block:hover {
  transition: .5s;
  box-shadow: 0px 0px 15px #000000;
}

.realestatemanager.last-added .featured_houses .featured_houses_block div>a>img {
  height: 400px !important;
  object-fit: cover;
}

.realestatemanager.last-added .featured_houses .featured_houses_block .feature_texthouse {
  position: absolute;
  bottom: 73px;
  z-index: 10;
  width: 90%;
  left: 5%;
  background: #fff;
  padding: 10px !important;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.realestatemanager.last-added .featured_houses .featured_houses_block .feature_texthouse h4 {
  margin: 0;
}

.realestatemanager.last-added .featured_houses .featured_houses_block .feature_texthouse h4 a {
  color: #D9932F;
  font-size: 24px;
  font-weight: bold;
}

.realestatemanager.last-added .featured_houses .featured_houses_block .feature_texthouse h4 a:hover {
  color: #000;
}

.realestatemanager.last-added .featured_houses .featured_houses_block .rem_house_viewlist {
  position: absolute;
  bottom: 30px;
  z-index: 10;
  width: 90%;
  left: 5%;
  background: #fff;
  padding: 10px !important;
  padding-top: 0 !important;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

.realestatemanager.last-added .featured_houses .featured_houses_block .rem_house_viewlist a .featured_houses_price {
  color: #000;
  font-size: 22px;
  font-weight: bold;
}

.realestatemanager.last-added .featured_houses .featured_houses_block .rem_listing_status {
  top: 10px;
  left: 10px;
  border-radius: 5px;
}

.realestatemanager.last-added .featured_houses .featured_houses_block .col_rent {
  top: 10px;
  right: 10px;
  border-radius: 5px;
}

@media (max-width: 1500px) {
  .moduletable.wrapper-search-top-rem .wrapper-search-top-rem {
    width: 80%;
  }

  .moduletable.wrapper-search-top-rem>h3 {
    width: 60%;
  }
}

@media (max-width: 1399px) {
  .soc_icons li a {
    margin: 10px;
    margin-left: 0;
    margin-top: 0;
  }
}

@media (max-width: 1300px) {
  .moduletable.wrapper-search-top-rem .wrapper-search-top-rem {
    width: 90%;
  }

  .moduletable.wrapper-search-top-rem>h3 {
    width: 70%;
  }
}

@media (max-width: 1199px) {
  .moduletable.wrapper-search-top-rem .wrapper-search-top-rem {
    width: 100%;
  }

  .moduletable.wrapper-search-top-rem>h3 {
    width: 100%;
    text-align: center;
  }

  .main_menu .mod-menu {
    justify-content: center;
  }

  .main_menu .mod-menu>li.parent>.mod-menu__sub {
    right: unset;
    left: 0;
  }
}

@media (max-width: 1050px) {

  .moduletable.wrapper-search-top-rem .wrapper-search-top-rem #rem_mod_search form>div:first-child,
  .moduletable.wrapper-search-top-rem .wrapper-search-top-rem #rem_mod_search form .search_rent,
  .moduletable.wrapper-search-top-rem .wrapper-search-top-rem #rem_mod_search form .col_box_1,
  .moduletable.wrapper-search-top-rem .wrapper-search-top-rem #rem_mod_search form>div {
    width: 49%;
  }

  .moduletable.wrapper-search-top-rem .wrapper-search-top-rem #rem_mod_search form .search_button {
    width: 100%;
  }

  .moduletable.wrapper-search-top-rem .wrapper-search-top-rem #rem_mod_search form .col_box_1 #rem_slider_mod {
    width: 95% !important;
    margin-left: 10px;
  }
}

@media (max-width: 991px) {
  .moduletable.wrapper-search-top-rem::before {
    width: 100%;
  }
}

@media (max-width: 850px) {
  .moduletable.wrapper-search-top-rem>h3 {
    font-size: 40px;
  }

  .moduletable.wrapper-search-top-rem .wrapper-search-top-rem #rem_mod_search form .col_box_1 #rem_slider_mod {
    width: 93% !important;
  }
}

@media (max-width: 768px) {

  .moduletable.wrapper-search-top-rem .wrapper-search-top-rem #rem_mod_search form>div:first-child,
  .moduletable.wrapper-search-top-rem .wrapper-search-top-rem #rem_mod_search form .search_rent,
  .moduletable.wrapper-search-top-rem .wrapper-search-top-rem #rem_mod_search form .col_box_1,
  .moduletable.wrapper-search-top-rem .wrapper-search-top-rem #rem_mod_search form>div {
    width: 100%;
  }

  .moduletable.wrapper-search-top-rem .wrapper-search-top-rem #rem_mod_search form>div .pricefrom_2,
  .moduletable.wrapper-search-top-rem .wrapper-search-top-rem #rem_mod_search form>div .priceto_2 {
    width: 100%;
  }

  .moduletable.wrapper-search-top-rem .wrapper-search-top-rem #rem_mod_search form .col_box_1 #rem_slider_mod {
    width: 96% !important;
  }

  .realestatemanager.last-added .featured_houses .featured_houses_block {
    width: 100% !important;
  }
}

@media (max-width: 767px) {
  .footer #logo {
    text-align: center;
  }

  .wrapper-footer-info>div,
  .soc_icons {
    justify-content: center;
  }
}

@media (max-width: 425px) {
  .moduletable.wrapper-search-top-rem .wrapper-search-top-rem #rem_mod_search form .col_box_1 #rem_slider_mod {
    width: 93% !important;
  }
}

/* ==== Mallorca Ferienfinca - Design Overrides (mallorcafinca template, 2026-09-05) ==== */
body, p, a, span, div, li, input, button, select, textarea {
  font-family: 'Public Sans', -apple-system, sans-serif !important;
}
h1, h2, h3, h4, h5, h6 {
  font-family: 'Cormorant Garamond', Georgia, serif !important;
}

/* ==== HEADER/NAV FARBE (2026-09-05) ==== */
.header {
  background-color: #FFFAF0 !important;
  padding-left: 48px !important;
  border-bottom: 1px solid rgba(36,29,20,0.14);
}
.maximenuck > li > a,
.maximenuck a,
nav.navbar a,
.header a {
  color: #241D14 !important;
}
.nav-item.current > a,
.nav-item.active > a {
  color: #A8501F !important;
}

/* Mallorca Ferienfinca - Header-Menuepunkte Schriftgroesse (Vorlagen-Abgleich 06.09.2026) */
.main_menu .mod-menu>li>a,
.main_menu .mod-menu>li>span{
  font-size:16px !important;
}

/* Mallorca Ferienfinca - Suchfeld Startseite: volle Breite, farbiger Rahmen, 'Weitere Filter' ausblenden (06.09.2026) */
.container:has(#fwre){
  max-width: calc(100% - 80px) !important;
  margin-left: 40px !important;
  margin-right: 40px !important;
}
#fwre.fwre-search-minimal{
  border: 1.5px solid #A8501F !important;
}
#fwre .fwre-filters{
  display: none !important;
}

/* Mallorca Ferienfinca - Mallorca-Tipps Seite: Hero, Filter-Tabs, Karten (07.09.2026) */
.ff-tipps-hero{
  position: relative;
  height: 380px;
  overflow: hidden;
  border-radius: 10px;
  margin-bottom: 32px;
}
.ff-tipps-hero img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 60%;
  display: block;
}
.ff-tipps-hero-overlay{
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(34,31,26,0.05) 0%, rgba(34,31,26,0.65) 100%);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 32px;
}
.ff-tipps-hero-overlay h1{
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 42px;
  margin: 0 0 10px;
  color: #FFFAF0;
}
.ff-tipps-hero-overlay p{
  max-width: 640px;
  margin: 0;
  font-size: 16px;
  line-height: 1.5;
  color: #FFFAF0;
}
.ff-tipps-intro{
  max-width: 820px;
  margin: 0 0 28px;
  font-size: 16px;
  line-height: 1.6;
  text-align: left;
}
.ff-tipps-filter{
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin: 0 0 36px;
  justify-content: center;
}
.ff-tipps-filter-btn{
  font-family: 'Public Sans', -apple-system, sans-serif;
  font-size: 15px;
  font-weight: 600;
  padding: 11px 26px;
  border-radius: 24px;
  border: 1.5px solid #A8501F;
  background: transparent;
  color: #A8501F;
  cursor: pointer;
  transition: background 0.15s, color 0.15s;
}
.ff-tipps-filter-btn.active,
.ff-tipps-filter-btn:hover{
  background: #A8501F;
  color: #FFFFFF;
}
.ff-tipps-panel h2{
  text-align: center;
  margin-bottom: 10px;
}
.ff-tipps-panel > p{
  max-width: 760px;
  margin: 0 auto 28px;
  text-align: center;
}
.ff-tipps-card-grid{
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 26px;
  margin: 0 0 32px;
}
.ff-tipps-card{
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid rgba(36,29,20,0.14);
  background: #FFFAF0;
}
.ff-tipps-card img{
  width: 100%;
  height: 190px;
  object-fit: cover;
  display: block;
}
.ff-tipps-card-body{
  padding: 18px 20px;
}
.ff-tipps-card-body h3{
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 22px;
  margin: 0 0 10px;
  color: #241D14;
}
.ff-tipps-card-body p, .ff-tipps-card-body li{
  font-size: 14.5px;
  line-height: 1.55;
}
.ff-tipps-card-body ul{
  padding-left: 20px;
  margin: 0 0 10px;
}
.ff-tipps-note{
  background: #FFFAF0;
  border: 1px solid rgba(36,29,20,0.14);
  border-radius: 10px;
  padding: 22px 26px;
  margin-top: 20px;
}
@media (max-width: 700px){
  .ff-tipps-hero{ height: 260px; }
  .ff-tipps-hero-overlay h1{ font-size: 30px; }
}

/* Mallorca Ferienfinca - Footer visuell vom Seiteninhalt abgrenzen, auf allen Seiten einheitlich (07.09.2026) */
.footer{
  background-color: #FFFAF0 !important;
  border-top: 1px solid rgba(36,29,20,0.14);
  padding-top: 44px !important;
}

/* Mallorca Ferienfinca - doppelte Seitenueberschrift auf der Mallorca-Tipps-Seite ausblenden (Joomla page-header rendert trotz show_page_heading=0) */
body:has(.ff-tipps-hero) .page-header, body:has(.ff-tipps-hero2) .page-header, body:has(.ff-landing-header) .page-header{
  display: none !important;
}


/* Mallorca Ferienfinca - Region-Dropdown im Suchfeld (06.09.2026) */
.ff-region-select{
  font-family:'Public Sans',-apple-system,sans-serif;
  font-size:14px;
  color:#241D14;
  background:transparent;
  border:none;
  padding:12px 8px;
  cursor:pointer;
  outline:none;
  max-width:220px;
}


/* Mallorca Ferienfinca - Footer Overrides */
.ff-footer-grid{display:grid;grid-template-columns:1.4fr 1fr 1fr 1fr;gap:32px;}
@media (max-width:700px){.ff-footer-grid{grid-template-columns:1fr 1fr;}}
.ff-footer-col a{color:#241D14;text-decoration:none;}
.ff-footer-col a:hover{color:#A8501F;}


/* Mallorca Ferienfinca - Text-Logo (kein Bild-Logo hinterlegt) */
.ff-text-logo a{
  font-family:'Cormorant Garamond',Georgia,serif !important;
  font-size:20px;
  font-weight:600;
  color:#A8501F !important;
  text-decoration:none;
  white-space:nowrap;
  line-height:1;
}


/* Mallorca Ferienfinca - keine Preise anzeigen (Vermittlung, keine bestaetigten Preise) */
.fwre-item-price{
  display:none !important;
}

/* Mallorca Ferienfinca - zweite Preisanzeige auf Objekt-Detailseite, andere Klasse - gefunden 07.09.2026 */
.fwre-property-price{
  display:none !important;
}


/* Mallorca Ferienfinca - Header-Nav immer als direkte Links, kein Hamburger */
.main_menu .navbar-toggle{
  display:none !important;
}
.main_menu #main-navbar-collapse.collapse_os{
  display:flex !important;
  height:auto !important;
  overflow:visible !important;
}
.main_menu #main-navbar-collapse ul{
  display:flex !important;
  flex-direction:row !important;
  flex-wrap:nowrap;
  width:auto;
}
.main_menu #main-navbar-collapse ul li{
  display:inline-block !important;
  float:none !important;
  width:auto !important;
}
@media (max-width:480px){
  .main_menu #main-navbar-collapse ul li a{
    font-size:12px !important;
    padding-left:8px !important;
    padding-right:8px !important;
  }
}


/* Mallorca Ferienfinca - Vertrauensleiste vor Objektsuche anzeigen (DOM-Reihenfolge laesst sich in FWRE-Position nicht umsortieren) */
.col-lg-12:has(#fwre){
  display:flex;
  flex-direction:column-reverse;
}


/* Mallorca Ferienfinca - Vertrauensleiste responsive */
.ff-trust-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
}
.ff-trust-item:not(:last-child){
  border-right:1px solid rgba(36,29,20,0.14);
}
@media (max-width:900px){
  .ff-trust-grid{ grid-template-columns:repeat(2,1fr); }
  .ff-trust-item:nth-child(2n){ border-right:none; }
  .ff-trust-item:nth-child(1),.ff-trust-item:nth-child(2){ border-bottom:1px solid rgba(36,29,20,0.14); }
}
@media (max-width:520px){
  .ff-trust-grid{ grid-template-columns:1fr; }
  .ff-trust-item{ border-right:none !important; border-bottom:1px solid rgba(36,29,20,0.14); }
  .ff-trust-item:last-child{ border-bottom:none; }
}


/* Mallorca Ferienfinca - Objektsuche im Pill-Design, ueber Hero gezogen */
.fwre-search-minimal{
  background:#FCF7E9;
  border:1px solid rgba(36,29,20,0.14);
  border-radius:6px;
  box-shadow:0 10px 30px -12px rgba(34,31,26,0.35);
  padding:10px 22px !important;
  margin-top:-70px;
  position:relative;
  z-index:5;
}
#fwre .fwk-button-primary,
#fwre.fwre-search .fwk-button-primary,
#fwre .fwk-button.fwk-button-primary.mod-fwrealestate-search-button{
  background:#A8501F !important;
  border-color:#A8501F !important;
}
.fwre-search .fwk-text-green{
  color:#6B5D48 !important;
}
.fwre-search-minimal .fwre-search-minimal-fields > div{
  border-color:rgba(36,29,20,0.14) !important;
}
.moduletable:has(.fwre-search-minimal) > h3{
  display:none;
}


/* Mallorca Ferienfinca - Trust-Icons dunkel statt blau (Vorlagen-Abgleich 2026-09-05) */
.ff-trust-item i.fa{
  color:#241D14 !important;
}

/* Mallorca Ferienfinca - Objektkarten: Button immer auf gleicher Hoehe */
.fwre-item{
  display:flex !important;
  flex-direction:column;
  height:100%;
}
.fwre-item-info{
  display:flex !important;
  flex-direction:column;
  flex:1;
}
.fwre-item-info > *:last-child{
  margin-top:auto !important;
  padding-top:12px;
}


/* Mallorca Ferienfinca - Logo und Nav duerfen sich nie ueberlappen */
.wrapperMainMenu .row{
  flex-wrap:nowrap;
}
.wrapperLogo{
  flex:0 0 auto !important;
  width:auto !important;
  max-width:none !important;
  padding-right:40px;
}
.main_menu{
  flex:1 1 auto !important;
  width:auto !important;
  min-width:0;
}

/* Mallorca Ferienfinca - keine Preise, also auch keinen Preisfilter anzeigen */
.fwre-search-minimal-fields .fwk-grid-small > div:has([fwk-icon="fwre-search-dollar"]){
  display:none !important;
}


/* Mallorca Ferienfinca - echte Mobile-Fixes (Handy-Screenshots 2026-09-05) */
@media (max-width:600px){
  .wrapperMainMenu .row{
    flex-wrap:wrap !important;
  }
  .wrapperLogo{
    width:100% !important;
    padding-right:0;
    text-align:center;
    padding-bottom:8px;
  }
  .main_menu{
    width:100% !important;
  }
  .main_menu #main-navbar-collapse ul{
    justify-content:center;
    flex-wrap:wrap;
  }
  .main_menu #main-navbar-collapse ul li a{
    font-size:11px !important;
    padding-left:6px !important;
    padding-right:6px !important;
    white-space:nowrap;
  }
  .ff-text-logo a{
    font-size:19px !important;
  }
  .fwre-search-minimal{
    margin-top:0 !important;
  }
}

/* Mallorca Ferienfinca - Footer-Abstaende zwischen Spalten auf Mobile */
@media (max-width:991px){
  [class*="Footer1"], [class*="Footer2"], [class*="Footer3"], [class*="Footer4"]{
    margin-bottom:24px;
  }
}


/* Mallorca Ferienfinca - auf Objektseiten keinen generischen Hero/Suche/Vertrauensleiste zeigen */
body.fwre-item-detail .moduletable:has(h1),
body.fwre-item-detail .moduletable:has(.fwre-search-minimal),
body.fwre-item-detail .moduletable:has(.ff-trust-grid){
  display:none !important;
}

/* Mallorca Ferienfinca - keine Preise auf Objektdetailseiten (nur Anfrage, wie im Grid) */
body.fwre-item-detail .fwre-item-price,
body.fwre-item-detail .fwre-property-price{
  display:none !important;
}

/* Mallorca Ferienfinca - Duplikat nur INNERHALB des Kontakt-Modals verstecken, nicht den Sidebar-Trigger-Button */
.fwk-modal .fwk-button.fwk-button-primary.fwk-width-1-1{
  display:none !important;
}


/* Mallorca Ferienfinca - Artikel-Metadaten und Weiter/Zurueck-Navigation nirgends anzeigen (Theme ignoriert Optionen) */
.article-info,
.pagenavigation{
  display:none !important;
}


/* Kontakt-Seite (com_contact) - Markenfarben */
.com-contact__container a:not(.btn),
.com-contact a:not(.btn) {
  color: #A8501F;
  text-decoration: none;
}
.com-contact__container a:not(.btn):hover,
.com-contact a:not(.btn):hover {
  text-decoration: underline;
}
.com-contact__form button[type="submit"],
.com-contact__form .btn-primary {
  background-color: #A8501F !important;
  border-color: #A8501F !important;
}
.com-contact__form button[type="submit"]:hover,
.com-contact__form .btn-primary:hover {
  background-color: #8A3F17 !important;
  border-color: #8A3F17 !important;
}
.contact-address .icon-address,
.contact-address .icon-phone,
.contact-address .icon-email {
  color: #A8501F;
}


/* Grid/Listen-Umschalter (FWRE) - Markenfarbe statt Teal */
.fwre-listing-toolbar .fwk-button.fwk-active,
#fwre .fwre-listing-toolbar .fwk-button.fwk-active {
  background-color: #A8501F !important;
  border-color: #A8501F !important;
}


/* Header: Telefonnummer + Kontakt-Button (gemaess Vorlage) */
#main-navbar-collapse{
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
#main-navbar-collapse > .moduletable{
  margin-left: auto;
  margin-right: auto;
}
.ff-header-actions{
  display: flex;
  align-items: center;
  gap: 20px;
  margin-left: 48px;
}
.ff-header-phone{
  color: #241D14;
  font-size: 14px;
  white-space: nowrap;
  text-decoration: none;
  font-family: 'Public Sans',-apple-system,sans-serif;
}
.ff-header-phone:hover{ text-decoration: underline; }
.header a.ff-header-kontakt-btn{
  background: #A8501F;
  color: #FFFFFF !important;
  padding: 10px 24px;
  border-radius: 6px;
  font-weight: 600;
  font-size: 13.5px;
  white-space: nowrap;
  text-decoration: none;
  font-family: 'Public Sans',-apple-system,sans-serif;
  display: inline-block;
}
.header a.ff-header-kontakt-btn:hover{ background: #8A3F17; color: #FFFFFF !important; }

@media (max-width: 991px){
  .ff-header-phone{ display: none; }
}
@media (max-width: 600px){
  #main-navbar-collapse{ flex-direction: column; }
  .ff-header-actions{ margin-left: 0; margin-top: 10px; }
}


/* Home und Kontakt aus der Hauptnavigation ausblenden (Logo = Home, Button = Kontakt) */
#main-navbar-collapse ul li a[href="/index.php/kontakt"]{
  display: none !important;
}
#main-navbar-collapse ul li:has(> a[href="/index.php/kontakt"]){
  width: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  overflow: hidden !important;
}

/* Kontakt-Seite: Name-Ueberschrift soll die Serifenschrift erben, nicht Public Sans */
.contact-name{
  font-family: 'Cormorant Garamond', Georgia, serif !important;
}


/* Objektkarten-Titel wie in der Vorlage: Serifenschrift statt Public Sans */
.fwre-item-title{
  font-family: 'Cormorant Garamond', Georgia, serif !important;
  font-weight: 600 !important;
  font-size: 20px !important;
}


/* Nav-Punkte duerfen intern nicht umbrechen (z.B. "Fincas Mallorca" auf mittleren Breiten) */
.main_menu #main-navbar-collapse ul li a{
  white-space: nowrap !important;
}



/* Header-Nav exakt wie Vorlage: normale Gross-/Kleinschreibung, terracotta, kein reines Schwarz */
.main_menu #main-navbar-collapse ul li a{
  color: #A8501F !important;
  text-transform: none !important;
  font-weight: 600 !important;
}


/* Grundschriftfarbe: warme Markenfarbe statt Bootstrap-Standardgrau (#212529) */
body{
  color: #241D14 !important;
}


/* "Details anzeigen"-Button: Terracotta statt altem FWRE-Teal */
#fwre .fwk-button-primary-inverse,
.fwk-button-primary-inverse,
.fwre-read-more{
  border-color: #A8501F !important;
  color: #A8501F !important;
}
#fwre .fwk-button-primary-inverse:hover,
.fwk-button-primary-inverse:hover,
.fwre-read-more:hover{
  background-color: #A8501F !important;
  color: #FCF7E9 !important;
}


/* Keine Trennlinie unter Nav-Punkten auf Mobile (Original-Theme-Regel, nicht in der Vorlage) */
.main_menu .mod-menu > li > a,
.main_menu .mod-menu > li > span,
.main_menu #main-navbar-collapse ul li a{
  border-bottom: none !important;
}


/* Nav bei allen schmaleren Breiten (nicht nur echtem Mobile) sauber zentriert stapeln statt links umbrechen */
@media (max-width: 991px){
  .wrapperMainMenu .row{ flex-wrap: wrap !important; }
  .wrapperLogo{ width: 100% !important; padding-right: 0; text-align: center; padding-bottom: 8px; }
  .main_menu{ width: 100% !important; }
  #main-navbar-collapse{ flex-direction: column !important; }
  .main_menu #main-navbar-collapse ul{
    justify-content: center !important;
    flex-wrap: wrap !important;
    width: 100%;
  }
  .ff-header-actions{
    width: 100%;
    justify-content: center;
    margin-left: 0 !important;
    margin-top: 10px;
  }
}


/* FWRE rendert den Anfrage-Block in der Objekt-Sidebar zweimal (Komponenten-Bug) - erstes Duplikat ausblenden (das zweite ist das funktionsfaehige) */
.fwre-property-panel > .fwk-scope:nth-child(4){
  display:none !important;
}


/* Mobile-Optimierung (07.09.2026): Groessenverhaeltnisse & Bedienbarkeit auf dem Handy */
@media (max-width: 767px){
  .header{
    padding: 0 16px !important;
  }
  .container:has(#fwre){
    max-width: calc(100% - 32px) !important;
    margin-left: 16px !important;
    margin-right: 16px !important;
  }
  #fwre{
    padding: 16px !important;
  }
  .ff-region-select{
    max-width: 100% !important;
    width: 100%;
  }
  #fwre .mod-fwrealestate-search-button,
  #fwre button[type="submit"]{
    min-height: 48px;
    padding: 14px 20px !important;
  }
  .fwre-mod-search-type-wrp label.fwk-button,
  #fwre-search-filters-112 label.fwk-button{
    min-height: 44px;
    display: flex;
    align-items: center;
  }
  #fwre-search-filters-112 .fwk-modal-footer .fwk-button{
    min-height: 46px;
  }
  .footer{
    margin-top: 64px !important;
    padding-top: 40px !important;
  }
}


/* Regionen-Mehrfachauswahl (07.09.2026): ersetzt Freitextfeld durch Checkbox-Liste */
.fwre-mod-address > *:not(.ff-region-multiselect){ display:none !important; }
#fwre-search-filters-112 input[name="search[trendy_address]"]{ display:none !important; }
.ff-region-multiselect{ position:relative; width:100%; }
.ff-region-ms-btn{
  font-family:'Public Sans', -apple-system, sans-serif;
  font-size:14px;
  color:#241D14;
  background:transparent;
  border:none;
  padding:12px 8px;
  cursor:pointer;
  width:100%;
  text-align:left;
}
.ff-region-ms-panel{
  position:absolute;
  top:100%;
  left:0;
  z-index:50;
  background:#fff;
  border:1px solid rgba(36,29,20,0.15);
  border-radius:10px;
  box-shadow:0 8px 24px rgba(0,0,0,0.12);
  padding:8px;
  min-width:260px;
  max-width:90vw;
}
#fwre-search-filters-112 .ff-region-ms-panel{
  position:static;
  box-shadow:none;
  border:1px solid rgba(36,29,20,0.15);
  margin-top:8px;
  min-width:0;
  max-width:none;
}
.ff-region-ms-option{
  display:flex;
  align-items:center;
  gap:10px;
  padding:10px 8px;
  font-family:'Public Sans', -apple-system, sans-serif;
  font-size:14px;
  color:#241D14;
  cursor:pointer;
  border-radius:6px;
}
.ff-region-ms-option:hover{ background:#FCF7E9; }
.ff-region-ms-reset{
  border-bottom:1px solid rgba(36,29,20,0.1);
  margin-bottom:4px;
  padding-bottom:12px;
}
.ff-region-ms-option input[type="checkbox"]{
  width:18px;
  height:18px;
  accent-color:#A8501F;
  cursor:pointer;
  flex-shrink:0;
}

/* Personen-Auswahl (07.09.2026): Erwachsene/Kinder-Zaehler mit Alter je Kind */
.ff-persons-multiselect{ position:relative; width:100%; }
.ff-persons-panel{ min-width:280px; }
.ff-persons-row{
  display:flex;
  align-items:center;
  justify-content:space-between;
  padding:10px 8px;
  font-family:'Public Sans', -apple-system, sans-serif;
  font-size:14px;
  color:#241D14;
}
.ff-persons-counter{
  display:flex;
  align-items:center;
  gap:12px;
}
.ff-persons-counter button{
  width:28px;
  height:28px;
  border-radius:50%;
  border:1px solid rgba(36,29,20,0.25);
  background:#fff;
  color:#A8501F;
  font-size:16px;
  line-height:1;
  cursor:pointer;
  display:flex;
  align-items:center;
  justify-content:center;
}
.ff-persons-counter button:hover{ background:#FCF7E9; }
.ff-persons-counter span{ min-width:18px; text-align:center; font-weight:600; }
.ff-persons-note{
  padding:10px 8px 4px;
  font-size:12.5px;
  color:rgba(36,29,20,0.65);
  border-top:1px solid rgba(36,29,20,0.1);
  margin-top:4px;
}
.ff-persons-age-row select{
  font-family:'Public Sans', -apple-system, sans-serif;
  font-size:14px;
  padding:6px 8px;
  border-radius:6px;
  border:1px solid rgba(36,29,20,0.2);
}
.ff-persons-reset{
  width:100%;
  margin-top:8px;
  padding:10px;
  font-family:'Public Sans', -apple-system, sans-serif;
  font-size:13.5px;
  color:#A8501F;
  background:transparent;
  border:1px solid rgba(168,80,31,0.3);
  border-radius:8px;
  cursor:pointer;
}
.ff-persons-reset:hover{ background:#FCF7E9; }

/* Personen-Feld schmaler (07.09.2026) */
.ff-persons-multiselect{ width:auto; flex:0 0 auto; }
.ff-persons-multiselect .ff-region-ms-btn{ width:auto; padding:12px 10px; white-space:nowrap; }

/* Abstand unter Terracotta-CTA-Box im Footer (07.09.2026) */
.footer .full-width{ padding-bottom: 44px; }

/* Suchfeld-Reihe: gleichmaessige Feldgroessen (07.09.2026) */
.ff-search-row > .fwre-mod-address,
.ff-search-row > .ff-persons-slot,
.ff-search-row > .fwk-visible\@l{
  flex: 1 1 0;
  min-width: 0;
}
.ff-persons-slot{ position:relative; }
.ff-persons-multiselect{ width:100%; }
.ff-persons-multiselect .ff-region-ms-btn{ width:100%; padding:12px 8px; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; }

/* Tipps-Seite Neugestaltung (07.09.2026): Hero, Suchleiste, Icon-Nav, Karten-Raster */
.ff-tipps-hero2{
  position:relative;
  min-height:420px;
  overflow:hidden;
  background:#FFFAF0;
  width:100vw;
  margin-left:calc(-50vw + 50%);
  margin-right:calc(-50vw + 50%);
}
.ff-tipps-hero2-image{
  position:absolute;
  inset:0;
  z-index:0;
  min-height:0;
  min-width:0;
}
.ff-tipps-hero2-image img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}
.ff-tipps-hero2-overlay{
  position:absolute;
  inset:0;
  z-index:1;
  background:linear-gradient(100deg, rgba(241,233,216,0.95) 0%, rgba(241,233,216,0.82) 32%, rgba(241,233,216,0.25) 62%, rgba(34,31,26,0.1) 100%);
}
.ff-tipps-hero2-text{
  position:relative;
  z-index:2;
  display:flex;
  flex-direction:column;
  justify-content:center;
  min-height:420px;
  padding:64px 56px;
  max-width:640px;
}
.ff-tipps-hero2-eyebrow{
  font-family:'Public Sans', -apple-system, sans-serif;
  font-size:12px;
  font-weight:700;
  letter-spacing:1.5px;
  text-transform:uppercase;
  color:#A8501F;
  margin-bottom:14px;
}
.ff-tipps-hero2-text h1{
  font-family:'Cormorant Garamond', serif;
  font-size:42px;
  font-weight:600;
  color:#241D14;
  line-height:1.15;
  margin:0 0 16px;
}
.ff-tipps-hero2-text p{
  font-family:'Public Sans', -apple-system, sans-serif;
  font-size:15px;
  color:rgba(36,29,20,0.65);
  line-height:1.55;
  max-width:440px;
  margin:0 0 20px;
}
.ff-tipps-hero2-dash{
  width:48px;
  height:2px;
  background:#241D14;
}


.ff-tipps-searchbar-wrap{
  max-width:960px;
  margin:-28px auto 0;
  padding:0 24px;
  position:relative;
  z-index:5;
}
.ff-tipps-searchbar{
  background:#fff;
  border-radius:14px;
  box-shadow:0 10px 30px rgba(36,29,20,0.14);
  display:flex;
  align-items:stretch;
  padding:8px;
  gap:8px;
}
.ff-tipps-searchbar-field{
  flex:1;
  display:flex;
  align-items:center;
  gap:10px;
  padding:10px 16px;
}
.ff-tipps-searchbar-field i{ color:rgba(36,29,20,0.4); }
.ff-tipps-searchbar-field input{
  border:none;
  outline:none;
  flex:1;
  font-family:'Public Sans', -apple-system, sans-serif;
  font-size:15px;
  color:#241D14;
  background:transparent;
}
.ff-tipps-searchbar-btn{
  background:#A8501F;
  color:#fff;
  border:none;
  border-radius:10px;
  padding:0 28px;
  font-family:'Public Sans', -apple-system, sans-serif;
  font-size:14px;
  font-weight:700;
  cursor:pointer;
  white-space:nowrap;
}
.ff-tipps-searchbar-btn:hover{ background:#8A4119; }

.ff-tipps-iconnav{
  display:flex;
  flex-wrap:wrap;
  justify-content:space-evenly;
  align-items:flex-start;
  gap:20px;
  max-width:1100px;
  margin:0 auto;
  padding:44px 24px 40px;
}
.ff-tipps-iconnav-item{
  display:flex;
  flex-direction:column;
  align-items:center;
  gap:10px;
  text-decoration:none;
  min-width:96px;
}
.ff-tipps-iconnav-item i{
  font-size:22px;
  color:#A8501F;
}
.ff-tipps-iconnav-item span{
  font-family:'Public Sans', -apple-system, sans-serif;
  font-size:13px;
  font-weight:600;
  color:#241D14;
  text-align:center;
}

.ff-tipps-section-head{
  display:flex;
  align-items:baseline;
  justify-content:space-between;
  max-width:1100px;
  margin:0 auto;
  padding:0 24px 24px;
  gap:16px;
  flex-wrap:wrap;
}
.ff-tipps-section-head h2{
  font-family:'Cormorant Garamond', serif;
  font-size:26px;
  font-weight:700;
  color:#241D14;
  margin:0;
}
.ff-tipps-section-head a{
  font-family:'Public Sans', -apple-system, sans-serif;
  font-size:14px;
  font-weight:600;
  color:#A8501F;
  text-decoration:none;
  white-space:nowrap;
}
.ff-tipps-section-head a:hover{ text-decoration:underline; }

.ff-tipps-teaser-grid{
  display:grid;
  grid-template-columns:repeat(3, 1fr);
  gap:28px;
  max-width:1100px;
  margin:0 auto;
  padding:0 24px 56px;
}
@media (max-width:900px){
  .ff-tipps-teaser-grid{ grid-template-columns:repeat(2, 1fr); }
}
@media (max-width:620px){
  .ff-tipps-teaser-grid{ grid-template-columns:1fr; }
}
.ff-tipps-teaser-card{
  display:block;
  text-decoration:none;
  background:#FCF7E9;
  border-radius:14px;
  overflow:hidden;
}
.ff-tipps-teaser-card img{
  width:100%;
  aspect-ratio:16/10;
  object-fit:cover;
  display:block;
}
.ff-tipps-teaser-body{ padding:18px 20px 22px; }
.ff-tipps-teaser-eyebrow{
  font-family:'Public Sans', -apple-system, sans-serif;
  font-size:11px;
  font-weight:700;
  letter-spacing:1px;
  text-transform:uppercase;
  color:#A8501F;
  margin-bottom:8px;
  display:block;
}
.ff-tipps-teaser-card h3{
  font-family:'Cormorant Garamond', serif;
  font-size:20px;
  font-weight:700;
  color:#241D14;
  margin:0 0 8px;
}
.ff-tipps-teaser-card p{
  font-family:'Public Sans', -apple-system, sans-serif;
  font-size:13.5px;
  color:rgba(36,29,20,0.65);
  line-height:1.5;
  margin:0 0 12px;
}
.ff-tipps-teaser-more{
  font-family:'Public Sans', -apple-system, sans-serif;
  font-size:13.5px;
  font-weight:600;
  color:#A8501F;
}
@media (max-width:700px){
  .ff-tipps-hero2{ min-height:380px; }
  .ff-tipps-hero2-text{ min-height:380px; padding:40px 24px; max-width:100%; }
  .ff-tipps-hero2-text h1{ font-size:30px; }
  .ff-tipps-hero2-overlay{ background:linear-gradient(180deg, rgba(241,233,216,0.97) 0%, rgba(241,233,216,0.94) 55%, rgba(241,233,216,0.55) 100%); }
  .ff-tipps-searchbar{ flex-wrap:wrap; }
  .ff-tipps-searchbar-btn{ width:100%; padding:12px; }
}

/* Icon-Nav Fix (07.09.2026): TinyMCE wandelt <i> in <em> um und entfernt <span> */
.ff-tipps-iconnav-item em{
  font-style:normal;
  font-size:22px;
  color:#A8501F;
  display:block;
}
.ff-tipps-iconnav-item{
  font-family:'Public Sans', -apple-system, sans-serif;
  font-size:13px;
  font-weight:600;
  color:#241D14;
}

/* Einheitliche Kartenoptik: .ff-tipps-card an .ff-tipps-teaser-card angleichen (07.09.2026) */
.ff-tipps-card{
  background:#FCF7E9 !important;
  border-radius:14px !important;
  overflow:hidden;
  box-shadow:none !important;
  border:none !important;
}
.ff-tipps-card img{
  aspect-ratio:16/10 !important;
  object-fit:cover;
}
.ff-tipps-card-body{ padding:18px 20px 22px !important; }
.ff-tipps-card-body h3{
  font-family:'Cormorant Garamond', serif !important;
  font-size:20px !important;
  font-weight:700 !important;
  color:#241D14 !important;
  margin:0 0 8px !important;
}
.ff-tipps-card-body p{
  font-family:'Public Sans', -apple-system, sans-serif !important;
  font-size:13.5px !important;
  color:rgba(36,29,20,0.65) !important;
  line-height:1.5 !important;
}
.ff-tipps-card-body ul{
  font-family:'Public Sans', -apple-system, sans-serif;
  font-size:13.5px;
  color:rgba(36,29,20,0.65);
  line-height:1.6;
  padding-left:18px;
  margin:8px 0 0;
}

/* Icons: Personenanzahl + Immobilienart (07.09.2026) */
.ff-search-btn-icon{
  font-size:16px;
  color:#241D14;
  margin-right:8px;
}
.ff-search-type-icon{
  font-size:18px;
  color:#241D14;
  margin-right:8px;
}

/* Design-Politur: Hover-/Press-Feedback nach Emil-Kowalski-Review (09.09.2026) */
.ff-tipps-card,
.ff-tipps-teaser-card{
  transition: transform 200ms ease-out, box-shadow 200ms ease-out;
}
.ff-tipps-card:hover,
.ff-tipps-teaser-card:hover{
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(36,29,20,0.12) !important;
}
.ff-tipps-iconnav-item i,
.ff-tipps-iconnav-item em{
  transition: transform 150ms ease-out;
}
.ff-tipps-iconnav-item:hover i,
.ff-tipps-iconnav-item:hover em{
  transform: scale(1.1);
}
.ff-tipps-searchbar-btn{
  transition: background 150ms ease, transform 120ms ease-out;
}
.ff-tipps-searchbar-btn:active{
  transform: scale(0.97);
}
.header a.ff-header-kontakt-btn{
  transition: background 150ms ease, transform 120ms ease-out;
}
.header a.ff-header-kontakt-btn:active{
  transform: scale(0.97);
}
.realestatemanager.last-added .featured_houses .featured_houses_block{
  transition: box-shadow 250ms ease-out;
}


/* Design-Politur Runde 2: Landingpages, Objektkarten, CTAs (09.09.2026, Emil-Kowalski-Review) */
.ff-landing-back{
  color:#A8501F;
  transition: color 150ms ease;
}
.ff-landing-back:hover{
  color:#8A3F17;
  text-decoration: underline;
}
#fwre .fwk-button-primary{
  transition: background-color 150ms ease, transform 120ms ease-out;
}
#fwre .fwk-button-primary:hover{
  background-color:#8A3F17 !important;
}
#fwre .fwk-button-primary:active{
  transform: scale(0.97);
}
#fwre .fwre-grid-view .fwre-item{
  transition: box-shadow 200ms ease-out;
}
#fwre .fwre-grid-view .fwre-item:hover{
  box-shadow: 0 8px 20px rgba(36,29,20,0.16);
}
#fwre .fwk-button-primary-inverse,
.fwk-button-primary-inverse,
.fwre-read-more{
  transition: background-color 150ms ease, color 150ms ease;
}
.btn.btn-primary{
  transition: background-color 150ms ease-out;
}


/* Mallorca Ferienfinca - Bilddefekt (Riss oben rechts) bei sa-calobra.jpg rauszoomen (09.09.2026) */
.ff-tipps-card img[src*="sa-calobra"],
.ff-tipps-teaser-card img[src*="sa-calobra"]{
  transform: scale(1.2);
  object-position: 35% 70%;
}


/* toTop-Button ueberlappt auf Mobile das Icon-Nav-Grid der Tipps-Seite (09.09.2026) */
@media (max-width: 480px){
  #toTop{ display:none; }
}


/* Impeccable-Kritik P1 (09.09.2026): Mobiles Hamburger-Menue reaktivieren + Telefon-Link sichtbar lassen */
@media (max-width: 767px){
  .main_menu .navbar-toggle{
    display:block !important;
    background:none;
    border:none;
    font-size:22px;
    color:#A8501F;
    padding:8px 12px;
  }
  .main_menu #main-navbar-collapse.collapse_os{
    display:none !important;
  }
  .main_menu #main-navbar-collapse.collapse_os.menuInActive{
    display:flex !important;
    flex-direction:column !important;
  }
  .main_menu #main-navbar-collapse.collapse_os.menuInActive ul{
    flex-direction:column !important;
    width:100% !important;
  }
  .main_menu #main-navbar-collapse.collapse_os.menuInActive ul li{
    width:100% !important;
    text-align:center;
  }
  .wrapperMainMenu .row{
    flex-wrap:nowrap !important;
    align-items:center;
    justify-content:space-between;
  }
  .wrapperLogo{
    width:auto !important;
    padding-bottom:0 !important;
  }
  .main_menu{
    width:auto !important;
    flex:1;
  }
  .ff-header-phone{
    display:inline-flex !important;
    margin-right:8px;
  }
  .ff-header-actions{
    margin-top:0 !important;
  }
}


/* Impeccable-Kritik P1 (09.09.2026): Navbar-Header (Hamburger + Telefon + Kontakt) kompakt in einer Zeile */
@media (max-width: 767px){
  .navbar-header{
    display:flex !important;
    flex-wrap:nowrap;
    align-items:center;
    justify-content:flex-end;
    gap:10px;
    width:auto;
    margin:0 !important;
  }
  .ff-header-actions{
    display:flex !important;
    align-items:center;
    gap:10px;
    margin:0 !important;
  }
  .ff-header-phone-text{ display:none; }
  .ff-header-phone{
    font-size:18px;
    color:#A8501F;
    display:inline-flex;
  }
  .header a.ff-header-kontakt-btn{
    padding:8px 14px;
    font-size:12px;
  }
  .navbar-header{
    padding-right:16px;
  }
}


/* Impeccable-Kritik P2 (09.09.2026): Header-CTA ueberlaeuft im Luecken-Bereich 992-1150px, gleiche Wrap-Loesung wie Tablet anwenden */
@media (min-width: 992px) and (max-width: 1150px){
  .wrapperMainMenu .row{ flex-wrap: wrap !important; }
  .wrapperLogo{ width: 100% !important; padding-right: 0; text-align: center; padding-bottom: 8px; }
  .main_menu{ width: 100% !important; }
  #main-navbar-collapse{ flex-direction: column !important; }
  .main_menu #main-navbar-collapse ul{
    justify-content: center !important;
    flex-wrap: wrap !important;
    width: 100%;
  }
  .ff-header-actions{
    width: 100%;
    justify-content: center;
    margin-left: 0 !important;
    margin-top: 10px;
  }
}


/* Impeccable-Kritik P2 (09.09.2026): Region-Button quetscht sich bei 375px auf 34.5px - Suchfeld-Reihe auf Mobile stapeln statt quetschen */
@media (max-width: 767px){
  .ff-search-row{
    flex-wrap: wrap !important;
  }
  .ff-search-row > .fwre-mod-address,
  .ff-search-row > .ff-persons-slot{
    flex: 1 1 100% !important;
    min-width: 100% !important;
  }
  .ff-search-row > .fwk-grid-margin{
    flex: 1 1 100% !important;
  }
}


/* Design-Politur: Hamburger-Button und Telefon-Icon im Mobile-Header (10.09.2026, Emil-Kowalski-Review) */
@media (max-width: 767px){
  .main_menu .navbar-header button{
    border: none !important;
    color: #A8501F !important;
    font-size: 20px !important;
    padding: 10px !important;
    margin: 0 !important;
    background: none !important;
    transition: transform 120ms ease-out;
  }
  .main_menu .navbar-header button:active{
    transform: scale(0.95);
  }
  .main_menu .navbar-header button:after{
    content: none !important;
  }
  .ff-header-phone i{
    color: #A8501F !important;
  }
}


/* Redesign-Audit (10.09.2026): FWRE-Plugin-Standardfarbe (Tuerkis) und kuehler Schatten auf Marke umstellen */
:root{
  --fwre-green: #A8501F;
  --fwre-green-alpha: rgba(168,80,31,.08);
  --fwre-shadow-small: 0 4px 13px rgba(107,60,30,.14);
}

/* Redesign-Audit (10.09.2026): Radius-Skala vereinheitlichen - Karten (Container) weicher als Buttons (Inhalt) */
#fwre .fwre-grid-view .fwre-item,
#fwre .fwre-map-view .fwre-item{
  border-radius: 10px !important;
}
#fwre .fwre-grid-view .fwre-item .fwre-item-media{
  border-radius: 10px 10px 0 0 !important;
}


/* Design-Politur: Mobiles Dropdown-Menue - echtes Panel statt unstylter Liste (10.09.2026, kombinierte Skill-Review) */
@media (max-width: 767px){
  .main_menu #main-navbar-collapse.collapse_os.menuInActive{
    display:flex !important;
    flex-direction:column !important;
    background:#FFFDF9 !important;
    margin-top:12px;
    padding:6px 0 !important;
    border-radius:12px !important;
    box-shadow:0 12px 28px rgba(107,60,30,0.18);
    opacity:1;
    transform:translateY(0);
    transition:opacity 220ms ease-out, transform 220ms ease-out;
    transition-behavior:allow-discrete;
    overflow:hidden;
  }
  @starting-style{
    .main_menu #main-navbar-collapse.collapse_os.menuInActive{
      opacity:0;
      transform:translateY(-8px);
    }
  }
  .main_menu #main-navbar-collapse.collapse_os.menuInActive ul{
    width:100% !important;
  }
  .main_menu #main-navbar-collapse.collapse_os.menuInActive ul li{
    width:100% !important;
    border-bottom:1px solid rgba(168,80,31,0.1);
  }
  .main_menu #main-navbar-collapse.collapse_os.menuInActive ul li:last-child{
    border-bottom:none;
  }
  .main_menu #main-navbar-collapse.collapse_os.menuInActive ul li a{
    padding:14px 20px !important;
    display:block;
    transition:background-color 150ms ease;
  }
  .main_menu #main-navbar-collapse.collapse_os.menuInActive ul li a:active{
    background-color:rgba(168,80,31,0.06);
  }
}


/* Kontaktseite: Nur das Kontaktformular soll stehen bleiben, Name/Adresse/Telefon stehen bereits im Footer und Impressum (10.09.2026) */
.com-contact.contact > .page-header,
.com-contact__container{
  display:none !important;
}
.com-contact.contact{
  padding-top:48px;
}


/* Kontaktseite: Formular-Box passend zu ihrem Inhalt begrenzen statt volle Seitenbreite mit Leerraum (10.09.2026, kombinierte Skill-Review) */
.com-contact.contact .com-contact__form{
  max-width:640px;
}
.com-contact.contact form.well{
  max-width:640px;
}


/* Consent-Checkbox + Reassurance-Zeile im Anfrageformular (10.09.2026) */
.ff-consent-wrap{
  margin: 0 0 16px;
  padding-top: 12px;
  border-top: 1px solid rgba(168,80,31,0.12);
}
.ff-form-reassurance{
  font-size: 13px;
  color: rgba(36,29,20,0.7);
  margin: 0 0 12px;
}
.ff-consent-label{
  display: flex;
  align-items: flex-start;
  gap: 8px;
  font-size: 13px;
  color: #241D14;
  cursor: pointer;
  font-weight: 400;
}
.ff-consent-checkbox{
  margin-top: 3px;
  accent-color: #A8501F;
  flex-shrink: 0;
}
.ff-consent-label a{
  color: #A8501F;
  text-decoration: underline;
}


/* Branding-Audit (10.09.2026): warmer Content-Hintergrund statt reinem Weiss */
body{
  background-color: #FFFDF9;
}

/* Branding-Audit: Spezifikations-Tabelle - warme statt kalte Zebra-Streifen */
.fwk-table-striped tr:nth-child(even){
  background-color: #FCF7E9 !important;
}

/* Branding-Audit: Sticky sekundaerer Anfrage-Button auf Objektseiten */
.ff-sticky-inquire{
  position: fixed;
  left: 20px;
  bottom: 20px;
  z-index: 98;
  background: #A8501F;
  color: #fff;
  padding: 12px 22px;
  border-radius: 999px;
  font-family: 'Public Sans', -apple-system, sans-serif;
  font-weight: 700;
  font-size: 14px;
  text-decoration: none;
  box-shadow: 0 8px 20px rgba(107,60,30,0.28);
  cursor: pointer;
  border: none;
  opacity: 0;
  transform: translateY(12px);
  pointer-events: none;
  transition: opacity 200ms ease-out, transform 200ms ease-out, background-color 150ms ease;
}
.ff-sticky-inquire.ff-visible{
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}
.ff-sticky-inquire:hover{
  background: #8A3F17;
}
@media (max-width: 600px){
  .ff-sticky-inquire{ left: 12px; bottom: 12px; padding: 10px 18px; font-size: 13px; }
}


/* Inline-SVG Icons im Header: unabhaengig von Font Awesome/Cookie-Zustimmung immer sichtbar (11.09.2026) */
.ff-icon{
  width: 20px !important;
  height: 20px !important;
  max-width: none !important;
  vertical-align: -4px;
}
.ff-header-phone .ff-icon{
  width: 18px !important;
  height: 18px !important;
}
.main_menu .navbar-toggle .ff-icon{
  vertical-align: -2px;
}
.ff-header-phone .ff-icon{
  margin-right: 6px;
}

/* Klaro Cookie-Banner: Eintritts-Animation, Marken-Look, Touch-Ziele (11.09.2026) */
.klaro .cookie-notice:not(.cookie-modal-notice){
  transform: translateY(0);
  opacity: 1;
  transition: transform 260ms cubic-bezier(0.23,1,0.32,1), opacity 260ms cubic-bezier(0.23,1,0.32,1);
  transition-behavior: allow-discrete;
}
@starting-style{
  .klaro .cookie-notice:not(.cookie-modal-notice){
    transform: translateY(100%);
    opacity: 0;
  }
}
.klaro .cm-btn{
  border-radius: 8px !important;
  min-height: 44px;
  transition: transform 160ms cubic-bezier(0.23,1,0.32,1);
}
.klaro .cm-btn:active{
  transform: scale(0.97);
}
.klaro .cm-btn.cm-btn-success{
  background-color: #A8501F !important;
}


/* Cookie-Dialog: zentriertes, brand-passendes Modal statt schmaler Leiste (11.09.2026) */
.klaro{
  --dark1: #FFFDF9;
  --light1: #241D14;
  --dark2: #EDE4D3;
  --green1: #A8501F;
  --green2: #C4703E;
}
.klaro .cookie-modal .cm-bg{
  background: rgba(36,29,20,0.55);
}
.klaro .cookie-modal .cm-modal.cm-klaro{
  border-radius: 16px;
  box-shadow: 0 20px 50px rgba(36,29,20,0.25);
  left: 50%;
  width: calc(100% - 32px) !important;
  max-width: 440px;
  transform: translate(-50%, -50%) scale(1) !important;
  opacity: 1;
  transition: transform 260ms cubic-bezier(0.23,1,0.32,1), opacity 260ms cubic-bezier(0.23,1,0.32,1);
  transition-behavior: allow-discrete;
}
@starting-style{
  .klaro .cookie-modal .cm-modal.cm-klaro{
    transform: translate(-50%, -50%) scale(0.95) !important;
    opacity: 0;
  }
}
@media (min-width: 660px){
  .klaro .cookie-modal .cm-modal.cm-klaro{
    max-width: 440px;
  }
}
.klaro .cookie-modal .cm-modal .cm-header{
  border-bottom-color: rgba(168,80,31,0.15) !important;
}
.klaro .cookie-modal .cm-modal .cm-footer{
  border-top-color: rgba(168,80,31,0.15) !important;
}
.klaro .cookie-modal .cm-modal .cm-header h1{
  font-family: 'Cormorant Garamond', serif;
  font-weight: 600;
  font-size: 1.6em;
}
.klaro .cm-btn:not(.cm-btn-success){
  background: transparent !important;
  border: 1px solid rgba(36,29,20,0.25) !important;
  color: #241D14 !important;
}


/* Kontaktformular: Einwilligungszeile brach im Joomla-Raster auseinander, Checkbox erbte 319px Breite,
   Formular hatte keinen Innenabstand -> Button klebte am Rand (12.09.2026) */
.com-contact form.well{
  padding: 26px 28px;
}
.com-contact .ff-form-reassurance{
  margin: 0 0 12px;
}
.com-contact .ff-consent-wrap{
  margin: 4px 0 20px;
}
.com-contact .ff-consent-label{
  align-items: flex-start;
  gap: 10px;
  line-height: 1.55;
}
.com-contact input.ff-consent-checkbox{
  width: 16px !important;
  min-width: 16px;
  height: 16px !important;
  flex: 0 0 16px;
  margin: 3px 0 0 !important;
  padding: 0 !important;
  border: 1px solid rgba(36,29,20,0.35) !important;
  box-shadow: none !important;
  background: #FFFDF9;
}
.com-contact button[type="submit"]{
  margin-top: 4px;
}


/* Einwilligungszeile: display:flex machte aus jedem Textstueck eine eigene Spalte.
   Jetzt haengende Checkbox, Text laeuft normal um (12.09.2026) */
.ff-consent-label{
  display: block !important;
  position: relative;
  padding-left: 26px;
  line-height: 1.55;
}
.ff-consent-label input.ff-consent-checkbox{
  position: absolute;
  left: 0;
  top: 3px;
  width: 16px !important;
  min-width: 16px;
  height: 16px !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 1px solid rgba(36,29,20,0.35) !important;
  box-shadow: none !important;
}

/* Kontaktseite: zweispaltiges Layout mit Bild und Direktkontakt (12.09.2026) */
.ff-kontakt-layout{
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  gap: 46px;
  align-items: start;
  margin-top: 6px;
}
.ff-kontakt-intro{
  font-size: 16px;
  line-height: 1.7;
  color: rgba(36,29,20,0.78);
  max-width: 54ch;
  margin: 0 0 26px;
}
.ff-kontakt-figure{
  margin: 0;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 16px 38px rgba(36,29,20,0.16);
}
.ff-kontakt-figure img{
  display: block;
  width: 100%;
  height: 430px;
  object-fit: cover;
}
.ff-kontakt-card{
  margin-top: 24px;
  background: #FCF7E9;
  border: 1px solid rgba(168,80,31,0.16);
  border-radius: 14px;
  padding: 24px 26px;
}
.ff-kontakt-card h2{
  font-family: 'Cormorant Garamond', serif;
  font-size: 23px;
  font-weight: 600;
  margin: 0 0 14px;
  color: #241D14;
}
.ff-kontakt-line{
  display: flex;
  align-items: center;
  gap: 11px;
  margin: 0 0 11px;
  font-size: 15px;
}
.ff-kontakt-line:last-of-type{ margin-bottom: 0; }
.ff-kontakt-line a{
  color: #A8501F;
  text-decoration: none;
  font-weight: 500;
}
.ff-kontakt-line a:hover{ text-decoration: underline; }
.ff-kontakt-line .ff-icon{ color: #A8501F; flex: 0 0 18px; }
.ff-kontakt-note{
  margin: 16px 0 0;
  font-size: 13px;
  line-height: 1.5;
  color: rgba(36,29,20,0.6);
}
@media (max-width: 900px){
  .ff-kontakt-layout{ grid-template-columns: 1fr; gap: 30px; }
  .ff-kontakt-aside{ order: -1; }
  .ff-kontakt-figure img{ height: 200px; }
}

/* Kontaktformular: Felder fuellen die Karte, statt schmal darin zu schwimmen (12.09.2026) */
.com-contact form.well input[type="text"],
.com-contact form.well input[type="email"],
.com-contact form.well textarea{
  width: 100% !important;
  max-width: 100% !important;
  box-sizing: border-box;
  padding: 10px 12px;
  border: 1px solid rgba(36,29,20,0.2);
  border-radius: 6px;
  background: #FFFDF9;
  font-family: inherit;
  font-size: 15px;
}
.com-contact form.well textarea{
  min-height: 170px;
  resize: vertical;
}
.com-contact form.well input:focus,
.com-contact form.well textarea:focus{
  outline: none;
  border-color: #A8501F;
  box-shadow: 0 0 0 3px rgba(168,80,31,0.12);
}
.com-contact form.well .control-label{
  font-size: 13.5px;
  color: rgba(36,29,20,0.7);
  margin-bottom: 5px;
}
.com-contact form.well .control-group{
  margin-bottom: 16px;
}

/* Cookie-Dialog: 'Auswahl akzeptieren' trug dieselbe Erfolgs-Klasse wie 'Alle akzeptieren'
   und sah dadurch gleich zustimmend aus - speichert bei ausgeschalteten Schaltern aber eine
   komplette Ablehnung. Klare Hierarchie: nur 'Alle akzeptieren' ist der Primaerbutton (13.09.2026) */
.klaro .cm-btn.cm-btn-accept-all{
  background: #A8501F !important;
  color: #FFFDF9 !important;
  border: 1px solid #A8501F !important;
  font-weight: 500;
}
.klaro .cm-btn.cm-btn-accept{
  background: transparent !important;
  color: #241D14 !important;
  border: 1px solid rgba(36,29,20,0.25) !important;
}
.klaro .cm-btn.cm-btn-decline{
  background: transparent !important;
  color: rgba(36,29,20,0.62) !important;
  border: 1px solid rgba(36,29,20,0.16) !important;
}


/* Design-Review 13.09.2026: reduzierte Bewegung respektieren, Hover nur mit echter Maus,
   sichtbarer Tastaturfokus, Sticky-CTA in die Typo-Skala zurueckholen */
@media (prefers-reduced-motion: reduce){
  .klaro .cookie-modal .cm-modal.cm-klaro,
  .klaro .cookie-notice:not(.cookie-modal-notice),
  .main_menu #main-navbar-collapse.collapse_os.menuInActive,
  .ff-sticky-inquire,
  .klaro .cm-btn{
    transition-duration: 1ms !important;
    animation-duration: 1ms !important;
  }
  .klaro .cm-btn:active,
  .header a.ff-header-kontakt-btn:active,
  .main_menu .navbar-header button:active,
  #fwre .fwk-button-primary:active,
  .ff-tipps-searchbar-btn:active{
    transform: none !important;
  }
}
@media (hover: none){
  .ff-sticky-inquire:hover,
  .header a.ff-header-kontakt-btn:hover,
  .klaro .cm-btn:hover{
    background-color: inherit;
    filter: none;
  }
  .ff-sticky-inquire:hover{ background: #A8501F; }
}
.ff-sticky-inquire:focus-visible,
.klaro .cm-btn:focus-visible,
.header a.ff-header-kontakt-btn:focus-visible,
.main_menu .navbar-toggle:focus-visible,
.ff-header-phone:focus-visible,
.ff-kontakt-line a:focus-visible,
.ff-consent-label a:focus-visible{
  outline: none;
  box-shadow: 0 0 0 3px rgba(168,80,31,0.38);
  border-radius: 6px;
}
.ff-sticky-inquire{
  font-weight: 500;
}


/* Zimmerkategorien auf Objektseiten (13.09.2026)
   Handgepflegte Karten im Beschreibungstext - bewusst ohne Parser und ohne Datenbank,
   weil es insgesamt nur rund 20 Zimmer sind. Bild fuehrt, Belegung vor Name. */
.ff-zimmer-liste{
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(min(270px, 100%), 1fr));
  gap: 22px;
  margin: 20px 0 6px;
}
.ff-zimmer{
  background: #FFFDF9;
  border: 1px solid rgba(168,80,31,0.16);
  border-radius: 12px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.ff-zimmer img{
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  height: auto !important;
  max-width: none !important;
  margin: 0 !important;
}
.ff-zimmer-text{
  padding: 16px 18px 18px;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.ff-zimmer h3.ff-zimmer-kopf{
  font-family: 'Cormorant Garamond', serif;
  font-size: 21px;
  font-weight: 600;
  color: #241D14;
  margin: 0 0 3px;
  line-height: 1.25;
}
.ff-zimmer-name{
  font-size: 12px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: rgba(36,29,20,0.5);
  margin: 0 0 10px;
}
.ff-zimmer-fakten{
  font-size: 13.5px;
  line-height: 1.7;
  color: rgba(36,29,20,0.78);
  margin: 0 0 16px;
}
.ff-zimmer-btn{
  margin-top: auto;
  align-self: flex-start;
  background: transparent;
  border: 1px solid #A8501F;
  color: #A8501F;
  font-family: inherit;
  font-size: 13.5px;
  font-weight: 500;
  padding: 9px 18px;
  border-radius: 7px;
  cursor: pointer;
  transition: transform 160ms cubic-bezier(0.23,1,0.32,1), background-color 160ms ease, color 160ms ease;
}
.ff-zimmer-btn:active{ transform: scale(0.97); }
.ff-zimmer-btn:focus-visible{
  outline: none;
  box-shadow: 0 0 0 3px rgba(168,80,31,0.38);
}
@media (hover: hover) and (pointer: fine){
  .ff-zimmer-btn:hover{ background: #A8501F; color: #FFFDF9; }
}
@media (prefers-reduced-motion: reduce){
  .ff-zimmer-btn{ transition-duration: 1ms; }
  .ff-zimmer-btn:active{ transform: none; }
}

/* Beschreibung steht jetzt offen auf der Seite statt doppelt (rechte Spalte + Akkordeon) - 13.09.2026 */
.ff-beschreibung-sektion{ margin: 26px 0 6px; }
.ff-beschreibung-sektion > h2,
.ff-zimmer-sektion > h2{
  font-family: 'Cormorant Garamond', serif;
  font-size: 26px;
  font-weight: 600;
  color: #241D14;
  margin: 0 0 12px;
  line-height: 1.25;
}
.ff-beschreibung-sektion .fwre-property-description-text p{
  font-size: 15px;
  line-height: 1.8;
  color: rgba(36,29,20,0.82);
  margin: 0 0 14px;
  max-width: 68ch;
}
.ff-beschreibung-sektion .fwre-property-description-text p:last-child{ margin-bottom: 0; }
.ff-zimmer-sektion{ margin: 34px 0 6px; }
.ff-zimmer-sektion .ff-zimmer-hinweis{
  font-size: 14px;
  line-height: 1.7;
  color: rgba(36,29,20,0.62);
  margin: 0 0 4px;
  max-width: 68ch;
}
/* Sechs Kategorien wirken als 3+3 ruhiger als 4+2, und die Bilder bleiben groesser */
@media (min-width: 1000px){
  .ff-zimmer-liste{ grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
.ff-panel-hinweis{
  font-size: 13px;
  line-height: 1.6;
  color: rgba(36,29,20,0.62);
  margin: 0 0 14px;
}
/* Font Awesome ersetzt: Icons als SVG, Groesse ueber 1em aus der Schriftgroesse - 13.09.2026 */
.ff-svg-icon{
  width: 1em !important;
  height: 1em !important;
  max-width: none !important;
  display: inline-block;
  vertical-align: -0.135em;
  flex: none;
}
/* Vertrauens-Zeile: Icons in Terrakotta statt im Blau der Ausgangsvorlage */
.ff-trust-item .ff-svg-icon{ color: #A8501F; }
/* B9: Strasse, Ort und PLZ aus dem Anfrageformular nehmen - fuer eine unverbindliche Anfrage
   braucht es sie nicht, jedes zusaetzliche Pflichtfeld kostet Anfragen. Die Felder bleiben im
   Quelltext stehen, damit die Absende-Logik der Komponente unveraendert weiterlaeuft. */
[id="fwre-enquire-popup"] form > div:has(> input[name="street"]),
[id="fwre-enquire-popup"] form > div:has(> input[name="city"]),
[id="fwre-enquire-popup"] form > div:has(> input[name="postcode"]){
  display: none !important;
}
/* WhatsApp-Knopf unter dem Anfrage-Knopf - zweite Stufe, deshalb als Umriss statt gefuellt */
.ff-whatsapp{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 10px;
  padding: 10px 14px;
  border: 1px solid rgba(36,29,20,0.22);
  border-radius: 6px;
  color: #241D14 !important;
  font-size: 14px;
  text-decoration: none !important;
  transition: background-color 160ms cubic-bezier(0.23,1,0.32,1), border-color 160ms cubic-bezier(0.23,1,0.32,1), transform 160ms cubic-bezier(0.23,1,0.32,1);
}
.ff-whatsapp .ff-svg-icon{ font-size: 18px; color: #25D366; }
.ff-whatsapp:active{ transform: scale(0.98); }
@media (hover: hover) and (pointer: fine){
  .ff-whatsapp:hover{ background: rgba(37,211,102,0.08); border-color: rgba(37,211,102,0.5); }
}
.ff-whatsapp:focus-visible{ outline: none; box-shadow: 0 0 0 3px rgba(168,80,31,0.38); }

/* ===== Branding-Fixes (14.09.2026) =====
   Backup des Stands davor: Vault 01-Projekte/mallorca-ferienunterkuenfte/backups/2026-09-14_vor-branding-test/ */

/* Footer-Logo: dieselbe Wortmarke wie im Header. Das Inline-Cormorant im Modul verlor gegen die
   globale !important-Regel fuer div-Elemente und wurde deshalb in Public Sans gesetzt. */
#mod-custom122 > div:first-child{
  font-family:'Cormorant Garamond',Georgia,serif !important;
  font-size:20px !important;
  font-weight:600 !important;
  color:#A8501F !important;
  line-height:1 !important;
}

/* Eigentuemer-Box: "Objekt anmelden" hatte 2,4:1 Kontrast (Weiss auf Senfgelb) und brachte eine
   dritte Farbe neben Terracotta. Jetzt heller Knopf mit Terracotta-Schrift (5,2:1). */
#mod-custom128 a[href*="fuer-eigentuemer"]{
  background:#FFF7EE !important;
  color:#A8501F !important;
  border-radius:6px !important;
  transition:background-color 160ms cubic-bezier(0.23,1,0.32,1), transform 160ms cubic-bezier(0.23,1,0.32,1);
}
#mod-custom128 a[href*="fuer-eigentuemer"]:active{ transform:scale(0.97); }
@media (hover:hover) and (pointer:fine){
  #mod-custom128 a[href*="fuer-eigentuemer"]:hover{ background:#FFFFFF !important; }
}
#mod-custom128 a[href*="fuer-eigentuemer"]:focus-visible{ outline:none; box-shadow:0 0 0 3px rgba(255,247,238,0.6); }
/* Untertext der Box lag mit 4,2:1 knapp unter der Mindestanforderung von 4,5:1 */
#mod-custom128 p{ color:#FFF7EE !important; }
/* ===== Ende Branding-Fixes ===== */
