
/*------------------------------*/
/*--- Schnellkauf Tabelle -----*/
/*----------------------------*/

.schnellkauf {
    margin-bottom: 20px;
}
.schnellkauf select,
.schnellkauf input {
    height: 40px;
}
.schnellkauf .divTableHead,
.schnellkauf .divTableCell {
    float: left;
}
.schnellkauf .divTableRow.head {
    display:none;
    font-weight: bold;
    padding: 8px 0;
    line-height: 1.42857143;
    border-top: 1px solid rgba(65,65,66,0.08);
    border-bottom: 1px solid rgba(65,65,66,0.08);
}
.schnellkauf .cellContent {
    padding: 0;
}
@media screen and (min-width: 768px) {
    .schnellkauf .cellContent {
        padding: 0 4px;
    }
}

.schnellkauf .plusMinus button {
    margin: 0 4px;
    text-align: center;
    display: inline-block;
    width: 30px;
    height: 30px;
    font-size: 1.25em;
    padding: 0;
    background: rgba(117,117,117,0.6);
    border:none;
    -moz-transition: all ease-in-out 0.4s;
    -webkit-transition: all ease-in-out 0.4s;
    -ms-transition: all ease-in-out 0.4s;
    -o-transition: all ease-in-out 0.4s;
    transition: all ease-in-out 0.4s;
}
.schnellkauf .plusMinus button:hover {
    color: #C1272F;
    -webkit-box-shadow: 1px 2px 4px 0px rgba(117,117,117,0.5)!important;
    -moz-box-shadow: 1px 2px 4px 0px rgba(117,117,117,0.5)!important;
    box-shadow: 1px 2px 4px 0px rgba(117,117,117,0.5)!important;
    filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius=3,MakeShadow=true,ShadowOpacity=0.10);
    -ms-filter: "progid:DXImageTransform.Microsoft.Blur(PixelRadius=3,MakeShadow=true,ShadowOpacity=0.10)";
    -moz-transition: all ease-in-out 0.4s;
    -webkit-transition: all ease-in-out 0.4s;
    -ms-transition: all ease-in-out 0.4s;
    -o-transition: all ease-in-out 0.4s;
    transition: all ease-in-out 0.4s;
}


.schnellkauf .divTableRow.zeile {
    display: block;
    border-bottom: 1px solid rgba(65,65,66,0.08);
    padding: 30px 0 20px 0;
}

.schnellkauf .itemNo {
    width: 40%;
}
.schnellkauf .artikel {
    width: 60%;
}

.schnellkauf .divTableCell {
    min-height: 60px;
}
.schnellkauf .menge {
    width: 40%;
}
.schnellkauf .preis {
    width: 60%;
}
.schnellkauf .plusMinus{
    width: 100%;
    text-align: right;
}
@media screen and (min-width: 768px) {
    .schnellkauf .divTableRow.zeile {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        border-bottom: 1px solid rgba(65,65,66,0.08);
        padding: 30px 0 20px 0;
    }
    .schnellkauf .divTableCell {
        min-height: auto;
    }
    .schnellkauf .divTableRow.head {
        display:block;
    }
    .schnellkauf .itemNo {
        width: 20%;
    }
    .schnellkauf .artikel {
        width: 35%;
    }
    .schnellkauf .artikel::after {
        content: "";
    }
    .schnellkauf .menge {
        width: 10%;
    }
    .schnellkauf .preis {
        width: 20%;
    }
    .schnellkauf .plusMinus{
        width: 15%;
        text-align: right;
    }
}
@media screen and (min-width: 992px) {
    .schnellkauf .itemNo {
        width: 20%;
    }
    .schnellkauf .artikel {
        width: 40%;
    }
    .schnellkauf .menge {
        width: 10%;
    }
    .schnellkauf .preis {
        width: 20%;
    }
    .schnellkauf .plusMinus{
        width: 10%;
        text-align: right;
    }
}
@media screen and (min-width: 1200px) {
    .schnellkauf .itemNo {
        width: 20%;
    }
    .schnellkauf .artikel {
        width: 40%;
    }
    .schnellkauf .menge {
        width: 15%;
    }
    .schnellkauf .preis {
        width: 15%;
    }
    .schnellkauf .plusMinus{
        width: 10%;
        text-align: right;
    }
}
@media screen and (min-width: 1500px) {
    .schnellkauf .itemNo {
        width: 20%;
    }
    .schnellkauf .artikel {
        width: 50%;
    }
    .schnellkauf .menge {
        width: 10%;
    }
    .schnellkauf .preis {
        width: 10%;
    }
    .schnellkauf .plusMinus{
        width: 10%;
        text-align: right;
    }
}