/* home_white_D.css für Beschreibungstexte 05.08.2025 */

  body { font-size: 16pt;
    background-color: white;
    margin-left: 60px;
    color: black;
  font-family: 'Century Gothic', 'AppleGothic', sans-serif;
  font-size: 18px;
 
    color: black;
  letter-spacing: 0.02em;
  line-height: 1.6;

    counter-reset: nummerierung;
    }

/* Hauptüberschrift: */
h1 {
  counter-increment: h1;
  counter-reset: h2; /* Bei neuer H1 die H2 (Unternummerierung) zurücksetzen */
  font-variant: small-caps;
  text-align: left;
  line-height: 100%;
  letter-spacing: 1pt;
  margin-top: 35pt;
  margin-bottom: 8pt;
  margin-left: -25pt;
  color: rgb(33, 33, 93);
  font-weight: normal;
  font-size: 150%;
}

h1::before {
  content: counter(h1) ". ";
  margin-left: -15pt;
}

/* Unterüberschriften: */

h2 {
  counter-increment: h2;
  text-align: left;
  line-height: 100%;
  letter-spacing: 0pt;
  margin-top: 12pt;
  margin-bottom: 3pt;
  margin-left: -30pt;
  color: rgb(51, 120, 153);
  font-weight: lighter;
  font-size: 110%;
}

h2::before {
  content: counter(h1) "." counter(h2) ". ";
  margin-left: 10pt;
}


  h3 { line-height: 100%;
    margin-top: 5pt;
    text-align: center;
    margin-left: 10pt;
    margin-bottom: 2pt;
    font-weight: bold;
    color: rgb(102, 112, 102);
    font-size: 180%;
    }

  h4 { 
    line-height: 110%;
    text-align: left;
    margin-top: 5pt;
    margin-bottom: 2pt;
    font-size: 85%;
	font-style: italic;
    font-weight: normal;
    color: rgb(44, 44, 44);
    margin-left: 15pt;
   letter-spacing: 1pt;
    }

  h5 { font-variant: small-caps;
    color: rgb(25, 25, 25) ! important;
    font-weight: lighter;
    letter-spacing: 1pt;
    line-height: 110%;
    font-size: 100%;
    margin-top: 11pt;
    margin-bottom: 11pt;
    text-align: center;
    }

  h6 { margin-top: 25pt;
    margin-bottom: 1pt;
    text-align: left;
    margin-left: 0pt;
    line-height: 150%;
    font-size: 130%;
    color: rgb(0, 10, 102);
    }
	
	  big { font-variant: small-caps;
    color: rgb(25, 25, 25) ! important;
    font-weight: lighter;
    letter-spacing: 1pt;
    line-height: 110%;
    font-size: 220%;
    margin-top: 11pt;
    margin-bottom: 11pt;
    text-align: center;
    }
	


  klein { font-size: 10pt;
    line-height: 120%;
    margin-left: 0pt;
	 margin-left: 90pt;
	font-style: italic;
	color: rgb(110, 110, 100);
    }
	

  a:link { color: rgb(51, 102, 255);
    }

  a:hover { color: red ! important;
    }
  a:visited { color: rgb(102, 51, 102);
    }
  .color1 { color: rgb(222, 222, 222);
    font-size: 70%;
    }
  #aa { color: white;
    }
  #a { color: rgb(51, 102, 255);
    font-size: 100%;
    }
  #b { color: red;
    }
  h6:hover { color: rgb(204, 0, 0);
    }
  a:hover { color: rgb(204, 0, 0);
    }
  li { 
    margin-left: 5px;
	margin-right: 5px;
    color: black;
    font-family: Arial;
    line-height: 180%;
    }

