* {
    margin: 0;
    padding: 0;
    font-family: "Nunito", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}

span.send {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    color: white;
    text-align: center;
    padding: 10px;
    z-index: 9999;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    /* optioneel: beetje schaduw */
}

span.send.success {
    color: green;

}

span.send.failed {
    color: red;
}

main strong {
    font-weight: 700;
    color: rgb(102, 102, 102);
}

header {
    display: block;
    background-image: url(../images/Achtergrond.jpeg);
    background-size: 100% auto;
    /* 100% breed, hoogte automatisch */
    background-repeat: no-repeat;
    /* voorkom herhaling */
    background-position: top center;
    color: #fff;
}

header section.logo {
    display: block;
    margin: auto;
    text-align: center;
    font-weight: 400;
    letter-spacing: .125rem;
}

header section.logo strong {
    font-weight: 700;
}


section {
    display: block;
    margin: 0px auto;
    padding: 55px 12px;
    width: 100%;
    max-width: 973px;
}

section.logo h1 {
    font-size: 22px;
}

header section h3 p {
    font-size: 26px;
    font-weight: 400;
    line-height: 36px;
}

h1 {
    padding-bottom: 1.875rem;
    font-size: 3rem;
}

h3 {
    font-size: 1.5625rem;
    padding-bottom: .625rem;
}

p {
    display: block;
    padding: 0 0 .875rem;
    margin: 0;
    padding-bottom: 32px;
    font-size: 1.125rem;
    line-height: 30px;
}

footer {
    background-color: #ffc000;
    display: block;
    height: 158px;
    ;
}

footer section {
    height: 48px;
    width: 1060px;
    display: block;
    margin: auto;
    text-align: center;
}

footer section div {
    box-sizing: border-box;
    color: rgba(0, 0, 0, 0.7);
    display: inline-block;
    font-family: "Nunito Flex", "Noto Sans", "Apple Color Emoji", "Noto Color Emoji", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    height: 24.3906px;
    letter-spacing: normal;
    line-break: auto;
    line-height: 22.4px;
    padding: 1px 10px;
    text-align: center;
    text-size-adjust: 100%;
    width: 242.828px;
    -webkit-font-smoothing: subpixel-antialiased;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

main section h1 {
    color: rgb(57, 57, 57);
}

main section h3 {
    color: rgb(157, 157, 157)
}

main section ol {
    margin-left: 1.25rem;
    padding-bottom: 1rem;
    display: block;
    list-style: decimal;
}

main section ol li,
main section#criteria ul li {
    counter-increment: a;
    text-align: left;
    position: relative;
    color: rgb(102, 102, 102);
    line-height: 27px;
    padding: 0 0 5px 40px;
    font-size: 18px;

}

main section#criteria ul {
    list-style: none;
}

main section#criteria ul li::before {
    content: "\f105";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    /* Belangrijk voor sommige iconen */

    content: "\f105";
    /*  (Font Awesome) */
    display: block;
    position: absolute;
    top: 2px;
    left: 0px;
    width: 6.4375px;
    height: 27px;

    font-family: "Font Awesome 6 Free", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 900;
    line-height: 27px;
    letter-spacing: normal;
    text-align: left;
    color: rgb(102, 102, 102);

    list-style-type: none;
    list-style-image: none;
    list-style-position: outside;

    word-break: break-word;
    overflow-wrap: break-word;
    -webkit-font-smoothing: subpixel-antialiased;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    text-size-adjust: 100%;
}