body {
    background-image: url("/ADL/Images/Background.png"); 
}
.logo {
    display: block;
    margin-left: 690px;
    margin-right: auto; 
}

[class^="div-"] {
    border-style: solid;
    border-width: thin;
    border-color: white;
    position: relative;
    background-color:rgba(0, 0, 0, 0.5);
    border-radius: 10px;
}

.div-left {
    height: 607px;
    width: 220px;
    left: 190px;
    top: 10px;
    padding-left: 10px;
}

.div-right-title {
    text-align: center;
    width: 1253px;
    height: 42px;
    left: 421px;
    top: -599px;
    padding-top: 30px;
    padding-bottom: 20px;
    color: white;
}

.div-right-top {
    height: 434px;
    width: 1243px;
    padding-left: 10px;
    padding-top: 30px;
    padding-bottom: 50px;
    left: 421px;
    top: -600px;
    font-family: arial;
    border-bottom-color: transparent;
}

.div-right-bottom {
    height: 434px;
    width: 1243px;
    padding-left: 10px;
    padding-top: 30px;
    padding-bottom: 50px;
    left: 421px;
    top: -601px;
    font-family: arial;
    border-top-color: transparent;
}

[class^="info-button"] {
/*    border: none;
    border-radius: 3px;  */
    display: inline-block;
    cursor: pointer;
    font-size: 14px;
    height: 30px;
    width: 170px;
    position: absolute;
    left: 28px;
}
[class^="info-button"]:hover {
    background: green;
    color: white;
}

[class^="info-button"]:active {
    background: green;
    color: white;
    transform: translateY(2px);
}

[class^="info-label-bestuur"] {
    border: none;
    color: white;
}

.info-titel-bestuur {
    color: white;
    font-family: arial;
    font-size: 34px;
}

.info-label-bestuur-naam {
    font-size: 20px;
}

.info-label-bestuur-functie {
    font-size: 16px;
}

.info-label-bestuur {
    font-size: 14px;
}

[class^="div-bestuur-"] {
    border-color: white;
    background-color: transparent;
    width: 220px;
    height: 420px;
    color: white;
    font-family: arial;
    text-align: center;
    border-radius: 10px;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1); /* Schaduw voor een subtiele 3D-look */
    margin-top: 10px;
    padding-top: 10px;
}

.div-bestuur-voorzitter {
    left: 120px;
}
.div-bestuur-ondervoorzitter {
    left: 520px;
    top: -427px;
}
.div-bestuur-wedstrijdleiding {
    left: 910px;
    top: -849px;
}
.div-bestuur-secretaris {
    left: 120px;
    top: 10px;
}
.div-bestuur-webmaster {
    left: 520px;
    top: -412px;
}
.div-bestuur-sportbestuurder {
    left: 910px;
    top: -834px;
}
/*
.div-bestuur-bestuurslid {
    left: 1050px;
    top: -2110px;
}
*/
.info-button-bestuur {
    color: white;
    background-color: green;
}

.foto-bestuur {
    border-radius: 10px;
    padding-top: -5px;
}