body, html {
  min-height: 100%;
}

body {
  background-color: #F3F3F3;
  font-size: 16px;
  font-family: open sans, sans-serif;
  line-height: 1.5em;
  color: #323644;
}

h1 {
  font-size: 32px;
  line-height: 2em;
  font: normal normal bold 32px/1.4em "open sans condensed", sans-serif;
}

button {
  background-color: #496689;
  border: 1px solid #496689;
  color: white;
  padding: 15px 25px;
  text-transform: uppercase;
  font-weight: bold;
}

a {
  color: #496689;
  text-decoration: none;
}

.icon-button {
  padding: 4px;
}

input, textarea, select {
  border: 1px solid silver;
  background-color: white;
  padding: 4px 10px;
  outline: none;
  color: #4c4f56;
}

header {
  background-color: #496689;
}
header .logo-section img {
  width: 70%;
}
header .logo-section a {
  text-decoration: none;
  letter-spacing: normal;
  line-height: 1.2em;
  font-size: 1.6vw;
  color: white;
}
header .navigation-desctop-main {
  display: none;
  justify-content: end;
  align-items: center;
  text-transform: uppercase;
}
header .navigation-desctop-main .navigation-item {
  padding: 0 15px;
}
header .navigation-desctop-main .navigation-item:last-of-type {
  padding-right: 0;
}
header .navigation-desctop-main .navigation-item a {
  font-size: 13px;
  font-weight: bold;
  transition: all 250ms ease;
  border-bottom: 2px solid transparent;
}
header .navigation-desctop-main .navigation-item a:hover {
  color: #a4a4a4;
}
header .navigation-desctop-main .navigation-item a.activated {
  color: #89B6EEFF;
  border-bottom-color: #89B6EEFF;
}

.cursor-pointer {
  cursor: pointer;
}

.main-banner-source {
  height: 40vw;
  width: 100%;
  background-image: url("/assets/images/senn-beatrice-main-banner.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
}

.banner-text {
  font-family: normal normal bold 80px/1.4em opensanshebrewcondensed-regular, sans-serif;
  color: white;
  line-height: 1.4em;
  font-size: 4vw;
  font-weight: bold;
  letter-spacing: 0.05em;
  position: absolute;
  left: 15%;
  top: 3vw;
  text-shadow: 0 0 15px #496689;
}

.banner-inner-text {
  font-size: 1vw;
  font-weight: normal;
}

.banner-button-area {
  background-color: transparent;
}

.banner-button {
  border: 1px solid white;
  text-transform: uppercase;
  width: 30vw;
  text-align: center;
  cursor: pointer;
  transition: all 250ms ease;
}
.banner-button a {
  text-decoration: none;
  color: white;
  font-size: 1vw;
}
.banner-button:hover {
  background-color: rgba(255, 255, 255, 0.37);
}

.rent-object-list-main {
  display: flex;
  flex-wrap: wrap;
}

.rent-object-item {
  width: 100%;
  padding: 0 15px;
  margin-top: 25px;
  cursor: pointer;
}

.rent-object-image {
  position: relative;
}

.rent-object-price {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  padding: 15px;
  background-color: rgba(0, 0, 0, 0.53);
  color: white;
  font-weight: bold;
  font-size: 1.05rem;
}

.rent-object-data-table {
  margin-bottom: 25px;
}
.rent-object-data-table .rent-object-data-table-line .rent-object-data-table-label {
  background-color: #b7b8c2;
  color: white;
  font-weight: bold;
}
.rent-object-data-table .rent-object-data-table-line .rent-object-data-table-value {
  background-color: #ececec;
}

.rent-object-detail-image-list-item {
  position: relative;
  margin-bottom: 10px;
  cursor: pointer;
}
.rent-object-detail-image-list-item img {
  width: 100%;
}
.rent-object-detail-image-list-item .rent-object-detail-image-list-icon {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.53);
  color: white;
  padding: 10px;
  font-size: 1.05rem;
  left: 0;
  bottom: 0;
}

.image-lightbox {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1000;
  background-color: rgba(0, 0, 0, 0.83);
  width: 100vw;
  height: 100vh;
  display: none;
}
.image-lightbox .image-lightbox-navigation {
  width: 5%;
  color: white;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
.image-lightbox .image-lightbox-navigation span {
  cursor: pointer;
}
.image-lightbox .image-lightbox-image {
  width: 90%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15%;
}

.mobile-navigation-container {
  border-top: 1px solid silver;
  display: none;
}
.mobile-navigation-container .navigation-item {
  border-bottom: 1px solid silver;
  padding: 5px 15px;
  font-weight: bold;
}
.mobile-navigation-container .navigation-item:last-of-type {
  border-bottom-width: 0;
}
.mobile-navigation-container a {
  color: #496689;
  text-decoration: none;
}

.rent-object-list-filter-area {
  background-color: #efefef;
  color: gray;
}

.mobile-navigation-bar-icon, .mobile-navigation-container {
  color: white;
}
.mobile-navigation-bar-icon .navigation-item a, .mobile-navigation-container .navigation-item a {
  color: white;
}

.lightbox-single-box {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.48);
  justify-content: center;
  align-items: center;
  display: none;
}
.lightbox-single-box .lightbox-inner-box {
  width: 80%;
  height: 80%;
  background-color: white;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (min-width: 769px) {
  .banner-button {
    width: 20vw;
  }

  header .navigation-desctop-main {
    display: flex;
  }

  .rent-object-item {
    width: 50%;
    margin-bottom: 12px;
  }

  .rent-object-price {
    width: auto;
    font-size: 1rem;
  }
}
@media screen and (min-width: 995px) {
  header .logo-section img {
    width: 100%;
  }
}
@media screen and (min-width: 992px) {
  .rent-object-price {
    font-size: 1.1rem;
  }

  header .navigation-desctop-main .navigation-item a {
    font-size: 15px;
  }
}
@media screen and (min-width: 1200px) {
  header .navigation-desctop-main .navigation-item a {
    font-size: 16px;
  }
}

/*# sourceMappingURL=main.css.map */
