body {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif, sans-serif;
    background-color: #f0f2da;
    margin: 0px
}

header {
    margin-top: 3em;
}

h1 {
    color: black;
    text-align: center;
}

.trix {
    width: 200px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

form {
    margin: 0 auto;
    width: 700px;
    padding: 1em;
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

form li+li {
    margin-top: 1em;
}

label {
    display: inline-block;
    width: 200px;
    text-align: right;
    font-weight: bold;
    padding: 5px;
}

input,
textarea,
select {
    font: 1em sans-serif;
    width: 400px;
    box-sizing: border-box;
    border: 1px solid black;
    border-radius: 5px;
    padding: 5px;
}

input:focus,
textarea:focus {
    border-color: #000;
}

textarea {
    vertical-align: top;
    height: 5em;
}

.mybutton {
    padding: 10px;
    background: white;
    color: black;
    margin-top: 3%;
    margin-bottom: 3%;
    width: 100%;
}

button {
    margin-left: .5em;
}

fieldset {
    border: 2px solid black;
    border-radius: 1em;
    margin: 5px;
}

legend {
    color: black;
    font: size 1em;
}

input[type=radio] {
    width: 15px;
    margin-left: 220px;
}

.radiotitel {
    display: block;
    width: 200px;
    text-align: right;
    font-weight: bold;
    padding: 5px;
}

.radiolabel {
    display: inline-block;
    text-align: left;
    font-weight: bold;
    padding: 5px;
}

.footertabel {
    color: white;
    margin: auto;
    width: 90%;
    text-align: left;
}

.TRIXANTWERPEN {
    font-weight: bold;
    margin-bottom: 1em;
}

.social {
    list-style-type: none;
    text-align: right;
    margin-right: 2em;
    overflow: hidden;
    float: right;
}

.social>li {
    display: inline-block;
    float: none;
}


.icon {
    width: 1.5em;
    height: 1.5em;
    margin-left: 1.5em;
}

.adres {
    text-align: left;
    line-height: 1.8em;
}

.contactgegevens {
    margin-left: 0%;
    line-height: 1.8em;
    float: right;
}

.contactgegevens>li>a {
    color: white;
    font-size: 1em;
    text-align: left;
}

.contactknop {
    background-color: white;
    width: 5em;
    padding: 25px;
    margin-right: 2em;
    float: right;
}

.contactknop>a {
    color: black;
    font-weight: bold;
    font-size: 1em;
    text-align: center;
    text-decoration: none;
}
.horizontalelijst {
    list-style-type: none;
    margin: auto;
    padding: 0;
    overflow: hidden;
    padding: 60px;
}

.horizontalelijst > li {
    display: inline-block;
    float: none;
}

.logo {
    height: 3em;
    max-width: 7em;
    margin-left: 1em;
    margin-right: 1em;
}

.mail {
    color: white;
    font-size: 1em;
    text-align: center;
    text-decoration: none;
}

.footerbreedte {
    max-width: 84rem;
    display: inline-block;
}

footer {
    text-align: center;
    margin-top: 4%;
    background-color: black;
    color: white;
    text-align: center;
    padding: 4em 0.5em 1em 0.2em;
}
