*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;;
    box-sizing: border-box;;
}

* {
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Opera and Firefox */
}

:focus {
    outline: none!important;
}
html, body {
    margin: 0px;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
body {
    position: relative;
    background-color: #5f89b9;
    font-size: 21px;
}

#logo {
    position: absolute;
    top:25px;
    left: 0px;
    width: 100%;
    text-align: center;
    z-index: 50;
}
#logo img{
    max-width: 500px;
    background: #ffffff;
    padding:15px;
    border-radius: 10px;
}

.taps {
    position: absolute;
    width: 100%;
    height: 100%;
    padding-bottom: 310px;
}
.taps > div {
    position: relative;
    width: 100%;
    height: 100%;
}
.taps > div > div {
    display: block;
    position: absolute;
    bottom:0px;
    width: 50%;
    height: 100%;
}
.taps > div > div:first-of-type {
    left: 0px;
    text-align: left;
    padding-left: 10%;
}
.taps > div > div:last-of-type {
    right: 0px;
    text-align: right;
    padding-right: 10%;
}
.taps > div > div img {
    height: 100%;
}
.taps > div > div > div:first-of-type {
    position: absolute;
    bottom:50%;
    color: #fff;
    font-family: "Verdana", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    font-size: 22px;
    width: 100px;
}
/*.taps > div > div > div:last-of-type {
    width: 100%;
    height: 100%;
    text-align: center;
}*/
.taps > div > div:first-of-type > div:first-of-type {
    left: 15%;
    text-align: right;
}
.taps > div > div:last-of-type > div:first-of-type {
    right: 15%;
    text-align: left;
}

.meters {
    position: absolute;
    width: 100%;
    bottom: 0%;
   /* background-image: url("../img/footer-bg.png");
    background-size: cover;
    background-repeat: no-repeat;*/
    background:#afca0b;
    height: 320px;
}
.meters > div {
    position: relative;
    width: 33.33%;
    float: left;
    height: 100%;
}
.meter {
    position: absolute;
    width: 290px;
    bottom: 0%;
    left: 50%;
    margin-left: -145px;
}
.meter img {
    width: 100%;
}
.meter img.top {
    display: none;
}
.meter > div {
    position: absolute;
    top: 37%;
    left: 28%;
    width: 46%;
    height: 13%;
    /*background-color: #0f0;*/
}
.meter > div > div {
    position: absolute;
    top: 0%;
    left: 0%;
    width: 22%;
    height: 100%;
    font-size: 21px;
    text-align: center;
    color: #f00;
    font-family: "Verdana", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    font-weight: bold;
    /*background-color: #00f;*/
}
.browser-apple-safari .meter > div > div {
    font-weight: normal;
}
/*.meter > div > div:before {
     content: "";
     display: inline-block;
     height: 100%;
     vertical-align: middle;
}*/
.meter > div > div:nth-child(2) {
    left: 23%;
}
.meter > div > div:nth-child(3) {
    left: 54%;
}
.meter > div > div:nth-child(4) {
    left: 77%;
}

.bar-meter {
    position: absolute;
    bottom: 0%;
    left: 50%;
    margin-left: -130px;
    width: 260px;
}
.bar-meter > img {
    width: 100%;
}
.bar-meter > img.vert {
    display: none;
}
.bar-meter > div:nth-child(1) {
    position: absolute;
    top: 41.9%;
    left: 0%;
    width: 100%;
    height: 100%;
}
.bar-meter > div:nth-child(1) > img {
    position: absolute;
    top: 7.1%;
    left: 50%;
    margin-left: -35%;
    width: 70%;
    -moz-transform: rotate(-257deg); -webkit-transform: rotate(-257deg); -o-transform: rotate(-257deg); -ms-transform: rotate(-257deg); transform: rotate(-257deg);
}
.bar-meter > div:nth-child(2),
.bar-meter > div:nth-child(3) {
    position: absolute;
    top: 2.9%;
    left: 37%;
    width: 26%;
    height: 14%;
    cursor: pointer;

    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-tap-highlight-color: transparent;
}
.bar-meter > div:nth-child(3) {
    position: absolute;
    top: 19.5%;
    left: 37%;
    width: 26%;
    height: 14%;
}
.bar-meter > div:nth-child(2) > div,
.bar-meter > div:nth-child(3) > div {
    background-color: #000;
    border-radius: 1000px;
    margin: 10%;
    width: 80%;
    height: 80%;
    opacity: 0.0;

    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-tap-highlight-color: transparent;
}
.bar-meter > div:nth-child(2):hover > div,
.bar-meter > div:nth-child(3):hover > div {
    opacity: 0.5;

    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-tap-highlight-color: transparent;
}
.bar-meter > div:nth-child(2):active > div,
.bar-meter > div:nth-child(3):active > div {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-tap-highlight-color: transparent;
}

#left-meter span,
#right-meter span {
    display: none;
    position: absolute;
    width: 100%;
    font-family: "Verdana", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    color: #000;
    font-size: 9px;
    text-align: center;
    top: 25%;
    text-transform: lowercase;
}

#landscape-view-message {
    position: absolute;
    z-index: 999;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(255,255,255,0.8);
    color: #333;
    font-family: "Verdana", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    font-size: 22px;
    line-height: 24px;
    padding: 20px;
    text-align: center;
    display: none;
}
#landscape-view-message div {
    display: table-cell;
    vertical-align: middle;
}
#landscape-view-message.hidden {
    display: none!important;
}

  .uitleg {
    position: absolute;
    bottom: 0%;
    width: 100%;
    height: 40px;
    padding: 2px ;
    vertical-align: middle;
    background-color: #009fe3;
}
.uitlegtekst {
    margin: 0 auto;
    color:#fff;
    font-family: "Verdana", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    font-size:10px;
    font-weight:300;
}
.taps > div > div {
    bottom:40px;
}
.meters {
    bottom: 40px;}

    @media only screen and (max-width: 450px){
.taps > div > div > div:first-of-type {
    bottom: 220px;
}
.uitleg {
    height:50px;
}
.uitlegtekst {
    font-size:10px;
    
    }
    .taps > div > div {
    bottom:50px;
}
.meters {
    bottom: 50px;}
}
@media only screen and (max-width : 1024px) {
    .taps > div > div:first-of-type > div:first-of-type {
        left: 15%;
    }
    .taps > div > div:last-of-type > div:first-of-type {
        right: 15%;
    }
}
@media only screen and (max-width : 900px) {
    .taps > div > div:first-of-type {
        padding-left: 0%;
    }
    .taps > div > div:last-of-type{
        padding-right: 0%;
    }
    #logo img{
        max-width: 200px;
    }
    .taps {
        padding-bottom: 210px;
    }
    .meters {
        height: 220px;
    }
    .meter,
    .bar-meter {
        width: 180px;
        margin-left: -90px;
    }
    .taps > div > div img {
        max-height: 400px;
    }
    .taps > div > div > div:first-of-type {
        /*width: 100%;
        bottom: 370px;
        left: 0%!important;
        right: 0%!important;
        text-align: center!important;*/
    }
    .meter > div > div {
        font-size: 20px;
    }
}
@media only screen and (max-width : 600px) {
    .taps > div > div:first-of-type {
        padding-left: 0%;
    }
    .taps > div > div:last-of-type{
        padding-right: 0%;
    }
    .taps {
        padding-bottom: 160px;
    }
    .meters {
        height: 165px;
    }
    .meter,
    .bar-meter {
        width: 140px;
        margin-left: -70px;
    }
    .taps > div > div img {
        max-height: 300px;
    }
    .taps > div > div > div:first-of-type {
        /*bottom: 300px;*/
    }
    .meter > div > div {
        font-size: 18px;
        /*font-weight: normal;*/
    }
}

@media only screen and (max-width : 450px) {
    .meters {
        height: 170px;
    }
    .taps {
        padding-bottom: 165px;
    }
}
@media only screen and (max-width : 400px) {
    .meters {
        height: 140px;
    }
    .taps {
        padding-bottom: 135px;
    }
}
@media only screen and (max-width : 340px) {
    .meters {
        height: 120px;
    }
    .taps {
        padding-bottom: 115px;
    }
}

@media only screen and (max-width : 450px) {

    .taps > div > div:first-of-type {
        padding-left: 0%;
    }
    .taps > div > div:last-of-type{
        padding-right: 0%;
    }
    /*.meters {
        height: 120px;
    }
    .meter,
    .bar-meter {
        width: 100px;
        margin-left: -50px;
    }*/
    .taps > div > div img {
        max-height: 200px;
    }
    .taps > div > div > div:first-of-type {
        bottom: 250px;
    }
    .meter > div > div {
        font-size: 15px;
    }
}
@media only screen and (max-height : 450px) {
    .meter > div > div {
        font-size: 10px;
        /*font-weight: normal;*/
    }
}
@media only screen and (max-width : 1024px) and (orientation: portrait) {
    .taps > div > div img {
        max-width: 100%;
        height: auto;
    }
}
@media only screen and (max-width : 768px) and (orientation: portrait) {
    .taps > div > div:first-of-type > div:first-of-type {
        left: 0%;
    }
    .taps > div > div:last-of-type > div:first-of-type {
        right: 0%;
    }
}
@media only screen and (max-width : 450px) and (orientation: portrait) {
    #left-meter span,
    #right-meter span {
        display: block;
    }
    .meter,
    .bar-meter {
        width: 100%;
        margin-left: 0px;
        left: 0px;
    }
}

@media only screen and (max-height : 700px) and (orientation: landscape) {
    .meters {
        height: 200px;
    }
    .taps {
        padding-bottom: 200px;
    }
    .meter,
    .bar-meter {
        width: 170px;
        margin-left: -85px;
    }

    .taps > div > div:first-of-type {
        padding-left: 15%;
    }
    .taps > div > div:last-of-type {
        padding-right: 15%;
    }

    .taps > div > div > div:first-of-type {
        /*bottom: auto;
        top:25px;
        font-size: 20px;*/
    }
    .taps > div > div:first-of-type > div:first-of-type {
        left: 5%;
        /*left: 0px!important;
        padding-left: 25px;
        text-align: left!important;*/
    }
    .taps > div > div:last-of-type > div:first-of-type {
        right: 5%;
        /*right: 0px!important;
        padding-right: 25px;
        text-align: right!important;*/
    }
}

@media only screen and (max-height : 500px) and (orientation: landscape) {
    #logo {
        top:10px;
    }
    #logo img {
        max-width: 100px;
    }

    .meters {
        height: 150px;
    }
    .taps {
        padding-bottom: 150px;
    }
    .meter,
    .bar-meter {
        width: 140px;
        margin-left: -70px;
    }
    .taps > div > div > div:first-of-type {
        /*top:10px;*/
        font-size: 18px;
    }
    .taps > div > div:first-of-type > div:first-of-type {
        padding-left: 10px;
    }
    .taps > div > div:last-of-type > div:first-of-type {
        padding-right: 10px;
    }
}

@media only screen and (max-height : 400px) and (orientation: landscape) {
    .meters {
        height: 150px;
    }
    .taps {
        padding-bottom: 150px;
    }
    .meter,
    .bar-meter {
        width: 140px;
        margin-left: -70px;
    }
}