/*!
Theme Name: Kadence Child
Theme URI: https://www.kadencewp.com/kadence-theme/
Template: kadence
Author: Kadence WP
Author URI: https://www.kadencewp.com/
Description: A child theme for the Kadence Theme.
Version: 1.0.0
License: GNU General Public License v3.0 (or later)
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Text Domain: kadence-child
*/

/* Theme customization starts here
-------------------------------------------------------------- */
body.single-tl_event {
    background-color: transparent !important;
    background-image: inherit !important;
    background-size: inherit !important;
    background-position: inherit !important;
    background-repeat: inherit !important;
    background-attachment: inherit !important;
}

.event-detail { max-width: 800px; margin: 0 auto; background:white !important;}



.activiteiten-lijst {
    list-style: none;
    padding: 0;
}

.activiteit-parent {
    margin-bottom: 1rem;
    font-size: 1.1em;
}

.korte-omschrijving {
    color: #666;
    font-weight: normal;
    font-size: 0.95em;
}

/* Inspringing voor de kinderen */
.activiteiten-children {
    list-style: none;
    padding-left: 1.5rem;      /* ← hier stel je de inspringing in */
    margin-top: 0.5rem;
    border-left: 3px solid #ddd;  /* visuele lijn als extra hulp */
}

.activiteit-child {
    margin-bottom: 0.75rem;
}

.lange-omschrijving {
    margin: 0.25rem 0 0 0;
    color: #444;
    font-size: 0.9em;
}