@import url("legacy-style.css");
@import url("legacy-default.css");
@import url("legacy-home-baseline.css");

#kc-voorpagina.kc-homepage {
    width: 100%;
    float: none;
    margin: 0;
}

#kc-voorpagina.legacy-homepage {
    font-family: "Open Sans", sans-serif;
    overflow-x: hidden;
}

#kc-voorpagina.legacy-homepage h1,
#kc-voorpagina.legacy-homepage h2,
#kc-voorpagina.legacy-homepage h3,
#kc-voorpagina.legacy-homepage h4,
#kc-voorpagina.legacy-homepage h5 {
    font-family: "Dosis", sans-serif;
}

#kc-voorpagina.legacy-homepage .container {
    width: min(1140px, calc(100% - 2rem));
    margin: 0 auto;
}

#kc-voorpagina.legacy-homepage .col-xs-12 {
    grid-column: auto;
}

#kc-voorpagina.legacy-homepage .kc-home-shortcuts > .col-sm-3,
#kc-voorpagina.legacy-homepage .kc-feature-grid > .col-sm-4,
#kc-voorpagina.legacy-homepage .kc-class-grid > .col-sm-4,
#kc-voorpagina.legacy-homepage .kc-class-grid > .col-sm-6,
#kc-voorpagina.legacy-homepage .kc-facts-grid > .col-sm-3,
#kc-voorpagina.legacy-homepage .kc-contact-grid > .col-sm-6 {
    grid-column: auto;
}

#kc-voorpagina.legacy-homepage .kc-feature-grid {
    display: block;
}

#kc-voorpagina.legacy-homepage .kc-feature-grid::after {
    content: "";
    display: block;
    clear: both;
}

#kc-voorpagina.legacy-homepage .kc-feature-grid > .col-sm-4 {
    float: left;
    width: 33.3333%;
}

#kc-voorpagina.legacy-homepage .hidden-xs {
    display: block;
}

#kc-voorpagina.legacy-homepage .text-center {
    text-align: center;
}

#kc-voorpagina.legacy-homepage .img-circle {
    border-radius: 999px;
}

#kc-voorpagina.legacy-homepage .bg-color-1 {
    background-color: #f8af4e;
}

#kc-voorpagina.legacy-homepage .bg-color-2 {
    background-color: #ffe454;
}

#kc-voorpagina.legacy-homepage .bg-color-3 {
    background-color: #eb5d40;
}

#kc-voorpagina.legacy-homepage .bg-color-4 {
    background-color: #526db3;
}

#kc-voorpagina.legacy-homepage .bg-color-5 {
    background-color: #ad599e;
}

#kc-voorpagina.legacy-homepage .bg-color-6 {
    background-color: #ea77ad;
}

#kc-voorpagina.legacy-homepage .color-1 {
    color: #f8af4e;
}

#kc-voorpagina.legacy-homepage .color-2 {
    color: #ffe454;
}

#kc-voorpagina.legacy-homepage .color-3 {
    color: #eb5d40;
}

#kc-voorpagina.legacy-homepage .color-4 {
    color: #526db3;
}

#kc-voorpagina.legacy-homepage .color-5 {
    color: #ad599e;
}

#kc-voorpagina.legacy-homepage .color-6 {
    color: #ea77ad;
}

#kc-voorpagina.legacy-homepage .border-color-1 {
    border-color: #f8af4e;
}

#kc-voorpagina.legacy-homepage .border-color-2 {
    border-color: #ffe454;
}

#kc-voorpagina.legacy-homepage .border-color-3 {
    border-color: #eb5d40;
}

#kc-voorpagina.legacy-homepage .border-color-4 {
    border-color: #526db3;
}

#kc-voorpagina.legacy-homepage .sectionTitle h2 {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.45rem;
    width: 100%;
    margin: 0;
    font-size: 36px;
    line-height: 39.6px;
    text-align: center;
    text-transform: none;
}

#kc-voorpagina.legacy-homepage .sectionTitleSmall h2 {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.45rem;
    width: 100%;
    margin: 0;
    font-size: 36px;
    line-height: 39.6px;
    text-align: center;
    text-transform: none;
}

#kc-voorpagina.legacy-homepage .sectionTitle h2 > span:nth-child(2) {
    display: inline-block;
    flex: 0 1 auto;
    width: auto;
    float: none;
    min-width: 0;
    text-transform: none;
}

#kc-voorpagina.legacy-homepage .sectionTitleSmall h2 > span:nth-child(2) {
    display: inline-block;
    flex: 0 1 auto;
    width: auto;
    float: none;
    min-width: 0;
    text-transform: none;
}

#kc-voorpagina.legacy-homepage .shape {
    display: inline-block;
    flex: 0 0 18px;
    width: 18px;
    height: 18px;
    margin: 0;
    padding: 0;
    float: none;
    border-radius: 50%;
    position: relative;
    background-color: #9ccfe1 !important;
}

#kc-voorpagina.legacy-homepage .shape::before,
#kc-voorpagina.legacy-homepage .shape::after {
    content: "";
    display: inline-block;
    position: absolute;
    height: 2px;
    border-radius: 2px;
    background-color: inherit;
}

#kc-voorpagina.legacy-homepage .shape::after {
    width: 70px;
    top: 6px;
}

#kc-voorpagina.legacy-homepage .shape::before {
    width: 55px;
    top: 11px;
}

#kc-voorpagina.legacy-homepage .shape-left::before,
#kc-voorpagina.legacy-homepage .shape-left::after {
    right: 3px;
}

#kc-voorpagina.legacy-homepage .shape-right::before,
#kc-voorpagina.legacy-homepage .shape-right::after {
    left: 3px;
}

#kc-voorpagina.legacy-homepage .shape.bg-color-4 {
    background-color: #9ccfe1 !important;
}

#kc-voorpagina.legacy-homepage .shape.bg-color-3 {
    background-color: #ee8d85 !important;
}

#kc-voorpagina.legacy-homepage .btn.btn-primary {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    min-height: 42px;
    padding: 0.35rem 1rem;
    border-radius: 999px;
    border: 0;
    text-decoration: none;
    background: #eb5d40;
    color: #ffffff;
    font-weight: 700;
}

#kc-voorpagina.legacy-homepage .sectionLink {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.55rem;
    min-height: 56px;
    border-radius: 12px;
    color: #ffffff;
    text-decoration: none;
    font-weight: 700;
    box-shadow: 0 7px 14px rgba(16, 27, 40, 0.18);
}

#kc-voorpagina.legacy-homepage .sectionLink .linkIcon {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 28px;
    height: 28px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.35);
}

#kc-voorpagina.legacy-homepage .sectionLink .locateArrow {
    opacity: 0;
}

#kc-voorpagina.legacy-homepage .featuresContent {
    display: flex;
    align-items: flex-start;
    gap: 0;
    height: 100%;
}

#kc-voorpagina.legacy-homepage .featuresContent .media-left {
    display: inline-flex;
    flex: 0 0 76px;
    align-items: center;
    justify-content: center;
    width: 76px;
    height: 76px;
    margin-right: 20px;
    padding: 6px;
    border-radius: 999px;
    box-shadow: 0 4px 0 rgba(0, 0, 0, 0.1);
}

#kc-voorpagina.legacy-homepage .featuresContent .media-left i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 62px;
    height: 62px;
    border: 2px solid rgba(255, 255, 255, 0.95);
    border-radius: 999px;
    font-size: 22px;
    line-height: 1;
    color: #ffffff;
}

#kc-voorpagina.legacy-homepage .featuresContent .media-body {
    display: block;
    min-width: 0;
}

#kc-voorpagina.legacy-homepage .featuresContent .media-heading {
    font-size: 24px;
    line-height: 30px;
    font-weight: 700;
    text-transform: none;
}

#kc-voorpagina.legacy-homepage .promotionInfo {
    text-align: center;
}

#kc-voorpagina.legacy-homepage .promotionInfo p {
    margin: 0.55rem 0 0;
}

#kc-voorpagina.legacy-homepage .kc-promo-strip {
    margin-top: 0;
    padding: 75px 0;
    background-image: url("../img/_99A6796_DxO.jpg");
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
}

#kc-voorpagina.legacy-homepage .kc-promo-strip__inner,
#kc-voorpagina.legacy-homepage .kc-promo-strip__inner h2,
#kc-voorpagina.legacy-homepage .kc-promo-strip__inner p {
    color: #ffffff;
}

#kc-voorpagina.legacy-homepage .thumbnail.thumbnailContent {
    height: 100%;
}

#kc-voorpagina.legacy-homepage .btn-yellow .btn-link,
#kc-voorpagina.legacy-homepage .btn-red .btn-link {
    color: #2d4f74;
    text-decoration: none;
    font-weight: 700;
    padding: 0;
}

#kc-voorpagina.legacy-homepage .teamContent {
    height: 100%;
}

#kc-voorpagina.legacy-homepage .teamImage {
    margin-bottom: 0.5rem;
}

#kc-voorpagina.legacy-homepage .teamInfo h3 {
    margin: 0;
}

#kc-voorpagina.legacy-homepage .teamInfo p {
    margin: 0.35rem 0 0;
}

#kc-voorpagina.legacy-homepage .btnArea {
    margin-top: 1.85rem;
    text-align: center;
}

#kc-voorpagina.legacy-homepage .legacy-screen-title {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

#kc-voorpagina.legacy-homepage .kc-hero-gallery-source {
    display: none !important;
}

#kc-voorpagina.legacy-homepage .legacy-hero {
    margin-top: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
}

#kc-voorpagina.legacy-homepage .legacy-hero .kc-hero-swiper {
    margin-top: 0;
    border: 0;
    border-radius: 0;
    padding-bottom: 0;
}

#kc-voorpagina.legacy-homepage .legacy-hero .kc-hero-slide__image {
    aspect-ratio: 18 / 7;
    object-position: center;
}

#kc-voorpagina.legacy-homepage .legacy-hero .kc-swiper-pagination {
    display: none;
}

#kc-voorpagina.legacy-homepage .legacy-hero .kc-hero-swiper__nav {
    position: absolute;
    top: 50%;
    z-index: 7;
    display: inline-flex;
    width: 47px;
    height: 47px;
    margin-top: -23.5px;
    border: 0;
    border-radius: 13px;
    background: #ffffff;
    box-shadow: 0 4px 0 rgba(0, 0, 0, 0.2);
    color: #666666;
}

#kc-voorpagina.legacy-homepage .legacy-hero .kc-hero-swiper__nav.swiper-button-prev {
    left: 3%;
}

#kc-voorpagina.legacy-homepage .legacy-hero .kc-hero-swiper__nav.swiper-button-next {
    right: 3%;
}

#kc-voorpagina.legacy-homepage .legacy-hero .kc-hero-swiper__nav::after {
    font-family: "FontAwesome";
    font-size: 22px;
    font-weight: 400;
    line-height: 47px;
}

#kc-voorpagina.legacy-homepage .legacy-hero .kc-hero-swiper__nav.swiper-button-prev::after {
    content: "\f104";
}

#kc-voorpagina.legacy-homepage .legacy-hero .kc-hero-swiper__nav.swiper-button-next::after {
    content: "\f105";
}

#kc-voorpagina.legacy-homepage .legacy-caption {
    box-sizing: border-box;
    left: 0;
    right: 0;
    top: 50%;
    bottom: auto;
    width: 100%;
    border-radius: 0;
    padding: 0;
    padding-inline: max(1rem, calc((100vw - 1140px) / 2));
    background: transparent;
    text-align: center;
    text-shadow: 0 4px 0 rgba(0, 0, 0, 0.1);
    transform: translateY(-50%);
}

#kc-voorpagina.legacy-homepage .legacy-caption h2 {
    font-size: inherit;
    line-height: inherit;
}

#kc-voorpagina.legacy-homepage .legacy-caption p {
    margin-top: 0;
    display: block;
    overflow: visible;
}

#kc-voorpagina.legacy-homepage .legacy-caption--center {
    left: 0;
    right: 0;
    width: 100%;
    transform: translateY(-50%);
    text-align: center;
}

#kc-voorpagina.legacy-homepage .legacy-caption--right {
    left: 0;
    right: 0;
    width: 100%;
    transform: translateY(-50%);
    text-align: center;
}

#kc-voorpagina.legacy-homepage .legacy-caption .rs-caption-1,
#kc-voorpagina.legacy-homepage .legacy-caption .rs-caption-2 {
    margin-left: auto;
    margin-right: auto;
    width: 70%;
    max-width: none;
    color: #ffffff;
    text-shadow: inherit;
}

#kc-voorpagina.legacy-homepage .legacy-hero .swiper-slide .legacy-caption .rs-caption-1,
#kc-voorpagina.legacy-homepage .legacy-hero .swiper-slide .legacy-caption .rs-caption-2 {
    opacity: 0;
    transform: translate3d(0, 18px, 0);
    transition: opacity 420ms ease, transform 420ms ease;
}

#kc-voorpagina.legacy-homepage .legacy-hero .swiper-slide-active .legacy-caption .rs-caption-1,
#kc-voorpagina.legacy-homepage .legacy-hero .swiper-slide-active .legacy-caption .rs-caption-2,
#kc-voorpagina.legacy-homepage .legacy-hero .swiper-slide-duplicate-active .legacy-caption .rs-caption-1,
#kc-voorpagina.legacy-homepage .legacy-hero .swiper-slide-duplicate-active .legacy-caption .rs-caption-2 {
    opacity: 1;
    transform: none;
}

#kc-voorpagina.legacy-homepage .legacy-hero .swiper-slide-active .legacy-caption .rs-caption-1,
#kc-voorpagina.legacy-homepage .legacy-hero .swiper-slide-duplicate-active .legacy-caption .rs-caption-1 {
    transition-delay: 120ms;
}

#kc-voorpagina.legacy-homepage .legacy-hero .swiper-slide-active .legacy-caption .rs-caption-2,
#kc-voorpagina.legacy-homepage .legacy-hero .swiper-slide-duplicate-active .legacy-caption .rs-caption-2 {
    transition-delay: 250ms;
}

#kc-voorpagina.legacy-homepage .legacy-caption .rs-caption-1 {
    font-size: 50px;
    line-height: 40px;
    font-weight: 700;
    letter-spacing: -0.01em;
    text-transform: none;
}

#kc-voorpagina.legacy-homepage .legacy-caption .rs-caption-2 {
    margin-top: 25px;
    font-size: 25px;
    line-height: 31px;
    font-weight: 400;
    text-transform: none;
}

#kc-voorpagina.legacy-homepage .kc-hero-slide:nth-child(2) .legacy-caption {
    top: 50%;
}

#kc-voorpagina.legacy-homepage .kc-hero-slide:nth-child(3) .legacy-caption {
    top: 50%;
    text-align: center;
}

#kc-voorpagina.legacy-homepage .kc-hero-slide:nth-child(3) .legacy-caption .rs-caption-1 {
    width: 70%;
    max-width: none;
    font-size: 40px;
    margin-left: auto;
    margin-right: auto;
}

#kc-voorpagina.legacy-homepage .kc-hero-slide:nth-child(3) .legacy-caption .rs-caption-2 {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
}

#kc-voorpagina.legacy-homepage .kc-hero-slide:nth-child(4) .legacy-caption {
    top: 50%;
}

#kc-voorpagina.legacy-homepage .legacy-caption--center .rs-caption-1,
#kc-voorpagina.legacy-homepage .legacy-caption--center .rs-caption-2 {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
}

#kc-voorpagina.legacy-homepage .legacy-caption--right .rs-caption-1,
#kc-voorpagina.legacy-homepage .legacy-caption--right .rs-caption-2 {
    width: 55%;
    margin-left: auto;
}

#kc-voorpagina.legacy-homepage .featuresContent a {
    text-decoration: none;
}

#kc-voorpagina.legacy-homepage .featuresContent p {
    margin: 0.35rem 0 0;
    color: #4c5f72;
    font-size: 14px;
    line-height: 1.45;
    display: block;
    overflow: visible;
}

#kc-voorpagina.legacy-homepage .homeContactContent address {
    margin: 0.75rem 0 0;
}

#kc-voorpagina.legacy-homepage .homeContactContent address p {
    margin: 0.35rem 0;
}

#kc-voorpagina.legacy-homepage .homeContactContent address i {
    margin-right: 0.35rem;
}

#kc-voorpagina.legacy-homepage .homeContactContent address a {
    text-decoration: none;
}

#kc-voorpagina.legacy-homepage .kc-fact {
    min-height: 0;
    border-radius: 0;
    box-shadow: none;
    background: transparent;
    color: #ffffff;
    text-shadow: 0 2px 8px rgba(15, 23, 34, 0.35);
}

#kc-voorpagina.legacy-homepage .kc-fact strong {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 145px;
    height: 145px;
    border: 4px solid #ffffff;
    border-radius: 999px;
    font-size: 52px;
    line-height: 145px;
    color: #ffffff;
}

#kc-voorpagina.legacy-homepage .kc-fact .counterInfo {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 129px;
    height: 40px;
    margin-top: 18px;
    padding: 0;
    border-radius: 6px;
    color: #ffffff;
    font-size: 15px;
    line-height: 40px;
    font-weight: 600;
    text-transform: uppercase;
    box-shadow: 0 4px 0 rgba(0, 0, 0, 0.1);
}

#kc-voorpagina.legacy-homepage .kc-facts-grid .col-sm-3:nth-child(1) .counterInfo {
    background: #ef7d2a;
}

#kc-voorpagina.legacy-homepage .kc-facts-grid .col-sm-3:nth-child(2) .counterInfo {
    background: #f0cb2f;
}

#kc-voorpagina.legacy-homepage .kc-facts-grid .col-sm-3:nth-child(3) .counterInfo {
    background: #f06643;
}

#kc-voorpagina.legacy-homepage .kc-facts-grid .col-sm-3:nth-child(4) .counterInfo {
    background: #4b69b2;
}

#kc-voorpagina.legacy-homepage .kc-team-swiper,
#kc-voorpagina.legacy-homepage .kc-news-swiper {
    overflow: visible;
    padding-bottom: 0;
}

#kc-voorpagina.legacy-homepage .kc-news-swiper .swiper-wrapper {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.8rem;
    transform: none !important;
}

#kc-voorpagina.legacy-homepage .kc-news-swiper .swiper-slide {
    width: auto !important;
    margin: 0 !important;
}

#kc-voorpagina.legacy-homepage .kc-news-swiper .kc-swiper-nav,
#kc-voorpagina.legacy-homepage .kc-news-swiper .kc-swiper-pagination {
    display: none;
}

#kc-voorpagina.legacy-homepage .kc-contact-form {
    display: grid;
    gap: 0.5rem;
    margin-top: 0.6rem;
}

#kc-voorpagina.legacy-homepage .kc-contact-form__input {
    width: 100%;
    min-height: 40px;
    padding: 0.45rem 0.55rem;
    border: 1px solid #d2dae6;
    border-radius: 4px;
    background: #ffffff;
    color: #24394f;
}

#kc-voorpagina.legacy-homepage .kc-contact-form__input--textarea {
    resize: vertical;
    min-height: 120px;
}

#kc-voorpagina.legacy-homepage .legacy-link-strip {
    position: relative;
    z-index: 6;
    margin-top: -90px;
}

#kc-voorpagina.legacy-homepage .legacy-link-strip .sectionLinkArea {
    padding-bottom: 0;
}

#kc-voorpagina.legacy-homepage .legacy-link-strip .kc-home-shortcuts {
    display: block;
    margin-top: 0;
    margin-left: -15px;
    margin-right: -15px;
}

#kc-voorpagina.legacy-homepage .legacy-link-strip .kc-home-shortcuts::after {
    content: "";
    display: block;
    clear: both;
}

#kc-voorpagina.legacy-homepage .legacy-link-strip .kc-home-shortcuts > .col-sm-3 {
    float: left;
    width: 25%;
    box-sizing: border-box;
    padding-left: 15px;
    padding-right: 15px;
}

#kc-voorpagina.legacy-homepage .legacy-link-strip .sectionLink {
    display: block;
    height: 190px;
    min-height: 0;
    padding: 0;
    border-radius: 13px;
    box-shadow: 0 4px 0 rgba(0, 0, 0, 0.1);
}

#kc-voorpagina.legacy-homepage .legacy-link-strip .sectionLink .linkIcon {
    display: block;
    box-sizing: border-box;
    position: absolute;
    top: -50px;
    left: 50%;
    width: 100px;
    height: 100px;
    margin-left: -50px;
    background: #ffffff;
    border-width: 6px;
    border-style: solid;
    font-size: 30px;
    line-height: 90px;
    color: #666666;
    text-align: center;
}

#kc-voorpagina.legacy-homepage .legacy-link-strip .bg-color-1 .linkIcon { color: #f8af4e; }
#kc-voorpagina.legacy-homepage .legacy-link-strip .bg-color-2 .linkIcon { color: #ffe454; }
#kc-voorpagina.legacy-homepage .legacy-link-strip .bg-color-3 .linkIcon { color: #eb5d40; }
#kc-voorpagina.legacy-homepage .legacy-link-strip .bg-color-4 .linkIcon { color: #526db3; }

#kc-voorpagina.legacy-homepage .legacy-link-strip .sectionLink .linkText {
    display: block;
    color: #ffffff;
    font-family: "Dosis", sans-serif;
    font-size: 32px;
    line-height: 190px;
    font-weight: 400;
    letter-spacing: 0;
}

#kc-voorpagina.legacy-homepage .legacy-link-strip .locateArrow {
    bottom: 27px;
    font-size: 18px;
}

#kc-voorpagina.legacy-homepage .legacy-link-strip .sectionLink:hover .locateArrow,
#kc-voorpagina.legacy-homepage .legacy-link-strip .sectionLink:focus-visible .locateArrow {
    opacity: 1;
}

#kc-voorpagina.legacy-homepage .legacy-team-section {
    position: relative;
    overflow: hidden;
    margin-top: 0;
    padding: 112px 0 116px;
    background: #a861a4 url("../img/home/pattern-light.png") repeat;
}

#kc-voorpagina.legacy-homepage .legacy-team-pattern {
    display: none;
}

#kc-voorpagina.legacy-homepage .legacy-team-section .container {
    position: relative;
    z-index: 1;
}

#kc-voorpagina.legacy-homepage .legacy-team-section .sectionTitle h2 > span:nth-child(2) {
    color: #ffffff;
}

#kc-voorpagina.legacy-homepage .legacy-team-section .shape {
    background-color: #ee8d85 !important;
}

#kc-voorpagina.legacy-homepage .legacy-team-section .kc-swiper {
    padding: 0 2.9rem 2.9rem;
    overflow: hidden;
}

#kc-voorpagina.legacy-homepage .legacy-team-section .swiper-slide {
    display: flex;
    justify-content: center;
    height: auto;
}

#kc-voorpagina.legacy-homepage .legacy-team-section .kc-teacher-card {
    background: transparent;
    border: 0;
    border-radius: 0;
    width: 100%;
    max-width: none;
    overflow: visible;
}

#kc-voorpagina.legacy-homepage .legacy-team-section .kc-teacher-card__link {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    min-height: 100%;
    width: min(210px, 100%);
    margin: 0 auto;
    padding: 0;
    text-align: center;
}

#kc-voorpagina.legacy-homepage .legacy-team-section .teamImage {
    margin-bottom: 0.7rem;
}

#kc-voorpagina.legacy-homepage .legacy-team-section .kc-teacher-portrait {
    width: 150px;
    max-width: 100%;
    aspect-ratio: 1 / 1;
    margin: 0 auto;
    border-radius: 999px;
    border: 0;
    box-shadow: 0 4px 0 rgba(0, 0, 0, 0.1);
}

#kc-voorpagina.legacy-homepage .legacy-team-section .kc-teacher-portrait--placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    background: radial-gradient(circle at 30% 20%, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.04)),
        rgba(59, 34, 91, 0.72);
    color: #ffffff;
    font-size: 2.25rem;
    font-weight: 700;
    letter-spacing: -0.05em;
    text-transform: uppercase;
}

#kc-voorpagina.legacy-homepage .legacy-team-section .kc-teacher-card__body {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    width: min(210px, 100%);
    min-height: 116px;
    padding: 0;
}

#kc-voorpagina.legacy-homepage .legacy-team-section .kc-teacher-card__body h3 {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 50px;
    max-width: 210px;
    color: #ffffff;
    margin: 14px 0 6px;
    font-size: 20px;
    line-height: 1.15;
    font-weight: 600;
    text-transform: none;
    text-wrap: balance;
}

#kc-voorpagina.legacy-homepage .legacy-team-section .kc-teacher-card__body p {
    color: rgba(255, 255, 255, 0.9);
    font-size: 15px;
    line-height: 1.33;
}

#kc-voorpagina.legacy-homepage .legacy-team-section .kc-team-role {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    max-width: 210px;
    min-height: 60px;
    margin: 0;
    text-align: center;
    text-wrap: balance;
}

#kc-voorpagina.legacy-homepage .legacy-team-section .kc-swiper-nav {
    display: inline-flex;
    top: 34%;
}

#kc-voorpagina.legacy-homepage .legacy-team-section .swiper-button-prev {
    left: 0.15rem;
}

#kc-voorpagina.legacy-homepage .legacy-team-section .swiper-button-next {
    right: 0.15rem;
}

#kc-voorpagina.legacy-homepage .legacy-team-section .kc-swiper-pagination .swiper-pagination-bullet {
    background: rgba(255, 255, 255, 0.6);
}

#kc-voorpagina.legacy-homepage .legacy-team-section .kc-swiper-pagination .swiper-pagination-bullet-active {
    background: #ffffff;
}

#kc-voorpagina.legacy-homepage .mainContent.featureSection {
    margin-top: 0;
    padding-top: 92px;
    padding-bottom: 84px;
}

#kc-voorpagina.legacy-homepage .kc-feature-item,
#kc-voorpagina.legacy-homepage .kc-class-card,
#kc-voorpagina.legacy-homepage .kc-news-card,
#kc-voorpagina.legacy-homepage .kc-contact-card {
    border-radius: 3px;
    box-shadow: none;
}

#kc-voorpagina.legacy-homepage .kc-class-grid,
#kc-voorpagina.legacy-homepage .kc-contact-grid {
    align-items: start;
}

#kc-voorpagina.legacy-homepage #deKlassen.kc-section-shell {
    margin-top: 0;
    padding-top: 92px;
    padding-bottom: 96px;
}

#kc-voorpagina.legacy-homepage #deKlassen .kc-class-grid {
    margin-top: 0;
}

#kc-voorpagina.legacy-homepage #feiten.kc-section-shell {
    padding-top: 90px;
    padding-bottom: 94px;
}

#kc-voorpagina.legacy-homepage #latestNews.kc-section-shell {
    padding-top: 92px;
    padding-bottom: 98px;
}

#kc-voorpagina.legacy-homepage .mainContent.featureSection .kc-feature-grid,
#kc-voorpagina.legacy-homepage .legacy-team-section .kc-swiper,
#kc-voorpagina.legacy-homepage #deKlassen .kc-class-grid,
#kc-voorpagina.legacy-homepage #latestNews .kc-news-grid--homepage {
    margin-top: 82px;
}

#kc-voorpagina.legacy-homepage .kc-contact-grid > [class*="col-"] {
    width: auto;
    max-width: none;
    float: none;
    padding-left: 0;
    padding-right: 0;
}

#kc-voorpagina.legacy-homepage .kc-class-card__body,
#kc-voorpagina.legacy-homepage .kc-news-card__link,
#kc-voorpagina.legacy-homepage .kc-contact-card {
    padding: 0.75rem;
}

#kc-voorpagina.legacy-homepage .kc-class-card__body {
    padding: 15px 15px 32px;
}

#kc-voorpagina.legacy-homepage .kc-class-card__title {
    margin: 0 0 20px;
    font-family: "Dosis", sans-serif;
    font-size: 24px;
    line-height: 26.4px;
    letter-spacing: 0;
    word-spacing: 0;
    font-weight: 700;
    text-transform: none;
}

#kc-voorpagina.legacy-homepage .kc-class-card__title a {
    text-decoration: none;
}

#kc-voorpagina.legacy-homepage .kc-class-card__body .list-unstyled {
    margin-bottom: 18px;
}

#kc-voorpagina.legacy-homepage .kc-class-card__body li {
    font-size: 0.98rem;
    line-height: 1.55;
}

#kc-voorpagina.legacy-homepage .kc-class-card__body p {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 4.8rem;
}

#kc-voorpagina.legacy-homepage .kc-class-card__body .list-inline {
    margin: 18px 0 0;
}

#kc-voorpagina.legacy-homepage .kc-class-card__body .btn-link {
    display: inline-flex;
    align-items: center;
    gap: 0.28em;
    max-width: 100%;
    min-height: 30px;
    padding-right: 6px;
    line-height: 1.2;
    font-size: 18px;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    white-space: nowrap;
}

#kc-voorpagina.legacy-homepage .kc-class-card__body .btn-link i {
    flex: 0 0 auto;
    line-height: 1;
}

#kc-voorpagina.legacy-homepage .kc-contact-grid {
    gap: 0.75rem;
}

#kc-voorpagina.legacy-homepage .kc-contact-grid--single {
    max-width: 760px;
    margin: 0 auto;
}

#kc-voorpagina.legacy-homepage .btn.btn-primary,
#kc-voorpagina.legacy-homepage .kc-promo-strip__cta,
#kc-voorpagina.legacy-homepage .kc-contact-action {
    border-radius: 4px;
}

#kc-voorpagina [id="deKlassen"],
#kc-voorpagina [id="hetTeam"],
#kc-voorpagina [id="feiten"],
#kc-voorpagina [id="latestNews"],
#kc-voorpagina [id="contact"] {
    scroll-margin-top: 88px;
}

.kc-home-hero {
    margin-top: 2rem;
    padding: 2rem;
    border-radius: 20px;
    background: linear-gradient(150deg, #fff6e7 0%, #f3fbff 100%);
    border: 1px solid #e7ecf3;
}

.kc-home-hero__header {
    margin-bottom: 1rem;
}

.kc-home-lead {
    margin-top: 0.75rem;
    color: #2e4052;
    font-size: 1.05rem;
    line-height: 1.5;
}

.kc-hero-swiper {
    margin-top: 1rem;
    border-radius: 16px;
    border: 1px solid #d8e3ef;
    overflow: hidden;
    background: #d7e5f4;
}

.kc-hero-slide__link {
    position: relative;
    display: block;
    color: #ffffff;
    text-decoration: none;
}

.kc-hero-slide__image {
    display: block;
    width: 100%;
    aspect-ratio: 21 / 9;
    object-fit: cover;
}

.kc-hero-slide__overlay {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 1rem 1.1rem;
    background: linear-gradient(180deg, rgba(10, 20, 34, 0) 0%, rgba(10, 20, 34, 0.76) 72%);
}

.kc-hero-slide__overlay h2,
.kc-hero-slide__overlay p {
    margin: 0;
}

.kc-hero-slide__overlay p {
    margin-top: 0.3rem;
    font-size: 0.92rem;
    color: rgba(245, 248, 252, 0.95);
}

.kc-home-shortcuts {
    margin-top: 1rem;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0.6rem;
}

.kc-home-shortcuts__item {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    min-height: 50px;
    border-radius: 12px;
    text-decoration: none;
    font-weight: 700;
    color: #ffffff;
    box-shadow: 0 7px 14px rgba(16, 27, 40, 0.18);
}

.kc-home-shortcuts__item--1 { background: #ef7d2a; }
.kc-home-shortcuts__item--2 { background: #2d9fdb; }
.kc-home-shortcuts__item--3 { background: #6a8d2a; }
.kc-home-shortcuts__item--4 { background: #d45185; }

.kc-home-shortcuts__item:hover,
.kc-home-shortcuts__item:focus-visible {
    filter: brightness(1.03);
    transform: translateY(-1px);
}

.kc-feature-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.7rem;
}

.kc-feature-item {
    display: flex;
    align-items: center;
    gap: 0.65rem;
    min-height: 56px;
    padding: 0.7rem 0.9rem;
    border-radius: 12px;
    text-decoration: none;
    font-weight: 700;
    color: #1f3044;
    background: #ffffff;
    border: 1px solid #dbe4ee;
}

.kc-feature-item i {
    width: 30px;
    height: 30px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
}

.kc-feature-item--1 i { background: #ef7d2a; }
.kc-feature-item--2 i { background: #52a037; }
.kc-feature-item--3 i { background: #2e95cf; }
.kc-feature-item--4 i { background: #c24d8b; }
.kc-feature-item--5 i { background: #b33b3b; }
.kc-feature-item--6 i { background: #7a64c7; }

.kc-feature-item:hover,
.kc-feature-item:focus-visible {
    border-color: #c5d4e5;
    box-shadow: 0 4px 10px rgba(14, 28, 42, 0.08);
}

.kc-facts-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0.8rem;
}

#kc-voorpagina.legacy-homepage #feiten .sectionTitleSmall {
    margin-bottom: 40px;
}

#kc-voorpagina.legacy-homepage #feiten {
    position: relative;
    overflow: hidden;
}

#kc-voorpagina.legacy-homepage #feiten::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(24, 37, 48, 0.58), rgba(20, 34, 46, 0.72));
}

#kc-voorpagina.legacy-homepage #feiten > .container {
    position: relative;
    z-index: 1;
}

#kc-voorpagina.legacy-homepage #feiten .sectionTitleSmall h2,
#kc-voorpagina.legacy-homepage #feiten .sectionTitleSmall p {
    color: #ffffff;
}

#kc-voorpagina.legacy-homepage #feiten .sectionTitleSmall h2 {
    margin: 0 0 12px;
    font-size: 30px;
    line-height: 33px;
}

#kc-voorpagina.legacy-homepage #feiten .sectionTitleSmall p {
    max-width: 44rem;
    margin-left: auto;
    margin-right: auto;
    color: rgba(255, 255, 255, 0.9);
    font-size: 15px;
    line-height: 1.5;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.24);
}

.kc-fact {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 108px;
    border-radius: 14px;
    text-decoration: none;
    color: #ffffff;
    background: linear-gradient(145deg, #2e6fa8 0%, #3f84be 100%);
    box-shadow: 0 7px 14px rgba(18, 31, 45, 0.14);
}

.kc-fact strong {
    font-size: 1.5rem;
    line-height: 1;
}

.kc-fact span {
    margin-top: 0.35rem;
    font-size: 0.88rem;
    font-weight: 600;
}

.kc-fact:nth-child(2) { background: linear-gradient(145deg, #7b9222 0%, #90aa35 100%); }
.kc-fact:nth-child(3) { background: linear-gradient(145deg, #ca5b2d 0%, #df7740 100%); }
.kc-fact:nth-child(4) { background: linear-gradient(145deg, #9652be 0%, #ab69cf 100%); }

.kc-promo-strip {
    margin: 2.2rem 0 0;
    padding: 56px 0;
    background: linear-gradient(150deg, rgba(26, 60, 94, 0.86) 0%, rgba(31, 88, 132, 0.84) 100%),
        url("../img/_99A6796_DxO.jpg") center/cover no-repeat;
    background-attachment: scroll !important;
    color: #ffffff;
}

.kc-promo-strip__inner {
    text-align: center;
}

.kc-promo-strip__inner h2,
.kc-promo-strip__inner p {
    margin: 0;
}

.kc-promo-strip__inner p {
    margin-top: 0.55rem;
}

.kc-promo-strip__cta {
    margin-top: 1rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 0.4rem 1.1rem;
    border-radius: 999px;
    background: #ef7d2a;
    color: #ffffff;
    text-decoration: none;
    font-weight: 700;
}

.kc-class-grid {
    display: block;
    margin-left: -15px;
    margin-right: -15px;
}

.kc-class-grid::after {
    content: "";
    display: block;
    clear: both;
}

.kc-class-grid > [class*="col-"] {
    float: left;
    width: 33.3333%;
    box-sizing: border-box;
    padding-left: 15px;
    padding-right: 15px;
}

#kc-voorpagina.legacy-homepage .coursesSection .sticker.sticker-pill {
    display: inline-block;
    width: auto;
    min-width: 128px;
    height: 54px;
    line-height: 54px;
    padding: 0 18px;
    border-radius: 14px;
    white-space: nowrap;
}

.kc-class-card {
    border: 1px solid #dce5ee;
    border-radius: 8px;
    overflow: hidden;
    background: #ffffff;
}

#kc-voorpagina.legacy-homepage .thumbnail.thumbnailContent.kc-class-card {
    border-radius: 8px;
    overflow: hidden;
}

.kc-class-card__link {
    display: block;
    color: inherit;
    text-decoration: none;
}

.kc-class-card__image {
    display: block;
    width: 100%;
    aspect-ratio: 3 / 2;
    border-radius: 8px 8px 0 0;
    object-fit: cover;
}

.kc-class-card__image--placeholder {
    background: linear-gradient(145deg, #d9ecff 0%, #fff0d7 100%);
}

.kc-class-card__body {
    padding: 0.85rem;
}

#kc-voorpagina.legacy-homepage .kc-class-card__body {
    padding: 15px 15px 32px;
}

#kc-voorpagina.legacy-homepage .thumbnail.thumbnailContent .caption.kc-class-card__body {
    padding-bottom: 32px !important;
    border-radius: 0 0 8px 8px;
}

.kc-class-card__body h3 {
    margin: 0;
}

.kc-class-card__body p {
    margin: 0.45rem 0 0;
    color: #4e5e6f;
}

.kc-contact-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.9rem;
}

.kc-contact-card {
    border: 1px solid #dde6ef;
    border-radius: 14px;
    background: #ffffff;
    padding: 1rem;
}

.kc-contact-card ul {
    list-style: none;
    padding: 0;
    margin: 0.55rem 0 0;
}

.kc-contact-card li {
    display: flex;
    gap: 0.55rem;
    align-items: flex-start;
    color: #3f5266;
}

.kc-contact-card li + li {
    margin-top: 0.55rem;
}

.kc-contact-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.55rem;
    margin-top: 0.8rem;
}

.kc-contact-actions--stacked {
    flex-direction: column;
    align-items: stretch;
}

.kc-contact-actions--stacked .kc-contact-action {
    width: 100%;
}

.kc-contact-action {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 40px;
    padding: 0.35rem 0.85rem;
    border-radius: 999px;
    border: 1px solid #cdd8e5;
    text-decoration: none;
    color: #23405f;
    font-weight: 600;
}

.kc-contact-action--primary {
    background: #cc5336;
    border-color: #cc5336;
    color: #ffffff;
}

.kc-contact-card--form p {
    margin: 0.35rem 0 0;
    color: #4e5e6f;
}

.kc-section-shell {
    margin-top: 2.25rem;
    margin-bottom: 2rem;
}

#kc-voorpagina.legacy-homepage .kc-section-shell {
    margin-top: 0;
    margin-bottom: 0;
}

.kc-section-shell__head {
    margin-bottom: 1rem;
}

#kc-voorpagina.legacy-homepage .kc-section-shell__head::after,
#kc-voorpagina.legacy-homepage .sectionTitleSmall::after {
    content: "";
    display: block;
    clear: both;
}

.kc-section-shell__head p {
    margin-top: 0.4rem;
    color: #5b6570;
}

.kc-editor-content {
    background: #ffffff;
    border: 1px solid #e5e8ee;
    border-radius: 14px;
    padding: 1rem;
}

.kc-editor-content img {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
}

.kc-editor-content .kg-gallery-card,
.kc-editor-content .kg-image-card {
    margin-bottom: 1rem;
}

#kc-voorpagina.legacy-homepage .kc-home-editor {
    padding: 54px 0;
    background: #ffffff;
}

#kc-voorpagina.legacy-homepage .kc-home-editor__content {
    max-width: 880px;
    margin: 0 auto;
}

#kc-voorpagina.legacy-homepage .kc-home-editor__content .kg-gallery-card,
#kc-voorpagina.legacy-homepage .kc-home-editor__content .kg-image-card {
    display: none;
}

#kc-voorpagina.legacy-homepage .kc-home-editor.is-empty {
    display: none;
}

.kc-card-grid,
.kc-teacher-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 1rem;
}

.kc-teacher-grid--full {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}

.kc-card,
.kc-teacher-card {
    background: #ffffff;
    border: 1px solid #e5e8ee;
    border-radius: 14px;
    overflow: hidden;
}

.kc-card__link,
.kc-teacher-card__link {
    display: block;
    color: inherit;
    text-decoration: none;
    height: 100%;
}

.kc-card__link:focus-visible,
.kc-teacher-card__link:focus-visible {
    outline: 3px solid #1d7dd8;
    outline-offset: -3px;
}

.kc-card__image {
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    display: block;
}

.kc-card__body,
.kc-teacher-card__body {
    padding: 1rem;
}

.kc-news-list {
    list-style: none;
    margin: 0;
    padding: 0;
    border-top: 1px solid #e5e8ee;
}

.kc-news-list__item {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 1rem;
    padding: 0.9rem 0;
    border-bottom: 1px solid #e5e8ee;
}

.kc-news-list__item a {
    font-weight: 600;
}

.kc-news-list__item time {
    color: #5b6570;
    white-space: nowrap;
    font-size: 0.92rem;
}

.kc-teacher-portrait {
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    display: block;
    filter: grayscale(100%);
}

.kc-teacher-portrait--placeholder {
    background: linear-gradient(145deg, #ebeff5 0%, #f8fafc 100%);
}

.kc-card--empty,
.kc-teacher-card--empty {
    border-style: dashed;
}

@media (max-width: 800px) {
    .kc-home-hero {
        padding: 1.4rem;
    }

    .kc-news-list__item {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.3rem;
    }
}

.kc-nav {
    position: relative;
}

.kc-nav__item {
    position: relative;
}

.kc-nav__item--group::after {
    content: "";
    position: absolute;
    left: 0;
    top: calc(100% - 2px);
    width: max(100%, 230px);
    height: 28px;
}

.kc-nav__link {
    display: inline-block;
}

.kc-nav-submenu {
    display: block;
    position: absolute;
    left: 0;
    top: calc(100% - 2px);
    min-width: 230px;
    z-index: 200;
    background: #ffffff;
    border: 1px solid #dbe2eb;
    border-top: 4px solid var(--kc-nav-accent, #f0c24b);
    border-radius: 5px;
    box-shadow: 0 10px 26px rgba(19, 30, 44, 0.12);
    padding: 5px;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: none;
    transition: none;
}

.kc-nav-submenu__list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.kc-nav-submenu__list li + li {
    margin-top: 0;
}

.kc-nav__item--group > .kc-nav-submenu .kc-nav-submenu__list > li > a {
    display: block;
    float: none;
    width: 100%;
    box-sizing: border-box;
    min-width: 0;
    padding: 10px 14px;
    border-radius: 0;
    background: transparent;
    color: #666666;
    font-family: "Dosis", sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.35;
    letter-spacing: 0;
    text-align: left;
    text-decoration: none;
    white-space: normal;
    word-break: normal;
    overflow-wrap: anywhere;
    transition: background-color 80ms ease, color 80ms ease;
}

.kc-nav__item--group > .kc-nav-submenu .kc-nav-submenu__list > li > a:hover,
.kc-nav__item--group > .kc-nav-submenu .kc-nav-submenu__list > li > a:focus-visible {
    padding: 10px 14px;
    background: var(--kc-nav-accent, #f0c24b);
    color: #ffffff;
    outline: none;
}

.kc-nav-submenu__empty {
    padding: 0.6rem;
    color: #55616d;
    font-size: 0.9rem;
}

.kc-nav__item--group:hover > .kc-nav-submenu,
.kc-nav__item--group:focus-within > .kc-nav-submenu,
.kc-nav__item--group.is-hover > .kc-nav-submenu,
.kc-nav__item--group.is-click-open > .kc-nav-submenu {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: none;
}

.kc-submenu-toggle {
    display: none;
    border: 0;
    background: transparent;
    color: #253648;
    padding: 0.3rem;
    margin-left: 0.35rem;
    border-radius: 8px;
}

.kc-submenu-toggle:focus-visible,
.kc-menu-toggle:focus-visible {
    outline: 2px solid #1d7dd8;
    outline-offset: 2px;
}

.kc-menu-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    min-width: 44px;
    min-height: 44px;
    border: 0;
    background: #ffffff;
    border-radius: 10px;
    padding: 0;
    color: #1f2b37;
    line-height: 1;
}

.kc-menu-toggle .fa {
    line-height: 1;
}

.kc-swiper {
    position: relative;
    overflow: hidden;
    padding-bottom: 2.1rem;
}

.kc-swiper .swiper-wrapper {
    align-items: stretch;
}

.kc-swiper .swiper-slide {
    height: auto;
}

.kc-news-card {
    background: #ffffff;
    border: 1px solid #e5e8ee;
    border-radius: 14px;
}

.kc-news-card__link {
    display: flex;
    flex-direction: column;
    height: 100%;
    gap: 0.6rem;
    padding: 1rem;
    color: inherit;
    text-decoration: none;
}

.kc-news-card__link p {
    margin: 0;
    color: #4f5d6b;
}

.kc-news-card__link time {
    margin-top: auto;
    color: #5b6570;
    font-size: 0.9rem;
}

.kc-news-date {
    display: inline-grid;
    justify-items: center;
    min-width: 62px;
    margin-bottom: 0.45rem;
    padding: 0.35rem 0.45rem;
    border: 1px solid #d9e1eb;
    border-radius: 4px;
    background: #f8fbfe;
    color: #31516f;
}

.kc-news-date__day {
    font-size: 1rem;
    font-weight: 700;
    line-height: 1;
}

.kc-news-date__month,
.kc-news-date__year {
    font-size: 0.74rem;
    line-height: 1.15;
}

.kc-news-index {
    margin-top: 2rem;
}

.kc-news-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 1rem;
}

#kc-voorpagina.legacy-homepage .kc-news-grid--homepage {
    width: 100%;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.25rem 1rem;
}

.kc-news-grid__item {
    background: #ffffff;
    border: 1px solid #dce4ee;
    border-radius: 3px;
    overflow: hidden;
    box-shadow: none;
}

.kc-news-grid__item--rich {
    --kc-news-accent: #4a77c9;
    border: 1px solid #dee6f0;
    border-top: 5px solid var(--kc-news-accent);
    border-radius: 20px;
    overflow: hidden;
    background: #ffffff;
    box-shadow: 0 14px 28px rgba(24, 42, 67, 0.08);
}

.kc-news-grid__item--rich:nth-child(6n + 2) {
    --kc-news-accent: #63b56f;
}

.kc-news-grid__item--rich:nth-child(6n + 3) {
    --kc-news-accent: #e45d40;
}

.kc-news-grid__item--rich:nth-child(6n + 4) {
    --kc-news-accent: #8f6ac9;
}

.kc-news-grid__item--rich:nth-child(6n + 5) {
    --kc-news-accent: #50a4cf;
}

.kc-news-grid__item--rich:nth-child(6n) {
    --kc-news-accent: #f0b642;
}

.kc-news-grid__link {
    display: flex;
    flex-direction: column;
    color: inherit;
    text-decoration: none;
    height: 100%;
}

.kc-news-grid__link:focus-visible {
    outline: 3px solid #1d7dd8;
    outline-offset: -3px;
}

.kc-news-grid__media {
    position: relative;
    aspect-ratio: 16 / 10;
    overflow: hidden;
    border-bottom: 1px solid #edf2f7;
}

.kc-news-grid__image {
    display: block;
    width: 100%;
    height: 100%;
    aspect-ratio: auto;
    object-fit: cover;
    transition: transform 220ms ease;
}

.kc-news-grid__link:hover .kc-news-grid__image,
.kc-news-grid__link:focus-visible .kc-news-grid__image {
    transform: scale(1.04);
}

.kc-news-grid__image--placeholder {
    background: linear-gradient(145deg, #ffefcf 0%, #dff3ff 100%);
}

.kc-news-grid__body {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    padding: 1.05rem 1.05rem 1.1rem;
    min-height: 0;
}

.kc-news-grid__tag {
    align-self: flex-start;
    display: inline-flex;
    align-items: center;
    min-height: 24px;
    padding: 0.1rem 0.6rem;
    border-radius: 999px;
    border: 1px solid #c8d8eb;
    font-size: 0.77rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    color: var(--kc-news-accent, #2f4f6f);
    border-color: color-mix(in srgb, var(--kc-news-accent, #2f4f6f) 22%, #d5e0eb);
    background: color-mix(in srgb, var(--kc-news-accent, #2f4f6f) 10%, #ffffff);
}

.kc-news-grid__title {
    margin: 0;
    color: #21354c;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.kc-news-grid__excerpt {
    margin: 0;
    color: #5a6a7c;
    font-size: 0.98rem;
    line-height: 1.65;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}

#kc-voorpagina.legacy-homepage .kc-news-grid--homepage .kc-news-grid__excerpt {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.kc-news-grid__meta {
    margin-top: auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 0.35rem 0.75rem;
    color: #5c6d7e;
    font-size: 0.84rem;
}

.kc-news-grid__cta {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    color: var(--kc-news-accent, #eb5d40);
    font-size: 0.94rem;
    font-weight: 700;
}

.kc-news-grid__cta::before {
    content: "\00bb";
}

.kc-news-date--overlay {
    position: absolute;
    top: 1rem;
    bottom: auto;
    left: 1rem;
    z-index: 2;
    min-width: 70px;
    padding: 0.5rem 0.55rem;
    border: 2px solid color-mix(in srgb, var(--kc-news-accent, #4a77c9) 38%, #ffffff);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.94);
    box-shadow: 0 14px 24px rgba(17, 30, 48, 0.14);
}

.kc-news-infinite {
    margin-top: 1.4rem;
}

.kc-news-infinite__status {
    min-height: 1.5rem;
    margin: 0.65rem 0 0;
    text-align: center;
    color: #465464;
    font-size: 0.9rem;
}

.kc-news-infinite__sentinel {
    width: 100%;
    height: 1px;
}

.kc-news-infinite.is-loading .next {
    opacity: 0.6;
    pointer-events: none;
}

.kc-news-infinite.is-complete .pagination {
    display: none;
}

.kc-news-infinite.has-error .kc-news-infinite__status {
    color: #8f2f2f;
}

.kc-breadcrumbs {
    margin: 0 0 1rem;
}

.kc-breadcrumbs__list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.3rem 0.5rem;
    list-style: none;
    margin: 0;
    padding: 0;
    color: #576575;
    font-size: 0.88rem;
}

.kc-breadcrumbs__list li + li::before {
    content: ">";
    margin-right: 0.5rem;
    color: #89a0b7;
}

.kc-breadcrumbs__list a {
    color: #2d4f74;
    text-decoration: none;
}

.kc-breadcrumbs__list a:hover,
.kc-breadcrumbs__list a:focus-visible {
    text-decoration: underline;
}

.kc-post-image {
    display: block;
    width: 100%;
    border-radius: 18px;
    margin-bottom: 1rem;
}

.kc-post-meta .date {
    color: #4f5d6b;
}

.kc-facebook-widget {
    margin-top: 1.4rem;
}

.kc-facebook-widget__frame-wrap {
    margin-top: 0.85rem;
    border: 1px solid #d9e2ec;
    border-radius: 14px;
    overflow: hidden;
    background: #ffffff;
}

.kc-facebook-widget__frame-wrap iframe {
    display: block;
    width: 100%;
    max-width: 100%;
}

.kc-related {
    margin-top: 1.6rem;
}

.kc-related-card {
    border: 1px solid #dee6ef;
    border-radius: 14px;
    overflow: hidden;
    background: #ffffff;
}

.kc-related-card__link {
    display: block;
    text-decoration: none;
    color: inherit;
    height: 100%;
}

.kc-related-card__link:focus-visible {
    outline: 3px solid #1d7dd8;
    outline-offset: -3px;
}

.kc-related-card__image {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 10;
    object-fit: cover;
}

.kc-related-card__image--placeholder {
    background: linear-gradient(145deg, #ffefcf 0%, #edf7ff 100%);
}

.kc-related-card__body {
    display: flex;
    flex-direction: column;
    gap: 0.45rem;
    padding: 0.9rem;
    min-height: 176px;
}

.kc-related-card__body p {
    margin: 0;
    color: #4f5d6b;
}

.kc-related-card__body time {
    margin-top: auto;
    font-size: 0.85rem;
    color: #5f6d7a;
}

.kc-empty-copy {
    padding: 1rem;
    border: 1px dashed #c7d0da;
    border-radius: 12px;
    color: #566370;
}

.kc-swiper-pagination.swiper-pagination {
    bottom: 0;
}

.kc-swiper-pagination .swiper-pagination-bullet {
    width: 9px;
    height: 9px;
    opacity: 0.45;
}

.kc-swiper-pagination .swiper-pagination-bullet-active {
    opacity: 1;
    background: #1d7dd8;
}

.kc-swiper-nav {
    width: 34px;
    height: 34px;
    border-radius: 999px;
    border: 1px solid #d4dbe4;
    background: #ffffff;
    box-shadow: 0 3px 8px rgba(18, 31, 45, 0.12);
    color: #32485d;
}

.kc-swiper-nav:after {
    font-size: 0.8rem;
    font-weight: 700;
}

.kc-animate-in {
    opacity: 1;
    transform: none;
    transition: opacity 360ms ease, transform 420ms ease;
}

.kc-mobile-footer {
    display: none;
}

.kc-top-color-bar {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    width: 100%;
    height: 5px;
    min-height: 5px;
    overflow: hidden;
    line-height: 0;
    font-size: 0;
    background: #f8af4e;
}

.kc-top-color-bar__item {
    display: block;
    min-height: 5px;
    height: 5px;
}

.kc-top-color-bar__item--1 { background: #f8af4e; }
.kc-top-color-bar__item--2 { background: #ffe454; }
.kc-top-color-bar__item--3 { background: #eb5d40; }
.kc-top-color-bar__item--4 { background: #526db3; }
.kc-top-color-bar__item--5 { background: #ad599e; }
.kc-top-color-bar__item--6 { background: #ea77ad; }

.kc-top-color-bar__item--desktop {
    display: none;
}

.kc-top-info-bar {
    box-sizing: border-box;
    background: #2f3c43;
    border-bottom: 0;
    height: 53px;
    padding: 12px 0 12px;
}

.kc-top-info-bar__inner {
    width: min(1170px, calc(100% - 30px));
    margin: 0 auto;
    padding: 0 15px;
    box-sizing: border-box;
}

.kc-top-info-list {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-end;
    gap: 0.35rem 0.95rem;
    list-style: none;
    margin: 0;
    padding: 0.28rem 0 0.2rem;
    color: rgba(255, 255, 255, 0.82);
    font-size: 0.78rem;
    line-height: 1;
    white-space: nowrap;
}

.kc-top-info-list a {
    color: inherit;
    text-decoration: none;
}

#header {
    background: #ffffff;
    text-align: left;
    border-bottom: 1px solid #e6edf5;
}

#wrapper {
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 0;
    background: #ffffff;
}

@media (min-width: 1024px) {
    body.menu-open #wrapper {
        -webkit-transform: none !important;
        -ms-transform: none !important;
        transform: none !important;
    }

    body.menu-open #kc-mobile-nav,
    body.menu-open .menu-overlay {
        display: none !important;
    }
}

#header,
#footer {
    float: none;
    width: 100%;
    max-width: none;
    margin: 0;
}

#header {
    position: relative;
    left: auto;
    top: auto;
    bottom: auto;
    padding-top: 0;
}

#header.grid-20 {
    width: 100% !important;
}

#footer.grid-80,
#footer.grid-80.alignright {
    width: 100% !important;
    float: none !important;
}

.main {
    width: 100%;
    float: none;
}

.main .content {
    padding-top: 0;
}

#kc-single .content {
    width: 100%;
    max-width: none;
}

#kc-single .left-content {
    float: none;
    width: min(1140px, calc(100% - 2rem));
    margin: 0 auto;
}

#header.grid-20,
#footer.grid-80,
#footer.grid-80.alignright {
    float: none;
    width: 100%;
    max-width: none;
    margin: 0;
}

#kc-single .left-content.grid-70 {
    float: none;
    width: min(1140px, calc(100% - 2rem));
    margin: 0 auto;
}

#sidebar {
    display: none;
}

#header .menu-wrapper {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    gap: 0;
    width: min(1170px, calc(100% - 30px));
    margin: 0 auto;
    min-height: 110px;
    padding: 0 15px;
    box-sizing: border-box;
}

#header .logo {
    display: flex;
    align-items: center;
    min-width: 96px;
    margin: 0;
}

#header .logo img {
    display: block;
    width: auto;
    height: auto;
    max-height: 64px;
    max-width: 100%;
}

#header .logo .title {
    font-size: 1.9rem;
    font-weight: 700;
    color: #273b57;
}

#header .main-nav {
    display: flex;
    align-items: flex-start;
    margin-left: auto;
    height: 110px;
    padding-top: 0;
}

#header nav.main-nav {
    padding-top: 0;
}

#header nav.main-nav li {
    padding-bottom: 0;
}

#header .main-nav .menu {
    display: flex;
    align-items: stretch;
    gap: 0;
    height: 109px;
    margin: 0;
    padding: 0;
    list-style: none;
}

#header .main-nav .menu > li {
    display: flex;
    align-items: flex-start;
    margin: 0;
    padding: 0;
    height: 109px;
    width: 110px;
    min-width: 0;
    box-sizing: border-box;
}

#header .main-nav .kc-nav__item--group > .kc-nav__link {
    padding-right: 0;
    cursor: pointer;
}

#header .main-nav .kc-nav__link {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    height: 109px;
    width: 100%;
    min-width: 0;
    min-height: 109px;
    padding: 23px 0 0;
    border-radius: 0;
    box-sizing: border-box;
    text-decoration: none;
    color: #000000;
    font-size: 15px;
    font-weight: 600;
    line-height: 1;
    text-transform: none;
    transition: color 90ms ease, box-shadow 90ms ease, background-color 90ms ease;
}

#header .main-nav .kc-nav__item--group:hover > .kc-nav__link,
#header .main-nav .kc-nav__item--group:focus-within > .kc-nav__link,
#header .main-nav .kc-nav__item--group.is-hover > .kc-nav__link {
    color: var(--kc-nav-accent, #f0c24b);
}

#header .main-nav .kc-nav__link::before {
    display: none;
    content: none;
}

#header .main-nav .kc-nav__link > i {
    display: block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    margin: 0 auto 12px;
    border-radius: 100%;
    text-align: center;
    color: #ffffff;
    font-size: 16px;
    box-shadow: none;
    transition: none;
}

#header .main-nav .kc-nav__link > span {
    display: block;
    width: 110px;
    padding: 0;
    border-right: 1px solid var(--kc-nav-separator, rgba(240, 194, 75, 0.75));
    text-align: center;
    line-height: 16px;
    font-size: 15px;
    font-weight: 600;
    text-transform: none;
    letter-spacing: 0;
}

#header .main-nav .menu > .current-menu-item > .kc-nav__link,
#header .main-nav .menu > .current > .kc-nav__link,
#header .main-nav .menu > li:hover > .kc-nav__link,
#header .main-nav .menu > li:focus-within > .kc-nav__link {
    color: var(--kc-nav-accent, #f8af4e);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(248, 249, 251, 0.92) 100%);
    box-shadow: inset 0 -4px 0 var(--kc-nav-accent, #f8af4e);
    transform: none;
}

#header .main-nav .menu > li + li {
    position: relative;
}

#header .main-nav .menu > li + li::before {
    display: none;
    content: none;
}

#header .main-nav .menu > li:last-child {
    width: 126px;
}

#header .main-nav .menu > li:last-child > .kc-nav__link > span {
    width: 126px;
    border-right: 0;
}

#header .main-nav .menu > li:hover > .kc-nav__link > i,
#header .main-nav .menu > li:focus-within > .kc-nav__link > i,
#header .main-nav .menu > .current-menu-item > .kc-nav__link > i,
#header .main-nav .menu > .current > .kc-nav__link > i {
    transform: none;
    box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.95);
}

.kc-nav .nav-over { --kc-nav-accent: #f0c24b; --kc-nav-separator: #f0c24b; }
.kc-nav .nav-visie { --kc-nav-accent: #ea7066; --kc-nav-separator: #ea7066; }
.kc-nav .nav-documenten { --kc-nav-accent: #84bed6; --kc-nav-separator: #84bed6; }
.kc-nav .nav-blog-en-nieuws { --kc-nav-accent: #a597e7; --kc-nav-separator: #a597e7; }

#header .social {
    display: none;
}

@media (min-width: 981px) {
    body.home-template #header {
        z-index: 30;
        background: transparent;
        border-bottom: 0;
    }

    body.home-template #header .menu-wrapper {
        position: absolute;
        top: 43px;
        left: 50%;
        z-index: 12;
        width: min(1170px, calc(100% - 30px));
        margin: 0;
        transform: translateX(-50%);
    }

    body.home-template #header .menu-wrapper::before {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        left: 50%;
        width: 100vw;
        background: #ffffff;
        transform: translateX(-50%);
        z-index: -1;
    }

    body.home-template #header .main-nav .menu > li,
    body.home-template #header .main-nav .kc-nav__link {
        max-height: 109px;
    }

    body.home-template #header .main-nav .menu > li {
        overflow: visible;
    }

    body.home-template #header .main-nav .kc-nav__link {
        overflow: hidden;
    }

    body.home-template #header .main-nav .kc-nav__link > span {
        display: block;
        height: 16px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .kc-top-info-bar__inner {
        width: 970px;
    }

    #header .menu-wrapper,
    body.home-template #header .menu-wrapper {
        width: 970px;
    }
}

.kc-info-icon {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 21px;
    height: 21px;
    margin-right: 0.3rem;
    border-radius: 999px;
    color: #ffffff;
    font-size: 11px;
    border: 0;
}

.kc-info-icon--1 { background: #f8af4e; }
.kc-info-icon--2 { background: #526db3; }
.kc-info-icon--6 { background: #ea77ad; }

.kc-footer-links {
    margin-top: 1rem;
}

.kc-footer-about__body::after {
    content: "";
    display: block;
    clear: both;
}

.kc-footer-about__copy > :first-child {
    margin-top: 0;
}

.kc-footer-about__copy p {
    margin-bottom: 0.75rem;
}

.kc-footer-links .title {
    margin-bottom: 0.4rem;
}

.kc-footer-links__list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.35rem 0.75rem;
}

.kc-footer-links__list a {
    text-decoration: none;
}

#footer.legacy-footer-shell {
    position: relative;
}

#footer.legacy-footer-shell .footerInfoArea {
    width: 100%;
    padding: 60px 0;
    background-repeat: repeat;
    background-attachment: fixed;
}

#footer.legacy-footer-shell .footerInfoArea .container {
    margin: 0 auto;
}

#footer.legacy-footer-shell .footerInfoArea .container > .row {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    margin-left: 0;
    margin-right: 0;
}

#footer.legacy-footer-shell .footerInfoArea .container > .row > [class*="col-"] {
    float: none;
    flex: 0 0 25%;
    max-width: 25%;
    width: 25%;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
}

#footer.legacy-footer-shell .kc-footer-color-bar {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    width: 100%;
    height: 3px;
    min-height: 3px;
    overflow: hidden;
    line-height: 0;
    font-size: 0;
}

#footer.legacy-footer-shell .kc-footer-color-bar .kc-top-color-bar__item {
    display: block;
    min-height: 3px;
    height: 3px;
}

@media (min-width: 768px) {
    #footer.legacy-footer-shell .kc-footer-color-bar {
        grid-template-columns: repeat(12, minmax(0, 1fr));
    }
}

#footer.legacy-footer-shell .footerTitle {
    display: block;
    margin-bottom: 30px;
}

#footer.legacy-footer-shell .footerTitle h4 {
    margin: 0;
    color: #ffffff;
    font-size: 20px;
    font-family: "Dosis", sans-serif;
    font-weight: 700;
    text-transform: none;
}

#footer.legacy-footer-shell .kc-footer-about__title {
    margin: 0 0 18px;
    color: #ffffff;
    font-size: 20px;
    font-family: "Dosis", sans-serif;
    font-weight: 700;
    text-transform: none;
}

#footer.legacy-footer-shell .kc-footer-about__copy,
#footer.legacy-footer-shell .kc-footer-about__copy p {
    color: #d8e3f0;
}

#footer.legacy-footer-shell .footerInfo p {
    margin-bottom: 30px;
    color: #d8e3f0;
}

#footer.legacy-footer-shell .footerTitle a {
    width: 150px;
    height: auto;
}

#footer.legacy-footer-shell .footerTitle a img {
    display: block;
    width: 150px;
    height: auto;
}

#footer.legacy-footer-shell .kc-footer-brand {
    margin-bottom: 0;
}

#footer.legacy-footer-shell .kc-footer-col--brand .footerTitle {
    margin-top: 0;
}

#footer.legacy-footer-shell .kc-footer-about__copy p:last-child {
    margin-bottom: 0;
}

#footer.legacy-footer-shell .kc-footer-about__copy a,
#footer.legacy-footer-shell .kc-footer-newsletter__archive a {
    color: #ea7066;
}

#footer.legacy-footer-shell .kc-footer-about .footerTitle {
    margin-bottom: 20px;
}

#footer.legacy-footer-shell .kc-footer-blog-cta,
#footer.legacy-footer-shell .kc-footer-newsletter__cta {
    min-height: 55px;
    border-radius: 4px;
    padding: 0 28px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 700;
    line-height: 24px;
    text-transform: uppercase;
    box-sizing: border-box;
    text-align: center;
    white-space: normal;
    overflow-wrap: anywhere;
}

#footer.legacy-footer-shell .kc-footer-col--blog .footerInfo,
#footer.legacy-footer-shell .kc-footer-col--newsletter .footerInfo {
    padding-top: 3px;
}

#footer.legacy-footer-shell .kc-footer-feed-actions {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    width: auto;
    max-width: 100%;
    margin: 22px 0 0;
}

#footer.legacy-footer-shell .kc-footer-col--blog .kc-footer-blog-cta {
    width: auto;
    max-width: 100%;
    min-width: 0;
    min-height: 42px;
    padding: 0 18px;
    border-radius: 8px;
    line-height: 1.1;
}

#footer.legacy-footer-shell .kc-footer-subscribe-form {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 58px;
    align-items: stretch;
    width: 300px;
    max-width: 100%;
    margin-bottom: 16px;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 0 rgba(255, 255, 255, 0.1);
}

#footer.legacy-footer-shell .kc-footer-subscribe-form--fallback {
    max-width: 100%;
    margin-bottom: 18px;
}

#footer.legacy-footer-shell .kc-footer-newsletter > p {
    max-width: 100%;
}

#footer.legacy-footer-shell .kc-footer-subscribe-form .form-group {
    min-width: 0;
    margin: 0;
}

#footer.legacy-footer-shell .kc-footer-subscribe-form .form-control {
    width: 100%;
    height: 56px;
    border: 0;
    border-radius: 8px 0 0 8px;
    padding: 0 14px;
    color: #666666;
    background-color: #f5f5f5;
}

#footer.legacy-footer-shell .kc-footer-subscribe-form__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 58px;
    min-width: 58px;
    height: 56px;
    padding: 0;
    border: 0;
    border-radius: 0 8px 8px 0;
    background-color: #ea7066;
    color: #ffffff;
    font-size: 0;
}

#footer.legacy-footer-shell .kc-footer-subscribe-form__button:hover,
#footer.legacy-footer-shell .kc-footer-subscribe-form__button:focus-visible {
    background-color: #ea7066;
    color: #ffffff;
}

#footer.legacy-footer-shell .kc-footer-subscribe-form__button::before {
    content: "\f00c";
    font-family: "FontAwesome";
    font-size: 20px;
    line-height: 1;
}

#footer.legacy-footer-shell .main-error {
    color: #ffffff;
    margin-top: 12px;
}

#footer.legacy-footer-shell .footerTitle + .footerInfo {
    margin-top: 0;
}

#footer.legacy-footer-shell .footerList > li > a {
    color: #d8e3f0;
}

#footer.legacy-footer-shell .footerList > li > a i {
    margin: 0 10px 25px 0;
}

#footer.legacy-footer-shell .postLink li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    margin-bottom: 16px;
    padding-bottom: 16px;
}

#footer.legacy-footer-shell .postLink li:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

#footer.legacy-footer-shell .footerInfo .kc-footer-blog-cta {
    margin: 0;
}

#footer.legacy-footer-shell .postLink .media {
    display: flex;
    align-items: center;
    gap: 14px;
}

#footer.legacy-footer-shell .kc-footer-post-link .media {
    color: inherit;
    text-decoration: none;
}

#footer.legacy-footer-shell .postLink .media-left {
    display: block;
    flex: 0 0 86px;
    width: 86px;
    height: 86px;
}

#footer.legacy-footer-shell .postLink .media-object {
    display: block;
    width: 86px;
    height: 86px;
    max-width: none;
    object-fit: cover;
}

#footer.legacy-footer-shell .postLink .kc-footer-post-fallback {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    padding: 8px;
}

#footer.legacy-footer-shell .postLink .kc-footer-post-fallback__logo {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

#footer.legacy-footer-shell .postLink .media-body p {
    color: #d8e3f0;
}

#footer.legacy-footer-shell .kc-footer-post-link .media-body h5 {
    margin: 0 0 8px;
    color: #ffffff;
    font-family: "Dosis", sans-serif;
    font-size: 18px;
    line-height: 1.25;
    font-weight: 700;
    text-transform: none;
}

#footer.legacy-footer-shell .kc-footer-post-link .media-body p {
    margin: 0;
    color: #d8e3f0;
    font-size: 14px;
    line-height: 1.5;
}

#footer.legacy-footer-shell .postLink .media-left .img-rounded {
    box-sizing: border-box;
    width: 86px;
    height: 86px;
    border-width: 3px;
    border-style: solid;
    border-color: #f8af4e;
    border-radius: 8px;
}

#footer.legacy-footer-shell .kc-footer-newsletter__archive {
    margin-top: 12px;
    margin-bottom: 0;
}

#footer.legacy-footer-shell .kc-footer-newsletter__archive a {
    font-size: 16px;
    line-height: 24px;
}

#footer.legacy-footer-shell .copyRight {
    display: block;
    padding: 20px 0;
    background-color: #041319;
    position: relative;
    z-index: 1;
}

#footer.legacy-footer-shell .copyRight .row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-left: 0;
    margin-right: 0;
}

#footer.legacy-footer-shell .copyRight .row > [class*="col-"] {
    float: none;
    width: auto;
    max-width: none;
    padding-left: 15px;
    padding-right: 15px;
}

#footer.legacy-footer-shell .copyRight .row > :first-child {
    order: 2;
}

#footer.legacy-footer-shell .copyRight .row > :last-child {
    order: 1;
    flex: 1 1 auto;
}

#footer.legacy-footer-shell .copyRight .list-inline {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 6px;
    margin: 0;
    text-align: right;
}

#footer.legacy-footer-shell .copyRight .list-inline li {
    padding: 0;
}

#footer.legacy-footer-shell .copyRight .list-inline li a {
    background: #f8af4e;
    display: block;
    width: 28px;
    height: 28px;
    line-height: 28px;
    border-radius: 100%;
    text-align: center;
    color: #ffffff;
    font-size: 14px;
}

#footer.legacy-footer-shell .copyRight .list-inline li a.kc-footer-social-rss {
    background: #526db3;
}

#footer.legacy-footer-shell .copyRightText p {
    margin-bottom: 0;
    color: #d8e3f0;
}

#footer.legacy-footer-shell .copyRightText p a {
    color: #d8e3f0;
}

#footer.legacy-footer-shell .copyRightText p a:hover {
    color: #ea7066;
}

#kc-voorpagina.legacy-homepage .homeContactSection {
    padding-top: 90px;
    padding-bottom: 100px;
}

#kc-voorpagina.legacy-homepage .homeContactSection .row {
    margin-left: -15px;
    margin-right: -15px;
}

#kc-voorpagina.legacy-homepage .homeContactSection .row::before,
#kc-voorpagina.legacy-homepage .homeContactSection .row::after {
    content: "";
    display: table;
}

#kc-voorpagina.legacy-homepage .homeContactSection .row::after {
    clear: both;
}

#kc-voorpagina.legacy-homepage .homeContactSection .row > [class*="col-"] {
    float: left;
    width: 50%;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
}

#kc-voorpagina.legacy-homepage .homeContactSection .homeContactContent {
    background: transparent;
    border: 0;
    padding: 0;
}

#kc-voorpagina.legacy-homepage .homeContactSection .homeContactContent h2 {
    margin: 0 0 20px;
    font-family: "Dosis", sans-serif;
    font-size: 36px;
    line-height: 41px;
    color: #ea7066;
    text-transform: none;
}

#kc-voorpagina.legacy-homepage .homeContactSection .homeContactContent p {
    margin: 0 0 15px;
    color: #222222;
    font-size: 15px;
}

#kc-voorpagina.legacy-homepage .homeContactSection .homeContactContent address > p {
    color: rgba(34, 34, 34, 0.65);
}

#kc-voorpagina.legacy-homepage .homeContactSection .homeContactContent address p + p {
    margin-top: 15px;
}

#kc-voorpagina.legacy-homepage .homeContactSection .homeContactContent address > p > i {
    width: 30px;
    height: 30px;
    line-height: 30px;
    margin-right: 10px;
    border-radius: 100%;
    text-align: center;
    color: #ffffff;
    font-size: 16px;
}

#kc-voorpagina.legacy-homepage .homeContactSection .homeContactContent address > p > a {
    color: rgba(34, 34, 34, 0.65);
}

#kc-voorpagina.legacy-homepage .homeContactSection .homeContactContent .kc-contact-form {
    display: block;
    max-width: 680px;
    margin: 0 auto;
    margin-top: 0;
}

#kc-voorpagina.legacy-homepage .homeContactSection .homeContactContent .form-group {
    position: relative;
    margin-bottom: 1rem;
}

#kc-voorpagina.legacy-homepage .homeContactSection .homeContactContent .form-group i {
    z-index: 1;
    position: absolute;
    top: 15px;
    right: 15px;
    width: auto;
    height: auto;
    line-height: 1;
    text-align: center;
    color: #888888;
    font-size: 0.81rem;
}

#kc-voorpagina.legacy-homepage .homeContactSection .homeContactContent .kc-contact-form__input {
    position: relative;
    width: 100%;
    height: 50px;
    padding: 0.5625rem 50px 0.5625rem 1.25rem;
    border-width: 3px;
    border-radius: 0.625rem;
    color: #222222;
    font-size: 0.875rem;
    line-height: 1.5;
    background-color: transparent;
}

#kc-voorpagina.legacy-homepage .homeContactSection .homeContactContent .kc-contact-form__input::placeholder {
    color: rgba(34, 34, 34, 0.42);
    opacity: 0.7;
}

#kc-voorpagina.legacy-homepage .homeContactSection .homeContactContent .kc-contact-form__input--textarea {
    min-height: 147px;
    height: 147px;
    padding-top: 14px;
    padding-bottom: 14px;
    line-height: 1.5;
    resize: vertical;
}

#kc-voorpagina.legacy-homepage .homeContactSection .homeContactContent .formBtnArea {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.25rem;
    margin-top: 8px;
    text-align: center;
}

#kc-voorpagina.legacy-homepage .kc-contact-form__honeypot {
    position: absolute;
    left: -10000px;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

#kc-voorpagina.legacy-homepage .homeContactSection .homeContactContent form .btn.btn-primary {
    min-width: 220px;
    min-height: 48px;
    padding: 0 34px;
    border-radius: 0.625rem;
    float: none;
    display: inline-block;
}

#kc-voorpagina.legacy-homepage .kc-contact-form__status {
    max-width: 540px;
    margin: 0 auto;
    color: rgba(34, 34, 34, 0.68);
    font-size: 15px;
    line-height: 1.5;
}

#kc-voorpagina.legacy-homepage .kc-contact-form__status[data-kc-contact-state="success"] {
    color: #2d6a35;
}

#kc-voorpagina.legacy-homepage .kc-contact-form__status[data-kc-contact-state="error"] {
    color: #a43b28;
}

@media (max-width: 1023px) {
    .kc-swiper-nav {
        display: none;
    }

    .kc-top-info-bar {
        display: none;
    }

    #header .menu-wrapper {
        min-height: 48px;
        width: calc(100% - 1rem);
        justify-content: center;
        padding: 0.16rem 0 0.22rem;
    }

    #header .logo img {
        height: 46px;
        max-height: 46px;
    }

    #header .main-nav .menu {
        gap: 1rem;
    }

    #header .main-nav .kc-nav__link {
        font-size: 0.92rem;
    }

    #header .menu-mobile {
        position: absolute;
        left: 0.45rem;
        top: 50%;
        transform: translateY(-50%);
        z-index: 4;
    }

    #header .kc-menu-toggle {
        display: inline-flex;
        justify-content: center;
        align-items: center;
        width: 34px;
        height: 34px;
        border-radius: 999px;
        border: 1px solid #d8e1ec;
        background: #f4f7fb;
        color: #334a63;
    }

    .kc-footer-links__list {
        grid-template-columns: 1fr;
    }
}

@media (min-width: 768px) {
    .kc-top-color-bar {
        grid-template-columns: repeat(12, minmax(0, 1fr));
    }

    .kc-top-color-bar__item--desktop {
        display: block;
    }
}

@media (max-width: 980px) {
    #header.kc-header-shell {
        box-sizing: border-box;
        width: 100%;
        max-width: 100vw;
        padding: 0;
        overflow: hidden;
    }

    #header.kc-header-shell .menu-wrapper {
        box-sizing: border-box;
        width: 100%;
        max-width: 100vw;
        margin-left: 0;
        margin-right: 0;
        padding-left: 0;
        padding-right: 0;
    }

    #header.kc-header-shell .kc-top-color-bar {
        box-sizing: border-box;
        width: 100%;
        max-width: 100vw;
        overflow: hidden;
    }

    .main {
        box-sizing: border-box;
        width: 100%;
        max-width: 100vw;
        padding-left: 0;
        padding-right: 0;
        overflow: hidden;
    }

    .main .grid-container {
        box-sizing: border-box;
        max-width: 100%;
    }

    body.menu-open #wrapper {
        -webkit-transform: none !important;
        -ms-transform: none !important;
        transform: none !important;
    }

    body.home-template #header {
        border-bottom: 0;
    }

    body.home-template #header .menu-mobile,
    body.home-template #header .menu-wrapper {
        display: none !important;
    }

    body.home-template #kc-mobile-nav,
    body.home-template .menu-overlay {
        display: none !important;
    }

    #kc-voorpagina.legacy-homepage .legacy-link-strip {
        margin-top: -1rem;
    }

    #kc-voorpagina.legacy-homepage .legacy-hero .kc-hero-swiper {
        padding-bottom: 0;
    }

    #kc-voorpagina.legacy-homepage .legacy-hero .kc-hero-swiper__nav {
        display: none;
    }

    #kc-voorpagina.legacy-homepage .mainContent.featureSection {
        margin-top: 0;
        padding-top: 50px;
        padding-bottom: 50px;
    }

    #kc-voorpagina.legacy-homepage #deKlassen.kc-section-shell {
        margin-top: 0;
        padding-top: 54px;
        padding-bottom: 58px;
    }

    #kc-voorpagina.legacy-homepage #feiten.kc-section-shell,
    #kc-voorpagina.legacy-homepage #latestNews.kc-section-shell {
        padding-top: 54px;
        padding-bottom: 58px;
    }

    #kc-voorpagina.legacy-homepage .homeContactSection {
        padding-top: 58px;
        padding-bottom: 64px;
    }

    #kc-voorpagina.legacy-homepage .mainContent.featureSection .sectionTitle,
    #kc-voorpagina.legacy-homepage .mainContent.featureSection .sectionTitle h2 {
        margin-top: 0;
    }

    #kc-voorpagina.legacy-homepage .sectionTitle h2,
    #kc-voorpagina.legacy-homepage .sectionTitleSmall h2 {
        gap: 0.45rem;
    }

    #kc-voorpagina.legacy-homepage .shape {
        flex: 0 0 18px;
        width: 18px;
        height: 18px;
        background-color: #9ccfe1 !important;
    }

    #kc-voorpagina.legacy-homepage .legacy-team-section .shape {
        background-color: #ee8d85 !important;
    }

    #kc-voorpagina.legacy-homepage .mainContent.featureSection .sectionTitle {
        margin-bottom: 1.8rem;
    }

    #kc-voorpagina.legacy-homepage .mainContent.featureSection .sectionTitle h2 {
        float: none;
        display: block;
        width: 100%;
        margin-bottom: 0;
        padding-top: 1.45rem;
    }

    #kc-voorpagina.legacy-homepage .mainContent.featureSection .sectionTitle h2::before {
        content: "";
        display: block;
        width: 112px;
        height: 18px;
        margin: 0 auto 0.65rem;
        background:
            radial-gradient(circle at 48px 9px, #9fccdf 0 6px, transparent 6.5px),
            radial-gradient(circle at 64px 9px, #9fccdf 0 6px, transparent 6.5px),
            linear-gradient(#9fccdf, #9fccdf) left 0 top 8px / 34px 2px no-repeat,
            linear-gradient(#9fccdf, #9fccdf) right 0 top 8px / 34px 2px no-repeat;
    }

    #kc-voorpagina.legacy-homepage .mainContent.featureSection .sectionTitle h2 > span:nth-child(2) {
        display: block;
        float: none;
        width: 100%;
        max-width: 100%;
        padding: 0 1.15rem 1.5rem;
        clear: both;
        text-align: center;
    }

    #kc-voorpagina.legacy-homepage .sectionTitle h2 > span:nth-child(2),
    #kc-voorpagina.legacy-homepage .sectionTitleSmall h2 > span:nth-child(2),
    #kc-voorpagina.legacy-homepage .mainContent.featureSection .sectionTitle h2 > span:nth-child(2) {
        box-sizing: border-box;
        width: calc(100vw - 32px);
        max-width: calc(100vw - 32px);
        margin-left: auto;
        margin-right: auto;
        padding-left: 0;
        padding-right: 0;
        overflow-wrap: anywhere;
        font-size: clamp(34px, 10vw, 54px);
        line-height: 1.12;
    }

    #kc-voorpagina.legacy-homepage .mainContent.featureSection .sectionTitle .shape {
        display: none;
    }

    #kc-voorpagina.legacy-homepage .mainContent.featureSection .kc-feature-grid {
        clear: both;
    }

    #kc-voorpagina.legacy-homepage .featureSection .featuresContent {
        display: flex;
        align-items: flex-start;
        gap: 0;
        margin-bottom: 1.9rem;
    }

    #kc-voorpagina.legacy-homepage .kc-feature-grid > .col-sm-4 {
        float: none;
        width: 100%;
    }

    #kc-voorpagina.legacy-homepage .legacy-hero .kc-hero-swiper:not(.swiper-initialized) .swiper-slide:not(:first-child) .legacy-caption,
    #kc-voorpagina.legacy-homepage .legacy-hero .kc-hero-swiper.swiper-initialized .swiper-slide:not(.swiper-slide-active):not(.swiper-slide-duplicate-active) .legacy-caption {
        visibility: hidden;
        opacity: 0;
        pointer-events: none;
    }

    #kc-voorpagina.legacy-homepage .kc-hero-slide {
        position: relative;
    }

    #kc-voorpagina.legacy-homepage .kc-hero-slide::after {
        content: "";
        position: absolute;
        inset: 0;
        z-index: 1;
        background: linear-gradient(180deg, rgba(20, 31, 45, 0.08), rgba(20, 31, 45, 0.2));
        pointer-events: none;
    }

    #kc-voorpagina.legacy-homepage .legacy-caption {
        display: block;
        top: 50%;
        bottom: auto;
        left: 50%;
        right: auto;
        z-index: 2;
        width: min(400px, calc(100% - 30px));
        padding: 0.35rem 0.55rem 0.5rem;
        border-radius: 10px;
        background: rgba(31, 45, 61, 0.18);
        transform: translate(-50%, -50%);
        text-align: center;
        text-shadow: 0 2px 4px rgba(0, 0, 0, 0.35);
    }

    #kc-voorpagina.legacy-homepage .legacy-caption--center {
        left: 50%;
        right: auto;
        width: min(400px, calc(100% - 30px));
        transform: translate(-50%, -50%);
        text-align: center;
    }

    #kc-voorpagina.legacy-homepage .legacy-caption--right {
        left: 50%;
        right: auto;
        width: min(400px, calc(100% - 30px));
        transform: translate(-50%, -50%);
        text-align: center;
    }

    #kc-voorpagina.legacy-homepage .legacy-caption .rs-caption-1 {
        width: 86%;
        margin-left: auto;
        margin-right: auto;
        padding: 0;
        font-size: 30px;
        line-height: 32px;
        letter-spacing: 0;
    }

    #kc-voorpagina.legacy-homepage .legacy-caption .rs-caption-2 {
        display: block;
        width: 82%;
        margin-top: 16px;
        margin-left: auto;
        margin-right: auto;
        font-size: 15px;
        line-height: 17px;
        font-weight: 400;
        max-width: none;
    }

    #kc-voorpagina.legacy-homepage .legacy-caption--center .rs-caption-2 {
        margin-left: auto;
        margin-right: auto;
    }

    #kc-voorpagina.legacy-homepage .legacy-caption--center .rs-caption-1,
    #kc-voorpagina.legacy-homepage .legacy-caption--center .rs-caption-2,
    #kc-voorpagina.legacy-homepage .legacy-caption--right .rs-caption-1,
    #kc-voorpagina.legacy-homepage .legacy-caption--right .rs-caption-2 {
        width: 82%;
        margin-left: auto;
        margin-right: auto;
    }

    #kc-voorpagina.legacy-homepage .kc-hero-slide:nth-child(3) .legacy-caption .rs-caption-1 {
        width: 92%;
        max-width: none;
        font-size: 24px;
    }

    #kc-voorpagina.legacy-homepage .kc-hero-slide:nth-child(3) .legacy-caption .rs-caption-2 {
        width: 92%;
    }

    #kc-voorpagina.legacy-homepage .legacy-team-section {
        padding: 50px 0;
    }

    #kc-voorpagina.legacy-homepage .legacy-team-section .swiper-slide {
        overflow: hidden;
    }

    #kc-voorpagina.legacy-homepage .legacy-team-section .kc-swiper-nav {
        min-width: 44px;
        min-height: 44px;
        width: 44px;
        height: 44px;
    }

    #kc-voorpagina.legacy-homepage .kc-news-swiper .swiper-wrapper {
        grid-template-columns: 1fr;
    }

    #kc-voorpagina.legacy-homepage .kc-news-grid--homepage {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .kc-facts-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .kc-class-grid {
        margin-left: 0;
        margin-right: 0;
    }

    .kc-class-grid > [class*="col-"] {
        float: none;
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }

    .kc-contact-grid {
        grid-template-columns: 1fr;
    }

    #kc-voorpagina.legacy-homepage .homeContactSection .row > [class*="col-"] {
        float: none;
        width: 100%;
    }

    .kc-home-shortcuts {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    #kc-voorpagina.legacy-homepage .legacy-hero .kc-hero-slide__image,
    .kc-hero-slide__image {
        aspect-ratio: 215 / 103;
        object-position: center;
    }

    .kc-breadcrumbs {
        margin-bottom: 0.75rem;
    }

    .kc-post-image {
        border-radius: 12px;
    }

    .mobile .kc-nav {
        padding: 0.4rem 0;
    }

    #header .menu-wrapper {
        min-height: 46px;
    }

    #header .logo img {
        height: 42px;
        max-height: 42px;
    }

    #header .logo {
        margin: 0 auto;
        min-width: 0;
    }

    #header .logo .title {
        font-size: 1.45rem;
    }

    .mobile .kc-nav__item {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        border-bottom: 1px solid #e7ecf3;
        padding: 0.2rem 0;
    }

    .mobile .kc-nav__item:last-child {
        border-bottom: 0;
    }

    .mobile .kc-nav__link {
        display: inline-block;
        flex: 1 1 auto;
        padding: 0.65rem 0.25rem;
        width: auto;
        text-align: left;
    }

    .mobile .kc-nav__link > span {
        width: auto;
        border-right: 0;
        padding: 0;
        line-height: 1.2;
    }

    .mobile .kc-submenu-toggle {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        min-width: 44px;
        min-height: 44px;
        width: 44px;
        height: 44px;
        margin-left: auto;
    }

    .mobile .kc-nav-submenu {
        position: static;
        display: none;
        width: 100%;
        min-width: 0;
        box-shadow: none;
        border: 0;
        border-left: 2px solid #d9e3ef;
        border-radius: 0;
        margin: 0.2rem 0 0.5rem 0.5rem;
        padding: 0.15rem 0 0.15rem 0.6rem;
        visibility: visible;
        opacity: 1;
        pointer-events: auto;
        transform: none;
        transition: none;
    }

    .mobile .kc-nav__item--group.is-open > .kc-nav-submenu {
        display: block;
    }

    .mobile .kc-nav-submenu__list a {
        padding: 0.45rem 0.55rem;
    }

    .mobile .kc-nav__item--group:hover > .kc-nav-submenu,
    .mobile .kc-nav__item--group:focus-within > .kc-nav-submenu {
        display: none;
    }

    .mobile .kc-nav__item--group.is-open > .kc-nav-submenu,
    .mobile .kc-nav__item--group.is-open:hover > .kc-nav-submenu,
    .mobile .kc-nav__item--group.is-open:focus-within > .kc-nav-submenu {
        display: block;
    }

    #kc-voorpagina.legacy-homepage .featureSection .media-left {
        flex: 0 0 76px;
        max-width: 76px;
        width: 76px;
        height: 76px;
        margin-right: 16px;
    }

    #kc-voorpagina.legacy-homepage .featureSection .media-left i {
        font-size: 22px;
    }

    #kc-voorpagina.legacy-homepage .featureSection .media-body {
        display: block;
        width: auto;
        min-width: 0;
        overflow: visible;
    }

    #kc-voorpagina.legacy-homepage .featureSection .featuresContent .media-heading {
        font-size: 22px;
        line-height: 28px;
    }

    #kc-voorpagina.legacy-homepage .featureSection .featuresContent p {
        margin-top: 0.25rem;
        font-size: 14px;
        line-height: 23px;
    }

    .kc-mobile-footer {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 0.6rem;
        margin-top: 1rem;
    }

    .kc-mobile-footer a {
        display: inline-flex;
        justify-content: center;
        align-items: center;
        min-height: 42px;
        border: 1px solid #d6dde7;
        border-radius: 10px;
        text-decoration: none;
        color: #1e2d3f;
        background: #ffffff;
        font-weight: 600;
    }

    body.menu-open #header .menu-mobile {
        left: auto;
        right: 0.75rem;
        transform: translateY(-50%);
    }

    body.menu-open #header .kc-menu-toggle {
        position: fixed;
        top: 0.55rem;
        right: 0.75rem;
        z-index: 1002;
    }

    #footer.legacy-footer-shell .footerInfoArea {
        padding-top: 2rem;
        padding-bottom: 2rem;
    }

    #footer.legacy-footer-shell .kc-footer-col {
        margin-bottom: 1.75rem;
    }

    #footer.legacy-footer-shell .kc-footer-col--blog {
        display: flex;
        flex-direction: column;
    }

    #footer.legacy-footer-shell .kc-footer-post-link {
        margin-top: 0.25rem;
    }

    #footer.legacy-footer-shell .kc-footer-feed-actions {
        order: 2;
        margin: 1rem 0 0;
    }

    #footer.legacy-footer-shell .kc-footer-blog-cta {
        min-height: 44px;
        padding: 0.8rem 1rem;
        font-size: 0.95rem;
    }

    #kc-voorpagina.legacy-homepage .homeContactSection .homeContactContent li a {
        display: inline-flex;
        align-items: center;
        min-height: 44px;
    }

    .kc-editor-content--rich .kg-file-card-container {
        grid-template-columns: 76px minmax(0, 1fr);
        gap: 1rem;
        padding: 1rem;
    }

    .kc-file-preview {
        width: 76px;
        min-height: 66px;
    }

    .kg-file-card-title {
        font-size: clamp(1.25rem, 6.5vw, 1.9rem);
        line-height: 1.12;
    }

    .kc-home-hero,
    .kc-section-shell,
    .kc-editor-content,
    .kc-news-card,
    .kc-news-grid__item,
    .kc-card,
    .kc-teacher-card {
        border-radius: 12px;
    }

}

@media (max-width: 767px) {
    #kc-voorpagina.legacy-homepage .legacy-link-strip {
        display: none;
    }

    #kc-voorpagina.legacy-homepage .sectionTitle h2 {
        position: relative;
        padding-top: 30px;
    }

    #kc-voorpagina.legacy-homepage .sectionTitleSmall h2 {
        position: relative;
        padding-top: 30px;
    }

    #kc-voorpagina.legacy-homepage .sectionTitle h2 > span:nth-child(2),
    #kc-voorpagina.legacy-homepage .sectionTitleSmall h2 > span:nth-child(2) {
        display: block;
        order: 2;
        flex: 0 0 100%;
        width: 100%;
        text-align: center;
    }

    #kc-voorpagina.legacy-homepage .shape {
        position: absolute;
        top: 0;
    }

    #kc-voorpagina.legacy-homepage .shape-left {
        left: calc(50% - 4px);
        transform: translateX(-100%);
    }

    #kc-voorpagina.legacy-homepage .shape-right {
        left: calc(50% + 4px);
        transform: none;
    }
}

@media (prefers-reduced-motion: reduce) {
    .kc-animate-in {
        opacity: 1;
        transform: none;
        transition: none;
    }
}

@media (max-width: 900px) {
    #footer.legacy-footer-shell .footerInfoArea .container > .row > [class*="col-"] {
        flex-basis: 50%;
        max-width: 50%;
        width: 50%;
    }
}

@media (max-width: 640px) {
    #kc-voorpagina.legacy-homepage #deKlassen.kc-section-shell {
        margin-top: 0;
    }

    #kc-voorpagina.legacy-homepage .kc-news-grid--homepage {
        grid-template-columns: 1fr;
    }

    #kc-voorpagina.legacy-homepage .kc-class-card__title {
        font-size: 24px;
        line-height: 26.4px;
    }

    #kc-voorpagina.legacy-homepage .coursesSection .sticker.sticker-pill {
        min-width: 112px;
        height: 48px;
        line-height: 48px;
        padding: 0 14px;
        font-size: 22px;
    }

    #footer.legacy-footer-shell .footerInfoArea .container > .row > [class*="col-"] {
        float: none;
        flex-basis: 100%;
        max-width: 100%;
        width: 100%;
    }

    #footer.legacy-footer-shell .copyRight .row {
        display: block;
    }

    #footer.legacy-footer-shell .copyRight .row > :first-child,
    #footer.legacy-footer-shell .copyRight .row > :last-child {
        order: initial;
        flex: none;
    }

    #footer.legacy-footer-shell .copyRight .list-inline,
    #footer.legacy-footer-shell .copyRightText p {
        text-align: center;
    }

    #footer .kc-footer-about__body img.alignleft {
        float: none;
        display: block;
        margin: 0 auto 1rem;
    }
}

#kc-informatie,
#kc-nieuws,
#kc-single,
#kc-leerkrachten {
    background:
        radial-gradient(circle at top right, rgba(240, 194, 75, 0.14), transparent 34%),
        linear-gradient(180deg, #fdfefe 0%, #f5f8fc 48%, #f7f9fc 100%);
}

#kc-informatie .kc-page-banner,
#kc-nieuws .kc-page-banner,
#kc-leerkrachten .kc-page-banner,
#kc-single .kc-post-hero {
    position: relative;
    overflow: hidden;
    padding: 2.35rem 0 3rem;
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.98) 0%, rgba(246, 250, 255, 0.98) 48%, rgba(255, 245, 232, 0.98) 100%);
}

#kc-informatie .kc-page-banner::before,
#kc-nieuws .kc-page-banner::before,
#kc-leerkrachten .kc-page-banner::before,
#kc-single .kc-post-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 12% 18%, rgba(236, 93, 64, 0.12), transparent 24%),
        radial-gradient(circle at 84% 16%, rgba(71, 123, 197, 0.16), transparent 28%),
        radial-gradient(circle at 72% 76%, rgba(251, 188, 84, 0.16), transparent 22%);
    pointer-events: none;
}

#kc-informatie .kc-page-banner__inner,
#kc-nieuws .kc-page-banner__inner,
#kc-leerkrachten .kc-page-banner__inner,
#kc-single .kc-post-hero__inner {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 0.95fr) minmax(300px, 0.85fr);
    gap: clamp(1.6rem, 3vw, 3rem);
    align-items: center;
}

#kc-informatie .kc-page-banner__inner::before,
#kc-informatie .kc-page-banner__inner::after,
#kc-nieuws .kc-page-banner__inner::before,
#kc-nieuws .kc-page-banner__inner::after,
#kc-leerkrachten .kc-page-banner__inner::before,
#kc-leerkrachten .kc-page-banner__inner::after,
#kc-single .kc-post-hero__inner::before,
#kc-single .kc-post-hero__inner::after {
    content: none;
    display: none;
}

@media (min-width: 1181px) {
    #kc-informatie .kc-page-banner:not(.kc-page-banner--plain) .kc-page-banner__media,
    #kc-leerkrachten .kc-page-banner:not(.kc-page-banner--plain) .kc-page-banner__media {
        grid-column: 1;
        grid-row: 1;
    }

    #kc-informatie .kc-page-banner:not(.kc-page-banner--plain) .kc-page-banner__copy,
    #kc-leerkrachten .kc-page-banner:not(.kc-page-banner--plain) .kc-page-banner__copy {
        grid-column: 2;
        grid-row: 1;
    }
}

#kc-informatie .kc-page-banner--plain .kc-page-banner__inner,
#kc-leerkrachten .kc-page-banner--plain .kc-page-banner__inner {
    grid-template-columns: minmax(0, 1fr);
}

#kc-nieuws .kc-page-banner__inner--news {
    grid-template-columns: minmax(0, 0.82fr) minmax(340px, 0.98fr);
    align-items: stretch;
}

#kc-informatie .kc-page-banner__copy,
#kc-nieuws .kc-page-banner__copy,
#kc-leerkrachten .kc-page-banner__copy,
#kc-single .kc-post-hero__copy {
    min-width: 0;
}

#kc-informatie .kc-page-banner__eyebrow,
#kc-nieuws .kc-page-banner__eyebrow,
#kc-leerkrachten .kc-page-banner__eyebrow,
#kc-single .kc-post-hero__tag {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    min-height: 34px;
    padding: 0.25rem 0.8rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.86);
    border: 1px solid rgba(231, 93, 64, 0.18);
    color: #de633a;
    font-family: "Dosis", sans-serif;
    font-size: 0.92rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

#kc-single .kc-post-hero__tag {
    margin-bottom: 0.9rem;
}

#kc-informatie .kc-page-banner__copy .title,
#kc-nieuws .kc-page-banner__copy .title,
#kc-leerkrachten .kc-page-banner__copy .title,
#kc-single .kc-post-hero__copy .title {
    margin: 1rem 0 0;
    color: #1b3047;
    line-height: 0.98;
}

#kc-informatie .kc-page-banner__deck,
#kc-nieuws .kc-page-banner__deck,
#kc-leerkrachten .kc-page-banner__deck,
#kc-single .kc-post-hero__deck {
    margin: 1rem 0 0;
    max-width: 42rem;
    color: #526273;
    font-size: 1.04rem;
    line-height: 1.78;
}

#kc-single .kc-post-hero__meta {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem 0.95rem;
    margin-top: 1.2rem;
    color: #4d5f71;
    font-size: 0.95rem;
    font-weight: 600;
}

#kc-single .kc-post-hero__meta a {
    color: #2a5175;
    text-decoration: none;
}

#kc-single .kc-post-hero__meta a:hover,
#kc-single .kc-post-hero__meta a:focus-visible {
    text-decoration: underline;
}

#kc-informatie .kc-page-banner__media,
#kc-leerkrachten .kc-page-banner__media,
#kc-single .kc-post-hero__media {
    position: relative;
    margin: 0;
    padding: 0.85rem;
    border-radius: 30px;
    background: rgba(255, 255, 255, 0.82);
    border: 1px solid rgba(214, 223, 234, 0.85);
    box-shadow: 0 24px 44px rgba(26, 47, 76, 0.12);
}

#kc-informatie .kc-page-banner__media img,
#kc-leerkrachten .kc-page-banner__media img,
#kc-single .kc-post-hero__media img {
    display: block;
    width: 100%;
    border-radius: 22px;
    aspect-ratio: 16 / 11;
    object-fit: cover;
}

#kc-informatie .kc-info-shell,
#kc-leerkrachten .kc-teachers-shell,
#kc-single .kc-post-layout,
#kc-nieuws .kc-news-index {
    position: relative;
    z-index: 2;
}

#kc-informatie .kc-info-shell,
#kc-leerkrachten .kc-teachers-shell,
#kc-nieuws .kc-news-index {
    margin-top: -1.2rem;
    padding-bottom: 2rem;
}

#kc-informatie .kc-info-article {
    max-width: 940px;
    margin: 0 auto;
}

#kc-informatie .kc-editor-content--rich,
#kc-single .kc-editor-content--rich,
#kc-leerkrachten .kc-editor-content--rich {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 24px;
    padding: clamp(1.4rem, 2.8vw, 2.6rem);
    box-shadow: 0 18px 38px rgba(21, 36, 57, 0.08);
}

#kc-leerkrachten .kc-editor-content--compact {
    max-width: 860px;
    margin: 0 auto 1.2rem;
}

#kc-leerkrachten .kc-section-shell__head--teachers {
    margin-bottom: 0;
}

#kc-informatie .kc-editor-content--rich > * + *,
#kc-single .kc-editor-content--rich > * + *,
#kc-leerkrachten .kc-editor-content--rich > * + * {
    margin-top: 1.15rem;
}

#kc-informatie .kc-editor-content--rich h2,
#kc-informatie .kc-editor-content--rich h3,
#kc-informatie .kc-editor-content--rich h4,
#kc-single .kc-editor-content--rich h2,
#kc-single .kc-editor-content--rich h3,
#kc-single .kc-editor-content--rich h4,
#kc-leerkrachten .kc-editor-content--rich h2,
#kc-leerkrachten .kc-editor-content--rich h3,
#kc-leerkrachten .kc-editor-content--rich h4 {
    margin-bottom: 0.25rem;
    color: #1f3247;
    font-family: "Dosis", sans-serif;
    font-weight: 700;
    line-height: 1.12;
}

#kc-informatie .kc-editor-content--rich h2,
#kc-single .kc-editor-content--rich h2,
#kc-leerkrachten .kc-editor-content--rich h2 {
    font-size: clamp(2rem, 3vw, 2.65rem);
}

#kc-informatie .kc-editor-content--rich h3,
#kc-single .kc-editor-content--rich h3,
#kc-leerkrachten .kc-editor-content--rich h3 {
    font-size: clamp(1.55rem, 2.2vw, 2rem);
}

#kc-informatie .kc-editor-content--rich p,
#kc-informatie .kc-editor-content--rich li,
#kc-single .kc-editor-content--rich p,
#kc-single .kc-editor-content--rich li,
#kc-leerkrachten .kc-editor-content--rich p,
#kc-leerkrachten .kc-editor-content--rich li {
    color: #4e5d6d;
    font-size: 1.02rem;
    line-height: 1.82;
}

#kc-informatie .kc-editor-content--rich ul,
#kc-informatie .kc-editor-content--rich ol,
#kc-single .kc-editor-content--rich ul,
#kc-single .kc-editor-content--rich ol,
#kc-leerkrachten .kc-editor-content--rich ul,
#kc-leerkrachten .kc-editor-content--rich ol {
    padding-left: 1.35rem;
}

#kc-informatie .kc-editor-content--rich blockquote,
#kc-single .kc-editor-content--rich blockquote,
#kc-leerkrachten .kc-editor-content--rich blockquote {
    margin: 1.4rem 0;
    padding: 1.35rem 1.5rem;
    border-left: 6px solid #eb5d40;
    border-radius: 0 18px 18px 0;
    background: linear-gradient(135deg, #fff6ef 0%, #fefdfc 100%);
    color: #324861;
}

#kc-informatie .kc-editor-content--rich a,
#kc-single .kc-editor-content--rich a,
#kc-leerkrachten .kc-editor-content--rich a {
    color: #e25c3d;
    text-decoration-thickness: 2px;
    text-underline-offset: 0.16em;
}

#kc-informatie .kc-editor-content--rich .kg-gallery-card,
#kc-informatie .kc-editor-content--rich .kg-image-card,
#kc-single .kc-editor-content--rich .kg-gallery-card,
#kc-single .kc-editor-content--rich .kg-image-card,
#kc-leerkrachten .kc-editor-content--rich .kg-gallery-card,
#kc-leerkrachten .kc-editor-content--rich .kg-image-card {
    width: 100%;
    max-width: 100%;
    margin: 1.5rem 0;
}

#kc-informatie .kc-editor-content--rich .kg-gallery-card img,
#kc-informatie .kc-editor-content--rich .kg-image-card img,
#kc-single .kc-editor-content--rich .kg-gallery-card img,
#kc-single .kc-editor-content--rich .kg-image-card img,
#kc-leerkrachten .kc-editor-content--rich .kg-gallery-card img,
#kc-leerkrachten .kc-editor-content--rich .kg-image-card img {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
}

#kc-informatie .kc-editor-content--rich .kg-bookmark-card,
#kc-single .kc-editor-content--rich .kg-bookmark-card,
#kc-leerkrachten .kc-editor-content--rich .kg-bookmark-card {
    margin: 1.4rem 0;
}

#kc-informatie .kc-editor-content--rich .kg-bookmark-container,
#kc-single .kc-editor-content--rich .kg-bookmark-container,
#kc-leerkrachten .kc-editor-content--rich .kg-bookmark-container {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(140px, 0.42fr);
    border: 1px solid #dbe4ee;
    border-radius: 22px;
    overflow: hidden;
    background: linear-gradient(180deg, #ffffff 0%, #f9fbfe 100%);
    box-shadow: 0 14px 30px rgba(24, 42, 67, 0.08);
}

#kc-informatie .kc-editor-content--rich .kg-bookmark-content,
#kc-single .kc-editor-content--rich .kg-bookmark-content,
#kc-leerkrachten .kc-editor-content--rich .kg-bookmark-content {
    padding: 1.25rem 1.35rem;
}

#kc-informatie .kc-editor-content--rich .kg-bookmark-thumbnail img,
#kc-single .kc-editor-content--rich .kg-bookmark-thumbnail img,
#kc-leerkrachten .kc-editor-content--rich .kg-bookmark-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#kc-informatie .kc-editor-content--rich .kg-callout-card,
#kc-single .kc-editor-content--rich .kg-callout-card,
#kc-leerkrachten .kc-editor-content--rich .kg-callout-card {
    display: flex;
    gap: 0.9rem;
    align-items: flex-start;
    padding: 1.15rem 1.25rem;
    border-radius: 20px;
    background: linear-gradient(135deg, #fff4ed 0%, #fefefe 100%);
    border: 1px solid #f4d6c5;
}

#kc-informatie .kc-editor-content--rich .kg-callout-emoji,
#kc-single .kc-editor-content--rich .kg-callout-emoji,
#kc-leerkrachten .kc-editor-content--rich .kg-callout-emoji {
    font-size: 1.5rem;
    line-height: 1;
}

#kc-informatie .kc-editor-content--rich .kg-button-card,
#kc-single .kc-editor-content--rich .kg-button-card,
#kc-leerkrachten .kc-editor-content--rich .kg-button-card {
    margin: 1.7rem 0;
    text-align: left;
}

#kc-informatie .kc-editor-content--rich .kg-btn,
#kc-single .kc-editor-content--rich .kg-btn,
#kc-leerkrachten .kc-editor-content--rich .kg-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 54px;
    padding: 0.8rem 1.4rem;
    border-radius: 999px;
    background: linear-gradient(135deg, #eb5d40 0%, #f38d53 100%);
    color: #ffffff;
    font-family: "Dosis", sans-serif;
    font-size: 1rem;
    font-weight: 700;
    text-decoration: none;
    box-shadow: 0 16px 28px rgba(226, 92, 61, 0.24);
}

#kc-informatie .kc-editor-content--rich .kg-toggle-card,
#kc-single .kc-editor-content--rich .kg-toggle-card,
#kc-leerkrachten .kc-editor-content--rich .kg-toggle-card {
    border: 1px solid #dde5ef;
    border-radius: 22px;
    background: #ffffff;
    box-shadow: 0 14px 28px rgba(24, 42, 67, 0.06);
    overflow: hidden;
}

#kc-informatie .kc-editor-content--rich .kg-toggle-heading,
#kc-single .kc-editor-content--rich .kg-toggle-heading,
#kc-leerkrachten .kc-editor-content--rich .kg-toggle-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 1.15rem 1.3rem;
    cursor: pointer;
    background: linear-gradient(180deg, #ffffff 0%, #f7faff 100%);
}

#kc-informatie .kc-editor-content--rich .kg-toggle-heading-text,
#kc-single .kc-editor-content--rich .kg-toggle-heading-text,
#kc-leerkrachten .kc-editor-content--rich .kg-toggle-heading-text {
    color: #21354b;
    font-family: "Dosis", sans-serif;
    font-size: 1.3rem;
    font-weight: 700;
    line-height: 1.2;
}

#kc-informatie .kc-editor-content--rich .kg-toggle-card-icon,
#kc-single .kc-editor-content--rich .kg-toggle-card-icon,
#kc-leerkrachten .kc-editor-content--rich .kg-toggle-card-icon {
    flex: 0 0 32px;
    width: 32px;
    height: 32px;
    border-radius: 999px;
    background: #f4f8fc;
    color: #2f5378;
}

#kc-informatie .kc-editor-content--rich .kg-toggle-content,
#kc-single .kc-editor-content--rich .kg-toggle-content,
#kc-leerkrachten .kc-editor-content--rich .kg-toggle-content {
    padding: 0 1.3rem 1.25rem;
}

#kc-informatie .kc-editor-content--rich .kg-toggle-card[data-kg-toggle-state="close"] .kg-toggle-content,
#kc-single .kc-editor-content--rich .kg-toggle-card[data-kg-toggle-state="close"] .kg-toggle-content,
#kc-leerkrachten .kc-editor-content--rich .kg-toggle-card[data-kg-toggle-state="close"] .kg-toggle-content {
    display: none;
}

#kc-informatie .kc-editor-content--rich .kg-toggle-card[data-kg-toggle-state="open"] .kg-toggle-heading,
#kc-single .kc-editor-content--rich .kg-toggle-card[data-kg-toggle-state="open"] .kg-toggle-heading,
#kc-leerkrachten .kc-editor-content--rich .kg-toggle-card[data-kg-toggle-state="open"] .kg-toggle-heading {
    border-bottom: 1px solid #e5ecf4;
}

#kc-nieuws .kc-news-spotlight {
    position: relative;
}

#kc-nieuws .kc-news-spotlight__link {
    display: grid;
    grid-template-columns: minmax(240px, 0.92fr) minmax(0, 1fr);
    height: 100%;
    min-height: 100%;
    border-radius: 28px;
    overflow: hidden;
    background: #ffffff;
    box-shadow: 0 24px 46px rgba(21, 37, 58, 0.1);
    border: 1px solid #dfe7f1;
    text-decoration: none;
    color: inherit;
}

#kc-nieuws .kc-news-spotlight__media,
#kc-nieuws .kc-news-grid__media {
    position: relative;
}

#kc-nieuws .kc-news-spotlight__image,
#kc-nieuws .kc-news-grid__image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#kc-nieuws .kc-news-spotlight__image {
    min-height: 100%;
}

#kc-nieuws .kc-news-spotlight__image--placeholder,
#kc-nieuws .kc-news-grid__image--placeholder {
    background: linear-gradient(145deg, #ffe6cf 0%, #dcecff 100%);
}

#kc-nieuws .kc-news-spotlight__body {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 0.85rem;
    padding: 1.4rem 1.5rem;
}

#kc-nieuws .kc-news-spotlight__body h2 {
    margin: 0;
    color: #1d3148;
}

#kc-nieuws .kc-news-spotlight__body p {
    margin: 0;
    color: #536475;
    line-height: 1.78;
}

#kc-nieuws .kc-news-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.35rem;
}

#kc-nieuws .kc-news-grid__item {
    border: 1px solid #dee6f0;
    border-radius: 24px;
    overflow: hidden;
    background: #ffffff;
    box-shadow: 0 18px 34px rgba(24, 42, 67, 0.08);
}

#kc-nieuws .kc-news-grid__link {
    display: flex;
    flex-direction: column;
    height: 100%;
}

#kc-nieuws .kc-news-grid__media {
    aspect-ratio: 16 / 10;
    overflow: hidden;
}

#kc-nieuws .kc-news-grid__image {
    aspect-ratio: auto;
    transition: transform 220ms ease;
}

#kc-nieuws .kc-news-grid__link:hover .kc-news-grid__image,
#kc-nieuws .kc-news-grid__link:focus-visible .kc-news-grid__image,
#kc-nieuws .kc-news-spotlight__link:hover .kc-news-spotlight__image,
#kc-nieuws .kc-news-spotlight__link:focus-visible .kc-news-spotlight__image {
    transform: scale(1.04);
}

#kc-nieuws .kc-news-date--overlay {
    position: absolute;
    left: 1rem;
    bottom: 1rem;
    z-index: 2;
    min-width: 70px;
    padding: 0.5rem 0.55rem;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.94);
    box-shadow: 0 14px 24px rgba(17, 30, 48, 0.14);
}

#kc-nieuws .kc-news-grid__body {
    padding: 1.1rem 1.15rem 1.25rem;
    min-height: 250px;
    gap: 0.75rem;
}

#kc-nieuws .kc-news-grid__title {
    font-size: 1.8rem;
    line-height: 1.08;
}

#kc-nieuws .kc-news-grid__excerpt {
    line-height: 1.78;
}

#kc-single .kc-post-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.35fr) minmax(290px, 0.65fr);
    gap: clamp(1.3rem, 3vw, 2.3rem);
    margin-top: -1.35rem;
    padding-bottom: 1rem;
}

#kc-single .kc-post-article {
    min-width: 0;
}

#kc-single .kc-post-body {
    min-width: 0;
}

#kc-single .kc-post-share {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.8rem;
    margin-top: 1rem;
    padding: 1.05rem 1.15rem;
    border: 1px solid #e1e8f1;
    border-radius: 20px;
    background: #ffffff;
    box-shadow: 0 16px 30px rgba(24, 42, 67, 0.06);
}

#kc-single .kc-post-share .title {
    margin: 0 0.35rem 0 0;
}

#kc-single .kc-post-share a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border-radius: 999px;
    background: #f4f8fc;
    color: #2d4f74;
    text-decoration: none;
}

#kc-single .kc-post-sidebar {
    min-width: 0;
}

#kc-single .kc-facebook-widget,
#kc-single #author,
#kc-single .kc-related {
    margin-top: 0;
    padding: 1.2rem;
    border: 1px solid #e1e8f1;
    border-radius: 24px;
    background: #ffffff;
    box-shadow: 0 18px 34px rgba(24, 42, 67, 0.08);
}

#kc-single .kc-facebook-widget__frame-wrap {
    border-radius: 18px;
}

#kc-single .kc-post-extras {
    display: grid;
    gap: 1.4rem;
    padding-bottom: 2.4rem;
}

#kc-single .kc-related-card {
    border-radius: 22px;
    box-shadow: 0 14px 28px rgba(24, 42, 67, 0.06);
}

#kc-leerkrachten .kc-teacher-grid--directory {
    grid-template-columns: repeat(auto-fit, minmax(235px, 1fr));
    gap: 1.5rem;
}

#kc-leerkrachten .kc-teacher-card--directory {
    border: 1px solid #e1e8f1;
    border-radius: 28px;
    background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
    box-shadow: 0 18px 34px rgba(24, 42, 67, 0.08);
    transition: transform 180ms ease, box-shadow 180ms ease;
}

#kc-leerkrachten .kc-teacher-card--directory:hover,
#kc-leerkrachten .kc-teacher-card--directory:focus-within {
    transform: translateY(-4px);
    box-shadow: 0 22px 42px rgba(24, 42, 67, 0.12);
}

#kc-leerkrachten .kc-teacher-card--directory .kc-teacher-card__link {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    height: 100%;
    padding: 1.4rem 1.2rem 1.45rem;
    text-align: center;
}

#kc-leerkrachten .kc-teacher-card__visual {
    width: min(100%, 196px);
    aspect-ratio: 1 / 1;
    display: grid;
    place-items: center;
    margin: 0 auto 1rem;
    padding: 0.35rem;
    border-radius: 999px;
    background:
        radial-gradient(circle at top, rgba(240, 194, 75, 0.42), transparent 56%),
        linear-gradient(180deg, #fff5d9 0%, #f3f8ff 100%);
}

#kc-leerkrachten .kc-teacher-card--directory .kc-teacher-portrait {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
    filter: grayscale(1) contrast(1.02);
    border: 6px solid #ffffff;
    box-shadow: 0 14px 28px rgba(24, 42, 67, 0.14);
    transition: filter 180ms ease, transform 180ms ease;
}

#kc-leerkrachten .kc-teacher-card--directory .kc-teacher-portrait--placeholder {
    display: grid;
    place-items: center;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 6px solid #ffffff;
    background: linear-gradient(145deg, #eaf2fb 0%, #dbe8f9 100%);
    color: #325170;
    font-family: "Dosis", sans-serif;
    font-size: 2.2rem;
    font-weight: 700;
}

#kc-leerkrachten .kc-teacher-card--directory .kc-teacher-card__body {
    display: flex;
    flex-direction: column;
    gap: 0.45rem;
    align-items: center;
    padding: 0;
    min-height: 182px;
}

#kc-leerkrachten .kc-teacher-card__name {
    margin: 0;
    color: #1d3147;
    font-family: "Dosis", sans-serif;
    font-size: 1.65rem;
    font-weight: 700;
    line-height: 1.02;
    letter-spacing: 0.01em;
    text-wrap: balance;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

#kc-leerkrachten .kc-teacher-card--directory .kc-team-role {
    margin: 0;
    color: #516272;
    font-size: 0.98rem;
    line-height: 1.55;
    max-width: 21ch;
    min-height: 4.65em;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

#kc-leerkrachten .kc-teacher-card--directory:hover .kc-teacher-portrait,
#kc-leerkrachten .kc-teacher-card--directory:focus-within .kc-teacher-portrait,
#kc-leerkrachten .kc-teacher-card--directory .kc-teacher-card__link:active .kc-teacher-portrait,
#kc-leerkrachten .kc-teacher-card--directory .kc-teacher-card__link:focus-visible .kc-teacher-portrait {
    filter: none;
}

#kc-leerkrachten .kc-teacher-card__cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 34px;
    margin-top: auto;
    padding: 0.35rem 0.85rem;
    border-radius: 999px;
    background: rgba(239, 93, 64, 0.12);
    color: #d55b3d;
    font-family: "Dosis", sans-serif;
    font-size: 0.95rem;
    font-weight: 700;
}

@media (max-width: 1180px) {
    #kc-informatie .kc-page-banner__inner,
    #kc-nieuws .kc-page-banner__inner--news,
    #kc-leerkrachten .kc-page-banner__inner,
    #kc-single .kc-post-hero__inner,
    #kc-single .kc-post-layout {
        grid-template-columns: minmax(0, 1fr);
    }

    #kc-nieuws .kc-news-spotlight__link {
        grid-template-columns: minmax(0, 1fr);
    }

    #kc-nieuws .kc-news-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    #kc-leerkrachten .kc-teacher-grid--directory {
        grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    }
}

@media (max-width: 820px) {
    #kc-informatie .kc-page-banner,
    #kc-nieuws .kc-page-banner,
    #kc-leerkrachten .kc-page-banner,
    #kc-single .kc-post-hero {
        padding: 1.75rem 0 2.2rem;
    }

    #kc-informatie .kc-page-banner__copy .title,
    #kc-nieuws .kc-page-banner__copy .title,
    #kc-leerkrachten .kc-page-banner__copy .title,
    #kc-single .kc-post-hero__copy .title {
        font-size: clamp(2.6rem, 9vw, 4rem);
    }

    #kc-nieuws .kc-news-grid,
    #kc-leerkrachten .kc-teacher-grid--directory {
        grid-template-columns: 1fr;
    }

    #kc-leerkrachten .kc-teacher-card--directory .kc-teacher-card__body {
        min-height: 0;
    }
}

@media (max-width: 640px) {
    #kc-informatie .kc-editor-content--rich,
    #kc-single .kc-editor-content--rich,
    #kc-leerkrachten .kc-editor-content--rich,
    #kc-single .kc-facebook-widget,
    #kc-single #author,
    #kc-single .kc-related,
    #kc-nieuws .kc-news-grid__item,
    #kc-nieuws .kc-news-spotlight__link,
    #kc-leerkrachten .kc-teacher-card--directory {
        border-radius: 18px;
    }

    #kc-nieuws .kc-news-date--overlay {
        left: 0.85rem;
        bottom: 0.85rem;
    }

    #kc-informatie .kc-page-banner__deck,
    #kc-nieuws .kc-page-banner__deck,
    #kc-leerkrachten .kc-page-banner__deck,
    #kc-single .kc-post-hero__deck {
        font-size: 0.98rem;
    }
}

#kc-nieuws .kc-page-banner,
#kc-single .kc-post-hero {
    padding: 1.45rem 0 1.9rem;
    background: linear-gradient(180deg, #fbfdff 0%, #ffffff 100%);
    border-bottom: 1px solid #e7edf5;
}

#kc-nieuws .kc-page-banner::before,
#kc-single .kc-post-hero::before {
    content: none;
    display: none;
}

#kc-nieuws .kc-page-banner__inner--news,
#kc-single .kc-post-hero__inner {
    grid-template-columns: minmax(0, 1fr);
    max-width: 1260px;
    margin: 0 auto;
}

#kc-nieuws .kc-page-banner__copy,
#kc-single .kc-post-hero__copy {
    max-width: 760px;
}

#kc-nieuws .kc-page-banner__copy .title {
    margin-top: 0.75rem;
    font-size: clamp(3rem, 5vw, 4.35rem);
}

#kc-nieuws .kc-page-banner__deck {
    margin-top: 0.8rem;
    max-width: 48rem;
}

#kc-single .kc-post-hero__labels {
    display: flex;
    flex-wrap: wrap;
    gap: 0.55rem;
    align-items: center;
}

#kc-single .kc-post-hero__category {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    padding: 0.25rem 0.8rem;
    border-radius: 999px;
    background: rgba(74, 119, 201, 0.1);
    border: 1px solid rgba(74, 119, 201, 0.18);
    color: #4a77c9;
    font-family: "Dosis", sans-serif;
    font-size: 0.92rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-decoration: none;
    text-transform: uppercase;
}

#kc-single .kc-post-hero__title {
    margin: 0.85rem 0 0;
    color: #1f3349;
    line-height: 0.98;
}

#kc-single .kc-post-hero__meta {
    display: flex;
    flex-wrap: wrap;
    gap: 0.45rem 0.95rem;
    margin-top: 0.9rem;
    color: #55687a;
    font-size: 0.96rem;
    font-weight: 600;
}

#kc-single .kc-post-hero__meta a {
    color: #2f5378;
    text-decoration: none;
}

#kc-single .kc-post-hero__meta a:hover,
#kc-single .kc-post-hero__meta a:focus-visible {
    text-decoration: underline;
}

#kc-single .kc-post-hero__deck {
    margin-top: 0.95rem;
    max-width: 46rem;
}

#kc-nieuws .kc-news-shell,
#kc-single .kc-post-shell {
    position: relative;
    z-index: 2;
    display: grid;
    gap: clamp(1.35rem, 3vw, 2.35rem);
    margin-top: 0.5rem;
    padding-bottom: 2.2rem;
}

#kc-nieuws .kc-news-shell::before,
#kc-nieuws .kc-news-shell::after,
#kc-single .kc-post-shell::before,
#kc-single .kc-post-shell::after {
    content: none;
    display: none;
}

#kc-nieuws .kc-news-shell {
    grid-template-columns: minmax(0, 1fr) 340px;
}

#kc-single .kc-post-shell {
    grid-template-columns: minmax(0, 1fr) 340px;
}

#kc-nieuws .kc-news-main,
#kc-nieuws .kc-news-sidebar,
#kc-single .kc-post-main,
#kc-single .kc-post-sidebar {
    min-width: 0;
}

#kc-single .kc-post-main,
#kc-nieuws .kc-news-sidebar,
#kc-single .kc-post-sidebar {
    display: grid;
    gap: 1.35rem;
    align-content: start;
}

#kc-nieuws .kc-news-grid__item--archive {
    --kc-news-accent: #4a77c9;
    border-top: 5px solid var(--kc-news-accent);
    border-radius: 20px;
    overflow: hidden;
    background: #ffffff;
    box-shadow: 0 14px 28px rgba(24, 42, 67, 0.08);
}

#kc-nieuws .kc-news-grid__item--archive:nth-child(6n + 2) {
    --kc-news-accent: #63b56f;
}

#kc-nieuws .kc-news-grid__item--archive:nth-child(6n + 3) {
    --kc-news-accent: #e45d40;
}

#kc-nieuws .kc-news-grid__item--archive:nth-child(6n + 4) {
    --kc-news-accent: #8f6ac9;
}

#kc-nieuws .kc-news-grid__item--archive:nth-child(6n + 5) {
    --kc-news-accent: #50a4cf;
}

#kc-nieuws .kc-news-grid__item--archive:nth-child(6n) {
    --kc-news-accent: #f0b642;
}

#kc-nieuws .kc-news-grid__item--archive .kc-news-grid__media {
    position: relative;
    aspect-ratio: 16 / 10;
    overflow: hidden;
    border-bottom: 1px solid #edf2f7;
}

#kc-nieuws .kc-news-grid__item--archive .kc-news-grid__image {
    height: 100%;
    aspect-ratio: auto;
    transition: transform 220ms ease;
}

#kc-nieuws .kc-news-grid__item--archive .kc-news-grid__link:hover .kc-news-grid__image,
#kc-nieuws .kc-news-grid__item--archive .kc-news-grid__link:focus-visible .kc-news-grid__image {
    transform: scale(1.04);
}

#kc-nieuws .kc-news-grid__item--archive .kc-news-date--overlay,
#kc-single .kc-post-card .kc-news-date--overlay {
    top: 1rem;
    bottom: auto;
    left: 1rem;
    border: 2px solid color-mix(in srgb, var(--kc-news-accent, #4a77c9) 38%, #ffffff);
}

#kc-nieuws .kc-news-grid__item--archive .kc-news-grid__body {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    min-height: 0;
    padding: 1.05rem 1.05rem 1.1rem;
}

#kc-nieuws .kc-news-grid__item--archive .kc-news-grid__tag {
    color: var(--kc-news-accent);
    border-color: color-mix(in srgb, var(--kc-news-accent) 22%, #d5e0eb);
    background: color-mix(in srgb, var(--kc-news-accent) 10%, #ffffff);
}

#kc-nieuws .kc-news-grid__item--archive .kc-news-grid__title {
    margin: 0;
    font-size: 1.72rem;
    line-height: 1.03;
    color: #21354c;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

#kc-nieuws .kc-news-grid__item--archive .kc-news-grid__excerpt {
    margin: 0;
    color: #5a6a7c;
    font-size: 0.98rem;
    line-height: 1.65;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}

#kc-nieuws .kc-news-grid__item--archive .kc-news-grid__excerpt:empty {
    display: none;
}

#kc-nieuws .kc-news-grid__item--archive .kc-news-grid__meta {
    margin-top: auto;
    color: #5c6d7e;
    font-size: 0.84rem;
    gap: 0.3rem 0.8rem;
}

#kc-nieuws .kc-news-grid__item--archive .kc-news-grid__cta {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    color: var(--kc-news-accent);
    font-size: 0.94rem;
    font-weight: 700;
}

#kc-nieuws .kc-news-infinite {
    margin-top: 1.5rem;
}

#kc-nieuws .kc-news-infinite .pagination .nav {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.7rem;
    flex-wrap: wrap;
}

#kc-nieuws .kc-news-infinite .pagination .button {
    min-height: 42px;
    padding: 0.65rem 1.15rem;
    border-radius: 999px;
}

#kc-nieuws .kc-news-infinite .page-number {
    color: #536475;
    font-weight: 600;
}

#kc-nieuws .kc-sidebar-widget,
#kc-single .kc-sidebar-widget,
#kc-single .kc-post-card,
#kc-single .kc-post-panel {
    border: 1px solid #e1e8f1;
    border-radius: 24px;
    background: #ffffff;
    box-shadow: 0 18px 34px rgba(24, 42, 67, 0.08);
    overflow: hidden;
}

#kc-nieuws .kc-sidebar-widget__title,
#kc-single .kc-sidebar-widget__title {
    margin: 0;
    padding: 1rem 1.15rem;
    color: #ffffff;
    font-family: "Dosis", sans-serif;
    font-size: 1.55rem;
    font-weight: 700;
    line-height: 1.1;
}

#kc-nieuws .kc-sidebar-widget--recent .kc-sidebar-widget__title,
#kc-single .kc-sidebar-widget--recent .kc-sidebar-widget__title {
    background: #4a77c9;
}

#kc-nieuws .kc-sidebar-widget--categories .kc-sidebar-widget__title,
#kc-single .kc-sidebar-widget--categories .kc-sidebar-widget__title {
    background: #63b56f;
}

#kc-single .kc-sidebar-widget--archive .kc-sidebar-widget__title {
    background: #8f6ac9;
}

#kc-nieuws .kc-sidebar-posts,
#kc-single .kc-sidebar-posts {
    display: grid;
}

#kc-nieuws .kc-sidebar-post,
#kc-single .kc-sidebar-post {
    display: grid;
    grid-template-columns: 88px minmax(0, 1fr);
    gap: 0.9rem;
    align-items: start;
    padding: 1rem 1.2rem;
    border-top: 1px solid #edf2f7;
}

#kc-nieuws .kc-sidebar-post:first-child,
#kc-single .kc-sidebar-post:first-child {
    border-top: 0;
}

#kc-nieuws .kc-sidebar-post__thumb,
#kc-single .kc-sidebar-post__thumb {
    display: block;
    height: 82px;
    border-radius: 16px;
    overflow: hidden;
    background: linear-gradient(145deg, #ffe6cf 0%, #dcecff 100%);
}

#kc-nieuws .kc-sidebar-post__thumb img,
#kc-single .kc-sidebar-post__thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#kc-nieuws .kc-sidebar-post__thumb-placeholder,
#kc-single .kc-sidebar-post__thumb-placeholder {
    display: block;
    width: 100%;
    height: 100%;
}

#kc-nieuws .kc-sidebar-post__title,
#kc-single .kc-sidebar-post__title {
    margin: 0;
    font-family: "Dosis", sans-serif;
    font-size: 1.35rem;
    font-weight: 700;
    line-height: 1.1;
}

#kc-nieuws .kc-sidebar-post__title a,
#kc-single .kc-sidebar-post__title a {
    color: #21354c;
    text-decoration: none;
}

#kc-nieuws .kc-sidebar-post__title a:hover,
#kc-nieuws .kc-sidebar-post__title a:focus-visible,
#kc-single .kc-sidebar-post__title a:hover,
#kc-single .kc-sidebar-post__title a:focus-visible {
    color: #e45d40;
}

#kc-nieuws .kc-sidebar-post__body time,
#kc-single .kc-sidebar-post__body time {
    display: block;
    margin-top: 0.35rem;
    color: #5c6d7e;
    font-size: 0.9rem;
}

#kc-nieuws .kc-sidebar-category-list,
#kc-single .kc-sidebar-category-list {
    display: grid;
    gap: 0.7rem;
    margin: 0;
    padding: 1.2rem;
    list-style: none;
}

#kc-nieuws .kc-sidebar-category-list a,
#kc-single .kc-sidebar-category-list a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 0.8rem 0.95rem;
    border: 1px solid #dfe7f1;
    border-radius: 16px;
    color: #4e6072;
    text-decoration: none;
    font-weight: 600;
    background: #ffffff;
}

#kc-nieuws .kc-sidebar-category-list a:hover,
#kc-nieuws .kc-sidebar-category-list a:focus-visible,
#kc-single .kc-sidebar-category-list a:hover,
#kc-single .kc-sidebar-category-list a:focus-visible {
    border-color: #8fc09a;
    color: #21354c;
    transform: translateY(-1px);
}

#kc-single .kc-sidebar-widget--archive {
    padding: 1.2rem;
}

#kc-single .kc-sidebar-widget--archive p {
    margin: 0;
    color: #536475;
    line-height: 1.75;
}

#kc-single .kc-sidebar-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 50px;
    margin-top: 1rem;
    padding: 0.8rem 1.25rem;
    border-radius: 999px;
    background: linear-gradient(135deg, #8f6ac9 0%, #a787d8 100%);
    color: #ffffff;
    font-family: "Dosis", sans-serif;
    font-size: 1rem;
    font-weight: 700;
    text-decoration: none;
}

#kc-single .kc-post-card__media {
    position: relative;
    overflow: hidden;
    border-bottom: 1px solid #edf2f7;
}

#kc-single .kc-post-image {
    margin: 0;
    border-radius: 0;
    aspect-ratio: 16 / 8.2;
    object-fit: cover;
}

#kc-single .kc-post-card__body {
    padding: 1.35rem 1.5rem 1.5rem;
}

#kc-single .kc-post-body {
    margin-top: 0;
}

#kc-single .kc-post-share {
    margin-top: 1.5rem;
    padding-top: 1rem;
    border-top: 1px solid #edf2f7;
}

#kc-single .kc-post-panel {
    padding: 1.2rem;
}

#kc-single #author .grid-small {
    display: grid;
    grid-template-columns: 132px minmax(0, 1fr);
    gap: 1.2rem;
    align-items: center;
}

#kc-single #author .avatar {
    width: 132px;
}

#kc-single #author .avatar .thumb {
    min-height: 132px;
    border-radius: 20px;
}

#kc-single #author .info {
    min-width: 0;
}

#kc-single #author .info p {
    margin: 0.5rem 0 0;
    color: #536475;
    line-height: 1.7;
}

#kc-single #author .social {
    margin-top: 0.9rem;
}

#kc-single .kc-related {
    grid-column: 1 / -1;
    padding: 1.2rem;
}

#kc-single .kc-related .kc-section-shell__head {
    margin-bottom: 1rem;
}

#kc-single .kc-related .kc-swiper {
    padding-bottom: 2.3rem;
}

@media (max-width: 1180px) {
    #kc-nieuws .kc-news-shell,
    #kc-single .kc-post-shell {
        grid-template-columns: minmax(0, 1fr);
    }
}

@media (max-width: 820px) {
    #kc-nieuws .kc-page-banner,
    #kc-single .kc-post-hero {
        padding: 1.25rem 0 1.55rem;
    }

    #kc-nieuws .kc-news-grid {
        grid-template-columns: 1fr;
    }

    #kc-single #author .grid-small {
        grid-template-columns: 1fr;
    }

    #kc-single #author .avatar {
        width: min(132px, 100%);
    }
}

@media (max-width: 640px) {
    #kc-nieuws .kc-news-grid__item--archive,
    #kc-nieuws .kc-sidebar-widget,
    #kc-single .kc-sidebar-widget,
    #kc-single .kc-post-card,
    #kc-single .kc-post-panel {
        border-radius: 18px;
    }

    #kc-nieuws .kc-news-grid__item--archive .kc-news-date--overlay,
    #kc-single .kc-post-card .kc-news-date--overlay {
        top: 0.85rem;
        left: 0.85rem;
    }

    #kc-nieuws .kc-sidebar-post,
    #kc-single .kc-sidebar-post {
        grid-template-columns: 72px minmax(0, 1fr);
    }

    #kc-single .kc-post-card__body,
    #kc-single .kc-post-panel {
        padding: 1rem;
    }
}

#kc-page,
#kc-teacher-profile,
#kc-galerij,
#kc-contact {
    background:
        radial-gradient(circle at top right, rgba(240, 194, 75, 0.14), transparent 34%),
        linear-gradient(180deg, #fdfefe 0%, #f5f8fc 48%, #f7f9fc 100%);
}

#kc-page .kc-page-banner,
#kc-teacher-profile .kc-page-banner,
#kc-galerij .kc-page-banner,
#kc-contact .kc-page-banner {
    position: relative;
    overflow: hidden;
    padding: 2.35rem 0 3rem;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.98) 0%, rgba(246, 250, 255, 0.98) 48%, rgba(255, 245, 232, 0.98) 100%);
}

#kc-page .kc-page-banner::before,
#kc-teacher-profile .kc-page-banner::before,
#kc-galerij .kc-page-banner::before,
#kc-contact .kc-page-banner::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 12% 18%, rgba(236, 93, 64, 0.12), transparent 24%),
        radial-gradient(circle at 84% 16%, rgba(71, 123, 197, 0.16), transparent 28%),
        radial-gradient(circle at 72% 76%, rgba(251, 188, 84, 0.16), transparent 22%);
    pointer-events: none;
}

#kc-page .kc-page-banner__inner,
#kc-teacher-profile .kc-page-banner__inner,
#kc-galerij .kc-page-banner__inner,
#kc-contact .kc-page-banner__inner {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 0.95fr) minmax(300px, 0.85fr);
    gap: clamp(1.6rem, 3vw, 3rem);
    align-items: center;
}

#kc-page .kc-page-banner__inner::before,
#kc-page .kc-page-banner__inner::after,
#kc-teacher-profile .kc-page-banner__inner::before,
#kc-teacher-profile .kc-page-banner__inner::after,
#kc-galerij .kc-page-banner__inner::before,
#kc-galerij .kc-page-banner__inner::after,
#kc-contact .kc-page-banner__inner::before,
#kc-contact .kc-page-banner__inner::after {
    content: none;
    display: none;
}

#kc-page .kc-page-banner--plain .kc-page-banner__inner,
#kc-teacher-profile .kc-page-banner--plain .kc-page-banner__inner,
#kc-galerij .kc-page-banner--plain .kc-page-banner__inner,
#kc-contact .kc-page-banner--plain .kc-page-banner__inner {
    grid-template-columns: minmax(0, 1fr);
}

#kc-page .kc-page-banner__eyebrow,
#kc-teacher-profile .kc-page-banner__eyebrow,
#kc-galerij .kc-page-banner__eyebrow,
#kc-contact .kc-page-banner__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    min-height: 34px;
    padding: 0.25rem 0.8rem;
    border: 1px solid rgba(231, 93, 64, 0.18);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.86);
    color: #de633a;
    font-family: "Dosis", sans-serif;
    font-size: 0.92rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

#kc-page .kc-page-banner__copy .title,
#kc-teacher-profile .kc-page-banner__copy .title,
#kc-galerij .kc-page-banner__copy .title,
#kc-contact .kc-page-banner__copy .title {
    margin: 1rem 0 0;
    color: #1b3047;
    line-height: 0.98;
}

#kc-page .kc-page-banner__deck,
#kc-teacher-profile .kc-page-banner__deck,
#kc-galerij .kc-page-banner__deck,
#kc-contact .kc-page-banner__deck {
    margin: 1rem 0 0;
    max-width: 42rem;
    color: #526273;
    font-size: 1.04rem;
    line-height: 1.78;
}

#kc-page .kc-page-banner__media,
#kc-teacher-profile .kc-page-banner__media,
#kc-galerij .kc-page-banner__media,
#kc-contact .kc-page-banner__media,
#kc-nieuws .kc-page-banner--archive .kc-page-banner__media {
    position: relative;
    margin: 0;
    padding: 0.85rem;
    border: 1px solid rgba(214, 223, 234, 0.85);
    border-radius: 30px;
    background: rgba(255, 255, 255, 0.82);
    box-shadow: 0 24px 44px rgba(26, 47, 76, 0.12);
}

#kc-page .kc-page-banner__media img,
#kc-teacher-profile .kc-page-banner__media img,
#kc-galerij .kc-page-banner__media img,
#kc-contact .kc-page-banner__media img,
#kc-nieuws .kc-page-banner--archive .kc-page-banner__media img {
    display: block;
    width: 100%;
    border-radius: 22px;
    aspect-ratio: 16 / 11;
    object-fit: cover;
}

#kc-teacher-profile .kc-page-banner__media--portrait,
#kc-nieuws .kc-page-banner--archive .kc-page-banner__media--portrait {
    width: min(100%, 270px);
    justify-self: center;
    border-radius: 999px;
}

#kc-teacher-profile .kc-page-banner__media--portrait img,
#kc-nieuws .kc-page-banner--archive .kc-page-banner__media--portrait img {
    border-radius: 50%;
    aspect-ratio: 1 / 1;
}

#kc-page .kc-info-shell,
#kc-teacher-profile .kc-teacher-profile-shell,
#kc-galerij .kc-info-shell,
#kc-contact .kc-contact-shell {
    position: relative;
    z-index: 2;
    margin-top: -1.2rem;
    padding-bottom: 2rem;
}

#kc-page > .kc-info-shell:first-child,
#kc-teacher-profile > .kc-teacher-profile-shell:first-child {
    margin-top: 0;
    padding-top: 2rem;
}

#kc-page .kc-info-article,
#kc-galerij .kc-info-article,
#kc-contact .kc-info-article,
#kc-teacher-profile .kc-teacher-profile-card {
    max-width: 940px;
    margin: 0 auto;
}

#kc-teacher-profile .kc-teacher-profile-card {
    display: grid;
    gap: 1rem;
}

#kc-teacher-profile .kc-teacher-profile-card__role {
    justify-self: start;
    margin: 0;
    padding: 0.45rem 0.9rem;
    border: 1px solid rgba(74, 119, 201, 0.18);
    border-radius: 999px;
    background: rgba(74, 119, 201, 0.1);
    color: #3e66ad;
    font-family: "Dosis", sans-serif;
    font-weight: 700;
}

#kc-teacher-profile .kc-profile-back {
    justify-self: start;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    padding: 0.72rem 1.1rem;
    border-radius: 999px;
    background: #f4f8fc;
    color: #2f5378;
    font-family: "Dosis", sans-serif;
    font-weight: 700;
    text-decoration: none;
}

#kc-teacher-profile .kc-profile-back:hover,
#kc-teacher-profile .kc-profile-back:focus-visible {
    background: #eaf2fb;
    color: #1f3349;
}

#kc-contact .kc-contact-shell {
    display: grid;
    gap: 1.35rem;
}

#kc-contact .kc-contact-grid--page {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
}

#kc-contact .kc-contact-card {
    display: grid;
    gap: 0.55rem;
    align-content: start;
    margin: 0;
    padding: 1.15rem;
    border-top: 5px solid var(--kc-contact-accent, #4a77c9);
    border-radius: 22px;
    background: #ffffff;
    box-shadow: 0 16px 30px rgba(24, 42, 67, 0.08);
}

#kc-contact .kc-contact-card--email {
    --kc-contact-accent: #4a77c9;
}

#kc-contact .kc-contact-card--phone {
    --kc-contact-accent: #63b56f;
}

#kc-contact .kc-contact-card--hours {
    --kc-contact-accent: #e45d40;
}

#kc-contact .kc-contact-card__icon {
    display: inline-grid;
    place-items: center;
    width: 44px;
    height: 44px;
    border-radius: 999px;
    background: color-mix(in srgb, var(--kc-contact-accent) 14%, #ffffff);
    color: var(--kc-contact-accent);
}

#kc-contact .kc-contact-card .title,
#kc-contact .kc-contact-card p {
    margin: 0;
}

#kc-contact .kc-contact-card p {
    color: #526273;
    line-height: 1.65;
}

#kc-contact .kc-contact-card a {
    color: #2f5378;
    overflow-wrap: anywhere;
}

#kc-nieuws.kc-news-archive .kc-page-banner--archive .kc-page-banner__inner--news {
    grid-template-columns: minmax(0, 0.88fr) minmax(220px, 0.32fr);
    align-items: center;
}

#kc-nieuws.kc-news-archive .kc-page-banner--archive.kc-page-banner--plain .kc-page-banner__inner--news {
    grid-template-columns: minmax(0, 1fr);
}

.kc-editor-content--rich {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 24px;
    padding: clamp(1.4rem, 2.8vw, 2.6rem);
    box-shadow: 0 18px 38px rgba(21, 36, 57, 0.08);
}

.kc-editor-content--rich > * + * {
    margin-top: 1.15rem;
}

.kc-editor-content--rich h2,
.kc-editor-content--rich h3,
.kc-editor-content--rich h4 {
    margin-bottom: 0.25rem;
    color: #1f3247;
    font-family: "Dosis", sans-serif;
    font-weight: 700;
    line-height: 1.12;
}

.kc-editor-content--rich h2 {
    font-size: clamp(2rem, 3vw, 2.65rem);
}

.kc-editor-content--rich h3 {
    font-size: clamp(1.55rem, 2.2vw, 2rem);
}

.kc-editor-content--rich p,
.kc-editor-content--rich li {
    color: #4e5d6d;
    font-size: 1.02rem;
    line-height: 1.82;
}

.kc-editor-content--rich ul,
.kc-editor-content--rich ol {
    padding-left: 1.35rem;
}

.kc-editor-content--rich blockquote {
    margin: 1.4rem 0;
    padding: 1.35rem 1.5rem;
    border-left: 6px solid #eb5d40;
    border-radius: 0 18px 18px 0;
    background: linear-gradient(135deg, #fff6ef 0%, #fefdfc 100%);
    color: #324861;
}

.kc-editor-content--rich a {
    color: #e25c3d;
    text-decoration-thickness: 2px;
    text-underline-offset: 0.16em;
}

.kc-editor-content--rich .kg-gallery-card,
.kc-editor-content--rich .kg-image-card {
    position: relative;
    width: 100%;
    max-width: 100%;
    margin: 1.5rem 0;
}

.kc-editor-content--rich .kg-image-card img,
.kc-editor-content--rich .kg-gallery-image img {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
    border-radius: 18px;
}

.kc-editor-content--rich .kg-card figcaption {
    margin-top: 0.65rem;
    color: #647587;
    font-size: 0.92rem;
    line-height: 1.55;
    text-align: center;
}

.kc-editor-content--rich .kg-file-card {
    margin: 1.4rem 0;
}

.kc-editor-content--rich .kg-file-card-container {
    display: flex;
    gap: 1rem;
    align-items: center;
    box-sizing: border-box;
    max-width: 100%;
    min-height: 94px;
    min-width: 0;
    padding: 0.9rem;
    border: 1px solid #dbe4ee;
    border-radius: 8px;
    background: #ffffff;
    color: #21354b;
    text-decoration: none;
    box-shadow: 0 8px 22px rgba(18, 53, 75, 0.08);
}

.kc-editor-content--rich .kg-file-card-container[data-kc-file-preview-bound] {
    display: grid;
    grid-template-columns: 76px minmax(0, 1fr) auto;
    gap: 1rem;
    align-items: center;
    min-height: 94px;
    border-color: var(--kc-file-accent, #84bed6);
    border-radius: 8px;
    box-shadow: 0 8px 22px rgba(18, 53, 75, 0.08);
}

.kc-editor-content--rich .kg-file-card-contents {
    flex: 1 1 auto;
    min-width: 0;
}

.kc-editor-content--rich .kg-file-card-container[data-kc-file-preview-bound] .kg-file-card-contents {
    align-self: center;
}

.kc-editor-content--rich .kg-file-card-container[data-kc-file-kind="pdf"] {
    --kc-file-accent: #ea7066;
    --kc-file-soft: #fff1ef;
}

.kc-editor-content--rich .kg-file-card-container[data-kc-file-kind="doc"] {
    --kc-file-accent: #4a77c9;
    --kc-file-soft: #eef4ff;
}

.kc-editor-content--rich .kg-file-card-container[data-kc-file-kind="sheet"] {
    --kc-file-accent: #79b74f;
    --kc-file-soft: #f1faeb;
}

.kc-editor-content--rich .kg-file-card-container[data-kc-file-kind="slide"] {
    --kc-file-accent: #f0ad4e;
    --kc-file-soft: #fff6e8;
}

.kc-editor-content--rich .kg-file-card-container[data-kc-file-kind="image"] {
    --kc-file-accent: #84bed6;
    --kc-file-soft: #eef8fc;
}

.kc-editor-content--rich .kg-file-card-container[data-kc-file-kind="archive"] {
    --kc-file-accent: #a597e7;
    --kc-file-soft: #f5f1ff;
}

.kc-editor-content--rich .kg-file-card-container[data-kc-file-kind="file"] {
    --kc-file-accent: #f0c24b;
    --kc-file-soft: #fff9e8;
}

.kc-editor-content--rich .kc-file-preview {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    width: 76px;
    height: 66px;
    min-height: 66px;
    overflow: hidden;
    border: 0;
    border-radius: 8px;
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.86), rgba(255, 255, 255, 0.62)),
        var(--kc-file-soft, #eef8fc);
    color: var(--kc-file-accent, #84bed6);
}

.kc-editor-content--rich .kc-file-preview::before {
    content: "";
    position: absolute;
    inset: 6px;
    border: 2px solid rgba(255, 255, 255, 0.8);
    border-radius: 6px;
    pointer-events: none;
}

.kc-editor-content--rich .kc-file-preview__badge {
    position: relative;
    display: grid;
    place-items: center;
    width: 30px;
    height: 30px;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.9);
    font-size: 1rem;
}

.kc-editor-content--rich .kc-file-preview__extension {
    position: relative;
    margin-top: 0.2rem;
    font-family: "Dosis", sans-serif;
    font-size: 0.9rem;
    font-weight: 800;
    letter-spacing: 0;
}

.kc-editor-content--rich .kc-file-preview__image {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 66px;
    object-fit: cover;
}

.kc-editor-content--rich .kg-file-card-container[data-kc-file-preview-bound] .kg-file-card-icon {
    color: var(--kc-file-accent, #84bed6);
}

.kc-editor-content--rich .kg-file-card-container[data-kc-file-preview-bound]::after {
    content: "Downloaden";
    display: inline-flex;
    justify-content: center;
    align-items: center;
    min-height: 38px;
    padding: 0.5rem 0.85rem;
    border-radius: 8px;
    background: #eef4f8;
    color: #12354b;
    font-family: "Dosis", sans-serif;
    font-size: 0.95rem;
    font-weight: 800;
    line-height: 1;
    text-transform: none;
}

.kc-editor-content--rich .kg-file-card-container:hover,
.kc-editor-content--rich .kg-file-card-container:focus-visible,
.kc-editor-content--rich .kg-bookmark-container:hover,
.kc-editor-content--rich .kg-bookmark-container:focus-visible,
.kc-editor-content--rich .kg-btn:focus-visible,
.kc-editor-content--rich .kg-toggle-heading:focus-visible {
    outline: 3px solid rgba(74, 119, 201, 0.28);
    outline-offset: 3px;
}

.kc-editor-content--rich .kg-file-card-title {
    color: #21354b;
    font-family: "Dosis", sans-serif;
    font-size: 1.25rem;
    font-weight: 700;
    overflow-wrap: anywhere;
}

.kc-editor-content--rich .kg-file-card-caption,
.kc-editor-content--rich .kg-file-card-metadata {
    color: #607285;
    overflow-wrap: anywhere;
}

.kc-lightbox-target {
    position: relative;
}

.kc-lightbox-trigger {
    position: absolute;
    z-index: 4;
    border: 0;
    cursor: zoom-in;
    font-size: 0;
}

.kc-lightbox-trigger--cover {
    inset: 0;
    width: 100%;
    min-height: 100%;
    border-radius: inherit;
    background: transparent;
}

.kc-lightbox-trigger--corner {
    top: 0.65rem;
    right: 0.65rem;
    width: 44px;
    height: 44px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 10px 22px rgba(20, 35, 55, 0.16);
}

.kc-lightbox-trigger::after {
    content: "+";
    position: absolute;
    top: 0.65rem;
    right: 0.65rem;
    display: grid;
    place-items: center;
    width: 44px;
    height: 44px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.92);
    color: #24435f;
    font-family: "Dosis", sans-serif;
    font-size: 1.35rem;
    font-weight: 700;
    box-shadow: 0 10px 22px rgba(20, 35, 55, 0.16);
    transition: transform 180ms ease, background 180ms ease;
}

.kc-lightbox-trigger--corner::after {
    inset: 0;
    width: 100%;
    height: 100%;
    box-shadow: none;
}

.kc-lightbox-trigger:hover::after,
.kc-lightbox-trigger:focus-visible::after {
    background: #ffffff;
    transform: scale(1.05);
}

.kc-lightbox-trigger:focus-visible {
    outline: 3px solid rgba(74, 119, 201, 0.34);
    outline-offset: 3px;
}

body.kc-lightbox-open {
    overflow: hidden;
}

.kc-lightbox[hidden] {
    display: none !important;
}

.kc-lightbox {
    position: fixed;
    inset: 0;
    z-index: 9999;
    display: grid;
    place-items: center;
    padding: clamp(1rem, 3vw, 2rem);
}

.kc-lightbox__backdrop {
    position: absolute;
    inset: 0;
    border: 0;
    background: rgba(12, 22, 36, 0.82);
}

.kc-lightbox__panel {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: 58px minmax(0, 1fr) 58px;
    gap: 0.7rem;
    align-items: center;
    width: min(1120px, calc(100vw - 2rem));
    max-height: calc(100vh - 2rem);
}

.kc-lightbox__figure {
    grid-column: 2;
    display: grid;
    gap: 0.75rem;
    justify-items: center;
    margin: 0;
    min-width: 0;
}

.kc-lightbox__image {
    display: block;
    max-width: 100%;
    max-height: min(78vh, 780px);
    border-radius: 20px;
    object-fit: contain;
    background: #ffffff;
    box-shadow: 0 24px 56px rgba(0, 0, 0, 0.34);
}

.kc-lightbox__caption,
.kc-lightbox__counter {
    margin: 0;
    color: #ffffff;
    text-align: center;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.36);
}

.kc-lightbox__caption {
    max-width: 64rem;
    font-size: 1rem;
    line-height: 1.6;
}

.kc-lightbox__counter {
    grid-column: 2;
    font-size: 0.94rem;
    font-weight: 700;
}

.kc-lightbox__close,
.kc-lightbox__nav {
    display: inline-grid;
    place-items: center;
    border: 0;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.94);
    color: #1f3349;
    box-shadow: 0 14px 30px rgba(0, 0, 0, 0.24);
}

.kc-lightbox__close {
    position: absolute;
    top: -0.4rem;
    right: 0;
    min-height: 44px;
    padding: 0 1rem;
    font-family: "Dosis", sans-serif;
    font-weight: 700;
}

.kc-lightbox__nav {
    width: 52px;
    height: 52px;
    font-size: 0;
}

.kc-lightbox__nav::before {
    font-family: "Dosis", sans-serif;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1;
}

.kc-lightbox__nav--prev {
    grid-column: 1;
}

.kc-lightbox__nav--prev::before {
    content: "<";
}

.kc-lightbox__nav--next {
    grid-column: 3;
}

.kc-lightbox__nav--next::before {
    content: ">";
}

.kc-lightbox__close:focus-visible,
.kc-lightbox__nav:focus-visible,
.kc-lightbox__backdrop:focus-visible {
    outline: 3px solid rgba(240, 194, 75, 0.78);
    outline-offset: 3px;
}

@media (max-width: 1180px) {
    #kc-page .kc-page-banner__inner,
    #kc-teacher-profile .kc-page-banner__inner,
    #kc-galerij .kc-page-banner__inner,
    #kc-contact .kc-page-banner__inner,
    #kc-nieuws.kc-news-archive .kc-page-banner--archive .kc-page-banner__inner--news {
        grid-template-columns: minmax(0, 1fr);
    }

    #kc-contact .kc-contact-grid--page {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 820px) {
    #kc-page .kc-page-banner,
    #kc-teacher-profile .kc-page-banner,
    #kc-galerij .kc-page-banner,
    #kc-contact .kc-page-banner {
        padding: 1.75rem 0 2.2rem;
    }

    #kc-page .kc-page-banner__copy .title,
    #kc-teacher-profile .kc-page-banner__copy .title,
    #kc-galerij .kc-page-banner__copy .title,
    #kc-contact .kc-page-banner__copy .title {
        font-size: clamp(2.6rem, 9vw, 4rem);
    }

    #kc-contact .kc-contact-grid--page {
        grid-template-columns: 1fr;
    }

    .kc-lightbox__panel {
        grid-template-columns: 1fr;
        gap: 0.75rem;
    }

    .kc-lightbox__figure,
    .kc-lightbox__counter,
    .kc-lightbox__nav {
        grid-column: 1;
    }

    .kc-lightbox__nav {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
    }

    .kc-lightbox__nav--prev {
        left: 0.6rem;
    }

    .kc-lightbox__nav--next {
        right: 0.6rem;
    }

    .kc-lightbox__close {
        top: 0.6rem;
        right: 0.6rem;
    }
}

@media (max-width: 640px) {
    #kc-page .kc-editor-content--rich,
    #kc-teacher-profile .kc-editor-content--rich,
    #kc-galerij .kc-editor-content--rich,
    #kc-contact .kc-editor-content--rich,
    #kc-contact .kc-contact-card {
        border-radius: 18px;
    }

    .kc-editor-content--rich .kg-bookmark-container {
        grid-template-columns: minmax(0, 1fr);
    }

    .kc-editor-content--rich .kg-file-card-container {
        align-items: flex-start;
    }

    .kc-editor-content--rich .kg-file-card-container[data-kc-file-preview-bound] {
        grid-template-columns: 78px minmax(0, 1fr);
        gap: 0.85rem;
        padding: 0.85rem;
    }

    .kc-editor-content--rich .kg-file-card-container[data-kc-file-preview-bound] .kg-file-card-icon {
        display: none;
    }

    .kc-editor-content--rich .kc-file-preview,
    .kc-editor-content--rich .kc-file-preview__image {
        min-height: 84px;
    }

    .kc-editor-content--rich .kg-file-card-container[data-kc-file-preview-bound]::after {
        grid-column: 2;
        justify-self: start;
        min-height: 34px;
        padding: 0.45rem 0.7rem;
        font-size: 0.9rem;
    }

    .kc-lightbox {
        padding: 0.75rem;
    }

    .kc-lightbox__panel {
        width: calc(100vw - 1.5rem);
        max-height: calc(100vh - 1.5rem);
    }

    .kc-lightbox__image {
        max-height: 72vh;
        border-radius: 16px;
    }

    .kc-lightbox-trigger::after,
    .kc-lightbox-trigger--corner {
        width: 40px;
        height: 40px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .kc-lightbox-trigger::after,
    .kc-lightbox__image {
        transition: none;
    }
}
