

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


/* ROOT TEXT */
html           { font-size: 20px; }

/* HEADLINES */
h1             { font-size: 5.0rem;  }    /* Headline */ 
h2             {  }                       /* Titel Rubric */ 
h3             { font-size: 2.0rem;  }    /* Titel Kapitel */ 
h4             { font-size: 1.5rem; }     /* Absatztitel */  

/* TEXTE */
.ch_intro      { font-size: 1.5rem; }     /* Intro */
.ch_rubictitle {  }                       /* Rubikentitel */ 
.ch_text       {  }                       /* Fließtext */
.ch_notes      {  }                       /* Marginalien */


/* BUTTONS */
.ch_bt_label   { font-size: 1.5rem } 




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






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






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









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


/*-------------------------------*/
/*         BUTTON                */
/*-------------------------------*/

/* DEFAULT */
.button,
.button-boarder,
.button-no-boarder {
}
      .button span:after,
      .button-boarder span:after, 
      .button-no-boarder span:after {

         bottom:           -1px; 
                     
         background-size:  80px 20px;
         width:            80px; 
         height:           20px;

                                    /*border: solid 1px #00F;*/
      }




