.frame-type-dce_team {
  position: relative;
  cursor: pointer;
  float: left;
  width: 20%;
  padding-right: 10px;
  margin-bottom: 25px;
}
.frame-type-dce_team a:hover {
  text-decoration: none;
}

.px-container.team {
  margin: -40px -10px 40px -10px;
}

.dce_team-naam {
  font-weight: 400;
  font-size: 18px;
  line-height: 20px;
  margin-top: 7px;
  margin-bottom: 3px;
}

.dce_team-functie {
  font-weight: 300;
  font-size: 12px;
  height: 50px;
}

@media (max-width: 991px) {
  .frame-type-dce_team {
    width: 33.3333333333%;
  }
}
@media (max-width: 767px) {
  .frame-type-dce_team {
    width: 50%;
  }
}
#p1 .header-wrapper {
  background-color: rgba(245, 242, 242, 0);
}
#p1 .waar-wonen form.zoeken input[type=text] {
  width: 250px;
}
#p1 #c2084::before {
  content: "";
  z-index: 10;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 40%);
}
#p1 #desktop-hamburger img, #p1 #mobile-hamburger img, #p1 .logo img, #p1 .mobile-logo img {
  filter: brightness(0) invert(1);
}
#p1 #desktop-header #contact a {
  background-color: rgba(255, 255, 255, 0.9);
  color: #35231c;
}
#p1 .mobile-header {
  z-index: 100;
}
#p1 #c2094 .px-container {
  margin-top: -160px;
  position: relative;
}
#p1 #c2092 {
  padding: 0 15px;
}
#p1 #px-container-child-2093 {
  position: absolute;
  z-index: 999;
  top: 50%;
  transform: translate(0, -50%);
  width: 100%;
  text-align: center;
}
#p1 #c2084 img {
  min-height: 75vh;
  max-height: 85vh;
  object-fit: cover;
}
#p1 #c2092 {
  position: relative;
  z-index: 999;
  margin: -30px auto 0 auto;
  max-width: 1170px;
}
#p1 #c2092 .btn-home-type-2 .px-btn {
  text-align: center;
  margin: 0 0 15px 0;
  width: 100%;
  border-bottom: 3px solid #e73237;
  background-color: #e73237;
}
#p1 #c2092 .btn-home-type-2 .px-btn:hover {
  border-bottom: 3px solid #35231c;
  background-color: #35231c;
}
#p1 #c2092 .btn-home-type-2 .px-btn-label {
  color: #fff;
}
@media (max-width: 991px) {
  #p1 #c2093 {
    padding-bottom: 0;
  }
  #p1 #px-container-child-2093 {
    position: relative;
  }
  #p1 #c2084 img {
    min-height: 60vh;
  }
  #p1 .waar-wonen form.zoeken {
    display: flex;
    margin: 0 15px;
  }
  #p1 .waar-wonen .autocomplete {
    width: 100%;
  }
  #p1 .waar-wonen form.zoeken input[type=text] {
    width: 100%;
  }
  #p1 .btn-home-type-2 {
    margin: 0;
  }
}
@media (max-width: 500px) {
  #p1 #home-top-nav a {
    font-size: 17px;
    white-space: nowrap;
  }
}

.project-loten-menu {
  border-bottom: 1px solid #35231C;
  margin-bottom: 80px;
}
.project-loten-menu .px-btn {
  margin-right: 5px;
  padding: 5px 30px 9px 30px;
  background-color: #fff;
  color: #35231C;
}
.project-loten-menu .px-btn span {
  margin-left: 5px;
}
.project-loten-menu .px-btn .badge {
  background-color: #555 !important;
  color: #fff !important;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  vertical-align: initial;
}
.project-loten-menu .px-btn:hover, .project-loten-menu .px-btn-active {
  background-color: #e73237;
  color: #fff;
}
table.table-woningen, table.table-appartementen {
  margin-bottom: 40px;
}

.html__plan {
  margin-top: 40px;
}

.loten-footer {
  text-align: center;
}
.loten-footer .px-btn-meer-loten {
  padding: 5px 30px 9px 30px;
  background-color: #fff;
  color: #35231C;
  margin: 0 auto;
}
.loten-footer .px-btn-meer-loten:hover {
  background-color: #e73237;
  color: #fff;
}

.vastgoed-detail .fotos.fotos-project {
  max-width: 100%;
  margin-bottom: 0;
}

.btn-style-5 {
  background-color: #fff;
  color: #35231C;
}

.btn-style-4:hover {
  background-color: #e73237;
  color: #fff;
}

.brochure .px-btn {
  margin-bottom: 20px;
}

#p148 {
  /* Popup styling */
}
#p148 :root {
  --primary-color: #4361ee;
  --background-color: #f8f9fa;
  --text-color: #212529;
}
#p148 .overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.85);
  justify-content: center;
  align-items: center;
  z-index: 1000;
}
#p148 .popup {
  display: none;
  width: 90%;
  max-width: 1800px;
  background-color: white;
  overflow: hidden;
  position: relative;
}
#p148 .popup-header {
  height: 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #333333;
}
#p148 .popup-title {
  font-size: 24px;
  color: #fff;
  position: absolute;
  top: 10px;
  left: 20px;
}
#p148 .close-btn {
  background-color: #222;
  border: none;
  cursor: pointer;
  position: absolute;
  width: 50px;
  height: 50px;
  top: 0;
  right: 0;
}
#p148 .close-btn img {
  width: 20px;
  height: 20px;
}
#p148 .close-btn:hover {
  background-color: #e73237;
  transform: translateY(-1px);
}
#p148 .iframe-container {
  width: 100%;
  position: relative;
}
#p148 .iframe-container iframe {
  border: none;
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
}

/*# sourceMappingURL=website-2025.css.map */
