.elementor-1118 .elementor-element.elementor-element-a347560{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--gap:20px 20px;--row-gap:20px;--column-gap:20px;--padding-top:100px;--padding-bottom:100px;--padding-left:100px;--padding-right:100px;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-size:var( --e-global-typography-primary-font-size );font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-1118 .elementor-element.elementor-element-4c4d5e1 .elementor-heading-title{font-family:"Poppins", Sans-serif;font-size:32px;font-weight:700;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-1118 .elementor-element.elementor-element-6d7d336{font-family:"Poppins", Sans-serif;font-weight:400;}.elementor-1118 .elementor-element.elementor-element-32c2279{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--gap:40px 40px;--row-gap:40px;--column-gap:40px;--padding-top:0px;--padding-bottom:100px;--padding-left:100px;--padding-right:100px;}.elementor-1118 .elementor-element.elementor-element-7ae396a{--display:flex;}.elementor-1118 .elementor-element.elementor-element-27417ce{--display:flex;}:root{--page-title-display:none;}@media(max-width:1024px){.elementor-widget-heading .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );}}@media(max-width:767px){.elementor-1118 .elementor-element.elementor-element-a347560{--padding-top:24px;--padding-bottom:24px;--padding-left:24px;--padding-right:24px;}.elementor-widget-heading .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );}.elementor-1118 .elementor-element.elementor-element-4c4d5e1 .elementor-heading-title{font-size:22px;}.elementor-1118 .elementor-element.elementor-element-6d7d336{font-size:14px;}.elementor-1118 .elementor-element.elementor-element-32c2279{--padding-top:0px;--padding-bottom:48px;--padding-left:24px;--padding-right:24px;}.elementor-1118 .elementor-element.elementor-element-27417ce.e-con{--order:-99999 /* order start hack */;}}/* Start custom CSS *//* Poppins overal in dit onderdeel */
.appartement-lijst,
.appartement-lijst * {
  font-family: 'Poppins', sans-serif !important;
}

/* Lijst wrapper */
.appartement-lijst {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

/* Kaart */
.appartement-item {
  background: #efefef;
  border-radius: 10px;
  overflow: hidden;
  border: 0;
  box-shadow: none;
  transition: all 0.25s ease;
}

/* Actieve kaart */
.appartement-item.is-active {
  background: #f6f3ef;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
}

/* Trigger kop */
.appartement-trigger {
  width: 100%;
  min-height: 88px;
  padding: 26px 28px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  background: #e9e9e9;
  border: 0;
  margin: 0;
  text-align: left;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
  color: #1f3b5b;
  cursor: pointer;
  transition: all 0.25s ease;
  appearance: none;
  -webkit-appearance: none;
  outline: none;
  box-shadow: none;
}

.appartement-trigger span {
  color: inherit;
}

.appartement-trigger:hover,
.appartement-trigger:hover span {
  background: #e2e2e2;
  color: #1f3b5b;
}

.appartement-trigger:focus,
.appartement-trigger:focus-visible,
.appartement-trigger:active {
  outline: none;
  box-shadow: none;
  color: #1f3b5b;
}

/* Actieve kop */
.appartement-item.is-active .appartement-trigger,
.appartement-item.is-active .appartement-trigger span {
  background: #1f3b5b;
  color: #ffffff;
}

.appartement-item.is-active .appartement-trigger:hover,
.appartement-item.is-active .appartement-trigger:hover span {
  background: #1f3b5b;
  color: #ffffff;
}

/* Inhoud */
.appartement-content {
  display: none;
  padding: 24px 28px 28px;
  background: #f6f3ef;
}

.appartement-item.is-active .appartement-content {
  display: block;
}

.appartement-content p {
  margin: 0 0 22px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.7;
  color: #243244;
}

.appartement-content strong {
  font-weight: 600;
  color: #1f3b5b;
}

/* Knop */
.meer-info-knop {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 24px;
  background: #d07a43;
  color: #ffffff;
  text-decoration: none;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  transition: all 0.25s ease;
}

.meer-info-knop:hover {
  background: #bc6a36;
  color: #ffffff;
}

/* HOTSPOTS */
#hotspot-1100 svg path.hotspot-default.leaflet-interactive {
  fill: #4ade80 !important;
  fill-opacity: 0 !important;
  stroke: #166534 !important;
  stroke-opacity: 0 !important;
  stroke-width: 3 !important;
  transition: fill-opacity 0.2s ease, stroke-opacity 0.2s ease;
}

#hotspot-1100 svg path.hotspot-default.leaflet-interactive:hover {
  fill: #4ade80 !important;
  fill-opacity: 0.35 !important;
  stroke: #166534 !important;
  stroke-opacity: 1 !important;
}

#hotspot-1100 svg path.hotspot-default.leaflet-interactive.is-active {
  fill: #4ade80 !important;
  fill-opacity: 0.35 !important;
  stroke: #166534 !important;
  stroke-opacity: 1 !important;
}/* End custom CSS */