/*###########################################################################################################*/
/* Generelle Textformatierungen */
/*###########################################################################################################*/

/*************************************************************************************************************/
/* Überschriften */
h1, h2, h3, h4 {
padding: 0;
}

h1  {
font-size: 21px;
font-weight: normal;
letter-spacing: 0.4px;
padding: 0 0 15px 0;
margin: 0;
color: #4b565b;
clear: both;
}

h2  {
font-size: 14px;
font-weight: normal;
margin: 5px 0;
}

/* Accordion Titel   color: #b10431;   */
h3  {
font-size: 13px;
font-weight: normal;
margin: 5px 0;
clear: both;
}

/* divContentBox Titel */
h4  {
font-size: 13px;
font-weight: normal;
color: #b10431;
margin: 0;
line-height: 22px;
}



/*************************************************************************************************************/
/* Generelle Textformatierungen */

.rot {
color: #b10431;
}

.weiss {
color: #fff;
}

.black {
color: #000;
}

.green {
color: #0C0;
font-size: 11px;
}



/*************************************************************************************************************/
/* Easy Clearing, automatische Anpassung der Höhe der Eltern Div’s */
.clearfix:after {
content: ".";
display: block;
clear: both;
font-size: 0;
height: 0;
visibility: hidden;
}
