body{
    background-color:white;
}
.container{
    text-align: center;
    margin-top: 100px;
    background-color:white;
}
.ogen {
    display: flex;
    justify-content: center;

}
.ogen{
    width: 700px; /* Pas aan volgens gewenste grootte */
    margin: 0 350px;
}

h1 {
    font-size: 3rem;
    font-weight: bold;
    margin-top: 25px;
    font-family: Arial, sans-serif
    letter-spacing: 0.2rem;
    text-transform: uppercase;
    text-align: center;
    color:black;
}
.container{
    text-align: center;
}
.mond {
    display: flex;
    justify-content: center;
    margin-top: 20px;
    margin-bottom: 20px;
}
.mond{
    width: 10px; /* Pas aan volgens gewenste grootte */
    margin: 0 100px;
}

p {
    margin-top: 100px;
    font-size: 1rem;
    text-transform: uppercases;
    text-align: justify;
    text-align: center;
    color: black;
}
/* Reset basisinstellingen */
* {
    margin: 0;
    padding: 0;

}

/* Basisstijl voor de body */
body {
    font-family: Arial, sans-serif;
    display: flex;
    flex-direction: column;
    align-items:center;
    background-color: white;
    color: #333;
    min-height: 100vh;
}

/* Headerstijl */
header {
    text-align: center;
    margin-top: 20px;
}

header h1 {
    font-size: 2em;
    font-weight: bold;
    letter-spacing: 0.1em;
}

.subtitle {
    font-size: 1em;
    color: #666;
}

/* Navigatiebalkstijl */
nav {
    margin: 15px 0;
}

nav ul {
    list-style-type: none;
    display: flex;
    gap: 20px;
}

nav a {
    text-decoration: none;
    color: black;
    font-weight: bold;
    font-size: 0.9em;
    transition: color 0.3s;
}

nav a:hover {
    color: #555;
}

/* Stijl voor het hoofdgedeelte en de afbeelding-placeholder */
main {
    width: 80%;
    max-width: 600px;
    margin-top: 20px;
}

.image-placeholder {
    width: 100%;
    height: 300px;
    background-color: #ccc;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white
}
/* Stijl voor het raster */
.grid-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    max-width: 800px;
    margin: 20px auto;
}

.grid-item {
    background-color: #000000;
    height: 150px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2em;
    color: #333;
    font-weight: bold;
}

.grid-item img {
    width: 100%; /* Fit the width of the grid item */
    height: 100%; /* Fit the height of the grid item */
    object-fit: cover; /* Maintain aspect ratio and crop if necessary */
}
/* Reset basisinstellingen */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* Basisstijl voor de body */
body {
    font-family: Arial, sans-serif;
    display: center;
    flex-direction: column;
    align-items: center;
    background-color: white;
    color: #333;
    min-height: 100vh;
}

/* Headerstijl */
header {
    text-align: center;
    margin-top: 20px;
}

header h1 {
    font-size: 2em;
    font-weight: bold;
    letter-spacing: 0.1em;
}

.subtitle {
    font-size: 1em;
    color: #f4f4f4;
}

/* Navigatiebalkstijl */
nav {
    margin: 15px 0;
}

nav ul {
    list-style-type: none;
    display: flex;
    gap: 20px;
}

nav a {
    text-decoration: none;
    color: black;
    font-weight: bold;
    font-size: 0.9em;
    transition: color 0.3s;
}

nav a:hover {
    color: #555;
}

/* Reset basisinstellingen */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* Basisstijl voor de body */
body {
    font-family: Arial, sans-serif;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: white;
    color: #333;
    min-height: 100vh;
}

/* Headerstijl */
header {
    text-align: center;
    margin-top: 20px;
}

header h1 {
    font-size: 2em;
    font-weight: bold;
    letter-spacing: 0.1em;
}

.subtitle {
    font-size: 1em;
    color: #666;
}

/* Navigatiebalkstijl */
nav {
    margin: 15px 0;
}

nav ul {
    list-style-type: none;
    display: flex;
    gap: 20px;
}

nav a {
    text-decoration: none;
    color: black;
    font-weight: bold;
    font-size: 0.9em;
    transition: color 0.3s;
}

nav a:hover {
    color: #555;
}

/* Stijl voor leeruitkomsten-secties */
.outcome {
    background-color: #ccc;
    padding: 10px;
    margin: 20px 0;
    width: 100%;
    max-width: 600px;
    border-radius: 8px;
}

.outcome h2 {
    font-size: 1.2em;
    color: #333;
    margin-bottom: 10px;
}

.content-placeholder {
    background-color: #eee;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1em;
    color: #666;
    margin-bottom: 10px;
}

.sub-section {
    background-color: #ddd;
    height: 40px;
    display: flex;
    align-items: center;
    padding: 0 10px;
    font-size: 0.9em;
    color: #555;
    margin-top: 5px;
    border-radius: 4px;
}

/* Footerstijl */
footer {
    text-align: center;
    margin-top: 30px;
    font-size: 0.8em;
    color: #666;
}

.social-icons {
    margin-top: 10px;
}

.social-icons span {
    font-size: 1.2em;
    margin: 0 5px;
    cursor: pointer;
}

.article-title {
    text-align: center;
}

.images {
    display: flex;
    gap: 1rem;
    justify-content: center;
    margin: 1rem 0;
}

.design-image {
    max-width: 300px;
    height: auto;
    border: 2px solid #ddd;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.project-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin-bottom: 30px;
    max-width: 100vw;
}

.project-item-center {
    grid-column: span 2;
    text-align: center;
}

.project-item-center ul {
    list-style: none;
}

.navigation-buttons {
    display: flex;
    flex-direction: row;
    gap: 10px
}

.minimal-button {
    display: inline-block;
    width: 200px;
    padding: 10px 20px;
    font-size: 16px;
    color: #333;
    background-color: #fff;
    border: 2px solid #333;
    border-radius: 5px;
    text-decoration: none;
    text-align: center;
    transition: all 0.3s ease;
    cursor: pointer;
    margin-bottom: 50px;
}

.minimal-button:hover {
    background-color: #333;
    color: #fff;
}

.minimal-button:focus {
    outline: none;
    box-shadow: 0 0 5px rgba(51, 51, 51, 0.5);
}
h1 {
    font-size: 30px;
    margin-bottom: 10px; /* Verklein deze waarde voor minder ruimte */
}

h2 {
    font-size: 24px;
    margin-bottom: 20px;
    color: gray;
}

p {
    margin: 0 auto;
    max-width: 600px;
    text-align: center;
}
h1 {
    text-align: center;
    font-size: 30px; /* Pas de grootte hier aan */
    margin-bottom: 20px;
    color: #333; /* Optioneel: kleur aanpassen */
}

/* Voeg deze stijl toe om de knoppen te centreren */
.navigation-buttons {
    display: flex;
    justify-content: center; /* Horizontaal centreren */
    align-items: center; /* Verticaal centreren */
    gap: 10px; /* Ruimte tussen de knoppen */
    margin-top: 50vh; /* Zet de knoppen ongeveer in het midden van de pagina */
    transform: translateY(-50%); /* Corrigeer de exacte positionering voor verticaal midden */
}

/* Stijl voor de knoppen */
.minimal-button {
    padding: 10px 20px;
    font-size: 16px;
    color: #333;
    background-color: #fff;
    border: 2px solid #333;
    border-radius: 5px;
    text-decoration: none;
    text-align: center;
    transition: all 0.3s ease;
    cursor: pointer;
}

.minimal-button:hover {
    background-color: #333;
    color: #fff;
}

.minimal-button:focus {
    outline: none;
    box-shadow: 0 0 5px rgba(51, 51, 51, 0.5);
}
/* Stijl voor de afbeeldingen */
.image-gallery {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 40px;
}

.image-item {
    width: 300px;
    height: 300xpx;
    overflow: hidden;
    border-radius: 10px;
}

.thumbnail {
    width: 100%;
    height: 100%;
    object-fit: cover;
    cursor: pointer;
    transition: transform 0.3s ease;
}

.thumbnail:hover {
    transform: scale(1.05); /* Vergroot de afbeelding bij hover */
}

/* Lightbox (verborgen door default) */
.lightbox {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    justify-content: center;
    align-items: center;
}

/* Lightbox afbeelding */
.lightbox-content {
    max-width: 90%;
    max-height: 80%;
}

/* Sluitknop */
.close {
    position: absolute;
    top: 10px;
    right: 25px;
    color: white;
    font-size: 36px;
    font-weight: bold;
    cursor: pointer;
}

.close:hover,
.close:focus {
    color: #ddd;
    text-decoration: none;
    cursor: pointer;
}
/* Verplaats de knoppen omhoog */
.navigation-buttons {
    display: flex;
    justify-content: center; /* Horizontaal centreren */
    gap: 10px; /* Ruimte tussen de knoppen */
    margin-top: 30px; /* Zet hier de afstand naar boven, pas deze waarde aan */
    transform: translateY(-20%); /* Verschuif de knoppen naar boven, pas de waarde aan */
}

