/* externes Stylesheet *//*Heading Objects - h Tag=======================Quelle:  https://www.w3schools.com/tags/tag_hn.asp  Most browsers will display the <h1> element with the following default values: h1 {     display: block;    font-size: 2em;    margin-top: 0.67em;    margin-bottom: 0.67em;    margin-left: 0;    margin-right: 0;    font-weight: bold;} Most browsers will display the <h2> element with the following default values:  h2 {    display: block;    font-size: 1.5em;    margin-top: 0.83em;    margin-bottom: 0.83em;    margin-left: 0;    margin-right: 0;    font-weight: bold;} Most browsers will display the <h3> element with the following default values: h3 {     display: block;    font-size: 1.17em;    margin-top: 1em;    margin-bottom: 1em;    margin-left: 0;    margin-right: 0;    font-weight: bold;} Most browsers will display the <h4> element with the following default values:  h4 {     display: block;    font-size: 1em;    margin-top: 1.33em;    margin-bottom: 1.33em;    margin-left: 0;    margin-right: 0;    font-weight: bold;} Most browsers will display the <h5> element with the following default values:  h5 {     display: block;    font-size: .83em;    margin-top: 1.67em;    margin-bottom: 1.67em;    margin-left: 0;    margin-right: 0;    font-weight: bold;} Most browsers will display the <h6> element with the following default values:  h6 {     display: block;    font-size: .67em;    margin-top: 2.33em;    margin-bottom: 2.33em;    margin-left: 0;    margin-right: 0;    font-weight: bold;} *//* ab hier selber kreiert *//**************************/ /* <h2 style="margin-bottom: 0px; margin-top: 0px; margin-left: 1px"> */ h2 {    display: block;    font-size: 1.5em;    margin-top: 0px; /* geändert */    margin-bottom: 0px; /* geändert */    margin-left: 1px; /* geändert */    margin-right: 0;    font-weight: bold;}   /* <h4 style="margin-bottom: 0px; margin-top: 0px; margin-left: 20px"> */ h4 {     display: block;    font-size: 1em;    margin-top: 0px; /* geändert */    margin-bottom: 0px; /* geändert */    margin-left: 20px; /* geändert */    margin-right: 0;    font-weight: bold;	color: mediumblue;}/* <h5 style="margin-bottom: 0px; margin-top: 0px; margin-left: 20px"> */ h5 {     display: block;    font-size: .83em;    margin-top: 0px; /* geändert */    margin-bottom: 0px; /* geändert */    margin-left: 20px; /* geändert */    margin-right: 0;    font-weight: bold;} /* <h6 style="margin-bottom: 0px; margin-top: 0px; margin-left: 20px"> */ h6 {     display: block;    font-size: .67em;    margin-top: 0px; /* geändert */    margin-bottom: 0px; /* geändert */    margin-left: 20px; /* geändert */    margin-right: 0;    font-weight: bold;}  h8 {     display: block;    font-size: 20px; /* geändert */    margin-top: 1.33em;    margin-bottom: 1.33em;    margin-left: 0;    margin-right: 0;    font-weight: bold;} 