/* Add here all your CSS customizations */
#graph_bar {
    height: 83px;
    width: 100%;
    border-radius: 80px;
    background: linear-gradient(90deg, rgba(255,157,0,1) 0%, rgba(178,176,5,1) 50%, rgba(4,163,0,1) 100%);
    position: absolute;
    border: #004034 4px solid;
}

@font-face { 
    font-family: "Quicksand";
    font-style: normal;
    font-display: swap;
    font-weight: 400;
    src: local("Quicksand-Regular-400"),
    url("https://rechner.compext.io/assets/fonts/Quicksand-Regular.woff") format("woff"),
    url("https://rechner.compext.io/assets/fonts/Quicksand-Regular.woff2") format("woff2")
}

#graph_row {
    height: 106px;
}

.graph_pointer {
    height: 100px;
    position: absolute;
    border: #004034 4px solid;
    width: 9%;
    top: -9px;
    border-radius: 12px;
    max-width: 50px;
    background: #ffffff80;
}

.graph_pointer_line {
    height: 30px;
    width: 2px;
    border: #004034 2px solid;
    position: absolute;
    left: calc(50% - 2px);
    top: -31px;
    border-radius: 4px;
}

.graph_pointer_text {
    position: absolute;
    top: -55px;
    font-size: small;
    text-align: center;
    /*left: -65px;*/
}

#graph_min .graph_pointer_text {
    left: -54px;
}

#graph_max .graph_pointer_text {
    left: -48px;
}

#graph_mid .graph_pointer_text {
    left: -41px;
}

#graph_min {
    left: 20%;
}

#graph_mid {
    left: 40%;
}

#graph_max {
    left: 70%;
}



#mid_value, #max_value {
    filter: blur(3.9px);
    margin-top: 2px;
}

#min_value, #mid_value, #max_value {
    font-size: large;
}

.graph_text_title {
    font-weight: bold;
}

#clickblock {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    display: none;
}

#clickblock2 {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
}

#donediv {
    height: 191px;
    padding-bottom: 45px;
    margin-top: 141px;
}

#startlogo {
    height: 155px;
    margin: 71px;
    margin-top: 47px;
}

@media only screen and (min-width: 430px) {

    .graph_pointer_text { 
       font-size: medium; 
    }
 
 }

 @media only screen and (min-width: 576px) {
 
     .graph_pointer_text { 
        font-size: large; 
     }
  
  }

  @media only screen and (min-width: 990px) {
  
      .graph_pointer_text { 
         font-size: x-large; 
      }
   
      #graph_mid .graph_pointer_text {
        left: -57px;
    }

    #graph_max .graph_pointer_text {
        left: -71px;
    }
   }

   a#start_button {
    cursor: pointer;
    width: 176px;
}

div#w4-confirm {
    margin-top: -29px;
}

.panel-body {
    min-height: 722px;
}

.row.form-group.subtitle2 {
    margin-bottom: 47px;
    margin-top: 40px;
}

ul.pager.start {
    margin-top: 60px;
}