Nancy Faeser Archives - Rodaportal
    
    
    
	
	
	
	
	
	
	
	
	
	
	
	
	
		
							
			
			
							
		
    
    
    
    
	            
            
	
    
    
    
                    
            
    
        
- Advertisement -
           
 
    
    
 
    
    
/* Modern type rhythm */
.td-container .td_module_wrap .entry-title a {
  letter-spacing: 0.1px;
}
/* Softer card look */
.td_module_wrap, .td_block_wrap {
  border-radius: 12px;
  overflow: hidden;
}
/* Consistent image aspect */
.td-image-container, .td-module-thumb, .entry-thumb {
  aspect-ratio: 16/9;
  object-fit: cover;
}
/* Gradient overlay polish for hero */
.td-big-grid-post .td-image-gradient:before {
  background: linear-gradient(180deg, rgba(0,0,0,0) 35%, rgba(0,0,0,.55) 100%);
}
/* Minimal hover */
.td-module-thumb a:hover img { transform: scale(1.02); transition: transform .25s ease; }
.td_module_wrap .entry-title a:hover { text-decoration: none; }
/* Section header underline */
.td-block-title > span:after {
  content:"";
  display:block;
  width:48px;height:3px;margin-top:8px;border-radius:2px;
  background: currentColor;
}
/* Dark-mode friendly (auto) */
@media (prefers-color-scheme: dark) {
  body { background: #0b0f14; color: #e5e7eb; }
  .td_block_wrap, .td_module_wrap { background: #0f1520; }
  .td-module-meta-info, .td-excerpt, .td-post-category, .td_module_10 .td-module-meta-info {
    color: #94a3b8 !important;
  }
  .td_block_title, .td_block_title > span, .entry-title a { color: #e5e7eb !important; }
}