.c3-renderer {
    position: absolute !important;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.position-relative {
    position: relative !important;
}

.c3-title {
    font-weight: bold;
}

.c3-title .second-title {
    font-weight: normal;
}

.c3-tooltip td {
    white-space: nowrap;
}

.c3-line {
    stroke-width: 2px;
}

.kennzahlen .w-row.no-gutter {
    border-bottom: 1px solid #999;
    padding-bottom: 30px;
    margin-bottom: 70px;
}
.kennzahlen.last .w-row.no-gutter {
    border: none;
    padding-bottom: 0;
}


.kennzahlen .w-row.no-gutter .w-col {
    padding-left: 0;
    padding-right: 0;
}
.kennzahlen .w-row.no-gutter .w-col-6 {
    padding-left: 10px;
    padding-right: 0;
}


.kennzahlen .w-row.no-gutter .w-col-6:first-child {
    padding-right: 10px;
    padding-left: 0;
}

.kennzahlen.special-header header {
    min-height: 56px;
}

@media (min-width: 768px) and (max-width: 796px) {
    .kennzahlen.special-header header {
        min-height: 80px;
    }
}

.kennzahlen.special-header header h3 {
    margin-bottom: 0;
}
.section.kennzahlen.secondary {
    margin-top: 0;
    padding-top: 0;
}

.section.kennzahlen.secondary h3 {
    margin-bottom: 0;
}

/**
 * Adjustments for Porsche SE
 */
.c3-bar._expanded_ {
    fill-opacity: 1;
}

.c3-chart .c3-event-rects .c3-event-rect {
    cursor: initial !important;
}

.c3-axis-x .tick line {
    display: none;
}

.c3-chart-texts .c3-chart-text .c3-text {
    font-weight: bold;
    font-size: 1.25em;
    fill: black !important;
}