


a,
p,
span {
    color: var(--schwarz);
    font-size: 20px;
}

/*
.table-hover>tbody>tr:hover {
    background-color: var(--red);
    color: var(--weiss);
}
*/
.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 2px;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
    border: none;
}

.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
    padding: 20px;
    line-height: 1.42857143;
    vertical-align: middle;
    /*border-top: 1px solid #ddd;*/
}

button:focus {
    outline: none !important;
}

#backtop {
    z-index: 10002;
    bottom: 13px;
    right: 0;
    opacity: 0;
    transition: all .3s ease-out;
    position: fixed;
}

.show {
    opacity: 1 !important;
}

#backtop button {
    color: var(--red);
    background-color: transparent;
    outline: none;
    border: 0;
    padding-top: 0;
    padding-bottom: 15px;
    padding-left: 0;
    padding-right: 50px;
}

#backtop button i {
    font-size: 36px !important;
}

.footer__adresse span {
    color: var(--weiss);
}

.xxx--product--availability---r {
    color: red !important;
}

.xxx--product--availability---y {
    color: #f7b20d !important;
}

.xxx--product--availability---g {
    color: #0bc210 !important;
}

.mengenstaffel {
    padding: 0 ;
    margin: 15px -15px 0 -15px;
}
.mengenstaffel dt  {
    width: 70%;
}

.mengenstaffel dd  {
    width: 25%;
}
.mengenstaffel dt,
.mengenstaffel dd  {
    text-align: right;
}

.mengenstaffel>div>dt,
.mengenstaffel>div> dd  {
    padding-right: 10px;;
}

.xxx--elastic-search-result--legal-notice sup {
    font-size: 25px;
    top: 0;
}

.artikelliste_liste_bildcontainer_print {
    position: relative;
    width: 100px;
    height: 100px;
    border-radius: 4px;
    border: none;
}
.artikelliste_liste_bildcontainer_print img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
    border-radius: 4px;
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span, .pagination>.active>span:focus,
.pagination>.active>span:hover {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: var(--darkgrey);
    border-color: #337ab7;
}

.pagination>li>a, .pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color:var(--darkgrey);
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}
.pagination-sm>li>a, .pagination-sm>li>span {
    font-size: 18px;
    font-weight: bold;
}

.bestand span {
    font-size: 15px;
    font-weight: 700;
}
.zub__img .artikeldetail_bild_container {
    max-height: 550px;
}

.merkzettel .belegliste__artikel-wk {
    align-items: flex-start;
}

.merkzettel .belegliste__artikel-wk button {
    padding: 12px 22px;
}

.belegliste__delete {
    text-align: right;
}
.belegliste__artikel-preis {
    justify-content: flex-start;
}
/*
*
* Extra Small (XS)
*/

@media (max-width: 767px) {
    .xxx--page {
        background-color: var(--weiss);
        background: linear-gradient(to right, white 80%, white 20%);
    }

    a, p, span, button, .btn-primary, .btn-default {
        font-size: 14px;
    }

    .table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
        padding: 5px;
    }

    .btn {
        padding: 8px 30px;
    }
    .footer__info {
        flex-direction: column;
    }
    .merkzettel .belegliste__artikel-wk {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        justify-content: space-between;
    }
    .merkzettel .belegliste__artikel-wk button {
        padding: 10px 20px;
    }
}


/*
*
* Small (SM)
*/

@media (min-width: 768px) and (max-width: 991px) {
    .merkzettel .belegliste__artikel-wk button {
        padding: 10px 10px;
        font-size: 12px;
    }
}


/*
*
* Medium (MD)
*/

@media (min-width: 992px) and (max-width: 1199px) {
    .xxx--page {
        /*background-color: var(--grey);*/
        background: linear-gradient(to right, white 70%, var(--grey) 30%);
    }
    .xxx--nav---header .xxx--nav-item {
        margin-right: 0px;
    }
    .merkzettel .belegliste__artikel-wk button {
        padding: 10px 12px;
    }
}


/*
*
* Large (LG)
*/

@media (min-width: 1200px) {
    .xxx--page {
        /*background-color: var(--grey);*/
        background: linear-gradient(to right, white 70%, var(--grey) 30%);
    }
}