#titleBar h1 span {
    font: 600 26px/26px 'Soho W01', rockwell, verdana, 'Bitstream Vera Sans', sans-serif;
}

@media screen and (max-width: 1123px) {
    #searchBox fieldset {
        width: 200px;
        padding-left: 0px;
    }
}

@media screen and (max-width: 768px) {
    #searchBox fieldset {
        width: 40px;
    }
}

@media screen and (max-width: 480px) {
    form {
        width:95%;
    }

    label.koptekst {
        padding-left:15px !important;
    }

    #searchBox fieldset {
        width: 20px;
    }
    input[type=submit] {
        width: 100%;
    }
}

@media screen and (max-width: 320px) {
    #titleBar h1 {
        min-width: 60px
    }
}