html,body{font-family: "lft-etica-mono", sans-serif;font-size:1em;line-height:1.5; color:#242424}
html{overflow-x:hidden}

a {text-decoration: none;}

p{font-size:0.9em;}
h1{font-size:2em;}
h2{font-size:1.8em}
h3{font-size:1.4em}
h4{font-size:1.2em}
h5{font-size:1.2em}
h6{font-size:1em}

h1,h2,h3,h4,h5,h6 {font-family: "lft-etica-mono", sans-serif}

.w3-sidebar{height:100%;width:300px;position:fixed!important;z-index:1;overflow:auto;background-color:#d3d3d3;}

hr{border:0;border-top:1px dotted #242424;width: 13%; padding: 15px 0;}


.grid-image{cursor: pointer; padding:10px 10px 0 0;cursor: zoom-in;}
.grid-image:hover{opacity: 0.8}
.w3-wide {letter-spacing: 10px;}
.w3-hover-opacity {cursor: pointer;}
.w3-top,.w3-bottom{position:fixed;width:100%;z-index:1;background:#fff;}.w3-top{top:0}.w3-bottom{bottom:0}
.w3-black-trans{background-color:rgba(0,0,0,0.5);}

.mySlides {display:none}
.w3-left, .w3-right, .w3-badge {}
.w3-badge,.w3-tag{background-color:#fff;color:#fff;display:inline-block;padding-left:8px;padding-right:8px;text-align:center}.w3-badge{border-radius:50%}
.w3-badge {height:13px;width:13px;padding:0}

footer{background:#000;color:#fff;margin-top:35px;}

/* modal en slideshow */

#modal01 {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    overflow: auto;
}

/* Stijl voor de inhoud van de modal */
.w3-modal-content {
    max-width: 100%;
    max-height: 90vh;
    margin: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    overflow: hidden;
}

/* Stijl voor de afbeelding in de modal */
#img01 {
    height: 500px; /* Vaste hoogte voor alle afbeeldingen */
    width: auto; /* Breedte past zich automatisch aan */
    display: block;
    margin: 0 auto;
    object-fit: contain; /* Behoud verhoudingen */
}

/* Stijl voor de bijschrifttekst */
#caption {
    color: white;
    text-align: center;
    margin-top: 10px;
    font-size: 1.1em;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 5px;
    width: 80vw;
}

/* Stijl voor de navigatiepijltjes aan de zijkant */
.w3-display-left, .w3-display-right {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1.4em;
    padding: 10px;
    background-color: rgba(0, 0, 0, 0.2);
    color: white;
    border: none;
    cursor: pointer;
    user-select: none;
    z-index: 1001;
}

.w3-display-left {
    left: 10px;
}

.w3-display-right {
    right: 10px;
}


/* cookie banner */

#cookie-banner {
position: fixed;bottom: 0; left: 0; width: 100%;z-index:3;
background: #333;
color: white;
text-align: center;
padding: 15px;
display: none;
        }
#cookie-banner button {
background: #f1c40f;
border: none;
cursor: pointer;
        }


@media (min-width:678px){
    .nav-left{position: relative; padding-left:300px;}
}

