.elementor-kit-7{--e-global-color-primary:#004C9B;--e-global-color-secondary:#2EA7E3;--e-global-color-text:#162B40;--e-global-color-accent:#F9DE2F;--e-global-color-bef7709:#F3FBFF;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;color:var( --e-global-color-text );font-family:"Quicksand", Sans-serif;font-size:20px;line-height:30px;}.elementor-kit-7 button,.elementor-kit-7 input[type="button"],.elementor-kit-7 input[type="submit"],.elementor-kit-7 .elementor-button{background-color:#FFFFFF00;font-size:18px;font-weight:bold;line-height:28px;color:var( --e-global-color-text );border-style:solid;border-width:2px 2px 2px 2px;border-color:var( --e-global-color-secondary );border-radius:32px 32px 32px 32px;padding:18px 40px 18px 40px;}.elementor-kit-7 button:hover,.elementor-kit-7 button:focus,.elementor-kit-7 input[type="button"]:hover,.elementor-kit-7 input[type="button"]:focus,.elementor-kit-7 input[type="submit"]:hover,.elementor-kit-7 input[type="submit"]:focus,.elementor-kit-7 .elementor-button:hover,.elementor-kit-7 .elementor-button:focus{background-color:var( --e-global-color-secondary );}.elementor-kit-7 e-page-transition{background-color:#FFBC7D;}.elementor-kit-7 h1{font-family:"Glory", Sans-serif;font-size:100px;font-weight:800;line-height:100px;}.elementor-kit-7 h2{color:var( --e-global-color-primary );font-family:"Glory", Sans-serif;font-size:64px;font-weight:bold;line-height:64px;}.elementor-kit-7 h3{color:var( --e-global-color-primary );font-family:"Glory", Sans-serif;font-size:32px;font-weight:bold;line-height:32px;}.elementor-kit-7 img{border-radius:45px 45px 45px 45px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1430px;}.e-con{--container-max-width:1430px;--container-default-padding-top:0px;--container-default-padding-right:0px;--container-default-padding-bottom:0px;--container-default-padding-left:0px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.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-kit-7 h1{font-size:50px;line-height:50px;}.elementor-kit-7 h2{font-size:35px;line-height:34px;}.elementor-kit-7 h3{font-size:26px;line-height:26px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-7{font-size:18px;}.elementor-kit-7 h1{font-size:46px;line-height:46px;}.elementor-kit-7 h2{font-size:32px;line-height:32px;}.elementor-kit-7 h3{font-size:26px;line-height:26px;}.elementor-kit-7 button,.elementor-kit-7 input[type="button"],.elementor-kit-7 input[type="submit"],.elementor-kit-7 .elementor-button{font-size:16px;padding:9px 27px 9px 27px;}.elementor-kit-7 img{border-radius:20px 20px 20px 20px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* Donkerblauw var( --e-global-color-primary ) */
/* Lichtblauw var( --e-global-color-secondary ) */
/* Geel var( --e-global-color-accent ); */

/*Global*/
.span-white span {
    color: white;
}

.span-blue span {
    color: var( --e-global-color-secondary );
}

.elementor-widget-text-editor a {
    color: #004C9B;
    text-decoration: underline;
}

/*Up en down pijl weghalen bij input type number*/
.ginput_container_number {
    position: relative;
}

.ginput_container_number:after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    background: white;
    height: 50px;
    width: 100px;
    border-radius: 25px;
    pointer-events: none;
}

/*Buttons*/
.btn-line.yellow a {
    border: 2px solid var( --e-global-color-accent );
    color: white;
}

.btn-line.yellow a:hover {
    border: 2px solid var( --e-global-color-primary );
    background: var( --e-global-color-primary );
    color: white;
}

.btn-fill a {
    background-color: var( --e-global-color-accent ) !important;
    border: 2px solid var( --e-global-color-accent ) !important;
}

.btn-fill a:hover {
    border: 2px solid var( --e-global-color-secondary) !important;
    background: var( --e-global-color-secondary ) !important;
}

/* Formulier instellingen*/
.elementor-shortcode .pv-form .gfield_label {
    color: white !important;
    font-size: 20px;
}

.pv-form .gfield_required {
    color: #FFE53D;
    font-size: 20px;
}

.elementor-shortcode .pv-form input:not([type=checkbox]),
.elementor-shortcode .pv-form textarea {
    border-radius: 25px;
    height: 50px;
    color: #162B40;
    font-size: 18px;
    font-family: 'Quicksand';
    padding-left: 25px;
    border: none
}

.pv-form .gfield_consent_label {
    color: white;
    font-size: 20px;
    top: -3px;
    position: relative;
    cursor: pointer;
}

.pv-form .gfield_consent_label a {
    color: white;
    text-decoration: underline;
}

.pv-form input[type=checkbox] {
    border-radius: 5px;
    border: none;
}

.pv-form input[type=checkbox]:before {
    color: #2EA7E3;
    border-radius: 5px;
    height: 16px;
    width: 16px;
    cursor: pointer;
}

.pv-form input[type=checkbox]:checked:before {
    background: #2EA7E3 !important;
}

.elementor-shortcode .gform_body .gform_fields {
    grid-row-gap: 15px;
}

.pv-form .gform_footer .button {
    background-color: #F9DE2F !important;
    color: #162B40 !important;
    font-size: 18px !important;
    font-weight: bold !important;
    border-radius: 30px !important;
    padding: 20px 40px !important;
}

.pv-form .gform_footer .button:hover {
    background-color: #2EA7E3 !important;
}

.elementor-shortcode .gform_heading {
    display: none !important;
}

.gform_drop_area {
    border: 1px solid white !important;
    border-radius: 26px !important;
    background: none !important;
    color: white !important;
}

.gform_drop_area button {
    border-radius: 26px !important;
    background: #F9DE2F !important;
    color: #162B40 !important;
    font-weight: bold !important;
}

.gform_drop_area:before {
    color: white !important;
}

.gfield_description {
    color: white !important;
}

span.dashicons.dashicons-trash:before {
    color: white !important;
}

span.gfield_fileupload_filesize,span.gfield_fileupload_filename,
span.gfield_fileupload_percent {
    color: white !important;
    opacity: 0.75;
}

.gform_validation_errors {
    background: var(--gf-form-validation-color) !important;
    padding-left: 40px !important;
}

.gform_validation_errors h2 {
    color: white !important;
}

.gform_validation_errors h2 span {
    display: none !important;
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Quicksand';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://depoolvos.nl/wp-content/uploads/2023/12/Quicksand-Regular.ttf') format('truetype');
}
@font-face {
	font-family: 'Quicksand';
	font-style: normal;
	font-weight: bold;
	font-display: auto;
	src: url('https://depoolvos.nl/wp-content/uploads/2023/12/Quicksand-Bold.ttf') format('truetype');
}
@font-face {
	font-family: 'Quicksand';
	font-style: normal;
	font-weight: 300;
	font-display: auto;
	src: url('https://depoolvos.nl/wp-content/uploads/2023/12/Quicksand-Light.ttf') format('truetype');
}
/* End Custom Fonts CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Glory';
	font-style: normal;
	font-weight: bold;
	font-display: auto;
	src: url('https://depoolvos.nl/wp-content/uploads/2023/12/Glory-Bold.ttf') format('truetype');
}
@font-face {
	font-family: 'Glory';
	font-style: normal;
	font-weight: 800;
	font-display: auto;
	src: url('https://depoolvos.nl/wp-content/uploads/2023/12/Glory-ExtraBold.ttf') format('truetype');
}
/* End Custom Fonts CSS */