@font-face {
	font-family: 'WorkSans-Bold';
	src: url('https://www.stapmakelaars.nl/wp-content/uploads/2025/04/WorkSans-Bold.eot');
	src: url('https://www.stapmakelaars.nl/wp-content/uploads/2025/04/WorkSans-Bold.eot?#iefix') format('embedded-opentype'),
		url('https://www.stapmakelaars.nl/wp-content/uploads/2025/04/WorkSans-Bold.woff2') format('woff2'),
		url('https://www.stapmakelaars.nl/wp-content/uploads/2025/04/WorkSans-Bold.woff') format('woff'),
		url('https://www.stapmakelaars.nl/wp-content/uploads/2025/04/WorkSans-Bold.ttf') format('truetype');
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}
@font-face {
  font-family: 'WorkSans-SemiBold';
  src: url('https://www.stapmakelaars.nl/wp-content/uploads/2025/04/WorkSans-SemiBold.eot');
  src: url('https://www.stapmakelaars.nl/wp-content/uploads/2025/04/WorkSans-SemiBold.eot?#iefix') format('embedded-opentype'),
    url('https://www.stapmakelaars.nl/wp-content/uploads/2025/04/WorkSans-SemiBold.woff2') format('woff2'),
    url('https://www.stapmakelaars.nl/wp-content/uploads/2025/04/WorkSans-SemiBold.woff') format('woff'),
    url('https://www.stapmakelaars.nl/wp-content/uploads/2025/04/WorkSans-SemiBold.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'CaveatBrush-Regular';
  src: url('https://www.stapmakelaars.nl/wp-content/uploads/2025/04/CaveatBrush-Regular.eot');
  src: url('https://www.stapmakelaars.nl/wp-content/uploads/2025/04/CaveatBrush-Regular.eot?#iefix') format('embedded-opentype'),
    url('https://www.stapmakelaars.nl/wp-content/uploads/2025/04/CaveatBrush-Regular.woff2') format('woff2'),
    url('https://www.stapmakelaars.nl/wp-content/uploads/2025/04/CaveatBrush-Regular.woff') format('woff'),
    url('https://www.stapmakelaars.nl/wp-content/uploads/2025/04/CaveatBrush-Regular.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

.ctabtn a{
	background-image: url('https://www.stapmakelaars.nl/wp-content/uploads/2025/04/icon_btn.svg');
	background-repeat: no-repeat;
	background-size: auto 100%;
	background-position: left center;
    color: #000 !important;
}

.elementor-heading-title span{
	color: var(--e-global-color-primary);
}


b, strong{
	font-family: 'WorkSans-SemiBold';
	font-weight: normal;
}

@media(max-width: 1200px){
	.woordafbreking{
		hyphens: auto;
	}
}

.jet-listing-grid__slider .prev-arrow img, .jet-listing-grid__slider .next-arrow img{
	max-width: 35% !important;
}

.elementor-button:hover, .headercontainer a{
  text-decoration: none !important;
}

/** Header **/
.headercontainer .topbar{
  -moz-transition: all 0.3s ease-out !important;  /* FF4+ */
  -o-transition: all 0.3s ease-out !important;  /* Opera 10.5+ */
  -webkit-transition: all 0.3s ease-out !important;  /* Saf3.2+, Chrome */
  -ms-transition: all 0.3s ease-out !important;  /* IE10 */
  transition: all 0.3s ease-out !important;
}
.headercontainer.scrolled .topbar{
  margin-top: -43px;
}

@media(min-width: 1200px) and (max-width: 1308px){
  .headermenu .e-n-menu-title-text{
	font-size: 1.05rem !important;
  }
  .headermenu .e-n-menu-item{
	margin-inline-end: 16px !important;
  }
}

@media(min-width: 1324px){
    .sticker .elementor-heading-title{
        font-size: 2.7em !important;
    }
}

.clickarea{
  cursor: pointer;
}

/** btn **/
.ctabtn2 a{
    padding-left: 0px;
    padding-right: 0px;
}
@media(max-width: 767px){
    .ctabtn2 a{
        padding-left: 0px;
        padding-right: 0px;
        text-align: left;
    }
}
.ctabtn2 a .elementor-button-text{
    text-decoration: underline;
    text-decoration-color: var(--e-global-color-secondary);
    text-decoration-thickness: 2px;
    text-underline-offset: 8px;
    line-height: 2rem;
}

/** Besparing slider **/
.slider-wrapper {
  width: 100%;
  margin: 50px auto;
  border-radius: 10px;
  font-family: sans-serif;
}

.slider-container {
  position: relative;
  width: 100%;
  height: 40px;
}
#priceSlider{
	background: #FFF;
}

input[type=range] {
  -webkit-appearance: none;
  width: 100%;
  height: 6px;
  background: transparent;
  position: absolute;
  top: 18px;
  left: 0;
  z-index: 3;
}

//input[type=range]::-webkit-slider-thumb {
//  -webkit-appearance: none;
//  width: 58px;
//  height: 49px;
//  border-radius: 50%;
//  background: url('https://www.stapmakelaars.nl/wp-content/uploads/2025/04/sliderstip.svg') no-repeat;
//  background-size: 100% 100%;
//  cursor: pointer;
//  margin-top: -3px;
//  position: relative;
//  z-index: 4;
//}

input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  height: 24px;
  width: 24px;
  border-radius: 50%;
  background: white;
  border: 6px solid var(--e-global-color-primary);
  cursor: pointer;
  margin-top: -1px;
  position: relative;
  z-index: 4;
}

.slider-fill {
  position: absolute;
  height: 6px;
  background-color: var(--e-global-color-primary);
  top: 21px;
  left: 0;
  z-index: 1;
  border-radius: 3px;
}

.slider-labels span:last-child{
  float: right;
}
.slider-labels span:first-child::before{
  content: '';
  width: 20px;
  height: 20px;
  background-color: var(--e-global-color-primary);
  border-radius: 50%;
  position: absolute;
  margin-top: -30px;
  z-index: 2;
}
.slider-labels span:last-child::before{
  content: '';
  width: 20px;
  height: 20px;
  background-color: #FFF;
  border-radius: 50%;
  position: absolute;
  margin-top: -30px;
  z-index: 2;
  right: 0px;
}

.slider-thumb-overlay {
  position: absolute;
  height: 24px;
  width: 24px;
  border-radius: 50%;
  background: white;
  border: 6px solid var(--e-global-color-primary);
  top: 9px;
  transform: translateX(-50%);
  z-index: 2;
}

.tooltip {
  position: absolute;
  background: white;
  padding: 10px 25px;
  border-radius: 5px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.2);
  top: 60px;
  transform: translateX(-50%);
  font-size: 1.43rem;
  line-height: 1.5em;
  text-align: center;
  z-index: 5;
  white-space: nowrap;
}

.tooltip::after {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid white; /* Pijlpunt naar boven */
}
@media(max-width: 1023px){
  .tooltip {
	top: -140px !important;
	min-height: 125px !important;
  }

  .tooltip::after {
	bottom: auto;
	top: 100%;
	border-top: 10px solid white;
	border-bottom: none;
  }

  .slider-wrapper{
	margin-top: 130px;
	margin-bottom: -20px;
	padding-top: 50px;
  }
}

.blurarea{
	transition: filter 0.5s ease-out;
}
.blurarea.blur{
	opacity: 0.2;
}

.elementor-popup-modal .dialog-close-button:focus {
  outline: 2px solid var(--e-global-color-primary); /* of een subtiele kleur */
  outline-offset: 2px;
}

/** Home **/
@media(min-width: 760px) and (max-width: 1039px){
  .huizenaanbodhome .card--object:last-child{
	display: none !important;
  }
}

/** Mobile slides **/
.mobileslidercontainers .slide {
  height: auto; /* niet fixed */
  width: 100% !important;
}
.mobileslidercontainers .flickity-viewport {
  transition: height 0.2s ease; /* optioneel voor smooth effect */
}
.mobileslidercontainers .flickity-page-dots{
  bottom: -40px !important;
  background: none !important;
  z-index: 9 !important;
}
.mobileslidercontainers .flickity-page-dots .dot{
  width: 25px !important;
  height: 25px !important;
}
.mobileslidercontainers .flickity-page-dots .dot:after{
  width: 15px !important;
  height: 15px !important;
}

/** Gravity forms - Verbeterde radio button styling **/
.gform_wrapper.gravity-theme .gfield_checkbox label, .gform_wrapper.gravity-theme .gfield_radio label{
  --e-global-color-text: #000000 !important;
  --e-global-typography-97ee70b-font-family: "WorkSans-Regular" !important;
  --e-global-typography-97ee70b-font-size: 1.38rem !important;
  --e-global-typography-97ee70b-line-height: 1.25em !important;
  color: var( --e-global-color-text ) !important;
  font-family: var( --e-global-typography-97ee70b-font-family ), Sans-serif !important;
  font-size: var( --e-global-typography-97ee70b-font-size ) !important;
  line-height: var( --e-global-typography-97ee70b-line-height ) !important;
  /* Voeg flexbox styling toe voor betere uitlijning */
  display: flex !important;
  align-items: flex-start !important;
  gap: 8px !important;
}

.gform_wrapper.gravity-theme .gfield_label{
  color: var( --e-global-color-text ) !important;
  font-family: "WorkSans-SemiBold", Sans-serif !important;
  font-size: var( --e-global-typography-97ee70b-font-size ) !important;
  line-height: var( --e-global-typography-97ee70b-line-height ) !important;
  font-weight: normal !important;
}

.gform_wrapper.gravity-theme .gfield_required{
  --e-global-color-text: #000000 !important;
  --e-global-typography-97ee70b-font-family: "WorkSans-Regular" !important;
  --e-global-typography-97ee70b-font-size: 1.38rem !important;
  --e-global-typography-97ee70b-line-height: 1.25em !important;
  color: var( --e-global-color-text ) !important;
  font-family: var( --e-global-typography-97ee70b-font-family ), Sans-serif !important;
  font-size: var( --e-global-typography-97ee70b-font-size ) !important;
  line-height: var( --e-global-typography-97ee70b-line-height ) !important;
  margin-left: -2px !important;
}

@media(max-width: 767px){
  .gform_wrapper.gravity-theme .gfield_checkbox label, .gform_wrapper.gravity-theme .gfield_radio label, .gform_wrapper.gravity-theme .gfield_label, .gform_wrapper.gravity-theme .gfield_required{
    font-size: 1.1rem !important;
  }
}

/** Alternatieve oplossing voor radio button uitlijning **/
.gfield_radio .gchoice {
  display: flex !important;
  align-items: flex-start !important;
  gap: 8px !important;
  padding-top: 2px;
  padding-bottom: 2px;
}

.gfield_radio .gchoice input[type="radio"] {
  order: 1 !important;
  flex-shrink: 0 !important;
  margin: 2px 0 0 0 !important;
}

.gfield_radio .gchoice label {
  order: 2 !important;
  flex: 1 !important;
  margin: 0 !important;
}

/* Voor het geval de structuur anders is */
.gform_wrapper .gfield_radio li {
  display: flex !important;
  align-items: flex-start !important;
  gap: 8px !important;
}

.gform_wrapper .gfield_radio li input[type="radio"] {
  flex-shrink: 0 !important;
  margin: 2px 0 0 0 !important;
}

.gform_wrapper .gfield_radio li label {
  flex: 1 !important;
  margin: 0 !important;
}

.gform_required_legend{
  display: none;
}

input[type=date], input[type=email], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=url], select, textarea{
  border: solid 1px #D1D0D0;
  border-radius: 0px;
  padding-top: 12px !important;
  padding-bottom: 12px !important;
  font-size: var( --e-global-typography-97ee70b-font-size ) !important;
  line-height: var( --e-global-typography-97ee70b-line-height ) !important;
}

.gform_wrapper.gravity-theme .gfield_label{
  margin-bottom: 0px;
}

.gform_wrapper .disabled input{
  background-color: #F8F7F6;
}

.gform_wrapper.gravity-theme .gfield textarea.medium{
  height: 170px;
}

.gfield_radio{
  margin-top: 20px;
  margin-bottom: 30px;
}

.gchoice{
  padding-top: 2px;
  padding-bottom: 2px;
  /* Voeg flexbox toe aan de choice container */
  display: flex !important;
  align-items: flex-start !important;
  gap: 8px !important;
}

.gfield-choice-input[type="radio"] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 25px;
  height: 25px;
  border: 1px solid #D1D0D0;
  border-radius: 50%;
  outline: none;
  cursor: pointer;
  position: relative;
  background-color: white;
  /* Zorg ervoor dat de radio button niet krimpt */
  flex-shrink: 0 !important;
  /* Voeg een kleine top margin toe voor betere uitlijning met tekst */
  margin-top: 2px !important;
  margin-right: 0px !important;
}

.gfield-choice-input[type="radio"]:checked::before {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  width: 25px;
  height: 25px;
  background-color: #28a745;
  border-radius: 50%;
}

body .gform_wrapper .gform_footer input[type="submit"],
body .gform_wrapper .gform_page_footer input[type="submit"] {
  display: block;
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 20px;
  background-color: var( --e-global-color-secondary );
  font-family: "WorkSans-SemiBold", Sans-serif;
  font-size: 1.73rem;
  text-transform: uppercase;
  fill: var( --e-global-color-text );
  color: var( --e-global-color-text );
  border: none;
  border-radius: 0px 0px 0px 0px;
  padding: 8px 38px 8px 87px;
  font-family: "WorkSans-SemiBold", Sans-serif;
  text-transform: uppercase;
  fill: var( --e-global-color-text );
  color: var( --e-global-color-text );
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  background-image: url('https://www.stapmakelaars.nl/wp-content/uploads/2025/04/icon_btn.svg');
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: left center;
}

body .gform_wrapper .gform_footer input[type="submit"]:hover,
body .gform_wrapper .gform_page_footer input[type="submit"]:hover{
  background-color: var(--e-global-color-1f635a1);
  color: var( --e-global-color-text );
}

@media(min-width: 1023px) and (max-width: 1199px){
  body .gform_wrapper .gform_footer input[type="submit"],
  body .gform_wrapper .gform_page_footer input[type="submit"] {
  font-size: 1.5rem;
  padding: 10px 32px 10px 66px;
  }
}

@media(max-width: 1022px){
  body .gform_wrapper .gform_footer input[type="submit"],
  body .gform_wrapper .gform_page_footer input[type="submit"]{
  font-size: 1.5rem;
  padding: 7px 15px 7px 65px;
  }
}

@media(max-width: 767px){
  body .gform_wrapper .gform_footer input[type="submit"],
  body .gform_wrapper .gform_page_footer input[type="submit"]{
  font-size: 1.25rem;
  padding: 0px 15px 0px 65px;
  }
}

.gform_wrapper.gravity-theme .gfield_validation_message, .gform_wrapper.gravity-theme .validation_message{
  border: none !important;
  padding: 0px !important;
  background: none !important;
  margin-top: 5px !important;
  font-size: 1rem !important;
  line-height: 1.2em !important;
  display: none !important;
}
.gform_wrapper.gravity-theme .phonecheck .gfield_validation_message{
  //display: block !important;
}

.gform_wrapper.gravity-theme .gform_validation_errors:focus{
  outline: none !important;
}

.gform_wrapper.gravity-theme .gform_validation_errors>h2{
  font-family: var( --e-global-typography-119e664-font-family ), Sans-serif !important;
  font-size: var( --e-global-typography-119e664-font-size ) !important;
  line-height: var( --e-global-typography-119e664-line-height ) !important;
}

.gform_wrapper.gravity-theme .gform_validation_errors{
  border: none !important;
  padding: 0px !important;
  background: none !important;
  box-shadow: none !important;
}

.gform-icon{
  display: none !important;
}

/** Waardebepalingformulier **/
.waardebepalingkeuze{
  margin-bottom: -40px !important;
}
.waardebepalingkeuze .gfield_label{
  margin-bottom: -15px !important;
}
.waardebepalingwaaromkeuze{
  margin-top: 20px !important;
}
.waardebepalingform #gform_next_button_2_23, .waardebepalingform #gform_previous_button_2, .waardebepalingform #gform_previous_button_2_28, .waardebepalingform #gform_next_button_2_28{
  overflow: hidden !important;
  height: 1px !important;
  position: absolute !important;
  opacity: 0 !important;
}
.waardebepalingform a{
  text-decoration: underline !important;
}
.waardebepalingform a:hover{
 color: #000;
}

@media(min-width: 768px){
  .waardebepalingform .gform-huisnummertoevoeging{
    padding-top: 4px !important;
  }
}

/** Contactformulier **/
/* Op mobiel: velden naast elkaar */
@media (min-width: 360px) and (max-width: 640px) {
  .gform_wrapper .gform-postcode,
  .gform_wrapper .gform-huisnummer,
  .gform_wrapper .gform-huisnummertoevoeging,
  .gform_wrapper .gform-straat,
  .gform_wrapper .gform-plaats {
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
  }

  .gform_wrapper .gform-postcode {
    width: 50%;
    height: 82px;
  }

  .gform_wrapper .gform-huisnummer {
    width: 25%;
    margin-left: 52%;
    margin-top: -98px;
  }

  .gform_wrapper .gform-huisnummertoevoeging {
    width: 21%;
    margin-left: 79%;
    margin-top: -114px;
  }

  .gform_wrapper .gform-straat{
    width: 50%;
    height: 82px;
    margin-top: -38px;
  }

  .gform_wrapper .gform-plaats{
    width: 48%;
    margin-left: 52%;
    margin-top: -98px;
  }

  .gform_wrapper .gform-bericht{
    margin-top: -20px;
  }

  /* Zorg dat inputvelden binnenin ook 100% worden */
  .gform_wrapper .gform-postcode input,
  .gform_wrapper .gform-huisnummer input,
  .gform_wrapper .gform-huisnummertoevoeging input {
    width: 100% !important;
  }
}

.flickity-button-icon{
  margin-left: -9px;
  //margin-top: -9px;
}
.panorama__slider .flickity-button-icon{
  margin-left: 0px;
}

img.size-full{
  margin-bottom: 0px !important;
}


#CookieDeclarationChangeConsent a{
  display: inline-block;
  background-color: var(--e-global-color-primary);
  color: #FFF;
  padding: 5px;
  padding-left: 15px;
  padding-right: 15px;
  border-radius: 15px;
  font-weight: bold;
  margin-bottom: 15px;
}
#CookieDeclarationChangeConsent a:hover{
  background-color: var(--e-global-color-secondary);
}


