/*--------------------------------------------------------------
    # General Styling & Shared Classes
    --------------------------------------------------------------*/
    body {
        color: var(--default-color);
    background-color: var(--background-color);
    font-family: var(--default-font);
}

    a {
        color: var(--accent-color);
    text-decoration: none;
    transition: 0.3s;
}

    a:hover {
        color: color-mix(in srgb, var(--accent-color), transparent 25%);
    text-decoration: none;
}

    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        color: var(--heading-color);
    font-family: var(--heading-font);
    font-weight: 700;
}

    p {
        font - size: 1.2rem;
}

    .shadow {
        color: white;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5), 0 3px 8px rgba(0, 0, 0, 0.35);
}

    .object-top {
        object - position: center top;
}

    .object-center {
        object - position: center center;
}

    .object-bottom {
        object - position: center bottom;
}

    .inline-beeld img {
        border - radius: 12px;
}

    .issues {
        position: relative;
    padding: 2.5rem 2rem;
    background: var(--surface-color);
    opacity: 0.9;
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 2rem;
}

    .issues::after {
        content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 380px;
    height: 100%;
    background: url("/uploads/vorm-rechts.png") no-repeat right top/contain;
    opacity: 0.2;
    pointer-events: none;
}

    .issues h3 {
        font - weight: 900;
    font-size: 1.4rem;
    margin-bottom: 1.4rem;
    margin-left: 32px;
    color: var(--contrast-color);
}

    .issues h3::before {
        content: "";
    position: absolute;
    left: 20px;
    top: 40px;
    width: 32px;
    height: 32px;
    background: url("/uploads/vignet.png") no-repeat center/contain;
    opacity: 1;
}

    .issues ul {
        list-style: none;
    margin: 0;
    padding: 0;
}

    .issues ul li {
        position: relative;
    padding-left: 32px;
    margin-bottom: 0.8rem;
    color: var(--background-color);
}

    .issues ul li:nth-child(1)::before {
        content: "";
    position: absolute;
    left: 0;
    top: 0.45rem;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background-color: #41C4D8;
}

    .issues ul li:nth-child(2)::before {
        content: "";
    position: absolute;
    left: 0;
    top: 0.45rem;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background-color: #CC2C5C;
}

    .issues ul li:nth-child(3)::before {
        content: "";
    position: absolute;
    left: 0;
    top: 0.45rem;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background-color: #009B9F;
}

    .issues ul li:nth-child(4)::before {
        content: "";
    position: absolute;
    left: 0;
    top: 0.45rem;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background-color: #8CC63E;
}

    .issues ul li:nth-child(5)::before {
        content: "";
    position: absolute;
    left: 0;
    top: 0.45rem;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background-color: #39A2E0;
}

    .issues ul li:nth-child(6)::before {
        content: "";
    position: absolute;
    left: 0;
    top: 0.45rem;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background-color: #1C418C;
}

    .issues ul li:nth-child(7)::before {
        content: "";
    position: absolute;
    left: 0;
    top: 0.45rem;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background-color: #E6332A;
}

    .issues ul li:nth-child(8)::before {
        content: "";
    position: absolute;
    left: 0;
    top: 0.45rem;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background-color: #1F6B34;
}

    .hero {
        padding: 20px 0 30px 0;
        .hero-badge {
        width: fit-content;
        align-self: flex-start;
    }
}

    .vignet-wit {
        fill: #fff;
}

    .kader {

        margin - top: 2rem;
        h4 {color: var(--nav-color);}
        strong {color: var(--nav-color);}
}

    .agenda {

  .inverted {
        background - color: var(--nav-color);
    color: #ffffff;
    border-radius: 20px;
    padding: 1rem;
    margin-bottom: 2rem;
    a {color: inherit;  font-weight: 700;}
    a:hover {text - decoration: underline; }
    h4 {color: #FFFFFF;
	}
	
}
}

    /* === Fixed page nav (rechtsonder, altijd zichtbaar) === */

    .fixed-page-nav{
        position: fixed;
    right: 24px;
    bottom: 24px;
    display: flex;
    gap: 4px;
    z-index: 9999; /* boven overlays */
}

    .fixed-page-nav .nav-box{
        width: 40px;
    height: 40px;
    background: var(--nav-color);
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    border-radius: 100px;
    box-shadow: 0 8px 24px rgba(0,0,0,.18);;
    border: 0;
    transition: transform .15s ease, background-color .15s ease, box-shadow .15s ease;
    outline: none;
}

    /* Witte, 'dikkere' pijlen via grotere font-size + text-stroke-achtig effect */
    .fixed-page-nav .nav-box i{
        font - size: 2rem;   /* ~32px, lekker aanwezig */
    line-height: 1;
    display: inline-block;
    /* optioneel: iets â€˜zwaarderâ€™ laten ogen */
    filter: drop-shadow(0 0 0.5px rgba(255,255,255,0.7));
}

    .fixed-page-nav .nav-box:hover,
    .fixed-page-nav .nav-box:focus{
        background: var(--nav-hover-color);
    transform: translateY(-2px);
    box-shadow: 0 10px 28px rgba(0,0,0,.22);
}

    /* Toetsenbord focus ring voor toegankelijkheid */
    .fixed-page-nav .nav-box:focus-visible{
        outline: 3px solid #fff;
    outline-offset: 3px;
}

    /* Kleine screens: iets dichter bij de rand */
    @media (max-width: 480px){
  .fixed - page - nav{
        right: 16px;
    bottom: 16px;
    gap: 10px;
  }
}