/*@import url('https://fonts.googleapis.com/css2?family=Montserrat: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 /*11px*/;
    line-height: 12px;
    font-family: /*'Montserrat',*/ Verdana, Arial, Helvetica, sans-serif;
}

#header_logo {
    display: inline-block;
    width: 30em;
    height: 4em;
    background-image: url(../images/logo_header_fs_small.th.jpg);
    background-repeat: no-repeat;
    background-size: contain;
    justify-self: flex-start;
    grid-row: 1;
}
