 /*===Z======= Zeiger 1 Reihe. 2te reihe im Seiten-TS */
header za1 {background: lime;}
header za1 span.pf-r {border-color: red;}

/*---Linke Spalte, Kategorien */
div#c238 {
  float: left;
  height: 74vh;
  width: 25%;
  /*max-height: clamp(240px, 85vh, 1800px);*/
  border: 1rem solid green;
  overflow: scroll;
    }

/*=====Rechte spalte */
div#c240 {
  float: right;
  width: 70%; 
  
  height: 72vh;
  padding-bottom: 3vh;;
  overflow: scroll;
}

