.elementor-kit-485{--e-global-color-primary:#FF1600;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Raleway";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Raleway";--e-global-typography-secondary-font-weight:300;--e-global-typography-text-font-family:"Raleway";--e-global-typography-text-font-weight:300;--e-global-typography-accent-font-family:"Raleway";--e-global-typography-accent-font-weight:300;}.elementor-kit-485 e-page-transition{background-color:#FFBC7D;}.elementor-kit-485 a{color:var( --e-global-color-primary );text-decoration:none;}.elementor-kit-485 a:hover{color:#FCA49C;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.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);}@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 *//* document library button style */
.page-content a {text-decoration:none !important;}
a.dlp-download-button {background-color:red; color:#fff; font-size:10px;}

/* document library thumbnail smaller */
.dlp-grid-card-featured-img .wp-post-image, .dlp-grid-card-featured-img img {
  border-radius: 0px !important;
  margin: 5% 10% 5% 10% !important;
  max-width: 80% !important;
}
  
/* document library thumbnail background white */
.dlp-grid-card-featured-img {
  padding:5px 5px 0 5px;
  border-radius: 0px !important;
  background-color: #fff !important;}
.dlp-grid-card-content {border:none !important;}

/* document library witruimte onder zoekveld */
.dlp-grid-controls.dlp-grid-above {
  margin-bottom: 20px !important;
}

/* document library item schaduw */
.dlp-grid-card {
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.dlp-grid-card:hover {
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

/* document library title color */
.dlp-grid-card-title a {
  color: #2a2a2a;
}

/* document library category card style */
.dlp-grid-card-categories a {
  font-size: 9px;
}

/* Twee kolommen op mobiele apparaten */
@media (max-width: 768px) {
    .dlp-grid {
        display: flex; /* Zorg voor een flex-container */
        flex-wrap: wrap; /* Sta toe dat items naar een nieuwe rij gaan */
        gap: 20px; /* Ruimte tussen kolommen en rijen */
    }

    .dlp-grid-card {
        width: calc(100% - 10px); /* Twee kolommen met ruimte ertussen */
        margin: 0; /* Verwijder conflicterende marges */
    }
}

@media (max-width: 768px) {
    .dlp-grid-documents {
        grid-template-columns: repeat(2, 1fr) !important; /* Twee kolommen */
        display: grid !important; /* Dwing grid-layout af */
        gap: 20px; /* Ruimte tussen items */
    }
}


/* list icon */
.elementor-widget-text-editor ul li {
  display: block;
  background-image: url(https://jefgeys.com/wp-content/uploads/2025/02/listicon.svg);
  background-repeat: no-repeat; 
  background-position: left 3px top 7px;
  background-size: 7px; 
  padding-left:20px;
  padding-top: 0px;
  margin-top:5px;
}/* End custom CSS */