/* 
Theme Name:   Hello Elementor Child
Theme URI:    https://elementor.com/
Description:  Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author:     Elementor Team
Author URI:   https://elementor.com/
Template:   hello-elementor
Version:    1.0.0
Text Domain:  hello-elementor-child
Tags:           flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/
.ateliers-cursussen-overview .filters {
  background: #00aeef;
  padding: 0.8em 0.5em;
  padding-bottom: 0;
  text-align: center;
}

.ateliers-cursussen-overview .filters .filter-item {
  font-family: "Open Sans", Sans-serif;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-left: 5px;
  margin-bottom: 0.8em;
  color: white;
  display: inline-block;
  padding: 1px 8px 2px 8px;
  border-radius: 4px 4px 4px 4px;
  color: #ffffff;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  cursor: pointer;
  border-color: rgba(255, 255, 255, 0.5);
  -webkit-transition: all 120ms ease-in-out;
  transition: all 120ms ease-in-out;
}

.ateliers-cursussen-overview .filters .filter-item:hover {
  background: white;
  color: #54595f;
  background-color: rgba(255, 255, 255, 0.96);
}

.ateliers-cursussen-overview .filters .filter-item.active {
  background-color: rgba(0, 104, 178, 0.42);
  border-color: #ffffff;
}

.ateliers-cursussen-grid {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin-left: -24px;
}

.ateliers-cursussen-grid .cursus {
  padding-left: 24px;
  margin-bottom: 24px;
  width: 33.33333%;
  min-height: 470px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media screen and (max-width: 768px) {
  .ateliers-cursussen-grid .cursus {
    width: 50%;
  }
}

@media screen and (max-width: 480px) {
  .ateliers-cursussen-grid .cursus {
    width: 100%;
  }
}

.ateliers-cursussen-grid .cursus .cursus-thumbnail {
  padding-bottom: 55%;
  background-size: cover;
  background-position: center;
}

.ateliers-cursussen-grid .cursus .cursus-content {
  background: white;
  padding: 20px 15px 20px 15px;
  height: 100%;
}

.ateliers-cursussen-grid .cursus .cursus-category {
  font-family: "Open Sans", Sans-serif;
  font-size: 14px;
  font-weight: bold;
  margin-left: 0px;
  margin-bottom: 12px;
  color: #54595f;
  text-transform: capitalize;
}

.ateliers-cursussen-grid .cursus .cursus-title {
  color: #4e6762;
  font-family: "Open Sans", Sans-serif;
  font-size: 20px;
  font-weight: bold;
  margin: -10px 0px 15px 0px;
}

.ateliers-cursussen-grid .cursus .cursus-excerpt {
  margin: -5px 0px 0px 0px;
  padding: 0px 0px 10px 0px;
  font-family: "Roboto", Sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #54595f;
}

.ateliers-cursussen-grid .cursus .cursus-readmore {
  margin-top: 5px;
  font-family: "Open Sans", Sans-serif;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1em;
  letter-spacing: 0.2px;
  color: rgba(0, 174, 239, 0.98);
}

.cultuuraanbieder-overview {
  background: white;
  position: relative;
  padding: 0em 0.5em;
  margin: 1em 0;
  border-radius: 8px 8px 0px 0px;
}

.cultuuraanbieder-overview::after {
  content: "\f107";
  display: inline-block;
  position: absolute;
  font-family: 'Font Awesome 5 Free';
  font-size: 2em;
  font-style: normal;
  font-weight: 900;
  line-height: 1;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  right: 1rem;
  top: 1rem;
  -webkit-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
  will-change: transform;
}

.cultuuraanbieder-overview.active h3 {
  color: #5372ca;
}

.cultuuraanbieder-overview.active::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.cultuuraanbieder-overview h3 {
  margin: 0;
  font-size: 1.2em;
  font-weight: 500;
  cursor: pointer;
  padding: 1.2em 1em 1em 1em;
  -webkit-transition: all 50ms ease-in-out;
  transition: all 50ms ease-in-out;
}

.cultuuraanbieder-overview a {
  color: #5372ca;
}

.cultuuraanbieder-overview .overview-dropdown {
  padding-bottom: 1.5em;
}

.cultuuraanbieder-overview .overview-item {
  padding: 1em 0;
  padding-bottom: 0.3em;
  margin: 0 1em;
}

.cultuuraanbieder-overview .overview-item:first-child {
  border-top: 1px solid #ccc;
}

.cultuuraanbieder-overview .overview-item p {
  margin: 0;
}
/*# sourceMappingURL=style.css.map */