
/* --------------  Version  Dienstag 11.08.2026  ----------------------------- */ 


/* --------------  CSS Body  ----------------------------- */



/* --------------  Anfang CSS Überschrift H1   ----------------------------- */

  h1 {
  font-family: 'Arial', sans-serif;
  color: #2c3e50; /* Dunkelblau-Grau */
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 2px;
  margin-top: 30px;
  margin-bottom: 30px;
/*  border-bottom: 2px solid #3498db;  Unterstrich in Blau */
  border-bottom: 2px solid red; /* Unterstrich in Rot */
  padding-bottom: 5px; /* Abstand zum Unterstrich */
}

/* --------------  Ende CSS Überschrift H1   ----------------------------- */




/* --------------  Anfang CSS Überschrift H2   ----------------------------- */

  h2 {
  font-family: 'Arial', sans-serif;
  color: #2c3e50; /* Dunkelblau-Grau */
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 2px;
  margin-top: 30px;
  margin-bottom: 30px;
  border-bottom: 2px solid red; /* Unterstrich in Rot */
  padding-bottom: 5px; /* Abstand zum Unterstrich */
}

/* --------------  Ende CSS Überschrift H2   ----------------------------- */



/* --------------  Anfang CSS Überschrift H3   ----------------------------- */

  h3 {
  font-family: 'Arial', sans-serif;
  color: #2c3e50; /* Dunkelblau-Grau */
  font-size: 1.3rem;
  font-weight: 700;
  letter-spacing: 2px;
  margin-top: 30px;
  margin-bottom: 30px;
  border-bottom: 2px solid red; /* Unterstrich in Rot */
  padding-bottom: 5px; /* Abstand zum Unterstrich */
}

/* --------------  Ende CSS Überschrift H3   ----------------------------- */



/* --------------  Anfang CSS Überschrift H4   ----------------------------- */

  h4 {
  font-family: 'Arial', sans-serif;
  color: #2c3e50; /* Dunkelblau-Grau */
  font-size: 1.3rem;
  font-weight: 700;
  letter-spacing: 2px;
  margin-top: 30px;
  margin-bottom: 30px;
  border-bottom: 2px solid red; /* Unterstrich in Rot */
  padding-bottom: 5px; /* Abstand zum Unterstrich */
}

/* --------------  Ende CSS Überschrift H4   ----------------------------- */




/* --------------  Anfang CSS Muster Text   ----------------------------- */


    .headline_small_01 {
    font-family: 'Helvetica', sans-serif;
    font-size: 18px;
    color: black;
    font-weight: bold;
    text-align: left;
    line-height: 1.7;
    text-align: justify;
    padding: 0px;
    padding-top: 0;
    border: 0px solid ;
    margin-bottom: 1px;
    letter-spacing: 2px;
    word-spacing: 10px;
    }


    .headline_small_02 {
    font-family: 'Helvetica', sans-serif;
    font-size: 17px;
    color: black;
    font-weight: bold;
    text-align: left;
    line-height: 1.7;
    text-align: justify;
    padding: 0px;
    padding-top: 0;
    border: 0px solid ;
    margin-bottom: 1px;
    letter-spacing: 2px;
    word-spacing: 0px;
    }


    .text_einfach {
    font-family: 'Helvetica', sans-serif;
    font-size: 14px;
    color: #444;
    font-weight: bold;
    text-align: left;
    line-height: 1.5;
 /*   text-align: justify; */
    text-align: start;
    padding: 0px;
    padding-top: 0;
    border: 0px solid ;
    margin-top: 0em;
    letter-spacing: 1px;
    word-spacing: 0.0em;
    }


    .text_klein {
    font-family: 'Helvetica', sans-serif;
    font-size: 6px;
    color: #444;
    font-weight: bold;
    text-align: left;
    line-height: 1.5;
 /*   text-align: justify; */
    text-align: start;
    padding: 0px;
    padding-top: 0;
    border: 0px solid ;
    margin-top: 0em;
    letter-spacing: 1px;
    word-spacing: 0.0em;
    }


    .text_einfach_strong {
    font-family: 'Helvetica', sans-serif;
    font-size: 17px;
    color: #444;
    font-weight: bold;
    text-align: left;
    line-height: 1.5;
    text-align: start;
    padding: 0px;
    padding-top: 0;
    border: 0px solid ;
    margin-top: 0em;
    letter-spacing: 1px;
    word-spacing: 0.0em;
    }


  .box-01-foot a {
  text-decoration: none;
  color: gray;
  font-weight: 100;
  font-size: 12px;
  }


/* --------------  Ende CSS Muster Text   ----------------------------- */