.scroll-prev{
    /* border: 1px solid rgba(40, 173, 98, 1); */
    overflow-x: scroll;
    overflow-y: hidden;
    /* margin: 10px 0 15px 0; */
}
.all-prev{
    width: 6650px;
}
.pdf-prev{
    width:120px;
    height:120px;
    margin:10px 3.8px;
    border: 1px solid rgba(0,0,0,.2);
    background-position: center center;
    background-size: cover;
    float: left;
    background-size: cover;
    background-color: #fff;
    text-align: center;
    position: relative;
    top:-5px;
    /*left:-20px;*/
}
/*.pdf-prev p{
    color:#FFF;
    font-size:22px;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    z-index:5;
    position: absolute;
    top:50px;
    width:97%;
    padding:0 auto;
    text-shadow: -1px -1px 0 #28ad62, 1px -1px 0 #28ad62, -1px 1px 0 #28ad62, 1px 1px 0 #28ad62;
}

.pdf-prev:hover p{
    opacity: .6;
}*/

.pdf-overlayer-prev{
    height: 118px;
    width: 118px;
    background-color:rgba(255,255,255,.5);
    z-index:3;
}

.pdf-prev:hover .pdf-overlayer-prev{
    /*background-color:rgba(40,173,98,.15);*/
    background-color:rgba(255,255,255,.8);
}

.pdf-overlayer-prev, .pdf-overlayer-prev:hover, .pdf-prev p, .pdf-prev p:hover{
    -webkit-transition-duration: .4s;
    transition-duration: .4s;
}

.delete{
z-index:5;
position: absolute;
top:5px;
right:5px;
width:12px;
height:12px;
opacity: .9;
}

.delete:hover{
opacity: 1;
}


.pages{
z-index:5;
color:#000;
/*text-shadow: -1px -1px 0 #28ad62, 1px -1px 0 #28ad62, -1px 1px 0 #28ad62, 1px 1px 0 #28ad62;*/
position: absolute;
bottom:5px;
right:5px;
width:120px;
text-align:right;
opacity: .95;
}

.anzahl{
opacity:.8;
z-index:5;
color:#000;
/*text-shadow: -1px -1px 0 #28ad62, 1px -1px 0 #28ad62, -1px 1px 0 #28ad62, 1px 1px 0 #28ad62;*/
position: absolute;
top:30px;
left:5px;
width:120px;
text-align:center;
    -webkit-transition-duration: .4s;
    transition-duration: .4s;
}

.pdf-overlayer-prev{
	opacity:.7;
}

.anzahl input{
	width: 45px;
	border: 1px solid rgba(0,0,0,.2);
	border-radius: 3px;
}

.pdf-prev:hover .anzahl{
    opacity:1;
    -webkit-transition-duration: .4s;
    transition-duration: .4s;
}

.delete, .delete:hover{
-webkit-transition-duration: .15s;
transition-duration: .15s;
}

.scroll-prev::-webkit-scrollbar{
    width: 6px;  /* for vertical scrollbars */
    height: 6px; /* for horizontal scrollbars */
}

.scroll-prev::-webkit-scrollbar-track{
    background: rgba(40, 173, 98, 0.1);
}

.scroll-prev::-webkit-scrollbar-thumb{
    background: rgba(40, 173, 98, 0.5);
}

#upload-result{
    float: left;
    text-align: center;
    width: 100%;
    clear: none;
    min-height:148px;
    margin-bottom:10px;
    padding: 0px 5px 10px;
    border:2px solid #DDD;
}

#upload_animation{
	margin:0 auto;
	width:48px;
	padding:50px 0px;
}

.gutscheinerror{
	border: 2px solid #f00;
}

.gutscheinnormal{
	border: 2px solid #DDD;
}

.gutscheinaktiv{
	border: 2px solid #00ad50;
}