@media (max-width: 768px) {
    #search-bar{
        flex-direction: column;
    }
}
@media (min-width: 1025px) {
    #inleiding img {
        height: 150px;
        width: 150px;
        position: relative;
        bottom: 0;
        right: 0;
        transform: translate(-85%, -65%);
}
}