body{
    margin: 0px;
    padding: 8px;
    font-family: "Bradley Hand ITC", "Helvetica Neue", "Helvetica", "Arial", "sans serif";
	font-size: medium;
	color: #555555;
	background-color: #f2f1f0}
#container{
    width: inherit;
    max-width: 960px;
    margin: 0 auto 0 auto}
#kopfleiste{
    width: inherit;
    height: 400px;
    margin: 0px 0px 15px 0px;
    padding: 8px 15px 8px 15px;
    overflow: hidden;
    background-size:cover;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(Bilder/Kopfleiste.png);
	box-shadow: 2px 2px 2px 0px #515151;}
#menu{
    width: auto;
    height: auto;
    float: left;
    margin: 0px 15px 0px 0px;
    padding: 10px;
    box-shadow: 2px 2px 2px 0px #515151;
    background-color: #FAF9F8}
#inhalt{
    width: auto;
    height: auto;
    overflow: hidden;
    padding: 10px 15px 10px 15px;
    box-shadow: 2px 2px 2px 0px #515151;
    background-color: #FAF9F8}
#inhalt.flex-container {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    gap: 10px;}
#menu li{
    font-size: 16px;
    font-weight: 800;
    margin: 0px 0px 15px 0px;
    padding: 0px 10px 0px 10px}
#inhalt h2{
    font-size: 18px;
    line-height: 1.4;
    text-align:center}
#inhalt h3{
    font-size: 16px;
    line-height: 1.3;
    text-align: center}
#inhalt p{
    font-size: 14px;
    font-weight: 600;
    line-height: 1.3}
#inhalt p b{
    font-size: 14px;
    font-weight: 1000;
    line-height: 1.3}
#inhalt li{
    font-size: 14px;
    font-weight: 600;
    line-height: 1.3}
#inhalt ol.ebene1{
    counter-reset:listenpunkt_ebene1;
    list-style-type:none;
    margin: 0px 0px 10px 0px;
    padding: 0px 10px 0px 10px;
    font-size: 16px;
    line-height: 1.3}
#inhalt ol.ebene1 li:before {
  content: counter(listenpunkt_ebene1) ". ";
  counter-increment:listenpunkt_ebene1;}
#inhalt ol.ebene2 {
  counter-reset:listenpunkt_ebene2;
  list-style-type:none;}
#inhalt ol.ebene2 li:before {
  content: counter(listenpunkt_ebene1)"."counter(listenpunkt_ebene2,decimal) ". ";
  counter-increment:listenpunkt_ebene2;
    margin: 0px 0px 10px 0px;
    padding: 0px 10px 0px 10px;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.3}
#inhalt ol.ebene3 {
    list-style-type: disc
}
#inhalt ul li {
    margin: 0px 0px 10px 0px;
    padding: 0px 10px 0px 10px}
#inhalt table {
    font-size: 14px;
    font-weight: 600;
    line-height: 1.3}
form.kontaktformular fieldset {
    margin-top: 25 px;
    padding: 10 10 10px;
    width: 500px;
    border: none;}
form.kontaktformular legend {
    padding: 0 10px;
    font-weight: bold;}
form.kontaktformular label {
    float: left;
    width: 130px;}
.bold {
    font-weight: bold;}
form.kontaktformular input, textarea {
    width: 220px;
    margin-bottom: 5px}
form.kontaktformular textarea {
    width: 350px;
    height: 150px;}
#submitbutton {
    margin-left: 0px;
    margin-top: 25px;
    width: 100px;}
a{
    color: inherit;
    font-family: inherit;
    text-decoration: none}
a:link{
    color: inherit;
    font-family: inherit;
    text-decoration: none}
a:visited{
    color: inherit;
    font-family: inherit;
    text-decoration: none}
a:hover{
    color: inherit;
    font-family: inherit;
    text-decoration: none}
a:active{
    color: inherit;
    font-family: inherit;
    text-decoration: none}
#inhalt a{color: inherit;
    font-family: inherit;
    text-decoration: underline}
#menu ul{
    list-style-type: none;
    padding: 0px}
#menu ul li:hover > ul {
  display: block;}
#menu ul ul{
    display: none;
    margin: 8px}
#menu li.current{
    background-color: #366BF4;
    color: #FAF9F8}
footer{width: auto;
    height: auto;
    font-weight: 800;
    margin: 8px 0px 15px 0px;
    padding: 8px 15px 8px 15px;
    overflow: hidden;
    box-shadow: 2px 2px 2px 0px #515151;
    background-color: #FAF9F8;}