/* styles.css */

body {
    margin: 0;
    margin-left: 125px;
    margin-right: 25px;
    min-height: 100vh;
    background-color: #f0f0f0;
    font-family: sans-serif, Verdana, Geneva;
    font-size: 12pt;
    padding: 0;
}

a {
    color: red;
    font-family: sans-serif, Verdana, Geneva;
    text-decoration: none;
    font-size: 11pt;
    font-weight: bold;
    font-style: italic;
}

a:hover {
    text-decoration: underline;
}

a:visited {
    color: red;
}

table {
    width: 100%;
    max-width: 1000px;
}

      .centered-table {
        display: flex;
        justify-content: center;
      }


h1, h2, p {
    font-family: sans-serif, Verdana, Geneva;
    font-size: 11pt;
    max-width: 95%;
    color: #3A3B3C;
    margin: 0; /* Voeg deze regel toe om marges te resetten */
    padding: 0; /* Voeg deze regel toe om padding te resetten */
}

h1 {
    font-size: 20pt;
    color: #808080;
}

h2 {
    font-size: 13pt;
    color: #F2F3F4;
}

p {
    font-size: 10pt;
    padding: 15px;
}

h1 {
    font-size: 20pt;
    color: #808080;
}

h2 {
    font-size: 13pt;
    color: #F2F3F4;
    padding: 0;
}


p.p1 {
    font-size: 11pt;
    color: red;
}

p.p3 {
    font-size: 10pt;
    color: yellow;
    padding: 3px;
}

p.p4 {
    font-size: 5pt;
    color: #3A3B3C;
    padding: 3px;
}

p.p5 {
    font-family: sans-serif, Verdana, Geneva;
    font-size: 9pt;
    color: #3A3B3C;
    padding: 0px;
}

.center {
    text-align: center;
}

.txtleft {
    text-align: left;
}

.whitekader, .blackkader, .yellowkader, .disclaimer {
    border: 0;
    padding: 0;
    margin: 0;
    max-width: 100%;
}

.whitekader {
    background-color: white;
}

.blackkader {
    background-color: black;
}

.yellowkader {
    background-color: #FFFF80;
}

.disclaimer {
    border: 1px solid #808080;
    padding: 0;
    max-width: 100%;
    background-color: #EAECEE;
    margin: 5px;
}

.leftnavigation {
    position: fixed;
    top: 0;
    left: 0;
    width: 125px;
    height: 100%;
    background-color: #000;
    z-index: 1;
    padding: 1px;
}

.leftnavigation ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.leftnavigation li {
    padding: 10px;
}

.leftnavigation a {
    text-decoration: none;
    font-family: sans-serif, Verdana, Geneva;
    font-size: 10pt;
    color: #f5d742;
    display: block;
}

.leftnavigation a:hover {
    background-color: gray;
    color: black;
}

.navigation {
    position: fixed;
    top: 0;
    left: 55%;
    transform: translateX(-50%);
    width: 100%;
    background-color: black;
    z-index: 0;
    padding: 5px;
    margin: 0;
}

#prevButtonTop, #nextButtonTop, #prevButtonBottom, #nextButtonBottom {
    background-color: #f5d742; /* Achtergrondkleur */
    color: black; /* Tekstkleur */
    font-family: sans-serif, Verdana, Geneva;
    font-size: 14px; /* Lettergrootte */
    font-weight: bold; /* Maak de tekst vetgedrukt */
    font-style: italic;
    border: 1px solid #000; /* Dikte, stijl en kleur van de rand */
    cursor: pointer; /* Voeg een cursor aanwijzer toe om aan te geven dat het een klikbare link is */
}

.nav-button {
    background-color: #f5d742; /* Achtergrondkleur */
    color: black; /* Tekstkleur */
    font-family: sans-serif, Verdana, Geneva;
    font-size: 14px; /* Lettergrootte */
    font-weight: bold; /* Maak de tekst vetgedrukt */
    font-style: italic;
    border: 1px solid #000; /* Dikte, stijl en kleur van de rand */
    cursor: pointer; /* Voeg een cursor aanwijzer toe om aan te geven dat het een klikbare link is */
    width: 93px; /* Pas de breedte aan naar de gewenste grootte */
    text-align: left; /* Tekst links uitlijnen */
}

.nav-button-small {
    background-color: 12B426; /* Achtergrondkleur */
    color: black; /* Tekstkleur */
    font-family: sans-serif, Verdana, Geneva;
    font-size: 14px; /* Lettergrootte */
    font-weight: bold; /* Maak de tekst vetgedrukt */
    font-style: italic;
    border: 1px solid #000; /* Dikte, stijl en kleur van de rand */
    cursor: pointer; /* Voeg een cursor aanwijzer toe om aan te geven dat het een klikbare link is */
    width: 80px; /* Pas de breedte aan naar de gewenste grootte */
    text-align: left; /* Tekst links uitlijnen */
}

/* Stijl voor het "mouseover"-effect voor de knop #prevButtonTop */
#prevButtonTop:hover {
    background-color: orange; /* Bijvoorbeeld goudkleurig voor "mouseover" */
    color: black; /* Tekstkleur bij "mouseover" */
}

/* Stijl voor het "mouseover"-effect voor de knop #nextButtonTop */
#nextButtonTop:hover {
    background-color: orange; /* Bijvoorbeeld goudkleurig voor "mouseover" */
    color: black; /* Tekstkleur bij "mouseover" */
}

/* Stijl voor het "mouseover"-effect voor de knop #prevButtonBottom */
#prevButtonBottom:hover {
    background-color: orange; /* Bijvoorbeeld goudkleurig voor "mouseover" */
    color: black; /* Tekstkleur bij "mouseover" */
}

/* Stijl voor het "mouseover"-effect voor de knop #nextButtonBottom */
#nextButtonBottom:hover {
    background-color: orange; /* Bijvoorbeeld goudkleurig voor "mouseover" */
    color: black; /* Tekstkleur bij "mouseover" */
}

/* Stijl voor het "mouseover"-effect */
.nav-button:hover {
    background-color: orange; /* Bijvoorbeeld goudkleurig voor "mouseover" */
    color: black; /* Tekstkleur bij "mouseover" */
}

/* Stijl voor het "mouseover"-effect */
.nav-button-small:hover {
    background-color: orange; /* Bijvoorbeeld goudkleurig voor "mouseover" */
    color: black; /* Tekstkleur bij "mouseover" */
}

.gallery {
    width: 100%;
    max-width: 1200px;
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 10px;
    margin: 15px 0 10px 50px;
}

.gallery img {
    width: 95%;
    max-width: 95%;
    height: auto;
    cursor: pointer;
    border: 2px solid black;
}

img {
    float: right;
    margin: 0;
}

@media (max-width: 768px) {
    .gallery {
        grid-template-columns: repeat(3, 1fr);
    }
}

.pagination {
    text-align: center;
    margin-top: 0;
}

iframe {
    position: fixed;
    top: 0;
    left: 0;
    width: 125px;
    height: 100%;
    border: none;
}

/* Stijl voor het plaatje */
.menu-logo {
    cursor: pointer; /* Voeg een cursor aanwijzer toe om aan te geven dat het klikbaar is */
}

/* Stijl voor het "mouseover"-effect */
.menu-logo:hover {
    /* Voeg hier de stijl toe die je wilt toepassen wanneer de muis over het plaatje beweegt */
    /* Bijvoorbeeld, je kunt de opacity aanpassen om het plaatje lichter te maken */
    opacity: 0.7;
}