body {
    padding: 0px;
    font-family: 'Exo', sans-serif;
    color: rgb(255, 255, 255);
    background-color: rgba(0, 0, 0, 0);
    overflow: hidden;
    margin: 0px auto;
}


/* RightSide: */

#map {
    width: 260px;
    height: 260px;
    right: 10px;
    bottom: 10px;
    position: absolute;
}

#signal-bars {
    right: 37px;
    top: 3px;
    position: absolute;
    height: 50px;
    transform:scale(0.5);
    
}



#varioData {
    left: 320;
    top: 85;
    transform: scale(1.3);
    position: absolute;
    color: rgb(44, 44, 44);
}

#divvarioclimbrate {
    left: 120px;
    top: 14px;
    position: absolute;
    font-size: 1.5rem;
    
    /*Todo:use GlobalFontsize */
}

.mapContainer {
    transform-origin: center right;
    transform: perspective(700px) rotateY(336deg) rotateX(341deg) rotateZ(0deg) scale(1.2);
    right: -15px;
    top: 5px;
    position: absolute;
    height: 89px;
    width: 387px;
    background-image: url("OverlayRight.png");

    -webkit-transition: 1s ease-in-out;
    -moz-transition: 1s ease-in-out;
    -o-transition: 1s ease-in-out;
    transition: 1s ease-in-out;
}


.telemetryContainer {
    height: 89px;
    width: 387px;
    /*transform: perspective(700px) rotateX(342deg) rotateY(35deg) rotateZ(10deg);*/
    transform: perspective(617px) rotateX(340deg) rotateY(20deg) rotateZ(7deg) scale(1.2);
    transform-origin: center left;
    left: -5px;
    top: 5px;
    /* left: 0;
    top: 5; */
    position: absolute;
    background-image: url("OverlayLeft.png");
    -webkit-transition: 1s ease-in-out;
    -moz-transition: 1s ease-in-out;
    -o-transition: 1s ease-in-out;
    transition: 1s ease-in-out;
}


.telemetryContainer.folded {
    transform: perspective(617px) rotateX(340deg) rotateY(77deg) rotateZ(17deg) scale(1.4);
    opacity: 0;
}

.mapContainer.folded {
    transform: perspective(700px) rotateY(275deg) rotateX(355deg) rotateZ(1deg) scale(1.2);
    opacity: 0;
}

/* google Maps styling */

.maproundedleft {
    border-radius: 15px;
}

.maproundedleft .gmnoprint a, .maproundedleft .gmnoprint span {
    display: none;
}

.maproundedleft .gmnoprint div {
    background: none !important;
}

.maproundedleft .gm-style-cc button {
    display: none;
}

.maproundedleft .gm-style-cc{
    display: none;
}


.mapRounded img[alt="Google"] {
    left: 40px !important;
}

.mapRounded {
    border-radius: 40px;
}

.mapRounded .gmnoprint a, .mapRounded .gmnoprint span, .mapRounded .gm-style-cc {
    display: none;
}

.mapRounded .gmnoprint div {
    background: none !important;
}

.mapRounded .gm-style-cc button {
    display: none;
}

i {
    transition: transform 0.5s ease;
  }
  
  .rotated {
    transform: rotate(180deg);
  }
 
  

.rotated {
    transform: rotate(180deg);
  }
  

.hide {
    display: none;
}

.vario-arrow {
    position: absolute;
    top: 29px;
    left: 90px;
    
}

.varioDisplay {
    font-size: 1.2rem;
    position: absolute;
    top: 59px;
    height: 24px;
    background: rgba(255, 30, 30, 0.4);
}


/* Speed Icon wird durch Heading Icon ersetzt */
/* #speedIcon {
    left: 180px;
    top: 21px;
    position: absolute;   
} */



#headingIcon
{
    left: 200px;
    top: 23px;
    position: absolute;
}

#divSpd {
    left: 220px;
    top: 14px;
    position: absolute;
    
}

#altIcon {
    right: 150px;
    top: 28px;
    position: absolute;
    
}

#divAlt {
    right: 14px;
    top: 14px;
    position: absolute;
    width: 130px;
    
}

.debugData {
    top: 500px;
    position: relative;
}

#tempIcon {
    left: 180;
    top: 85;
    transform: scale(1.3);
    position: absolute;
    color: rgb(44, 44, 44);
}

#divTmp {
    left: 200;
    top: 79;
    position: absolute;
    color: rgb(44, 44, 44);
    font-size: 1.5rem;
}



#satIcon {
    left: 85px;
    top: 63px;
    transform: scale(0.75);
    position: absolute;
    color: rgb(44, 44, 44);
}

#divSat {
    left: 104px;
    top: 63px;
    width: 150px;
    position: absolute;
    color: rgb(44, 44, 44);
    font-size: 0.8rem;
}

#heartbeatIcon {
    left: 130px;
    top: 63px;
    transform: scale(0.75);
    position: absolute;
    color: rgb(44, 44, 44);
}

#divheartbeat {
    left: 150px;
    top: 63px;
    width: 150px;
    position: absolute;
    color: rgb(44, 44, 44);
    font-size: 0.8rem;
}

#clockIcon {
    left: 9px;
    top: 63px;
    transform: scale(0.75);
    position: absolute;
    color: rgb(44, 44, 44);
}

#divClock {
    left: 30px;
    top: 63px;
    width: 150px;
    position: absolute;
    color: rgb(44, 44, 44);
    font-size: 0.8rem;
}


#windDirectionIcon {
    left: 45px;
    top: 21px;
    position: absolute;
    
}
#windIcon {
    left: 20px;
    top: 21px;
    position: absolute;
    
}

#divWind {
    left: 70px;
    top: 14px;
    position: absolute;
    
}

#bigTempIcon {
    left: 45px;
    top: 21px;
    position: absolute;
}


#divBigTemp {
    left: 70px;
    top: 14px;
    position: absolute;
}



.debugData {
    display: none;
}



.dataField {
    
    font-size: 1.5rem;
}



#signal-bars .signal-bar {
    position: absolute;
    bottom: 0;
    border-radius: 3px;
    width: 7px;
}

#signal-bars .signal-bar:nth-child(1) {
    background: #eee;
    height: 5px;
    left: 0px;
}

#signal-bars .signal-bar:nth-child(2) {
    background: #eee;
    height: 15px;
    left: 8px;
}

#signal-bars .signal-bar:nth-child(3) {
    background: #eee;
    height: 20px;
    left: 16px;
}

#signal-bars .signal-bar:nth-child(4) {
    background: #eee;
    height: 25px;
    left: 24px;
}

#signal-bars .signal-bar:nth-child(5) {
    background: #eee;
    height: 30px;
    left: 32px;
}

#signal-bars .signal-bar:nth-child(6) {
    background: #eee;
    height: 35px;
    left: 40px;
}

#signal-bars .signal-bar:nth-child(7) {
    background: #eee;
    height: 40px;
    left: 48px;
}

#signal-bars .signal-bar:nth-child(8) {
    background: #eee;
    height: 45px;
    left: 56px;
}

#circle {
    border: 6px solid #bdbdbd;
    border-radius: 50%;
    position: absolute;
    left: -57px;
    top: 80px;
    background: #fff;
    -webkit-box-shadow: 0 0 1px 0px rgb(255, 255, 255);
    box-shadow: 0 0 1px 0px rgb(255, 255, 255);
    width: 100px;
    height: 100px;
    z-index: 86;
    -webkit-transition: background-color .5s ease-in-out;
    -moz-transition: background-color .5s ease-in-out;
    -o-transition: background-color .5s ease-in-out;
    -ms-transition: background-color .5s ease-in-out;
    transition: background-color .5s ease-in-out;
}

#circle-text {
    position: relative;
    top: 25px;
    text-align: center;
    color: #666;
    font-weight: bold;
    font-size: 30px;
}

.circle-text-under {
    font-size: 18px;
}

.completed {
    background: #090 !important;
}

.top-completed {
    border-bottom: 18px solid #090 !important;
}

.ten-percent {
    background: #df4229 !important;
}

.ten-percent-top {
    border-bottom: 18px solid #df4229 !important;
}

.twenty-percent {
    background: #eb5338 !important;
}

.twenty-percent-top {
    border-bottom: 18px solid #eb5338 !important;
}

.thirty-percent {
    background: #f46a3f !important;
}

.thirty-percent-top {
    border-bottom: 18px solid #f46a3f !important;
}

.fifty-percent {
    background: #fa8342 !important;
}

.fifty-percent-top {
    border-bottom: 18px solid #fa8342 !important;
}

.sixty-percent {
    background: #e69230 !important;
}

.sixty-percent-top {
    border-bottom: 18px solid #e4913c !important;
}

.eighty-percent {
    background: #a69b40 !important;
}

.eighty-percent-top {
    border-bottom: 18px solid #a69d40 !important;
}

.ninety-percent {
    background: #82a33e !important;
}

.ninety-percent-top {
    border-bottom: 18px solid #82a33e !important;
}

.one-hundered-percent {
    background: #54ac56 !important;
}

.one-hundered-percent-top {
    border-bottom: 18px solid #54ac56 !important;
}