body {
    width: 100%;
    cursor: default;

    background-color: steelblue;
    font-weight: bold;
    margin: 0;

    user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -moz-user-select: none;
    touch-action: manipulation;

}

.titel {
    width: 100%;
    height: 6vw;
    border-bottom: 0.1vw solid white;

    background-color: #000;
    color: white;
    font-size: 3rem;
    font-weight: bold;
}

.navigatie-boven {
    width: 100%;
    height: 5vw;

    background-color: #333333;
}

.n-b-inhoud {
    width: 15vw;
    height: 5vw;
    float: left;

    font-size: 1.75rem;
    font-weight: bolder;
    color: white;
}

/* hover */
.n-b-inhoud:not(.navigatie1):hover {
    background-color: #000000;
    cursor: pointer;
}

/* Thuis */
.navigatie1 {
    width: 21vw;
    height: 100%;
    border: 0.5vw solid #04aa6d;
    cursor: pointer;

    background-color: #04aa6d;
}

/* Progressie en Clickie*/
.navigatie {
    background-color: #333333;
    border: 0.5vw solid #333333;
}

/* Overig */
.navigatie2 {
    background-color: #333333;
    border: 0.5vw solid #333333;
    float: right;
}

.navigatie-links {
    border: 0.5vw solid white;
    width: 21vw;
    height: 30vw;
    position: relative;

    background-color: honeydew;
}

.n-l-inhoud {
    height: 4.5vw;
    cursor: pointer;

    padding-top: 0.5vw;
    font-size: 1.5rem;
}

.n-l-inhoud:hover {
    background-color: gray;
    cursor: pointer;
}

.text-rechts {
    width: 74%;
    height: 26.75vw;
    margin-right: 1.5%;
    margin-top: 1.5%;
    float: right;

    background-color: lightblue;
    padding: 1vw;
}

.t-r-naam {
    width: 100%;
    height: 5vw;
    margin-bottom: 1.5%;

    background-color: white;
    font-size: 3.2rem;
}

.t-r-inhoud-context {
    width: 49.2%;
    height: 3vw;
    margin-bottom: 1.5%;
    float: left;

    background-color: white;
    font-size: 1.1rem;
}

.t-r-inhoud {
    width: 49.2%;
    height: 16.5vw;
    float: left;

    background-color: white;
}

.t-r-plaatje {
    width: 49.2%;
    height: 20.5vw;
    float: right;

    background-color: white;
}

.c {
    display: flex;
    justify-content: center;
    align-items: center;
}