

/* 	 		P A P E R 	T H E M E  
				a	 b r i g h t   t o n e d    s t y l e s h e e t 

			Referenz: Paper / Carton / Beige  
			Activation via JS: body.theme-paper 
			
			- Theme colors 
			- Tag Cloud colors

			----------------------------------------------------------
			Version:	1,7		*	2026 06 04 
----------------------------------------------------------------------
  							JHM */ 

	
	body.theme-paper {
    --bg-primary:		#D6D5CB;		
    /* RAL Grauweiss	 D6D5CB	   */
    --bg-secondary:		#cac8c4;				
    /* 5a6070	*/ 
    --bg-content:		#e8dfc8;				
    /* 7a8090	*/
    --bg-accent:		#c8b898;				
    /* 8a90a0	*/
    --text-primary:		#2a2018;				
    /* e8e4de	*/
    --text-secondary:	#7a6858;				
    /* Seitenzahlen 2nd	a0998c	*/
    --text-muted:		#a09080;				
    /* 8090a0	*/
    --border-color:		#c8b898;					
    /* 7a8898		*/
    --link-color:		#9a2018;				
    /* << maybe	inactive	*/
    --link-hover:		#6a1010;					
    /* e8eef8		*/
	}


/* -------------------------------------------------------------------	*/
/* ECECE7	Signalweiss - hell					*/
/* F1F1EA	Verkehrsweiss - 					*/
/* F1EDE1	Reinweiss - creme light				*/
/* D6D5CB	Grauweiss - medium					*/
/* E9E0D2	Cremeweiss - rötlich				*/
/* E3D9C7	Perlweiss - Chamois rötlich			*/
/* E6D2B5	Hellelfenbein - rötlich				*/
/* C8C8C7	Telegrau - Neutral medium			*/ 
/* C5C7C4	Lichtgrau - Neutral medium			*/ 
/* B5B0A1	Kieselgrau - Chamois medium dark	*/
/* B0B0A9	Achatgrau - Neutral medium dark		*/ 
/* C8CBC4	Papyrusweiss - Grüngrau				*/
/* B7B3A8	Seidengrau - Chamois medium neutral	*/	
/* DDC49B	Elfenbein - Ziegel medium			*/
/* CDBA88	Grünbeige - Ockergelb				*/
/* D2AA6D	Sandgelb - Apricot					*/
/* D0B084	Beige - Apricot, Ziegel  			*/
														/*    	
----------------------------------------------------------------------	*/


	/*	H E A D E R						*/
	body.theme-paper .head-mast {
    background-color: #B7B3A8 !important;		
    /* B7B3A8		RAL Seidengrau		*/
	}

	/*	Sitelogo colors					*/	
	body.theme-paper .site-logo a {
    background-color: transparent !important;
    color: #928E85 !important;
    /*	928E85		RAL Steingrau		*/
	}
	
	body.theme-paper .site-tagline {
    background-color: transparent !important;
    color: #6B665E !important;
    /*	6B665E		RAL Quarzgrau		*/
	}
	

	/*	Naviline BG						*/	
	body.theme-paper {
    background-color: var(--bg-primary) !important;
    color: var(--text-primary) !important;
    --ignition-pinfinity-light-gray: #858583 !important;
    /*	858583		RAL Perlhellgrau	*/
	}

	
	/* UNKLAR **/ 
	
	body.theme-paper .site-title,
	body.theme-paper .site-title a {
    color: #ff9ff9 !important;					
    /* former 2A2018 <<	 		*/
	}
	
	
	body.theme-paper .site-description {
    color: #a1b1c1 !important;		
    /* mint	A1B1C1				*/			
    /* former 7A6858			*/ 
	} 
	



	/*		T Y P O 		*/
	
	body.theme-paper .single h1.entry-title,
	body.theme-paper .single h1.entry-title a {
    color: #cafcaf !important;
	}
	
	/*	italic		*/
	body.theme-paper .single h1.entry-title em,
	body.theme-paper .single h1.entry-title i {
    color: #CAFCAF !important;
	}
	

	
	
		
	/* Fliesstext				*/ 	
	body.theme-paper .entry-content .has-small-font-size,
	body.theme-paper .entry-content ul.has-small-font-size li,
	body.theme-paper .entry-content li.has-small-font-size {
	color: #606060 !important;	/* medium grey	*/
    list-style: none !important;
    padding-left: 0 !important;	}

	body.theme-paper .entry-content ul {
    padding-left: 0 !important;	}
    
	
	
		


	body.theme-paper .entry-meta,
	body.theme-paper .entry-meta-item {
    color: #ff9ff9 !important;
	/* former A09080	*/
	}


	body.theme-paper .hentry,
	body.theme-paper .post,
	body.theme-paper article.post,
	body.theme-paper .post-item,
	body.theme-paper .grid-item,
	body.theme-paper .masonry-brick {
    background-color: #cac8c4 !important;
    /* RAL -					- */ 
    /* content bg     former 	- */
    border: none !important;
    color: var(--text-primary);
	}
	
	
	body.theme-paper .post img,
	body.theme-paper .entry-content img {
	filter: brightness(0.97) contrast(1.02) sepia(0.06);
    /* was  brightness 0.97  contrast 1.02  sepia 0.06  invert 0.00  */
	}
	

	body.theme-paper .entry-header,
	body.theme-paper .entry-content,
	body.theme-paper .entry-summary,
	body.theme-paper .entry-item-content-wrap {
    background-color: transparent !important;
	}
	
	body.theme-paper .entry-header .entry-meta 
	.entry-meta-item.entry-categories a {
    color: #666 !important;	/* subtitle Tags */ 
	}

	body.theme-paper .entry-header .entry-meta 
	.entry-meta-item.entry-categories a:hover {
    color: #9A2018 !important;				
    /* former 9A2018	<<			*/
	}
	
	

/*	M A S O N R Y			*/
	body.theme-paper .entry-header h2.entry-title,
	body.theme-paper .entry-header h2.entry-title a {
    color: #7a6858 !important;					
    /* former 7a6858		*/
    background-color: transparent !important;	/* Entry BG  */	
        	/* former CAC8C4		*/
	}

/*	italic		*/
	body.theme-paper .entry-header h2.entry-title em,
	body.theme-paper .entry-header h2.entry-title i {
    color: #526CA1 !important; 
    	/* former 7a6858		*/
	}
	

	



    
	

/*	S I D E B A R			*/	
	body.theme-paper .sidebar,
	body.theme-paper .widget,
	body.theme-paper .widget-area {
    background-color: #C8C8C7 !important;	
	/* Telegrau	C8C8C7 */	
    /* sidebar bg	c8c2b0 */
    color: var(--text-secondary);
	}

	body.theme-paper .sidebar a,
	body.theme-paper .widget a {
    color: #01205F;
	/* bleu	01205F 	ok */
    text-decoration: none;
	}

	body.theme-paper .sidebar a:hover,
	body.theme-paper .widget a:hover {
    color: #13469E; 
    /* bleu	13469E 	ok */
	}
	
	
	body.theme-paper .widget_categories span.count,
	body.theme-paper .widget_categories a .count {
    background-color: #D6D0C1 !important;	
    /* former					*/
    color: #777 !important;
    border: 3px;
    opacity: 1 !important; }


	body.theme-paper .sidebar .widget-title {
    color: #7A7366;
    /* ok	7A7366 	ok */    
	}

	body.theme-paper .widget_categories a {
    color: #7A6858 !important;
	}

	body.theme-paper .widget_categories li.current-cat > a::before,
	body.theme-paper .widget_categories li.current-cat > a::after {
    color: #9A2018;
	}

	body.theme-paper .pagination a,
	body.theme-paper .pagination span,
	body.theme-paper .nav-links a,
	body.theme-paper .nav-links span {
    background-color: #E0D8C0 !important;		/* Seitenzahlen		*/
    color: var(--text-secondary);
	}

	body.theme-paper .pagination a:hover,
	body.theme-paper .nav-links a:hover {
    color: #2A2018;
	}



/*	F O O T E R			*/	
	body.theme-paper .footer-info {
    background-color: #C8C2B0 !important;		
    /* Footer BG			*/
    color: #7A6858 !important;					
    /* Footer right 		*/
	}

	body.theme-paper .footer-info a {
    color: #777 !important;
	}

	body.theme-paper .footer-info a:hover {
    color: #666 !important;
	}

	
	
	

	/* Tag Cloud – Paper Theme Styles */
	body.theme-paper .sidebar .tagcloud a:nth-child(6n+1),
	body.theme-paper .widget_tag_cloud a:nth-child(6n+1) 
	{ color: #9A2018; }
	
	body.theme-paper .sidebar .tagcloud a:nth-child(6n+2),
	body.theme-paper .widget_tag_cloud a:nth-child(6n+2) 
	{ color: #7A6858; }
	
	body.theme-paper .sidebar .tagcloud a:nth-child(6n+3),
	body.theme-paper .widget_tag_cloud a:nth-child(6n+3) 
	{ color: #8A7040; }
	
	body.theme-paper .sidebar .tagcloud a:nth-child(6n+4),
	body.theme-paper .widget_tag_cloud a:nth-child(6n+4) 
	{ color: #6A5848; }
	
	body.theme-paper .sidebar .tagcloud a:nth-child(6n+5),
	body.theme-paper .widget_tag_cloud a:nth-child(6n+6) 
	{ color: #7A3828; }
	
	body.theme-paper .sidebar .tagcloud a:nth-child(6n+6),
	body.theme-paper .widget_tag_cloud a:nth-child(6n+6) 
	{ color: #908060; }
 
 
 
	
	
/* 		----------------------------------------------------------------------
   		end of the stylesheet •	colortheme PAPER  says goodbye	*/		
   		
   		
   		
   		
   		
   		
   		
   		