:root {
    --main-color: #636b6f;
    --back-color: #f8fafc;
    --red-color: #FF0000;
    --panel-back-color: #e3e3e3;
    --nav-back-color: #eee;

    --button-color: #fff;
    --button-back-color: #df0000;
    --button-hover-back-color: #c40000;
    --button-border-color: #d1d1d1;
}

body {
    font-family: Nunito, sans-serif;
    font-size: 14px;
    line-height: 1.6;
    color: var(--main-color);
    background-color: var(--back-color);
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

.main {
    min-height: 600px;
}

.page-break {
    page-break-after: always;
}

.pagenum:before {
        content: counter(page);
}

.search {
    border-top: 1px solid var(--main-color);
    border-bottom: 1px solid var(--main-color);
    padding-bottom:10px;
}

.footer {
    height: 40px;
    margin-top:-40px;
}

.fullwidth {
    width: 100%;
}

.bold {
    font-weight: bold;
}

.left {
    text-align: left;
}

.right {
    text-align: right;
}

.center {
    text-align: center;
}

.angebot {
    color: var(--red-color);
    margin-left:15px;
}

.jumpfield {
    width: 50px;
    text-align: center;
}

.product-pic {
    width: 300px;
    height: 300px;
    line-height: 300px;
    text-align: center;
    margin-left: 10px;
    margin-bottom: 10px;
    margin-right: 10px;
    float: right;
}

.menge {
    width: 50px;
    height:20px;
    text-align: center;
}

.warenkorb {
    /*margin-top: 30px;*/
    cursor:pointer;
    width: 200px;
    border: 1px solid var(--button-border-color);
}

.warenkorb-icon {
    margin-left: 5px;
}

.warenkorb-col1 {
    text-align: right;
    width: 40%;
}

.warenkorb-col2 {
    text-align: right;
    width: 60%;
    padding-right: 5px;
}

.picpos_box {
    padding: 5px;
    margin: 6px;
    font-size: 11px;
    text-align: center;
    float: left;
}

.nice-box {
    padding: 1.5rem;
    margin-right: 0;
    margin-left: 0;
    //margin: 1rem -15px 0;
    border: solid .2rem #e2e2e2;
    position: relative;
}

.ui-autocomplete {
    position: absolute;
    z-index: 99999 !important;
    cursor: default;
    padding: 0;
    margin-top: 2px;
    list-style: none;
    background-color: #ffffff;
    border: 1px solid #ccc -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.ui-helper-hidden-accessible {
    display: none;
}

@media print {
    #print {
        display: none;
    }

    #datenschutz-link {
        display: none;
    }

    #impressum-link {
        display: none;
    }
}

@media (min-width: 576px) {
    .w-sm-auto {
        width: auto !important;
    }
}

@media (min-width: 768px) {
    .w-md-auto {
        width: auto !important;
    }
}

@media (min-width: 992px) {
    .w-lg-auto {
        width: auto !important;
    }

    .w-lg-100 {
        width: 100% !important;
    }
}

@media (min-width: 1200px) {
    .w-xl-auto {
        width: auto !important;
    }
}
