
/*
|--------------------------------------------------------------------------
| User listing
|--------------------------------------------------------------------------
*/
/*.user-listing h4 {*/
/*    font-size: 24px;*/
/*    font-weight: 500;*/
/*    color: var( --e-global-color-4116351 );*/
/*}*/

/*.user-listing a:hover {*/
/*    !*     text-decoration: underline; *!*/
/*    !*text-decoration-thickness: 2px;*!*/
/*    !*     text-underline-offset: 2px; *!*/
/*}*/

/*.user-listing a:hover h4 {*/
/*    text-decoration: underline;*/
/*    !*text-decoration-thickness: 2px;*!*/
/*    text-underline-offset: 2px;*/
/*    !*     text-decoration-thickness: 2px *!*/
/*}*/

/*!* .user-listing .user {*/
/*    padding: 15px 20px;*/
/*    background: white;*/
/*    display: flex;*/
/*    border-radius: 10px;*/
/*    flex-direction: column;*/
/*    line-height: 1.4;*/
/*} *!*/

/*.user-listing h4 {*/
/*    margin-top: 0;*/
/*}*/

/*.user-listing {*/
/*    display: flex;*/
/*    flex-direction: column;*/
/*    gap: 20px;*/
/*}*/

/*.user-listing .info {*/
/*    display: flex;*/
/*    gap: 6px;*/
/*    !*! margin-top: 5px; *!*/
/*    padding-top: 0;*/
/*}*/

/*.user-listing .first-row {*/
/*    display: flex;*/
/*    justify-content: space-between;*/
/*    align-items: center;*/
/*}*/


.samenwerkingen-aantal {
    display: flex;
    gap: 8px;
}



/*
|--------------------------------------------------------------------------
| Filters
|--------------------------------------------------------------------------
*/
.listing-split {
    display: grid;
    grid-template-columns: 300px 1fr;
    gap: 25px;
}

.ts-control, .search-bar input {
    height: 40px;
}

.ts-control {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3E%3C/svg%3E");
    background-position: right .75rem center;
    background-repeat: no-repeat;
    background-size: 16px 12px;
}


.detail-filters {
    background: var(--e-global-color-2f3fbae);
    padding: 20px;
    height: max-content;
    position: sticky;
    top: 20px;
}


.admin-bar .detail-filters {
    background: var(--e-global-color-2f3fbae);
    padding: 20px;
    height: max-content;
    position: sticky;
    top: 52px;
}


fieldset {
    border: 0;
    padding: 0;
    width: 100%;
    margin: 0;
}



@media (max-width: 800px) {
    .listing-split {
        grid-template-columns: 1fr ;
    }



    .detail-filters {
        position: relative !important;
        top: 0 !important;
    }

    .home .main-filters {
        grid-template-columns: 1fr !important;
    }

    .home .search-container {
        grid-column: 1 !important;
    }

    .home .search-bar {
        margin-bottom: 10px;
    }

    body.home .main-filters button {
        order: 4;
    }

    body.home .main-filters h4 {
        margin-top: 0;
        padding-top: 0;
    }
}



/* mijn school / partners ---------------------------- */
.user.mijn-school-of-partner {
    outline: 3px solid var(--e-global-color-accent);
}

.user.mijn-school-of-partner:hover {
    outline: 3px solid var(--e-global-color-241bc76);
}

.mijn-school-of-partner h4 {
    display: flex;
    flex-direction: column;
    /*align-items: center;*/
    /*grid-gap: 10px;*/
}

.mijn-school-of-partner-text {
    font-size: 14px;
    color: var(--e-global-color-241bc76);
    text-decoration: none !important;
    text-decoration-color: transparent !important;
    font-weight: bold;
}


/* Edit button --------------------------------------- */
.button {
    background: rgba(255, 255, 255, 0.43);
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
    color: inherit;
    padding: 0 14px;
    width: max-content;
    font-weight: bold;
    height: 40px;
    border-radius: 5px;
}

.button.active {
    background: var(--e-global-color-accent) !important;
}

.button:hover {
    background: white;
    color: var(--e-global-color-primary) !important;
}

.button svg {
    width: 20px;
}



#registerform {
    border-radius: 10px;
}


#registerform input {
    border-radius: 5px;
}


/*
|--------------------------------------------------------------------------
| Search
|--------------------------------------------------------------------------
*/
.home .search-container {
    width: 100%;
    /*! gap: 10px; */
    display: flex;
    flex-direction: column;
    margin-bottom: 0;
}

.home .search-container {
    grid-column: 1 / span 3;
}


.home  .search-bar {
    display: flex;
    width: 100%;
    gap: 20px;
    position: relative;
}

.home  .search-bar button {
    width: max-content !important;
    margin: 0;
    padding: 0 30px;
}

.home  .search-bar input {
    width: 100% !important;
    display: flex;
    padding: 15px 45px;
    height: 50px;
    border: 1px solid #bbb;
    border-radius: 5px;
    margin-bottom: 00px !important;
}

.home .search-icon {
    position: absolute;
    left: 10px;
    bottom: 9px;
    width: 25px;
}

.search-container .filters {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}



/*
|--------------------------------------------------------------------------
| Expertises list
|--------------------------------------------------------------------------
*/
.hoofdthema-name {
    font-weight: bold;
}

.hoofdthema {
    margin-bottom: 5px;
    break-inside: avoid;
}


.hoofdthema-name {
    /*cursor: pointer;*/
}

h3 {
    margin-top: 0;
    line-height: 1.5;
}

.hoofdthema .count {
    font-weight: normal;
    vertical-align: super;
    font-size: 12px;
    color: var(--e-global-color-241bc76);
}

.profile-school-admin .expertises,
.profile-partner .expertises {
    column-count: 2;
}



/*
|--------------------------------------------------------------------------
| Details filter
|--------------------------------------------------------------------------
*/
.checkbox {
    display: flex;
    /*align-items: center;*/
    gap: 10px;
    align-items: flex-start;
}
.checkbox input[type="checkbox"] {
    top: 3px !important;
    position: relative;
}



/* menu */
#menu-1-4b097871 {
    flex-wrap: nowrap;
}


/* Account badge */
.badge {
    font-size: 20px;
    opacity: .75;
}



/*
|--------------------------------------------------------------------------
| Samenwerking
|--------------------------------------------------------------------------
*/
.samenwerking .contactgegevens {
    font-size: 16px;
    line-height: .5 !important;
    gap: 0;
    color: var(--e-global-color-f556b72);
}

.samenwerking .title {
    font-weight: 500;
}

.samenwerkingen .hoofdthema {
    color: var(--e-global-color-241bc76);
    font-size: inherit;
    font-weight: 500;
    margin-bottom: -9px;
}


.samenwerkingen .hoofdthema:not(:first-child) {
    margin-top: 20px;
}


.samenwerking {
    padding: 10px 0px;
    /*background: white;*/
    border-radius: 5px;
    /*margin-top: 10px;*/
}

.samenwerkingen hr {
    border-top: 0;
}

.samenwerking summary {
    list-style-type: none;
}

.contactgegevens > div {
    display: flex;
    align-items: center;
    gap: 10px;
    /*! line-height: .5 !important; */
    height: 22px;
}

.contactgegevens svg {
    width: 20px;
}

.samenwerking .expertises {
    column-count: 1;
    padding: 5px 0;
    padding-top: 0;
}






/*
|--------------------------------------------------------------------------
| Profile actions (in list and profile page)
|--------------------------------------------------------------------------
*/
.actions {
    display: flex;
    /*gap: 10px;*/
    position: relative;
    left: 5px;
}

/*.user-listing .print-container,*/
.user-listing .actions .print-container {
    display: none;
}

.user-listing .actions svg {
    width: 24px;
    height: 24px;

}

.user-listing .actions > div:hover {
    background: #eee;
}

.actions {
    display: flex;
    justify-content: flex-end;
    /*! align-items: center; */
    /*! border-radius: 5px; */
}

body.author .actions svg {
    /* padding: 5px !important; */
}

/* Actions hover style */
body.author .actions .notities svg:hover {
    background: #eee !important;
}

body.author .actions svg.thrash:hover {
    background: var(--dark-red-light) !important;
}


.bookmark svg {
    pointer-events: none;
}


/*.author .actions,*/
/*.author  .actions {*/
/*    align-items: flex-end;*/
/*    display: flex;*/
/*    justify-content: flex-end;*/
/*}*/


/*.author .actions svg,*/
/*.profile-school-admin .actions .bookmark,*/
/*.author .actions svg,*/
/* .actions .bookmark {*/
/*    width: 37px;*/
/*    height: 37px;*/
/*    border-radius: 5px;*/
/*}*/

.actions .bookmark {
    padding: 0;
    position: relative;
    /*bottom: 3px;*/
}


.author .actions > div:hover {
    background: white !important;;
}




.actions > div {
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    /*padding: 0 3px;*/
    /*border-radius: 3px;*/
}

.actions > div:hover {
    /*     background: #eee; */
}

.actions svg {
    position: relative;
    /*top: 2px;*/
}

.actions svg {
    /*! padding: 0 !important; */
    /* background: transparent !important; */
}



/*
|--------------------------------------------------------------------------
| Bookmarks
|--------------------------------------------------------------------------
*/


.bookmark {
}

.bookmark.bookmarked svg.bookmark-stroke {
    display: none;
}

.author .bookmark:not(.bookmarked) svg.bookmark-filled {
    /*! display: none !important; */
}

.bookmark-filled {
    fill: var(--e-global-color-f556b72);
}

.bookmark svg {
    /*pointer-events: none;*/
}


/* bookmark in menu */
/* notities in menu */
.page-id-1160 .account-links .bookmarks svg,
.page-id-1632 .account-links .notities svg,
.page-id-511 .account-links .hoe-werkt-het svg {
    fill: var(--e-global-color-accent);
}


/* 'nog te doen' in menu */


/*
|--------------------------------------------------------------------------
| Breadcrumb
|--------------------------------------------------------------------------
*/
a.scholen-partners-breadcrumb {
    text-decoration: none !important;
    display: flex;
    align-items: center;
    grid-gap: 10px;
}

.scholen-partners-breadcrumb svg {
    width: 20px;
    transition: .1s ease-out;
}

.scholen-partners-breadcrumb:hover svg {
    fill: var( --e-global-color-4116351 );
    transform: translateX(-5px);
}


/*
|--------------------------------------------------------------------------
| Themas
|--------------------------------------------------------------------------
*/
.themas-listing {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
    grid-template-rows: masonry;
}


.thema[data-id="204"] {
    display: none !important;;
}


.themas-listing .thema {
    background: white;
    padding: 20px;
    border-radius: 10px;
}

.themas-listing .subthema:hover {
    text-decoration: underline;
    cursor: pointer;
}


@media(max-width: 1024px) {
    .themas-listing {
        grid-template-columns: 1fr 1fr !important;
    }
}


@media(max-width: 768px) {
    .themas-listing {
        grid-template-columns: 1fr !important;
    }
}




/*
|--------------------------------------------------------------------------
| Samenwerkingen
|--------------------------------------------------------------------------
*/
.title {
    /*! text-decoration: underline !important; */
    text-decoration-thickness: 1px !important;
    text-underline-offset: 2px !important;
    /*text-decoration-color: var(--e-global-color-accent) !important;*/
}


.website-button {
    display: flex;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}





/*
|--------------------------------------------------------------------------
| Main filters
|--------------------------------------------------------------------------
*/
body:not(.zoeken):not(.partners):not(.scholen):not(.home) .main-filters {
    display: none;
}

.home .filters-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
}


.home .main-filters {
    grid-column: 1 / span 2;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 20px;
    color: white;
    /*! justify-content: flex-end; */
    align-items: end;
}

/*@media(max-width: 768px) {*/
/*    .main-filters {*/
/*        display: flex;*/
/*        flex-direction: column !important;*/
/*    }*/

/*    .user-listing .info {*/
/*        display: flex;*/
/*        flex-direction: column !important;*/
/*    }*/
/*    .user-listing .info .sep {*/
/*        display: none !important;*/
/*    }*/

/*    .user-listing h4 {*/
/*        line-height: 1.1 !important;*/
/*    }*/
/*}*/

.home .main-filters * {
    /*font-size: 16px !important;;*/
}

.home .main-filters {
    gap: 0;
    background: white;
    color: black;
    border: 5px solid var(--e-global-color-4116351);
}

.home .main-filters > div {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    width: 100%;
}

.home .main-filters > div:not(.search-container) {
    padding: 0 10px !important;
}


.home .main-filters h4 {
    margin-top: 10px;
}


.home .main-filters h4 {
    margin-top: 0px;
}

.home .main-filters button {
    height: 50px;
    padding: 0 20px;
    width: 100%;
}


.vue-select button {
    color: var(--e-global-color-primary) !important;
    background: transparent !important;
}

/*
|--------------------------------------------------------------------------
| Sidebar filters
|--------------------------------------------------------------------------
*/
/*fieldset[data-filter-group="subthema"] details .content {*/
/*    padding-bottom: 20px;*/
/*}*/

/*fieldset[data-filter-group="subthema"] summary {*/
/*    font-weight: bold;*/
/*}*/

/*.detail-filters h4 {*/
/*    color: var(--e-global-color-4116351);*/
/*}*/




/*
|--------------------------------------------------------------------------
| Mobile menu
|--------------------------------------------------------------------------
*/

.bookmarks span {
    text-decoration: none !important;
    text-decoration-color: transparent !important ;
}


.admin-bar #mobile-menu {
    top: 32px !important;
}

@media(max-width: 782px) {
    .admin-bar #mobile-menu {
        top: 46px !important;
    }
}

.search.mobile {
    position: relative;
    bottom: 2px;
}

.search svg * {
    fill: white;
}

.change .search svg * {
    fill: black;
}


.fullscreen-menu {
    padding-top: 100px;

}

.fullscreen-menu ul {
    list-style: none;
    display: flex;
    flex-direction: column;
    padding: 0;
}

.fullscreen-menu .account-links {
    display: flex;
    flex-direction: column;
    gap: 0;
}


.fullscreen-menu .bookmarks svg,
.fullscreen-menu .nog-te-doen svg,
.fullscreen-menu .hoe-werkt-het svg {
    fill: currentColor;
}


/* mobile menu */
@media (max-width: 1251px) {
    .grid {
        grid-template-columns: 1fr !important;
    }

    .fullscreen-menu {
        position: fixed;
        width: 100vw;
        height: 100vh;
        overflow-y: scroll;
        background: inherit;
        z-index: 2;
        border: none !important;
        transition: transform .25s ease-out;
        padding-bottom: 200px;

        display: flex;
        flex-direction: column;
    }

    .fullscreen-menu #logo {
        display: none;
    }

    .fullscreen-menu:not(.open) {
        transform: translateX(-100vw);
    }

    .fullscreen-menu {
        padding-left: var(--outer-padding) !important;
        padding-right: var(--outer-padding) !important;
    }


    nav.fullscreen-menu {
        overflow-y: scroll;
    }
}


/* Menu items */
.fullscreen-menu a:not(.current-menu-item) {
    text-decoration: none;

}

.fullscreen-menu .menu {
    font-size: clamp(24px, 12px + 2.4vw, 36px);
    font-weight: 500;
}

.fullscreen-menu .account-links {
    font-size: clamp(16px, 10px + 1.2vw, 22px);
}

.fullscreen-menu .current-menu-item a {
    text-decoration: underline;
    text-decoration-thickness: 2px !important;
    text-underline-offset: 4px !important;
    text-decoration-color: var(--e-global-color-f556b72) !important;
}


/* hamburger menu */
#hamburger-container {
    display: inline-block;
    padding: 10px;
    width: 40px;
    cursor: pointer;
    padding-right: 0;
}


#menu-bar1,
#menu-bar2 {
    width: 100%;
    height: 2px;
    transition: 0.1s ease-in-out;
    background: white;
}
#menu-bar1 {
    margin-bottom: 4px;
}


/* 'x' state */
.change #menu-bar1, .change #menu-bar2 {
    background: black;
}
.change #menu-bar1 {
    transform: rotate(-45deg) translate(1px, 1px);
}
.change #menu-bar2 {
    transform: rotate(45deg) translate(-3px, -5px);
}



/*
|--------------------------------------------------------------------------
| Print
|--------------------------------------------------------------------------
*/
@media print {
    .scholen-partners-breadcrumb {
        display: none !important;
    }

    .button.edit {
        display: none !important;
    }

    body * {
        --outer-padding: 0px !important;
    }

    header h1 {
        display: none !important;
    }
    header > div {
        min-height: 50px !important;
    }

}


/*
|--------------------------------------------------------------------------
|
|--------------------------------------------------------------------------
*/


.optgroup-header {
    font-weight: bold;
    /*! background: var(--e-global-color-5ca2616); */
}



.detail-filters summary {
    cursor: pointer;
}

.elementor-element.elementor-element-53d8662.elementor-widget.elementor-widget-shortcode {
    width: 100%;
}


.search-container h4 {
    display: none;
}

.home .search-bar input {
    border-radius: 0;
    /*border: none;*/
}

.home .main-filters button {
    border-radius: 0;
    border: none;
    background: var(--e-global-color-4116351);
    color: white;
}



.home .main-filters h4 {
    padding-left: 7px;
    font-weight: bold;
    font-size: 14px;
    padding-top: 15px;
    margin-bottom: -3px !important;
}


.home .ts-control {
    border: none;
}


/**/


.account-links a.zoek-expertise {
    background: var(--e-global-color-4116351);
    color: white;
    width: max-content;
    border-radius: 5px;
}

.account-links a.zoek-expertise:hover {
    background: var(--e-global-color-241bc76);
}

.fullscreen-menu a.zoek-expertise {
    margin-top: 30px;
}

.elementor-15 .elementor-element.elementor-element-ce9e197 .account-links a.zoek-expertise {
    color: white !important;
}


/*
|--------------------------------------------------------------------------
| Zoek expertise knop
|--------------------------------------------------------------------------
*/
.zoek-expertise {
    padding: 8px 20px;
    bottom: 8px;
    position: relative;
    text-decoration: none !important;
}

.zoek-expertise:hover {
    /*background: var(--e-global-color-f556b72) !important;*/
    /*text-decoration-color: var(--e-global-color-f556b72) !important;*/
}

.home button.zoeken:hover {
    background: var(--e-global-color-241bc76) !important;
    cursor: pointer;
}



/*  */

.checkbox.highlight label {
    background: var(--e-global-color-8328a74) !important;
}



/*
|--------------------------------------------------------------------------
| Main filters not home
|--------------------------------------------------------------------------
*/
/*body:not(.home) .main-filters {*/
/*    gap: 0;*/
/*    border: 5px solid var(--e-global-color-4116351);*/
/*}*/


/*body:not(.home) .main-filters > div {*/
/*    padding: 0 !important;*/
/*}*/

/*body:not(.home) .main-filters .ts-control,*/
/*body:not(.home) .main-filters button,*/
/*body:not(.home) .main-filters input {*/
/*    height: 50px !important;*/
/*    border-radius: 0;*/
/*    border: 0*/
/*}*/

/*body:not(.home) .main-filters button {*/
/*    color: white;*/
/*    background: var(--e-global-color-4116351);*/
/*}*/

/*body:not(.home) .main-filters button:hover {*/
/*    background: var(--e-global-color-f556b72);*/
/*}*/

/*body:not(.home) .main-filters h4 {*/
/*    display: none;*/
/*}*/


/*body:not(.home) .main-filters {*/
/*    grid-template-columns: 1.5fr 1fr 1fr 1fr;*/
/*}*/



/*.ts-control .item {*/
/*    display: flex;*/
/*    justify-content: center;*/
/*    align-items: center;*/
/*}*/

/*.ts-control input {*/
/*    display: none !important;*/
/*}*/




.contactgegevens svg {
    display: none;
}


/* hoe werkt het */
body:not(.logged-in) .hoe-werkt-het {
    position: relative;
    bottom: 3px;
}

body:not(.logged-in) .hoe-werkt-het svg {
    top: 5px !important;
}






body:not(.author) .Button:hover {
    background: #eee !important;
}



/* */
.all-notities {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.all-notities .notitie {
    padding: 15px 20px;
    background: white;
    border-radius: 5px;
}

.all-notities .school-of-partner:hover {
    text-decoration: underline;
    text-underline-offset: 2px;
}


/* */
.school-of-partner {
    color: var(--e-global-color-4116351) !important;
}

.main-filters button:hover {
    background: var(--e-global-color-241bc76) !important;
}


.account-links .nog-te-doen {
    display: none;
}







/* Subthema  op partnerpage */
.subthema .count {
    font-weight: normal;
    vertical-align: super;
    font-size: 12px;
    color: var(--e-global-color-241bc76);
    position: relative;
    left: 2px;
    text-decoration: none !important;
}

.subthema .count:hover {
    text-decoration: none !important;
}


a.subthema.onderwijs-en-begeleiding-aan-kinderen-en-jongeren-met-een-visuele-beperking-https-www-eduvip-nl {

}

.subthemas {
    display: flex;
    flex-direction: column;
}

.subthema {
    margin-bottom: 5px !important;
    line-height: 1.3;
}




button.meld-partner-aan {
    width: max-content;
}

.partners-per-hoofdthema {
    margin-bottom: 40px;
}





.search-bar input {
    font-family: inherit;
}




/* extra contactpersoon */
.extra-contactpersoon {
    margin-bottom: 10px;
}

.contactgegevens .placeholder {
    color: inherit !important;
    opacity: .3;
    font-style: italic;
}


/* hoofdexpertise */
.hoofdexpertise-container {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
}



.scholen-samengewerkt-met-partner .expertises {
    margin-bottom: 15px;
    column-count: 1;
}

h6 {
    color: var(--e-global-color-4116351);
    font-size: 16px;
    margin-bottom: 0px;
    margin-top: 15px;
}