
/*<editor-fold desc="Basics">*/
body {
    /*background-color: #000000;*/
    margin: 0;
    display: flex;
    align-items: center;
    font-family:"Helvetica LT W01 Roman";
    /*color: #575756;*/
    color: #999999;
    font-size: 0.8rem;
    line-height: 0.9rem;
    overflow: hidden;
}
.wrapper {
    background-image: url(images/background.jpg);
    background-repeat: no-repeat;
    width: 100vw;
    max-height: 100vh;
    height: calc(1155/1920*100vw);
    max-width: calc(100vh*(1920/1155));
    background-size: cover;
    margin: 0 auto;
    position: relative;
}
.wrapper .inside {
    position: absolute;
    width: 76%;
    height: 50%;
    left: 12%;
    top: 25%;
}
/* apparently not needed in current layout, but can be reactivated easily this way */
.percent_80:not(.percent),
.percent_100:not(.percent) {
    display: none;
}
.title {
    font-size: 1.0rem;
    font-family:"Helvetica LT W01 Bold";
    line-height: 1.0rem;
    color: #FFFFFF;
    margin-bottom: 3px;
}
body:not(.lack):not(.wa) .title {

}
.bigger {
    font-size: 1.0rem;
    line-height: 1.0rem;
}
.color {
    color: #ffcc00
}
.success .color {
    color: #00965f
}
.danger .color{
    color: #ff0000
}
/*</editor-fold>*/

/*<editor-fold desc="Bottom Area">*/

/*<editor-fold desc="Wachstum">*/
.wachstum {
    width: 41.8%;
    height: 52.4%;
    position: absolute;
    bottom: 16.6%;
    left: 29.0%;
    overflow: hidden;
    z-index: 10;
}
.wachstum .pfeil {
    width: 100%;
    height: 201.56%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 50%;
    background-image: url(images/wm-cockpit-zeiger-wachstum.png);
    background-repeat: no-repeat;
    background-position: center 0.6%;
    background-size: 1.97%;
    transform: rotate(-83.75deg);
}
.wachstum .percent_100 {
    position: absolute;
    top: 88%;
    right: 1%;
    color: #FFFFFF;
    width: 15%;
    text-align: center;
    font-size: 0.9rem;
    opacity: 0.8;
}
.wachstum .percent_80 {
    position: absolute;
    top: 17%;
    right: 40%;
    color: #FFFFFF;
    width: 20%;
    text-align: center;
    font-size: 0.9rem;
    opacity: 0.8;
}
.wachstum .content {
    position: absolute;
    top: 60%;
    left: 25%;
    width: 50%;
    text-align: center;
    display: none;
}
/* Test für Hintergrundbild zum Überlagern der dahinterliegenden Elemente
    -> braucht wenn dann ein Hintergrundbild, welches innerhalb der Messanzeige keine Transparenzen hat */
.wachstum.background {
    width: 42.1%;
    height: 53.5%;
    bottom: 16.5%;
    left: 28.8%;
    background: url(images/messanzeige_wachstum.png);
    background-size: cover;
}
.wachstum.background .pfeil {
    height: 200%;
    background-position: center 2%;
    background-size: 1.75%;
    transform: rotate(-82.4deg);
}
.wachstum.background .content {
    top: 62.5%;
}
/*</editor-fold>*/

/*<editor-fold desc="Nutzen">*/
.nutzen {
    width: 24.9%;
    height: 39.8%;
    position: absolute;
    bottom: 16.6%;
    left: 66.5%;
    z-index: 5;
}
.nutzen .pfeil {
    width: 125.40%;
    height: 198.23%;
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 50%;
    background-image: url(images/wm-cockpit-zeiger-fokussierung-markenbotschafter.png);
    background-repeat: no-repeat;
    background-position: center 0.4%;
    background-size: 1.7%;
    transform: rotate(88.5deg);
}
.nutzen .content {
    position: absolute;
    right: 26%;
    width: 60%;
    top: 45%;
    text-align: center;
}
.nutzen .content .title {
    margin-right: 10%;
}
body:not(.lack):not(.wa) .nutzen .content {
    /*text-align: right;*/
    /*right: 30%;*/
    /*width: 58%;*/
}
/*</editor-fold>*/

/*<editor-fold desc="Fokussierung">*/
.fokussierung {
    width: 24.8%;
    height: 39.9%;
    position: absolute;
    bottom: 16.6%;
    right: 66.7%;
    z-index: 5;
}
.fokussierung .pfeil {
    width: 125.40%;
    height: 198.23%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 50%;
    background-image: url(images/wm-cockpit-zeiger-fokussierung-markenbotschafter.png);
    background-repeat: no-repeat;
    background-position: center 0.4%;
    background-size: 1.7%;
    transform: rotate(-88.5deg);
}
.fokussierung .percent_100 {
    position: absolute;
    top: 1%;
    left: 89%;
    color: #FFFFFF;
    width: 15%;
    text-align: left;
    font-size: 0.9rem;
    opacity: 0.8;
}
.fokussierung .percent_80 {
    position: absolute;
    top: -9%;
    right: 26%;
    color: #FFFFFF;
    width: 20%;
    text-align: center;
    font-size: 0.9rem;
    opacity: 0.8;
}
.fokussierung .content {
    position: absolute;
    left: 12%;
    width: 81%;
    top: 45%;
    text-align: center;
}
.fokussierung .title {

}
/*</editor-fold>*/

/*</editor-fold>*/

/*<editor-fold desc="Top Area">*/

/*<editor-fold desc="Kundenbindung ALT">*/
/*.kundenbindung .punkte .bigger {
    display: inline-block;
    font-family: 'Orbitron', sans-serif;
    font-weight: 100;
    line-height: 1em;
}
.kundenbindung {
    width: 31.7%;
    position: absolute;
    right: 9.5%;
    top: 24%;
    right: auto;
    left: 9%;
}
.kundenbindung .content {
    display: flex;
    flex-flow: row nowrap;
    align-items: flex-end;
}
.kundenbindung .content .title {
    padding-bottom: 1rem;
    border-bottom: 1px solid white;
    margin: 0 1rem 0.1rem;
    flex: 1 0 auto;
}
.kundenbindung .punkte .bigger {
    font-size: 3vw;
}
.kundenbindung .icon {
    height: 100%;
    position: absolute;
    left: 92%;
    top: -0%;
}
.kundenbindung .content .title {
    margin-right: 0;
}
.kundenbindung .punkte {
    text-align: right;
    order: -1;
}*/
/*</editor-fold>*/

/*<editor-fold desc="Markenbotschafter">*/
.markenbotschafter.numbers {
    width: 31.7%;
    position: absolute;
    right: 9.5%;
    top: 24%;
}
.markenbotschafter.numbers .content {
    display: flex;
    flex-flow: row nowrap;
    align-items: flex-end;
    text-align: right;
}
.markenbotschafter.numbers .content .title {
    /*padding-bottom: 1rem;*/
    /*border-bottom: 1px solid white;*/
    margin: 0 0.25rem 0.1rem 0;
    flex: 1 0 auto;
}
.markenbotschafter.numbers .punkte {
    display: inline-flex;
    flex-flow: row nowrap;
    align-items: flex-end;
    text-align: left;
}
.markenbotschafter.numbers .punkte .bigger {
    display: inline-block;
    font-family: 'Orbitron', sans-serif;
    font-weight: 100;
    line-height: 1em;
    font-size: 2vw;
    margin-right: 0.25rem;
}
.markenbotschafter.numbers .icon {
    height: 120%;
    position: absolute;
    right: 92%;
    top: -10%;
}
/*</editor-fold>*/

/*<editor-fold desc="Circles">*/
.markenbotschafter.bars {
    width: 20.6%;
    height: 25.1%;
    position: absolute;
    right: 10.1%;
    top: 9%;
}
.kundenbindung {
    width: 20.6%;
    height: 25.1%;
    position: absolute;
    left: 10.1%;
    top: 9%;
}

.markenbotschafter.bars .content,
.kundenbindung .content {
    position: absolute;
    width: max-content;
    bottom: -6%;
    right: 36%;
    text-align: right;
}
.markenbotschafter.bars .content .title {
    padding-right: 0.5rem;
}
.kundenbindung .content {
    left: 36%;
    right: auto;
    text-align: left;
}
.kundenbindung .content .title {
    padding-left: 0.5rem;
}
.markenbotschafter.bars .content .title,
.kundenbindung .content .title {
    margin-bottom: 0.1rem;
}
.kundenbindung .percent,
.markenbotschafter.bars .percent {
    width: 100%;
    height: 200%;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
}
.markenbotschafter.bars .percent {
    left: auto;
    right: 0
}
.kundenbindung .percent div,
.markenbotschafter.bars .percent div {
    width: 100%;
    height: 0.25rem;
    position: absolute;
    display: block;
    top: calc(50% - 0.25rem );
    left: 0;
}
.markenbotschafter.bars .percent div {
    left: auto;
    right: 0
}
.kundenbindung .percent div:before,
.markenbotschafter.bars .percent div:before {
    background: #808080;
    content: ".";
    text-indent: -10000000px;
    display: block;
    top: 0;
    left: 0;
    width: 23%;
    height: 100%;
    box-shadow: 0 0 0.3rem #808080;
    position: absolute;
}
.markenbotschafter.bars .percent div:before {
    left: auto;
    right: 0
}
.kundenbindung .percent div:after,
.markenbotschafter.bars .percent div:after {
    background: #ffcc00;
    content: ".";
    text-indent: -10000000px;
    top: 0;
    left: 0;
    width: 23%;
    height: 100%;
    display: none;
    position: absolute;
    transition: background 0.3s
}
.markenbotschafter.bars .percent div:after {
    left: auto;
    right: 0
}
/* ab percent_* werden die balken grün */
.kundenbindung .percent.percent_10 div:after,
.markenbotschafter.bars .percent.percent_10 div:after {
    background: #00965f;
}

.kundenbindung .percent div.percent_10 {    transform: rotate(0deg); }
.kundenbindung .percent div.percent_20 {    transform: rotate(10deg); }
.kundenbindung .percent div.percent_30 {    transform: rotate(20deg); }
.kundenbindung .percent div.percent_40 {    transform: rotate(30deg); }
.kundenbindung .percent div.percent_50 {    transform: rotate(40deg); }
.kundenbindung .percent div.percent_60 {    transform: rotate(50deg); }
.kundenbindung .percent div.percent_70 {    transform: rotate(60deg); }
.kundenbindung .percent div.percent_80 {    transform: rotate(70deg); }
.kundenbindung .percent div.percent_90 {    transform: rotate(80deg); }
.kundenbindung .percent div.percent_100 {   transform: rotate(90deg); }

.markenbotschafter.bars .percent div.percent_10 {    transform: rotate(-0deg); }
.markenbotschafter.bars .percent div.percent_20 {    transform: rotate(-10deg); }
.markenbotschafter.bars .percent div.percent_30 {    transform: rotate(-20deg); }
.markenbotschafter.bars .percent div.percent_40 {    transform: rotate(-30deg); }
.markenbotschafter.bars .percent div.percent_50 {    transform: rotate(-40deg); }
.markenbotschafter.bars .percent div.percent_60 {    transform: rotate(-50deg); }
.markenbotschafter.bars .percent div.percent_70 {    transform: rotate(-60deg); }
.markenbotschafter.bars .percent div.percent_80 {    transform: rotate(-70deg); }
.markenbotschafter.bars .percent div.percent_90 {    transform: rotate(-80deg); }
.markenbotschafter.bars .percent div.percent_100 {   transform: rotate(-90deg); }


.kundenbindung .percent.percent_10 div.percent_10:after, .markenbotschafter.bars .percent.percent_10 div.percent_10:after { display:block; }
.kundenbindung .percent.percent_20 div.percent_20:after, .markenbotschafter.bars .percent.percent_20 div.percent_20:after { display:block; }
.kundenbindung .percent.percent_30 div.percent_30:after, .markenbotschafter.bars .percent.percent_30 div.percent_30:after { display:block; }
.kundenbindung .percent.percent_40 div.percent_40:after, .markenbotschafter.bars .percent.percent_40 div.percent_40:after { display:block; }
.kundenbindung .percent.percent_50 div.percent_50:after, .markenbotschafter.bars .percent.percent_50 div.percent_50:after { display:block; }
.kundenbindung .percent.percent_60 div.percent_60:after, .markenbotschafter.bars .percent.percent_60 div.percent_60:after { display:block; }
.kundenbindung .percent.percent_70 div.percent_70:after, .markenbotschafter.bars .percent.percent_70 div.percent_70:after { display:block; }
.kundenbindung .percent.percent_80 div.percent_80:after, .markenbotschafter.bars .percent.percent_80 div.percent_80:after { display:block; }
.kundenbindung .percent.percent_90 div.percent_90:after, .markenbotschafter.bars .percent.percent_90 div.percent_90:after { display:block; }
.kundenbindung .percent.percent_100 div.percent_100:after, .markenbotschafter.bars .percent.percent_100 div.percent_100:after { display:block; }



.kundenbindung .circle,
.markenbotschafter.bars .circle {
    width: 55.8%;
    height: 109.9%;
    overflow: hidden;
    position: absolute;
    left: -0.45rem;;
    top: -0.5rem;
}
.markenbotschafter.bars .circle {
    left: auto;
    right: -0.45rem;
}
.kundenbindung .circle:before,
.markenbotschafter.bars .circle:before {
    content: ".";
    border: 0.3rem solid #FFFFFF;
    width: 80%;
    height: 80%;
    display: block;
    top: 53%;
    position: absolute;
    left: 55%;
    border-radius: 50%;
    text-indent: -1000000px;
}
.markenbotschafter.bars .circle:before {
    left: auto;
    right: 55%;
}
/*</editor-fold>*/

/*</editor-fold>*/

/*<editor-fold desc="Statusbar">*/
.date, .time, .role, .adm, .name, .ggl, .vkh {
    position: absolute;
    bottom: 10.8%;
    color: #FFFFFF;
    font-size: 0.8rem;
    width: 10%; 
    text-align: center;
}
.date {
    left: 7.7%;
    width: 11.5%;
}
.time {
    left: 19.6%;
    width: 9.5%;
}
.role {
    left: 29.4%;
    width: 11.2%;
}
.adm {
    left: 41%;
    width: 12.1%;
}
.name {
    left: 53.4%;
    width: 19%;
}
.ggl {
    left: 72.6%;
    width: 10%;
}
.vkh {
    left: 82.8%;
    width: 10.2%;
}
/*</editor-fold>*/

/*<editor-fold desc="Ranking">*/
.rank {
    color: #FFFFFF;
    position: absolute;
    top: 7.5%;
    right: 54%;
    width: 20%;
    text-align: right;
}
.rank img {
    position: absolute;
    /*top: -4%;*/
    top: -28%;
    /*right: 18%;*/
    right: -28%;
    width: 15%;
}
.rank_punkte {
    color: #FFFFFF;
    position: absolute;
    top: 7.5%;
    left: 54%;
    width: 20%;
    text-align: left;
}
.rank span.bigger,
.rank_punkte span.bigger {
    font-size: 1.1rem;
    line-height: 1.1rem;
}

.winnersClub{
    position: absolute;
    top: -14%;
    right: 58%;
    display: flex;
    flex-flow: row;
    width: 0;
}
.winnersClub .inner:after{
    content: url(images/card.png);
    scale: 0.55;
    top: -0.6vw;
    position: absolute;
    left: 9.4vw;
    filter: drop-shadow(5px 5px 5px #222);
}
.winnersClub .inner{
    display: flex;
    flex-flow: column;
    white-space: nowrap;
    text-align: center;
    line-height: 1.15;
}
.winnersClub a.inner,
.winnersClub a.inner > *{
    text-decoration: none;
}
.winnersClub .inner .caps{
    text-transform: uppercase;
    color: #fff;
    font-weight: bolder;
    font-size: 1.25vw;
}
.winnersClub .inner .yellow{
    color: #ffcc00;
}
/*</editor-fold>*/

/*<editor-fold desc="Admin">*/
body:not(.mistake) div.admin {
    position: absolute;
    top: 9.2%;
    left: 40%;
    height: 5%;
    width: 20%;
    display: flex;
    align-items: center;
}   
body:not(.mistake) div.admin form {
    margin: 0 auto;
    width: 90%;
}
body:not(.mistake) div.admin input[type="text"] {
    width: 90%;
    background: none;
    /*border: none;*/
    border: 1px solid #CCCCCC;
    height: 70%;
    background: rgba(255,255,255,0.7);
    text-align: center;
    font-size: inherit;
    box-sizing: border-box;
}
body:not(.mistake) div.admin input[type="submit"] {
    width: 10%;
    background: none;
    border: none;
    float: right;
    margin: 0;
    padding: 0;
    height: 70%;
    cursor: pointer;
    font-size: 200%;
    color: #FFFFFF;
    font-family: "Helvetica LT W01 Bold";
    position: relative;
    top: -6px;
}
/*</editor-fold>*/

/*<editor-fold desc="Media Queries">*/
@media (max-height: 700px) {
    .wrapper {
        transform: scale(1.2);
    }
    body{
        font-size: 0.7rem;
        line-height: 0.8rem;
    }
    .bigger {
        font-size: 0.9rem;
        line-height: 0.9rem;
    }
}
@media (max-width: 1499px) {
    body {
        font-size: 0.7rem;
        line-height: 0.8rem;
    }
    .wrapper {
        transform: scale(1.2);
    }
    .title {
        font-size: 1.0rem;
        line-height: 1.0rem;
    }    
    .bigger {
        font-size: 0.9rem;
        line-height: 0.9rem;
    }
    .markenbotschafter.bars .content .title, .kundenbindung .content .title {
        margin-bottom: 0;
    }
    .wachstum .percent_80,
    .wachstum .percent_100,
    .fokussierung .percent_80,
    .fokussierung .percent_100 {
        font-size: 0.7rem;
    }
    .nutzen .content {
        right: 30.1%;
        width: 50%;
    }
    .nutzen .content,
    .fokussierung .content {
        top: auto;
        bottom: 10%;
    }
    .wachstum .content {
        top: auto;
        bottom: 7%; 
    }
}
@media (max-width: 1199px) {
    .wrapper {
        transform: scale(1.3);
    }
    body {
        font-size: 0.5rem;
        line-height: 0.6rem;
    }
    .title {
        font-size: 0.8rem;
        line-height: 0.8rem;
    }
    .bigger {
        font-size: 0.7rem;
        line-height: 0.7rem;
    }
    .time, .day, .date, .adm, .name, .ggl, .vkh, .role {
        font-size: 0.5rem
    }
    .nutzen .content {
        right: 30.1%;
        width: 50%;
    }
    .wachstum .percent_80, .wachstum .percent_100, .fokussierung .percent_80, .fokussierung .percent_100 {
        font-size: 0.5rem;
    }
    .rank span, .rank_punkte span {
        font-size: 1.1rem;
        line-height: 1.2rem;
    }
    body:not(.mistake) div.admin {
        top: auto;
        bottom: 17.8%;
    }
    
}
@media (max-width: 991px) {
    .title {
        font-size: 0.6rem;
        line-height: 0.6rem;
    }
    span.info {
        margin-top: -5px !important;
    }
}
@media (max-width: 959px) {
    body {
        font-size: 0.4rem;
        line-height: 0.4rem;
            white-space: nowrap;
    }
    .title {
        font-size: 0.6rem;
        line-height: 0.6rem;
        margin-bottom: 0.2rem;
            white-space: initial;
    }
    .bigger {
        font-size: 0.5rem;
        line-height: 0.5rem;
    }
    .markenbotschafter.bars .content, .kundenbindung .content {
        bottom: -10%;
    }
    .kundenbindung .content {
        left: 42%;
    }
    .markenbotschafter.bars .content {
        right: 42%;
    }
    .nutzen .content {
        right: 32.1%;
        width: 46%;
        top: 40%;
    }
    .rank span, .rank_punkte span {
        font-size: 0.9rem;
        line-height: 1.1rem;    
    }
}
@media (max-width: 639px) {
    body {
        font-size: 0.2rem;
        line-height: 0.5rem;
    }
    .title {
        font-size: 0.4rem;
        line-height: 0.4rem;
    }
    .bigger {
        font-size: 0.3rem;
        line-height: 0.3rem;
    }
    .time, .day, .date, .adm, .name, .ggl, .vkh, .role {
        font-size: 0.2rem;
    }
    .wachstum .percent_80, .wachstum .percent_100, .fokussierung .percent_80, .fokussierung .percent_100 {
        font-size: 0.2rem;
    }
    .rank span, .rank_punkte span {
        font-size: 0.5rem;
        line-height: 0.9rem
    }
    .vkh {
        width: 11%;
    }
}
/*</editor-fold>*/

/*<editor-fold desc="Mistake">*/
body.mistake .content {
    text-align: center;
    width: 100%;
    /*color: #FFFFFF;*/
}
body.mistake .content a {
    background: #CCCCCC;
    padding: 10px 15px;
    margin-top: 10px;
    display: inline-block;
    color: #000000;
    text-decoration: none;
    transition: background 0.3s;
}
body.mistake .content a:hover {
    background: #999
}


body.mistake div.admin_content {
    background: #EFEFEF;
    padding:15px;
    display: inline-block;
}

body.mistake div.admin_content input[type='text'] {
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
    border: 1px solid #CCCCCC;
    width: 300px;
}
body.mistake div.admin_content input[type='submit'] {
    border: none;
    background: transparent;
    font-size: 20px;
    padding: 0 15px;
    cursor: pointer;
}
/*</editor-fold>*/

/*<editor-fold desc="Show/Hide on Hover">*/
/* Uncomment to hide "i" icon and center tooltip above text */
.onHover {
    position: relative;
}
.onHover span.info {
    top: 0;
    left: 50%;
    transform: translate(-50%);
}
.onHover span.info:before {
    content: none;
}
.onHover:hover .hideOnHover,
.onHover:not(:hover) .showOnHover {
    display: none;
}
.onHover:hover span.info span.text {
    display: block;
    opacity: 1;
}
/*</editor-fold>*/

/*<editor-fold desc="Tooltips">*/
span.info {
    width: 16px;
    height: 16px;
    display: inline-block;
    position: absolute;
    margin: -1px 0 0 3px;
    cursor: help;
    z-index: 10
}
.markenbotschafter span.info {
    margin-left: -19px
}
span.info:before {
     content: url(images/info-circle.svg);
    text-align: center;
    display: block;
    font-size: 10px;
    border-radius: 100%;
    line-height: 20px;
    width: 14px;
    margin-top: 2px;
    height: 14px;
}
span.info span.text {
    background: #666;
    color: #fff;
    /*font-size: 12px;*/
    font-weight: normal;
    padding: 3px 5px;
    position: absolute;
    bottom: 25px;
    left: -62px;
    border-radius: 3px;
    display: none;
    opacity: 0;
    transition: opacity 0.2s;
    font-family: "Helvetica LT W01 Roman";
    font-size: 10px;
    text-align: left;
    width: 125px;
}
span.info:hover span.text {
    display: block;
    opacity: 1;
}
span.info span.text:after {
    content: "\00a0";
    background: #666;
    position: absolute;
    display: block;
    width: 10px;
    height: 10px;
    transform: rotate(45deg);
    bottom: -5px;
    left: 64px;
    text-indent: -1000000px;
}
/*</editor-fold>*/
