.searchbox {
    float: right;
}

.searchbox .searchbox-elements {
    display: flex;
}

.searchbox .searchbox-sword {
    height: 20px;
}

.searchbox .searchbox-button {
    background-color: transparent;
    background-image: url("/fileadmin/shared_template/Images/suche.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: 0;
    cursor: pointer;
    height: 20px;
    margin: 0 6px;
    width: 20px;
}
