@charset "UTF-8";
.icon-reset,
.switch {
    display: inline-block
}

.noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    user-select: none
}

@font-face {
    font-family: QASIconFont;
    src: url(../fonts/iconfont.eot) format("embedded-opentype"), url(../fonts/iconfont.woff) format("woff"), url(../fonts/iconfont.ttf) format("truetype"), url(../fonts/iconfont.svg) format("svg");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: BayWaSans;
    src: url(../fonts/SpaceGroteskFrontify-Regular.woff2) format("woff2");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: BayWaSans;
    src: url(../fonts/SpaceGroteskFrontify-Bold.woff2) format("woff2");
    font-weight: 700;
    font-style: normal
}

.icon-,
.year-selection-item__checkbox:checked+label:after,
[class*=" icon-"],
[class^=icon-] {
    font-family: QASIconFont !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    margin-right: 4px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.icon-chart:before {
    content: "\ac";
    position: relative;
    top: -1px
}

.icon-overview:before {
    content: "\a3";
    position: relative;
    top: -1px
}

@media screen and (min-width:768px) and (max-width:1023px) {
    .icon-chart:before,
    .icon-overview:before {
        top: 0
    }
}

@media screen and (min-width:320px) and (max-width:767px) {
    .icon-chart:before,
    .icon-overview:before {
        top: 1px
    }
}

.icon-vision:before {
    content: "\45";
    font-size: 18px;
    position: relative;
    top: 2px
}

.icon-vision.inactive:before,
.icon-vision:hover:before {
    content: "\2030"
}

.icon-vision.inactive:hover:before {
    content: "\45"
}

.icon-download:before {
    content: "\35";
    font-size: 24px;
    position: relative;
    top: 4px
}

.icon-info:before {
    content: "\30";
    font-size: 24px;
    position: relative
}

.icon-reset:before {
    content: "\\";
    font-size: 18px;
    position: relative
}

.icon-reset:hover {
    -webkit-transform: rotate(-360deg);
    -webkit-transition-duration: 1s;
    -webkit-animation-timing-function: ease;
    -webkit-animation-iteration-count: infinite
}

.chart-options-menu {
    overflow: visible;
    margin: 0;
    padding: 0
}

.chart-options-item {
    float: right
}

.chart-options-item--switch {
    height: 48px
}

.switch {
    margin: 16px 0;
    position: relative;
    width: 32px;
    height: 16px;
    border-radius: 8px;
    border: 1px solid #6b7075;
    cursor: pointer;
    z-index: 2
}

.switch__inner {
    position: absolute;
    left: 1px;
    top: 1px;
    display: block;
    width: 12px;
    height: 12px;
    border-radius: 6px;
    border: 1px solid #333;
    background-color: #fff
}

.switch--on {
    background-color: #008c46
}

.switch--on .switch__inner {
    left: 17px
}

.switch-label {
    display: inline-block;
    margin: 16px 0 16px 8px;
    vertical-align: top
}

.export-options {
    display: block;
    margin-top: 24px
}

.export-options-item {
    display: inline-block;
    margin: 0;
    padding: 0;
    text-align: center;
    width: 32%
}

.chart-options-item--button,
.export-options-item__button {
    width: 48px;
    height: 48px;
    margin: 0 0 16px 16px;
    border-radius: 24px;
    font-size: 28px;
    line-height: 44px;
    font-family: QASIconFont;
    text-align: center;
    cursor: pointer;
    z-index: 2
}

.export-options-item__button {
    margin: 10px auto;
    color: #fff;
    background-color: #008c46
}

.chart-options-item--button {
    color: #6b7075;
    background-color: #e5e5e5
}

.chart-options-button--column.column,
.chart-options-button--spline.spline,
.chart-options-button--table.table {
    color: #fff;
    background-color: #008c46
}

.mobile-menu {
    position: relative;
    top: 3px;
    display: inline-block;
    font-family: QASIconFont;
    font-size: 24px
}

.root-for-categories-menu {
    right: -320px;
    top: 0;
    width: 320px;
    height: 100vh;
    padding-top: 64.8px;
    padding-right: 24px;
    padding-left: 24px;
    background-color: #E7E7E7;
    z-index: 10
}

.root-for-categories-menu.active {
    transform: translate(-320px, 0);
    transition: transform .5s ease-in-out
}

.root-for-categories-menu.inactive {
    transform: translate(0, 0);
    transition: transform .5s ease-in-out
}

.categories-menu__close-button {
    position: absolute;
    top: 24px;
    right: 24px;
    display: block;
    font-family: QASIconFont;
    font-size: 14px;
    cursor: pointer
}

.categories-menu {
    margin: 0;
    padding-left: 0;
    background-color: #E7E7E7;
    list-style-type: none;
    font-size: 14px;
    line-height: 1.1em
}

.categories-menu-item {
    border-bottom: 1px solid #75b2dd;
    padding: 10px;
    float: left;
    width: 100%;
    cursor: pointer;
    color: #75b2dd
}

.categories-menu-item.active {
    color: #fff;
    background-color: #008c46
}

.categories-menu-item-icon {
    float: left;
    display: block;
    width: 20px
}

.categories-menu-item-icon:before {
    display: inline-block;
    width: 24px;
    text-align: left;
    font-family: QASIconFont
}

.categories-menu-item-icon.column:before {
    content: "¬"
}

.categories-menu-item-icon.column.icon--mixed:before {
    content: "˜"
}

.categories-menu-item-icon.spline:before {
    content: "”"
}

.categories-menu-item-icon.spline.icon--mixed:before {
    content: "˙"
}

.categories-menu-item-icon.table:before {
    content: "£"
}

.categories-menu-item-content {
    display: block;
    float: left;
    width: 224px
}

.category-table-wrapper,
.root-for-categories-menu,
.root-for-chart {
    float: left
}

.chart-wrapper {
    clear: both
}

.root-for-chart {
    display: block;
    width: 100%
}

.category-table-wrapper,
.root-for-chart.table {
    display: none
}

.root-for-chart div {
    height: 33vh !important;
    min-height: 276px
}

@media screen and (min-height:830px) {
    .root-for-chart div {
        height: 50vh !important
    }
}

.category-table-wrapper.table {
    display: block
}

.close-menu-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
}

@media screen and (min-width:768px) and (max-width:1023px) {
    .root-for-chart {
        width: 600px
    }
}

@media screen and (min-width:1024px) {
    .root-for-chart {
        width: 800px
    }
}

.legend-wrapper {
    clear: both;
    width: 100%
}

.legend {
    display: flex;
    flex-direction: column;
    font-size: 18;
    line-height: 1.3em
}

.legend.order--reversed {
    flex-direction: column-reverse
}

.legend-item {
    margin: 20px 0
}

.legend-item sup {
    padding-left: .2em
}

.switch-cols-and-rows {
    height: 20px;
    margin: 0;
    cursor: pointer;
    text-align: center
}

.switch-cols-and-rows__icon {
    font-family: QASIconFont
}

.data-col-item,
.data-row-item {
    padding-right: 8px;
    line-height: 26px;
    display: block
}

.data-row-item {
    float: left
}

.data-col-item .button,
.data-row-item .button {
    position: relative;
    width: 15px;
    height: 15px;
    margin: 0;
    border: 1px solid #999;
    padding: 0;
    text-align: center;
    background-color: transparent;
    vertical-align: text-top
}

.data-col-item .button:before,
.data-row-item .button:before {
    display: inline-block;
    width: 15px;
    height: 13px;
    position: absolute;
    top: 0;
    left: -1px;
    margin: 0;
    padding: 0;
    line-height: 12px;
    font-family: QASIconFont;
    background-color: transparent
}

.data-col-item.active .button:before,
.data-row-item.active .button:before {
    content: "x"
}

.data-col-item.inactive .button:before,
.data-row-item.inactive .button:before {
    content: " "
}

.legend-item--colored {
    cursor: pointer
}

.data-col-item .legend-item--colored .button:before,
.data-row-item .legend-item--colored .button:before {
    content: "x"
}

.clearfix:after,
.legend-item--cols .inactive .button:before,
.legend-item--rows .inactive .button:before {
    content: ""
}

.legend-item--cols .inactive .button,
.legend-item--rows .inactive .button {
    background-color: #e3e3e3 !important
}

.legend-item--rows {
    background-color: #E7E7E7;
    padding: 6px;
    border: 0;
    border-radius: 5px;
    width: 100%;
    text-align: center;
    float: left
}

.legend-item-rows-wrapper {
    margin: 0 auto;
    max-width: 640px
}

.switch-cols-and-rows--inactive {
    height: 0;
    padding: 0;
    color: #ccc;
    font-size: 0;
    line-height: 0
}

.legend-item-cols-headline {
    font-size: 14px;
    margin: 0
}

.legend-item-block-left,
.legend-item-block-right {
    width: 50%;
    float: left
}

.legend-item-block-left.wide,
.legend-item-block-right.wide {
    width: 100%
}

.legend-item-block-left.wide .data-col-item,
.legend-item-block-right.wide .data-col-item {
    float: left
}

@media screen and (min-width:768px) and (max-width:1023px) {
    .legend-wrapper {
        width: 655px
    }
}

@media screen and (min-width:1024px) {
    .legend-wrapper {
        width: 800px
    }
}

.template-root {
    position: relative
}

.template-overlay--active {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, .7);
    z-index: 50
}

.template-overlay--inactive {
    display: none
}

.template-overlay__content {
    background-color: #fff
}

.template-overlay__content--info-overlay {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, .2)
}

.template-overlay__content--info-overlay.infoIsActive {
    display: block
}

.template-overlay__content--export-overlay {
    display: none;
    position: absolute;
    top: 50vh;
    left: 50%;
    width: 308px;
    height: 200px;
    margin: -100px 0 0 -154px;
    border: 1px solid #d4d4d4;
    padding: 20px
}

.template-overlay__content--export-overlay.exportIsActive {
    display: block
}

.template-overlay__close-button {
    position: absolute;
    right: 0;
    top: -28px;
    width: 20px;
    height: 20px;
    font-family: QASIconFont;
    font-size: 24px
}

.overlay-heading {
    width: 100%
}

.has-info-overlay {
    position: relative
}

.has-info-overlay--absolute {
    position: absolute
}

.has-info-overlay--fixed {
    position: fixed
}

.info-overlay-item {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    min-width: 20px;
    min-height: 20px;
    color: #aa47ba;
    z-index: 0
}

.infoIsActive .info-overlay-item {
    display: block;
    opacity: 1;
    z-index: 100
}

.info-overlay-item__arrow {
    font-family: QASIconFont
}

.info-overlay-item__text {
    color: #aa47ba;
    font-size: 18px;
    text-align: center;
    text-shadow: 0 0 8px #fff
}

body,
mark {
    color: #000
}

.info-overlay-item--from-top {
    top: -40px;
    left: 0
}

.info-overlay-item--from-top .info-overlay-item__arrow {
    display: block;
    text-align: center
}

.info-overlay-item--from-right .info-overlay-item__arrow,
.overview-table {
    display: inline-block
}

.info-overlay-item--from-top-top20 {
    top: 20px
}

.info-overlay-item--from-right {
    top: 10px;
    left: 40px
}

.info-overlay-item__arrow--with-padding-top {
    padding-top: 4px
}

.category-table-wrapper {
    width: 100%;
    overflow-x: auto
}

.overview-table__cell {
    white-space: nowrap;
    text-align: right
}

@media screen and (min-width:768px) and (max-width:1023px) {
    .category-table-wrapper {
        width: 100%
    }
}

@media screen and (min-width:1024px) {
    .category-table-wrapper {
        width: 100%;
        max-width: 1000px
    }
}

.overview-table-wrapper {
    position: relative
}

.overview-table-wrapper__inner {
    overflow-x: auto
}

.spacer-cell {
    border-color: transparent
}

img,
legend {
    border: 0
}

.spacer-cell div.spacer {
    width: 12px;
    height: 2px
}

.table-scroll-hint {
    display: none;
    position: absolute;
    top: 0;
    right: -12px;
    height: 100%;
    width: 28px;
    z-index: 100;
    cursor: pointer
}

.table-scroll-hint__icon {
    position: fixed;
    top: 50%;
    right: 20px
}

.table-scroll-hint__shade-element {
    position: absolute;
    left: 0;
    right: 0
}

.header-navbar__item,
.overview-table__cell--with-footnote,
sub,
sup {
    position: relative
}

.table-scroll-hint__shade-top {
    top: 0;
    height: 28px;
    background-image: url(../img/shaddow_tabelle01.png)
}

.table-scroll-hint__shade-middle {
    top: 28px;
    bottom: 44px;
    height: calc(100% - 72px);
    background-image: url(../img/shaddow_tabelle02.png)
}

.table-scroll-hint__shade-bottom {
    bottom: 0;
    height: 44px;
    background-image: url(../img/shaddow_tabelle03.png)
}

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline
}

audio:not([controls]) {
    display: none;
    height: 0
}

.hide,
[hidden],
template {
    display: none
}

a {
    background-color: transparent
}

a:active,
a:focus,
a:hover {
    outline: 0
}

abbr[title] {
    border-bottom: 1px dotted
}

b,
optgroup,
strong {
    font-weight: 700
}

dfn {
    font-style: italic
}

h1 {
    margin: .67em 0
}

h1,
h2,
h3 {
    margin-top: 20px
}

mark {
    background: #ff0
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 1em 40px
}

hr {
    box-sizing: content-box;
    height: 0
}

pre,
textarea {
    overflow: auto
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

button {
    overflow: visible
}

.wrapper,
body {
    overflow-x: hidden
}

button,
select {
    text-transform: none
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled],
html input[disabled] {
    cursor: default
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0
}

input {
    line-height: normal
}

input[type=checkbox],
input[type=radio] {
    box-sizing: border-box;
    padding: 0
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    height: auto
}

/* .wrapper,
body {
    width: 100vw;
    height: 100vh
} */

input[type=search] {
    -webkit-appearance: textfield;
    box-sizing: content-box
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

body,
legend,
td,
th {
    padding: 0
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
    margin-bottom: 10px
}

h1 {
    font-size: 38px;
    line-height: 44px
}

h2 {
    font-size: 30px;
    line-height: 36px;
    font-weight: 400;
    color: #008c46
}

h3 {
    font-size: 24px;
    line-height: 30px
}

h4 {
    font-size: 18px;
    line-height: 24px;
    margin-top: 10px
}

h5 {
    font-size: 14px;
    line-height: 20px;
    margin-top: 10px
}

h6 {
    font-size: 12px;
    line-height: 18px;
    margin-top: 10px
}

p {
    margin-top: 0;
    margin-bottom: 10px
}

.clearfix:after {
  content: "";
    display: table;
    clear: both
}

* {
    box-sizing: border-box
}

html {
    background: #fff;
    font-size: 62.5%;
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-overflow-scrolling: touch;
    -webkit-tap-highlight-color: #f8f7f9;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0;
    font-family: BayWaSans;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.3em;
    width: 100vw;
    height: 100%;
    
}
.wrapper {
  width: 100vw;
  height: 100%;
  overflow-x: hidden;
}

.wrapper,
body {
    overflow-y: auto
}

.container {
    max-width: 1280px;
    padding: 0 12px;
    margin-left: auto;
    margin-right: auto
}

.header-navbar {
    margin: 0 0 16px;
    padding: 0;
    list-style: none;
    border-bottom: 1px solid #008C46;
    font-size: 0
}

.header-navbar__item {
    display: inline-block;
    vertical-align: top;
    text-decoration: none;
    text-align: left;
    font-size: 14px;
    font-size: 1.4rem
}

.header-nav-child__link {
    color: #6b7075;
    text-decoration: none;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    padding: 9px 10px;
    background-color: #e7e7e7;
    border: 1px solid transparent;
    display: flex;
    justify-content: center
}

.header-nav-child__link--active {
    background-color: #008C46;
    border: 1px solid #008C46;
    border-bottom: 0;
    margin-bottom: -1px;
    color: #fff
}

@media screen and (min-width:768px) and (max-width:1023px) {
    .header-navbar {
        padding-left: 16px
    }
    .header-navbar__item {
        font-size: 16px;
        font-size: 1.6rem
    }
    .header-nav-child__link {
        padding: 9px 30px
    }
}

@media screen and (min-width:1024px) {
    .header-navbar {
        padding-left: 16px
    }
    .header-navbar__item {
        font-size: 18px;
        font-size: 1.8rem
    }
    .header-nav-child__link {
        padding: 9px 30px
    }
}

.chart--header {
    display: block
}

.chart-options {
    float: right;
    text-align: right;
    z-index: 10
}

.chart-options__items {
    font-size: 14px;
    font-size: 1.4rem;
    color: #000;
    text-decoration: none;
    padding-left: 6px;
    padding-top: 9px;
    display: inline-block
}

.chart-head,
.overview-table-header {
    display: block
}

.chart-head {
    width: 100%;
    clear: right;
    margin: 20px 0;
    padding: 0
}

@media screen and (min-width:768px) and (max-width:1023px) {
    .chart-options__items {
        font-size: 16px;
        font-size: 1.6rem;
        padding-left: 16px;
        padding-top: 9px
    }
    .chart-head {
        margin: 0
    }
}

@media screen and (min-width:1024px) {
    .chart-options__items {
        font-size: 18px;
        font-size: 1.8rem;
        padding-left: 16px;
        padding-top: 9px
    }
    .chart-head {
        margin: 0
    }
}

.overview-table-options {
    width: 100%;
    text-align: right;
    z-index: 10
}

.overview-table-options__items {
    font-size: 14px;
    font-size: 1.4rem;
    color: #000;
    text-decoration: none;
    padding-left: 6px;
    padding-top: 9px;
    display: inline-block
}

.overview-table-head {
    width: 100%;
    margin: 20px 0;
    padding: 0
}

@media screen and (min-width:768px) and (max-width:1023px) {
    .overview-table-options__items {
        font-size: 16px;
        font-size: 1.6rem;
        padding-left: 16px;
        padding-top: 9px
    }
    .overview-table-head {
        margin: 0
    }
}

@media screen and (min-width:1024px) {
    .overview-table-options__items {
        font-size: 18px;
        font-size: 1.8rem;
        padding-left: 16px;
        padding-top: 9px
    }
    .overview-table-head {
        margin: 0
    }
}

.overview-table-wrapper {
    margin-top: 8px
}

.overview-table {
    width: 100%
}

.overview-table__cell {
    border-bottom: 1px dotted #000;
    padding: 6px 0 6px 24px;
    font-size: 12px;
    font-size: 1.2rem
}

.overview-table__cell.level_0 {
    background-color: #f5f5f5
}

.overview-table__cell:first-child {
    padding-left: 0
}

.overview-table__cell:nth-child(2) {
    text-align: left;
    width: 100%
}

.overview-table__cell:nth-child(2) .table-title {
    text-align: left;
    max-width: 44vw;
    overflow: hidden;
    text-overflow: ellipsis
}

.overview-table__cell--header {
    padding: 8px 6px;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    text-align: right
}

.overview-table__cell--header:first-child {
    padding-left: 0
}

.overview-table__cell--header:nth-child(2) .table-title {
    text-align: left
}

.overview-table__cell--sub_header {
    padding: 8px 0 8px 6px;
    text-align: right
}

.overview-table__cell--sub_header:first-child {
    padding-left: 0
}

.overview-table__cell--sub_header:nth-child(2) .table-title {
    text-align: left
}

.overview-table__cell--with-footnote sup {
    position: absolute;
    right: 0;
    top: 7px;
    width: 0;
    height: 1em;
    padding-left: 2px;
    overflow: visible;
    vertical-align: bottom
}

.overview-table__cell--with-footnote sup a {
    vertical-align: text-bottom
}

.overview-table__cell--with-footnote sup.table-title__sup {
    right: auto
}

.overview-table__cell--with-footnote sup.table-title__sup a {
    vertical-align: top
}

.overview-table .level_0 {
    font-weight: 700
}

.overview-table .level_0,
.overview-table .level_1 {
    padding-left: 20px
}

.overview-table .level_2 {
    padding-left: 40px
}

.overview-table .activeRow {
    background-color: #00e765
}

.overview-table__row.tr_level_0:nth-child(n+2) td.level_0 {
    border-top: 1px solid #000
}

.overview-table__row:last-child td.overview-table__cell {
    border-bottom: 1px solid #000
}

.row--italic {
    font-style: italic
}

.overview-info__item {
    font-size: 11px;
    padding: 4px 0
}

.cell--inactive {
    color: #b3b3b3
}

.button--toggle-visibility {
    cursor: pointer
}

.button--toggle-visibility:before {
    top: 1px
}

a.footnote {
    font-size: 11px;
    font-size: 1.1rem;
    text-decoration: none
}

a.footnote:nth-child(n+2)::before {
    display: inline-block;
    padding-right: .1em;
    content: ","
}

.unit-table {
    white-space: nowrap
}

.wrapper-center {
    text-align: center
}

.show-hidden-elements-button {
    display: inline-block;
    border-radius: 0;
    line-height: 28px;
    padding: 4px 16px;
    background-color: #e5e5e5;
    font-size: 13px;
    border: 2px solid #e5e5e5;
    color: #fff;
    cursor: pointer
}

.show-hidden-elements-button:hover {
    color: #fff;
    background-color: #086032;
    border: 2px solid #086032
}

@media screen and (min-width:768px) and (max-width:1023px) {
    .overview-table__cell {
        font-size: 14px;
        font-size: 1.4rem
    }
    .overview-table__cell:nth-child(2) .table-title {
        max-width: 400px
    }
    .overview-table .level_0,
    .overview-table .level_1 {
        padding-left: 24px
    }
    a.footnote {
        font-size: 9px;
        font-size: .9rem
    }
}

@media screen and (min-width:1024px) {
    .overview-table__cell {
        font-size: 14px;
        font-size: 1.4rem
    }
    .overview-table__cell:nth-child(2) .table-title {
        max-width: 400px
    }
    .overview-table .level_0,
    .overview-table .level_1 {
        padding-left: 28px
    }
    a.footnote {
        font-size: 10px;
        font-size: 1rem
    }
}

.table-reset-link {
    color: #333;
    cursor: pointer
}

.overview-table__row.tr_level_0:nth-child(n+2) td.level_0+.spacer-cell {
    background-color: #f5f5f5 !important;
    border-top: 1px solid #000
}

td.cell--active.level_0.overview-table__cell.overview-table__cell--sub_header+.spacer-cell {
    background-color: #f5f5f5 !important
}

.overview-table-year {
    margin: 24px 0
}

.year-selection {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: left
}

.year-selection__item {
    display: inline-block;
    padding: 0 12px
}

.year-selection-item__label {
    position: relative;
    padding-left: 20px
}

.year-selection-item__label:before {
    content: '';
    border: 1px solid #999;
    background-color: #fff;
    position: absolute;
    left: 0;
    top: 2px;
    width: 10px;
    height: 10px
}

.year-selection-item__checkbox {
    display: none
}

.year-selection-item__checkbox:checked+label:after {
    content: '\78';
    position: absolute;
    left: -1px;
    top: 1px
}

#table_charts_overlay {
    position: absolute;
    border: 1px solid #000;
    box-shadow: rgba(0, 0, 0, .5) 3px 3px 3px;
    z-index: 1
}

@media screen and (min-width:320px) and (max-width:767px) {
    #table_charts_overlay {
        width: 90%
    }
}

@media screen and (min-width:768px) and (max-width:1023px) {
    #table_charts_overlay {
        width: 50%
    }
}

@media screen and (min-width:1024px) {
    #table_charts_overlay {
        width: 50%;
        max-width: 500px;
        margin-left: -20%
    }
}

.highcharts-tooltip,
.highcharts-tooltip-box {
    background-color: #fff;
    opacity: 1 !important
}

.highcharts-tooltip>span {
    padding: 8px;
    border: 1px solid #000;
    background-color: #fff
}