.c-schoolsOverview {
  background-color: var(--base500);
}
.c-schoolsOverview h2 {
  margin-bottom: 3px;
}
@media (min-width: 992px) {
  .c-schoolsOverview h2 {
    margin-bottom: 0;
  }
}
.c-schoolsOverview-filters {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  margin-top: 10px;
}
@media (min-width: 992px) {
  .c-schoolsOverview-filters {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.c-schoolsOverview-filters legend {
  font-size: 0.875rem;
  line-height: 1.4;
  word-break: break-word;
  font-family: "Cocogoose", sans-serif;
  color: #ffffff;
  font-weight: 350;
  display: block;
}
@media (min-width: 992px) {
  .c-schoolsOverview-filters legend {
    font-size: 1.25rem;
  }
}
@media (min-width: 992px) {
  .c-schoolsOverview-filters legend {
    text-align: center;
    margin: 0 0 10px;
  }
}
.c-schoolsOverview-filters__filter--all {
  padding-right: 10px;
  border-right: 1px solid #ffffff;
}
.c-schoolsOverview-filters__filter label {
  font-size: 0.75rem;
  line-height: 1.85;
  word-break: break-word;
  font-family: "Cocogoose", sans-serif;
  color: #ffffff;
  font-weight: 300;
  line-height: 1.5;
  display: block;
  padding: 2px 20px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border-radius: 50px;
  border: 1px solid #ffffff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (min-width: 992px) {
  .c-schoolsOverview-filters__filter label {
    font-size: 1rem;
    line-height: 1.85;
  }
}
@media (min-width: 992px) {
  .c-schoolsOverview-filters__filter label {
    padding: 5px 20px;
  }
}
.c-schoolsOverview-filters__filter label:hover, .c-schoolsOverview-filters__filter label:focus {
  color: var(--base500);
  background-color: #ffffff;
}
.c-schoolsOverview-filters__filter input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.c-schoolsOverview-filters__filter input:focus-visible + label {
  outline: 1px solid #ffffff !important;
  outline-offset: 2px !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.c-schoolsOverview-filters__filter input:checked + label {
  color: var(--base500);
  background-color: #ffffff;
  text-decoration: underline;
}
@media (min-width: 992px) {
  .c-schoolsOverview-list {
    display: none;
  }
}
.c-schoolsOverview-list-school {
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 16px;
  height: calc(100% - 16px);
  border-radius: 4px 4px 30px 4px;
  background-color: var(--base200);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.c-schoolsOverview-list-school-image {
  -webkit-box-flex: 136px;
      -ms-flex: 136px 0 0px;
          flex: 136px 0 0;
  display: block;
  height: 136px;
  width: auto;
  padding: 12px;
  border-radius: 4px 4px 0 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
}
.c-schoolsOverview-list-school-image__logo {
  display: block;
  background-color: #ffffff;
  padding: 3px;
  border-radius: 50px 50px 50px 0;
  width: 26px;
  height: 26px;
  position: absolute;
  bottom: -13px;
  right: 18px;
}
.c-schoolsOverview-list-school-image__logo > div {
  height: 20px;
  width: 19px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.c-schoolsOverview-list-school-image--comenius {
  background-color: var(--primary700);
  background-size: 117px;
}
.c-schoolsOverview-list-school-content {
  padding: 10px 15px;
  border-radius: 0 0 30px 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
  height: 100%;
}
.c-schoolsOverview-list-school-content-top__title {
  font-size: 0.875rem;
  line-height: 1.4;
  word-break: break-word;
  font-family: "Cocogoose", sans-serif;
  color: var(--base700);
  font-weight: 350;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (min-width: 992px) {
  .c-schoolsOverview-list-school-content-top__title {
    font-size: 1.25rem;
  }
}
.c-schoolsOverview-list-school-content-top__about {
  font-size: 0.625rem;
  line-height: 1.4;
  word-break: break-word;
  font-family: "Cocogoose", sans-serif;
  color: var(--base700);
  font-weight: 300;
  display: block;
}
@media (min-width: 992px) {
  .c-schoolsOverview-list-school-content-top__about {
    font-size: 0.75rem;
  }
}
.c-schoolsOverview-list-school-content-top__about--padded {
  margin-top: 5px;
}
.c-schoolsOverview-list-school-content-tags {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px;
}
.c-schoolsOverview-list-school-content-tags__edu, .c-schoolsOverview-list-school-content-tags__usp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 5px;
}
.c-schoolsOverview-list-school-content-tags__edu span, .c-schoolsOverview-list-school-content-tags__usp span {
  font-size: 0.625rem;
  line-height: 1.4;
  word-break: break-word;
  font-family: "Cocogoose", sans-serif;
  color: var(--base700);
  font-weight: 300;
  line-height: 1.85;
  display: block;
  padding: 0 15px;
  border-radius: 50px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .c-schoolsOverview-list-school-content-tags__edu span, .c-schoolsOverview-list-school-content-tags__usp span {
    font-size: 0.75rem;
  }
}
.c-schoolsOverview-list-school-content-tags__edu--nieu span, .c-schoolsOverview-list-school-content-tags__usp--nieu span {
  background-color: var(--color-nieu-500);
}
.c-schoolsOverview-list-school-content-tags__edu--lyce span, .c-schoolsOverview-list-school-content-tags__usp--lyce span {
  background-color: var(--color-lyce-500);
}
.c-schoolsOverview-list-school-content-tags__edu--mavo span, .c-schoolsOverview-list-school-content-tags__usp--mavo span {
  background-color: var(--color-mavo-500);
}
.c-schoolsOverview-list-school-content-tags__edu--bero span, .c-schoolsOverview-list-school-content-tags__usp--bero span {
  background-color: var(--color-bero-500);
}
.c-schoolsOverview-list-school-content-tags__edu--dalt span, .c-schoolsOverview-list-school-content-tags__usp--dalt span {
  background-color: var(--color-dalt-500);
}
.c-schoolsOverview-list-school-content-tags__edu--krim span, .c-schoolsOverview-list-school-content-tags__usp--krim span {
  background-color: var(--color-krim-500);
}
.c-schoolsOverview-list-school-content-tags__edu--meer span, .c-schoolsOverview-list-school-content-tags__usp--meer span {
  background-color: var(--color-meer-500);
}
.c-schoolsOverview-list-school-content-tags__edu--nieu span, .c-schoolsOverview-list-school-content-tags__edu--lyce span, .c-schoolsOverview-list-school-content-tags__edu--meer span, .c-schoolsOverview-list-school-content-tags__usp--nieu span, .c-schoolsOverview-list-school-content-tags__usp--lyce span, .c-schoolsOverview-list-school-content-tags__usp--meer span {
  color: #ffffff;
}
.c-schoolsOverview-list-school-content__mail {
  font-size: 0.625rem;
  line-height: 1.4;
  word-break: break-word;
  font-family: "Cocogoose", sans-serif;
  color: var(--base700);
  font-weight: 300;
  text-decoration: underline;
  display: block;
}
@media (min-width: 992px) {
  .c-schoolsOverview-list-school-content__mail {
    font-size: 0.75rem;
  }
}
.c-schoolsOverview-list-school-content__icon {
  font-size: 0.625rem;
  line-height: 1.4;
  word-break: break-word;
  font-family: "Cocogoose", sans-serif;
  color: var(--base700);
  font-weight: 300;
  padding: 2px 0 2px 22px;
  position: relative;
}
@media (min-width: 992px) {
  .c-schoolsOverview-list-school-content__icon {
    font-size: 0.75rem;
  }
}
.c-schoolsOverview-list-school-content__icon:before {
  content: "";
  position: absolute;
  display: block;
  height: 100%;
  width: 14px;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-color: #000000;
  -webkit-mask: url("/assets/images/icons/phone.svg") center/contain no-repeat;
  mask: url("/assets/images/icons/phone.svg") center/contain no-repeat;
}
.c-schoolsOverview-list-school:hover h3, .c-schoolsOverview-list-school:focus h3 {
  text-decoration: underline;
}
.c-schoolsOverview-map {
  display: none;
}
@media (min-width: 992px) {
  .c-schoolsOverview-map {
    display: block;
    width: calc(100vw - 60px);
    margin: 0 auto;
  }
}
.c-schoolsOverview-map-school {
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.c-schoolsOverview-map-school__fallback {
  stroke: #ffffff;
  stroke-width: 0.7em;
}
.c-schoolsOverview-map-school__title {
  font-family: "Cocogoose", sans-serif;
  font-size: 10px;
  fill: #000000;
  font-weight: 350;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.c-schoolsOverview-map-school__address, .c-schoolsOverview-map-school__tel, .c-schoolsOverview-map-school__mail {
  font-family: "Cocogoose", sans-serif;
  font-size: 7px;
  fill: #000000;
  font-weight: 300;
  text-decoration: none;
}
.c-schoolsOverview-map-school__mail {
  text-decoration: underline;
}
.c-schoolsOverview-map-school__eduPath {
  font-family: "Cocogoose", sans-serif;
  font-size: 7px;
  fill: #1e1e1e;
  font-weight: 300;
  text-decoration: none;
  position: relative;
}
.c-schoolsOverview-map-school__eduPath--white {
  fill: #ffffff;
}
.c-schoolsOverview-map-school polyline, .c-schoolsOverview-map-school line {
  stroke-width: 2;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.c-schoolsOverview-map-school:hover .c-schoolsOverview-map-school__title, .c-schoolsOverview-map-school:focus .c-schoolsOverview-map-school__title {
  text-decoration: underline;
}
.c-schoolsOverview-map-school:hover polyline, .c-schoolsOverview-map-school:hover line, .c-schoolsOverview-map-school:focus polyline, .c-schoolsOverview-map-school:focus line {
  stroke-width: 3;
}
.c-schoolsOverview-map .svg-white-fill {
  fill: #ffffff;
}
.c-schoolsOverview-map .svg-com-green {
  fill: #5eb032;
}
.c-schoolsOverview-map .svg-com-orange {
  fill: #ef7e08;
}
.c-schoolsOverview-map .svg-com-dark-fill {
  fill: var(--primary700);
}
.c-schoolsOverview-map .svg-com-fill {
  fill: var(--primary500);
}
.c-schoolsOverview-map .svg-com-stroke {
  stroke: var(--primary500);
  stroke-width: 2px;
  stroke-miterlimit: 10;
  fill: none;
}
.c-schoolsOverview-map .svg-nieu-fill {
  fill: var(--color-nieu-500);
}
.c-schoolsOverview-map .svg-nieu-bg {
  fill: var(--color-nieu-100);
}
.c-schoolsOverview-map .svg-nieu-stroke {
  stroke: var(--color-nieu-200);
  fill: none;
}
.c-schoolsOverview-map .svg-lyce-fill {
  fill: var(--color-lyce-500);
}
.c-schoolsOverview-map .svg-lyce-bg {
  fill: var(--color-lyce-100);
}
.c-schoolsOverview-map .svg-lyce-stroke {
  stroke: var(--color-lyce-200);
  fill: none;
}
.c-schoolsOverview-map .svg-mavo-fill {
  fill: var(--color-mavo-500);
}
.c-schoolsOverview-map .svg-mavo-bg {
  fill: var(--color-mavo-100);
}
.c-schoolsOverview-map .svg-mavo-stroke {
  stroke: var(--color-mavo-200);
  fill: none;
}
.c-schoolsOverview-map .svg-bero-fill {
  fill: var(--color-bero-500);
}
.c-schoolsOverview-map .svg-bero-bg {
  fill: var(--color-bero-100);
}
.c-schoolsOverview-map .svg-bero-stroke {
  stroke: var(--color-bero-200);
  fill: none;
}
.c-schoolsOverview-map .svg-dalt-fill {
  fill: var(--color-dalt-500);
}
.c-schoolsOverview-map .svg-dalt-bg {
  fill: var(--color-dalt-100);
}
.c-schoolsOverview-map .svg-dalt-stroke {
  stroke: var(--color-dalt-200);
  fill: none;
}
.c-schoolsOverview-map .svg-krim-fill {
  fill: var(--color-krim-500);
}
.c-schoolsOverview-map .svg-krim-bg {
  fill: var(--color-krim-100);
}
.c-schoolsOverview-map .svg-krim-stroke {
  stroke: var(--color-krim-200);
  fill: none;
}
.c-schoolsOverview-map .svg-meer-fill {
  fill: var(--color-meer-500);
}
.c-schoolsOverview-map .svg-meer-bg {
  fill: var(--color-meer-100);
}
.c-schoolsOverview-map .svg-meer-stroke {
  stroke: var(--color-meer-200);
  stroke-width: 2;
  fill: none;
}