:root {
    --bgkleur: #fff;
    --kleur1: #349dd6;
    --kleur1a: #349dd6aa;
    --kleur2: #c9e4ee;
    --grijs: #aaa;
    --donkerblauw: #133d3e;
    --groen: #4fbf07;
    --rood: #fa727c;
}

html {
    -webkit-font-smoothing: antialiased;
}

body {
    font-family: 'Fira Sans', sans-serif;
    font-weight: 400;
    margin: 0;
    padding-top: 94px;
    background-color: var(--bgkleur);
    color: var(--donkerblauw);
}

#header {
    position: fixed;
    background-color: #fff;
    z-index: 999;
    width: 100%;
    height: 94px;
    top: 0;
    box-shadow: 0 0 6px 0 var(--donkerblauw);
}

#header .headercontainer {
    max-width: 1280px;
    width: 100%;
    margin: 0 auto;
    padding: 0 24px 0 20px;
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

#logo {
    width: 225px;
    height: 94px;
}

ul.menu {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: flex-end;
    margin-bottom: 4px;
}

ul.menu li {
    box-sizing: border-box;
    margin-left: 26px;
}

ul.menu li a {
    text-decoration: none;
    font-weight: 500;
    font-size: 18px;
}

ul.menu li a.aanmelden {
    background-color: #ffc600;
    padding: 10px 20px;
    border-radius: 4px;
}

.wrapper {
    display: flex;
    justify-content: normal;
    flex-flow: row wrap;
    max-width: 1280px;
    width: 100%;
    margin: 0 auto;
    padding: 20px 20px 0;
    box-sizing: border-box;
    min-height: 200px;
    position: relative;
}

img.uitreiking {
    margin-top: -20px;
    object-fit: cover;
    width: 100%;
}

.clockcontainer {
    /* width: 100%; */
    /* margin: -53px 25px 0; */
    box-sizing: border-box;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    position: absolute;
    top: 0;
    right: 20px;
    width: 310px;
    border-radius: 6px;
    display: none;
}

.stel-je-vraag .clockcontainer {
    display: none;
}

.vraagaanaalt {
    background-color: #fff;
    margin: 10px 30px 30px;
    min-height: 200px;
    width: 100%;
}

.vraagaanaalt h3 {
    margin-bottom: 1em;
    font-size: 24px;
    font-weight: 500;
    line-height: 1em;
}

.vraagaanaalt p {
    font-size: 20px;
    margin-bottom: 1.2em;
    line-height: 1.5em;
    font-weight: 300;
}

.formwrap {
    max-width: 980px;
    padding: 30px 40px;
}

.formwrap form {
    max-width: 700px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    flex-wrap: wrap;
}

.formwrap input[type=submit] {
    font-size: 20px;
    padding: 12px 50px;
    border-radius: 6px;
    margin-top: 18px;
    background-color: var(--donkerblauw);
    color: #fff;
    border-color: var(--donkerblauw);
    cursor: pointer;
}

.counter {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    padding: 3px 10px;
    /* display: none; */
    box-sizing: border-box;
}

.knoppen {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    height: 64px;
    width: 100%;
    justify-content: space-between;
    margin-top: -40px;
}

.knoppen a {
    /* height: 100px; */
    /* height: 80px; */
    box-sizing: border-box;
    padding: 18px 20px;
    display: flex;
    flex-direction: row;
    background-color: #ffe270;
    font-size: 28px;
    text-decoration: none;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    width: 50%;
    border-radius: 6px;
    display: none;
}

.knoppen a:not(.nwsbrf) {
    display: none;
}

.award .knoppen a.nwsbrf {
    /* background-color: #efefef; */
    /* display: flex; */
}

.mmg {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: flex-start;
    height: 100%;
    justify-content: flex-end;
    /* background-color: #154a67; */
    /* background-color: #0d2938; */
    /* color: #fff; */
    width: 100%;
    /* padding: 11px 12px; */
    /* box-sizing: border-box; */
    width: 100%;
    margin-top: 20px;
    /* border-bottom-left-radius: 6px; */
    /* border-bottom-right-radius: 6px; */
    gap: 14px;
}

.mmg img {
    width: 150px;
}

.icon {
    display: inline-block;
    width: 1em;
    height: 1em;
    stroke-width: 0;
    stroke: currentColor;
    fill: currentColor;
    margin-left: 7px;
}

#clock {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

div#clock>div {
    box-sizing: border-box;
    color: var(--bgkleur);
    line-height: 1em;
    font-weight: 500;
    font-size: 30px;
    text-align: center;
    min-width: 105px;
    padding: 14px 10px 6px;
}

div#clock>div>span {
    font-weight: 300;
    display: block;
    font-size: 16px;
}

div#clock div#tot {
    width: 100%;
    text-align: center;
    line-height: 1.1em;
    margin-bottom: 10px;
}

.container {
    width: 100%;
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
}

.text,
.podium {
    color: var(--donkerblauw);
    padding: 20px 25px 40px 60px;
    width: 100%;
}

.procedure .text,
.aanmelding .text {
    color: var(--donkerblauw);
    padding: 0;
    max-width: 970px;
    margin-bottom: 30px;
}

.podium {
    padding: 0 25px 0 25px;
}

.text h2,
.jury h2,
.podium h2 {
    width: 100%;
    font-size: 25px;
    font-weight: 500;
    margin-bottom: 1em;
}

.podium h2 {
    margin-top: 50px;
}

.text p,
.podium p {
    font-size: 20px;
    margin-bottom: 1.2em;
    line-height: 1.5em;
    font-weight: 300;
}

.text .bokaal {
    float: right;
    max-width: 500px;
    margin-left: 30px;
    width: 45%;
    margin-bottom: 15px;
}

.text iframe.uitreiking {
    float: right;
    margin-left: 30px;
    height: 330px;
    width: 587px;
    border-radius: 8px;
    margin-bottom: 15px;
}

.podium .winnaar {
    float: left;
    max-width: 500px;
    margin-right: 30px;
    width: 33%;
}

.jury {
    position: relative;
    background-color: #f3f9fc;
    width: 100%;
    box-sizing: border-box;
    padding: 50px 25px 0 55px;
    margin: 0 25px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

.jury a.schrijfin {
    position: absolute;
    top: -22px;
    display: flex;
    display: none;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    background-color: #ffd600;
    text-decoration: none;
    padding: 12px 0;
    line-height: 1em;
    font-size: 20px;
    font-weight: 400;
    left: 50%;
    width: 200px;
    text-align: center;
    margin-left: -100px;
    border-radius: 8px;
}

.jurylid {
    margin-bottom: 60px;
    text-decoration: none;
}

.jurylid h3 {
    font-size: 22px;
    margin-top: 30px;
    margin-bottom: 6px;
}

.jurylid h4 {
    font-size: 21px;
    font-weight: 300;
}

.procedure,
.aanmelding {
    position: relative;
    background-color: #fff;
    width: 100%;
    box-sizing: border-box;
    padding: 50px 25px 50px 55px;
    margin: 0 25px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

.aanmelding {
    display: block;
    margin-bottom: 50px;
}

.stap.nr4 {
    width: 20%;
}

.stap {
    width: calc(80% / 3);
}

.stap .nr {
    background-image: url('/images/tijdlijn.png');
    background-repeat: repeat-x;
}

.stap.nr4 .nr,
.stap.nr3 .nr {
    background-image: none;
}

.stap .nr span {
    background-color: var(--donkerblauw);
    color: #fff;
    border-radius: 6px;
    padding: 12px 26px;
    font-size: 20px;
    display: inline-block;
    margin-bottom: 20px;
    font-weight: 500;
}

.stap .nr.nr1 span {
    background-color: #fa727c;
}

.stap .tijd {
    font-size: 18px;
    font-weight: 300;
    margin-bottom: 20px;
    padding-right: 20px;
}

.stap .omschr {
    font-size: 18px;
    padding-right: 40px;
}

.stap.nr4 .omschr {
    padding-right: 0;
}

.inschrijven .stap {
    width: calc(75% / 2);
}

.inschrijven .stap.nr3 {
    width: 25%;
}

.aanmelding .stap {
    width: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
}

.aanmelding .stap .nr {
    background-image: none;
}

.aanmelding .stap .nr span {
    margin-bottom: 0;
    margin-right: 26px;
    background-color: var(--rood);
}

.quotes {
    overflow: hidden;
    color: #fff;
    padding: 0 10px;
    width: 100%;
    margin: 20px 25px 0;
    position: relative;
}

button.slick-arrow {
    position: absolute;
    z-index: 10;
    background-color: var(--kleur1a);
    background-color: transparent;
    font-size: 20px;
    line-height: 0;
    padding: 0 2px;
    /* border-radius: 8px; */
    top: 0;
    border: none;
    color: #747575;
    cursor: pointer;
    height: 100%;
}

button.slick-arrow:hover {
    background-color: #ffffffAA;
}

button .icon {
    margin-left: 0;
}

button.slick-prev {
    left: 20px;
}

button.slick-prev .icon {
    transform: rotate(180deg);
}

button.slick-next {
    right: 20px;
}

.quote {
    background-color: var(--kleur2);
    background-color: #f3f9fc;
    margin: 0 20px;
    border-radius: 10px;
    box-sizing: border-box;
    color: var(--donkerblauw);
    padding: 40px 50px;
}

.quote .q {
    font-size: 20px;
    line-height: 1.6em;
}

.quote .naam {
    font-size: 20px;
    font-weight: 300;
    line-height: 1.6em;
    display: block;
    margin-top: 20px;
}

.wallfame {
    overflow: hidden;
    background-color: #fff;
    width: 100%;
    box-sizing: border-box;
    padding: 70px 0 50px;
    margin: 20px 25px 40px;
    position: relative;
}

.wallfame h2 {
    position: absolute;
    top: 27px;
    left: 30px;
    font-weight: 500;
}

.wallfame a,
.nieuws a {
    text-decoration: none;
    line-height: 1.7em;
}

.wallfame img {
    box-sizing: border-box;
    padding: 0 40px 0 0;
    /* width: 100%; */
    max-width: 220px;
    max-height: 100px;
    height: auto;
}

.fame .bedrijf {
    font-size: 20px;
    margin-top: 16px;
}

.fame .plaats,
.fame .jaar {
    font-size: 18px;
    font-weight: 300;
}

.nieuws {
    overflow: hidden;
    background-color: #fff;
    padding: 70px 30px 40px;
    width: 100%;
    margin: 60px 25px 50px;
    position: relative;
}

.nieuws h2.kop {
    position: absolute;
    top: 27px;
    left: 30px;
    font-weight: 500;
}

.nieuws button.slick-arrow {
    top: calc((197px / 2) - 21px);
}

.nieuws button.slick-prev {
    left: -20px;
}

.nieuws button.slick-next {
    right: -20px;
}

.nieuws .item {
    margin: 0 15px;
}

.nieuws .item img {
    height: 197px;
    object-fit: cover;
    width: 100%;
    display: block;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
}

.nieuws .item h2 {
    font-size: 20px;
    font-weight: 500;
    margin-top: 13px;
}

.nieuwsbrief {
    color: #fff;
    padding: 0;
    width: 100%;
    margin: 60px 25px 0;
    position: relative;
}

.ophoogte {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    padding: 0 0 0 60px;
}

.text .nieuwsbrief {
    margin-top: 0;
}

.text .nieuwsbrief form {
    margin-bottom: 60px;
}

.text .ophoogte {
    padding: 0;
}

.twitter {
    width: 30%;
    background-color: var(--kleur2);
    margin-top: -50px;
    height: 320px;
    overflow: auto;
    border-radius: 6px;
}

.nieuwsbrief h2.kop {
    font-weight: 500;
    margin-bottom: 30px;
    width: 100%;
}

.nieuwsbrief form {
    width: 55%;
    text-align: right;
    position: relative;
}

form p {
    font-size: 18px;
    line-height: 1.6em;
    margin-bottom: 1.5em;
    text-align: left;
}

form:not(#edit) input[type=text],
form:not(#edit) input[type=email],
form:not(#edit) textarea,
form:not(#edit) select {
    width: 100%;
    font-size: 18px;
    line-height: 26px;
    padding: 12px 16px;
    line-height: 0;
    box-sizing: border-box;
    font-family: 'Fira Sans';
    border: none;
    margin-bottom: 18px;
    border-radius: 6px;
    background-color: var(--kleur2);
}

form:not(#edit) textarea {
    height: 199px;
    line-height: 1.3em;
    margin-bottom: 0;
    resize: none;
}

form:not(#edit) select {
    line-height: 1.4em;
}

form ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: var(--grijs);
    font-weight: 400;
}

form ::-moz-placeholder {
    /* Firefox 19+ */
    color: var(--grijs);
    font-weight: 400;
}

form :-ms-input-placeholder {
    /* IE 10+ */
    color: var(--grijs);
    font-weight: 400;
}

form :-moz-placeholder {
    /* Firefox 18- */
    color: var(--grijs);
    font-weight: 400;
}

.checkcontainer {
    display: block;
    position: relative;
    padding-left: 40px;
    margin-bottom: 70px;
    cursor: pointer;
    font-size: 18px;
    color: #fff;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    line-height: 31px;
    text-align: left;
}

/* Hide the browser's default checkbox */
.checkcontainer input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0 !important;
    left: 0;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 2px;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: var(--kleur2);
    border-radius: 6px;
}

/* On mouse-over, add a grey background color */
.checkcontainer:hover input~.checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.checkcontainer input:checked~.checkmark {
    background-color: var(--kleur1);
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.checkcontainer input:checked~.checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.checkcontainer .checkmark:after {
    left: 8px;
    top: 4px;
    width: 6px;
    height: 11px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

form:not(#edit) button[type=submit] {
    background-color: var(--kleur1);
    cursor: pointer;
    color: #fff;
    font-size: 20px;
    line-height: 20px;
    padding: 15px 22px 14px 32px;
    box-sizing: border-box;
    border: none;
    margin-bottom: 8px;
    border-radius: 6px;
    display: inline-flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: 0;
    bottom: -30px;
}

form button .icon {
    margin-left: 7px;
}

.foot {
    background-color: #fff;
}

.foot .wrapper {
    min-height: auto;
}

.footer {
    padding: 10px 80px 30px;
    display: inline-flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: flex-end;
    justify-content: space-evenly;
    align-items: center;
    width: 100%;
    box-sizing: border-box;
}

.footer ul {
    font-size: 15px;
    display: inline-flex;
    margin-top: 20px;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.footer ul a {
    text-decoration: none;
}

img#logo2 {
    width: 200px;
    margin-top: -19px;
}

/*Contact - reglement pagina*/
.contactblok {
    margin: 50px 0;
}

.contactblok p {
    position: relative;
    padding-left: 55px;
}

.contactblok a {
    text-decoration: none;
}

.contactblok .icon {
    position: absolute;
    left: 0px;
    top: 1px;
    background-color: #133D3E;
    fill: #fff;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    padding: 4px;
    box-sizing: border-box;
}

.contactblok .icon-facebook {
    padding: 6px;
}

.contact .text,
.reglement .text {
    max-width: 960px;
}

/*
.wrapper:not(.award):not(.award2021) .knoppen a.nwsbrf {
    display: none;
}

.wrapper:not(.award):not(.award2021) #clock {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    width: 100%;
    justify-content: space-evenly;
}

.wrapper:not(.award):not(.award2021) div#clock div#tot {
    min-width: 50%;
    width: auto;
    text-align: center;
    font-size: 18px;
    font-weight: 300;
    margin-bottom: 6px;
}
*/
.text h3 {
    margin-bottom: 1em;
    font-size: 21px;
    font-weight: 500;
}

.text h4 {
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 1em;
    margin-top: 2.4em;
}

.reglement .text ul,
.reglement .text ol {
    list-style: disc;
    list-style-position: outside;
    margin-left: 34px;
    font-size: 20px;
    line-height: 1.5em;
    font-weight: 300;
    margin-bottom: 1em;
}

.reglement .text ul ol {
    list-style: decimal;
    margin-top: 1em;
}

.reglement .text li {
    padding-left: 16px;
    margin-bottom: .5em;
}

.juryleden .lid {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: space-between;
    align-items: flex-start;
    margin: 80px 0 30px;
}

.lid div {
    width: calc(100% - 350px);
}

.lid div h3 {
    font-size: 22px;
    margin-top: 0;
    margin-bottom: 6px;
    font-weight: 400;
}

.lid div h4 {
    font-size: 18px;
    font-weight: 300;
    text-transform: none;
    margin-top: 0;
    margin-bottom: 1.5em;
}

.inschrijven .procedure,
.aanmelden .procedure {
    margin-top: 0;
    margin-bottom: 50px;
    padding-bottom: 8px;
    padding-top: 0;
}

.procedure {
    margin-top: 20px;
}

.stappen {
    margin-top: 50px;
}

.row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 18px;
}

.row .label {
    width: 250px;
    font-size: 18px;
    padding-top: 10px;
}

.stap3 .row .label {
    width: 350px;
    padding-right: 16px;
    box-sizing: border-box;
}

.stap3 .row .input input {
    height: 70px;
}

.label.label2 {
    width: auto;
    padding-right: 20px;
}

.row .input {
    flex-grow: 1;
}

.row .input input {
    margin-bottom: 0;
}

.row .input.postcode {
    flex-grow: unset;
    width: 150px;
}

.row .tussen {
    width: 20px;
}

input#verder,
input#verder2,
input#terug_1,
input#terug_2 {
    font-size: 18px;
    padding: 12px 30px;
    border-radius: 6px;
    background-color: #cfcfcf;
    color: #aaa;
    border: 1px solid #aaa;
    margin-left: 30px;
}

input#verder {
    display: none;
    background-color: var(--donkerblauw);
    color: #fff;
    border-color: var(--donkerblauw);
    cursor: pointer;
}

input#terug_1,
input#terug_2 {
    background-color: var(--kleur1);
    color: #fff;
    border-color: var(--kleur1);
    cursor: pointer;
}

.submitwrap {
    width: 100%;
    margin-right: 60px;
    margin-top: 20px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-end;
}

.row .check {
    width: 29px;
    position: relative;
    height: 29px;
    background-color: var(--kleur2);
    border-radius: 50%;
    margin: 0 15px 0 16px;
}

.row .check.ok {
    background-color: var(--groen);
}

.check span {
    position: absolute;
    left: 10px;
    top: 5px;
    width: 6px;
    height: 13px;
    border: solid white;
    border-width: 0 4px 4px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

#drop_file_area {
    height: 200px;
    border: 2px dashed #ccc;
    line-height: 200px;
    text-align: center;
    font-size: 20px;
    background: #f9f9f9;
    margin-bottom: 15px;
}

.drag_over {
    color: var(--donkerblauw);
    border-color: var(--donkerblauw);
    ;
}

.thumbnail {
    width: 100px;
    height: 100px;
    padding: 2px;
    margin: 2px;
    border: 2px solid lightgray;
    border-radius: 3px;
    float: left;
}

#upload_file {
    display: none;
}

div.empty {
    display: none;
}

form .via input,
form .via select {
    background-color: #fff;
    width: 260px;
}

form .via input[type=text] {
    display: none;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

form .via.overig input[type=text] {
    display: block;
}

form .via.overig select {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

input#verstuur {
    font-size: 18px;
    border-radius: 6px;
    background-color: var(--kleur1);
    color: #fff;
    border-color: var(--kleur1);
    cursor: pointer;
    height: 50px;
    margin-left: 20px;
    width: 180px;
}

div.bedankt.text {
    background-color: var(--donkerblauw);
    color: #fff;
    border-radius: 14px;
    box-sizing: border-box;
    padding: 40px;
    margin-top: 70px;
}

.via {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.genomineerden .text {
    max-width: 1080px;
    box-sizing: border-box;
}

.genomineerden .text p {
    max-width: 900px;
}

.genomineerden img.uitreiking {
    display: none;
}

.genomineerden .clockcontainer {
    margin-top: 0;
}

.genomineerd {
    margin-top: 50px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}

.genomineerd a {
    text-decoration: none;
    width: 44%;
}

.genomineerd a h2 {
    font-weight: 400;
    font-size: 26px;
    margin: 20px 0 40px;
    line-height: 1.2em;
    text-align: center;
}

.genomineerde {
    max-width: 880px;
}

.genomineerde img {
    margin: -10px auto 40px;
    display: block;
    max-width: 100%;
}

.genomineerde h2 {
    font-size: 30px;
    line-height: 1.4em;
    margin-bottom: 0.3em;
}

.genomineerde p.intro,
.genomineerde p strong {
    font-weight: 500;
}

.text .livevideo {
    float: right;
    margin-left: 30px;
    width: 540px;
    margin-bottom: 15px;
    height: 330px;
    width: 587px;
    border-radius: 8px;
}

.uitreikingwrap {
    position: relative;
    /* display: none; */
}

.genomineerden .uitreikingwrap {
    display: none;
}

a.leesmeer {
    box-sizing: border-box;
    padding: 8px 10px;
    display: flex;
    flex-direction: row;
    background-color: #add8e6;
    font-size: 22px;
    text-decoration: none;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    width: 230px;
    border-radius: 6px;
    color: var(--donkerblauw);
    font-weight: 400;
}

/* FORMULIER AANMELDEN BIJWONEN UITREIKING */
body.aanmelden-netwerkevent ul.menu {
    display: none;
}

.aanmelden-netwerkevent .formkop {
    /* max-width: 600px; */
    margin-bottom: 30px;
}

.aanmelden-netwerkevent .formwrap form {
    align-items: flex-start;
    max-width: unset;
}

.aanmelden-netwerkevent div.persoon {
    width: 100%;
    padding: 20px 20px 5px;
    border: 1px solid #999;
    border-radius: 10px;
    margin-bottom: 30px;
    display: none;
    max-width: 700px;
}

.aanmelden-netwerkevent div.persoon.id1 {
    display: block;
}

.half {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

.half fieldset {
    width: 49%;
}

fieldset {
    position: relative;
}

fieldset.geslacht {
    display: flex;
    justify-content: flex-start;
    gap: 40px;
    align-items: baseline;
}

.geslacht h2 {
    width: 100%;
    text-align: right;
    font-size: 20px;
    color: #071932;
    padding-right: 5px;
}

.aanmelden-netwerkevent form input:placeholder-shown~label:not(.checkcontainer),
.aanmelden-netwerkevent form select:not(.active)~label:not(.checkcontainer) {
    display: none;
}

.aanmelden-netwerkevent fieldset label:not(.checkcontainer) {
    font-size: 14px;
    position: absolute;
    top: -10px;
    left: 9px;
    padding: 0 8px;
    color: #071932;
    font-weight: 400;
    background: linear-gradient(180deg, #fff 50%, #f1f1f1 50%);
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    transition: background-color 5000000s ease-in-out 0s;
}

.aanmelden-netwerkevent form:not(#edit) input[type=text],
.aanmelden-netwerkevent form:not(#edit) input[type=email],
.aanmelden-netwerkevent form:not(#edit) textarea,
.aanmelden-netwerkevent form:not(#edit) select {
    border: 1px solid #999;
    background-color: #f1f1f1 !important;
}

.aanmelden-netwerkevent form select option {
    color: #071932;
    font-weight: 400;
}

.aanmelden-netwerkevent form:not(#portletform):not(#edit) select {
    padding-right: 40px;
    margin-bottom: 50px;
}

.aanmelden-netwerkevent .checkcontainer {
    color: #071932;
    margin-bottom: 18px;
    padding-left: 33px;
}

.aanmelden-netwerkevent .checkcontainer input:checked~.checkmark {
    background-color: #071932;
    border-color: #071932;
}

.aanmelden-netwerkevent .checkmark {
    border: 1px solid #999;
    background-color: #f1f1f1;
}

.vraagaanaalt .spreker h3 {
    margin: 0.4em 0 0.2em;
    font-size: 22px;
}

.spreker {
    display: flex;
    margin-bottom: 2rem;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: nowrap;
    gap: 1.5rem;
}

.spreker img {
    max-width: 300px;
}