
body {
    margin: 0;
    padding: 0;
    background-image: url('../images/background.png');
    background-repeat: no-repeat;
    background-size: 1580px 823px;
    width: 1580px;
    height: 823px;
    position: absolute;
    overflow: hidden;
  }
  .pipe { 
    position: absolute; 
    image-rendering: crisp-edges; 
  }
  .horizontal { height: 5px; }
  .vertical { width: 5px; }
  /* NEU: Bildgrößen anpassen */
  .pipe img {
    max-width: 100%;
    max-height: 100%;
    display: block;

  }
   /* Plant Container */
        .plant-container {
            position: relative;
            width: 1580px;
            height: 823px;
            margin: 0 auto;
            /* background: #aa3a3a; */
            border: 1px solid #333;
        }
        
        /* Silo Basis-Stile */
        .silo-1, .silo-2, .silo-3, .silo-4, .silo-5,
        .silo-6, .silo-7, .silo-8, .silo-9, .silo-10,
        .silo-11, .silo-12 {
            position: absolute;
            width: 60px;
            height: 132px;
            text-align: center;
            font-family: Arial, sans-serif;
            font-size: 12px;
            color: #333;
            padding: 5px;
            box-sizing: border-box;
            border: 1px solid #666;
            /* background: rgba(255, 255, 255, 0.85); */
            border-radius: 4px;
            box-shadow: 0 2px 4px rgba(0,0,0,0.2);
        }
        .silo-1 {height: 97px }
        .silo-3 {height: 183px }
        .silo-4 {height: 281px }
        .silo-5 {height: 281px }
        .silo-6 {height: 281px }
        .silo-7 {height: 281px }
        .silo-8 {height: 281px }
        
        /* Spezifische Positionen - WICHTIG: !important hinzufügen */
        .silo-1 { top: 154px !important; left: 114px !important; }
        .silo-2 { top: 154px !important; left: 184px !important; }
        .silo-3 { top: 154px !important; left: 254px !important; }
        .silo-4 { top: 154px !important; left: 324px !important; }
        .silo-5 { top: 154px !important; left: 394px !important; }
        .silo-6 { top: 154px !important; left: 464px !important; }
        .silo-7 { top: 154px !important; left: 534px !important; }
        .silo-8 { top: 154px !important; left: 604px !important; }
        .silo-9 { top: 264px !important; left: 835px !important; }
        .silo-10 { top: 264px !important; left: 905px !important; }
        .silo-11 { top: 264px !important; left: 975px !important; }
        .silo-12 { top: 264px !important; left: 1045px !important; }
     
        /* Innerhalb der Silo-Container */
        .silo-name {
            font-weight: bold;
            margin-bottom: 5px;
            font-size: 11px;
            color: #000;
        }
        
        .silo-spacer {
            height: 6px;
            display: block;
            /* Optional: Sichtbar machen für Debugging */
            /* background: rgba(255,0,0,0.1); */
        }
        
        .silo-daten {
            font-size: 10px;
            margin: 2px 0;
        }
        
        .silo-header {
            padding: 0px;
            box-sizing: border-box;
        }

        .silo-fill-area {
            position: absolute;
            bottom: 0px;
            left: 0px;
            right: 0px;
        }
        
        .last-update {
            position: absolute;
            bottom: 10px;
            right: 10px;
            font-size: 11px;
            color: #666;
            background: rgba(255, 255, 255, 0.8);
            padding: 3px 6px;
            border-radius: 3px;
        }
        /* 2025_12_22 Händisch ergänzt für Elemente des Heizungskreises*/
       .HZ-Warmwasserpuffer{
            position: absolute;
            left: 190px;
            top: 112px;
            width: 107px;
            height: 458px;
            /* text-align: center; */
            /* text-align: right; */
            /* text-indent: 40px; */
            line-height: 1;
            font-family: Arial, sans-serif;
            font-size: 12px;
            color: #7c3a3a;
            padding: 2px;
            box-sizing: border-box;
            border: 1px solid #666;
            background: rgba(255, 255, 255, 0.5);
            border-radius: 4px;
            box-shadow: 0 2px 4px rgba(0,0,0,0.2);
        }
       .HZ-Mischer{
            position: absolute;
            left: 540px;
            top: 280px;
            width: 130px;
            height: 110px;
            text-align: left;
            font-family: Arial, sans-serif;
            font-size: 12px;
            border-radius: 4px;
            color: #7c3a3a;
            /* color: #000000; */
            padding: 5px;
            box-sizing: border-box;
            border: 1px solid #666;
            /* background: rgba(180, 31, 31, 0.25); */
           
            box-shadow: 0 2px 4px rgba(0,0,0,0.2);
        }
        #HZ-Mischer-1{ left: 524px  !important; top: 302px; height: 60px;}
        #HZ-Mischer-2{ left: 672px  !important; top: 302px; height: 60px;}   
       .HZ-HZP{
            position: absolute;
            left: 540px;
            top: 280px;
            width: 130px;
            height: 110px;
            text-align: left;
            font-family: Arial, sans-serif;
            font-size: 12px;
            border-radius: 4px;
            color: #7c3a3a;
            /* color: #000000; */
            padding: 5px;
            box-sizing: border-box;
            border: 1px solid #666;
            /* background: rgba(180, 31, 31, 0.25); */
           
            box-shadow: 0 2px 4px rgba(0,0,0,0.2);
        }
        .HZ-VALUE{
            position: absolute;
            left: 0px;
            top: 0px;
            width: 100px; 
            height: 100px;
            text-align: left;
            font-family: Arial, sans-serif;
            font-size: 11px;
            border-radius: 4px;
            color: #411818;
            /* color: #000000; */
            padding: 5px;
            /* box-sizing: border-box; */
            /* border: 1px solid #666; */
            /* background: rgba(180, 31, 31, 0.25); */
            /* box-shadow: 0 2px 4px rgba(0,0,0,0.2); */
        }
        
        #HZ-HZP-1{ left: 840px  !important; top: 308px;  width: 90px !important; height: 60px;}        
        #HZ-HZP-2{ left: 940px  !important; top: 308px;  width: 90px !important; height: 60px;}        
        #HZ-HZP-3{ left: 1040px !important; top: 308px;  width: 90px !important; height: 60px;}        
        #HZ-HZP-4{ left: 840px  !important; top: 454px;  width: 90px !important; height: 60px;}        
        #HZ-HZP-5{ left: 940px !important; top: 454px;  width: 90px !important; height: 60px;}        
        #HZ-HZP-6{ left: 1040px  !important; top: 454px;  width: 90px !important; height: 60px;}        
        #HZ-HZP-7{ left: 524px  !important; top: 454px;  width: 90px !important; height: 60px;}        
        #HZ-HZP-8{ left: 672px  !important; top: 454px;  width: 90px !important; height: 60px;}        
        
        .HZ-WMZ{
            position: absolute;
            left: 1320px;
            top: 262px;
            width: 207px;
            height: 176px;
            /* text-align: center; */
            /* text-align: right; */
            /* text-indent: 40px; */
            line-height: 1.2;
            font-family: Arial, sans-serif;
            font-size: 11px;
            color: #462121;
            padding: 2px;
            box-sizing: border-box;
            border: 1px solid #666;
            /* background: rgba(255, 255, 255, 0.5); */
            border-radius: 4px;
            box-shadow: 0 2px 4px rgba(0,0,0,0.2);
        }
        #HZ-WMZ-1{ left: 1320px  !important; top: 262px;  width: 207px !important; height: 183px;}
        #HZ-WMZ-2{ left: 380px  !important; top: 632px;  width: 207px !important; height: 183px;}
        #HZ-WMZ-3{ left: 1020px  !important; top: 632px;  width: 207px !important; height: 183px;}

        
        
 