.custom-file .custom-file-input {
    cursor: pointer;
}

.custom-file .custom-file-label {
    cursor: pointer;
}

.custom-file .custom-file-label::after {
    content: "Durchsuchen";
    cursor: pointer;
}
