:root{
    --groen:rgba(79, 193, 0, 1);
    --lichtblauw:rgba(0, 166, 239, 0.25);
    --lichtblauw-vol:rgba(0, 190, 232, 1);
    --donkerblauw:rgba(0, 92, 116, 1);
    --zwart: rgba(3, 10, 10, 1);
    --geel:rgba(255, 196, 0, 1);
    --grijs:rgba(245, 245, 244, 1);
    --roze:rgba(255, 135, 255, 1);
    --donkerroze: rgba(93, 0, 93, 1);
    --wit:#fff;
}

h1:not(.block-editor-page  h1){
    letter-spacing: -5.28px !important;
    font-weight: 400 !important;
    line-height: 84% !important;
    font-size:88px !important;
}


div.editor-visual-editor__post-title-wrapper{
    background-color: #fff !important;
    z-index: 99999;

    h1.editor-post-title__input{
        font-size:24px !important;
        letter-spacing:0 !important;
    }
}


h2:not(#editor h2){
    letter-spacing: -1.92px !important;
    line-height: 85% !important;
    font-size:48px !important;
    font-weight:400;
}
h3{
    font-size:32px;
    letter-spacing:-4%;
    line-height:85%;
}


h4{
    font-size:28px;
    letter-spacing:-4%;
    line-height:85%;
    margin-top:10px;
}
h5{
    font-size:24px;
    letter-spacing:-4%;
    line-height:85%;
    margin-top:10px;
}

@media (max-width:1024px) {
    h1:not(.block-editor-page h1){
        letter-spacing: -2.4px !important;
        font-weight: 400 !important;
        font-size:40px !important;       
    }

    h2:not(#editor h2){
        letter-spacing: -1.28px !important;
        font-size:32px !important;
    }
}


h1,h2,h3,h4,h5{
    strong{
        font-weight:400 !important
    }
}

.site-header-row-layout-contained .site-header-row-container-inner{
    border-radius:8px;
}
.wp-block-kadence-advancedbtn .kb-svg-icon-wrap svg
{
    fill:none;

    path{
        stroke:currentColor
    }
}

.bighero .zoekboxheader div.wp-block-search__inside-wrapper{
    border-radius: var(--none, 0);
    background: rgba(255, 255, 255, 0.25);
    backdrop-filter: blur(20px);
    will-change: backdrop-filter; 
    display: flex;
    width: 462px;
    height: 64px;
    padding: 8px ;
    justify-content: space-between;
    align-items: center;

    input[type=search]{
        color: #fff;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 120%;
        background-color: transparent;
        border:none;
        width: 706px;
    }
    input::placeholder {
        color: #fff;
        opacity: 0.5;
        font-size:16px;
    }

}


.bighero {
    h1 div.js-split-mask{
        letter-spacing: -14.4px !important;
        font-size:240px !important;
        line-height: 85% !important;
        font-weight: 400 !important;
    }
     h1 span{
        letter-spacing: -2.24px !important;
        line-height: 85% !important;
        font-weight: 400 !important;
        font-size:56px !important;
     }
    h1:has(span.js-typed-suffix){
        height:24px;
        line-height:24px !important;
        text-align:center;
        color:#FDC300;
        font-size:56px;
        min-height:56px;
        min-width:1px;
        margin-top:0 !important;

    }
}

@media(max-width:1024px){
    .bighero{
        h1.wp-block-heading  div.js-split-mask{
            letter-spacing: -4.922px !important;
            font-size: 82.038px  !important;
        }
        h1 span{
            letter-spacing: -0.96px !important;
            line-height: 85% !important;
            font-size: 24px !important;
        }
        div h1{
            line-height:20px;
            min-height:inherit
        }

    }

    .bighero .zoekboxheader div.wp-block-search__inside-wrapper{

        border-radius: 24px;

        input[type=search]{
            
            display: flex;
            justify-content: space-between;
            align-items: center;
            align-self: stretch;
            width:100%;
        }

    }
    .bighero .wp-block-search .wp-block-search__button{
        border-radius:16px !important;
        background-color:rgba(0, 190, 232, 1);
    }
}

@media(max-width:500px){
    .bighero{
        h1.wp-block-heading  div.js-split-mask{
            font-size:65px !important;
        }
    }
}

@media(max-width:320px){
    .bighero{
        h1.wp-block-heading  div.js-split-mask{
            font-size:55px !important;
        }
    }
}

.js-search-overlay{
    color:#fff;
        left: calc(50% - 325px);
}

.carmel-news-slider__badge-dot{
    background-color:#4FC100
}
.carmel-news-slider__badge--school .carmel-news-slider__badge-dot{
    background-color:#FFC400;
}
.carmel-news-slider__image img{
    border-radius:16px;
}


.carmel-onderwijs-tabel__school{
    color:#030A0A;

    &:hover{
        color:#005C74;
    }
}

.site-top-footer-wrap .site-footer-row-container-inner{
    border-radius:24px 24px 0 0;
}
.site-middle-footer-wrap .site-footer-row-container-inner{
    border-radius: 0 0 24px 24px;
}


footer.site-footer{
    padding:16px;

    .wp-block-kadence-rowlayout{
        margin-bottom:34px;
    }

    .linklist{
        a{
            color: #030A0A;

            &:after{
                content:'';
                background-image:url('../images/Arrow-black.svg');
                background-color:#00BEE8;
                border: #00BEE8;
            }
        }
    }
        .js-toggle::after{
        background-image: url('../images/solar_alt-arrow-down-bold.svg');
        transform:rotate(90deg);
        width: 12px;
        height: 12px;
    }

    .js-toggle[aria-expanded="true"]::after{
        transform:rotate(270deg);
    }

}

a.brand.has-logo-image{
    margin-top:-25px;
}

.js-typed-suffix{
    height:48px;
    width: 100% !important;

    .js-typed-suffix-inner{
        right:0;
    }
}

@media(max-width:1024px){
    .js-typed-suffix{
        height:18px;
    }
}

.carmel-faq-accordion__toggle-icon{
    background-color:rgba(255, 135, 255, 1);
}

.cta-pattern, .cta-pattern-wide{
    background-image:url(../images/ccg_lines_black.svg);
    background-repeat:no-repeat;
    background-size:cover;
    border-radius:24px !important;
}

.steps-pattern-step h6, .steps-pattern-step h5{
    font-family:Roboto;
    font-size:24px;
    line-height:1;
}


.steps-pattern-step {
    .wp-block-kadence-column .kt-inside-inner-col{
        &:after{
            content:'';
            background-color: #fff;
            background-image:url('../images/Arrow-black.svg');
        }
    }
}



/* CTA's */
:root div.cta-pattern,
:root div.cta-wide   .cta-pattern-wide{
    background-color: var(--roze);

    & p,
    & h1,
    & h2,
    & h3,
    & h4,
    & h5,
    & h6 {
        color: var(--donkerroze);
    }
}


:root div.cta-pattern.secundair, 
:root div.cta-wide.secundair  .cta-pattern-wide{
    background-color:var(--donkerblauw);

    & p,
    & h1,
    & h2,
    & h3,
    & h4,
    & h5,
    & h6 {
        color: var(--wit);
    }
}

:root div.cta-pattern .kb-buttons-wrap.wp-block-kadence-advancedbtn .kb-button.kt-button,
:root div.cta-pattern-wide .kb-buttons-wrap.wp-block-kadence-advancedbtn .kb-button.kt-button{
    background-color:var(--grijs);
    color:var(--zwart);
    border-color: var(--grijs);
}



:root div.cta-pattern.secundair .kb-buttons-wrap.wp-block-kadence-advancedbtn .kb-button.kt-button,
:root div.cta-pattern-wide.secundair .kb-buttons-wrap.wp-block-kadence-advancedbtn .kb-button.kt-button{
    background-color: var(--lichtblauw-vol);
    border-color: var(--lichtblauw-vol);
    color:var(--zwart);
}

:root div.cta-wide-text-only .kb-buttons-wrap.wp-block-kadence-advancedbtn .kb-button.kt-button{
    background-color:var(--donkerblauw);
    color:var(--grijs);
}

:root div.cta-pattern .kb-buttons-wrap.wp-block-kadence-advancedbtn .kb-button.kt-button.button-style-secondary,
:root div.cta-pattern-wide .kb-buttons-wrap.wp-block-kadence-advancedbtn .kb-button.kt-button.button-style-secondary,
:root div.cta-wide-text-only .kb-buttons-wrap.wp-block-kadence-advancedbtn .kb-button.kt-button.button-style-secondary,
:root div.cta-text-only .kb-buttons-wrap.wp-block-kadence-advancedbtn .kb-button.kt-button.button-style-secondary
{
    background-color:rgba(3, 10, 10, 0.01);
    border-color:rgba(3, 10, 10, 0.25);
    color:rgba(3, 10, 10, 1);
    backdrop-filter: blur(10px);
}

:root div.cta-pattern.secundair .kb-buttons-wrap.wp-block-kadence-advancedbtn .kb-button.kt-button.button-style-secondary,
:root div.cta-pattern-wide.secundair .kb-buttons-wrap.wp-block-kadence-advancedbtn .kb-button.kt-button.button-style-secondary,
:root div.cta-wide-text-only.secundair .kb-buttons-wrap.wp-block-kadence-advancedbtn .kb-button.kt-button.button-style-secondary,
:root div.cta-text-only.secundair .kb-buttons-wrap.wp-block-kadence-advancedbtn .kb-button.kt-button.button-style-secondary{
    background-color: transparent;
    border-color: rgba(255, 255, 255, 0.25);
    color:rgba(255, 255, 255, 1);
    backdrop-filter: blur(20px);
}

    
:root div.cta-wide.text-only .cta-pattern-wide,
:root div.cta-text-only.cta-pattern {
    background-color:var(--geel);

    & p,
    & h1,
    & h2,
    & h3,
    & h4,
    & h5,
    & h6 {
        color: var(--zwart);
    }
}

@media(max-width:1024px){
    .hero-text-centered h1.js-subhero-title, .kt-row-has-bg.ptrn-video h1{
        font-size:40px !important;
        letter-spacing: -2.4px !important;
    }
    .hero-text-centered p{
        font-size:24px !important;
        letter-spacing: -0.24px !important;
    }
    h2:not(#editor h2){
        font-size: 32px !important;
        letter-spacing: -1.28px !important;
    }
    .hero-text-centered .alignfull > div, .hero-text-reveal .alignfull > div{
        padding-bottom:64px !important;
    }
}

/* team */
.single-content .carmel-team-slider__name{
    font-weight:400;
    line-height:85%;
    letter-spacing: -1.28px;
}

/* kalender */
.simcal-calendar{
    .simcal-today > div{
        border: 2px solid var(--lichtblauw-vol) !important;

        span.simcal-day-number{
            background-color:var(--lichtblauw-vol) !important;
            color:#fff !important;
            padding:2px 5px;
        }
    }
}

/* ptrn-heading-text */
.ptrn-heading-text{
    p{
        letter-spacing: -0.24px;
        line-height: 130%;
        font-size:24px;
        font-weight:400;
    }
}

.cta-pattern, .cta-pattern-wide{
    h3{
        letter-spacing: -2.24px;
        font-weight: 400;
        line-height: 85%;
        font-size:56px;
    }
    h2{
        letter-spacing: -2.24px;
        font-weight: 400;
        line-height: 85%;
        font-size:56px;
    }
}

@media(max-width:1024px){
    .cta-pattern, .cta-pattern-wide{
        padding-left:16px;
        padding-right:16px;
        h3{
            letter-spacing: -1.6px;
            font-size:40px !important;
        }
        h2{
            font-size:40px !important;
            letter-spacing: -1.6px;
        }
    }
    .ptrn-heading-text{
        p{
            font-size:18px !important;
            letter-spacing: -0.18px;
        }
    }
}

.hero-text-centered, .hero-text-reveal{

    h1,h2,h3,h4,h5{
        margin-top:0 !important;
        margin-bottom:24px !important;
        font-weight:400 !important;

        strong{
            font-weight:400 !important;
        }
    }

    p{
        letter-spacing: -0.24px;
        line-height:130%;
        font-weight: 400;
        font-size:24px;
    }

    .wp-block-kadence-advancedbtn{
        .kb-button.kt-button.button:first-child{
            background-color:rgba(0, 190, 232, 1);
            color:rgba(3, 10, 10, 1);
            svg path{
                stroke:rgba(3, 10, 10, 1);
            }
        }
        .kb-button.kt-button.button:nth-child(2){
            background-color:rgba(245, 245, 244, 1);
            color:rgba(3, 10, 10, 1);
            border-color:rgba(3, 10, 10, 0.25);
            svg path{
                stroke:rgba(3, 10, 10, 1);
            }
        }
        }
    }
}

@media(max-width:1024px){
    .hero-text-centered{
        p{
            letter-spacing: -0.18px;
            font-size:18px;
        }
    }
}

.carmel-label{
    margin-bottom:24px;

    
    .carmel-label__text{
        text-transform: uppercase;
        font-weight: 800;
        font-size:16px;
        line-height:18px;
    }
}


/* text-image blokken */
.double-textblock-row1,
.double-textblock-row2,
.image-text-pattern,
.text-image-pattern{
    h1,h2,h3,h4,h5,h6{
        font-size: 48px;
        line-height: 85%;
        letter-spacing: -1.92px;
        font-weight: 400;
        color: rgba(3, 10, 10, 1);
        margin-bottom:24px !important;
        margin-top:0 !important;

        strong{
            font-weight: 400 !important;
        }
    }
    p{
        font-size: 20px;
        line-height: 120%;
        letter-spacing:  0;
        font-weight: 400;
        color: rgba(3, 10, 10, 1);
    }

    .kt-btn-icon-side-right{
        color:#030a0a !important;
    }

}

@media(max-width:1024px){
    .double-textblock-row1,
    .double-textblock-row2,
    .image-text-pattern,
    .text-image-pattern{
        h1,h2,h3,h4,h5,h6{
            font-size: 32px;
            letter-spacing: -1.28px;
        }
        p{
            font-size: 16px;
            line-height:140%;
        }
    }
}


.ptrn-introtext{
    h1,h2,h3,h4,h5,h6{
        font-size: 48px;
        line-height: 85%;
        letter-spacing: -1.92px;
        font-weight: 400;
        color: rgba(3, 10, 10, 1);
        margin-bottom:40px !important;
        strong{
            font-weight: 400 !important;
        }
    }

    p{
        letter-spacing: -0.24px;
        font-size:24px;
        line-height: 130%
    }
}

@media(max-width:1024px){
    .ptrn-introtext{
        h1,h2,h3,h4,h5,h6{
            font-size: 48px;
            line-height: 85%;
            letter-spacing: -1.28px;
            margin-bottom:24px !important;
            strong{
                font-weight: 400 !important;
            }
        }

        p{
            letter-spacing: 0;
            font-size:20px;
            line-height: 120%
        }
    }
}

.hero-text-reveal{
    > div{
        > div{
             > .kt-inside-inner-col{
                background-color:rgba(0, 92, 116, 1);
             }
        }
    }
}

/* veelgestelde vragen */
.carmel-faq-accordion__category-title{
    font-style: normal;
    font-weight: 400;
    margin-bottom:32px;
    font-size:40px;
    line-height:85%;
    letter-spacing: -1.28px;
}

.carmel-faq-accordion__question-text{
    font-weight: 700;
    line-height: 100%;
    color:rgba(3, 10, 10, 1);
    font-size:24px;
    letter-spacing: -0.48px;
}
@media(max-width:1024px){
    .carmel-faq-accordion__category-title{
        margin-bottom:24px;
        font-size:28px;
        letter-spacing: -1.12px;
    }

    .carmel-faq-accordion__question-text{
        font-size:18px;
        letter-spacing: -0.36px;
    }
}


.carmel-news-slider .carmel-news-slider__title{
    color:rgba(0, 0, 0, 1);
    font-size:24px;
    line-height:120%;
    font-weight:500;
    font-family: 'Roboto';
}

@media(max-width:1024px){
    .carmel-news-slider .carmel-news-slider__title{
        letter-spacing: -0.36px;
        font-weight: 700;
        font-size:18px;
    }
}

.carmel-nieuws-overzicht__title{
    letter-spacing: -0.56px;
    font-size:28px;
    font-weight: 700;
    line-height: 120%;
}

@media(max-width:1024px){
    .carmel-nieuws-overzicht__title{
        letter-spacing: -0.4px;
        font-size:20px;
    }
}

.carmel-nieuws-overzicht__tab.is-active{
    background-color:rgba(0, 190, 232, 1);
}

.carmel-label__dot{
    background-color:rgba(0, 190, 232, 1);
}

.js-video-preview a,
.js-video-preview a svg{
    transition:0.3s;
}

.js-video-preview a.kb-button{
    background-color:rgba(255, 135, 255, 1);

}

.js-video-preview a.kb-button:hover{
    background-color:rgba(255, 135, 255, 1);

    svg{
        transform: scale(1.3);
    }
}


/* contactbutton */
form .kt-btn-icon-side-right{
    color:#030a0a !important;

    path{
        stroke:currentColor
    }
}

/* zoekresultaten */
.search-results .entry-title{
    font-size:40px;
    color:#000;
    font-weight:400;
    line-height:85%;
    letter-spacing:0;
    margin-bottom:24px;
    font-family: Bungee, cursive;
}

.search-results .excerpt_part{
    font-size:16px;
    font-weight:400;
    line-height: 120%;
    color:#000;
}

.search-results .site-main .entry-list-item article .wp-element-button, .search-results .site-main article.type-attachment .wp-element-button{
    background-color:rgba(0, 190, 232, 1);
}

.search-results .carmel-search-arrow svg path{
    fill: rgba(3, 10, 10, 1);
}

.wp-block-search__inside-wrapper {
    display: flex;
    flex: auto;
    flex-wrap: nowrap;
    max-width: 100%;
}

.carmel-search-results-searchbar input[type=search]{
    width:100%;
}


.carmel-search-results-searchbar  .wp-block-search__button.wp-block-search__button{
    background-color:rgba(0, 190, 232, 1);
    border-radius:16px;
}

/* Quote */
.quote-pattern .hasbackgroundcolor > div{
    background-color:rgba(0, 190, 232, 0.25);
}

.quote-pattern h2{
    letter-spacing: -1.92px;
    line-height: 85%;
    font-weight: 400;
    font-size:48px;
    color:rgba(0, 92, 116, 1);

}

/* Quote */
.quote-pattern .hasbackgroundcolor > div{
    background-color:rgba(245, 245, 244, 1);
    background-image:url(../images/whangaehu-header.svg);
    background-position: center;
    background-size:cover;
}



.hero-text-centered > div > div > div.kt-inside-inner-col, .ptrn-herobigimage > div > div > div.kt-inside-inner-col{
    background-image:url(../images/whangaehu-header.svg);
    background-position: center;
    background-size:cover;
}


/* active menu item */
#primary-menu li.current-menu-item > a, .carmel-menu-hover-link--active{
    color:rgba(0, 190, 232, 1)
}

/* stappen */
.steps-pattern-step > div{
    background-color:#F7FAFC;
    border-radius: 16px;

    .wp-block-heading{
        line-height: 120%;
        font-weight: 500;
        font-size:24px;
        margin-bottom:8px;
        font-family: Fira Sans;
    }

    .wp-block-paragraph{
        line-height: 120%;
        font-weight: 400;
        font-size:16px;
    }
}

@media(max-width:1024px){
    .steps-pattern-step > div{

        .wp-block-heading{
            font-size:18px;
            margin-bottom:16px;
        }

        .wp-block-paragraph{
            font-size:14px;
        }
    }
}

/* stappen */
.steps-pattern-step > div{
    background-color:#F7FAFC;
    align-self: stretch;

    .wp-block-heading{
        letter-spacing: -0.48px;
        line-height: 100%;
        font-weight: 700;
        font-size:24px;
        margin-bottom:8px;
        font-family: Roboto;
    }

    .wp-block-paragraph{
        line-height: 120%;
        font-weight: 400;
        font-size:16px;
    }
}

@media(max-width:1024px){
    .steps-pattern-step > div{

        .wp-block-heading{
            letter-spacing: -0.36px;
            font-size:18px;
            margin-bottom:16px;
        }

        .wp-block-paragraph{
            font-size:14px;
        }
    }
}

footer.site-footer .kb-button{
    background-color:transparent !important;
    font-size:14px !important;
}


@media(max-width:1024px){
    .js-card{
        height:auto;
    }
}