/* PHP-Modals scrollbar machen */
.modal {
    overflow: auto;
}

/* Buttons ohne Focus nach Klick */
.btn-no-focus:focus
{
    outline: none !important;
    box-shadow: none !important;
}

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