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; /* voeg dit toe voor afgeronde hoeken */
}

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

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

.div-right-bottom {
    height: 434px;
    width: 1223px;
    padding-left: 30px;
    padding-top: 30px;
    padding-bottom: 50px;
    left: 421px;
    top: -600px;
    font-family: arial;
}

.div-digitale-scoreborden {
    height: 300px;
    width: 200px;
    text-align: center;
    padding-top: 20px;
    font-family: arial;
    font-size: 18px;
    color: white;
    text-align: center;
}

.div-links-ploegen {
    position: relative;
    top: -322px;
    left: 230px;
    height: 340px;
    width: 200px;
    text-align: center;
    padding-top: 20px;
    padding-left: 1px;
    font-family: arial;
    font-size: 18px;
    color: white;
}

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

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

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

[class^="info-button"]:hover {
    background: green;
    color: white;
}

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

.info-button-links {
    color: white;
    background-color: green;
}

[class^="info-button-links-"] {
    position: relative;
    left: -1px;
}