html {
    scroll-behavior: smooth;
}
.text{
    white-space: pre-line;
}

/* Makes accordion title bold when is open */

.ecl-accordion__toggle[aria-expanded="true"] .ecl-accordion__toggle-title {
    font-weight: bold;
}
.abbr, 
abbr[title]{
    text-decoration: none !important;
    cursor: help;
}
main a:focus, 
.ecl-skip-link:focus {
    outline: 1px solid #000 !important;
    text-decoration: underline;
}
.ecl-skip-link,
.ecl-skip-link:focus,
.ecl-skip-link:active, 
.ecl-skip-link:focus-visible,
.ecl-skip-link:focus-within{
    color: var(--c-d);
    font: var(--f-m);
    font-weight: 700;
    background-color: #fff;
    z-index: 100;
    padding: 1rem;
}

.highcharts-data-table {
    overflow: auto;
}

@media (min-width: 996px) {
    .fact-figures-de .ecl-fact-figures{
        padding: 2rem 1rem;
    }
    .fact-figures-de .ecl-fact-figures .ecl-fact-figures__title{
        font-size: 1rem;
    }
}

.ecl-carousel-container--padded .ecl-banner .ecl-container {
    margin-inline-start: 0 !important;
}
#scroll-top.active {
    background-color: #ffffff;
    background-size: 20px;
    display: block;
    position: fixed;
    bottom: 3rem;
    right: 2rem;
    z-index: 100;
    height: 42px;
    width: 42px;
    border-radius: 7px;
    border: 2px solid #004494;
}
#scroll-top.active::after {
    content: "";
    display: inline-block;
    height: 0.8rem;
    width: 0.8rem;
    border-left: 5px solid #004494;
    border-bottom: 5px solid #004494;
    border-radius: 20%;
    transform: rotate(135deg);
    margin-top: 15px;
    margin-left: 12px;
}
#oe-search-search-form.showActiveSearchBar{
    display: flex!important;
}
#oe-search-search-form.showActiveSearchBar::before{
    background-color: #fff;
    border: 1px solid var(--c-n-60);
    box-shadow: none;
    -webkit-clip-path: polygon(-12px -12px, calc(100% + 12px) -12px, calc(100% + 12px) calc(100% + 12px));
    clip-path: polygon(-12px -12px, calc(100% + 12px) -12px, calc(100% + 12px) calc(100% + 12px));
    content: "";
    height: 1rem;
    left: 91%;
    margin-left: -.5rem;
    position: absolute;
    right: var(--ecl-search-arrow-position);
    top: 1px;
    transform: translateY(-50%) rotate(-45deg);
    width: 1rem;
}
@media screen and (max-width: 905px){
    #oe-search-search-form.showActiveSearchBar::before{
        left: 89%;
    }
}
@media screen and (max-width: 735px){
    #oe-search-search-form.showActiveSearchBar::before{
        left: 87%;
    }
}
@media screen and (max-width: 605px){
    #oe-search-search-form.showActiveSearchBar::before{
        left: 84%;
    }
}
@media screen and (max-width: 500px){
    #oe-search-search-form.showActiveSearchBar::before{
        left: 80%;
    }
}
@media screen and (max-width: 400px){
    #oe-search-search-form.showActiveSearchBar::before{
        left: 75%;
    }
}
@media screen and (max-width: 325px){
    #oe-search-search-form.showActiveSearchBar::before{
        left: 213px;
    }
}
.link-blank{
    white-space: nowrap;
}

.break .link-blank{
    white-space: revert!important;
}

.link-blank svg{
    padding-left: 3px;
}

.footnotes ul {
    list-style: none!important;
    padding-inline-start: 0px!important;
}

.footnotes ul span {
    padding-bottom: 5px;
    padding-right: 10px;
    color: var(--c-d);
    font: var(--f-m);
}

.footnotes ul li {
    margin-inline-start: 0px!important;
    line-height: 1.1rem;
    margin: 0 0 0.2rem 0;
    font-size: 0.8rem;
}

.footnotes ul li a,
.footnotes ul li span,
.footnotes ul li a span{
    line-height: 1.1rem;
    margin: 0 0 0.2rem 0;
    font-size: 0.8rem;
}

.footnotes ul span[id^="notes-ref"]::after {
    display: inline-block;
    content: '';
    height: 10px;
    width: 10px;
    background-image: url(../images/icons/footnotes-arrow.svg);
    background-repeat: no-repeat;
    background-size: contain;
}

.footnotes ul li a.break {
    word-break: break-all;
}

sup[id^="ref-"] a{
    font-size: 0.65rem;
    font-weight: 800;
    color: #000 !important;
    text-decoration: none !important;
    padding: 0;
}

