#form-search {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.6);
    z-index: 1050;
    justify-content: center;
    align-items: center;
}
.modal-search {
    padding: 0px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    max-width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.js-finder-search-query {
    background-color: transparent;
    color: #ccc;
    font-size: 24px;
}
.form-control {
    border-radius: 0;
}

.com-finder {
    padding-top: 100px;
    padding-bottom: 100px;
}

#searchButton {
    width: 35px;
    overflow: hidden;
    white-space: nowrap;
    cursor: pointer;
    margin-left: 15px;
}
#searchButton:before {
    content: " ";
    background-image: url(../images/vergrootglas.svg);
    background-size: contain;
    width: 35px;
    height: 35px;
    float: left;
}