*
{
    margin: 0;
    padding: 0;
}

html,
body
{
    overflow: hidden;
    font-family: 'Roboto', sans-serif;
}

.webgl
{
    position: fixed;
    top: 0;
    left: 0;
    outline: none;
}

.logo {
    position: absolute;
    top: 80px;
    left: 80px;
    width:107px;
    height:33px;
}
.profile_container {
    position: absolute;
    top: 80px;
    right: 80px;
}


/* Tile Base */
.tile_base{
    background: #ffffff;
    padding: 24px;
}
#strang_ventil{
    width: 260px;
    height: 170px;
    position: absolute;
    top: 40%;
    left: 50%;
}
.line_indicator{
    width: 80px;
    height: 3px;
    background: #1CE783 ;
}
.close_button{
    width: 24px;
    height: 24px;
    position: absolute;
    top: 13px;
    right: 15px;
}
.expand_button{
    width: 40px;
    height: 40px;
    position: absolute;
    bottom: -40px;
    right: 0;
    background: #0000FF;
}


.title{
    font-size: 18px;
    margin: 16px 0;
}
.temperature{
    display: inline-flex;
    text-align: left;
    /*border: 1px solid #00ffff;*/
}

.temperature_value{
    font-weight: 300;
    font-size: 56px;
}

.temperature_unit{
    font-weight: 500;
    font-size: 26px;
    opacity: 0.2;
    padding: 3px 0 0 4px;
}
.info_text{
    font-weight: 300;
    font-size: 16px;
    opacity: 0.5;
    margin: 16px 0;
}


.blue_tile{
    color: #fff;
    background: #0000FF;
    width: 220px;
    /*height: 200px;*/
    padding: 24px;
    /*margin: 30px 0 0 -24px;*/
    position: absolute;
    top: 218px;
    left: 100px;
    opacity: 0;
}
.blue_tile .line_indicator{
    width: 40px;
    margin: 0;
}
.blue_tile_value{
    font-weight: 300;
    font-size: 18px;
}
p.space{
    height: 40px;
}
.blue_tile_value .unit{
    font-size: 14px;
    opacity: 0.5;
}

/* Warmwasserspeicher */
#warmwasserspeicher{
    width: 260px;
    height: 170px;
    position: absolute;
    top: 60%;
    left: 40%;
}

/* Sidebar */

.sidebar{
    width: 400px;
    height: 700px;
    background: #ffffff;
    padding: 40px;
    position: absolute;
    top: 15%;
    left: -480px;
    color: #00205B;
}
.sidebar .sidebar_close{
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0;
    right: -40px;
    background: #0000FF;
}
.product_header{
    margin: auto;
    width: 50%;
    text-align: center;
    padding: 10px 0 80px 0;
}
.product_name{
    opacity: 0.5;
}
.next_button{
    position: absolute;
    top: 65px;
    right: 40px;
    opacity: 0.3;
}
.previous_button{
    position: absolute;
    top: 65px;
    left: 40px;
    transform: rotate(180deg);
    opacity: 0.3;
}

.sidebar .entry{
    font-size: 24px;
    margin: 0 0 40px 0;
    border-bottom: 1px solid #E2E2E3;
    padding-bottom: 24px;
}

.sidebar .unit{
    font-size: 18px;
    opacity: 0.4;
}
.bargraph{
    width: 100%;
    height: 10px;
    background: #F2F4F7;
    border-radius: 16px;
    margin: 14px 0;
}
.bfill{
    width: 0;
    height: 10px;
    background: #0000FF;
    border-radius: 16px;
}

/* Button */

.simulation_button{
    margin: 50px auto;
    width: 50%;
}

.simulation_button a{
  display: block;
  width: 200px;
  height: 40px;
  line-height: 40px;
  font-size: 18px;
  font-family: sans-serif;
  text-decoration: none;
  color: #fff;
  /*border: 2px solid #333;*/
  text-align: center;
  position: relative;
  transition: all .35s;
  background: #00205B;
}

.simulation_button span{
  position: relative;
  z-index: 2;
}

.simulation_button a:after{
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: #0000FF;
  transition: all .35s;
}

.simulation_button a:hover{
  color: #fff;
}

.simulation_button a:hover:after{
  width: 100%;
}

/*  LOGIN FORM */

.login_form {
    position: absolute;
    top: 40%;
    left: 80px;
    width: 400px;
}
.login_form .form-label{
    color:#FCFCFD;
    opacity: 0.4;
}
.login_form #passwordHelpInline{
    text-align: right;
    color: #C7C7C7;
}
.login_form .btn.btn-primary{
    background-color: rgba(0, 0, 255, 0.2);

}
.login_form .btn.btn-primary:hover{
    background-color: rgba(0, 0, 255, 1);

}
/* LIL GUI */
.lil-gui { 
    --background-color: rgba(0, 0, 255, 0.4);
    --widget-color: rgba(0, 0, 255, 0.4);
    --padding: 8px;
}



/*# sourceMappingURL=main.css.map*/