
kritik {
  background-color: #e2e2e2;
  color: rgb(0,0, 0);
}
kritik_zeit {
  background-color: #ededed; 
  color: rgb(0,0, 0);
}
kritik_retro {
  background-color: #ddcfdd; 
  color: rgb(0,0, 0);
}

 
fl {
  background-color: #e2e2ff;
  color: rgb(0,0, 0);
}
person { 
} 
zitat1 {
  background-color: rgb(255,255, 200);
   color: rgb(0,0, 0);
} 
yellow {
  background-color: rgb(255,255, 200);
  color: rgb(0,0, 0);
}   

red {
  background-color: rgb(255,255, 255);
  color: rgb(255,0, 0);
}  
white {
  background-color: rgb(255,255, 255);
  color: rgb(0,0, 0);
}

tab_style{
	background-color: #f1f1f1;
  	color: rgb(0,0, 0);		
}


span_zitat_neu {
  color:rgb(0,0, 0);
  background-color:rgb(255,255, 0);
}
 
span_content_neu {
	color:rgb(255,255, 255);
  background-color:rgb(255,0, 0);
}
buchreferenz_postit {
	color:rgb(0,0, 0);
  background-color:rgb(255,255, 0);
} 

.h4ohneAbstand { 
	 padding: 0px  0px 0px  0px;
	  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 10px;
  margin-right: 0px;
}
 
@keyframes fade {
  from { opacity: 0; }
  to { opacity: 1; }
}

.fading-element {
  animation: fade 1.5s ease-out forwards;
}