/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 01 2019 | 14:28:36 */
/*Tilburg Reeshof buttons*/
.les.active .les-btn a.elementor-button {
    color: #ffffff !important;
    background-color: #e42487 !important;
}

.les.active .les-btn a.elementor-button:hover {
    color: #e42487 !important;
    background-color: #ffffff !important;
}

.les-forms input[type="button"] {
    background-color: #e42487;
}

.les-forms input[type="button"]:hover, .les-forms input[type="button"]:focus {
    color: #e42487;
    border-color: #e42487;
    background-color: #fff;
}

/*General styling when a form is active */
.lesprogramma .lessen.form-active {
    float: left;
    width: 33.333%;
}

.lesprogramma .les.active {
    width: 100%;
}

.lesprogramma .les-forms {
    width: 66.666%;
    float: right;
}

.lesprogramma .les-forms .nf-form-content h4 {
    margin-top: 1em;
    margin-bottom: 0;
}

/*General styling when a form is active on tablets */
@media (max-width: 1024px) and (min-width: 768px) {
.lesprogramma .les.active {
    width: 100% !important;
}
  
.lesprogramma .les-forms .elementor-inner-column {
   width: 100% !important;
  }
}

/*General styling when a form is active on mobile */
@media (max-width: 767px) {
.lesprogramma .lessen.form-active {
    float: none;
    width: 100%;
}
  
.lesprogramma .les-forms {
    width: 100%;
    float: none;
}
}