/* @import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,400;0,500;1,400;1,500&display=swap'); */

html, body, a, select, input, textarea, button, .item_table, 
.tekst, .tekstinput, .tekstrood, .tekstgrijs, .tekstkl,
.tussentitel, .titel, .titelgrijs,
a:visited, a:link, a:active {
    font-size: 10px;
    line-height: 12px;
    font-family: /*'Roboto',*/ Verdana, Arial, Helvetica, sans-serif;
}

#header_logo {
    display: inline-block;
    width: 686px;
    height: 146px;
    background-image: url(../images/logo_header_fs.jpg);
    background-repeat: no-repeat;
    background-position: center;
    justify-self: flex-start;
    grid-row: 1;
}
