#countuppercentcanvas {
    top: 133px;
    left: 19px;
    position: absolute;
    border: 0;
}
#earnings_bg {
    background-image: url("../img/MoneyBag_Grey.png");
    background-position: 101px 75px !important;
    background-repeat: no-repeat;
    background-size: 131px auto;
    height: 320px;
    position: relative;
    width: 320px;
}
#earningswrap {
    width: 420px;
    position: relative;
    top: 124px;
}

.bar_chart {
    width: 80%;
}
.circleDraw {
    position: relative;
    height: 400px;
    width: 400px;
}
#d1,
#d2 {
    position: absolute;
}
#d1 {
    top: 0px;
    left: 0px;
}
#d2 {
    border-radius: 150px;
    top: 43%;
    left: 41%;
    transform: translate(-50%, -50%);
    border: 0px;
}
#chartjs-tooltip {
    opacity: 0;
    position: absolute;
    background: rgba(0, 0, 0, .7);
    color: white;
    padding: 3px;
    border-radius: 3px;
    -webkit-transition: all .1s ease;
    transition: all .1s ease;
    pointer-events: none;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}
#chartjs-tooltip.above {
    -webkit-transform: translate(-50%, -100%);
    transform: translate(-50%, -100%);
}
#chartjs-tooltip.above:before {
    border: solid;
    border-color: #111 transparent;
    border-color: rgba(0, 0, 0, .8) transparent;
    bottom: 1em;
    content: "";
    display: block;
    left: 50%;
    top: 100%;
    position: absolute;
    z-index: 99;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

#kwrpmwrap {
    width: 420px;
    height: 150px;
    //top: 1000px;
    //left: 20px;
    position: relative;
    padding: 10px;
}
#kurbelwelleheader {
    z-index: 25;
    position: absolute;
    border-bottom: 1px solid #555555;
}
#kurbelwellegif {
    top: -70px;
    left: 50px;
    position: absolute;
    //border: 0;
    z-index: -20;
}
#crpmcanvas {
    border: 0;
    top: 108px;
    left: 50px;
    position: absolute;
    z-index: 25;
}
#quantitieswrap {
    position: relative;
    width: 420px;
    padding: 10px;
    top: 30px;
}
.quantities {
    background-image: url("fileadmin/aturis_start/Templates/basic2_fluid/img/MoneyBag_Grey_Circle.png");
    background-size: cover;
    height: 409px;
    position: relative;
    width: 410px;
}
.quantities #canvas_quantities {
    left: 0;
    position: absolute;
    top: 6px;
}


#kontwrap {
    width: 420px;
}
#kontimg {
    width: 300px;
    height: 300px;
    margin-left: 53px
}
#cooxcanvas {
    //top: 700px;
    //left: 75px;
    //position: absolute;
    border: 0;
    height: 0px;
    width: 0px;
    margin-left: 10px;
	display:inline;
}

#konttext
{
	padding-top:22px;
	padding-left:15px;
	color: #da070f;
	font-family:Arial;
	font-size:20px;
	display:block;
}


/* animierte Weltkarte */
#aniwelt
{
	width: 841.89px;
	height: 595.28px;
}
/* Rest wird nichtmehr benötigt in Tween_aniwelt.js ausgelagert */

/* Selectors [id^=prefix] [id$=suffix] [id*=contains] */

/* initial Transformation */
/* Example */
/*
[id$=badge] {
	transform: scale(0.5, 0.5);
}
[id$=title] { 
	transform: scale(1.8) translate(0px, 48px);
}
[id$=details] { 
	transform: scale(0, 0);
}
*/

// Ursprungszustand
/*
[id^=Kreis] {
	transform: scale(0.3, 0.3);
}
[id^=Titel] { 
	transform: scale(1);
}
[id^=Details] { 
	transform: scale(0, 0);
}
*/

/* :hover style und transition */
/* Example */
/*
#timeline > g:hover [id$=badge], #timeline > g:hover [id$=details] {
	transform: scale(1, 1);
}
#timeline > g:hover [id$=title] {
	transform: scale(1) translate(0px, 0px);
}
[id$=badge], [id$=title], [id$=details] {
	transition: transform 0.25s ease-in-out;
}
*/


/*
#InteractiveAniWeltSVG > g:hover [id^=Kreis], #InteractiveAniWeltSVG > g:hover [id^=Details], #InteractiveAniWeltSVG > g:hover [id^=Titel] {
	transform: scale(1, 1);
}
*/

/*
[id^=Kreis], [id^=Titel], [id^=Details] {
	transition: transform 0.37s ease-in-out;
}


// USA
#Kreis_USA { 
	transform-origin: 190px 244px 0;
}

#Details_USA {
	transform-origin: 180px 300px 0;
}

#Titel_USA { 
	transform: scale(1) translate(10px, -10px);
}

#InteractiveAniWeltSVG > g:hover #Kreis_USA, #InteractiveAniWeltSVG > g:hover #Details_USA, #InteractiveAniWeltSVG > g:hover #Titel_USA {
	transform: scale(1, 1);
}

// China
#Kreis_China {
	transform-origin: 589px 296px 0;
}

#Details_China {
	transform-origin: 600px 330px 0;
}

#Titel_China { 
	transform: scale(1) translate(-14px, 10px);
}

#InteractiveAniWeltSVG > g:hover #Kreis_China, #InteractiveAniWeltSVG > g:hover #Details_China, #InteractiveAniWeltSVG > g:hover #Titel_China {
	transform: scale(1, 1);
}

// Deutschland
#Kreis_Deutschland {
	transform-origin: 407px 278px 0;
}

#Details_Deutschland {
	transform-origin: 410px 280px 0;
}

#Titel_Deutschland {
	transform: scale(0.55) translate(0px, 101px);
	transform-origin: 409px 266px 0;
}

#InteractiveAniWeltSVG > g:hover #Kreis_Deutschland, #InteractiveAniWeltSVG > g:hover #Details_Deutschland, #InteractiveAniWeltSVG > g:hover #Titel_Deutschland {
	transform: scale(1, 1);
}
*/
/* aniwelt ende */