﻿box span h4 {
    color: #444;
}

box span {
    border-radius:5px;
}

box:hover {
    border-color: #555;
    transform: translateY(-4px);
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.4);
}

/*style="border:2px solid lightgray; border-radius:5px; background-color:white; padding:10px; width:90.5%; left:1vh; height:80%;  margin:10px 10px 10px; font-size: 95%;"*/
#divLogin {
    opacity: 0;
    transition: opacity 0.5s linear;
    width: 550px;
    height: 250px;
    background: #1a1a1a;
    border: 1px solid #555;
    border-radius: 12px;
    flex-direction: column;
    display: none;
}

    #divLogin.visible {
        opacity: 1;
        transition: opacity 0.5s linear;
    }

#divTrooper {
    opacity: 0;
    transition: opacity 0.5s linear;
    /*    width: 55vw;
    height: 89vh;*/
    /*background: #1a1a1a;*/
    /*border: 1px solid #555;*/
    /*border-radius: 12px;*/
    /*flex-direction: column;*/
    display: none;
    /*padding: 0px 10px 10px 20px;*/
}

    #divTrooper.visible {
        opacity: 1;
        transition: opacity 0.5s linear;
    }


.divVillaMax {
    opacity: 0;
    transition: opacity 0.5s linear;
    display: none;
    background: #272727;
    margin-top: 20px; 
    border-radius: 10px; 
    padding: 10px;
}
    .divVillaMax.visible {
        opacity: 1;
        transition: opacity 0.5s linear;
    }

.divGkarate {
    opacity: 0;
    transition: opacity 0.5s linear;
    display: none;
    background: #272727;
    margin-top: 20px;
    border-radius: 10px;
    padding: 10px;
}

    .divGkarate.visible {
        opacity: 1;
        transition: opacity 0.5s linear;
    }

.divLoginLogin {
    width: 259px;
    border-radius: 0 10px 10px 0;
}

#divcloseLogin {
    position: relative;
    /*            margin-left: 295px;
            margin-top: 3px;*/
}


.Concerten {
    opacity: 0;
    transition: opacity 0.5s linear;
    /*height: 89vh;*/
}

    .Concerten.visible {
        opacity: 1;
        transition: opacity 0.5s linear;
    }

/* ── PAGE BODY ── */
.page-body {
    
    /*margin: 4rem auto;*/
/*    padding: 0 2rem;
*/    opacity: 0;
    transition: opacity 0.5s linear;
    /*height: 89vh;*/
}

.MainDiv {
    width: 1000px;
    height: 89vh;
}

    .page-body.visible {
        opacity: 1;
        transition: opacity 0.5s linear;
    }

h1 {
    font-size: 4.5rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
}

p {
    color: #999;
    /*line-height: 1.7;*/
    font-size: 1.45rem;
}

.AD {
    color: white;
}
.AD:hover {
    color: var(--AfasDome_BG);
}
.LA {
    color: white;
}
    .LA:hover {
        color: var(--LottoArena_BG);
    }
.SS {
    color: white;
}
.SS:hover {
    color: var(--StadsSchouwburg_BG);
}

.TP {
    color: white;
}
.TP:hover {
    color: var(--tappen_BG);
}

.VW {
    color: white;
}
    .VW:hover {
        color: var(--vrijwil_BG);
    }

.GD {
    color: white;
}

    .GD:hover {
        color: var(--goeddoel_BG);
    }

/* ── CARDS ── */
.cards-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 1rem;
    margin-top: 2.5rem;
    height: 59vh;
    overflow: auto;
    padding-right: 10px;
    align-content: start;
}

.cards-grid .card {
    background: #272727; /*#1a1a1a;*/
    border: 1px solid #2a2a2a;
    border-radius: 12px;
    padding: 2rem 1.5rem;
    cursor: pointer;
    text-decoration: none;
    color: inherit;
    display: flex;
    flex-direction: column;
    gap: 0.3rem;
    transition: border-color 0.2s, transform 0.2s, box-shadow 0.2s;
    height:200px;
}

.goededoelen-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 1.2rem;
    margin-top: 2.5rem;
}

    .goededoelen-grid .card {
        background: #272727; /*#1a1a1a;*/
        border: 1px solid #2a2a2a;
        border-radius: 12px;
        padding: 2rem 1.5rem;
        cursor: pointer;
        text-decoration: none;
        color: inherit;
        display: flex;
        flex-direction: column;
        gap: 0.75rem;
        transition: border-color 0.2s, transform 0.2s, box-shadow 0.2s;
    }

.overons-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1.2rem;
    margin-top: 2.5rem;
}

    .overons-grid .card {
        background: #272727; /*#1a1a1a;*/
        border: 1px solid #2a2a2a;
        border-radius: 12px;
        padding: 2rem 1.5rem;
        cursor: pointer;
        text-decoration: none;
        color: inherit;
        display: flex;
        flex-direction: column;
        gap: 0.75rem;
        transition: border-color 0.2s, transform 0.2s, box-shadow 0.2s;
    }
        .overons-grid .card img {
            width: 130px;
            border-radius: 30px;
        }

.beheer-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1.2rem;
    margin-top: 2.5rem;
}

    .beheer-grid .card {
        background: #272727; /*#1a1a1a;*/
        border: 1px solid #2a2a2a;
        border-radius: 12px;
        padding: 2rem 1.5rem;
        cursor: pointer;
        text-decoration: none;
        color: inherit;
        display: flex;
        flex-direction: column;
        gap: 0.75rem;
        transition: border-color 0.2s, transform 0.2s, box-shadow 0.2s;
    }


        .card:hover {
            border-color: #555;
            transform: translateY(-4px);
            box-shadow: 0 12px 32px rgba(0,0,0,0.4);
        }

        .card-icon {
            font-size: 2rem;
            line-height: 1;
        }

        .card-title {
            font-size: 1.05rem;
            font-weight: 700;
            color: #fff;
        }

        .card-desc {
            font-size: 0.85rem;
            color: #666;
            line-height: 1.6;
        }

        .card-arrow {
            margin-top: auto;
            font-size: 0.8rem;
            color: #444;
            transition: color 0.2s, transform 0.2s;
            display: inline-block;
        }

        .card:hover .card-arrow {
            color: #aaa;
            transform: translateX(4px);
        }

.beheer-detail {
    background: #272727; /*#1a1a1a;*/
    border: 1px solid #2a2a2a;  /*#818080; */
    border-radius: 12px;
    /*padding: 2rem 1.5rem;*/
    /*cursor: pointer;*/
    text-decoration: none;
    color: inherit;
    flex-direction: column;
    height: 89vh;
    /*transition: opacity 0.5s linear;
    opacity:0;*/
    display: none;
    position: relative;
}
    /*.beheer-detail.visible {
        opacity: 1;
        transition: opacity 0.5s linear;
    }*/

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

