{
    margin:0;
    padding:0;
}
header, nav, aside, footer, main, article, section, address {
    display: block;
}

body {
    font-size:100.01%;
    background-color: ivory;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    width: auto;
    height: 100%;
}


.navOben {
    color: #002200;
    font-weight: lighter;
    margin: 0;
    padding: 0;
    font-family: Arial, sans-serif;
    font-size: 1.4em;
    text-align: center;
    padding-top: 0;
    padding-bottom: 0.5em;
}

.navOben ul {
    margin: 0;
    padding: 0;
}

.navOben li {
    list-style: none;
    display: inline-block;
    margin: 0.4em 0.7em 0 0.4em;
}

.navOben a {
    list-style: none;
    text-decoration: none;
    color: #8b0000;
    display: inline;
}

.navOben [aria-current=page] {
	color: #002200;
}



.navOben a:hover {
    color: blue;
    text-decoration: underline;
}





header {
    background-color: cornsilk;
    background-image: url(images/2024Feb20-Feder-22-frei-salmon-klein.png);
    background-position: top;
    background-repeat: no-repeat;
    text-align: center;
    padding-top: 0.5em;
    padding-bottom: 1em;
    height: 100%;
}

header p {
    color: #002200;
    font-size: 1.15em;
    font-family: Arial, sans-serif;
}

header h1 {
    font-size: 3em;
}

header h2 {
    font-size: 2em;
}


header a {
    list-style: none;
    text-decoration: none;
    color: #8b0000;
}

header a:hover {
    color: blue;
    text-decoration: underline;
}

header ul {
    list-style: none;
}



main {
    text-align: center;
    background-color: cornsilk;
    padding-bottom: 2em;
}

.wichtig {
    color: blue;
    text-decoration: underline;
    font-size: larger;
}

.eins {

    text-align: center;
    padding-top: 0.5em;
    padding-bottom: 0em;
    height: 100%;
    
}




.eins p {
    color: #002200;
    font-size: 1.15em;
    font-family: Arial, sans-serif;
}

.eins li {
list-style: none;
padding: 0em;

}

.eins h1 {
    font-size: 3em;
    color: #002200;
}

.eins h3 {
    font-size: 2em;
    color: #002200;
}

.eins h4 {
    font-size: 1.6em;
    color: #002200;
}

.eins h5 {
    font-size: 1.4em;
    color: #002200;
}

.eins a {
    list-style: none;
    text-decoration: none;
    color: #8b0000;
}

.eins a:hover {
    color: blue;
    text-decoration: underline;
}


address {
    text-align: center;
}

address dl {
    color: #002200;
    font-size: 1.15em;
    font-family: Arial, sans-serif;
}

address a {
    list-style: none;
    text-decoration: none;
    color: #8b0000;
}

address h5 {
    font-size: 1.4em;
    color: #002200;
}





.liste h3 {
    font-size: 2em;
    color: #002200;
}

.liste {
    height: auto;
    padding-right: 9%;
    padding-left: 4%;
}

.liste p {
    color: #002200;
    font-size: 1.15em;
    font-family: Arial, sans-serif;
}

.liste a {
    list-style: none;
    text-decoration: none;
    color: #8b0000;
}

.liste li {
    list-style: none;
}

.liste a:hover {
    color: blue;
    text-decoration: underline;
}





footer {
    background-color: ivory;
    background-image: url(images/20251123Monogramm3-salmon.png);
    background-repeat: no-repeat;
    background-position: top;
    height: 100%;
    font-family: Arial, sans-serif;
    font-size: 1.15em;
    text-align: center;
    padding-top: 1em;
    padding-bottom: 2em;
}


.textUnten {
    background-image: url(images/20251123Monogramm3-salmon.png);
    background-repeat: no-repeat;
    background-position: top;
}


.navUnten {
    color: #002200;
    font-weight: lighter;
    margin: 0;
    padding: 0;
}

.navUnten ul {
    margin: 0;
    padding: 0;
}

.navUnten li {
    list-style: none;
    display: inline-block;
    margin: 0.5em 1em 0 0.5em;
}

.navUnten a {
    list-style: none;
    text-decoration: none;
    color: #8b0000;
    display: inline;
}

.navUnten a:hover {
    color: blue;
    text-decoration: underline;
}

.navUnten [aria-current=page] {
	color: #002200;
}





.fototop {
padding: 1em;
}

.fotolinksli {
    float: left;
}

.pla05 {
    padding: 0.5em 0 0 0;
}

.pla10 {
    padding: 1em 0 0 0;
}

.pla15 {
    padding: 1.5em 0 0 0;
}

.pla20 {
    padding: 2em 0 0 0;
}

.pla25 {
    padding: 2.5em 0 0 0;
}

.pla30 {
    padding: 3em 0 0 0;
}

.pla35 {
    padding: 3.5em 0 0 0;
}

.pla40 {
    padding: 4em 0 0 0;
}



.pfeil {
    text-align: center;
    margin: 4em 0 0 0;
}


hr {
	width: 90%;
	text-align: center;
	height: 1px;
	margin-top: 2em;
	margin-bottom: 2em;
	color: #002200;
	background: #002200;
}