

/* =============================================================================
   Typography
   ========================================================================== */

/* ROOT TEXT */
html        { font-size: 25px; line-height: 1.5;}


/* HEADLINES */
h1 				 	{ font-size: 2.0rem; line-height: 1.2; letter-spacing: 0.03em; }	/* Titel Kapitel	– x3   */ 
h2 					{ font-size: 1.4rem; line-height: 1.2; letter-spacing: 0.03em; }	/* Titel Absatz 	– x2.2 */ 
h3 					{ font-size: 1.0rem; line-height: 1.2;}								/* Titel Absatz 	– x1.3 */ 

/* TEXTE */
.ch_intro    { font-size: 3.0rem; line-height: 1.1; }              /* Intro      = h3 */



/* =============================================================================
   Links
   ========================================================================== */


/* NAVIGATION */
.linknav			{ font-size: 1.1rem; line-height: 1.2; letter-spacing: 0.02em; }	/* Navigation */
.linknav.sub	{ font-size: 1.1rem; }												/* Navigation Sub */



/* =============================================================================
   Buttons
   ========================================================================== */






/* =============================================================================
   Content: Modules
   ========================================================================== */


/*-------------------------------*/
/*        	  Navbar	         */
/*-------------------------------*/

#navbar.bg_white{
  height:       140px;
}
	#navbar .lrg-logo,
	#navbar .sml-logo {
		width: 			100px;
		height: 		96px;
	}
		#navbar .bg.open {
			height:		140px;
		}






/* =============================================================================
   CHANGE: BASE and ADDONS
   ========================================================================== */

