.upload-wrapper {
    width: 100%;
}
.upload-script-wrapper {
    padding-left: 30px;
}

.upload-button {
    background-color: #6b7c85 !important;
    border: 0px !important;
    padding: 10px 30px 10px 30px !important;
    color: #fff !important;
    text-transform: uppercase !important;
    border-radius: 0px !important;
    margin-top: 10px;
    width: 100%;
    cursor: pointer;
}


.upload-button:hover {
    background-color: #FFCE36 !important;
    cursor: pointer;
}


.upload-btn-wrapper {
  position: relative;
  overflow: hidden;
  display: inline-block;
}

.file-button {
    background-color: #FFCE22 !important;
    border: 0px !important;
    padding: 10px 30px 10px 30px !important;
    color: #fff !important;
    text-transform: uppercase !important;
    border-radius: 0px !important;
    margin-top: 20px;
    width: 100%;
}


.upload-btn-wrapper input[type=file] {
  font-size: 100px;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}


.upload-form {
    width: 100%;
}

.datei-liste li{
    list-style: none;
    border-bottom: 1px solid rgba(107, 124, 133, 0.5);
    padding-bottom: 5px;
    padding-top: 5px;
    padding-left: 10px;
    padding-right: 10px;
}


.datei-liste li:nth-child(odd) {
    color: #777;
    background-color: rgba(107, 124, 133, 0.05);
}



.datei-liste{
    margin: 0px 0px 0px 0px;
    padding: 0px;
}

.delete-button {
    float: right;
}

.delete-button:hover {
    color: #c40000;
}

.file-link i {
    padding-right: 5px;
}

/* ### DATEI AUSWÄHLEN BUTTON ### */

.js .inputfile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.inputfile + label {
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    padding: 10px 0px 10px 0px;
    margin-top: 40px;
}

.no-js .inputfile + label {
    display: none;
}

.inputfile:focus + label,
.inputfile.has-focus + label {
    outline: 1px dotted #000;
    outline: -webkit-focus-ring-color auto 5px;
}

.inputfile + label * {
    /* pointer-events: none; */
    /* in case of FastClick lib use */
}

.inputfile + label svg {
    width: 1em;
    height: 1em;
    vertical-align: middle;
    fill: currentColor;
    margin-top: -0.25em;
    /* 4px */
    margin-right: 0.25em;
    /* 4px */
}


/* style 3 */

.inputfile-3 + label {
    color: #687C84;
    border-top: 1px solid #687C84;
     border-bottom:1px solid #687C84;
    width: 100%;
}

.inputfile-3:focus + label,
.inputfile-3.has-focus + label,
.inputfile-3 + label:hover {
    color: #FFCE36;
}
