.elementor-kit-6{--e-global-color-primary:#152B3B;--e-global-color-secondary:#34B3CA;--e-global-color-text:#3C3D3E;--e-global-color-accent:#85A1A6;--e-global-color-94a6bd2:#FFFFFF;--e-global-color-e664843:#000000;--e-global-color-4d0dd1a:#1E352F;--e-global-color-bfa609b:#9DBDB1;--e-global-color-213cd1a:#6D837D;--e-global-color-98c6bc0:#DCF1E9;--e-global-color-e8511d2:#C7C7C7;--e-global-typography-primary-font-family:"BwQuintaPro-Regular";--e-global-typography-primary-font-size:1em;--e-global-typography-primary-font-weight:400;--e-global-typography-secondary-font-family:"BwQuintaPro-Light";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"BwQuintaPro-Regular";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"BwQuintaPro-Bold";--e-global-typography-accent-font-weight:500;--e-global-typography-b33ef97-font-family:"BwQuintaPro-BoldItalic";}.elementor-kit-6 button,.elementor-kit-6 input[type="button"],.elementor-kit-6 input[type="submit"],.elementor-kit-6 .elementor-button{background-color:var( --e-global-color-accent );font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );color:var( --e-global-color-94a6bd2 );padding:15px 17px 15px 17px;}.elementor-kit-6 button:hover,.elementor-kit-6 button:focus,.elementor-kit-6 input[type="button"]:hover,.elementor-kit-6 input[type="button"]:focus,.elementor-kit-6 input[type="submit"]:hover,.elementor-kit-6 input[type="submit"]:focus,.elementor-kit-6 .elementor-button:hover,.elementor-kit-6 .elementor-button:focus{background-color:var( --e-global-color-accent );}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-kit-6 a{color:var( --e-global-color-secondary );}.elementor-kit-6 a:hover{color:var( --e-global-color-primary );}.elementor-kit-6 h1{font-family:"BwQuintaPro-Regular", Sans-serif;font-size:7em;font-weight:500;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:11440140px;}.e-con{--container-max-width:11440140px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */.dealer-label img {
    height: 46px;
}

/* Eerste blok */
.blokje-1 {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  transform: scale(1); /* Begingrootte */
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); 
  flex-grow: 1;
  position: relative;
  /* Standaard schaduw */
}

.blokje-1:hover {
  transform: scale(1.05); /* Vergroting bij hover */
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.2); 
  flex-grow: 1;
  position: relative;
  /* Intensere schaduw */
}

/* Tweede blok */
.blokje-2 {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  transform: scale(1); /* Begingrootte */
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); 
  flex-grow: 1;
  position: relative;
  /* Standaard schaduw */
}

.blokje-2:hover {
  transform: scale(1.05); /* Vergroting bij hover */
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.2); 
  flex-grow: 1;
  position: relative;
  /* Intensere schaduw */
}


/*Categorieën Navigatieblok hover*/
.navigatieblokken-categorieen:hover h2 {
    transform: translateY(-7px) !important;
    transition: 0.2s ease-in-out;
}

.navigatieblokken-categorieen h2 {
    transition: 0.2s ease-in-out;
}

/***********************/
/*Gravity Forms styling*/
/***********************/
.gfield input[type=text],
.gfield select,
.gfield textarea,
.gfield_radio,
.gfield input[type=email],
.gfield input[type=tel],
input[type=text],
input[type=number] {
    border-radius: 5px !important;
    border: 2px solid #85A1A6 !important; /* Gebruik een zachte grijstint voor de randen */
    background-color: #F7F7F7 !important;
    min-height: 50px !important;
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.1) !important;
    font-family: var(--e-global-typography-text-font-family), Sans-serif !important;
    font-size: var(--e-global-typography-text-font-size) !important;
    font-weight: var(--e-global-typography-text-font-weight) !important;
    line-height: var(--e-global-typography-text-line-height) !important;
    color: #3C3D3E !important; /* Donkergrijze tekstkleur voor een rustige uitstraling */
}

.gform_wrapper .gform_body .gform_fields .gfield .datepicker {
    width: 100%;
}

.gform_required_legend {
    display: none;
}

.gform_body .gform_fields {
    row-gap: 19px !important;
}

.post-tags { 
    display: none;
}

.gfield select.gfield_select {
    line-height: 3em !important;
}

.gform_wrapper input[type=submit] {
    background-color: #34B3CA !important; /* Frisse blauwe knopkleur */
    border: none !important;
    border-radius: 5px !important;
    color: white !important;
    padding: 16px 25px 16px 25px !important;
    transition: 0.2s ease-in-out !important;
    font-family: var(--e-global-typography-accent-font-family), Sans-serif !important;
    font-size: var(--e-global-typography-accent-font-size) !important;
    font-weight: var(--e-global-typography-accent-font-weight) !important;
}

.gform_wrapper input[type=submit]:hover {
    background-color: #152B3B !important; /* Donkerblauw voor hover */
    transition: 0.2s ease-in-out !important;
}

/* Store locator */
#wpsl-wrap #wpsl-gmap, #wpsl-wrap #wpsl-stores {
    height: 450px !important;
}

#wpsl-result-list li p {
    padding-left: 0;
    margin: 0 0 20px 0;
    color: #C7C7C7 !important; /* Lichte tekstkleur voor de zoekresultaten */
    font-family: var(--e-global-typography-text-font-family), Sans-serif;
}

#wpsl-search-wrap form {
    justify-content: space-between;
    display: flex;
    width: 100%;
}

.wpsl-search {
    background: #F7F7F7;
    border-radius: 5px;
    padding: 10px;
}

label {
    font-family: var(--e-global-typography-text-font-family), Sans-serif;
    font-weight: 300;
    margin-top: 5px;
}

input#wpsl-search-btn {
    background: #34B3CA;
    color: white;
    font-family: var(--e-global-typography-text-font-family), Sans-serif;
    font-weight: 700;
    border: solid 2px #34B3CA;
    border-radius: 5px;
    padding: 10px 30px;
}

input#wpsl-search-btn:hover {
    background: white;
    color: #34B3CA;
    border: solid 2px #34B3CA;
    border-radius: 5px;
}

#wpsl-result-list a {
    color: #85A1A6;
    font-family: var(--e-global-typography-text-font-family), Sans-serif;
}

#wpsl-result-list a:hover {
    font-weight: 700;
}

#wpsl-wrap #wpsl-result-list ul li {
    list-style: none !important;
    color: #FFFFFF;
    margin-left: 10px;
    font-family: var(--e-global-typography-text-font-family), Sans-serif;
}

#wpsl-result-list a:hover {
    font-weight: 700;
}

/* Algemene stijl voor lijstitems in de zoekresultaten */
#wpsl-wrap #wpsl-result-list ul li {
    list-style: none !important;
    margin-left: 10px;
    font-family: var(--e-global-typography-text-font-family), Sans-serif;
}
.wpsl-selected-item {
    font-family: var(--e-global-typography-text-font-family), Sans-serif;
}

/* Responsive wpml */
#wpsl-search-btn {
    display: block;
    width: 100%;
}

.wpsl-input > div {
    padding-right: 12px;
}

#wpsl-search-wrap > form > div, #wpsl-search-input, .wpsl-dropdown, #wpsl-radius, #wpsl-results {
    flex-grow: 1 !important;
}

#wpsl-search-wrap .wpsl-input, #wpsl-radius, #wpsl-results, .wpsl-select-wrap {
    display: flex !important;
}

#wpsl-search-wrap > form, .wpsl-select-wrap {
    gap: 20px;
}

.wpsl-search, #wpsl-gmap {
    border-radius: 5px;
}

@media screen and (max-width: 950px) {
    #wpsl-search-wrap form {
        flex-direction: column;
        padding-bottom: 10px;
    }
    #wpsl-results {
        display: none !important;
    }
    #wpsl-search-wrap > form {
        gap: unset;
        padding-bottom: 0;
    }
}

.gm-style-iw-d a {
    color: #34B3CA;
}

.gm-style-iw-d a:hover {
   color: #152B3B
}


/* figcaption */

figcaption {
    text-align: left;
    position: absolute;
    bottom: 0;
    padding: 5px 10px;
    color: white;
    background-color: #152B3B70;
    border-radius: 0 5px;
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'BwQuintaPro-Regular';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://mijnbad.previewvanwebsite.nl/wp-content/uploads/2025/01/BwQuintaPro-Regular.woff') format('woff');
}
/* End Custom Fonts CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'BwQuintaPro-Light';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://mijnbad.previewvanwebsite.nl/wp-content/uploads/2025/01/BwQuintaPro-Light.woff') format('woff');
}
/* End Custom Fonts CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'BwQuintaPro-Bold';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://mijnbad.previewvanwebsite.nl/wp-content/uploads/2025/01/BwQuintaPro-Bold.woff') format('woff');
}
/* End Custom Fonts CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'BwQuintaPro-BoldItalic';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://mijnbad.previewvanwebsite.nl/wp-content/uploads/2025/01/BwQuintaPro-BoldItalic.woff') format('woff');
}
/* End Custom Fonts CSS */