html,
body {
  font-family: "Blinker", Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 0;
}

select.dynamic_selector {
  appearance: none;
  background-color: #f4f4f4;
  box-sizing: border-box;
  background-image: url("../images/down_arrow.svg");
  background-position: calc(100% - 14px) center;
  background-size: 14px;
  background-repeat: no-repeat;
  border-style: none;
  border-radius: 0;
  border: 0px solid #fff;
  color: fieldtext;
  font-weight: 300;
  height: 50px;
  outline: 0;
  padding-right: 50px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.voordeel.type-voordeel,
.voordeel.type-voordeel {
  box-sizing: border-box;
  background-image: url("../images/arrow.svg");
  background-position: calc(100% - 14px) center;
  background-size: 22px;
  background-repeat: no-repeat;
}

.voordeel.type-voordeel div .elementor-post__title a {
  float: left;
  padding: 20px 80px 20px 20px;
  position: relative;
}

.voordeel.type-voordeel .elementor-post__title a {
  border-style: solid;
  border-width: 0 0 1px 0;
  border-color: rgba(32, 32, 32, 0.0196078431);
  width: 100%;
}

.voordeel.type-voordeel:nth-last-child(1) .elementor-post__title a {
  border-width: 0;
}

.voordeel.type-voordeel .elementor-post__title a,
.voordeel.type-voordeel .elementor-post__title a {
  float: left;
  padding: 14px 80px 14px 14px;
  position: relative;
}

.voordeel.type-voordeel .elementor-post__title a,
.voordeel.type-voordeel .elementor-post__title a {
  transition: color 0.2s ease-in;
}

.voordeel.type-voordeel:hover,
.voordeel.type-voordeel:hover {
  background-position: calc(100% - 34px) center;
}

#lto-energie .voordeel.type-voordeel {
  background-image: url("../images/green_arrow.svg");
  background-size: 16px;
}

#lto-verzekeringen .voordeel.type-voordeel {
  background-image: url("../images/blue_arrow.svg");
  background-size: 16px;
}

#lto-veiligheid .voordeel.type-voordeel {
  background-image: url("../images/turqoise_arrow.svg");
  background-size: 16px;
}

#lto-mobiliteit .voordeel.type-voordeel {
  background-image: url("../images/red_arrow.svg");
  background-size: 16px;
}

#lto-bedrijfsvoering .voordeel.type-voordeel {
  background-image: url("../images/purple_arrow.svg");
  background-size: 16px;
}

/* .voordeel.type-voordeel,
.voordeel.type-voordeel .elementor-post__title a {
	transition: all 0.2s ease-in;
}

.voordeel.type-voordeel:hover .elementor-post__title a {
	color: #202020 !important;
}

.voordeel.type-voordeel:hover {
	background-image: url("../images/dark_arrow.svg");
	background-position: calc(100% - 34px) center;
} */
#crm {
  background-color: rgba(26, 168, 80, 0.1254901961) !important;
  border-radius: 8px;
}

.elementor-accordion .elementor-accordion-item {
  margin: 0 0 1rem 0;
}
.elementor-accordion .elementor-tab-title {
  border-radius: 8px;
}
.elementor-accordion .elementor-tab-title.elementor-active {
  background-color: #1AA850 !important;
  border-radius: 8px 8px 0 0;
}
.elementor-accordion .elementor-tab-title.elementor-active a {
  color: #FFFFFF !important;
}
.elementor-accordion .elementor-tab-title.elementor-active span span svg path {
  fill: #FFFFFF !important;
}
.elementor-accordion .elementor-tab-content.elementor-active {
  border-color: #00993C;
  border-style: solid;
  border-width: 1px !important;
  border-radius: 0 0 8px 8px;
}

/* .eael-custom-radio-checkbox input[type=checkbox],
.eael-custom-radio-checkbox input[type=radio] {
	display: block !important;
} */
.gchoice {
  display: inline-block !important;
}
.gchoice > * {
  float: left;
}

.gform-theme--framework .gfield--type-choice .gchoice {
  grid-template-columns: min-content min-content !important;
}

.product_content {
  align-items: center;
  align-content: space-around;
  display: grid;
}
.product_content ul {
  margin: 0;
  padding: 0;
}
.product_content ul li {
  background-image: url("../images/green_check.svg");
  background-position: left 50%;
  background-repeat: no-repeat;
  background-size: 12px;
  color: #202020;
  display: block;
  font-weight: 500;
  height: auto;
  line-height: 20px;
  margin: 0;
  padding: 5px 0px 5px 20px;
  width: fit-content;
}

input.gchoice_other_control {
  clear: both !important;
  float: left !important;
  margin: 20px 0 0 0 !important;
  min-width: 300px !important;
  width: 100% !important;
}

.gf_page_steps {
  align-items: center;
  justify-content: space-around;
  flex-wrap: wrap;
  gap: 2rem !important;
  padding: 2rem 0 0 0;
}

.gf_step .gf_step_number {
  background-color: #F4F4F4 !important;
  border-color: #F4F4F4 !important;
  border-radius: 100px !important;
  color: #FFF !important;
  font-family: "Blinker", Helvetica, Arial, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  padding: 17px !important;
}

.gf_step_active .gf_step_number,
.gf_step_completed .gf_step_number:after {
  background-color: #1AA850 !important;
  border-color: #1AA850 !important;
  color: #FFF !important;
  padding: 17px !important;
}

/* .button {
	background-color: #00993C !important;
	border-color: $theme_color !important;
	color: #FFF !important;
	font-family: $font-family !important;
	font-size: 1rem !important;
	font-weight: 600 !important;
} */
.gform-theme-button--secondary {
  background-color: #DEEFE1 !important;
  border-color: #DEEFE1 !important;
  color: #202020 !important;
}

.gform_ajax_spinner {
  max-width: 100%;
  width: 100px;
  display: block;
  margin: 20px auto;
}

.product_selection .ginput_container_checkbox .gfield_checkbox {
  flex-direction: row;
  gap: 1rem;
}
.product_selection .ginput_container_checkbox .gfield_checkbox .gchoice {
  float: left;
}
.product_selection .ginput_container_checkbox .gfield_checkbox .gchoice > label {
  color: #202020;
  font-family: "Blinker", Helvetica, Arial, sans-serif;
  font-weight: 700 !important;
  font-size: 1rem;
  background-color: #E6E6E6;
  border-radius: 4px;
  padding: 12px 24px;
  width: fit-content;
}
.product_selection .ginput_container_checkbox .gfield_checkbox .gchoice > label:hover {
  background-color: #9C3291;
  color: #FFFFFF;
}
.product_selection .ginput_container_checkbox .gfield_checkbox .gchoice:has(input[type=checkbox]:checked) > label {
  background-color: #9C3291;
  color: #FFFFFF;
}
.product_selection .ginput_container_checkbox .gfield_checkbox .gchoice > input[type=checkbox], .product_selection .ginput_container_checkbox .gfield_checkbox .gchoice > input[type=radio] {
  display: none;
}

.gchoice {
  cursor: pointer;
}

.gform-theme--framework input[type].gform-text-input-reset {
  block-size: auto;
  line-height: 100%;
  padding: 15px !important;
}

.gsection {
  border-bottom-color: #E6E6E6;
  border-bottom-style: solid;
  border-bottom-width: 1px;
}

h2 span.capitalize {
  text-transform: capitalize;
}

.button_bar {
  align-items: center;
  display: flex;
  justify-content: center;
  padding: 2rem 0;
}
.button_bar a {
  background-color: #FFFFFF;
  border: 1px solid #202020;
  border-radius: 4px;
  color: #202020;
  font-size: 1.125rem;
  font-weight: 700;
  padding: 12px 24px;
}
.button_bar a:hover {
  background-color: #1AA850;
  border: 1px solid #1AA850;
  color: #FFFFFF;
}

.page_buttons {
  display: block;
  margin: 0;
  padding: 0;
  width: 100%;
}

.navigation_bar {
  align-items: center;
  display: flex;
  justify-content: center;
  padding: 1rem;
  width: 100%;
}
.navigation_bar.mobile {
  display: none;
}
.navigation_bar .pagination_links {
  align-items: center;
  display: flex;
  justify-content: center;
  margin: 0;
  padding: 0;
  width: max-content;
}

.item .content .excerpt {
  margin: 1rem 0 0 0;
}

.item .content h4 {
  font-size: 1.5rem;
}

.item .content .date,
.item .content h4 {
  margin: 0;
}

.elementor img {
  width: 100%;
}

.elementor.elementor .e-con > .elementor-widget {
  max-width: 100%;
}

.gform_footer {
  margin-block-start: 0 !important;
}

/* .gform-theme--foundation .gform_fields {
	grid-column-gap: 0;
	grid-row-gap: 0;
} */
.gsection_description {
  color: #FFFFFF;
}

ul {
  list-style: none;
  padding-inline-start: 0;
}

a {
  color: #202020;
  text-decoration: none;
}

a.button {
  background-color: #1AA850;
  border-radius: 4px 4px 4px 4px;
  border-style: solid;
  border-width: 0px;
  color: #FFFFFF;
  font-family: "Blinker", Sans-serif;
  font-size: 1rem;
  font-weight: 700;
  fill: #FFFFFF;
  padding: 12px 24px 12px 24px;
  width: fit-content;
}
a.button:hover {
  background-color: #202020;
  color: #FFFFFF;
}

a.nav_button {
  background-color: #DEEFE1;
  border-radius: 4px 4px 4px 4px;
  border-style: solid;
  border-width: 0px;
  color: #202020;
  float: left;
  font-family: "Blinker", Sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
  fill: #1AA850;
  padding: 8px 18px;
  margin: 2px;
  width: fit-content;
}
a.nav_button.active {
  background-color: #1AA850;
  color: #FFFFFF;
}
a.nav_button:hover {
  background-color: #1AA850;
  color: #FFFFFF;
}

.clear {
  clear: both;
}

input[type=radio].gfield-choice-input {
  position: relative;
}
input[type=radio].gfield-choice-input:checked::before {
  position: absolute;
  top: 3px;
  left: 3px;
  bottom: 3px;
  right: 3px;
  height: calc(100% - 6px);
  width: calc(100% - 6px);
}

@media screen and (max-width: 500px) {
  a.nav_button {
    padding: 6px 16px;
  }
  .navigation_bar.mobile {
    display: flex;
  }
}
@media screen and (max-width: 450px) {
  a.nav_button {
    padding: 4px 12px;
  }
}
@media screen and (max-width: 350px) {
  .navigation_bar,
  .navigation_bar.mobile {
    display: none;
  }
}

/*# sourceMappingURL=custom.css.map */
