/**
 * @copyright reDim GmbH | @link https://www.redim.de | @contact team@redim.de
 */

.mod-redim-counter {
    padding: 75px 0;
}

.mod-redim-counter .counter-item {
    padding: 1.5rem 1rem;
}

.mod-redim-counter .counter-label {
    font-size: 1rem;
    line-height: 1.4;
    color: inherit;
}

.mod-redim-counter .counter-label-top {
    margin-bottom: 0.5rem;
    font-weight: 500;
}

.mod-redim-counter .counter-label-bottom {
    margin-top: 0.5rem;
}

.mod-redim-counter .counter-number {
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 1.2;
}

.mod-redim-counter .counter-prefix,
.mod-redim-counter .counter-suffix {
    font-size: 1.5rem;
    font-weight: 400;
}

.mod-redim-counter .counter-value {
    display: inline-block;
    min-width: 2ch;
}

@media (min-width: 768px) {
    .mod-redim-counter .counter-number {
        font-size: 3rem;
    }

    .mod-redim-counter .counter-prefix,
    .mod-redim-counter .counter-suffix {
        font-size: 1.75rem;
    }
}

@media (min-width: 992px) {
    .mod-redim-counter .counter-number {
        font-size: 3.5rem;
    }
}

/* Background mode */
.mod-redim-counter.has-background {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: #fff;
}

.mod-redim-counter.has-background .counter-label,
.mod-redim-counter.has-background .counter-number,
.mod-redim-counter.has-background .counter-prefix,
.mod-redim-counter.has-background .counter-suffix,
.mod-redim-counter.has-background .counter-value {
    color: #fff;
}
