<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*************************
 * PRODUCT RESULT
 ************************/
.product-result-list .product {
    background: #ffffff;
    border-top: 1px solid #D8DFE5;
    padding-bottom: 10px;
}

.product-result-list {
    border-bottom: 1px solid #D8DFE5;
}

.product-result-list .product .quantity_high,
.product-result-list .product .quantity_low {
    display: none;
}

.product-result-list .product.quantity_high .quantity_high {
    display: block;
    color: #84D44F;
    font-weight: bold;
    font-size: 12px;
    font-size: 0.75rem;
    padding-top: 6px;
}

.product-result-list .product.quantity_low .quantity_low {
    display: block;
    color: #EFC225;
    font-weight: bold;
    font-size: 12px;
    font-size: 0.75rem;
    padding-top: 6px;
}

.product-result-list .product.sold .quantity_sold {
    display: block;
    color: #B71C1C;
    font-weight: bold;
    font-size: 16px;
    font-size: 1rem;
    padding-top: 6px;
}

.product-result-list .product .image {
    text-align: center;
    background: no-repeat center;
    background-size: contain;
    background-origin: content-box;
    height: 130px;
}

.product-result-list .product .price {
    color: #fe8b1e;
    font-size: 16px;
    font-size: 1rem;
    white-space: nowrap;
}

.product-result-list .product .description {
    margin: 16px auto;
    line-height: 1.5;
    padding-right: 0;
}

.product-result-list .product .button {
    text-align: center;
    font-weight: 700;
}

.product-result-list .product .select-product {
    color: #fe8b1e;
    font-size: 50px;
    font-size: 3.125rem;
    padding: 0 0 0 15px;
}

.product-result-list .product .description .type {
    margin-left: -25px;
    padding-left: 25px;
    min-height: 20px;
    background-repeat: no-repeat;
}

#filter-off-canvas .content {
    padding: 25px 25px 100px;
}

#filter-off-canvas .content .checkbox label {
    padding: 0;
}

#filter-off-canvas .content .filter-toggle {
    font-size: 60px;
    font-size: 3.75rem;
    margin-top: -25px;
    margin-bottom: -35px;
    color: #f08724;
    cursor: pointer;
    width: 100px;
}

.vehicle-reistration {
    width: 290px;
    background-image: url('/assets/images/fahrzeugschein.jpg');
    height: 181px;
    background-position-y: 19px;
    background-size: cover;
}

.vehicle-reistration.vehicle-reistration--old {
    background-position-y: 176px;
    height: 175px;
}

.vehicle-reistration div {
    background-color: #ffffff;
    text-align: right;
}

.row.product {
    display: flex;
    align-items: center;
}

.content-filter {
    min-height: 100%;
    margin-bottom: -54px;
}

.content-filter #search-input {
    margin-right: 10px;
}

.content-filter:after {
    content: "";
    display: block;
}

.set-filter, .content-filter:after {
    height: 54px;
}

.content-filter label {
    white-space: nowrap;
}

.matchcode {
    display: flex;
}

.matchcode #search-input {
    width: auto;
    min-width: 120px;
}

.product-result-list .product .icon {
    margin-top: -6px;
    margin-left: -2px;
}

/*************************
 * Small devices (tablets, 768px and up)
 ************************/
@media (min-width: 768px) {

    .product-result-list .product.quantity_low {
        border-left: 4px solid #EFC225;
    }

    .product-result-list .product.quantity_high {
        border-left: 4px solid #84D44F;
    }

    .product-result-list .product.sold {
        border-left: 4px solid #CCCCCC;
    }

    .product-result-list .product {
        border: 0;
        margin-bottom: 4px;
        box-shadow: -1px 4px 18px 1px rgba(200, 200, 200, 0.25);
    }

    .product-result-list {
        border: 0;
    }

    .product-result-list .product .price {
        font-size: 20px;
        font-size: 1.25rem;
        padding-top: 10px;
    }
}
h1 {
    margin: 10px 0;
}

.text-success {
    color: #4CAF50;
}

.text-error {
    color: #F44336;
}

.padding-spacer {
    padding-top: 20px;
    padding-bottom: 20px;
}

.spacer-left-5 {
    margin-left: 5px;
}

.fix-size {
    padding: 64px 20px;
    height: 310px;
}

.border-regular {
    border: solid 1px #6da3d2;
}

.border-light-top {
    border-top: solid 1px #e7e7e7;
}

.border-light-bottom {
    border-bottom: solid 1px #e7e7e7;
}

.border-light-right {
    border-right: solid 1px #e7e7e7;
}

.border-light-left {
    border-left: solid 1px #e7e7e7;
}

.checkbox,
.radio {
    margin: 0;
}

.size-selector {
    min-width: 70px;
    display: inline-block;
    text-align: center;
    margin-right: 20px;
}

.size-selector select {
    width: 100%;
    margin-left: -10px;
    margin-bottom: 5px;
}

#chart_div {
    width: 150px;
    height: 150px;
    margin: 0 auto;
}

a.help {
    background: #ffffff;
    border: solid 1px #e1e1e1;
    border-radius: 20px;
    width: 20px;
    height: 20px;
    text-align: center;
}

.result-container {
    display: none;
}

.result &gt; * {
    display: none;
}

.result.success {
    background-color: #e4ffc3;
    color: #3d7100;
}

.result.success .success {
    display: inherit;
}

.result.error {
    background-color: #ffc1c9;
    color: #d0011b;
}

.result.error .error {
    display: inherit;
}

.result.warning {
    background-color: #fff8c1;
    color: #d2c414;
}

.result.warning .warning {
    display: inherit;
}

.popover-content {
    display: table;
}

.popover-content &gt; span {
    display: table-cell;
    vertical-align: middle;
}

.popover-content &gt; div {
    width: 52px;
    height: 52px;
    float: left;
    margin-right: 10px;
    background-image: url("/assets/images/rvo-tooltip-sprite.png");
    background-repeat: no-repeat;
}

.popover-content &gt; div.tyreWidth {
    background-position: -52px 0;
    width: 26px;
}

.popover-content &gt; div.rollingCircumference {
    background-position: -76px 0;
}

.popover-content &gt; div.tyreDiameter {
    background-position: 0 0;
}

.popover-content &gt; div.alloyDiameter {
    background-position: -276px 0;
}

.popover-content &gt; div.alloyDiameter {
    background-position: -276px 0;
}

.popover-content &gt; div.groundClearance {
    background-position: -209px 0;
    width: 59px;
}

.popover-content &gt; div.speedDifference {
    background-position: -446px 0;
    width: 42px;
}

.popover-content &gt; div.rollingCircumferenceDiff {
    background-position: -330px 0;
}

.moreInfo {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    height: 20px;
}

.moreInfoToggle .less {
    display: none;
}

.more, .less {
    cursor: pointer;
}

@media (max-width: 1199px) {

    .border-light-top-md {
        border-top: solid 1px #e7e7e7;
    }

    .padding-spacer {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .border-light-top-sm {
        border-top: solid 1px #e7e7e7;
    }

    .border-none-sm {
        border: 0;
    }

    .size-selector {
        min-width: 80px;
    }
}

@media (max-width: 991px) {

    .border-light-top-md {
        border-top: 0;
    }

    .calculatedValues {
        display: none;
    }

    .calculatedValues.visible {
        display: inherit;
    }

    .fix-size {
        padding: 20px;
        height: auto;
    }
}
</pre></body></html>