﻿/*
Theme Name: Duurzaam Smallingerland
Theme URI: https://duurzaamsmallingerland.test
Author: Saco Popma - Buro KLEI
Author URI: https://buroklei.nl
Description: Custom lightweight theme for Duurzaam Smallingerland with a focus on accessibility.
Version: 0.1.0
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 7.4
Text Domain: duurzaamsmallingerland
*/

:root {
    --ds-font-family: "Figtree", "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    --ds-color-primary: #1b7d53;
    --ds-color-secondary: #0f5132;
    --ds-color-accent: #f6c343;
    --ds-color-background: #ffffff;
    --ds-color-background-head: #f4f7f4;
    --ds-color-text: #282826;
    --ds-color-zwartgrijs: #6F6F6E;
    --ds-color-donkergroen: #074323;
    --ds-color-mosgroen: #0D8047;
    --ds-color-button:#0F9254;
    --ds-container-width: 1200px;
    --ds-footer-max-width: 1200px;
    --ds-header-height: 95px;
    --ds-header-height-mobile: 78px;
    --ds-admin-offset: 0px;
}

body,html {
    overflow-x:hidden;
    font-size:18px;
    font-weight:500;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


.editor-styles-wrapper .wp-block {
    max-width: 1160px;
}
.ds-content-editor__inner {
    padding: 3rem;
}
.block-editor-page .edit-post-sidebar,
.block-editor-page .interface-interface-skeleton__sidebar {
    width: 360px !important;
    min-width: 360px !important;
}
.block-editor-page .interface-complementary-area,
.block-editor-page .interface-complementary-area__fill,
.block-editor-page .edit-post-sidebar__panel {
    width: 360px !important;
    min-width: 360px !important;
    max-width: 360px !important;
}

.page-title {
    color:#074323;
    margin-bottom:0px;
    line-height:1.2;
}

.page-intro {
    padding: 0.75rem 0;
}

.thema-hero {
    padding: 0;
    margin-bottom:1.5rem;
}
.thema-hero__intro {
    padding-top:1.5rem;
}

.thema-hero__intro p {
    margin:1rem 0;
    margin-top:0;
}
@media (max-width: 900px) {
    .thema-hero__intro, .thema-hero__title {
        padding-left:1rem;
        padding-right:1rem;
    }
}

.thema-hero__media {
    position: relative;
    margin-bottom: 2.5rem;
}

.thema-hero__image-wrap {
    border-radius: 22px;
    overflow: hidden;
}

.thema-hero__image {
    display: block;
    width: 100%;
    height: auto;
    max-height:440px;
    object-fit: cover;  
}

.thema-hero__icon-wrap {
    position: absolute;
    left: 50%;
    bottom: -36px;
    transform: translateX(-50%);
    width: 156px;
    height: 156px;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    display: grid;
    place-items: center;
    border: 2px solid white;
}

.thema-hero__image-wrap::after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 80%;
    bottom: -40px;
    height: 80px;
    background: #fff;
    border-radius: 22px 22px 0 0;
}

.thema-hero__icon {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.thema-hero__title {
    margin: 0;
    font-size: 2.5rem;
    line-height: 1.25;
    color: var(--ds-color-donkergroen);
}

.breadcrumb {
    padding: 0.5rem 0;
}

.breadcrumb__list {
    list-style: none;
    margin: 0;
    padding: 0.4rem 2rem;
    display: flex;
    flex-wrap: wrap;
    gap: 0.35rem;
    font-size: 1rem;
    align-items: center;
}

@media (max-width: 900px) {
    .breadcrumb__list {
        padding-left: 0;
        padding-right: 0;
    }
}
.breadcrumb__separator {
    display: flex;
    align-items: center;
}
.breadcrumb__item {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    color: #000;
}

.breadcrumb__link {
    color: var(--ds-color-primary);
    text-decoration: none;
    font-weight: 600;
}

.breadcrumb__link:hover,
.breadcrumb__link:focus {
    text-decoration: underline;
}

.breadcrumb__current {
    color: #000;
}

.news-page .page-header--news, .news-item-page {
    padding: 0 2rem;
    margin-bottom: 2rem;
}

.news-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.75rem;
    row-gap: 2rem;
    margin-top: -100px;
}

.news-card {
    display: flex;
    gap: 1.5rem;
    background: #fff;
    border-radius: 20px;
    box-shadow: 0px 4px 10px 0px #00000026;
    padding: 1.5rem;
}

.news-card__media {
    flex: 0 0 200px;
    width: 200px;
    height: 200px;
}

.news-card__image {
    width: 200px;
    height: 200px;
    object-fit: cover;
    display: block;
    border-radius: 14px;
}

.news-card__date {
    display: block;
    font-size: 17px;
    font-weight: 400;
    color: #3c3c3c;
    margin: 0 0 0.5rem 0;
}

.news-card__body {
    flex: 1;
    display: flex;
    flex-direction: column;
    min-width: 0;
    text-align: left;
}

.news-card__content {
    flex: 1 1 auto;
}

.news-card__title {
    margin: 0 0 0.5rem 0;
    font-size: 25px;
    font-weight: 700;
    line-height: 1.2;
    color: var(--ds-color-donkergroen);
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    
}

.news-card__title a {
    color: inherit;
    text-decoration: none;
}

.news-card__title a:hover,
.news-card__title a:focus {
    text-decoration: underline;
}

.news-card__text {
    margin: 0;
    color: #3c3c3c;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.news-card__footer {
    display: flex;
    justify-content: flex-end;
    margin-top: auto;
}

.news-card__link {
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    color: var(--ds-color-primary);
}

.news-card__link:hover,
.news-card__link:focus {
    text-decoration: none;
    filter: brightness(0.9);
}

.news-card__link-icon path {
    fill: currentColor;
}

.news-pagination {
    margin: 2rem 0;
}

.agenda-header {
    background: #e0f2ea;
    padding: 0.5rem 0 5rem;
}

.agenda-header .breadcrumb {
    padding: 0.5rem 0;
}

.agenda-header__content .page-header--agenda {
    padding: 0;
    margin-bottom: 0;
}

.agenda-page .page-header--agenda {
    padding: 0 2rem;
    margin-bottom: 2rem;
}

.news-header {
    background: #e0f2ea;
    padding: 0.5rem 0 8rem;
}

.news-header .breadcrumb {
    padding: 0.5rem 0;
}

.news-header__content .page-header--news {
    padding: 0;
    margin-bottom: 0;
}

.agenda-list {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    padding-bottom:2rem;
}

.agenda-card {
    display: flex;
    gap: 1.5rem;
    align-items: center;
    background: #fff;
    border-radius: 20px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.15);
    padding: 1.5rem;
}

.agenda-card__media {
    flex: 0 0 100px;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    overflow: hidden;
}

.agenda-card__image {
    width: 100px;
    height: 100px;
    object-fit: cover;
    display: block;
}

.agenda-card__content {
    flex: 1;
    min-width: 0;
}

.agenda-card__title {
    margin: 0 0 0.35rem 0;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.2;
    color: #0D8047;
}

.agenda-card__title a {
    color: inherit;
    text-decoration: none;
}

.agenda-card__title a:hover,
.agenda-card__title a:focus {
    text-decoration: underline;
}

.agenda-card__meta {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    margin: 0;
    color: #3c3c3c;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.6;
    flex-direction: row;
    align-items: center;
}

.agenda-card__meta-item {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
}

.agenda-card__meta-icon {
    color: #0D8047;
    flex: 0 0 auto;
    margin-bottom: 4px;
}

.agenda-card__details {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1.5rem;
}

.agenda-card__action {
    flex: 0 0 auto;
    margin-top: -24px;
}

.agenda-card__button {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: #0D8047;
    border: 2px solid #0D8047;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-decoration: none;
    transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease, transform 0.2s ease, filter 0.2s ease;
}

.agenda-card__button:hover,
.agenda-card__button:focus {
    background: #fff;
    color: #0D8047;
}

.site-container.agenda-page {
    margin-top: -75px;
}

.overview-header {
    background: #e0f2ea;
    padding: 0.5rem 0 8rem;
}

.overview-header .breadcrumb {
    padding: 0.5rem 0;
}

.overview-header__content .page-header--overview {
    padding: 0;
    margin-bottom: 0;
}
.site-container.overview-page {
    padding:2rem 1rem;
}
.overview-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.75rem;
    row-gap:2rem;
}

.site-container.overview-page {
    margin-top: -140px;
}

.overview-card {
    display: flex;
    gap: 1.5rem;
    background: #fff;
    border-radius: 20px;
    box-shadow: 0px 4px 10px 0px #00000026;
    padding: 1.5rem;
}

.overview-card__media {
    flex: 0 0 200px;
    width: 200px;
    height: 200px;
}

.overview-card__image {
    width: 200px;
    height: 200px;
    object-fit: cover;
    border-radius: 14px;
    display: block;
}

.overview-card__image--placeholder {
    background: #e0e0e0;
    width: 200px;
    height: 200px;
}

.overview-card__body {
    flex: 1 1 66%;
    display: flex;
    flex-direction: column;
    min-height: 200px;
}

.overview-card__content {
    flex: 1 1 auto;
}

.overview-card__title {
    margin: 0 0 0.5rem 0;
    font-size: 25px;
    font-weight: 700;
    line-height: 1.3;
    color: var(--ds-color-donkergroen);
}

.overview-card__title a {
    color: inherit;
    text-decoration: none;
}

.overview-card__title a:hover,
.overview-card__title a:focus {
    text-decoration: underline;
}

.overview-card__excerpt {
    margin: 0;
    color: #3c3c3c;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.overview-card__footer {
    display: flex;
    justify-content: flex-end;
}

.overview-card__link {
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    color: var(--ds-color-primary);
}

.overview-card__link:hover,
.overview-card__link:focus {
    text-decoration: none;
    filter: brightness(0.9);
}

.overview-card__link-icon path {
    fill: var(--ds-color-mosgroen);
}

.news-pagination__inner {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    font-weight: 700;
}

.news-pagination a {
    color: var(--ds-color-primary);
}

/* Search results */
.search-page .page-header {
    margin: 0 0 1.5rem;
}

.search-results {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-bottom: 1rem;
}

.search-results--grouped {
    gap: 1.25rem;
}

.search-group {
    background: #f9fbf9;
    border: 1px solid #e2e8e2;
    border-radius: 14px;
    padding: 1.1rem 1.25rem;
}

.search-group__heading {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 0.75rem;
    margin-bottom: 0.75rem;
}

.search-group__title {
    margin: 0;
    font-size: 1.1rem;
    color: var(--ds-color-donkergroen);
}

.search-group__title a {
    color: inherit;
    text-decoration: none;
}

.search-group__title a:hover,
.search-group__title a:focus {
    text-decoration: underline;
}

.search-group__count {
    font-weight: 700;
    color: var(--ds-color-primary);
    font-size: 0.95rem;
    white-space: nowrap;
}

.search-group__items {
    display: block;
    padding: 0;
    margin: 0;
}

.search-group__list {
    list-style: disc;
    padding-left: 1.1rem;
    margin: 0.25rem 0 0 0;
}

.search-result {
    padding: 0.2rem 0;
}

.search-result__link {
    display: inline-block;
    font-size: 1rem;
    font-weight: 400;
    color: var(--ds-color-donkergroen);
    text-decoration: none;
}

.search-result__link:hover,
.search-result__link:focus {
    text-decoration: underline;
}

.search-result__excerpt {
    margin: 0;
    color: var(--ds-color-text);
    line-height: 1.6;
}

.search-page .pagination,
.search-page .nav-links {
    display: flex;
    justify-content: center;
    gap: 0.5rem;
}

.search-result--post .search-result__excerpt {
    display: none;
}

@media (max-width: 640px) {
    .search-group__heading {
        flex-direction: column;
        align-items: flex-start;
    }
}

@media (max-width: 1024px) {
    .news-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 900px) {
    .thema-hero__title {
        font-size: 1.6rem;
    }

    body {
        --ds-header-height: var(--ds-header-height-mobile);
    }

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

    .news-card {
        flex-direction: column;
        padding: 0 1.75rem 1.5rem;
    }

    .news-card__media {
        width: auto;
        height: auto;
        margin: -1.25rem -1.75rem 0 -1.75rem;
    }

    .news-card__image {
        width: 100%;
        height: 260px;
        border-radius: 16px 16px 0 0;
    }

    .overview-card {
        flex-direction: column;
        padding: 0 1.75rem 1.5rem;
    }

    .overview-list {
        grid-template-columns: 1fr;
        row-gap:2.75rem;
    }

    .overview-card__media {
        width: auto;
        height: auto;
        margin: -1.25rem -1.75rem 0 -1.75rem;
    }

    .overview-card__image,
    .overview-card__image--placeholder {
        width: 100%;
        height: 260px;
    }

    .agenda-list {
        gap:1rem;
    }
    .agenda-card {
        align-items: flex-start;
        padding: 0.7rem 1.2rem;
        align-items: center;
    }

    .agenda-card__meta {
        gap:0rem
    }

    .agenda-card__media {
        width: 100px;
        height: 100px;
    }

    .agenda-card__image {
        width: 100%;
        height: 100px;
    }

    .agenda-card__title {
        margin-top: 0.75rem;
        width: 100%;
    }

    .agenda-card__meta {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.35rem;
    }

    .agenda-card__action {
        align-self: flex-start;
        margin-top:0;
    }
}

* {
    box-sizing: border-box;
}

li p {
    padding: 0;
    margin: 0;
}

.screen-reader-text {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.skip-link {
    position: absolute;
    top: -50px;
    left: 1rem;
    z-index: 2000;
    display: inline-block;
    padding: 0.75rem 1.25rem;
    background: var(--ds-color-primary);
    color: #fff !important;
    border-radius: 999px;
    font-weight: 600;
    transition: top 0.2s ease, opacity 0.2s ease;
    opacity: 0;
}

.skip-link:focus,
.skip-link:focus-visible {
    top: 1rem;
    opacity: 1;
}

button:focus-visible,
.nav-subtoggle:focus-visible,
.nav-toggle:focus-visible,
.footer-link:focus-visible,
.footer-column a:focus-visible,
.nav-menu > li > a:focus-visible,
.nav-search .search-field:focus-visible,
.nav-search .search-submit:focus-visible,
input[type="email"]:focus-visible,
input[type="search"]:focus-visible {
    outline: 3px solid var(--ds-color-accent);
    outline-offset: 3px;
}

body {
    margin: 0;
    font-family: var(--ds-font-family);
    background-color: var(--ds-color-background);
    color: var(--ds-color-text);
    line-height: 1.6;
    position: relative;
    z-index: 1;
}

.entry-content ul,
.entry-content ol,
.editor-styles-wrapper ul,
.editor-styles-wrapper ol {
    margin: 0.5rem 0;
}

a {
    color: var(--ds-color-primary);
    text-decoration: none;
}

a:hover,
a:focus {
    color: var(--ds-color-secondary);
    text-decoration: underline;
}

.site {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    overflow: visible;
}

.site-container {
    max-width: var(--ds-container-width);
    width: 100%;
    margin: 0 auto;
    padding: 0 1rem;
}

.site-container--full {
    max-width: none;
}

.site-container--narrow {
    max-width: 890px;
}

.wp-embed-aspect-4-3 {
    max-width: 890px;
	margin: 0 auto;
    padding: 0 1rem;
	padding-bottom: 1rem;
}

.ds-card-row {
    padding: 3rem 0;
}

.ds-card-row__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    column-gap: 1.75rem;
    row-gap: 7rem;
    align-items: stretch;
    margin:1rem 0rem;
}

.ds-card {
    background: #fff;
    border-radius: 20px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.15);
    padding: 0 1.75rem 1.5rem;
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    min-height: 100%;
}

.ds-card__icon {
    width: 142px;
    height: 142px;
    display: grid;
    place-items: center;
    margin: -70px auto 0.5rem auto;
}

.ds-card__icon-image {

    max-width:142px;
    max-height:142px;
}

.ds-card__icon-placeholder {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.08);
}

@media (max-width: 1024px) {
    .ds-card-row__grid {
        grid-template-columns:1fr 1fr;
    }

}

@media (max-width: 780px) {
    .ds-card-row__grid {
        grid-template-columns: 1fr;
        gap:4.25rem;
    }
    .thema-hero__image-wrap::after {
        display:none; 
    }
    .thema-hero__icon-wrap {
        width:100px;
        height:100px;    
        bottom:-45px;   
    }
    .thema-hero__media {
        margin-bottom:4rem;
    }
}

.ds-card__body {
    text-align: left;
    flex: 1;
}

.ds-card__title {
    margin: 0 0 0.5rem 0;
    font-size: 1.6rem;
    font-weight:700;
    line-height: 1.3;
    color: var(--ds-color-donkergroen);
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.ds-card__text {
    margin: 0;
    color: #3c3c3c;
    line-height: 1.6;
}

.ds-card__footer {
    display: flex;
    justify-content: flex-end;
}

.ds-card__link {
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    color: var(--ds-color-donkergroen);
}

.ds-card__link:hover,
.ds-card__link:focus {
    text-decoration: none;
    filter: brightness(0.9);
}

.ds-card__link-icon path {
    fill: var(--ds-color-mosgroen);
}

.ds-card-row-editor .ds-card__link {
    pointer-events: none;
}

.ds-card-row-editor__media-field {
    margin-top: 1rem;
}

.ds-card-row-editor__media-inner {
    display: grid;
    gap: 0.75rem;
    align-items: center;
}

.ds-card-row-editor__media-inner img {
    max-width: 120px;
    height: auto;
}

.ds-card-row-editor__media-actions {
    display: flex;
    gap: 0.75rem;
    align-items: center;
}

.ds-card-row-editor .ds-card {
    border: 1px dashed rgba(0, 0, 0, 0.08);
}

@media (max-width: 768px) {
    .ds-card-row {
        padding: 2rem 0;
    }

    .ds-card {
        padding: 1.75rem 1.5rem;
    }
}

.section {
    width: 100%;
}

.section--padded > .site-container {
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.section--flush > .site-container {
    padding-top: 0;
    padding-bottom: 0;
}

/* Make coloured content blocks span the full viewport while keeping inner content constrained */
.entry-content .has-background,
.entry-content .wp-block-group.has-background,
.entry-content .wp-block-cover {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    width: 100vw;
    max-width: 100vw;
    padding-left: 0;
    padding-right: 0;
}

.entry-content .alignfull {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    width: 100vw;
    max-width: 100vw;
}

.entry-content .has-background > *,
.entry-content .wp-block-group.has-background > .wp-block-group__inner-container,
.entry-content .wp-block-cover .wp-block-cover__inner-container {
    max-width: var(--ds-footer-max-width);
    margin-left: auto;
    margin-right: auto;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    width: 100%;
}

.site-content {
    flex: 1;
    position: relative;
    z-index: 1;
}

.site-header {
    position: fixed;
    left: 0;
    right: 0;
    top: var(--ds-admin-offset, 0px);
    z-index: 600;
    background: #fff;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.12));
    padding: 1rem 0;
    transition: box-shadow 0.5s ease, filter 0.5s ease;
}

.site-content {
    padding-top: calc(var(--ds-header-height) + var(--ds-admin-offset, 0px));
}

body.admin-bar {
    --ds-admin-offset: 32px;
}

@media (max-width: 782px) {
    body.admin-bar {
        --ds-admin-offset: 46px;
    }
}

.nav-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.5rem;
}

.site-branding {
    display: flex;
    align-items: center;
    gap: 0.85rem;
    flex: 1;
    min-width: 0;
}

.site-logo img {
    max-height: 52px;
    width: auto;
}

.site-identity {
    display: flex;
    flex-direction: column;
    gap: 0.15rem;
}

.site-title {
    font-size: 1.5rem;
    margin: 0;
}

.site-description {
    margin: 0;
    font-size: 0.95rem;
    color: rgba(31, 42, 31, 0.8);
}

.nav-panel {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex: 1;
    gap: 1.5rem;
    min-width: 0;
    position: relative;
    z-index: 610;
}

.primary-navigation {
    flex: 1;
    min-width: 0;
}

.nav-menu {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    gap: 1.25rem;
    justify-content: flex-end;
    flex: 1;
    min-width: 0;
    flex-wrap: nowrap;
}

.nav-menu > li {
    position: relative;
    flex: 0 0 auto;
}

.nav-menu > li::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    height: 20px; /* bridge the gap to the submenu */
    display: none;
}

@media (min-width: 901px) {
    .nav-menu > li:hover::after,
    .nav-menu > li:focus-within::after {
        display: block;
    }
}

.nav-menu > li > a {
    display: inline-flex;
    align-items: center;
    font-weight: 600;
    padding: 0.75rem 0;
    color: var(--ds-color-text);
    white-space: nowrap;
}

.menu-item-has-children > a::after {
    content: "";
    display: inline-block;
    margin-left: 6px;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #222;
}


.nav-menu .sub-menu {
    list-style: none;
    margin: 0;
    padding: 0.85rem 0.15rem;
    position: absolute;
    left: 0;
    top: calc(100% + 10px);
    min-width: 220px;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 12px;
    box-shadow: 0 15px 35px rgba(27, 125, 83, 0.1);
    display: none;
    z-index: 950;
}

.nav-menu .sub-menu li {
    width: 100%;
    text-wrap: nowrap;
}

.nav-menu .sub-menu a {
    display: block;
    padding: 0.45rem 1rem;
    color: var(--ds-color-text);
    font-weight: 500;
}

@media (min-width: 901px) {
    .nav-menu > li:hover > .sub-menu,
    .nav-menu > li:focus-within > .sub-menu,
    .nav-menu .sub-menu:hover {
        display: block;
    }
}

.nav-overlay {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.5s ease;
    z-index: 300;
}

body.submenu-open .nav-overlay {
    opacity: 1;
    pointer-events: auto;
}

.nav-search {
    flex: 0 0 auto;
    width: 160px;
    max-width: 100%;
    position: relative;
}

.nav-search form {
    border: 1px solid var(--ds-color-zwartgrijs);
    border-radius: 999px;
    padding: .50rem 1rem 0.5rem 0.25rem;
    background: #fff;
    position: relative;
    min-height: 38px;
    transition: width 0.3s ease;
}

.nav-search .search-field {
    border: none;
    background: transparent;
    font-size: 0.95rem;
    padding: 0.25rem 0.25rem 0.25rem 2.1rem;
    width: 100%;
}

.nav-search .search-field:focus {
    outline: none;
}

.nav-search .search-submit {
    position: absolute;
    top: 52%;
    left: 0.7rem;
    transform: translateY(-50%);
    border: none;
    background: none;
    padding: 0;
    width: 20px;
    height: 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--ds-color-donkergroen);
    cursor: pointer;
    transition: color 0.5s ease;
}

.nav-search .search-submit:hover,
.nav-search .search-submit:focus {
    color: var(--ds-color-primary);
}

@media (min-width: 1025px) {
    .nav-search {
        flex: 0 0 160px;
        width: 160px;
    }

    .nav-search:focus-within form {
        width: 320px;
        position: absolute;
        right: 0;
        left: auto;
        top: 50%;
        transform: translateY(-50%);
        z-index: 601;
        box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
    }
}

.nav-toggle {
    display: none;
    border: none;
    background: transparent;
    padding: 0.35rem;
    cursor: pointer;
    align-items: center;
    justify-content: center;
}

.nav-toggle-box {
    width: 26px;
    height: 18px;
    position: relative;
    display: inline-block;
}

.nav-toggle-inner,
.nav-toggle-inner::before,
.nav-toggle-inner::after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background: var(--ds-color-text);
    transition: transform 0.3s ease, top 0.3s ease, opacity 0.3s ease;
}

.nav-toggle-inner {
    top: 50%;
    transform: translateY(-50%);
}

.nav-toggle-inner::before {
    top: -7px;
}

.nav-toggle-inner::after {
    top: 7px;
}

.nav-subtoggle {
    display: none;
}

.nav-close {
    display: none;
}

body.nav-open {
    overflow: hidden;
}

body.nav-open .nav-toggle-inner {
    background: transparent;
}

body.nav-open .nav-toggle-inner::before {
    top: 0;
    transform: rotate(45deg);
}

body.nav-open .nav-toggle-inner::after {
    top: 0;
    transform: rotate(-45deg);
}

/* Hero slider */

.hero-slider__outer {
    position: relative;
    /*padding: 1rem 0 3rem;*/
}

.hero-slider__controls.desktop {
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 500;
}
.hero-slider__controls.mobile {
    display: none;
}
.hero-slider__progress.mobile {
    display: none;
}

.hero-slider__track {
    position: relative;
}

.hero-slide {
    position: absolute;
    inset: 0;
    padding: 2.5rem;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    background: var(--ds-color-mosgroen);
    transition: opacity 0.8s ease, visibility 0s linear 0.8s;
}

.hero-slide.is-active {
    position: relative;
    opacity: 1;
    visibility: visible;
    z-index: 2;
    pointer-events: auto;
    transition: opacity 0.8s ease;
}

.hero-slide .site-container {
    padding: 0 1rem;
}

.hero-slide__inner {
    display: grid;
    grid-template-columns: minmax(0, 0.4fr) minmax(0, 0.65fr);
    gap: 2rem;
    min-height: 530px;
}

.hero-slide__content-wrapper {
    display: flex;
    align-items: center;
}

.hero-slide__content-card {
    background: #fff;
    border-radius: 20px;
    padding: 40px 48px 48px 60px;
    margin-right: -80px;
    position: relative;
    z-index: 2;
    min-height: 320px;
    overflow: hidden;
}

.hero-slide__content {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.hero-slide__eyebrow {
    text-transform: uppercase;
    letter-spacing: 0.15em;
    font-size: 0.8rem;
    color: var(--ds-color-zwartgrijs);
    margin: 0;
}

.hero-slide__title {
    font-size: 2rem;
    line-height: 1.2;
    margin: 0;
    color: var(--ds-color-donkergroen);
}

.hero-slide__excerpt p {
    margin: 0;
    font-size: 1.05rem;
    color: var(--ds-color-text);
}

.hero-slide__button {
    align-self: flex-start;
    color: #fff;
    padding: 0.6rem 1.75rem;
    border-radius: 12px;
    border:1px solid var(--ds-color-button);
    background: var(--ds-color-button);    
    transition: background 0.5s ease;
}

.hero-slide__button:hover,
.hero-slide__button:focus {
    color: var(--ds-color-button);
    background: white;
    text-decoration: none;
}

.hero-slide__media {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    min-height: 530px;
}

.hero-slide__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.hero-slide__media-placeholder {
    width: 100%;
    height: 100%;
    min-height: 530px;
    background: rgba(255, 255, 255, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(0, 0, 0, 0.6);
    font-weight: 600;
}

.hero-slider__progress {
    position: absolute;
    display: flex;
    gap: 0.5rem;
    bottom: 1.5rem;
    left: 1.5rem;
    z-index: 3;
}

.hero-slider__progress-bar {
    width: 36px;
    height: 6px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.4);
    border: none;
    cursor: pointer;
    transition: background 0.5s ease, transform 0.5s ease;
}

.hero-slider__progress-bar.is-active {
    background: #fff;
    transform: scaleY(1.3);
}

.slider-control {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 5;
    background:transparent;
}

.slider-control--prev {
    left: -2.25rem;
}

.slider-control--next {
    right: -2.25rem;
}

.slider-control:focus-visible,
.hero-slider__progress-bar:focus-visible {
    outline-color: #fff;
    outline-offset: 4px;
}

.hero {
    padding: 3rem 0;
}

.hero h1 {
    font-size: 3rem;
    margin-top: 0;
}



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

.card {
    background: #fff;
    padding: 1.5rem;
    border-radius: 12px;
    border: 1px solid rgba(0, 0, 0, 0.05);
    box-shadow: 0 10px 25px rgba(15, 81, 50, 0.08);
}

.site-footer {
    color: #fdfefc;
}

.footer-container {
    max-width: var(--ds-footer-max-width);
    width: 100%;
    margin: 0 auto;
    padding: 0 1.5rem;
}

.footer-primary {
    background: #0d8047;
    padding: 3rem 0;
}

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

.footer-column h3 {
    margin-top: 0;
    font-size: 1rem;
    color: rgba(255, 255, 255, 0.9);
}

.footer-column p,
.footer-column li,
.footer-column a {
    color: rgba(255, 255, 255, 1);
    font-size: 1rem;
    line-height: 1.6;    
}
.footer-column a {
    text-decoration:underline;
}

.footer-column a:hover,
.footer-column a:focus {
    color: #fff;
}

.footer-column nav ul,
.footer-column ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
}

.footer-partner-logo {
    margin-top: 0.75rem;
}

.footer-partner-logo img {
    max-width: 240px;
    width: 100%;
    height: auto;
    display: block;
}

.footer-secondary {
    background: #fff;
    color: var(--ds-color-text);
    padding: 1.25rem 0;
    border-top: 1px solid rgba(0, 0, 0, 0.08);
}
.footer-secondary a {
    color: var(--ds-color-text);
    display:flex;
}
.footer-secondary a img {
    margin-left:10px;
}

.footer-tertiary {
    background-image: url('assets/img/footer-kleurenbalk.svg');
    background-size:100%;
    height: 20px;
}

.widget-area {
    margin-top: 2rem;
}

@media (max-width: 900px) {

    .primary-navigation {
        flex: 1;
        width:100%;
    }

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

    .hero-slide {
        padding: 0 0 2.5rem;
        background: linear-gradient(
            to bottom,
            var(--ds-color-mosgroen) 0%,
            var(--ds-color-mosgroen) 430px,
            #fff 430px,
            #fff 100%
        );
    }

    .hero-slide .site-container {
        padding: 0;
    }

    .hero-slide__inner {
        grid-template-columns: 1fr;
        min-height: auto;
        gap: 2rem;
    }

    .hero-slide__media {
        order: 1;
        height: 310px;
        min-height:unset;
        padding: 2rem 1.5rem 0;
        background: var(--ds-color-mosgroen);
        border-radius: 0 0 28px 28px;
    }

    .hero-slide__media img,
    .hero-slide__media-placeholder {
        border-radius: 20px;
    }

    .hero-slide__content-wrapper {
        order: 2;
    }

    .hero-slide__content-card {
        padding: 1.75rem 1.5rem 2rem;
        margin: 0rem 1.5rem 0rem;
        border-radius: 18px;
        box-shadow: none;
    }

    .hero-slider__controls.desktop {
        display: none;
    }

    .hero-slider__controls.mobile {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 1rem;
        position: absolute;
        left: 50%;
        top: 150px;
        transform: translateX(-50%);
        width: 100%;
        padding: 0;
        background: none;
        pointer-events: none;
        z-index: 6;
    }

    .hero-slider__controls.mobile .slider-control,
    .hero-slider__controls.mobile .hero-slider__progress {
        pointer-events: auto;
    }

    .slider-control {
        position: static;
        top: auto;
        transform: none;
        width: 44px;
        height: 44px;
        background: var(--ds-color-mosgroen);
        border: none;
        border-radius: 50%;
    }

    .slider-control svg path {
        
    }

    .hero-slider__progress {
        position: absolute;
        bottom: auto;
        top: 323px;
        left: 50%;
        transform: translateX(-50%);
        margin-top: 0;
        justify-content: center;
        z-index: 3;
        gap: 0.35rem;
    }

    .hero-slider__progress.mobile {
        display: flex;
    }

    .site-header {
        padding: 0.85rem 0;
    }

    .site-description {
        display: none;
    }

    .nav-panel {
        position: fixed;
        inset: 0;
        width: 100%;
        height: 100vh;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        gap: 2.5rem;
        padding: 5rem 2rem 2rem;
        background: rgba(15, 81, 50, 0.97);
        backdrop-filter: blur(6px);
        transition: opacity 0.3s ease, transform 0.3s ease;
        opacity: 0;
        transform: translateY(-10px);
        pointer-events: none;
        color: #fff;
        z-index: 60;
        display: none;
    }

    body.nav-open .nav-panel {
        opacity: 1;
        transform: translateY(0);
        pointer-events: auto;
        display: flex;
    }

    .nav-panel,
    .nav-panel a {
        color: #fff;
    }

    .nav-menu {
        flex-direction: column;
        width: 100%;
        gap: 0;
    }

    .nav-menu > li {
        width: 100%;
        border-bottom: 1px solid rgba(255, 255, 255, 0.15);
        display: grid;
        grid-template-columns: 1fr auto;
        grid-auto-rows: auto;
        align-items: center;
        column-gap: 0.75rem;
    }

    .nav-menu > li > a {
        grid-column: 1 / 2;
        justify-content: space-between;
        padding: 0.85rem 0;
        color: #fff;
    }

    .nav-menu > li > a::after {
        display: none;
    }

    .nav-menu .sub-menu {
        grid-column: 1 / 3;
        position: static;
        background: transparent;
        border: none;
        box-shadow: none;
        padding: 0;
        display: none;
    }

    .nav-menu .sub-menu a {
        padding: 0.5rem 0;
        opacity: 0.9;
        color: #fff;
    }

    .menu-item-has-children:not(.is-open):hover > .sub-menu,
    .menu-item-has-children:not(.is-open):focus-within > .sub-menu {
        display: none;
    }

    .menu-item-has-children.is-open > .sub-menu {
        display: block;
    }

    .nav-toggle {
        display: inline-flex;
    }

    .nav-close {
        position: absolute;
        top: 1.25rem;
        right: 2rem;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 2.25rem;
        height: 2.25rem;
        border: 1px solid rgba(255, 255, 255, 0.35);
        border-radius: 999px;
        background: transparent;
        color: #fff;
        font-size: 1.75rem;
        line-height: 1;
        cursor: pointer;
    }

    .nav-subtoggle {
        grid-column: 2 / 3;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        background: transparent;
        border: none;
        color: inherit;
        padding: 0.15rem;
        margin-left: 0;
        cursor: pointer;
        }

    .nav-subtoggle::before {
        content: "";
        width: 0.4rem;
        height: 0.4rem;
        border-right: 2px solid currentColor;
        border-bottom: 2px solid currentColor;
        transform: rotate(45deg);
        display: inline-block;
        transition: transform 0.5s ease;
    }

    .menu-item-has-children.is-open > .nav-subtoggle::before {
        transform: rotate(-135deg);
    }

    .nav-search {
        width: 100%;
        max-width: none;
    }

    .nav-search form {
        width: 100%;
        border-color: rgba(255, 255, 255, 0.35);
        background: rgba(255, 255, 255, 0.08);
    }

    .nav-search .search-field {
        min-width: 0;
        width: 100%;
        color: #fff;
    }

    .nav-search .search-field::placeholder {
        color: rgba(255, 255, 255, 0.75);
    }

    .nav-search .search-submit {
        color: rgba(255, 255, 255, 0.85);
    }
}

@media (max-width: 768px) {
    .footer-columns {
        grid-template-columns: 1fr;
    }

    .slider-control--prev {
        right: 4rem;
    }

    .slider-control--next {
        right: 0.5rem;
    }
}

@media (prefers-reduced-motion: reduce) {
    *,
    *::before,
    *::after {
        animation-duration: 0.001ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.001ms !important;
        scroll-behavior: auto !important;
    }
}

/* Gutenberg block: Content item --------------------------------------------------- */

.ds-content,
.ds-content-editor {
    --ds-highlight-bg: transparent;
    display: block;
    /*margin: clamp(1.5rem, 5vw, 4rem) 0;*/
    position: relative;
}

.ds-content__inner,
.ds-content-editor__inner {
    display: flex;
    gap: clamp(1.5rem, 4vw, 3.5rem);
    align-items: stretch;
    position: relative;
}

.entry-content .ds-content {
    padding: 1.5rem;
    padding-top:0;
    /*
    width: 100vw;
    max-width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    padding-left: max(3rem, calc((100vw - var(--ds-footer-max-width)) / 2 + 1.5rem));
    padding-right: max(3rem, calc((100vw - var(--ds-footer-max-width)) / 2 + 1.5rem));
    border-radius: 0;*/
}

.ds-content--image-right,
.ds-content-editor--image-right {
    flex-direction: row-reverse;
}

.ds-content--image-right .ds-content__inner,
.ds-content-editor--image-right .ds-content-editor__inner {
    flex-direction: row-reverse;
}

.ds-content--bg-none,
.ds-content-editor--bg-none {
    background: transparent;
}

.ds-content--bg-none .ds-content__inner,
.ds-content-editor--bg-none .ds-content-editor__inner {
    padding: 0;
    border-radius: 0;
    box-shadow: none;
    background: transparent;
}

.ds-content--bg-lightgreen,
.ds-content-editor--bg-lightgreen,
.ds-content--bg-lightgray,
.ds-content-editor--bg-lightgray {
    --ds-highlight-bg: #eaf4ee;
}

.ds-content--bg-lightgreen,
.ds-content-editor--bg-lightgreen,
.ds-content--bg-lightgray,
.ds-content-editor--bg-lightgray  {
    margin-top:1.5rem;
    background: var(--ds-highlight-bg);
    padding-bottom: 3rem !important;
    padding-top: 3rem !important;
}

.ds-content--bg-lightgreen,
.ds-content-editor--bg-lightgreen {
    --ds-highlight-bg: #eaf4ee;
}

.ds-content--bg-lightgray,
.ds-content-editor--bg-lightgray {
    --ds-highlight-bg: #f4f5f7;
}

.ds-content--has-shadow,
.ds-content-editor--has-shadow {
    position: relative;
}

.ds-content--has-shadow .site-container.site-container--narrow {
    max-width: 955px;
}

@media (max-width: 980px) {
    .ds-content--has-shadow .site-container.site-container--narrow {
        padding:0;
    }
    .ds-content--has-shadow .site-container.site-container--narrow .ds-content__inner {
        padding:1rem;
    }
}

.ds-content--has-shadow .ds-content__inner,
.ds-content-editor--has-shadow .ds-content-editor__inner {
    padding: 2rem;
    border-radius: 2rem;
    background: var(--ds-highlight-bg, #fff);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}

.ds-content--no-image .ds-content__media,
.ds-content-editor--no-image .ds-content-editor__media {
    display: none;
}

.ds-content--no-image .ds-content__body,
.ds-content-editor--no-image .ds-content-editor__body {
    flex-basis: 100%;
}

.ds-content__media,
.ds-content-editor__media {
    flex: 1 1 45%;
    position: relative;
    overflow: hidden;
    border-radius: 1.5rem;
}

.ds-content__media img,
.ds-content-editor__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.ds-content--media-cover .ds-content__media img,
.ds-content-editor--media-cover .ds-content-editor__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* When image is not covering, shrink media column and grow text */
.ds-content--media-contain .ds-content__media,
.ds-content-editor--media-contain .ds-content-editor__media {
    flex: 0 0 30%;
}

.ds-content--media-contain .ds-content__body,
.ds-content-editor--media-contain .ds-content-editor__body {
    flex: 1 1 70%;
}

.ds-content--media-contain .ds-content__inner,
.ds-content-editor--media-contain .ds-content-editor__inner {
    grid-template-columns: minmax(0, 0.35fr) minmax(0, 0.65fr);
}


.ds-content--media-contain .ds-content__media,
.ds-content-editor--media-contain .ds-content-editor__media {
    display: flex;
    align-items: center;
    justify-content: center;
}

.ds-content--media-contain .ds-content__media img,
.ds-content-editor--media-contain .ds-content-editor__media img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    margin: 0 auto;
}

.ds-content-editor__media-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: 2px dashed rgba(7, 67, 35, 0.2);
    border-radius: 1.5rem;
    height: 100%;
    padding: 1rem;
    text-align: center;
    gap: 1rem;
}

.ds-content__body,
.ds-content-editor__body {
    flex: 1 1 55%;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    justify-content: center;
}

.ds-content__title,
.ds-content-editor__title {
    font-size:2.0rem;
    line-height: 1.2;
    color: var(--ds-color-mosgroen);
    margin: 0;
}

.ds-content__text,
.ds-content-editor__text {
    font-size: 1rem;
    color: var(--ds-color-text);
}

.ds-agenda-block__title {
    font-size: 1.8rem;
    line-height: 1.2;
    color: var(--ds-color-mosgroen);
    margin-top: 0px;
    margin-bottom: 1rem;
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
}

.ds-agenda-block__title::before {
    content: "";
    width: 36px;
    height: 39px;
    flex: 0 0 40px;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2236%22%20height%3D%2239%22%20viewBox%3D%220%200%2036%2039%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cg%20clip-path%3D%22url(%23clip0_2149_1795)%22%3E%3Cpath%20d%3D%22M22.87%2035.5H6.5C4.54%2035.5%203%2033.96%203%2032V9C3%207.04%204.54%205.5%206.5%205.5H7V6C7%206.83%207.67%207.5%208.5%207.5C9.33%207.5%2010%206.83%2010%206V1.5C10%200.67%209.33%200%208.5%200C7.67%200%207%200.67%207%201.5V2.5H6.5C2.85%202.5%200%205.35%200%209V32C0%2035.64%202.85%2038.5%206.5%2038.5H22.87C23.7%2038.5%2024.37%2037.83%2024.37%2037C24.37%2036.17%2023.7%2035.5%2022.87%2035.5Z%22%20fill%3D%22%230D8047%22%2F%3E%3Cpath%20d%3D%22M29.4999%202.5H28.9999V1.5C28.9999%200.67%2028.3299%200%2027.4999%200C26.6699%200%2025.9999%200.67%2025.9999%201.5V2.5H13.9399C13.1099%202.5%2012.4399%203.17%2012.4399%204C12.4399%204.83%2013.1099%205.5%2013.9399%205.5H25.9999V6C25.9999%206.83%2026.6699%207.5%2027.4999%207.5C28.3299%207.5%2028.9999%206.83%2028.9999%206V5.5H29.4999C31.4599%205.5%2032.9999%207.04%2032.9999%209V10.5H7.37988C6.54988%2010.5%205.87988%2011.17%205.87988%2012C5.87988%2012.83%206.54988%2013.5%207.37988%2013.5H32.9999V32C32.9999%2033.96%2031.4599%2035.5%2029.4999%2035.5H27.8499C27.0199%2035.5%2026.3499%2036.17%2026.3499%2037C26.3499%2037.83%2027.0199%2038.5%2027.8499%2038.5H29.4999C33.1399%2038.5%2035.9999%2035.64%2035.9999%2032V9C35.9999%205.35%2033.1399%202.5%2029.4999%202.5Z%22%20fill%3D%22%230D8047%22%2F%3E%3Cpath%20d%3D%22M29%2028V24C29%2022.07%2027.43%2020.5%2025.5%2020.5H21.5C19.57%2020.5%2018%2022.07%2018%2024V28C18%2029.93%2019.57%2031.5%2021.5%2031.5H25.5C27.43%2031.5%2029%2029.93%2029%2028ZM26%2028C26%2028.28%2025.78%2028.5%2025.5%2028.5H21.5C21.22%2028.5%2021%2028.28%2021%2028V24C21%2023.72%2021.22%2023.5%2021.5%2023.5H25.5C25.78%2023.5%2026%2023.72%2026%2024V28Z%22%20fill%3D%22%230D8047%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22clip0_2149_1795%22%3E%3Crect%20width%3D%2236%22%20height%3D%2238.5%22%20fill%3D%22white%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%3E%3C%2Fsvg%3E");
}
.ds-agenda-block__panel {
    margin-top:2rem;
    background: #E0F2EA;
    border-radius: 24px;
    padding: 2rem;
    padding-bottom:0;
}
.ds-agenda-block__intro {
    margin-bottom:1rem;
}

.ds-content__actions {
    margin-top: 1rem;
}

.ds-content__actions--text {
    margin-top: 0;
}

.ds-content__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.35rem;
    padding: 0.6rem 1.75rem;
    border-radius: 12px;
    border:1px solid var(--ds-color-button);
    background: var(--ds-color-button);
    color: #fff;
    font-weight: 600;
    text-decoration: none;
    transition: transform 0.5s ease, box-shadow 0.5s ease, background 0.5s ease;
}

.ds-content__button:hover,
.ds-content__button:focus-visible {
    color: var(--ds-color-button);
    background: white;
    text-decoration: none;
}
.ds-content__button:hover .ds-content__button-icon path,
.ds-content__button:focus-visible .ds-content__button-icon path {
    fill:var(--ds-color-button);
}

.ds-content__button-icon {
    margin-left:5px;
}
.ds-content__button-icon.external {
     margin-top: -2px;
}
.ds-content__button-icon path {
    fill:white;
}

.ds-content__button--text {
    background: none;
    color: var(--ds-color-donkergroen);
    padding: 0;
    min-height: auto;
    text-decoration: none;
    border:none;
}
.ds-content__button--text:hover,
.ds-content__button--text:focus-visible {
    background: none;
    color: var(--ds-color-button);
    text-decoration: none;
}
.ds-content__button--text .ds-content__button-icon path {
    fill: currentColor;
}

.ds-content--overlap .ds-content__body,
.ds-content-editor--overlap .ds-content-editor__body {  
    background: #fff;
    border-radius: 20px;
    padding: 40px 48px 48px 60px;
    margin-top: 0;
    position: relative;
    z-index: 2;
    min-height: 320px;
    overflow: hidden;
}

.ds-content.ds-content--overlap {
    align-items: center;
}

.ds-content--overlap .ds-content__inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
    min-height: 530px;
    align-items: center;
    height:100%;
}

.ds-content--overlap .ds-content__media {
    min-height: 530px;
    aspect-ratio: 16 / 9;
    border-radius: 20px;
    overflow: hidden;
}



.ds-content--overlap .ds-content__body {
    max-width: none;
}

.ds-content.ds-content--overlap.ds-content--bg-none {
    background: transparent;
}

.ds-content-editor__button-preview {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    min-height: 2.5rem;
    border-radius: 999px;
    border: 1px solid rgba(27, 125, 83, 0.25);
    padding: 0.65rem 1.25rem;
    color: var(--ds-color-secondary);
    font-weight: 600;
}

.ds-content-editor__media-actions {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.ds-content-editor__link-control {
    margin-top: 1rem;
}

@media (max-width: 980px) {
    .ds-content__title,
    .ds-content-editor__title {
        font-size:1.6rem;
        hyphens: auto;
    }
    .ds-card__title {
        min-height:unset;
    }

    .ds-content--image-right .ds-content__inner, .ds-content-editor--image-right .ds-content-editor__inner,
    .ds-content__inner,
    .ds-content-editor__inner {
        flex-direction: column;
    }
    
    .entry-content .ds-content {
        padding:2rem 1rem;
    }

    .ds-content__media,
    .ds-content-editor__media,
    .ds-content__body,
    .ds-content-editor__body {
        flex-basis: auto;
        width: 100%;
    }

    .ds-content--overlap .ds-content__body,
    .ds-content-editor--overlap .ds-content-editor__body {
        margin-top: 0;
        margin-left: 0;
        margin-right: 0;
    }

    .ds-content--overlap .ds-content__inner {
        display: grid;
        grid-template-columns: 1fr;
        min-height: auto;
        gap: 0;
    }

    .ds-content--overlap .ds-content__media {
        min-height: 320px;
        aspect-ratio: auto;
        order: 1;
    }

    .ds-content--overlap .ds-content__body {
        max-width: none;
        transform: none;
        order: 2;
        padding: 1.25rem 0;
        margin: 1.25rem 0 0rem 0;
    }

    /* Mobile: media-cover stacks neatly with modest padding */
    .ds-content--media-cover {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .ds-content--media-cover .ds-content__inner {
        gap: 1rem;
        padding: 0;
    }

    .ds-content--media-cover .ds-content__media {
        min-height: 220px;
    }

    .ds-content--media-cover .ds-content__body {
        min-height: unset;
        padding: 1rem 0rem;
        padding-bottom: 0;
    }

    .ds-content--overlap .ds-content__body, .ds-content-editor--overlap .ds-content-editor__body {
        padding: 1rem;
    }

}


.hero-slider__controls.desktop .slider-control,
.hero-slider__controls.desktop .hero-slider__progress {
    pointer-events: auto;
}



@media (min-width: 981px) {
    .ds-content--overlap .ds-content__inner {
        position: relative;
        display: block;     
        min-height: 0;
    }

    .ds-content--media-contain.ds-content--overlap .ds-content__inner {
        display: grid;
        grid-template-columns: minmax(0, 0.35fr) minmax(0, 0.65fr);
        gap: 2rem;
        align-items: center;
    }


    .ds-content--overlap .ds-content__media {
        position: relative;
        max-width: 1200px;
        height: 530px;
        aspect-ratio: 16 / 9;
        border-radius: 20px;
        overflow: hidden;
    }

    .ds-content--overlap .ds-content__body {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        max-width: 560px;
        background: #fff;
        border-radius: 20px;
        padding: 40px 48px 48px 60px;
        z-index: 2;

    }

    .ds-content--overlap.ds-content--image-left .ds-content__media {
        margin-right: auto; 
    }

    .ds-content--overlap.ds-content--image-left .ds-content__body {
        right: 0;            
        left: auto;
    }

    .ds-content--overlap.ds-content--image-right .ds-content__media {
        margin-left: auto;    
    }

    .ds-content--overlap.ds-content--image-right .ds-content__body {
        left: 0;
        right: auto;
    }

    .ds-content--overlap:not(.ds-content--bg-lightgreen):not(.ds-content--bg-lightgray)  .ds-content__body {
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
    }

}



#cmplz-document { max-width:880px; width: 100%; margin: 0 auto; padding: 0 1rem; margin-top:1rem;}
#cmplz-document p, #cmplz-document li { font-size:1rem; line-height:1.8; }

.gform_wrapper {
    --gf-ctrl-font-size: 1rem;
    --gf-ctrl-label-font-size-primary: 1rem;
    --gf-ctrl-label-font-size-secondary: 1rem;
    --gf-ctrl-padding-x: 0.7rem !important;
    --gf-ctrl-padding-y: 0.55rem !important;
    --gf-ctrl-size: 38px !important;
    --gf-ctrl-btn-font-size: 1rem;
    --gf-ctrl-btn-font-weight: 700;
    --gf-ctrl-btn-radius: 999px;
    --gf-ctrl-btn-padding-x: 1.5rem;
    --gf-ctrl-btn-size: 48px;
    --gf-ctrl-radius: 8px;
    max-width: 880px;
    width: 100%;
    margin: 1.25rem auto 2rem;
    padding: 2rem 2.55rem !important;
    border-radius: 20px;
    background: #e0f2ea;
    color: var(--ds-color-text);
    font-size: 1rem;
    line-height: 1.6;
}

.gform_title {
    margin: 0 0 1.25rem;
    color: var(--ds-color-donkergroen);
    font-size: 2.2rem;
    font-weight: 700;
    line-height: 1.15;
}

.gform_wrapper .gform_description {
    display: block;
    max-width: 760px;
    margin: 0 0 1.5rem;
    color: var(--ds-color-text);
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.7;
}

.gform_wrapper.gravity-theme .gform_fields {
    row-gap: 1.35rem;
}

.gform_wrapper.gravity-theme .gfield {
    margin-bottom: 0;
}

.gform_wrapper.gravity-theme legend.gfield_label,
.gform_wrapper.gravity-theme label.gfield_label,
.gform-theme--framework .gfield_label,
legend.gfield_label.gform-field-label.gfield_label_before_complex,
label.gfield_label.gform-field-label {
    display: block;
    margin-bottom: 0.4rem !important;
    color: var(--ds-color-mosgroen) !important;
    font-size: 1rem !important;
    font-weight: 700 !important;
    line-height: 1.35 !important;
}

.gform_wrapper.gravity-theme .gfield_required,
.gform_wrapper .gfield_required {
    color: #c93618;
    font-size: 0.8rem;
    font-weight: 500;
}

.gform_wrapper .gfield_description,
.gform_wrapper .ginput_complex label,
.gform_wrapper .gsection_description,
.gform_wrapper .gform-field-label--type-sub,
.gform-theme--framework .gform-field-label--type-sub {
    color: var(--ds-color-zwartgrijs);
    font-size: 1rem !important;
    font-weight: 500;
    line-height: 1.35;
}

.gform_wrapper .ginput_complex {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 0.65rem !important;
    row-gap: 1.35rem !important;
}

.gform_wrapper .ginput_complex span {
    width: auto !important;
    max-width: none !important;
    flex: initial !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.gform_wrapper .ginput_container_address .ginput_full,
.gform_wrapper .ginput_container_address .address_line_1 {
    grid-column: 1 / -1;
}

.gform_wrapper .ginput_container_address .address_city,
.gform_wrapper .ginput_container_address .address_zip {
    grid-column: auto;
}

.gform_wrapper .ginput_container_address .gf_clear {
    display: none;
}

.gform_wrapper.gravity-theme input[type="text"],
.gform_wrapper.gravity-theme input[type="email"],
.gform_wrapper.gravity-theme input[type="tel"],
.gform_wrapper.gravity-theme input[type="url"],
.gform_wrapper.gravity-theme input[type="number"],
.gform_wrapper.gravity-theme input[type="password"],
.gform_wrapper.gravity-theme input[type="search"],
.gform_wrapper.gravity-theme select,
.gform_wrapper.gravity-theme textarea,
.gform_wrapper input[type="text"],
.gform_wrapper input[type="email"],
.gform_wrapper input[type="tel"],
.gform_wrapper input[type="url"],
.gform_wrapper input[type="number"],
.gform_wrapper input[type="password"],
.gform_wrapper input[type="search"],
.gform_wrapper select,
.gform_wrapper textarea {
    width: 100%;
    min-height: 38px;
    border: 0 !important;
    border-radius: 8px !important;
    padding: 0.55rem 0.7rem !important;
    background: #fff;
    color: var(--ds-color-text);
    box-shadow: none !important;
    font-family: inherit !important;
    font-size: 1rem !important;
    font-weight: 500 !important;
    line-height: 1.6 !important;
}

.gform-theme--framework.gform_wrapper input[type="text"]:where(:not(.gform-text-input-reset):not([type="hidden"])),
.gform-theme--framework.gform_wrapper input[type="email"]:where(:not(.gform-text-input-reset):not([type="hidden"])),
.gform-theme--framework.gform_wrapper input[type="tel"]:where(:not(.gform-text-input-reset):not([type="hidden"])),
.gform-theme--framework.gform_wrapper input[type="url"]:where(:not(.gform-text-input-reset):not([type="hidden"])),
.gform-theme--framework.gform_wrapper input[type="number"]:where(:not(.gform-text-input-reset):not([type="hidden"])),
.gform-theme--framework.gform_wrapper input[type="password"]:where(:not(.gform-text-input-reset):not([type="hidden"])),
.gform-theme--framework.gform_wrapper input[type="search"]:where(:not(.gform-text-input-reset):not([type="hidden"])),
.gform-theme--framework.gform_wrapper select:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),
.gform-theme--framework.gform_wrapper textarea:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) {
    --gf-local-height: auto !important;
    --gf-local-min-height: 38px !important;
    --gf-local-padding-x: 0.7rem !important;
    --gf-local-padding-y: 0.55rem !important;
    --gf-local-radius: 8px !important;
    block-size: auto !important;
    height: auto !important;
    min-block-size: 38px !important;
    padding-block: 0.55rem !important;
    padding-inline: 0.7rem !important;
}

.gform-theme--framework.gform_wrapper textarea:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) {
    block-size: auto !important;
    min-block-size: 170px !important;
}

.gform_wrapper.gravity-theme textarea,
.gform_wrapper textarea {
    min-height: 170px;
    resize: vertical;
}

.gform_wrapper.gravity-theme input:focus,
.gform_wrapper.gravity-theme select:focus,
.gform_wrapper.gravity-theme textarea:focus,
.gform_wrapper input[type="text"]:focus,
.gform_wrapper input[type="email"]:focus,
.gform_wrapper input[type="tel"]:focus,
.gform_wrapper input[type="url"]:focus,
.gform_wrapper input[type="number"]:focus,
.gform_wrapper input[type="password"]:focus,
.gform_wrapper input[type="search"]:focus,
.gform_wrapper select:focus,
.gform_wrapper textarea:focus {
    outline: 2px solid var(--ds-color-mosgroen) !important;
    outline-offset: 2px;
}

.gform_wrapper.gravity-theme .gform_footer,
.gform_wrapper .gform_footer {
    margin: 1rem 0 0;
    padding: 0;
}

.gform_wrapper.gravity-theme .gform_button,
.gform_wrapper .gform_button,
.gform-theme--framework .gform_footer input[type="submit"].gform_button {
    --gf-local-height: 48px !important;
    --gf-local-padding-x: 1.5rem !important;
    --gf-local-padding-y: 0.8rem !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    block-size: auto !important;
    border: 0 !important;
    border-radius: 999px !important;
    padding-block: 0.8rem !important;
    padding-inline: 1.5rem !important;
    padding: 0.8rem 1.5rem !important;
    background: var(--ds-color-button) !important;
    color: #fff !important;
    box-shadow: none !important;
    font-family: inherit !important;
    font-size: 1rem !important;
    font-weight: 700 !important;
    line-height: 1.6 !important;
    cursor: pointer;
    appearance: none;
}

.gform_wrapper.gravity-theme .gform_button:hover,
.gform_wrapper.gravity-theme .gform_button:focus,
.gform_wrapper .gform_button:hover,
.gform_wrapper .gform_button:focus,
.gform-theme--framework .gform_footer input[type="submit"].gform_button:hover,
.gform-theme--framework .gform_footer input[type="submit"].gform_button:focus {
    background: var(--ds-color-secondary) !important;
}

.wp-block-embed.is-type-video {
	max-width: var(--ds-container-width);
    width: 100%;
    margin: 0 auto;
    padding: 0 1rem;
}

@media (min-width: 900px) {
    .hero-slide__media img, .hero-slide__media-placeholder {
		height:530px
	}
}
