﻿.promo-box {
    min-width: 185px; /* make sure some width is defined, but three digits need more room*/
    border: 2px solid #2c2e35;
    border-radius: 8px 8px 0 0;
    box-sizing: border-box;
    /*overflow: hidden;*/
    color: #2c2e35;
    /* keep background colors to style price tags */
    -webkit-print-color-adjust: exact !important;
    print-color-adjust: exact !important;
}

.section-top {
    border-radius: 8px 8px 0 0;
}

.top-section {
    background-color: #d8d9da;
    border-radius: 8px 8px 0 0;
    text-align: center;
    font-size: 14px;
    padding: 2px 0px 2px 0px;
}

    .top-section b {
        font-size: 14px;
        color: #ff2e17;
    }

    .top-section .black-bold {
        color: #2c2e35;
        font-weight: bold;
    }

.price-label {
    /*width: 50%;*/
    text-align: right;
    padding: 2px 5px 0px 0px;
    font-size: 11px;
    position: absolute;
    top: 0px;
    right: 0px;
}

    .price-label.brutto {
        color: white;
    }

    .price-label.netto {
        color: white;
    }

.price-section {
    display: flex;
    justify-content: space-between;
    font-weight: bold;
}

.price-value {
    width: 50%;
    padding: 5px 5px 0px 5px;
    display: flex;
    justify-content: center;
    align-items: baseline;
    box-sizing: border-box;
    position: relative; /*to allow absolute positioning of price-label within*/
}

    .price-value.brutto {
        background-color: #b41a2f;
        color: white;
    }

    .price-value.netto {
        background-color: #004e94;
        color: white;
    }

.euro-part {
    font-size: 38px;
    line-height: 1;
}

.cents-part {
    font-size: 30px;
    /*vertical-align: super;*/
    line-height: 1;
    margin-left: 2px;
}

.sub-cents {
    font-size: 18px;
    /*align-self: center;*/
    position: relative;
    bottom: 10px;
    margin-left: 1px;
}

.discount-banner {
    background-color: #d8d9da;
    color: #2c2e35;
    font-size: 12px;
    text-align: center;
    padding: 2px;
    font-weight: bold;
    border-bottom: 0px solid #2c2e35;
}

    .discount-banner .highlight {
        color: #b41a2f;
    }

    .discount-banner .highlightPercent {
        color: #b41a2f;
        font-weight: bold;
        font-size: 14px;
        padding: 2px;
        background-color: #ffeb3d;
    }

.mengen-hit {
    background-color: white;
    font-size: 14px;
    text-align: center;
    padding: 2px 0px 2px 0px;
}

    .mengen-hit b {
        color: #ff2e17;
        font-size: 14px;
    }

    .mengen-hit .Title {
        font-size: 18px;
    }

    .mengen-hit .black-bold {
        color: #2c2e35;
        font-weight: bold;
    }

.highlight-yellow {
    background-color: #ffeb3d;
    font-size: 12px;
    text-align: center;
    font-weight: bold;
    padding: 2px 0px 2px 0px;
    border-bottom: 1px solid #2c2e35;
}

    .highlight-yellow .highlight {
        padding: 2px;
        font-size: 14px;
    }

.highlight-red {
    background-color: #b41a2f;
    font-size: 11px;
    text-align: center;
    font-weight: bold;
    padding: 2px;
    color: #ffeb3d;
}

    .highlight-red .highlight {
        color: white;
    }

    .highlight-red .highlightPercent {
        background-color: #b41a2f;
        padding: 2px;
        font-weight: bold;
        font-size: 14px;
    }

.mengen-hit b {
    color: #b41a2f;
}

.top-section b {
    color: #b41a2f;
}

.highlight-yellow {
    color: #b41a2f;
}

.promo-box, .promo-box b {
    font-family: interstate, 'Verdana', Arial, sans-serif;
}

.price-label {
    font-family: interstate, 'Verdana', Arial, sans-serif;
    /*font-family: interstate-condensed, 'Verdana', Arial, sans-serif;*/
}

.price-value,
.euro-part,
.cents-part,
.sub-cents {
    font-family: interstate-compressed, 'Arial Narrow', Arial, sans-serif;
}