.elementor-kit-8{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-ab4d787:#DBBE7B;--e-global-color-ca1c8bf:#000000;--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;--e-global-typography-a0b4b46-font-family:"Raleway";--e-global-typography-a0b4b46-font-size:70px;--e-global-typography-a0b4b46-font-weight:700;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-bottom:20px;}.elementor-element{--widgets-spacing:20px;}{}h1.entry-title{display:var(--page-title-display);}.elementor-kit-8 e-page-transition{background-color:#FFBC7D;}@media(max-width:1024px){.elementor-kit-8{--e-global-typography-a0b4b46-font-size:59px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-8{--e-global-typography-a0b4b46-font-size:43px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* Algemene pagina stijl */
body {
  background-color: #f0f4f7; /* Zachte achtergrondkleur */
  color: #333; /* Basistekstkleur */
  font-family: 'Arial', sans-serif; /* Schoon en leesbaar lettertype */
}

/* Hero sectie stijl */
.hero {
  background: url('URL_NAAR_JOUW_ACHTERGROND_AFBEELDING') no-repeat center center/cover; /* Vervang URL met jouw afbeelding */
  text-align: center;
  padding: 60px 20px;
  color: white;
}

.hero h1 {
  font-size: 36px; /* Grote kopgrootte */
  margin-bottom: 20px;
}

.hero p {
  font-size: 18px; /* Subtekst grootte */
  margin-bottom: 30px;
}

.hero a {
  display: inline-block;
  background-color: #0066cc;
  color: white;
  padding: 10px 25px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s;
}

.hero a:hover {
  background-color: #004aad; /* Hover effect */
}

/* Secties voor cursussen en evenementen */
.section {
  padding: 40px 20px;
  background-color: white;
  border-bottom: 1px solid #ddd; /* Subtiele scheiding tussen secties */
}

.section h2 {
  color: #004aad; /* Blauwe kleur voor koppen */
  font-size: 30px;
  margin-bottom: 30px;
  text-align: center;
}

/* Stijl voor cursuskaarten of evenementen */
.card {
  box-shadow: 0 2px 5px rgba(0,0,0,0.1); /* Schaduw voor kaarten */
  margin: 20px;
  padding: 20px;
  background-color: #fff; /* Kaart achtergrondkleur */
  border-radius: 10px; /* Afgeronde hoeken voor kaarten */
  text-align: center;
}

.card:hover {
  box-shadow: 0 5px 15px rgba(0,0,0,0.2); /* Hover effect voor kaarten */
}

/* Footer stijl */
footer {
  background-color: #333;
  color: white;
  text-align: center;
  padding: 20px;
  font-size: 14px;
}/* End custom CSS */