<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html,body {
    display:flex;
    flex-direction:column;
    min-height:100vh;
    /*min-height: 100%;*/
    width: 100%;
}

.header-warenkorb {
    cursor: pointer;
}

.quantity-field {
    text-align: center;
    font-size: 1.2em;
    width: 94%;
    max-width: 5.55em;
    -moz-appearance: textfield;
}

.ean-col {
    width: 15%;
}

.ve-col {
    width: 5%;
}

.price-col {
    width: 12%;
}

.rabatt-col {
    width: 9%;
}

.quantity-col {
    width: 7.25%;
}

.section-nav {
    padding-left: 15px;
    margin-top: 0;
    margin-bottom: 1rem;
}

.sidemenue {
    position: -webkit-sticky;
    position: sticky;
    border-left: 1px solid #eee;
    top: 84px;
    font-size: .875rem;
    padding: 0 3px;
    max-height: calc(100vh - 84px);
    height: calc(100vh - 84px);
}

.sidemenue_filter {
    max-height: 200px;
    height: 200px;
    overflow-y: auto;
}

.sidemenue_list {
    height: auto;
    overflow-y: auto;
    padding-bottom: 5px;
}

.sidemenue_list.filter_opened {
    /*max-height: 540px;*/
    max-height: 456px;
    margin-top:15px;
}

.sidemenue_list.filter_closed {
    /*max-height: 755px;*/
    max-height: 671px;
}

.hidden {
    display: none;
}

.highlight-primary {
    border-radius: .25rem;
    color: #004085;
    background-color: #cce5ff;
    border-color: #b8daff;
    display:inline-block;
    padding-left: 0.5em;
    padding-right: 0.5em;
}

.highlight-danger {
    border-radius: .25rem;
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
    display:inline-block;
    padding-left: 0.5em;
    padding-right: 0.5em;
}

.disabled-link-danger {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
    opacity: .65;
}

.disabled-link-primary {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
    opacity: .65
}

.aktionsbild {
    max-width: 100%;
    max-height: 300px;
    height: auto;
    width: auto;
    margin-left: auto;
    margin-right: auto;
}

#move-to-top {
    height: 45px;
}
.sale-container {
    scroll-margin-top: 84px;
}
</pre></body></html>