.item.issuestatistic {margin-top:1.5em;}

#stat, #statl {margin-bottom:1em;}

.item.issuestatistic #stat {margin-top:1em;}

#stat .oa-statistik-title, #statl .oa-statistik-title {display:none;}

.oa-statistik-hierarchy {display:none;}

.oa-statistik-years, .oa-statistik-countries {width: 100%;}

#stat .oa-statistik-tab-th:nth-child(1) {width:150px;}

#stat .oa-statistik-tab-th:nth-child(2) {width:100px;}

#stat .oa-statistik-tab-th:nth-child(3) {width:calc(100% - 250px);}

#statl .oa-statistik-tab-th:nth-child(1) {width:150px;}

#statl .oa-statistik-tab-th:nth-child(2) {width:calc(100% - 150px);}

.oa-statistik-months > .oa-statistik-tab-tr {width:100%;}

.oa-statistik-months > .oa-statistik-tab-tr > .oa-statistik-tab-td {width:calc(100% - 100px);}

.oa-statistik-months > .oa-statistik-tab-tr > .oa-statistik-tab-th, .oa-statistik-months > .oa-statistik-tab-tr .oa-statistik-tab-td {
  border-right: none !important;
}

.oa-statistik-months > .oa-statistik-tab-tr:last-child > .oa-statistik-tab-th, .oa-statistik-months > .oa-statistik-tab-tr:last-child .oa-statistik-tab-td {
  border-bottom: none !important;
}

.oa-statistik-months > .oa-statistik-tab-tr > .oa-statistik-tab-th {
  border-left:none !important;
}

.oa-statistik-months-opened {font-weight:bold;}

/*Änderung ab 5.2.2020: stat-Hinweis entfernt, Reihenfolge der Statistiken angepasst*/
#hds-widget #statl .oa-statistik {
  display: flex;
  flex-flow: column;
}

#stat .oa-statistik-hinw {
  display:none;
}

.oa-statistik-diagram {order:2;}

.oa-statistik-hinw {
  font-size:90%;
  order:3;
  border-top: 1px solid #000;
  padding-top: 1em;
}

.loading {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top:20px;
  margin-bottom:20px;
  width: 16px;
}

.obj_issue_toc .heading .issuestatistic span {
    font-weight: 700;
    color: 
    rgba(0,0,0,0.54);
    text-transform: uppercase;
}

/* Gesamtstatistiken */
#timeTitle {
    padding:0.5em;
    border:1px solid #ddd;
    width:49.5%;
    margin-right:0.5%;
    float:left;
    overflow:hidden;
    text-align:center;
    cursor: pointer;
}

#timeTitle.activeTab {
    border: 1px solid #505050;
    background-color: #808080;
    color:#fff;
}

#countryTitle {
    padding:0.5em;
    border:1px solid #ddd;
    width:49.5%;
    margin-left:0.5%;
    float:left;
    overflow:hidden;
    text-align:center;
    cursor: pointer;
}

#countryTitle.activeTab {
    border: 1px solid #505050;
    background-color: #808080;
    color:#fff;
}

#hds-widget-allstatistics #statTab1, #hds-widget-allstatistics #statTab2 {
    clear:both;´
}

#hds-widget-allstatistics #stat, #hds-widget-allstatistics #statl {
    overflow:hidden;
}


#hds-widget-allstatistics #statl img.loading {
    margin-top:2.4em;
}

#hds-widget-allstatistics #stat {
    padding-top:1em;
}

#hds-widget-allstatistics #stat hr, #hds-widget-allstatistics #statl hr {
    display:none;
}

#hds-widget-allstatistics #statl .oa-statistik {
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
}

#hds-widget-allstatistics #statl .oa-statistik .oa-statistik-diagram {
  order:2;
  width: 500px;
}

#hds-widget-allstatistics #statl .oa-statistik .oa-statistik-countries {
  order:1;
  width: calc(100% - 500px);
  padding-top:1em;
}

#hds-widget-allstatistics #statl .oa-statistik .oa-statistik-hinw {
  order:3;
}

#hds-widget-allstatistics #stat .oa-statistik-hinw {
    display: block;
}

#hds-widget-allstatistics #stat p, #hds-widget-allstatistics #statl p {
    text-align:center;
}

@media (max-width: 990px) { 
  #hds-widget-allstatistics #statl .oa-statistik .oa-statistik-countries {
     width: 100%;
  }
}



