/*Spinning Animation: https://loading.io/css/ */
.lds-ring {
	color: inherit
}
.lds-ring,
.lds-ring div {
	box-sizing: border-box;
}
.lds-ring {
	display: inline-block;
	position: relative;
	width: 80px;
	height: 80px;
}
.lds-ring div {
	box-sizing: border-box;
	display: block;
 	position: absolute;
	width: 64px;
	height: 64px;
	margin: 8px;
	border: 8px solid currentColor;
	border-radius: 50%;
	animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
	border-color: currentColor transparent transparent transparent;
}
.lds-ring div:nth-child(1) {
	animation-delay: -0.45s;
}
.lds-ring div:nth-child(2) {
	animation-delay: -0.3s;
}
.lds-ring div:nth-child(3) {
	animation-delay: -0.15s;
}
@keyframes lds-ring {
	0% {
 		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}

.ubhdStatistics_spinning {
	height: 100px;
	width: 100px;
	margin: 20px auto;
}

/***********************************/

/*Show only new stats since 2020*/
.ubhdStatistic_display_0 > #timeTitle_before2020,
.ubhdStatistic_display_0 > #countryTitle_before2020,
.ubhdStatistic_display_0 > #stat_before2020,
.ubhdStatistic_display_0 > #statl_before2020 {
	display: none;
}

/*Show both new and old stats*/


/*Show only old stats before 2020*/
.ubhdStatistic_display_2 > #timeTitle,
.ubhdStatistic_display_2 > #countryTitle,
.ubhdStatistic_display_2 > #stat,
.ubhdStatistic_display_2 > #statl {
	display: none;
}

.ubhdStatistic_display_0 > #ubhdStatistiscs_divider,
.ubhdStatistic_display_2 > #ubhdStatistiscs_divider{
	display: none;
}

.ubhdStatistic_display_0 > #ubhdStatistiscs_explanation {
        display: none;
}

/***********************************/

.oa-statistik {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	margin-top: 60px;
}

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

.oa-statistik > .oa-statistik-items {
        width: 100%;
}

.oa-statistik > .oa-statistik-items > .oa-statistik-years {
	width: 100%;
}

.oa-statistik > .oa-statistik-diagram {
	width: 60%;
}

.oa-statistik > .oa-statistik-countries {
        width: 40%;
	margin-top: 25px;
}

.oa-statistik > .oa-statistik-hinw {
	width: 100%;
}


#ubhdStatistics-widget-article > hr {
	border: 1px solid #ddd;
	margin-top: 40px;
	margin-bottom: 40px;
}

#ubhdStatistics-widget-article > #stat > .loading {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top:40px;
	margin-bottom:40px;
	width: 16px;
}

#ubhdStatistics-widget-article > #stat_before2020 > .loading {
        display: block;
        margin-left: auto;
        margin-right: auto;
        margin-top:40px;
        margin-bottom:40px;
        width: 16px;
}

#stat_before2020 > .oa-statistik > .oa-statistik-items,
#statl_before2020 > .oa-statistik > .oa-statistik-items {
	display:flex;
	border-bottom: 1px solid #ddd;
	justify-content: space-between;
}

#stat_before2020 > .oa-statistik > .oa-statistik-items:first-child,
#statl_before2020 > .oa-statistik > .oa-statistik-items:first-child {
        border-top: 1px solid #ddd;
}

#stat_before2020 > .oa-statistik > .oa-statistik-items > .oa-statistik-sum,
#statl_before2020 > .oa-statistik > .oa-statistik-items > .oa-statistik-sum {
	font-size: inherit;
	font-weight: normal;
	margin: 5px 0;
}

#stat_before2020 > .oa-statistik > .oa-statistik-items > .oa-statistik-title,
#statl_before2020 > .oa-statistik > .oa-statistik-title {
        display: none;
}

/*
#stat_before2020 > .oa-statistik > .oa-statistik-hinw,
#statl_before2020 > .oa-statistik > .oa-statistik-hinw {
        display: none;
}
*/

.oa-statistik-years > .oa-statistik-tab-tr > .oa-statistik-tab-th {
	background-color: #f8f8f8 !important;
	border-top: 1px solid #ddd !important;
	border-bottom: 1px solid #ddd !important;
	color: #333 !important;
}

.oa-statistik-years > .oa-statistik-tab-tr .oa-statistik-tab-td {
  	border-bottom: 1px solid #ddd !important;
}
