/*
Theme Name:
Author URI: https://www.qstylez.nl/
Author: QStylez - Maaike Tol
Version: 1.0
*/

html {
    font-size: 16px;
    line-height: 24px;
    overflow-y: scroll;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    scroll-behavior: smooth;
}

body {
    margin: 0;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
video {
    display: inline-block;
    width: 100%;
}

audio:not([controls]) {
    display: none;
    height: 0;
}


/*Complianz cookiebanner*/

.cmplz-cookiebanner {
    font-family: "Open Sans", sans-serif;
}


div#cmplz-document h2 {
    margin-bottom: 16px;
    color: #1A2F7D;
    font-size: 22px;
    line-height: 24px;
}

div#cmplz-document h3 {
    margin-bottom: 16px;
    color: #1A2F7D;
    font-size: 18px;
    line-height: 20px;
}

/*Complianz cookiebanner END*/



/* Assistive text */

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    overflow: hidden;
    position: absolute !important;
    height: 1px;
    width: 1px;
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-weight: bold;
    height: auto;
    line-height: normal;
    padding: 15px 23px 14px;
    position: absolute;
    left: 5px;
    top: 5px;
    text-decoration: none;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar */
}



ul,
ol {
    padding: 0;
    margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
    margin-top: 0;
    margin-bottom: 0;
}


b,
strong {
    font-weight: 700;
}

p {
    margin: 0px 0px;
}

a {
    text-decoration: none;
    transition: .1s ease-in-out;
}

.home-link {
    position: relative;
    display: block;
    width: 100%;
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: none;
    cursor: pointer;
}

button[disabled],
input[disabled] {
    cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
    padding: 0;
}

input[type="search"] {
    -webkit-appearance: textfield;
    padding-right: 2px;
    /* Don't cut off the webkit search cancel button */
    width: 100%;
}

input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
    resize: none;
    vertical-align: top;
}

img {
    border-style: none;
}

img,
video {
    height: auto;
    max-width: 100%;
}

section:after,
article:after,
.clear:after,
#inner-header:after,
.row:after,
.social:after,
.site-info:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

div#navbar {
    order: 4;
    flex-basis: 100%;
    width: 100%;
}

div#navbar ul {
    max-height: 0;
    overflow: hidden;
    transition: .3s ease-in-out;
}



/**
 * Start - Menu button - telefoon/ipad
 * ----------------------------------------------------------------------------
 */

.menu span {
    background: #132628;
    height: 2px;
}

.menu {
    width: 30px;
    height: 26px;
    order: 2;
    position: relative;
    align-self: center;
    margin-left: 10px;
}

header.site-header div.menu .close-btn span:nth-of-type(2) {
    transform: rotate(-43deg);
    top: 30%;
}

header.site-header div.menu .close-btn span:nth-of-type(1) {
    transform: rotate(43deg);
    top: 30%;
}

header.site-header div.menu {
    overflow: hidden;
}

header.site-header div.menu.open .close-btn {
    top: 17px;
}

header.site-header div.menu .close-btn {
    position: absolute;
    height: 20px;
    width: 20px;
    left: 14px;
    transition: .3s ease-in-out;
    top: 53px;
}

div#navbar.open ul {
    max-height: 1000px;
}

header.site-header div.menu.open .open-btn {
    top: -36px;
}

header.site-header div.menu .open-btn {
    position: absolute;
    top: 0;
    width: 30px;
    height: 26px;
    transition: .3s ease-in-out;
}

.menu span {
    position: absolute;
    width: 100%;
    transition: .3s ease-in-out;
}

.menu span:nth-of-type(1) {
    top: 2px;
}

.menu span:nth-of-type(2) {
    top: 12px;
}

.menu span:nth-of-type(3) {
    bottom: 2px;
}

.menu .close-btn span:nth-of-type(3) {
    color: #252422;
    bottom: 10px;
    background: none;
    font-size: 14px;
    line-height: 14px;
    font-weight: 700;
}


/**
 * Forms
 * ----------------------------------------------------------------------------
 */

.use-floating-validation-tip span.wpcf7-not-valid-tip {
    position: absolute;
    z-index: 100;
    padding: 0;
    border: 0;
    background: transparent;
    right: 10px;
    left: auto;
    top: 0px;
    font-size: 0.8rem;
}

div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
    display: none !important;
}

form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

form p {
    margin: 0;
    flex-basis: 100%;
    width: 100%;
    margin-bottom: 8px;
}

form input,
form textarea {
    width: 100%;
    border: 0;
    resize: none;
    font-size: 16px;
    padding: 10px;
}

form textarea {
    height: 130px;
}

.ajax-loader {
    position: absolute;
}

form input.wpcf7-form-control.wpcf7-submit {
    display: table;
    text-decoration: none;
    font-size: 16px;
    transition: .1s ease-in-out;
    width: auto;
    line-height: 2;
    margin-top: 0;
}

:focus {
    outline: 0;
    outline-color: transparent;
    outline-style: none;
}

/**
 * Algemeen
 * ----------------------------------------------------------------------------
 */

html {
    scroll-padding-top: 140px;
}

body {
    overflow-x: hidden;
    overflow-y: hidden;
}


.inner {
    width: 100%;
    max-width: 1448px;
    margin: 0 auto;
    padding: 0 24px;
    position: relative;
    font-family: "Roboto", sans-serif;
    font-weight: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #1F1D21;
}

.flexbox-wrapper {
    display: flex;
    flex-wrap: wrap;
}

.flexbox-wrapper.sb {
    justify-content: space-between;
}

.bg-img {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    display: block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
}

h2 strong,
h3 strong,
h4 strong,
h5 strong,
h6 strong {}

h1 {
    font-size: 24px;
    line-height: 140%;
}

h2 {
    font-size: 24px;
    line-height: 140%;
}

h3 {
    font-size: 24px;
    line-height: 140%;
}

h4 {
    font-size: 20px;
    line-height: 140%;
}

h5 {
    font-size: 20px;
    line-height: 140%;
}

.sub-content h1 {
    font-size: 24px;
    line-height: 140%;
}

.sub-content h2 {
    font-size: 24px;
    line-height: 140%;
}

.sub-content h3 {
    font-size: 24px;
    line-height: 140%;
}

.sub-content h4 {
    font-size: 20px;
    line-height: 140%;
}



a.btn,
.gform_button.button {
    padding: 11px 16px;
    display: block;
    width: fit-content;
    transition: 0.2s;
    font-weight: 600;
    cursor: pointer;
    border-radius: 8px;
    color: white;
    border: 1px solid #16798A;
    background-color: #16798A;
    font-size: 16px;
    line-height: 150% !important;
    position: relative;
    font-family: "Roboto", sans-serif;
}


a.btn:hover,
.gform_button.button:hover {
    background-color: #024E5A;
    border-color: #024E5A;
    text-decoration: underline;
}

a.btn.ghost{
    background-color: white;
    color: #16798A;
}

a.btn.ghost:hover{
    color: #024E5A;
    border-color: #024E5A;
    background-color: #CFEBED;
}

a.btn.arrow{
    padding-left: 26px;
}

a.btn.arrow::before{
    content: "";
    background-image: url(https://herstelacademie.ggz-nhn.nl/wp-content/uploads/2025/09/play-1.svg);
    width: 13px;
    height: 13px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
    top: 1px;
    right: 10px;
    display: inline-block;
}

a.btn.arrow.after{
    padding-left: 16px;
    padding-right: 26px;
}

a.btn.arrow.after::before{
    position: absolute;
    top: 16px;
    right: 16px;
}

a.btn.arrow.ghost::before{
    background-image: url(https://herstelacademie.ggz-nhn.nl/wp-content/uploads/2025/09/play-3.svg);
}

a.link {
    color: #16798A;
    font-weight: 600;
    padding-left: 22px;
    display: block;
    position: relative;
    &:hover {
        text-decoration: underline;
        color: #024E5A;
    }
}

a.link::before {
    content: "";
    background-image: url(https://herstelacademie.ggz-nhn.nl/wp-content/uploads/2025/09/play.svg);
    width: 14px;
    height: 16px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 4px;
    left: 0;
}

a.link:hover::before{
    background-image: url(https://herstelacademie.ggz-nhn.nl/wp-content/uploads/2025/09/Vector-1.svg);
}

.breadcrumbs {
    padding: 12px 0 !important;
    background-color: #CFEBED;
}

.parent-pageid-657 .breadcrumbs, .single-kijk-lees-luister .breadcrumbs, .single-onze-mensen .breadcrumbs {
    background-color: white;
}

#breadcrumbs {
    position: relative;
    z-index: 4;
    line-height: 150%;
}

#breadcrumbs * {
    color: #1F1D21;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 150%;
    text-align: left;
}

#breadcrumbs a {
    text-decoration: underline;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 150%;
    text-align: left;
}

#breadcrumbs a:hover {
    text-decoration: none
}

#breadcrumbs .delimiter {
    margin: 0 4px;
    background-image: url(https://herstelacademie.ggz-nhn.nl/wp-content/uploads/2025/09/delimiter.svg);
    width: 7px;
    height: 10px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: inline-block;
    top: 1px;
    position: relative;
}


.pretitel {
    color: #47851D;
    font-size: 14px;
    font-weight: 600;
    padding: 2px 4px;
    border-radius: 4px;
    line-height: 150%;
    margin-bottom: 24px;
    background-color: #DCF4CC;
    width: fit-content;
}

.accordionblok {
    background-color: white;
    border: 1px solid rgba(0, 54, 102, 0.20);
    border-radius: 8px;
    margin-bottom: 14px;
}

.accordionblok:has(.active) {
    padding-bottom: 14px;
}

.accordion {
    background-color: transparent;
    color: #1F1D21;
    cursor: pointer;
    padding: 50px 40px 14px 14px;
    width: 100%;
    border: none;
    text-align: left;
    font-size: 16px;
    line-height: 150%;
    transition: 0.4s;
    font-weight: 400;
    font-family: "Roboto", sans-serif;
    position: relative;
    &:hover{
        background-color: #cfebed9c;
    }
}

.homepage .dienstenlaag .content div .panel *:last-child {
    margin-bottom: 33px;
}

.accordion:after {
    content: url(https://herstelacademie.ggz-nhn.nl/wp-content/uploads/2025/09/chevron-down.svg);
    position: absolute;
    right: 14px;
    top: 50px;
    transition: 0.4s;
}

.accordion.active{
    background-color: white;
}

.accordion.active:after {
    transform: rotateX(180deg);
}

.accordion-rechts .accordionblok .accordion::before {
    content: "1";
    width: 25px;
    height: 25px;
    border: 2px solid #16798a;
    border-radius: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    top: 14px;
    left: 14px;
    position: absolute;
    font-size: 16px;
    font-weight: 600;
    color: #16798a;
    line-height: 2px;
}

.accordion-rechts .accordionblok:nth-child(2) .accordion::before {
    content: "2";
}

.accordion-rechts .accordionblok:nth-child(3) .accordion::before {
    content: "3";
}

.accordion-rechts .accordionblok:nth-child(4) .accordion::before {
    content: "4";
}

.accordion-rechts .accordionblok:nth-child(5) .accordion::before {
    content: "5";
}

.accordion-rechts .accordionblok:nth-child(6) .accordion::before {
    content: "6";
}

.accordion-rechts .accordionblok:nth-child(7) .accordion::before {
    content: "7";
}


.panel {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease-out;
    font-size: 16px;
    margin: 0 14px;
}

.panel *:not(:last-child) {
    margin-bottom: 24px;
}

.desktop {
    display: none;
}

:focus-visible{
    border: 2px solid white!important;
    outline: 2px solid #16798A!important;
}

.screen-reader-text{
    display: none;
}
/**
 * PAGE BUILDER CONTENT
 * ----------------------------------------------------------------------------
 */



.homepage-hero-keuzeblokken {
    display: flex;
    flex-wrap: wrap;
    max-width: 550px;
    justify-content: space-between;
    position: relative;
}

.homepage-hero-keuzeblokken>div {
    flex-basis: 32%;
    border-radius: 15px;
    background-color: gray;
    position: relative;
    padding: 16px 12px;
}

.homepage-hero-keuzeblokken::before {
    content: "";
    width: 100%;
    height: 1px;
    background-color: black;
    left: 0;
    top: 50%;
    position: absolute;
}

.homepage-hero-keuzeblokken>div:nth-of-type(-n + 3) {
    margin-bottom: 30px;
}

.homepage-hero-keuzeblokken>div>span {
    background-color: white;
    height: 100px;
    width: 100%;
    margin-bottom: 10px;
}

.homepage-hero-keuzeblokken>div>a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.content-builder ul {
    list-style-type: disc;
    margin-left: 18px;
    list-style-position: outside;
}

.content-builder ul li::marker {
    font-size: 20px;
}

.content-builder>section,
.sub.single>section {
    padding-top: 32px;
    padding-bottom: 32px;
}

.content-afbeelding .inner>.flexbox-wrapper,
.gecentreerde-content .inner>.flexbox-wrapper,
.twee-kolom-content .inner>.flexbox-wrapper {
    flex-direction: column;
}

.content-afbeelding .inner>.flexbox-wrapper>span {
    margin-top: 24px;
    width: 100%;
    background-size: cover;
    height: 237px;
    border-radius: 8px;
}

.twee-kolom-content .inner>.flexbox-wrapper>div:last-of-type {
    margin-top: 40px;
}

.content-afbeelding .inner>.flexbox-wrapper>.content h2,
.twee-kolom-content .inner>.flexbox-wrapper>div h2,
.gecentreerde-content .inner>.flexbox-wrapper>.content h2,
.blokken .inner h2,
.veelgestelde-vragen .tekst h2 {
    margin-bottom: 24px;
}

/* .content-afbeelding .inner>.flexbox-wrapper>.content .tekst,
.twee-kolom-content .inner>.flexbox-wrapper>div .tekst,
.gecentreerde-content .inner>.flexbox-wrapper>.content .tekst,
.veelgestelde-vragen .tekst {
    margin-bottom: 24px;
} */

.content-afbeelding .inner>.flexbox-wrapper>.content .tekst>*:not(:last-child),
.twee-kolom-content .inner>.flexbox-wrapper>div .tekst>*:not(:last-child),
.gecentreerde-content .inner>.flexbox-wrapper>.content .tekst>*:not(:last-child) {
    margin-bottom: 24px;
}

.content-afbeelding .inner>.flexbox-wrapper>.content .flexbox-wrapper,
.twee-kolom-content .inner>.flexbox-wrapper>div .flexbox-wrapper,
.gecentreerde-content:not(.ltr) .inner>.flexbox-wrapper>.content .flexbox-wrapper {
    margin-bottom: 16px;
    align-items: center;
}

.content-afbeelding .inner>.flexbox-wrapper>.content .flexbox-wrapper span,
.twee-kolom-content .inner>.flexbox-wrapper>div .flexbox-wrapper span,
.gecentreerde-content .inner>.flexbox-wrapper>.content .flexbox-wrapper span {
    width: 40px;
    height: 40px;
    margin-right: 16px;
}


.content-afbeelding .inner>.flexbox-wrapper>.content .flexbox-wrapper p,
.twee-kolom-content .inner>.flexbox-wrapper>div .flexbox-wrapper p,
.gecentreerde-content .inner>.flexbox-wrapper>.content .flexbox-wrapper p {
    flex-basis: 50%;
    flex-grow: 1;
    font-size: 16px;
    line-height: 100%;
}

.content-afbeelding .inner>.flexbox-wrapper>.content>.btn,
.twee-kolom-content .inner>.flexbox-wrapper>div>.btn,
.gecentreerde-content .inner>.flexbox-wrapper>.content>.btn {
    margin-top: 32px;
}

.content-afbeelding .inner>.flexbox-wrapper>.content>span:last-of-type,
.twee-kolom-content .inner>.flexbox-wrapper>div>span:last-of-type,
.gecentreerde-content .inner>.flexbox-wrapper>.content>span:last-of-type {
    width: 287px;
    height: 147px;
    margin-top: 40px;
    background-size: cover;
}

.afbeelding-slider .tekst {
    margin-bottom: 40px;
}

.afbeelding-slider .owl-stage-outer {
    overflow: visible;
}

.afbeelding-slider .owl-stage{
    transition: 5s!important;
}

.afbeelding-slider .owl-stage-outer .owl-item img {
    height: 50px;
}

.veelgestelde-vragen .categorien {
    max-height: 48px;
    overflow: hidden;
    border-radius: 8px;
    border: 1px solid var(--Stroke, rgba(0, 54, 102, 0.20));
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    transition: 0.5s ease-in-out;
    cursor: pointer;
}

.veelgestelde-vragen .categorien a {
    display: block;
    width: 100%;
    color: black;
    line-height: 150%;
    background-color: white;
    text-align: left;
    font-size: 16px;
    border: none;
    margin-bottom: 0;
    padding: 13px 16px;
}

.veelgestelde-vragen .categorien a:hover {}

.sub.faq.hulp .vragenlaag .vragen {
    margin-top: 0 !important;
}

.veelgestelde-vragen .vragen {
    margin-top: 32px;
}

.veelgestelde-vragen .vragen>h2 {
    color: #149BD7;
    margin-bottom: 30px;
    display: none;
}

.veelgestelde-vragen .tekst h4 {
    margin-bottom: 40px;
}

.veelgestelde-vragen .vragen div.category>div:first-of-type .accordion {
    border-top: 1px solid #D9D9D9;
}

.veelgestelde-vragen .vragen .accordion:hover {
    background-color: #149bd71c;
}

.veelgestelde-vragen .vragen div div .accordion.active {
    padding-bottom: 8px;
    background-color: transparent !important;
}

.veelgestelde-vragen .vragen div div .panel p {
    margin-bottom: 24px;
}

.veelgestelde-vragen .categorien a.active {
    order: -1;
    z-index: -1;
    border-bottom: 1px solid #0036663d;
}

.veelgestelde-vragen .vragen div.category {
    opacity: 0;
    visibility: hidden;
    height: 0;
    overflow: hidden;
    transition: opacity 0.3s ease-in-out, visibility 0s linear 0.3s, height 0s linear 0.3s;
}

.veelgestelde-vragen .vragen div.category.active {
    opacity: 1;
    visibility: visible;
    height: auto;
    transition-delay: 0s;
}

.veelgestelde-vragen .vragen .category>div .accordion {
    padding-left: 0;
    padding-top: 16px;
    padding-bottom: 16px;

}

.veelgestelde-vragen .vragen .category>div .panel {
    border-bottom: 1px solid #D9D9D9;
    margin-left: 0;
    margin-right: 0;
}

.veelgestelde-vragen .vragen .category>div .accordion:after {
    content: url(https://herstelacademie.ggz-nhn.nl/wp-content/uploads/2025/09/faq-accordion.svg);
    top: 17px;
    right: 0;
}

.veelgestelde-vragen .vragen .category>div .accordion.active:after {
    transform: unset;
    content: url(https://herstelacademie.ggz-nhn.nl/wp-content/uploads/2025/09/svg-1.svg);
    width: 23px;
}

.sub.single:not(.onze-mensen) .hoofdlaag {
    padding-bottom: 0;
}

.sub.single .hoofdlaag .flexbox-wrapper .content p:has(img) {
    margin: 30px 0;
}

.sub.single .hoofdlaag .flexbox-wrapper .content>img{
    margin: 30px auto!important;
    display: block;
    width: 100%;
    max-height: 420px;
    max-width: 1160px;
    object-fit: cover;
    border-radius: 8px;
}

.sub.single .hoofdlaag .flexbox-wrapper figure:has(figcaption) img {
    margin-bottom: 0 !important;
    margin-top: 0 !important;
}

.sub.single .hoofdlaag .flexbox-wrapper figure:has(figcaption) {
    margin-top: 30px;
    width: 100% !important;
}

.sub.single .hoofdlaag .flexbox-wrapper figure figcaption {
    margin-bottom: 30px;
    font-size: 14px;
    line-height: 150%;
    padding-left: 8px;
    border-left: 2px solid black;
    margin-top: 4px;
}

.sub.single .hoofdlaag .flexbox-wrapper table {
    width: 100%;
}

.sub.single .hoofdlaag .flexbox-wrapper table tbody tr td:first-child{
    width: 130px;
}

.sub.single .hoofdlaag .flexbox-wrapper .content>*:not(:last-child) {
    margin-bottom: 16px;
}

.sub.single .hoofdlaag .flexbox-wrapper .content h3 {
    margin-top: 40px;
    margin-bottom: 20px !important;
    font-size: 20px;
    line-height: 140%;
}

.sub.single .hoofdlaag .flexbox-wrapper .content h2 {
    font-weight: 700;
    margin-top: 40px;
    margin-bottom: 20px !important;
}

.sub.single .hoofdlaag .flexbox-wrapper .content blockquote {
    font-style: italic;
    font-size: 20px;
    line-height: 28px;
    padding-left: 20px;
    border-left: 2px solid black;
    margin: 30px 0 !important;
}

.sub.single .hoofdlaag .flexbox-wrapper .content a:not(.btn) {
    color: black;
    text-decoration: underline;
}

.sub.single .hoofdlaag .flexbox-wrapper .content a:hover {
    text-decoration: none;
}

.sub.single .hoofdlaag .flexbox-wrapper .content ul,
.sub.single .hoofdlaag .flexbox-wrapper .content ol {
    list-style-position: inside;
    margin: 20px 0 !important;
}

.sub.single .hoofdlaag .sidebar {
    margin-top: 40px;
    background-color: gray;
    width: 100%;
    max-width: 350px;
    height: 350px;
}

.sub.single .bekijk-ook {
    padding-top: 0;
}

.sub.single .bekijk-ook h2 {
    margin-bottom: 40px;
}

.blog-carousel .owl-stage-outer {
    overflow: visible;
}

.sub.single .bekijk-ook h2 {
    margin-bottom: 40px;
}

.blog:not(.content-builder) {
    width: 310px;
    position: relative;
}

.blog:not(.content-builder)>a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.blog:not(.content-builder):hover .thumb span {
    transform: scale(1.2);
}

.blog:not(.content-builder) .content {
    padding: 24px;
    background-color: white;
    border: 1px solid var(--Stroke, rgba(0, 54, 102, 0.20));
    border-radius: 0 0 8px 8px;
    border-top: 0;
}

.blog:not(.content-builder) .content .pretitel {
    width: fit-content;
    display: inline-block;
    margin-right: 8px;
    margin-bottom: 8px;
}

.blog:not(.content-builder) .content .titel {
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 150%;
    margin-top: 24px;
    margin-bottom: 40px;
}

.blog:not(.content-builder) .content .excerpt {
    height: 68px;
    overflow: hidden;
    font-size: 16px;
    margin: -24px 0 24px;
}

.blog:not(.content-builder) .thumb {
    overflow: hidden;
    height: 200px;
    width: 100%;
    border-radius: 8px 8px 0 0;
}

.blog:not(.content-builder) .thumb span {
    height: 100%;
    width: 100%;
    background-size: cover;
    transition: 0.4s;
}

.reviewlaag .tekst {
    margin-bottom: 24px;
}

.reviewlaag .review-carousel .owl-stage-outer {
    overflow: visible;
}

.reviewlaag .review-carousel .owl-item>div {
    background-color: white;
    padding: 24px;
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.05);
}

.reviewlaag .review-carousel .owl-item .sterren {
    margin-bottom: 24px;
}

.reviewlaag .review-carousel .owl-item .sterren span {
    display: inline-block;
    width: 20px;
    height: 20px;
}

.reviewlaag .review-carousel .owl-item>div>p {
    font-size: 18px;
}

.reviewlaag .review-carousel .owl-item>div>p:last-child {
    margin-top: 32px;
    font-size: 16px;
}

.reviewlaag .inner>a.btn {
    margin-top: 40px;
}

.content-afbeelding.reverse.phone .flexbox-wrapper>.content {
    order: 1;
}

.content-afbeelding.reverse.phone .flexbox-wrapper>span {
    margin-top: 0;
    margin-bottom: 40px;
}


/**
 * Navbar
 * ----------------------------------------------------------------------------
 */

.top-header {
    background-color: #DCF4CC;
    height: 48px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 12px 0;
    z-index: 999;
}

.top-header .inner .flexbox-wrapper{
    justify-content: space-between;
    align-items: center;
}

.top-header .inner a {
    text-decoration: underline;
    color: #000;
    font-size: 16px;
    line-height: 150%;
    font-weight: 500;
    position: relative;
    &:hover{
        text-decoration: none;
    }
}

.top-header .inner a:first-child::before{
    content: "";
    background-image: url(https://herstelacademie.ggz-nhn.nl/wp-content/uploads/2025/09/exit.svg);
    width: 24px;
    height: 24px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    right: -32px;
    top: 0;
}

.top-header .inner a:last-child {
    padding-right: 26px;
}

.top-header .inner a:last-child::before{
    content: "";
    background-image: url(https://herstelacademie.ggz-nhn.nl/wp-content/uploads/2025/09/page-next.svg);
        width: 13px;
    height: 12px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    right: 0;
    top: 6px;
}

.site-header {
    height: 74px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    padding: 12px 0;
    z-index: 99999;
    background: white !important;
    box-shadow: 0px 4px 4px 0px #A0A0A026;
    transition: 0.2s ease-in-out;
}

.btn.navbar-mobile.ghost{
    margin-top: 20px!important;
}

.btn.navbar-mobile.ghost::after{
    content: "";
    background-image: url(https://herstelacademie.ggz-nhn.nl/wp-content/uploads/2025/09/icon.svg);
    width: 17px;
    height: 17px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    top: 3px;
    left: 8px;
    display: inline-block;
}

.hfeed.site {
    margin-top: 74px;
}

.hfeed.site:has(.has-topheader) {
    margin-top: 122px;
}

.hfeed.site:has(.has-topheader.top-header-desktop) {
    margin-top: 74px;
}

.site-header.has-topheader {
    top: 40px;
}

.site-header.has-topheader.top-header-desktop {
    top: 0;
}

.site-header .search-form{
    display: none;
}

.site-header .inner {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0;
}

.site-header .inner .home-link {
    width: 137px;
    height: 48px;
    margin-left: 24px;
}

.site-header .inner .menu {
    overflow: hidden;
    width: 48px;
    height: 48px;
    margin-right: 24px;
    border-radius: 12px;
    background: #16798A;
    position: relative;
    cursor: pointer;
}

header.site-header div.menu .open-btn {
    position: absolute;
    left: 13px;
    top: 16px;
    width: 22px;
    height: 15px;
    transition: 0.3s ease-in-out;
}

.menu span {
    background: #ffffff;
}

header.site-header div.menu .open-btn span:nth-of-type(1) {
    top: 0;
}

header.site-header div.menu .open-btn span:nth-of-type(2) {
    top: 6px;
}

header.site-header div.menu .open-btn span:nth-of-type(3) {
    top: 13px;
}

div#navbar {
    order: 4;
    flex-basis: 100%;
    width: 100%;
    overflow: hidden;
    transition: 0.5s;
    height: 0;
    position: relative;
    top: 12px;
    overflow: visible;
}

div#navbar.open {
    padding: 32px 0 30px;
    height: calc(100vh - 75px);
    max-height: unset;
    background-color: white;
    border-top: 0;
    margin: unset;
    border-top: 1px solid #CFEBED;
}

div#navbar.open .nav-menu {
    max-height: calc(100vh - 100px) !important;
    overflow-y: scroll;
}

div#navbar .nav-menu>li {
    font-weight: bold;
    padding: 8px;
    margin: 0 24px 24px;
    list-style-type: none;
}

div#navbar .nav-menu>li:last-child{
    margin-bottom: 0;
}

div#navbar ul li {
    padding-bottom: 16px;
    margin-bottom: 16px;
}


div#navbar ul li a {
    color: #000;
    display: block;
    width: 100%;
    height: 100%;
    transition: 0.3s;
    font-size: 18px;
    line-height: 150%;
    position: relative;
    font-weight: 600;
}

div#navbar ul li a:hover {
    color: #a3a3a3 !important;
}

.nav-menu li.menu-item-has-children {
    position: relative;
}

.nav-menu .sub-menu {
    display: none;
}

.navbar .sub-menu{
    margin-top: 24px;
    border-radius: 12px;
    background: #CFEBED;
    padding: 24px 32px;
    list-style-type: none;
}

.navbar .sub-menu li:not(:last-child){
    margin-bottom: 16px!important;

}

.navbar .sub-menu li a{
    font-weight: 400!important;
}


.site-header .btn.navbar-mobile {
    width: calc(100% - 48px);
    text-align: center;
    margin: 0 24px;
    margin-top: 32px;
    display: none;
}

.site-header .navbar.open .btn.navbar-mobile {
    display: block;
}

.site-header .navbar-desktop {
    display: none;
}




/* Keyframes for fade-in effect */
@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

/* Keyframes for fade-out effect */
@keyframes fadeOut {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

.navbar a {
    animation: fadeOut 0.3s ease-in-out forwards;
}

.navbar.open a {
    opacity: 0;
    animation: fadeIn 0.5s ease-in-out forwards;
}


.site-header a.btn.desktop {
    display: none;
}


div#navbar ul li ul li {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}

div#navbar ul li ul li.titel{
    display: none;
}

div#navbar ul li.menu-item-has-children>a::after {
    content: url(https://herstelacademie.ggz-nhn.nl/wp-content/uploads/2025/09/chevron-down.svg) !important;
    display: inline-block;
    position: absolute;
    right: 0;
    transition: 0.2s;
}

div#navbar ul li.menu-item-has-children.open>a::after {
    transform: rotateX(180deg);
}

.navbar-btns-desktop {
    display: none;
}

.nav-search{
    width: 50px;
    height: 48px;
    display: block;
    background-image: url(https://herstelacademie.ggz-nhn.nl/wp-content/uploads/2025/09/search-1.svg);
    background-size: cover;
    margin-left: auto;
}

/**
 * Scrolled
 * ----------------------------------------------------------------------------
 */

.menublok, .menuitemknop {
    display: none!important;
}


/**
 * Scrolled
 * ----------------------------------------------------------------------------
 */

.site-header.scrolled .inner .home-link {
    background-image: url() !important;
}

.site-header.scrolled {
    background: white;
}

.site-header.scrolled div#navbar.open {
    background-color: white;
}

.site-header.scrolled .menu span {
    background: black;
}

.site-header.scrolled div.menu .open-btn span:nth-of-type(4) {
    color: black;
}

.site-header.scrolled .menu .close-btn span:nth-of-type(3) {
    color: black;
    background: transparent;
}

.site-header.scrolled div#navbar ul li a {
    color: black;
}

.site-header.scrolled div#navbar .nav-menu>li {
    border-bottom: 1px solid #00000038;
}

.site-header.scrolled div#navbar ul li a::after {
    content: url();
}

.site-header.scrolled div#navbar ul li.menu-item-has-children>a::after {
    content: url() !important;
}

.site-header.scrolled .nav-menu .sub-menu li:first-of-type {
    border-top: 1px solid #00000038;
}


/**
 * Footer
 * ----------------------------------------------------------------------------
 */

.blokken-boven-footer .blok.mobile {
    border-radius: 8px;
    border: 2px solid #DBE5F2;
    background: #FFF;
    padding: 24px;
    margin-bottom: 24px;
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
}

.blokken-boven-footer .blok.mobile h5 {
    margin-bottom: 32px;
}

.site-footer {
    background-color: #CFEBED;
    padding: 24px 0;
}

.site-footer .footer .flexbox-wrapper {
    padding-bottom: 32px;
    border-bottom: 2px solid #0116271A;
}

.footer .flexbox-wrapper>div:first-of-type span {
    width: 231px;
    height: 81px;
    background-size: cover;
}

.footer .flexbox-wrapper>div:not(:first-of-type) {
    margin-top: 24px;
    flex-basis: 100%;
}

.footer .flexbox-wrapper>div:not(:first-of-type) p:first-of-type {
    font-size: 20px;
    line-height: 150%;
    margin-bottom: 16px;
    font-weight: bold;
    color: #1F1D21;
}

.footer .flexbox-wrapper>div:not(:first-of-type) * {
    font-size: 16px;
    margin-bottom: 16px;
    line-height: 150%;
    display: block;
    color: #1F1D21;
}

.footer .flexbox-wrapper>div a {
    text-decoration: none;

    &:hover {
        text-decoration: underline;
    }
}

.footer .flexbox-wrapper>div:last-child a {
    background-image: url(https://herstelacademie.ggz-nhn.nl/wp-content/uploads/2025/08/facebook.svg);
    width: 48px;
    height: 48px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display: inline-block;
    margin-right: 18px;
    transition: 0.2s;
    margin-bottom: 0 !important;
    color: transparent;
    &:hover {
        opacity: 0.5;
    }
}

.footer .flexbox-wrapper>div:last-child a:nth-of-type(2) {
    background-image: url(https://herstelacademie.ggz-nhn.nl/wp-content/uploads/2025/08/Instagram.svg);
}

.footer .flexbox-wrapper>div:last-child a:nth-of-type(3) {
    background-image: url(https://herstelacademie.ggz-nhn.nl/wp-content/uploads/2025/08/linkedin.svg);
}

.footer .flexbox-wrapper>div:last-child a:nth-of-type(4) {
    background-image: url(https://herstelacademie.ggz-nhn.nl/wp-content/uploads/2025/08/youtube.svg);
}

.under-footer .flexbox-wrapper>div .delimiter {
    display: none;
}

.under-footer {
    padding-top: 32px;
}

.under-footer .flexbox-wrapper * {
    font-size: 16px;
    line-height: 150%;
    color: #1F1D21;
}

.under-footer .flexbox-wrapper a:hover{
    text-decoration: underline;
}

.under-footer .flexbox-wrapper {
    flex-direction: column;
    gap: 24px;
}

.under-footer .flexbox-wrapper>div {
    flex-direction: column;
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}


/**
 * Home
 * ----------------------------------------------------------------------------
 */

.twee-kolom-content.hoofdlaag{
    position: relative;
}

.twee-kolom-content.hoofdlaag>span{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.homepage .twee-kolom-content.hoofdlaag .content-rechts{
    display: none;
}

.homepage .twee-kolom-content.hoofdlaag .content-links{
    border-radius: 8px;
    background: #FFF;
    padding: 32px;
}

.search-form{
    position: relative;
}

.search-form::before{
    content: "";
    background-image: url(https://herstelacademie.ggz-nhn.nl/wp-content/uploads/2025/09/search.svg);
    position: absolute;
    top: 17px;
    right: 20px;
    width: 18px;
    height: 18px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    pointer-events: none;
}

.search-form>input{
    display: none;
}

.search-form>label{
    width: 100%;

}

.search-form>label>input{
    border-radius: 8px;
    border: 2px solid var(--Stroke, rgba(0, 54, 102, 0.20));
    background: #FFF;
    padding: 16px 24px;
    color: #1F1D21;
}

.search-form>label>input::placeholder{
    color: #1F1D21;
}

.flexbox-wrapper.linkjes{
    row-gap: 8px;
}

.flexbox-wrapper.linkjes .linkjes-blok{
    border-radius: 8px;
    border: 1px solid rgba(0, 54, 102, 0.20);
    background: #FFF;
    padding: 24px;
    flex-basis: 100%;
}

.flexbox-wrapper.linkjes .linkjes-blok .titel{
    margin-bottom: 16px;
    font-weight: bold;
    font-size: 20px;
    line-height: 150%;
}

.flexbox-wrapper.linkjes .linkjes-blok a:not(:last-child){
    margin-bottom: 8px;
}

.blogs-carousel .kijk-lees-luister{
    width: 284px;
    
    position: relative;
}

.kijk-lees-luister:hover{
    background-color: #CFEBED;
    border-color: #16798A;
    transition: 0.3s;
}

.kijk-lees-luister:hover .title{
    text-decoration: underline;
}

.kijk-lees-luister>a:last-child{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.blogs-slider h2{
    margin-bottom: 24px;
}

.blogs-slider .blogs-carousel{
    margin-top: 24px;
}

.blogs-slider .inner>a.link{
    margin-top: 32px;
}

.homepage .twee-kolom-content.hoofdlaag .content-links a.btn{
    width: 100%;
    margin-top: 16px!important;
}

/**
 * Subs
 * ----------------------------------------------------------------------------
 */

 #search-filter-form-977>ul>li>ul::after{
    transition: 0.3s;
 }

 #search-filter-form-977>ul>li.is-open>ul::after{
    transform: rotateX(180deg);
 }

.fixed-data{
    display: none;
}

.cursuspage .fixed-btn{
    position: fixed;
    bottom: -120px;
    left: 0;
    padding: 32px 24px;
    z-index: 1000;
    background-color: white;
    width: 100%;
    transition: 0.4s;
}

.cursuspage .fixed-btn a{
    width: 100%;
}

body.search .breadcrumbs{
    background-color: white;
}

body.search .blokken-boven-footer{
    display: none;
}

.gecentreerde-content.search{
    padding-top: 32px!important;
}

.gecentreerde-content.search .inner{
    max-width: 970px;
}

.gecentreerde-content.search .inner h1{
    margin-bottom: 40px;
}

.gecentreerde-content.search .flexbox-wrapper:has(>.zoekresultaten){
    gap: 24px;
}

.gecentreerde-content.search .zoekresultaten{
    width: 100%;
    border-radius: 8px;
    border: 1px solid var(--Stroke, rgba(0, 54, 102, 0.20));
    padding: 16px 24px;
    transition: 0.3s;
    position: relative;
    &:hover{
        background-color: #cfebed9e;
    }
}

.gecentreerde-content.search .zoekresultaten>p:first-child{
    font-size: 18px;
    line-height: 150%;
    text-decoration: underline;
    color: #16798A;
}

.gecentreerde-content.search .zoekresultaten>a{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.gecentreerde-content.search .zoekresultaten::before{
    content: "";
    background-image: url(https://herstelacademie.ggz-nhn.nl/wp-content/uploads/2025/09/play.svg);
    width: 14px;
    height: 16px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 24px;
}


.gecentreerde-content.search .zoekresultaten:hover::before{
    background-image: url(https://herstelacademie.ggz-nhn.nl/wp-content/uploads/2025/09/Vector-1.svg);
}

.gecentreerde-content.search .sf-field-search label{
    width: 100%;
}

.gecentreerde-content.search .sf-field-search label input{
    border-radius: 8px;
    border: 2px solid var(--Stroke, rgba(0, 54, 102, 0.20));
    background: #FFF;
    padding: 16px 24px;
    color: #1F1D21;
}

.afbeelding-slider{
    border-bottom: 1px solid #9b9dae66;
}


.cursus-aanbod-slider .blogs-carousel .owl-stage-outer{
    overflow: visible;
}

.cursus-aanbod-slider .tekst h2{
    margin-bottom: 32px;
}

.cursus-aanbod-slider .blogs-carousel{
    margin-top: 32px;
}

.cursus-aanbod-slider .cursus-aanbod-blok{
    width: 300px;
}

.cursus-aanbod-blok{
    position: relative;
    height: fit-content;
    border-radius: 8px;
    overflow: hidden;
}

.cursus-aanbod-blok:hover h5{
    text-decoration: underline;
}

.cursus-aanbod-blok>a:first-child{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.cursus-aanbod-blok a.link{
    position: relative;
    z-index: 3;
}

.cursus-aanbod-blok>.pretitel{
    top: 32px;
    position: absolute;
    left: 32px;
    line-height: 150%!important;
    margin-bottom: 0!important;
    z-index: 4;
}

.data-locaties{
    padding-left: 36px;
    position: relative;
}

.cursus-aanbod-blok .data-locaties{
    height: 96px;
}

.data-locaties::before{
    content: "";
    background-image: url(https://herstelacademie.ggz-nhn.nl/wp-content/uploads/2025/09/svg-building.svg);
    width: 20px;
    height: 20px;
    position: absolute;
    left: 0;
    top: 4px;
    background-size: cover;
}

.data-locaties p{
    padding-left: 16px;
    position: relative;
    line-height: 150%!important;
    font-size: 16px!important;
}

.data-locaties p::before{
    content: "";
    width: 8px;
    height: 8px;
    background-color: #39870C;
    border-radius: 100%;
    position: absolute;
    left: 0;
    top: 8px;
}

.data-locaties p.full::before{
    background-color: #B42318;
}

.deskundigelaag .inner>.flexbox-wrapper{
    row-gap: 16px;
}

.deskundigelaag .inner>.flexbox-wrapper .ervaringsdeskundige{
    flex-basis: 100%;
    border-radius: 8px;
    border: 1px solid rgba(0, 54, 102, 0.20);
    padding: 24px;
    display: flex;
    flex-wrap: wrap;
}

.deskundigelaag .inner>.flexbox-wrapper .ervaringsdeskundige>span{
    width: 100px;
    height: 100px;
    background-size: cover;
    border-radius: 100%;
    margin-right: 24px;
}

.deskundigelaag .inner>.flexbox-wrapper .ervaringsdeskundige>div{
    flex-basis: 20%;
    flex-grow: 1;
}

.deskundigelaag .inner>.flexbox-wrapper .ervaringsdeskundige>div>p:first-child{
    font-size: 24px;
    font-weight: 700;
    line-height: 140%;
}

.deskundigelaag .inner>.flexbox-wrapper .ervaringsdeskundige>div>p:nth-child(2){
    font-weight: 300;
    margin-bottom: 12px;
}

.deskundigelaag .inner>.flexbox-wrapper .ervaringsdeskundige>div>p:nth-child(2) strong{
    font-weight: 600;
}

.flexbox-wrapper:has(.cursus-aanbod-blok){
    row-gap: 29px;
}

.cursus-aanbod-blok{
    flex-basis: 100%;
}

.cursus-aanbod-blok:has(a:focus-visible){
    border: 2px solid #16798A!important;
}

.cursus-aanbod-blok:hover>span, .cursus-aanbod-blok:has(a:focus-visible)>span{
    transform: scale(1.2);
}

.cursus-aanbod-blok>span{
    width: 100%!important;
    height: 220px!important;
    background-size: cover!important;
    margin-right: 0!important;
    border-radius: 8px 8px 0 0;
    transition: 0.4s;
}

.cursus-aanbod-blok>div{
    padding: 32px;
    border-radius: 0 0 8px 8px;
    border: 1px solid var(--Stroke, rgba(0, 54, 102, 0.20));
    border-top: unset;
    background-color: white;
    transition: 0.3s;
    z-index: 1;
    position: relative;
}

.cursus-aanbod-blok:hover>div{
    background-color: #ebf7f8;
}

.cursus-aanbod-blok>div h5{
    margin-bottom: 14px;
}

.cursus-aanbod-blok>div .excerpt{
    padding-bottom: 24px;
    border-bottom: 1px solid #21252926;
    margin-bottom: 24px;

}

.cursus-aanbod-blok>div .excerpt>p{
    font-size: 16px!important;
    line-height: 150%!important;
}

.alertlaag .inner>div{
    border-radius: 8px;
    background: #CFEBED;
    padding: 32px;
}

.alertlaag .inner>div h2{
    margin-bottom: 14px;
}

.alertlaag .inner>div .gform_wrapper.gravity-theme{
    margin-top: 32px;
}

.alertlaag .gform_wrapper.gravity-theme .gfield_checkbox{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 16px;
}

.alertlaag .gform_wrapper.gravity-theme .gfield_checkbox .gchoice{
    flex-basis: 100%;
    margin-right: unset;
}

.alertlaag .gform_wrapper.gravity-theme .gform_fields{
    grid-row-gap: 24px;
}

.cursuspage>section:not(:first-of-type){
    padding-bottom: 0!important;
}

.cursuspage .hoofdlaag a.link.expanded::before{
    transform: rotateX(180deg);
}

.cursuspage>span{
    width: 100%;
    height: 183px;
    background-size: cover;
}

.cursuspage .hoofdlaag{
    background: linear-gradient(0deg, #CFEBED 0%, #CFEBED 100%), #FFF;
    padding: 12px 0 32px!important;
}

.cursuspage .hoofdlaag a.link{
    color: #16798A!important;
    width: fit-content;
    padding-left: 0;
    padding-right: 22px;
}

.cursuspage .hoofdlaag a.link::before{
    background-image: url(https://herstelacademie.ggz-nhn.nl/wp-content/uploads/2025/09/Vector.svg);
    left: unset;
    right: 0;
    width: 11px;
    height: 7px;
    top: 9px;
}

.cursuspage .hoofdlaag .flexbox-wrapper .info{
    border-radius: 8px;
    background: #FFF;
    box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.02), 0 3px 12px 0 rgba(0, 0, 0, 0.05);
    padding: 32px;
    flex-basis: 100%;
    margin-top: 24px;
}

.totaal-bijeenkomst{
    padding-left: 36px;
    position: relative;
    padding-bottom: 24px;
    margin-bottom: 24px;
    border-bottom: 1px solid #21252926;
    margin-top: 16px;
    font-size: 16px;
    line-height: 150%;
}

.totaal-bijeenkomst::before{
    content: "";
    background-image: url(https://herstelacademie.ggz-nhn.nl/wp-content/uploads/2025/09/svg1290.svg);
    width: 20px;
    height: 20px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    left: 0;
    top: 0;
}

.cursuspage .hoofdlaag .flexbox-wrapper .info p:has(strong){
    margin-bottom: 24px;
}

.cursuspage .hoofdlaag .flexbox-wrapper .info .volgende-training{
    align-items: center;
    margin-bottom: 16px;
}

.cursuspage .hoofdlaag .flexbox-wrapper .info .volgende-training>div:first-child{
    margin-right: 13px;
}

.cursuspage .hoofdlaag .flexbox-wrapper .info .volgende-training>div:first-child>p:first-child{
font-size: 12px;
    line-height: 150%;
    font-weight: 600;
    padding: 3px 13px;
    background-color: black;
    color: white;
}
.cursuspage .hoofdlaag .flexbox-wrapper .info .volgende-training>div:first-child>p:last-child{
text-align: center;
    border: 1px solid #E6E6E6;
    font-weight: 600;
}

.cursuspage .hoofdlaag .flexbox-wrapper .info .volgende-training>div:last-child>p:last-child{
        font-size: 14px;
    line-height: 150%;
    color: #21252999;
}

.cursuspage .hoofdlaag .flexbox-wrapper .info .plaatsen-over{
    color: #39870C;
    padding: 15px 0 15px 36px;
    position: relative;
    border-radius: 8px;
    background-color: #DCF4CC;
    font-size: 16px!important;
    line-height: 150%!important;
}

.cursuspage .hoofdlaag .flexbox-wrapper .info .plaatsen-over::before{
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background-color: #39870C;
    position: absolute;
    top: 22px;
    left: 16px;
}

.cursuspage .hoofdlaag .flexbox-wrapper .info .knoppen{
    margin-top: 24px;
    padding-top: 24px;
    border-top: 1px solid #21252926;
}

.cursuspage .hoofdlaag .flexbox-wrapper .info .knoppen a{
    width: 100%;
}

.cursuspage .hoofdlaag .flexbox-wrapper .info .knoppen a:first-child{
    margin-bottom: 16px;
}

.cursuspage .contentlaag h2{
    margin-bottom: 16px;
}

.cursuspage .contentlaag.usps ul{
    margin-left: 24px;
    list-style-type: square;
}

.cursuspage .contentlaag.usps ul li::marker{
    color: #16798A;
    font-size: 26px;
}

.cursuspage .contentlaag.usps ul li:not(:last-child){
    margin-bottom: 14px;
}

.cursuspage .veelgestelde-vragen .tekst{
    text-align: center;
}

.cursuspage>section.veelgestelde-vragen{
    padding-bottom: 32px!important;
}

.cursuspage>section.formulierlaag{
    padding-bottom: 32px!important;
    background-color: #CFEBED;
}

.cursuspage .formulierlaag h2{
    margin-bottom: 24px;
}



.cursuspage .formulierlaag .gform_wrapper.gravity-theme{
    margin-top: 24px;
    border-radius: 8px;
    background: #FFF;
    padding: 24px;
}

.sub.single .bekijk-ook .inner>a.btn{
    margin-top: 40px;
}

.single-blog .hoofdlaag .flexbox-wrapper .content>*:not(img) {
    max-width: 880px;
    margin-left: auto;
    margin-right: auto;
}

.single-blog .hoofdlaag .flexbox-wrapper .content{
    flex-basis: 100%
}

.single-blog .hoofdlaag .pretitel{
    white-space: break-spaces;
    padding: 0;
    background-color: transparent;
    width: 100%;
}


.flexbox-wrapper:has(>.kijk-lees-luister) {
    gap: 24px;
    align-items: stretch!important;
    justify-content: unset!important;
}

.kijk-lees-luister {
    border-radius: 8px;
    border: 1px solid var(--Stroke, rgba(0, 54, 102, 0.20));
    padding: 24px;
    flex-basis: 100%;
    position: relative;
    gap: 32px;
}

.kijk-lees-luister .title {
    font-size: 20px!important;
    font-weight: bold;
    line-height: 120%!important;
    flex-basis: 100%!important;
}


.kijk-lees-luister span {
    width: 180px !important;
    height: 180px !important;
    border-radius: 100%;
    background-size: cover;
}

.kijk-lees-luister::before {
    content: "";
    background-image: url(https://herstelacademie.ggz-nhn.nl/wp-content/uploads/2025/09/kijk.svg);
    width: 48px;
    height: 48px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    bottom: 24px;
    right: 24px;
}

.kijk-lees-luister{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: space-between;
}

.kijk-lees-luister a.link{
    flex-basis: 100%;
    z-index: 2;
}

.kijk-lees-luister.lees-nu::before {
    background-image: url(https://herstelacademie.ggz-nhn.nl/wp-content/uploads/2025/09/lees.svg);
}

.kijk-lees-luister.luister-nu::before {
    background-image: url(https://herstelacademie.ggz-nhn.nl/wp-content/uploads/2025/09/luister.svg);
}

.veelgestelde-vragen .faq-simple .accordion {
    padding: 16px 40px 16px 0;
    &:hover{
        background-color: #cfebed9c;
    }
}

.veelgestelde-vragen .faq-simple .accordion.active{
    background-color: transparent;
}



.veelgestelde-vragen .faq-simple .accordion:first-child {
    border-top: 1px solid var(--Stroke, rgba(0, 54, 102, 0.20));
}

.veelgestelde-vragen .faq-simple .panel {
    border-bottom: 1px solid var(--Stroke, rgba(0, 54, 102, 0.20));
    margin: 0;
}

.veelgestelde-vragen .faq-simple .panel:last-child {
    border-bottom: none;
}

.veelgestelde-vragen .faq-simple .panel>*:last-child {
    margin-bottom: 16px;
}

.veelgestelde-vragen .faq-simple .accordion::after {
    content: url(https://herstelacademie.ggz-nhn.nl/wp-content/uploads/2025/09/faq-accordion.svg);
    right: 0px;
    top: 19px;
}

.veelgestelde-vragen .faq-simple .accordion.active::after {
    content: url(https://herstelacademie.ggz-nhn.nl/wp-content/uploads/2025/09/svg-1.svg);
    width: 23px;
    top: 19px;
    transform: unset;
}

.flexbox-wrapper.afbeelding-content {
    gap: 16px;
}

.flexbox-wrapper.afbeelding-content .afbeelding-content-blok {
    flex-basis: 100%;
}

.flexbox-wrapper.afbeelding-content .afbeelding-content-blok>div {
    border-radius: 8px;
    background: #FFF;
    padding: 24px;
}

.flexbox-wrapper.afbeelding-content .afbeelding-content-blok a.btn {
    margin-top: 32px;
}

.blokken-carousel .owl-stage-outer, .blogs-slider .blogs-carousel .owl-stage-outer {
    overflow: visible;
}

.blokken-carousel .owl-stage-outer .owl-stage .owl-item, .blogs-slider .blogs-carousel .owl-stage-outer .owl-stage .owl-item {
    transition: 0.2s;
}

.blokken-carousel .owl-stage-outer .owl-stage .owl-item:nth-last-child(2):not(.active)+.owl-item, .blogs-slider .blogs-carousel .owl-stage-outer .owl-stage .owl-item:nth-last-child(2):not(.active)+.owl-item {
    opacity: 1;
}

.blokken-carousel .owl-stage-outer .owl-stage .owl-item.last-active, .blogs-slider .blogs-carousel .owl-stage-outer .owl-stage .owl-item.last-active {
    opacity: 0.5;
}

.blokken-carousel .afbeelding-content-blok>div a.link {
    margin-top: 24px;
    z-index: 2;
}

.blokken-carousel {
    margin-top: 24px;
}

.blokken-carousel .afbeelding-content-blok {
    width: 315px;
    position: relative;
}

.blokken-carousel .afbeelding-content-blok>a{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.blokken-carousel .afbeelding-content-blok:hover > div>p:nth-child(2) {
    text-decoration: underline;
}

.blokken-carousel .afbeelding-content-blok>span {
    width: 100%;
    height: 156px;
    background-size: cover;
    border-radius: 8px 8px 0 0;
}

.blokken-carousel .afbeelding-content-blok>div {
    padding: 24px;
    background-color: white;
    border-radius: 0 0 8px 8px;
}

.blokken-carousel .afbeelding-content-blok>div p:nth-child(2) {
    margin-bottom: 16px;
    font-weight: bold;
    font-size: 18px;
    line-height: 150%;
}

.blokken-carousel .afbeelding-content-blok>div p:nth-child(3) {
    font-weight: 500;
}



.videolaag .flexbox-wrapper {
    border-radius: 8px;
    background: #DCF4CC;
    padding: 32px;
}

.videolaag .flexbox-wrapper h2 {
    margin-bottom: 14px;
}

.videolaag .flexbox-wrapper video, .videolaag .flexbox-wrapper iframe {
    margin-top: 32px;
    border-radius: 8px;
    object-fit: cover;
    height: 180px;
    width: 100%;
}

.quotelaag blockquote {
    margin: 0;
}

.quotelaag blockquote p:first-child {
    font-size: 24px;
    line-height: 150%;
    font-style: italic;
}

.quotelaag blockquote p:last-child {
    font-size: 14px;
    line-height: 150%;
    margin-left: auto;
    text-align: right;
    margin-top: 8px;
}

.usplaag .wrapper {
    padding: 32px 0;
    background-color: #DCF4CC;
}

.usplaag .wrapper .owl-item .flexbox-wrapper {
    align-items: center;
}

.usplaag .wrapper .owl-item .flexbox-wrapper span {
    width: 32px;
    height: 32px;
    background-size: cover;
    margin-right: 18px;
}

.usplaag .wrapper .owl-item .flexbox-wrapper p {
    font-weight: 600;
    font-size: 18px;
    flex-basis: 40%;
    flex-grow: 1;
}

.content-afbeelding .content .tekst>ul {
    list-style-type: square;
}

.content-afbeelding .content .tekst>ul li::marker {
    color: #16798A;
}

.onze-mensen .results .flexbox-wrapper {
    gap: 40px;
}

.onze-mensen-blok {
    flex-basis: 100%;
    border-radius: 8px;
    border: 2px solid var(--Stroke, rgba(0, 54, 102, 0.20));
    padding: 32px;
    text-align: center;
    position: relative;
    transition: 0.4s;
    &:hover{
        border: 2px solid #16798A;
        background: #CFEBED;
    }
}

.onze-mensen-blok>a:first-child{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.onze-mensen-blok>span {
    width: 120px;
    height: 120px;
    border-radius: 100%;
    margin: 0 auto;
    margin-bottom: 24px;
}

.onze-mensen-blok>p:first-of-type {
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 8px;
    line-height: 150%;
}

.onze-mensen-blok>p:nth-of-type(2) {
    color: #666666;
    font-weight: 500;
}

.onze-mensen-blok>a {
    color: #16798A;
    font-weight: 600;
    margin-top: 24px;
    display: block;
    z-index: 2;
    position: relative;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
}


.content-afbeelding .tekst blockquote {
    margin-left: 0;
    margin-right: 0;
}

.content-afbeelding .tekst blockquote p:first-child {
    font-size: 24px;
    line-height: 150%;
    font-style: italic;
}

.content-afbeelding .tekst blockquote p:last-child {
    margin-left: auto;
    font-size: 14px;
    text-align: right;
    line-height: 150%;
}

.blokken .inner>.flexbox-wrapper:has(.locatieblok) {
    gap: 40px;
}

.locatieblok {
    flex-basis: 100%;
}

.locatieblok>span {
    width: 100%;
    height: 237px;
    background-size: cover;
    border-radius: 8px 8px 0 0;
}

.locatieblok>div {
    border-radius: 0 0 8px 8px;
    border: 2px solid #CFEBED;
    padding: 24px;
}

.locatieblok>div>p:first-child {
    font-size: 20px;
    line-height: 150%;
    margin-bottom: 10px;
    font-weight: 700;
}

.locatieblok>div>p:last-of-type,
.locatieblok>div>a:first-of-type {
    padding-left: 36px;
    position: relative;
    margin-bottom: 10px;
    display: block;
    color: #011627;
}

.locatieblok>div>p:last-of-type::before,
.locatieblok>div>a:first-of-type::before {
    content: "";
    background-image: url(https://herstelacademie.ggz-nhn.nl/wp-content/uploads/2025/09/map.svg);
    position: absolute;
    left: 0;
    top: 0;
    width: 24px;
    height: 24px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.locatieblok>div>a:first-of-type {
    text-decoration: underline;

    &:hover {
        text-decoration: none;
    }
}

.locatieblok>div>a:first-of-type::before {
    background-image: url(https://herstelacademie.ggz-nhn.nl/wp-content/uploads/2025/09/envelope.svg);
}

.locatieblok>div>a:last-of-type {
    display: block;
    margin-top: 40px;
    color: #16798A;
    font-weight: 600;
}

.sub-content .hoofdlaag {
    background-color: #CFEBED;
}

.content-afbeelding.accordionlaag .accordion-rechts {
    margin-top: 24px;
}

.info-en-contact .inner .flexbox-wrapper {
    border-radius: 8px;
    background-color: #DCF4CC;
    padding: 24px;
}

.info-en-contact .inner .flexbox-wrapper h5 {
    margin-bottom: 24px;
}

.info-en-contact .inner .flexbox-wrapper>div:last-child {
    margin-top: 32px;
    border-radius: 8px;
    background: #FFF;
    padding: 24px;
    width: 100%;
}

.info-en-contact .inner .flexbox-wrapper>div:first-child br {
    display: none;
}

.info-en-contact .inner .flexbox-wrapper>div:last-child>p:first-child {
    font-size: 20px;
    margin-bottom: 8px;
}

.info-en-contact .inner .flexbox-wrapper>div:last-child>div {
    margin-top: 24px;
    padding-top: 24px;
    border-top: 1px solid #00366633;
}

.info-en-contact .inner .flexbox-wrapper>div:last-child>div>p:first-child {
    margin-bottom: 8px;
}

/**
 * Owl Carousel - Nav
 * ----------------------------------------------------------------------------
 */
.owl-nav {
    display: block;
}

.owl-nav .owl-prev {
    width: 48px;
    height: 48px;
    border-radius: 4px;
    position: absolute;
    background: transparent url(https://herstelacademie.ggz-nhn.nl/wp-content/themes/2024-05-theme/images/owl-nav-dark.svg) no-repeat !important;
    background-position: center center !important;
    transform: rotateY(180deg);
    bottom: 0;
    right: 56px;
    transition: 0.2s;
}

.owl-nav .owl-next {
    width: 48px;
    height: 48px;
    position: absolute;
    background: transparent url(https://herstelacademie.ggz-nhn.nl/wp-content/themes/2024-05-theme/images/owl-nav-dark.svg) no-repeat !important;
    background-position: center center !important;
    bottom: 0;
    right: 0;
    transition: 0.2s;
}

.owl-nav .owl-prev:hover,
.owl-nav .owl-next:hover {
    background: transparent url(https://herstelacademie.ggz-nhn.nl/wp-content/themes/2024-05-theme/images/owl-nav-hover.svg) no-repeat !important;
}

/**
 * Owl Carousel - Dots
 * ----------------------------------------------------------------------------
 */
.owl-dots {
    display: flex;
    flex-wrap: wrap;
    margin-top: 48px;
    padding-bottom: 24px;
    width: calc(100% - 120px);
}

.owl-dots .owl-dot {
    height: 2px !important;
    background-color: #16798A40 !important;
    flex-grow: 1;
}

.owl-dots .owl-dot.active {
    height: 2px !important;
    background-color: #16798A !important;
}


/**
 * Algemeen - filters
 * ----------------------------------------------------------------------------
 */

.search-filter-reset{
    display: block;
    color: #16798A;
    font-weight: bold;
    font-size: 16px;
    line-height: 150%;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    line-height: 150%;
    &:hover{
        text-decoration: underline;
    }
}
 
#search-filter-form-871>ul {
    margin-left: 0;
    width: 100%;
}

#search-filter-form-871 label {
    width: 100%;
    position: relative;
}

#search-filter-form-871 label::before{
    content: "";
        background-image: url(https://herstelacademie.ggz-nhn.nl/wp-content/uploads/2025/09/chevron-down.svg);
        width: 14px;
        height: 9px;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        position: absolute;
        top: 20px;
        right: 16px;
        visibility: visible;
}

#search-filter-form-871 .sf-input-select {
    width: 100%;
    padding: 12px 16px;
    border: 1px solid var(--Stroke, rgba(0, 54, 102, 0.20));
    border-radius: 8px;
    appearance: none;
    font-family: 'Roboto';
    font-size: 16px;
}

#search-filter-form-871 h4 {
    padding: 0;
    font-size: 16px;
    line-height: 150%;
    padding-bottom: 12px;
}

#search-filter-form-871 .sf-field-post-meta-blog_categorie {
    position: relative;
}

#search-filter-form-871 .sf-field-post-meta-blog_categorie::after {
    content: "";
    position: absolute;
    background-image: url(https://herstelacademie.ggz-nhn.nl/wp-content/uploads/2025/09/chevron-down.svg);
    width: 14px;
    height: 9px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    top: 54px;
    right: 16px;
}

.searchandfilter>ul>li {
    padding: 0;
    margin-bottom: 22px;
}

.searchandfilter ul li ul::-webkit-scrollbar {
    display: none;
}

.sub.projecten .filters>form {
    justify-content: center;
}

.searchandfilter ul li ul li {
    height: fit-content;
    position: relative;
    cursor: pointer;
    flex-basis: fit-content;
    transition: 0.2s;
    margin-right: 8px;
    padding: 0;
    display: inline-block;
    width: fit-content;
    margin-bottom: 8px;
}

.searchandfilter ul li ul li:hover label {
    color: white;
    background-color: black;
    border-color: black;
}

.searchandfilter ul li ul li input {
    appearance: none;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    margin: 0;
    padding: 0;
    cursor: pointer;
}

.searchandfilter ul li ul li label {
    font-size: 16px;
    font-weight: 600;
    line-height: 16px;
    text-align: left;
    color: #252422;
    text-decoration: none;
    padding: 8px 12px !important;
    background-color: transparent;
    border: 1px solid #E31029;
    border-radius: 40px;
    transition: 0.2s;
}

.searchandfilter ul li ul li.sf-option-active label {
    color: white;
    background-color: black;
    border-color: black;
}

/**
 * Onze mensen - filters
 * ----------------------------------------------------------------------------
 */

#search-filter-form-747>ul, #search-filter-form-1091>ul{
    margin-left: 0;
    width: 100%;
}

#search-filter-form-747>ul>li>ul, #search-filter-form-1091>ul>li>ul {
    border: 1px solid var(--Stroke, rgba(0, 54, 102, 0.20));
    height: 42px;
    overflow: hidden;
    transition: 0.5s ease-in-out;
    border-radius: 8px;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    width: 100%;
    position: relative;
}

#search-filter-form-747>ul>li>ul::after, #search-filter-form-1091>ul>li>ul::after {
    content: "";
    position: absolute;
    background-image: url(https://herstelacademie.ggz-nhn.nl/wp-content/uploads/2025/09/chevron-down.svg);
    width: 14px;
    height: 9px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    top: 16px;
    right: 16px;
}

#search-filter-form-747>ul>li>ul:hover, #search-filter-form-1091>ul>li>ul:hover {
    height: 168px;
}

#search-filter-form-747>ul>li>ul>li, #search-filter-form-1091>ul>li>ul>li {
    width: 100%;
    margin-bottom: 0;
}

#search-filter-form-747>ul>li>ul>li.sf-option-active, #search-filter-form-1091>ul>li>ul>li.sf-option-active {
    order: -1;
}



#search-filter-form-747 ul li ul li label, #search-filter-form-1091 ul li ul li label {
    width: 100%;
    padding: 12px 16px !important;
    border-radius: 8px;
    border: unset;
    color: black;
    font-weight: normal;
    background-color: transparent;
}


/**
 * Cursussen - filters
 * ----------------------------------------------------------------------------
 */

/* === Bottom filter bar en drawer tot 1024px === */
@media (max-width: 1023px){
  /* vaste bar */
  .sf-bottombar {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    background: #CFEBED; /* merk-kleur */
    color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 32px 24px;
    box-shadow: 0 -6px 18px rgba(0,0,0,.16);

  }
  .sf-bottombar button {
    appearance: none;
    border: 0;
    background: #fff;
    color: black;
    border-radius: 8px;
    padding: 12px 16px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    line-height: 150%;
    width: 100%;
    text-align: left;
    position: relative;
  }
  .sf-bottombar button::before, #search-filter-form-977>ul>li>ul::after{
    content: "";
    background-image: url(https://herstelacademie.ggz-nhn.nl/wp-content/uploads/2025/09/chevron-down.svg);
    width: 14px;
    height: 9px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 20px;
    right: 16px;
    visibility: visible;
  }
  .sf-bottombar__count { 
    display: none
}

  /* overlay */
  .sf-filter-overlay {
    position: fixed;
    inset: 0;
    background: rgba(8, 31, 31, .45);
    opacity: 0;
    pointer-events: none;
    transition: opacity .2s ease;
    z-index: 9998;
  }
  .sf-filter-overlay.is-open { opacity:1; pointer-events:auto }

  /* drawer */
  .sf-drawer {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    transform: translateY(100%);
    transition: transform .28s ease;
    z-index: 10000;
    box-shadow: 0 -10px 24px rgba(0,0,0,.18);
    display: flex;
    flex-direction: column;
  }
  .sf-drawer.is-open { transform: translateY(0) }

  .sf-drawer__header{
    display:flex; align-items:center; justify-content:space-between;
    padding:1rem 1.2rem; border-bottom:1px solid #e6ecec;
    display: none;
  }
  .sf-drawer__title{ font-size:1.1rem; font-weight:700; margin:0 }
  .sf-drawer__close{
    appearance:none; border:0; background:transparent; font-size:1.8rem; line-height:1;
  }
  .sf-drawer__body{
    overflow:auto; -webkit-overflow-scrolling:touch;
    padding: .5rem 1.2rem 1rem;
    height: calc(100vh - 185px);
    padding-top: 120px;
  }
  .sf-drawer__footer{
    padding: 32px 24px;
    border-top:1px solid #e6ecec;
    display:flex; gap:.6rem;
  }
  .sf-drawer__apply {
        flex: 1;
        appearance: none;
        border: 0;
        border-radius: 8px;
        padding: 12px 16px;
        font-weight: 400;
        text-align: left;
        background: #16798A;
        color: #fff;
        font-family: 'Roboto', sans-serif;
        font-size: 16px;
        line-height: 150%;
        position: relative;
  }

  .sf-drawer__apply::before{
    content: "";
    background-image: url(https://herstelacademie.ggz-nhn.nl/wp-content/uploads/2025/09/x.svg);
    width: 24px;
    height: 24px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 50%;
    right: 16px;
    transform: translateY(-50%);
  }


  .sf-drawer__reset{
    display: none;
  }


}

/* desktop laat alles zoals het was */
@media (min-width: 1024px){
.sf-bottombar,
    .sf-drawer,
    .sf-filter-overlay {
        display: none !important
    }

    #search-filter-form-977>ul>li{
        width: fit-content;
        display: inline-block;
        margin-right: 12px;
    }

    #search-filter-form-977{
        margin-bottom: 8px;
    }

    #search-filter-form-977>ul{
        display: flex;
        flex-wrap: wrap;
        align-items: flex-start;
    }

    #search-filter-form-977>ul>li.sf-field-reset{
        position: relative;
        bottom: -48px;
        margin-left: 12px;
    }

    #search-filter-form-977>ul>li>ul::after{
    content: "";
    background-image: url(https://herstelacademie.ggz-nhn.nl/wp-content/uploads/2025/09/chevron-down.svg);
    width: 14px;
    height: 9px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 20px;
    right: 16px;
    visibility: visible;
  }
}


#search-filter-form-977>ul>li>ul::before{
    content: "Alles wat ik wil bereiken";
    position: absolute;
    font-size: 16px;
    line-height: 150%;
    font-weight: 400;
    color: black;
    font-family: 'Roboto', sans-serif;
    top: 12px;
}

#search-filter-form-977 ul li ul li:first-child{
    margin-top: 34px;
}

.sf-field-post-meta-soort_deelnemer>ul::before{
    content: "Iedereen"!important;
}

.sf-field-post-meta-alle_cursus_locaties>ul::before{
    content: "Alle locaties"!important;
}

#search-filter-form-977 ul li ul li:hover label, #search-filter-form-977 ul li ul li.sf-option-active label{
    background-color: unset;
    border-color: unset;
    color: black;
}

#search-filter-form-977>ul>li>h4{
    font-size: 14px;
    line-height: 150%;
    color: #1D1D1FCC;
    margin-bottom: 12px;
    padding: 0;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    line-height: 150%;
}

#search-filter-form-977>ul>li>ul{
    border-radius: 8px;
    border: 1px solid var(--Stroke, rgba(0, 54, 102, 0.20));
    background: #FFF;
    padding: 12px 16px;
    max-height: 50px;
    overflow: hidden;
    transition: 0.5s linear;
    position: relative;
}

#search-filter-form-977>ul>li{
    cursor: pointer;
}

#search-filter-form-977>ul>li.is-open>ul{
    max-height: 250px;
}

#search-filter-form-977>ul>li>ul:has(li input:focus-visible){
    max-height: 400px;
}

#search-filter-form-977>ul {
    margin-left: 0;
    width: 100%;
}

#search-filter-form-977 ul li ul li{
    display: block;
}

#search-filter-form-977 ul li ul li input{
    appearance: auto;
    position: unset;
    border-radius: unset;
    width: 18px;
    height: 18px;
    position: relative;
    top: 3px;
}

#search-filter-form-977 ul li ul li label{
    padding: 0 !important;
    font-weight: normal;
    border: unset;
    border-radius: unset;
    margin-left: 8px;
    line-height: 150%;
    color: black;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    line-height: 150%;
}

/**
 * Blogs - pagination
 * ----------------------------------------------------------------------------
 */
.pagination {
    position: relative;
    width: 100%;
    flex-basis: 100%;
    margin-top: 32px;
}

.pagination .wp-pagenavi {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.pagination .pages {
    display: none !important;
}

.pagination .page, .pagination .extend, .pagination .nextpostslink, .pagination .previouspostslink, .pagination .last, .pagination .first, .pagination .current {
    width: 44px;
    height: 44px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    color: black;
    line-height: 150%;
    margin: 0;
    padding: 0;
    border: unset;
}

.pagination .current{
    background-color: #CFEBED;
    color: #16798A;
    font-weight: bold;
}

.pagination .nextpostslink{
    order: 1;
    color: transparent;
    background-image: url(https://herstelacademie.ggz-nhn.nl/wp-content/uploads/2025/09/page-next.svg);
    background-position: center;
    background-repeat: no-repeat;
}

.pagination .previouspostslink{
    order: -1;
    color: transparent;
    background-image: url(https://herstelacademie.ggz-nhn.nl/wp-content/uploads/2025/09/page-next.svg);
    background-position: center;
    background-repeat: no-repeat;
    transform: rotateY(180deg);
}

/**
 * Contact
 * ----------------------------------------------------------------------------
 */


/**
 * Gravity Forms
 * ----------------------------------------------------------------------------
 */

.gform_wrapper.gravity-theme .gsection{
    border: unset!important;
    padding: 0!important;
}

.gform_wrapper.gravity-theme .gsection h3{
    font-size: 20px;
    line-height: 140%;
}


.gform_wrapper.gravity-theme .gform_required_legend,
.gform_wrapper.gravity-theme .gform_fileupload_rules {
    display: none !important;
}

.gform_wrapper.gravity-theme .gfield_required {
    color: #1D1D1FCC !important;
    font-size: 16px !important;
}

.gform_wrapper.gravity-theme .gfield_label {
    font-weight: 700 !important;
    font-family: "Roboto", sans-serif;
    font-size: 16px !important;
    line-height: 100%;
    margin-bottom: 12px!important;
    color: #1D1D1FCC;
}

.gform_wrapper.gravity-theme .gform_body,
.gform_wrapper.gravity-theme .gform_footer {
    width: 100%;
}

.gform_wrapper.gravity-theme .gform_body input,
.gform_wrapper.gravity-theme .gform_body textarea,
.gform_wrapper.gravity-theme .gform_body select {
    height: 48px;
    border: 1px solid var(--Stroke, rgba(0, 54, 102, 0.20));
    font-size: 16px;
    line-height: 100%;
    border-radius: 8px;
    font-family: "Roboto", sans-serif;
}

.gform_wrapper.gravity-theme .gform_body select{
    appearance: none;
}

.gform_wrapper.gravity-theme .gform_body .ginput_container_select:has(select){
    position: relative;
}

.gform_wrapper.gravity-theme .gform_body .ginput_container_select:has(select)::before{
    content: "";
    background-image: url(https://herstelacademie.ggz-nhn.nl/wp-content/uploads/2025/09/chevron-down.svg);
    position: absolute;
    top: 21px;
    right: 16px;
    width: 11px;
    height: 7px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.gform_wrapper.gravity-theme .gform_body input:focus,
.gform_wrapper.gravity-theme .gform_body textarea:focus {
    border-color: #024166 !important;
}

.gform_wrapper.gravity-theme .gform_body textarea {
    height: 96px !important;
}

.gform_wrapper.gravity-theme .gfield_error [aria-invalid=true] {
    border: 1px solid #c02b0a !important;
}

.gform_wrapper.gravity-theme .gform_footer {
    padding-bottom: 0 !important;
}

.gform_wrapper.gravity-theme .gform_footer .gform_button.button {
    margin-bottom: 0;
    height: 52px !important;
}

.gform_wrapper.gravity-theme .gform_validation_errors>h2 {
    font-family: "Roboto", sans-serif;
    font-size: 18px !important;
    line-height: 100% !important;
    color: #c02b0a !important;
}

.gform-icon--circle-error:before {
    color: #c02b0a !important;
}

.gform_wrapper.gravity-theme .gfield.gfield--type-consent input {
    appearance: none;
    border: 1px solid #16133E99 !important;
    width: 14px !important;
    height: 14px !important;
    margin: 0;
    position: relative;
    background-color: white;
    padding: 0 !important;
}

.gform_wrapper.gravity-theme .gfield.gfield--type-consent label a {
    text-decoration: underline;
}

.gform_wrapper.gravity-theme .gfield.gfield--type-consent label a:hover {
    text-decoration: none;
}

.gform_wrapper.gravity-theme .gfield.gfield--type-consent input:checked {
    background-color: #16133E;
}

.gform_wrapper.gravity-theme .gform_body .gchoice{
    width: fit-content;
    margin-right: 16px;
    display: inline-block;
}

.gform_wrapper.gravity-theme .gform_body .gchoice input{
    width: 18px;
    height: 18px;
    margin: 0 8px 0 0;
    appearance: none;
    border-radius: 0;
    border-color: #16798A;
    background-color: white;
}

.gform_wrapper.gravity-theme .gform_body .gchoice input:checked{
    background-color: #16798A;
}

.gform_wrapper.gravity-theme .gform_body .gfield_radio .gchoice input{
    border-radius: 100%;
}

.gform_wrapper.gravity-theme .gform_body .gfield_radio .gchoice input:checked{
    background-color: white;
    border: 5px solid #16798A;
}

.gform_wrapper.gravity-theme .gform_body input.datepicker{
    width: 100%;
}

::placeholder{
    color: rgba(0, 0, 0, 0.50);
}

/**
 * Media Queries
 * ----------------------------------------------------------------------------
 */
@media (min-width:425px) {}

@media (min-width:700px) {}


@media (min-width:768px) {
    /**
 * PAGE BUILDER CONTENT
 * ----------------------------------------------------------------------------
 */

    .content-afbeelding .inner>.flexbox-wrapper,
    .twee-kolom-content .inner>.flexbox-wrapper {
        flex-direction: row;
        justify-content: space-between;
        align-items: stretch;
    }

    .content-afbeelding .inner>.flexbox-wrapper>.content,
    .twee-kolom-content .inner>.flexbox-wrapper>.content-links,
    .twee-kolom-content .inner>.flexbox-wrapper>.content-rechts {
        flex-basis: 48%;
    }

    .twee-kolom-content .inner>.flexbox-wrapper>.content-links,
    .twee-kolom-content .inner>.flexbox-wrapper>.content-rechts {
        max-width: 640px;
    }

    .content-afbeelding .inner>.flexbox-wrapper>span {
        flex-basis: 48%;
        margin-top: 0;
        background-size: cover;
        height: unset;
        max-width: 640px;
    }

    .content-afbeelding .inner>.flexbox-wrapper>.content {
        max-width: 640px;
    }

    .twee-kolom-content .inner>.flexbox-wrapper>div:last-of-type {
        margin-top: 0;
    }

    .gecentreerde-content .inner>.flexbox-wrapper {
        align-items: center;
        text-align: center;
        max-width: 620px;
        margin-left: auto;
        margin-right: auto;
    }

    .gecentreerde-content.hoofdlaag .inner>.flexbox-wrapper{
        max-width: unset;
    }

    .gecentreerde-content.ltr .inner>.flexbox-wrapper {
        max-width: unset;
        text-align: left;
        align-items: unset;
    }

    .gecentreerde-content:not(.ltr) .inner>.flexbox-wrapper>.content .flexbox-wrapper {
        justify-content: center;
    }

    .gecentreerde-content .inner>.flexbox-wrapper>.content .flexbox-wrapper p {
        max-width: fit-content;
    }

    .gecentreerde-content .inner>.flexbox-wrapper>.content>.btn,
    .gecentreerde-content .inner>.flexbox-wrapper>.content>span:last-of-type {
        margin-left: auto;
        margin-right: auto;
    }

    .content-afbeelding.reverse .inner>.flexbox-wrapper>.content {
        order: 1;
    }

    .afbeelding-slider .pretitel {
        text-align: center;
    }

    .afbeelding-slider .tekst {
        text-align: center;
    }

    .afbeelding-slider .slider {
        margin-left: auto;
        margin-right: auto;
    }

    .veelgestelde-vragen .categorien {
        display: flex;
        flex-wrap: wrap;
    }

    .veelgestelde-vragen .categorien {
        flex-basis: 30%;
        max-width: 364px;
        max-height: fit-content !important;
    }

    .veelgestelde-vragen .vragen {
        flex-basis: 60%;
        flex-grow: 1;
        margin-left: 60px;
        margin-top: 0;
    }

    .reviewlaag .tekst {
        text-align: center;
        margin-bottom: 40px;
    }

    .reviewlaag .inner>a.btn {
        margin-top: 60px;
        margin-left: auto;
        margin-right: auto;
    }

}

@media (min-width:768px) {

    #search-filter-form-871>ul>li {
        margin-bottom: 0;
    }
    .sub.single-blog .bekijk-ook .inner>a.btn{
        position: absolute;
        top: 0;
        margin-top: 0;
        right: 24px;
    }

    .deskundigelaag .inner>.flexbox-wrapper{
        justify-content: space-between;
    }

    .deskundigelaag .inner>.flexbox-wrapper .ervaringsdeskundige{
        flex-basis: 49%;
    }

    .flexbox-wrapper.linkjes{
        justify-content: space-between;
    }

    .flexbox-wrapper.linkjes .linkjes-blok{
        flex-basis: 32%;
    }

    .cursus-aanbod-blok>div> .excerpt p{
        height: 70px;
        overflow: hidden;
    }

    .cursus-aanbod-blok{
        flex-basis: 49%;
    }

    .cursus-aanbod-blok:nth-child(2n+1){
        margin-right: 2%;
    }

    .alertlaag .gform_wrapper.gravity-theme .gfield_checkbox .gchoice{
        flex-basis: 47%;
    }

    .cursuspage .hoofdlaag a.link{
        display: none!important;
    }

    .cursuspage .hoofdlaag .full-content{
        max-height: unset!important;
    }

    .cursuspage>span{
        height: 250px;
    }

    .cursuspage .hoofdlaag .inner>.flexbox-wrapper{
        justify-content: space-between;
        position: relative;
    }

    .cursuspage .hoofdlaag .flexbox-wrapper>.content{
        flex-basis: 48%!important;
        flex-grow: unset!important;
    }

    .cursuspage .hoofdlaag .flexbox-wrapper>.info{
        width: 48%;
        margin-top: 0;
        position: absolute;
        right: 0;
        bottom: 0;
        max-width: 472px;
    }

    .cursuspage .contentlaag .inner, .cursuspage .quotelaag .inner, .cursuspage .veelgestelde-vragen .inner{
        max-width: 720px;
    }

    .cursuspage .contentlaag.deskundigelaag .inner{
        max-width: 975px;
    }

    .sf-field-reset{
        width: fit-content;
        height: fit-content;
        margin-bottom: 12px!important;
    }

    #search-filter-form-871>ul{
        display: flex;
        flex-wrap: wrap;
        gap: 24px;
        align-items: flex-end;
    }

    #search-filter-form-871 .sf-field-post-meta-blog_categorie{
        width: fit-content;
        margin-bottom: 0;
    }

    #search-filter-form-871 label{
        width: 215px;
    }

    #search-filter-form-871 .sf-field-post-meta-blog_categorie::after{
        width: 10px;
        height: 6px;
        top: 56px;
        right: 75px;
    }

    .flexbox-wrapper:has(>.kijk-lees-luister) {
        column-gap: 0;
    }

    .kijk-lees-luister {
        flex-basis: 49%;
    }

    .kijk-lees-luister:nth-child(2n+1) {
        margin-right: 2%;
    }

    .veelgestelde-vragen .faq-simple .accordion {
        font-weight: 400 !important;
    }

    .veelgestelde-vragen:has(.faq-simple) h2 {
        text-align: center;
    }

    .flexbox-wrapper.afbeelding-content .afbeelding-content-blok {
        display: flex;
        flex-wrap: wrap;
    }

    .flexbox-wrapper.afbeelding-content .afbeelding-content-blok>span,
    .flexbox-wrapper.afbeelding-content .afbeelding-content-blok>div {
        flex-basis: 50%;
        height: 100%;
    }

    .flexbox-wrapper.afbeelding-content .afbeelding-content-blok>span {
        border-radius: 8px 0 0 8px;
        background-size: cover;
    }

    .blokken:has(.flexbox-wrapper.afbeelding-content) .tekst {
        text-align: center;
    }

    .flexbox-wrapper.afbeelding-content .afbeelding-content-blok>div {
        border-radius: 0 8px 8px 0;
        padding: 32px;
    }

    .videolaag .flexbox-wrapper,
    .quotelaag blockquote {
        max-width: 928px;
        margin-left: auto;
        margin-right: auto;
    }

    .videolaag .flexbox-wrapper {
        gap: 32px;
    }

    .videolaag .flexbox-wrapper>* {
        flex-basis: 40%;
        flex-grow: 1;
    }

    .videolaag .flexbox-wrapper video {
        height: unset;
        margin-top: 0;
    }

    .videolaag .flexbox-wrapper iframe{
        height: 100%;
        margin-top: 0;
    }

    .veelgestelde-vragen .categorien a.active {
        order: unset;
        border: unset;
        background-color: #16798A;
        color: white;
    }

    .veelgestelde-vragen .categorien a {
        text-decoration: underline;
        color: #16798A;
        position: relative;
        border-bottom: 1px solid #0036664f;
        &:hover{
            background-color: #16798A;
            color: white;
        }
    }

    .veelgestelde-vragen .categorien a::before{
        content: "";
        background-image: url(https://herstelacademie.ggz-nhn.nl/wp-content/uploads/2025/09/play.svg);
        width: 14px;
        height: 14px;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        position: absolute;
        right: 16px;
        top: 50%;
        transform: translateY(-50%);
    }

    .veelgestelde-vragen .categorien a.active::before, .veelgestelde-vragen .categorien a:hover::before{
        background-image: url(https://herstelacademie.ggz-nhn.nl/wp-content/uploads/2025/09/play-2.svg);
    }

    .veelgestelde-vragen .categorien a:last-child {
        border-bottom: 0;
    }

    .veelgestelde-vragen .vragen .category>div .accordion {
        font-weight: 400;
        font-size: 18px;
    }

    .onze-mensen .results .flexbox-wrapper {
        column-gap: 0;
    }

    .onze-mensen-blok {
        flex-basis: 49%;
    }

    .onze-mensen-blok:nth-child(2n+1) {
        margin-right: 2%;
    }

    .content-afbeelding.accordionlaag .accordion-rechts {
        flex-basis: 48%;
        max-width: 640px;
        margin-top: 0;
    }


    .accordion {
        padding: 33px 40px 33px 86px;
        font-weight: bold;
        font-size: 20px;
        line-height: 150%;
    }

    .accordion::after {
        right: 24px;
        top: 32px;
    }

    .blokken .inner>.flexbox-wrapper:has(.locatieblok) {
        gap: 64px;
    }

    .locatieblok {
        flex-basis: 44%;
        flex-grow: 1;
    }



    .panel {
        margin: 0 26px;
    }

    .accordionblok:has(.active) {
        padding-bottom: 26px;
    }

    .accordion-rechts .accordionblok .accordion::before {
        top: 24px;
        left: 24px;
        width: 44px;
        height: 44px;
        font-size: 20px;
    }

    .info-en-contact .inner .flexbox-wrapper {
        justify-content: space-between;
    }

    .info-en-contact .inner .flexbox-wrapper>div {
        flex-basis: 48%;
        margin-top: 0 !important;
    }

    .footer .flexbox-wrapper {
        justify-content: space-between;
    }

    .footer .flexbox-wrapper>div {
        flex-basis: 48% !important;
    }

    .footer .flexbox-wrapper>div:last-of-type p:nth-child(2) {
        max-width: 200px;
    }

    .footer .flexbox-wrapper>div:nth-child(2) {
        display: block;
        margin-top: 0;
    }

    .under-footer .flexbox-wrapper {
        flex-direction: row;
        justify-content: space-between;
        gap: unset;
    }

    .under-footer .flexbox-wrapper>div {
        flex-direction: row;
        gap: 14px;
    }
}


@media (min-width: 1024px) {

    .nav-search{
        display: none;
    }

    .site-header .search-form{
        display: block;
        transition: 0.4s;
        order: 2;
        width: 58px;
        height: fit-content;
        top: 8px;
        position: absolute;
        right: 24px;
        z-index: 2;
    }

    .site-header .search-form:has(input:focus){
        width: calc(100% - 270px);
    }

    .site-header {
        transition: 0.2s;
    }

    .site-header.scrolled {
        top: 0;
    }

    .site-header.has-topheader.top-header-desktop {
        top: 48px;
        height: 94px;
    }

    .hfeed.site:has(.has-topheader.top-header-desktop) {
        margin-top: 142px;
    }

    .site-header .navbar-btn {
        display: none;
    }

    a[href^="tel:"] {
        text-decoration: none;
    }

    .site-header .inner {
        padding: 0 24px;
    }

    header.site-header div.menu {
        display: none;
    }

    div#navbar {
        transition: unset;
        text-align: center;
        flex-basis: fit-content;
        flex-grow: 1;
        order: 2;
        overflow: visible;
        border-top: 0;
        top: -3px;
        height: 56px;
    }

    .navbar a {
        animation: unset;
    }

    .navbar .menu-menu-1-container {
        position: relative;
    }

    div#navbar ul {
        max-height: unset;
        overflow: visible;
        position: absolute;
        top: 14px;
        width: fit-content;
        right: 0;
        left: 0;
        margin-left: 32px;
    }

    div#navbar .nav-menu>li {
        border-bottom: none !important;
        padding-bottom: 0;
        margin: 0 12px;
        width: fit-content;
        display: inline-block;
        border-top: 0 !important;
        padding-bottom: 0;
        border-bottom: 0;
        padding: 12px;
    }


    div#navbar .nav-menu>li.menu-item-has-children {
        margin-right: 20px;
        padding-bottom: 31px;
    }

    .nav-menu>li:first-of-type {
        padding: 0;
    }

    div#navbar ul li a {
        font-weight: 400;
    }

    div#navbar ul li a::after {
        content: "" !important;
    }

    .nav-menu li.menu-item-has-children>a::after {
        top: -1px;
        right: -21px !important;
        transform: scale(0.8);
    }

    .nav-menu .sub-menu {
        display: block;
        opacity: 0;
        pointer-events: none;
    }

    div#navbar ul li ul li.titel{
        display: block;
        flex-basis: 100%;
        border: none;
        border-radius: 0;
    }

    div#navbar ul li ul li.titel span{
        padding: 0;
        margin-bottom: 8px;
        height: fit-content;
        font-size: 24px;
        line-height: 150%;
        pointer-events: none;
        font-weight: bold !important;
        &:hover{
            background-color: transparent;
        }
    }

    div#navbar ul .sub-menu {
        transition: 0.3s;
        position: fixed;
        left: 0;
        top: 142px;
        margin: 0;
        border-radius: 0 0 8px 8px;
        width: 100%;
        padding: 24px;
        display: flex;
        flex-wrap: wrap;
        gap: 8px;
        background-color: white;
        max-width: 1448px;
        margin: 0 auto;
        align-content: flex-start;
    }

    div#navbar ul .sub-menu::before{
        content: "";
        position: absolute;
        width: 200vw;
        height: 100%;
         box-shadow: rgba(17, 12, 46, .15) 0 48px 50px 0;
        left: -100%;
        background-color: white;
        top: 0;
        z-index: -1;
    }

    div#navbar ul .sub-menu li {
        display: block;
        width: fit-content;
        border-radius: 8px;
        border: 1px solid rgba(0, 54, 102, 0.15);
        margin: 0!important;
        flex-basis: 32.7%;
        text-align: left;
    }

    div#navbar ul .sub-menu li a{
        padding: 24px;
        transition: 0.3s;
        &:hover{
            background-color: #cfebed9e;
            color: black!important;
        }
    }

    .nav-menu li:hover .sub-menu,
    .nav-menu .sub-menu:hover,
    div#navbar ul .sub-menu:has(li a:focus-within){
        opacity: 1 !important;
        pointer-events: all !important;
    }

    .site-header .inner .home-link {
        margin-left: 0;
        width: 201px;
        height: 70px;
    }

    .site-header .btn.navbar-mobile {
        display: none;
    }

}

@media (min-width: 1024px) {

    .mobile {
        display: none!important;
    }

    .desktop {
        display: block;
    }

    .inner {
        font-size: 18px;
        line-height: 150%;
    }

    h1 {
        font-size: 40px;
        line-height: 120%;
    }

    h2 {
        font-size: 32px;
        line-height: 130%;
    }


    .sub-content h1 {
        font-size: 48px;
        line-height: 120%;
    }

    .sub-content h2 {
        font-size: 32px;
        line-height: 130%;
    }

    .fixed-data{
        display: block;
        position: fixed;
        top: -150px;
        left: 0;
        background-color: white;
        box-shadow: 0px 4px 4px 0px #A0A0A026;
        z-index: 99;
        padding: 24px 0;
        transition: 0.5s;
        width: 100%;
    }

    .fixed-data .flexbox-wrapper>a.btn{
        display: none;
        height: fit-content;
    }

    .fixed-data .flexbox-wrapper>div{
        flex-grow: 1;
        display: flex;
        flex-wrap: wrap;
    }

    .fixed-data .flexbox-wrapper>div>p:first-child{
        flex-basis: 100%;
        margin-bottom: 8px;
        font-size: 20px;
        font-weight: 600;
    }

    .fixed-data .flexbox-wrapper>div .data-locaties{
        display: flex;
        flex-wrap: wrap;
        gap: 16px;
        margin-right: 16px;
    }

    .fixed-data .flexbox-wrapper>div .totaal-bijeenkomst{
        margin: 0;
        border: none;
        padding-bottom: 0;
    }

    .cursuspage .fixed-btn{
        display: none;
    }

    .afbeelding-slider .owl-stage-outer .owl-item img{
        height: 100px;
    }

    .sub.single-blog .bekijk-ook .inner h2{
        text-align: left;
        margin-left: 44px;
    }

    .sub.single-blog .bekijk-ook .blokken-carousel{
        margin-top: 40px;
    }

    .sub.single-blog .bekijk-ook .inner>a.btn{
        right: 64px;
    }

    .cursus-aanbod-slider .cursus-aanbod-blok{
        width: 445px;
    }

    .deskundigelaag .inner>.flexbox-wrapper .ervaringsdeskundige{
        padding: 32px;
    }

    .deskundigelaag .inner>.flexbox-wrapper .ervaringsdeskundige>span{
        width: 120px;
        height: 120px;
    }

    .deskundigelaag h2{
        text-align: center;
    }

    .deskundigelaag .inner>.flexbox-wrapper .ervaringsdeskundige>div>p:nth-child(2){
        font-size: 16px;
        line-height: 150%;
        margin-bottom: 32px;
    }

    .blogs-slider .blogs-carousel{
        margin-top: 64px;
    }

    .blogs-slider .blogs-carousel .kijk-lees-luister{
        width: 420px;
    }

    .blogs-slider .blogs-carousel .owl-stage-outer{
        overflow: hidden;
    }

    .blogs-slider .blogs-carousel .owl-stage-outer .owl-stage .owl-item.last-active {
        opacity: 0.5;
    }   

    .flexbox-wrapper.linkjes .linkjes-blok .titel{
        margin-bottom: 32px;
    }

    .cursus-aanbod-blok {
        flex-basis: 32%;
    }

    .cursus-aanbod-blok:nth-child(2n+1) {
        margin-right: 0;
    }

    .cursus-aanbod-blok:nth-child(3n+2) {
        margin-right: 2%;
        margin-left: 2%;
    }

    .cursuspage .gform_wrapper.gravity-theme .gform_fields{
        grid-row-gap: 32px!important;
    }

    .cursuspage .formulierlaag .gform_wrapper.gravity-theme, .alertlaag .inner>div{
        padding: 64px;
    }

    .alertlaag .gform_wrapper.gravity-theme .gfield-choice-input+label{
        max-width: unset;
    }

    .alertlaag .gform_wrapper.gravity-theme .gfield_checkbox .gchoice{
        flex-basis: fit-content;
    }

    .cursuspage>section.veelgestelde-vragen{
        padding-bottom: 120px!important;
    }

    .cursuspage>section.formulierlaag{
        padding-top: 120px!important;
        padding-bottom: 120px!important;
    }

    .cursuspage>span{
        height: 350px;
    }

    .cursuspage .hoofdlaag{
        padding-top: 56px!important;
        padding-bottom: 56px!important;
    }

    .cursuspage #breadcrumbs{
        margin-bottom: 32px!important;
    }

    .cursuspage .hoofdlaag h1{
        margin-bottom: 24px!important;
    }

    .cursuspage .contentlaag.usps ul{
        margin-left: 26px;
    }

    .cursuspage .contentlaag.usps ul li::marker{
        font-size: 30px;
        line-height: 12px;
    }

    #search-filter-form-871{
        margin-bottom: 64px;
    }

    .kijk-lees-luister::before{
        bottom: 32px;
        right: 32px;
    }

    .kijk-lees-luister{
        padding: 32px;
    }

    .kijk-lees-luister .title{
        font-size: 24px!important;
    }

    .flexbox-wrapper:has(>.kijk-lees-luister) {
        row-gap: 64px;
    }

    .kijk-lees-luister {
        flex-basis: 32%;
    }

    .kijk-lees-luister:nth-child(2n+1) {
        margin-right: 0;
    }

    .kijk-lees-luister:nth-child(3n+2) {
        margin-right: 2%;
        margin-left: 2%;
    }

    .veelgestelde-vragen:has(.faq-simple) h2 {
        margin-bottom: 32px;
    }

    .blokken:has(.flexbox-wrapper.afbeelding-content) .tekst h2 {
        margin-bottom: 64px;
    }

    .flexbox-wrapper.afbeelding-content .afbeelding-content-blok {
        flex-basis: 40%;
        flex-grow: 1;
    }

    .flexbox-wrapper.afbeelding-content {
        gap: 32px;
    }

    .blokken-carousel {
        margin-top: 64px;
    }

    .blokken-carousel .owl-stage-outer .owl-stage .owl-item.last-active {
        opacity: 1;
    }

    .blokken-carousel .afbeelding-content-blok {
        width: 326px;
    }

    .blokken-carousel .afbeelding-content-blok>span {
        width: 326px;
        height: 200px;
    }

    .blokken-carousel .afbeelding-content-blok>div {
        padding: 32px;
    }

    .blokken-carousel .afbeelding-content-blok>div .pretitel {
        margin-bottom: 32px;
    }

    .blokken-carousel .afbeelding-content-blok>div p:nth-child(2) {
        font-size: 20px;
        line-height: 150%;
    }

    .content-afbeelding .inner {
        font-size: 20px;
        line-height: 150%;
    }

    .content-afbeelding .content .tekst>ul li::marker {
        font-size: 24px;
    }

    .content-afbeelding .content .tekst>ul li:not(:last-child) {
        margin-bottom: 14px;
    }

    .sub-content .hoofdlaag {
        padding-top: 32px !important;
        padding-bottom: 80px !important;
    }

    .onze-mensen-blok:nth-child(2n+1) {
        margin-right: 0;
    }

    .onze-mensen-blok:nth-child(3n+2) {
        margin-left: 2%;
        margin-right: 2%;
    }

    .onze-mensen-blok {
        flex-basis: 32%;
    }

    .videolaag .flexbox-wrapper h2 {
        margin-bottom: 24px;
    }

    .videolaag .flexbox-wrapper p {
        font-size: 20px;
        line-height: 150%;
    }

    .quotelaag blockquote p:first-child {
        font-size: 28px;
        line-height: 150%;
    }

    #search-filter-form-747>ul>li>ul>li.sf-option-active, #search-filter-form-1091>ul>li>ul>li.sf-option-active {
        order: unset;
    }

    #search-filter-form-747>ul>li, #search-filter-form-1091>ul>li {
        margin-bottom: 64px;
    }

    #search-filter-form-747>ul>li>ul, #search-filter-form-1091>ul>li>ul {
        overflow: visible;
        height: unset;
        flex-wrap: wrap;
        flex-direction: row;
        border: none;
        border-bottom: 1px solid #D2D2D7;
        border-radius: 0;
    }

    #search-filter-form-747>ul>li>ul::after, #search-filter-form-1091>ul>li>ul::after {
        content: none;
    }

    #search-filter-form-747>ul>li>ul:hover, #search-filter-form-1091>ul>li>ul:hover {
        height: unset;
    }

    #search-filter-form-747 ul li ul li label, #search-filter-form-1091 ul li ul li label {
        border-radius: 0;
        transition: 0s;
    }

    #search-filter-form-747 ul li ul li.sf-option-active label, #search-filter-form-1091 ul li ul li.sf-option-active label {
        color: #16798A;
        background-origin: border-box;
        border-bottom: 2px solid #16798A;
        border-radius: 0;
    }

    #search-filter-form-747 ul li ul li input:hover+label, #search-filter-form-1091 ul li ul li input:hover+label {
        color: #16798A;
        background-origin: border-box;
        border-bottom: 2px solid #16798A;
    }

    .veelgestelde-vragen .tekst h4 {
        margin-bottom: 64px;
    }

    .veelgestelde-vragen .vragen .category>div .accordion {
        font-size: 20px;
        line-height: 150%;
    }

    .veelgestelde-vragen .categorien a {
        font-size: 18px;
        line-height: 150%;
    }

    .locatieblok>span {
        height: 320px;
    }

    .locatieblok>div {
        padding: 32px;
    }

    .info-en-contact .inner .flexbox-wrapper h5 {
        font-size: 40px;
        line-height: 120%;
        margin-bottom: 32px;
    }

    .info-en-contact .inner .flexbox-wrapper {
        padding: 40px;
    }

    .info-en-contact .inner .flexbox-wrapper>div:last-child {
        padding: 32px;
        max-width: 455px;
    }

    .info-en-contact .inner .flexbox-wrapper>div:last-child>div {
        margin-top: 32px;
        padding-top: 32px;
        padding-left: 80px;
        position: relative;
    }

    .info-en-contact .inner .flexbox-wrapper>div:last-child>div::before {
        content: "";
        background-image: url(https://herstelacademie.ggz-nhn.nl/wp-content/uploads/2025/09/mail-icon.svg);
        position: absolute;
        left: 0;
        top: 36px;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        width: 48px;
        height: 48px;
    }

    .info-en-contact .inner .flexbox-wrapper>div:last-child>p:first-child {
        margin-bottom: 18px;
        font-size: 24px;
        line-height: 140%;
    }

    .info-en-contact .inner .flexbox-wrapper>div:last-child>div>p:first-child {
        font-size: 20px;
        line-height: 140%;
    }

    .blokken-boven-footer {
        margin-bottom: -56px;
        position: relative;
    }

    .blokken-boven-footer::before {
        content: "";
        width: 100%;
        height: 50%;
        bottom: 0;
        position: absolute;
        background-color: #CFEBED;
    }

    .blokken-boven-footer .flexbox-wrapper.desktop {
        display: flex;
        gap: 8px;
    }

    .blokken-boven-footer .flexbox-wrapper.desktop>div {
        border-radius: 8px;
        border: 2px solid #DBE5F2;
        background: #FFF;
        padding: 16px;
        flex-basis: 15%;
        flex-grow: 1;
        word-break: break-word;
        display: flex;
        flex-wrap: wrap;
    }

    .blokken-boven-footer .flexbox-wrapper.desktop>div .titel {
        font-weight: bold;
        margin-bottom: 10px;
    }

    .blokken-boven-footer .flexbox-wrapper.desktop>div .locatie,
    .blokken-boven-footer .flexbox-wrapper.desktop>div .mail {
        padding-left: 36px;
        position: relative;
        margin-bottom: 10px;
        display: block;
    }

    .blokken-boven-footer .flexbox-wrapper.desktop>div .mail {
        color: #011627;
        text-decoration: underline;

        &:hover {
            text-decoration: none;
        }
    }

    .blokken-boven-footer .flexbox-wrapper.desktop>div .locatie::before,
    .blokken-boven-footer .flexbox-wrapper.desktop>div .mail::before {
        content: "";
        background-image: url(https://herstelacademie.ggz-nhn.nl/wp-content/uploads/2025/09/map.svg);
        position: absolute;
        left: 0;
        top: 0;
        width: 24px;
        height: 24px;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
    }

    .blokken-boven-footer .flexbox-wrapper.desktop>div .mail::before {
        background-image: url(https://herstelacademie.ggz-nhn.nl/wp-content/uploads/2025/09/envelope.svg);
    }

    .blokken-boven-footer .flexbox-wrapper.desktop>div .link {
        display: block;
        margin-top: 40px;
        color: #16798A;
        font-weight: 600;
        align-self: flex-end;
    }

    .blokken-boven-footer .flexbox-wrapper.desktop>div:last-child {
        display: none;
    }

    .site-footer {
        padding: 80px 0;
    }

    .footer .flexbox-wrapper>div {
        flex-basis: fit-content !important;
        max-width: 24%;
        margin-top: 0 !important;
    }

    .under-footer .flexbox-wrapper>div .delimiter {
        display: block;
    }
}

@media (min-width: 1024px) {
    /**
 * PAGE BUILDER CONTENT
 * ----------------------------------------------------------------------------
 */

    .content-builder>section,
    .sub.single>section {
        padding-top: 120px;
        padding-bottom: 120px;
    }


    .sub.single .hoofdlaag .flexbox-wrapper .content img {
        margin: 54px auto!important;
    }

    .sub.single .hoofdlaag .flexbox-wrapper .content {
        flex-grow: 1;
        flex-basis: 50%;
    }

    body.single {
        overflow: visible;
    }

    .sub.single .hoofdlaag .flexbox-wrapper .sidebar {
        margin-top: 80px;
        position: sticky;
        top: 150px;
    }

    .afbeelding-slider .owl-stage-outer .owl-item img {
        max-width: 709px;
        max-height: 620px;
    }

    .sub.single .hoofdlaag .flexbox-wrapper figure:has(figcaption) {
        margin-top: 40px !important;
        margin-bottom: 40px !important;
    }

    .sub.single .hoofdlaag .flexbox-wrapper .content p:has(img) {
        margin: 40px 0 !important;
    }

    .sub.single .hoofdlaag .flexbox-wrapper .content {
        flex-grow: 1;
        flex-basis: 50%;
    }

    .sub.single .hoofdlaag .flexbox-wrapper .content blockquote {
        margin: 40px 0 40px !important;
    }

    .sub.single .bekijk-ook h2 {
        text-align: center;
    }

    .sub.single .bekijk-ook h2 {
        margin-bottom: 60px;
    }

    .blog:not(.content-builder) .thumb {
        height: 260px;
    }

    .blog:not(.content-builder) .content {
        padding: 32px;
    }

    .blog:not(.content-builder) {
        width: 445px;
    }

    .reviewlaag .inner {
        overflow: hidden;
    }

    .reviewlaag .review-carousel .owl-item>div {
        padding: 32px;
    }

    .reviewlaag .review-carousel .owl-item .sterren {
        margin-bottom: 32px;
    }

}

@media (min-width: 1440px) {
    
    div#navbar ul {
        margin-right: auto;
    }

    .site-header .navbar-desktop {
        order: 2;
        display: block;
        height: fit-content;
        top: 11px;
    }

    .site-header .search-form{
        width: 320px;
        right: 130px;
    }

    .site-header .search-form:has(input:focus){
        width: calc(100% - 362px);
    }

    .blog-carousel .owl-stage-outer {
        overflow: hidden;
    }

    .blokken-boven-footer .flexbox-wrapper.desktop {
        gap: 16px;
    }

    .blokken-boven-footer .flexbox-wrapper.desktop>div {
        padding: 28px;
    }

    .blokken-boven-footer .flexbox-wrapper.desktop>div .titel {
        font-size: 20px;
        line-height: 150%;
        height: 90px;
    }

    .blokken-boven-footer .flexbox-wrapper.desktop>div:last-child {
        display: block;
        word-break: break-all;
    }

    .info-en-contact .inner .flexbox-wrapper {
        padding: 64px;
    }

    .info-en-contact .inner .flexbox-wrapper>div:first-child br {
        display: block;
    }

    .onze-mensen-blok:nth-child(3n+2) {
        margin-left: unset;
        margin-right: unset;
    }

    .onze-mensen-blok {
        flex-basis: 19%;
    }

    .onze-mensen-blok:nth-child(5n+1),
    .onze-mensen-blok:nth-child(5n+2),
    .onze-mensen-blok:nth-child(5n+3),
    .onze-mensen-blok:nth-child(5n+4) {
        margin-right: 1.2%;
    }

    .usplaag .wrapper {
        background-color: unset;
        padding: unset;
    }

    .usplaag .wrapper .inner {
        padding-top: 32px;
        padding-bottom: 32px;
        padding-left: 64px;
        padding-right: 64px;
        background-color: #DCF4CC;
        border-radius: 8px;
        max-width: 1400px;
    }

    .blokken-carousel .afbeelding-content-blok>div p:nth-child(3) {
        height: 108px;
    }

    .alertlaag .gform_wrapper.gravity-theme .gfield_checkbox{
        justify-content: unset;
        gap: 32px;
    }

    .cursus-aanbod-blok{
        flex-basis: 31%;
    }

    .cursus-aanbod-blok:nth-child(3n+2){
        margin-left: 3.5%;
        margin-right: 3.5%;
    }

    .flexbox-wrapper.linkjes .linkjes-blok{
        padding: 32px;
    }

    .flexbox-wrapper.linkjes .linkjes-blok .link{
        font-size: 20px;
        line-height: 150%;   
    }

    .flexbox-wrapper.linkjes .linkjes-blok .link::before{
        top: 8px;
    }

    .flexbox-wrapper.linkjes .linkjes-blok a:not(:last-child){
        margin-bottom: 20px;
    }

    .homepage .twee-kolom-content.hoofdlaag .content-links{
        padding: 64px;
        max-width: 691px;
        flex-basis: 60%;
    }

    .homepage .twee-kolom-content.hoofdlaag .content-links a.btn{
        display: none;
    }

    .blogs-slider .kijk-lees-luister a.link{
        margin-top: 20px;
    }

    .menublok, .menuitemknop {
        display: block!important;
    }

    div#navbar ul .sub-menu:has(.menublok){
        padding-right: 400px;
    }

    .menublok{
        position: absolute!important;
        right: 24px!important;
        width: 350px!important;
        border: 0!important;
        border-radius: 0!important;
    }

    .menublok h4{
        margin-bottom: 24px;
    }

    .menublok p{
        border-radius: 8px;
        background: #CFEBED;
        padding: 24px 24px;
        font-size: 16px;
        line-height: 150%;
        height: 168px;
        overflow: hidden;
    }

    .menublok img{
        height: 100%;
        object-fit: cover;
    }

    div#navbar ul .sub-menu{
        min-height: 377px;
        padding-bottom: 120px;
    }

    div#navbar ul .sub-menu li.menuitemknop{
        position: absolute;
        bottom: 24px;
        border: none;
        width: calc(100% - 48px);
        border-radius: 0;
        border-top: 1px solid #00366626;
    }

    div#navbar ul .sub-menu li a.menuitemknop{
        width: fit-content;
        margin-top: 24px;
        padding: 11px 16px;
        display: block;
        width: fit-content;
        transition: 0.2s;
        font-weight: 600;
        cursor: pointer;
        border-radius: 8px;
        color: white;
        border: 1px solid #16798A;
        background-color: #16798A;
        font-size: 16px;
        line-height: 150% !important;
        position: relative;
        font-family: "Roboto", sans-serif;
        &:hover{
            background-color: #0e5f66;
            border-color: #0e5f66;
            color: white!important;
            text-decoration: underline;
        }
    }

    .cursus-aanbod-slider .owl-nav, .cursus-aanbod-slider .owl-dots{
        display: none!important;
    }

    .cursus-aanbod-slider .blogs-carousel .owl-stage-outer{
    overflow: hidden;
    }

    .cursus-aanbod-slider .blogs-carousel .owl-item:nth-child(n+4){
        display: none;
    }

    .sub.single-blog .blokken-carousel .owl-stage-outer{
        overflow: hidden;
    }

    .fixed-data .flexbox-wrapper>div{
        flex-basis: 80%;
    }

    .fixed-data .flexbox-wrapper{
        align-items: end;
    }

    .fixed-data .flexbox-wrapper>a.btn{
        display: block;
    }
}


@media (min-width: 1440px) {
    /**
 * PAGE BUILDER CONTENT
 * ----------------------------------------------------------------------------
 */


}






@media (max-width: 1024px) {

    input[type="text"],
    input[type="email"],
    input[type="tel"],
    input[type="submit"],
    textarea {
        -webkit-appearance: none;
        border-radius: 0;
    }

    a[href^="tel"] {
        text-decoration: none;
    }
}




/* Container voor de actieve filter-pills */
.active-filters {
  display: none; /* Standaard verborgen op mobiel */
  flex-wrap: wrap;
  gap: 12px; /* Ruimte tussen de pills */
  padding-bottom: 20px;
  border-bottom: 1px solid #e0e0e0; /* Subtiele scheidingslijn */
  margin-bottom: 40px!important;
}

/* De individuele pill */
.filter-pill {
  display: flex;
  align-items: center;
  background-color: #cfebed;
  border: 1px solid #16798A;
  border-radius: 16px;
  padding: 6px 12px;
  font-size: 14px;
  color: #16798A;
  font-size: 14px;
  font-weight: 600;
  transition: background-color 0.2s ease;
}

/* Het kruisje om de pill te verwijderen */
.remove-pill {
  margin-left: 10px;
  font-weight: bold;
  cursor: pointer;
  color: #16798A;
  font-size: 18px;
  line-height: 1;
  background: none;
  border: none;
  padding: 0;
  font-family: inherit;
}


.remove-pill:hover {
  color: #000;
}


/* Media query om de pills alleen op desktop te tonen */
@media (min-width: 1024px) {
  .active-filters.has-pills {
    display: flex; /* Toon de container als er pills in zitten */
  }
}