
.oepnvInfoGrafik { width: 100%; text-align: center; position: relative; margin: 30px 0; }
@media only screen and (max-width: 600px)
{
.oepnvInfoGrafik img.greenhouse { width: 90%; }
.oepnvInfoGrafik img.greenhouse_andlines { display: none; }
.sensorCard {
    text-align: left;
    font-size: 11px;
    background: #ffed00;
    margin: 7px 0;
    padding: 10px;
}
}
@media only screen and (min-width: 601px) {
.oepnvInfoGrafik img.greenhouse_andlines {width: 68%;}
.oepnvInfoGrafik img.greenhouse {display: none;}
.sensorCard {
    position: absolute;
    padding: min(1vw,12px);
    border-radius: 6px;
    text-align: left;
    background: #ffed00;
    box-shadow: 4px 3px #ccc;
}
#panel_voltage {left: 3%;top: 6%;}
#temperature_outside {left: 78%;top: 5%;}
#temperature_inside {top: 30%;left: 3%;}
#temperature_water {top: 64%;left: 3%;}
#humidity {left: 3%;top: 47%;}
#battery_voltage { top: 74%; left: 60%; }
#battery_current { left: 78%; top: 74%; }
/*#temperature_outside { left: 27%;  top: 83%; }*/

.value { font-size: min(2vw,18px); }
.title { font-size: min(1.2vw,12px); }
}
