.dropzone {
    min-height: 0px;
    border: none;
    border-radius: 25px;
    box-shadow: 0 8px 24px 0 rgba(0, 0, 0, 0.15);
    padding: 15px;
    margin: 0;
    width: 100%;
}
.dropzone .dz-message {
    margin: 0 !important;
}
.dropzone .dz-message .dz-button {
    display: inline-block;
    padding: 10px 20px;
    border-radius: 25px;
    background-color: #299529 !important;
    color: #fff;
    border: none;
    cursor: pointer;
    outline: inherit;
}
.dropzone .dz-message .dz-icon {
    background-color: #299529;
    -webkit-mask: url(https://kennmal.de/uploads/tools/dropzone-file-uploader/upload.svg) no-repeat center;
    mask: url(https://kennmal.de/uploads/tools/dropzone-file-uploader/upload.svg) no-repeat center;
    -webkit-mask-size: cover;
    mask-size: cover;
    width: 50px;
    aspect-ratio : 1 / 1;
    display: inline-block;
}
.dropzone .dz-preview {
    background: none;
    margin: 0 10px 0 0;
}

.dropzone .dz-preview:last-child {
    margin-right: 0px;
}

.dropzone .dz-preview.dz-file-preview .dz-image {
    border-radius: 25px;
}

.dropzone .dz-preview.dz-image-preview {
    background: none;
}

.dropzone .dz-preview .dz-remove {
    color: #fff !important;
    background-color: #299529;
    border-radius: 25px;
    padding: 10px 20px;
    margin-top: 5px;
}
.dropzone .dz-preview .dz-image {
    border-radius: 25px;
    /*background: center / contain no-repeat url("/uploads/tools/dropzone-file-uploader/file.svg");*/
}

.dz-error_message {
    color: red;
    display: none;
    margin-top: 10px;
}