:root {
    --main-width: 40%;
    --Zuyd-Grijs1: #988a86;
    --Zuyd-Grijs2: #b6aaa7;
    --Zuyd-Grijs3: #ccc2c0;
    --Zuyd-Grijs4: #e2dddb;
    --Zuyd-Rood: #ed1b34;
    --Zuyd-Zwart: #000000;
    --Zuyd-Wit: #ffffff;
    --Zuyd-Blauw1: #005baa;
    --Zuyd-Blauw2: #0077c0;
    --Zuyd-Blauw3: #00a5ef;
    --Zuyd-Blauw4: #66bfff;
}

html {
    overflow-y: scroll;
}

.lang {
    float: right;
    line-height: 53px;
    margin-right: 10px;
    color: var(--Zuyd-Rood);
    font-weight: bold;
}

.lang > a {
    color: var(--Zuyd-Grijs1);
}

body {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 13px;
}

.question {
    width: 480px;
    margin: 10px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    vertical-align: middle;
}

.question > h1 {
    font-size: 26px;
    font-weight: normal;
    margin: 0.67em 0;
}

.subtext > h2 {
    color: var(--Zuyd-Grijs1);
    font-size: 18px;
    font-weight: 800;
    margin-top: 25px;
}

.category {
    width: 480px;
    margin: 10px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    vertical-align: middle;
}

.category > h1 {
    font-size: 26px;
    font-weight: normal;
    margin-top: 30px;
    margin-bottom: 0;
}

.answers-grid1 {
    width: 480px;
    margin: auto;
    display: grid;
    grid-template-columns: repeat(1, 150px);
    grid-template-rows: repeat(1, 150px);
    grid-gap: 10px;
    padding: 10px;
    justify-content: center;
    justify-items: center;
    align-items: center;
}

.answers-grid2 {
    width: 480px;
    margin: auto;
    display: grid;
    grid-template-columns: repeat(2, 150px);
    grid-template-rows: repeat(1, 150px);
    grid-gap: 10px;
    padding: 10px;
    justify-content: center;
    justify-items: center;
    align-items: center;
}

.answers-grid3 {
    width: 480px;
    margin: auto;
    display: grid;
    grid-template-columns: repeat(3, 150px);
    grid-template-rows: repeat(2, 150px);
    grid-gap: 10px;
    padding: 10px;
    justify-content: center;
    justify-items: center;
    align-items: center;
}

.answers-grid31 {
    width: 480px;
    margin: auto;
    display: grid;
    grid-template-columns: repeat(3, 150px);
    grid-template-rows: repeat(1, 150px);
    grid-gap: 10px;
    padding: 10px;
    justify-content: center;
    justify-items: center;
    align-items: center;
}

.answerbackground {
    background-color: var(--Zuyd-Grijs4);
    justify-self: stretch;
    align-self: stretch;
    display: flex;
    justify-content: center;
    align-items: center;
}

.answerbackground:hover {
    border: solid;
    border-color: var(--Zuyd-Rood);
    border-width: 1px;
    cursor: pointer;
    text-decoration: underline;
}

.answertext {
    text-align: center;
    font-weight: bold;
}

.back {
    width: var(--main-width);
    margin: 10px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    vertical-align: middle;
}

.header-wrapper {
    
    display: flex;
    margin-left: auto;
    margin-right: auto;
}

.header-logo {
    margin-top: auto;
    margin-bottom: auto;
    margin-left: auto;
    margin-right: 10px;
}

.header-text-wrapper {
    height: 53px;
    width: 828px;
    margin-top: auto;
    margin-bottom: 0px;
    margin-left: 10px;
    margin-right: auto;
    background-color: var(--Zuyd-Grijs4);
}

.header-text {
    font-size: 22px;
    font-weight: bold;
    color: var(--Zuyd-Rood);
    line-height: 53px;
    margin-left: 10px;
}

.main {
    margin-bottom: 75px;
}

.subtext {
    width: 480px;
    margin: 10px;
    padding: 10px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    vertical-align: middle;
}

h1 {
    font-size: 26px;
    font-weight: normal;
    margin: 0.67em 0;
}

.titel > h2 {
font-size: 22px;
font-weight: normal;
margin: 0.67em 0;
}

.bottom {
    height: 60px;
    background-color: var(--Zuyd-Grijs1);
    position: fixed;
    bottom: 0;
    width: 100%;
}

.nav {
    line-height: 40px;
    text-align: center;
    color: var(--Zuyd-Wit);
}

body {
    margin-top: 10px;
    margin-left: 0px;
    margin-right: 0px;
}

.nav > a {
    color: var(--Zuyd-Wit);
    text-decoration: none;
}

.nav > a:hover {
    text-decoration: underline;
}

.handleiding {
    width: 650px;
    margin-left: auto;
    margin-right: auto;
}

.handleiding > .stap {
    border-color: var(--Zuyd-Grijs1);
    border-style: solid;
    border-width: 2px;
    display: flex;
}

.handleiding > .stap {
    margin-bottom: 10px;
    padding-left: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 5px;
}

.handleiding > .stap > .stap-nummer {
    width: 25px;
}

.handleiding > .stap > .stap-text {
    width: 375px;
}

.handleiding > .stap > .stap-img > img {
    width: 240px;
}

.handleiding-back {
    margin-left: 25px;
}

.notify {
    font-weight: bold;
    font-size: 16px;
    color: var(--Zuyd-Rood);
}