/*===Z======= Zeiger 1 Reihe. 2te reihe im Seiten-TS */
header za5 {background: lime;}
header za5 span.pf-r {border-color: red;}

h1, h2, h3, h4, h5, h6 {
  font-size: 1rem;
  padding: 0px;
  margin: 0px;
  background: lavender;
} 


/*---Linke Spalte, Kategorien */
div#c198, #c219, #c208, #c204, #c195, #c212, #c228 
, #c236 {
  /*position: absolute; top: 40vh;*/
  float: left;
  height: 74vh;
  width: 25%;
  /*max-height: clamp(240px, 85vh, 1800px);*/
  overflow: scroll;
  padding-left: 8px;
  border-top: 16px solid lavender;
  
  }



/*=====Rechte spalte */
div#c197, #c207, #c203, #c194, #c227,  #c237 {
  float: right;
  width: 70%; 
  
  height: 72vh;
  padding-bottom: 3vh;;
  overflow: scroll;
}

.news-list-view  {
  border: 0px dotted red !important;
  background: #ffffff;
}

.news-list-view h3 {
  font-size: 1rem;
}

.news-list-view h6 {font-size: .5rem; }
.teaser-text p {
    margin: 10px 0px 0px 32px;
}

div#anhang {
  line-height: 1rem;
  background: lightyellow;
  font-size: 12px;
  padding: 0px;
  border: 3px, 6px, 12px, 24px solid green;
}

div#anhang p {
  margin: 0px 0px 0px 0px; 
  
  
  padding: 0px;}

span.quelle:before {
  font-weight: bold;
  Content: "Quelle, PDF:h "}
span.ntext:before {
  font-weight: bold;
  Content: "Beitrag als TXT: "}
span.dazu:before {
  font-weight: bold;
  Content: "Dazu im selben Heft: "}
span.news-list-category {
   font-size: 12px;
  font-weight: bold;
}
span.news-list-category:before {
  content:"Stichworte/Kategorien:"; 
}

h3:before {
  font-size: 12px;
  content:"Details? CLICK->";}


.news ul{padding-left: 8px;
        background: #ffffff;
        }
.news ul li { background: lime;
}
.news ul li li {font-weight: bold; background: #ffffff;
}
.news ul li li li{font-weight: normal; background: lavender;
}

.news ul li li li a:active {
	background: lime; }


.news-category-view ul li li {
	padding: 2px 8px 2px 12px;
}


/*

.header h3 {background: yellow; margin: 0rem; padding: 0rem;}
.teaser-text {
  background: lime !important;
  font-size: 1vh !important;
  line-height: 1.25vh !important
}

Definition linke Spalte 
#c219 #c208, #c204, #c195, #c212  {
  position: absolute;left: .5vw;
  width: 33vw;
  height: 70vh;
  overflow-y: scroll;
  border: 10 dotted green;
}

 div#c198, div#c197 {border: 1rem solid black !important;}




/* Linke Spalte, Cursoverhalten
  #c219 ul a, #c208 ul a, #c204 ul a {
  background: lavender; 
  border-radius: 12px; 
  border: .125vh solid lavender; 
  padding: 0px 6px 0px 6px; 
}
#c198 ul a:hover, #c208 ul a:hover, #c204 ul a:hover {
  background: fuchsia;border: .125vh solid lavender; border-radius: 12px; padding: 0px 6px 0px 6px;
}
#c198 .active, #c208 .active,  #c204 ul .active {
  background: lime; border: .125vh solid lavender; border-radius: 12px; padding: 0px 6px 0px 6px;
}


div#c194, div#c197, div#c200, #c203, #c207, #c214  {
  width: 55vw;
  position: absolute; left: 40vw;
  border: 3px solid red;
}




div#c219 {
   width: 33vw;
   position: absolute; left: 2rem;
   border: 1rem solid black;}
*/


