.bluebox {
  color: white;
}

.single-immo main .description {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400; /* margin-bottom:60px; */
}

.single-immo main > .content-wrapper .energypass p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.single-immo main > .content-wrapper .energypass p span:nth-child(1) {
  width: 200px;
}

.single-immo main .immo_slider > .big {
  margin-bottom: 15px;
  width: 100%;
}

.single-immo main .immo_slider > .small_wrap {
  padding-left: 45px;
  padding-right: 45px;
  position: relative;
}

.single-immo main .immo_slider > .small_wrap > .arrow {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  margin-top: -20px;
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  opacity: 0.5;
}

.single-immo main .immo_slider > .small_wrap > .prev {
  left: 0;
  background-image: url("assets/svg/arrow_left_blue.svg");
}

.single-immo main .immo_slider > .small_wrap > .next {
  right: 0;
  background-image: url("assets/svg/arrow_right_blue.svg");
}

.single-immo main .immo_slider > .small_wrap > .small {
  width: 100%;
}

.single-immo main .immo_slider > .small_wrap > .small .image {
  padding: 0 7.5px;
}

.single-immo main .bluebox {
  background-image: url("assets/png/nav_bg.png");
  background-size: cover;
  background-position: 50% 50%;
  padding: 15px 15px;
  margin-bottom: 50px;
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.75);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.75);
}

.single-immo main .bluebox h1 {
  margin-bottom: 55px;
}

.single-immo main .bluebox h1:after {
  bottom: -25px;
}

.single-immo main .bluebox .label {
  padding: 0 0 0 35px;
  background-size: auto 16px;
  background: no-repeat left 50%;
  font-size: 20px;
  line-height: 27px;
  font-weight: 400;
  opacity: 0.5;
}

.single-immo main .bluebox .value {
  font-size: 16px;
  line-height: 27px;
  font-weight: 400;
}

.single-immo main .bluebox .city .label {
  background-image: url("assets/svg/surface1.svg");
}

.single-immo main .bluebox .objecttype .label {
  background-image: url("assets/svg/house.svg");
}

.single-immo main .bluebox .saletype .label {
  background-image: url("assets/svg/surface-1.svg");
}

.single-immo main .bluebox .price {
  min-width: 0;
}

.single-immo main .bluebox .price .label {
  background-image: url("assets/svg/pricetag.svg");
}

.single-immo main .bluebox .price .value {
  font-size: 50px;
  line-height: 55px;
  font-weight: 700;
}

.single-immo main .bluebox .floorspace .label {
  background-image: url("assets/svg/icons8-floor_plan_filled.svg");
}

.single-immo main .bluebox .noicon .label {
  padding-left: 0;
}

.single-immo main .bluebox .button_wrap {
  min-height: 69px;
}

.list-immo .header-image {
  text-align: center;
}

.list-immo .bluebox {
  background-image: url("assets/png/nav_bg.png");
  background-size: cover;
  background-position: 50% 50%;
  padding: 15px 15px;
  margin-bottom: 50px;
  min-height: 300px;
  -webkit-transform: translateY(-40%);
  transform: translateY(-40%);
  -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.75);
}

.list-immo .bluebox h1 {
  font-size: 55px;
  line-height: 73px;
}

.list-immo .bluebox .fields {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  width: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.list-immo .bluebox .fields .field {
  min-width: 200px;
}

.list-immo .bluebox .fields .field .label {
  font-size: 14px;
  line-height: 19px;
  font-weight: 400;
  color: #ffffff;
  opacity: 0.5;
  padding: 7px 0 7px 25px;
  background-repeat: no-repeat;
  background-position: left 50%;
  background-size: 15px auto;
  display: block;
  margin: 0;
  text-indent: 0;
  text-align: left;
}

.list-immo .bluebox .fields .field.city .label {
  background-image: url("assets/svg/surface1.svg");
}

.list-immo .bluebox .fields .field.type .label {
  background-image: url("assets/svg/house.svg");
}

.list-immo .bluebox .fields .field.saletype .label {
  background-image: url("assets/svg/surface-1.svg");
}

.list-immo .bluebox .fields .field.price .label {
  background-image: url("assets/svg/pricetag.svg");
  margin-bottom: 10px;
}

.list-immo .bluebox .fields .field.price .ui-slider {
  border: 1px solid rgba(255, 255, 255, 0.5);
  position: relative;
  width: 200px;
  margin-top: 5px;
  margin-bottom: 5px;
}

.list-immo .bluebox .fields .field.price .ui-slider .ui-slider-range {
  height: 100%;
  position: absolute;
  z-index: 1;
  border: 1px solid #ffffff;
}

.list-immo .bluebox .fields .field.price .ui-slider .ui-slider-handle {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  margin-top: -6px;
  display: block;
  background-color: #ffffff;
  position: absolute;
  z-index: 2;
}

.list-immo .bluebox .fields .field.price .price-info {
  font-size: 17px;
  line-height: 22px;
  font-weight: 400;
  margin-top: 10px;
}

.list-immo .bluebox .fields .field.price .price-info span {
  margin-right: 5px;
  dislay: inline-block;
}

.list-immo .bluebox .fields .field.button_wrap {
  -ms-flex-item-align: end;
  align-self: flex-end;
  margin-top: 15px;
}

.list-immo .result-immo {
  display: grid;
  grid-gap: 1rem;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
}

.list-immo .result-immo .immo_spacer {
  width: calc(100%);
  height: 1px;
}

.list-immo .result-immo .immo {
  width: calc(100%);
  margin-bottom: 40px;
  cursor: pointer;
  text-decoration: none;
  color: unset;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.75);
}

.list-immo .result-immo .immo:hover {
  text-decoration: none;
  color: unset;
  -webkit-box-shadow: 0px 1px 2px 0px rgba(3, 77, 169, 0.75);
  box-shadow: 0px 1px 2px 0px rgba(3, 77, 169, 0.75);
}

.list-immo .result-immo .immo.hidden {
  display: none;
}

.list-immo .result-immo .immo > .image > img {
  width: 100%;
  height: 217px;
  -o-object-fit: cover;
  object-fit: cover;
}

.list-immo .result-immo .immo > .bottom {
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 100%;
}

.list-immo .result-immo .immo > .bottom h2 {
  margin-bottom: 35px;
}

.list-immo .result-immo h2 {
  font-size: 2rem;
  line-height: 1.1;
  color: #034da9;
}

.list-immo .result-immo .immo > .bottom h2:after {
  display: none;
}

.list-immo .result-immo .immo > .bottom .fields {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.list-immo .result-immo .immo > .bottom .fields .field {
  padding-left: 35px;
  background-repeat: no-repeat;
  background-position: left 50%;
  background-size: auto 16px;
  min-width: 150px;
  margin-bottom: 5px;
}

.list-immo .result-immo .immo > .bottom .fields .field.price {
  background-image: url("assets/svg/price_blue.svg");
}

.list-immo .result-immo .immo > .bottom .fields .field.city {
  background-image: url("assets/svg/city_blue.svg");
}

.list-immo .result-immo .immo > .bottom .fields .field.floorspace {
  background-image: url("assets/svg/floorspace_blue.svg");
}

.contact {
  font-size: 20px;
  line-height: 38px;
  font-weight: 400;
  margin-bottom: 40px;
}

.contact .image {
  margin-bottom: 45px;
}

.contact .image img {
  border-radius: 50%;
}

.contact strong {
  font-weight: 700;
}

.tab_wrap {
  /* margin-bottom:60px; */
}

.tab_wrap .head_select {
  display: block;
  position: relative;
  border-bottom: 1px solid #dedede;
}

.tab_wrap .head_select select {
  background-color: #f4f4f4;
  color: #000000;
}

.tab_wrap .head_select:after {
  content: " ";
  display: block;
  width: 20px;
  height: 20px;
  background-image: url("assets/svg/arrow_left_black.svg");
  background-repeat: no-repeat;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  background-size: contain;
  background-position: center center;
  top: 50%;
  margin-top: -10px;
  right: 15px;
  position: absolute;
}

.tab_wrap .head {
  display: none;
}

.tab_wrap .head > a {
  background-color: #f4f4f4;
  font-size: 17px;
  line-height: 22px;
  font-weight: 700;
  text-decoration: none;
  padding: 10px 15px 10px 15px;
  display: inline-block;
  margin-right: 10px;
  color: #5a5a5a;
  opacity: 0.5;
  -webkit-transition: all 0.125s linear 0s;
  transition: all 0.125s linear 0s;
}

.tab_wrap .head > a.active,
.tab_wrap .head > a:hover {
  text-decoration: none;
  color: #034da9;
  opacity: 1;
}

.tab_wrap .body {
  background-color: #f4f4f4;
  padding: 15px;
}

.tab_wrap .body > div {
  display: none;
}

.tab_wrap .body > div.active {
  display: block;
}

@media screen and (min-width: 768px) {
  .tab_wrap .head {
    display: block;
  }
  .tab_wrap .head_select {
    display: none;
  }
}

.featherlight {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2147483647;
  text-align: center;
  white-space: nowrap;
  cursor: pointer;
  background: #333;
  background: rgba(0, 0, 0, 0);
}

.featherlight:last-of-type {
  background: rgba(0, 0, 0, 0.8);
}

.featherlight:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.featherlight .featherlight-content {
  position: relative;
  text-align: left;
  vertical-align: middle;
  display: inline-block;
  overflow: auto;
  padding: 25px 25px 0;
  border-bottom: 25px solid transparent;
  margin-left: 5%;
  margin-right: 5%;
  max-height: 95%;
  background: #fff;
  cursor: auto;
  white-space: normal;
}

.featherlight .featherlight-inner {
  display: block;
}

.featherlight link.featherlight-inner,
.featherlight script.featherlight-inner,
.featherlight style.featherlight-inner {
  display: none;
}

.featherlight .featherlight-close-icon {
  position: absolute;
  z-index: 9999;
  top: 0;
  right: 0;
  line-height: 25px;
  width: 25px;
  cursor: pointer;
  text-align: center;
  background: #fff;
  background: rgba(255, 255, 255, 0.3);
  color: #000;
  border: 0;
  padding: 0;
}

.featherlight .featherlight-close-icon::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.featherlight .featherlight-image {
  width: 100%;
}

.featherlight-iframe .featherlight-content {
  border-bottom: 0;
  padding: 0;
  -webkit-overflow-scrolling: touch;
}

.featherlight iframe {
  border: 0;
}

.featherlight * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media only screen and (max-width: 1024px) {
  .featherlight .featherlight-content {
    margin-left: 0;
    margin-right: 0;
    max-height: 98%;
    padding: 10px 10px 0;
    border-bottom: 10px solid transparent;
  }
}

@media print {
  html.with-featherlight > * > :not(.featherlight) {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .slider_wrap .slider_wrap2 {
    /*max-width:1600px; margin:0 auto;*/
  }
  .slider_wrap .slider_wrap2 .slider .slide {
    height: calc(100vh - 90px);
  }
  .slider_wrap .slider_wrap2 .slider .slide .bg {
    max-height: calc(100vh - 90px);
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
  }
  .slider_wrap .slider_wrap2 .slider .slide .textcontent {
    bottom: 25px;
    width: 1200px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    padding-left: 0;
    padding-right: 0;
  }
  .slider_wrap .slider_wrap2 .slider .slide .textcontent h1,
  .slider_wrap .slider_wrap2 .slider .slide .textcontent h2 {
    font-size: 40px;
    line-height: 35px;
    margin-bottom: 5px;
  }
  .slider_wrap .slider_wrap2 .slider .slide .textcontent p {
    font-size: 20px;
    line-height: 27px;
  }
  .slider_wrap .slider_wrap2 .slider .slick-dots {
    bottom: 5px;
  }
  .slider_wrap .slider_wrap2 .slider .slick-dots li {
    width: 15px;
    height: 15px;
  }
  .slider_wrap .slider_wrap2 .quotes {
    max-width: 1200px;
    margin: 75px auto;
  }
  .slider_wrap .slider_wrap2 .quotes .quote .inner .image {
    max-width: 245px;
    height: auto;
  }
  .slider_wrap .slider_wrap2 .quotes .quote .inner .quote {
    font-size: 32px;
    line-height: 40px;
  }
  .slider_wrap .slider_wrap2 .quotes .quote .inner .author {
    font-size: 20px;
    line-height: 40px;
  }

  .single-immo main .description {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 80px;
  }
  .single-immo main .immo_slider > .big {
    margin-bottom: 20px;
  }
  .single-immo main .immo_slider > .big img {
    width: 1200px;
    height: 514px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
  }
  .single-immo main .immo_slider > .small_wrap {
    margin-left: 45px;
    margin-right: 45px;
  }
  .single-immo main .immo_slider > .small_wrap > .small .image {
    padding-left: 10px;
    padding-right: 10px;
  }
  .single-immo main .immo_slider > .small_wrap > .small .image img {
    width: 320px;
    height: 234px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
  }
  .list-immo .bluebox .fields .field.button_wrap {
    margin-top: 0;
  }
  .list-immo .result-immo .immo_spacer {
    width: calc(33% - 10px);
  }

  .tab_wrap .head > a {
    padding: 27px 40px 32px 40px;
  }
  .tab_wrap .body {
    padding: 100px 100px 50px 100px;
  }
  div[role="form"] .button {
    margin-top: 0;
  }
  footer {
    padding-bottom: 75px;
  }
}

.immo-header {
  margin-top: 3rem;
}

.immo-header h1 {
  font-size: 2.5rem;
  line-height: 1.1;
  margin-bottom: 2rem;
  color: #034da9;
}

.bluebox-head {
  font-weight: bold;
  font-size: 1.4rem;
  margin-bottom: 2rem;
}

.bluebox .label {
  font-size: 1rem !important;
  line-height: 1.1 !important;
  margin-bottom: 0.5rem !important;
  display: block;
  padding-left: 1.5rem;
  text-align: left;
}

.bluebox .value {
  font-size: 1rem !important;
  line-height: 1.1 !important;
}

.bluebox {
  margin-bottom: 0 !important;
}

.bluebox-grid {
  display: grid;
  grid-template-columns: 1fr;
}

.immo-row > * {
  margin-bottom: 1rem;
}

.immo-introduction {
  margin-bottom: 2rem;
}

.price .value {
  font-size: 3rem !important;
}

.bluebox .button {
  width: 100%;
  text-align: center;
  border-radius: 3px;
  height: auto;
  line-height: 1;
  padding: 1rem 0.5rem !important;
}
.bluebox .button:hover {
  background-color: transparent;
  color: white;
}

.single-immo .immo_slider {
  width: 100%;
  position: relative;
  max-width: 100%;
  overflow: hidden;
}

.immo_slider_main a.image {
  width: 100%;
  height: 550px;
  object-fit: cover;
}

.immo_slider_main a img {
  width: 100%;
  height: 550px;
  object-fit: cover;
}

.single-immo .immo_slider_nav .big {
  width: 100%;
  position: relative;
  max-width: 100%;
}

.immo_slider_nav a img {
  width: 100%;
  height: 60px;
  object-fit: cover;
}

.immo_slider_nav a {
  padding: 0.5rem !important;
}

.single-immo .immo_slider_main .big {
  width: 100%;
  position: relative;
  max-width: 100%;
}

.single-immo .immo_slider .small {
  width: 100%;
  position: relative;
  max-width: 100%;
}

.immo_slider_nav a img {
}

.slick-prev {
  left: 20px !important;
  z-index: 99;
}

.slick-next {
  right: 20px !important;
  z-index: 99 !important;
  left: auto;
}

.immo_slider {
  position: relative;
}

.immo_slider_nav_wrap {
  position: absolute !important;
  bottom: 1rem;
  left: 0;
  width: 100%;
}

.immo-introduction {
  display: grid;
  grid-template-columns: 3fr 1fr;
  grid-gap: 2rem;
  width: 100%;
  overflow: hidden;

  position: relative;
}

@media (max-width: 768px) {
  .immo-introduction {
    grid-template-columns: 1fr;
  }
}

.tab_wrap .head > a {
  font-size: 1rem;
  padding: 1rem 2rem !important;
  margin-right: 0.2rem;
}

.tab_wrap .body {
  padding: 3rem !important;
  margin-bottom: 1rem;
}

.contact .image img {
  height: 200px;
  width: 200px;
  object-fit: cover;
  margin: 0 auto;
  border-radius: 50%;
}
.contact .image {
  text-align: center;
}

.contact {
  text-align: center;
  line-height: 1.2;
  margin: 0;
}

.contact_wrap {
  padding-top: 0 !important;
}

.single-immo .contact_wrap .row > * {
  width: 100%;
  float: none;
}

.single-immo .contact_wrap .row p {
  margin: 0;
}

.single-immo .contact_wrap label {
  font-size: 1.5rem;
  line-height: 1.1;
  padding-left: 3rem;
  margin: 0;
}

.contact_wrap .wpcf7-list-item-label {
  display: none;
}

.single-immo .contact_wrap .row input[type="tel"],
.single-immo .contact_wrap .row input[type="email"],
.single-immo .contact_wrap .row input[type="text"] {
  height: 42px;
  margin-bottom: 1rem;
  font-size: 1.5rem;
}

.single-immo .contact_wrap .row textarea {
  height: 150px;
  font-size: 1.5rem;
}

.contact_wrap .button {
  background: #034da9;
  color: White;
  margin-top: 1rem;
  height: 42px;
}

.tab_wrap .body {
  min-height: 350px;
}
