body {
    font-family: Diatype Variable;
    margin: 0;
    padding: 0;
    background-color: #ffe9ec;
    color: #222;
}

header {
    text-align: left;
    padding: 40px 20px;
}

header h1 {
    margin: 0;
    font-size: 2.5em;
}

nav {
    text-align: left;
    padding: 10px;
}

nav a {
    margin: 0 15px;
    text-decoration: none;
    color: #222;
    font-weight: bold;
}

nav a:hover {
    color: #94D1B4;
}

main {
    max-width: auto;
    margin: 40px auto;
    padding: 0 20px;
}

main h2 {
    text-align: left;
}

footer {
    text-align: left;
    padding: 20px;
    font-size: 0.8em;
    color: #777;
}

.galerij {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: left;
}

.galerij figure {
    margin: 0;
    width: calc(50% - 15px);
	max-width: 300px;
    text-align: left;
}

.galerij img {
    max-width: 100%;
    height: auto;
    display: block;
}

.galerij figcaption {
    font-size: 0.9em;
    color: #555;
    margin-top: 8px;
}

.intro {
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.intro h1 {
    font-size: 3em;
    margin-bottom: 0;
}

.intro-link {
    margin-top: 30px;
    text-decoration: none;
    color: #222;
    border: 1px solid #222;
    padding: 10px 25px;
}

.intro-link:hover {
    background-color: #222;
    color: #AFFAD3;
}

.sticker {
    width: 300px;
    height: auto;
    margin-bottom: 5px;
    transform: rotate(0deg);
}

.expolijst {
    list-style: none;
    padding: 0;
}

.expolijst li {
    margin-bottom: 20px;
}

.expolijst .datum {
    display: block;
    font-weight: bold;
}

.expolijst .event {
    display: block;
}
.expo-pagina {
    background-image: url('fotos/zelffig.png');
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 700px auto;
}

.werken-layout {
    display: flex;
    justify-content: space-between;

}

.jaar-filter {
    display: flex;
    flex-direction: column;
    gap: 12px;
    min-width: 100px;
}

.jaar-link {
    text-decoration: none;
    color: #777;
    font-weight: bold;
}

.jaar-link.actief,
.jaar-link:hover {
    color: #94D1B4;
}

.werken-layout .galerij {
    flex: 1;
    justify-content: flex-start;
}

.galerij img {
    cursor: pointer;
    transition: opacity 0.2s;
}

.galerij img:hover {
    opacity: 0.8;
}

.lightbox {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

.lightbox.actief {
    display: flex;
}

.lightbox img {
    max-width: 90%;
    max-height: 90%;
}

.lightbox-sluit {
    position: absolute;
    top: 20px;
    right: 40px;
    color: white;
    font-size: 3em;
    cursor: pointer;
}

.galerij figure.landscape {
    max-width: 600px;

}

.cv-link {
    display: inline-block;
    margin-top: 30px;
    text-decoration: none;
    color: #222;
    border: 1px solid #222;
    padding: 8px 20px;
}

.cv-link:hover {
    background-color: #222;
    color: #AFFAD3;
} 

.cv-centreer {
    text-align: center;
}
.bio-layout {
    display: flex;
    gap: 15vw;
    align-items: flex-start;
}

.bio-links {
    flex: 0 0 400px;
}

.bio-foto {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
}

.bio-rechts {
    flex: 1;
}

main.bio-pagina {
    max-width: 100%;
    margin: 40px 60px;
    padding: 0;
}

main a {
    color: inherit;
    text-decoration: underline;
}

main a:hover {
    color: #AFFAD3;
}