/*
Theme Name: Kadence Child
Theme URI: https://www.kadencewp.com/kadence-theme/
Template: kadence
Author: Digitale Drijfkracht
Author URI: https://www.kadencewp.com/
Description: This child theme is based on: Kadence Theme is a lightweight yet full featured WordPress theme for creating beautiful fast loading and accessible websites, easier than ever. It features an easy to use drag and drop header and footer builder to build any type of header in minutes. It features a full library of gorgeous starter templates that are easy to modify with our intelligent global font and color controls. With extensive integration with the most popular 3rd party plugins, you can quickly build impressive ecommerce websites, course websites, business websites, and more.
Tags: translation-ready,accessibility-ready,two-columns,right-sidebar,left-sidebar,footer-widgets,blog,custom-logo,custom-background,custom-menu,rtl-language-support,editor-style,threaded-comments,custom-colors,featured-images,wide-blocks,full-width-template,theme-options,e-commerce
Version: 1.0.1769723038
Updated: 2026-01-29 21:43:58

*/

.wp-block-columns.samenwerken.is-layout-flex.wp-container-core-columns-is-layout-9d6595d7.wp-block-columns-is-layout-flex {
    background: #EDF2F7!important;
    padding: 39px!important;
}


.wp-block-columns.samenwerken.is-layout-flex.wp-container-core-columns-is-layout-9d6595d7.wp-block-columns-is-layout-flex{
	border-radius: 20px;
}

/* Algemeen artikel */
.single-content {
    max-width: 100%;
}

.single-content .entry-content,
.entry-content.single-content {
    font-size: 18px;
    line-height: 1.75;
    color: #2f3a3d;
}

/* Uitgelichte afbeelding */
.blog-uitgelichte-afbeelding,
.wp-post-image,
.post-thumbnail {
    margin: 0 0 28px 0;
}

.blog-uitgelichte-afbeelding img,
.wp-post-image,
.post-thumbnail img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 14px;
}

/* Titel van de post */
.entry-content.single-content h1,
.single-content h1.entry-title {
    font-size: 42px;
    line-height: 1.2;
    margin: 0 0 14px 0;
    color: #1f2d30;
}

/* Meta onder titel */
.entry-meta,
.post-meta,
.single .entry-header .entry-meta {
    font-size: 14px;
    color: #6e7b80;
    margin-bottom: 32px;
}

/* Blokken */
.blok {
    margin: 0 0 38px 0;
}

.blok h2 {
    font-size: 34px;
    line-height: 1.25;
    margin: 0 0 16px 0;
    color: #223438;
}

.blok h3 {
    font-size: 24px;
    line-height: 1.35;
    margin: 24px 0 10px 0;
    color: #223438;
}

.blok-tekst p {
    margin: 0 0 18px 0;
}

/* Eerste blok "In dit artikel" iets subtieler benadrukken */
.blok-in-dit-artikel {
    background: #f7faf8;
    border: 1px solid #e3ece7;
    border-radius: 14px;
    padding: 26px 28px;
    margin-bottom: 40px;
}

/* CTA-regels */
.blok-cta {
    margin-top: 18px;
    font-size: 17px;
}

.blok-cta a {
    color: #2d7c68;
    text-decoration: underline;
    font-weight: 600;
}

/* Conclusie iets sterker */
.blok-conclusie {
    background: #fafafa;
    border-left: 4px solid #2d7c68;
    padding: 22px 24px;
    border-radius: 10px;
}

/* FAQ */
.blok-faq {
    margin-top: 48px;
}

.faq-item {
    border-top: 1px solid #dfe7e3;
    padding: 18px 0;
}

.faq-item:last-child {
    border-bottom: 1px solid #dfe7e3;
}

.faq-item h3 {
    font-size: 22px;
    margin: 0 0 10px 0;
}

.faq-antwoord p:last-child {
    margin-bottom: 0;
}

/* Links in content */
.entry-content a {
    color: #2d7c68;
    text-decoration: underline;
}

.entry-content a:hover {
    color: #215b4d;
}

/* Vorige/volgende navigatie */
.post-navigation,
.nav-links {
    margin-top: 42px;
    padding-top: 24px;
    border-top: 1px solid #e5ece8;
}

/* Sidebar iets rustiger */
.widget {
    margin-bottom: 34px;
}

.widget-title {
    font-size: 22px;
    margin-bottom: 14px;
    color: #223438;
}

.widget ul li {
    margin-bottom: 10px;
    line-height: 1.5;
}

/* Footer iets luchtiger */
.site-footer {
    margin-top: 60px;
}

.site-footer .footer-widget-area,
.site-footer .site-bottom-footer-wrap {
    padding-top: 24px;
    padding-bottom: 24px;
}