:root {

    --yellow: #ffc71e;
    --black: #000;
    --white: #fff;
    --labelwidth: 200px;
    --grey: #666;
    --maxwidth: 1000px;
    --blue: #31d2f2;

}



* {
    box-sizing: border-box;
    position: relative;
}

html, body {
    width:100%;
    margin:0px;
    padding:0px;
    font-family: myriad-pro, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    background: #fff;
}

.wf-loading { visibility: hidden;}


a {
    color: #000;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

.tar {
    text-align: right;
}

.tac {
    text-align: center;
}


h1,h2,h3,h4, .btn {
    font-family: "bebas-neue", sans-serif;
    font-weight: 400;
    font-style: normal;
    padding: 0px;
    margin: 0px;
    line-height: normal !important;
}

h1 {
    text-transform: uppercase;
    font-size: 60px;
}

.btn {
    padding: 8px 12px;
    border-radius: 8px;
    cursor: pointer;
    display: inline-block;
}

a.btn {
    padding: 0px;
    font-weight: bold;
    font-family: myriad-pro, sans-serif;
    margin-top: 4px;
}

    a.btn:before {
        font-family: 'Font Awesome 6 Free';
        font-weight: 900;
        content: '\f0a9';
        padding-right: 10px;
    }

.cntr {
    width: 100%;
    max-width: 1500px;
    margin: 0 auto;
}

.hlf {
    width: 50%;
}

.ib {
    display: inline-block;
    vertical-align: top;
    padding: 80px;
    line-height: 26px;
}

    .ib img {
        width: 100%;
        height: 100%; 
        object-fit: cover;

    }


.box {
    margin: 20px auto;
    width: fit-content;
    min-width: 1000px;
    border-radius: 8px;
    padding: 10px;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
    position: relative;
}

@media (max-width: 600px) {
    .box {
        width: 100%;
        min-width: 0px;
    }
}


.fw {
    display: block;
    width: 100%;
    margin-bottom: 10px;
    max-width: var(--maxwidth);
}

.spcr {
    height: 50px;
}

textarea.ta {
    height: 300px;
    margin-bottom: 10px;
}


.verslag {
    padding: 60px 10px 10px 10px;
    margin: 10px 5px;
    max-width: var(--maxwidth);
    box-shadow: 0px 0px 5px rgba(0,0,0,0.2);
}

    .verslag .btns {
        position: absolute;
        top: 10px;
        left: 10px;
        font-size: 20px;
        width: calc(100% - 20px);
    }

        .verslag .btns a {
            color: var(--blue);
        }

        .verslag .btns a:hover {
            text-decoration: none;
            color: #000;
        }

        .verslag .hist {
            background: #efefef;
            border-radius: 5px;
            padding: 40px 10px 10px 10px;
            margin-bottom: 10px;
            box-shadow: 0px 0px 3px rgba(0,0,0,0.1);
        }

.fr {
    float: right;
    font-size: 10px;
}

.opvl {
    padding-right: 10px;
}
