body {
    background-image: url("/ADL/Images/Background.png"); 
}


#pdfViewer {
    width: 100%;
    height: 90vh;
    border: none;
}

.fallback-download {
    margin-top: 20px;
    text-align: center;
}

.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: 1310px;
    width: 220px;
    left: 190px;
    top: 10px;
    padding-left: 10px;
}

.div-right {
    height: 1000px;
    width: 1233px;
    padding-left: -50px;
    padding-right: 10px;
    padding-top: 60px;
    padding-bottom: 50px;
    left: 421px;
    top: -1302px;
    font-family: arial;
    text-align: center;
    /*    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;
}
*/

.info-titel-kalenderboek {
    position: relative;
    top: -30px;
    left: 100px;
    color: white;
    font-family: arial;
    font-size: 34px;
}

.kalenderboek_pdf {
    color: white;
    position: relative;
    top: -35px;
    left: 150px;
}

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

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

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


