* {
   
    margin: 0;
    padding: 0;
} 

body {
    font-family: segoe ui, "san francisco", "arial", "lucida console", sans-serif;
}


h1 {
    color: #922949;
    font-weight: 600;
    font-size: 1.5em;
    padding-bottom: 1em;
}

h2 {
   color: #922949;
    font-weight: 600;
    font-size: 1.1em;
    padding-top: 0.8em;
    padding-bottom: 0.3em; 
}

h3 {
   color: #922949;
    font-weight: 600;
    font-size: 1em;
    padding-top: 0.8em;
    padding-bottom: 0.3em; 
}

#wrapper {
    width: 1000px;
    margin: 0 auto;
}

header {
    background-color: white;
    height: 90px;
    margin-top: 30px;
    margin-bottom: 20px;
    border-bottom: 10px solid #297E92;
}

header .mittig {
    display: block;
    margin-right: auto;
    margin-left: auto;
}

#steuerung {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 60px;
    height: 2.6em;
}

#steuerung ul {
    display: inline-block;
    list-style: none;
}

#steuerung li {
    width: auto;
    list-style-type: none;
    line-height: 2.6em;
    float: left;
}

#steuerung li.aktiv a {
    color: #922949;
}

#steuerung ul.level2 {
    position: absolute;
    left: -32768px;
    top: -32768px;
    width: 0;
    height: 0;
}

#steuerung  ul.level2 li {
    background-color: white;
    clear: both;
}

#steuerung  ul.level2 li a {
    background-color: white;
    margin-right: 3em;
    margin-left: 0.6em;
    padding: 0.3em 0.6em 0.3em 0.3em;
}

#steuerung ul li:hover ul.level2 {
    left: auto;
    top: auto;
    display: block;
    width: auto;
    height: auto;
    border-bottom: 2px solid silver;
}

#steuerung a {
    margin-left: 0px;
    margin-right: 60px;
    color: #297E92;
    text-decoration: none;
    letter-spacing: 0.1em;
    font-weight: 600;
    padding: 0 0 0 1em;
}

#steuerung a:hover {
    color: #922949;
}

aside {
    clear: both;
    float: left;
    width: 230px;
    margin: 0em 30px 0 60px;
}

aside p {
    font-size: 0.8em;
    padding-bottom: 0.3em;
}

aside figure {
    padding: 0 0 10px 0;
    float: right;
	margin: 0 0 1.6em 0;
}

aside figcaption {
	font-size: 80%;
	text-align: center;
	font-style: italic;
}

#letztezeile {
    padding-bottom: 1em;
}


aside img {
    border: 1px solid #297E92; 
    margin-top: 0.4em;
    margin-bottom: 2em;
}

article {
    width: 580px;
    margin-left: 320px;
    margin-right: 45px;
}


article p {
    line-height: 1.5em;
    padding-top: 0em;
    text-indent: 0em;
    padding-bottom: 1em;
}

article figure {
    padding: 20px 0 20px 0;
    text-align: center;
}

article figcaption {
	font-size: 80%;
	text-align: center;
	font-style: italic;
    padding-top: 5px;
}


article a {
    color: #922949;
    font-size: 1em;
    font-weight: bolder;
    text-decoration: none;
}

article img {
    border: 1px solid #297E92;
}


footer {
    clear: both;
    background-color: white;
    width: 1000px;
    height: 1.5em;
    margin-top: 3.5em;
    margin-left: 5em;
    text-align: center;
    
}

footer  p {
    display: inline-block;
    float: left;
    font-size: 0.9em;
    margin-right: 3em;
    color: black;
}


footer a {
    float: left;
    color: #297E92;
    font-size: 0.9em;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-decoration: none;
    margin-right: 1.5em;
}

footer a:hover {
    color: #922949;
}

footer nav ul {
    list-style-type: none;
}

footer nav li{
    display: inline-block;
}

.menue-button {
    display: none;
}

@media only screen and (max-width:62.5em) {
    
    body {
        background-image: none;
}
    
    #wrapper {
        width: 100%;
        height: 100%;
        box-shadow: none;
}
    
    header {
        width: 100%;
        margin-top: 0;
}
    

    #steuerung {
        display: none;
        float: none;
        background-color: gainsboro;
        border-bottom: none;
        width: 100%;
        height: 100%;
        margin-left: 0;
        margin-bottom: 1em;
}
    
    #steuerung ul {
        display: block;
    }
   
    #steuerung ul.level2 li {
        background-color: aqua;
        display: none;
    }
    
    #nav-menue:target #steuerung {
        display: block;
        float: none;
        width: 100%;
        margin-left: 0;
            
}
    
    #nav-menue:target .menue-button-beschr-open {
        display: none;
}
    
    #steuerung li {
/*        background-color: red;*/
        list-style-type: none;
        float: none;
        line-height: 3em;
        display: block;
        border-top: 1px solid #008A99; 
       
        
}
    
    .menue-button {
        background-color: white;
        display: block;
        position: absolute;
        left: 60px;
        top: 50px;
        padding: 0.2em 0.3em;
        color: #008A99;
        border: 1px solid #008A99;
        cursor: pointer;
        text-decoration: none;
}
    
    .menue-button:hover {
        background-color: #008A99;
        color: white;
}
    
    #steuerung a {
        width: 100%;
        display: inline-block;
/*        margin-left: 1.3em;*/
        color: #008A99;
        text-decoration: none;
        box-sizing: border-box;
}
    
    #steuerung a:hover {
        background-color: #008A99;
        color: white;
}
    
    
    aside figure {
        width: 100%;
        height: auto;
}
    
    article {
        width: 87%;
        margin: 2em 45px 2em 55px;
}
    
    article figure {
        width: 100%;
        height: auto;
    }
    
    article img {
        width: 70%;
        height: auto;
    }

    footer {
        width: 100%;
        height: 100%;
        float: none;
        margin-left: 0em;
}
    
 footer nav ul {
        line-height: 1.5em;
}
    
    footer nav li{
        margin-left: 1em;
}
    
    footer  p {
        float: left;
        margin-left: 4em;
        margin-right: 0.2em;
        font-size: 0.8em;
        color: black;
}
    footer a {
        float: left;
        color: #297E92;
        margin-right: 0.2em;
        font-size: 0.8em;
        text-decoration: none;
    
}
}


@media only screen and (max-width:35.625em) {
    
    header {
        height: 80px;
        width: 100%;
}
    
    header .mittig {
        width: 50%;
        height: auto;
    }
    
    aside {
        margin-top: 2em;
        margin-left: 0em;
        width: 100%;
        height: 100%;
        float: none;
}
    
    aside img {
        display: block;
        width: 40%;
        height: 40%;
        margin-left: auto;
        margin-right: auto;
        margin-top: 3em;
        margin-bottom: 0.2em;
}
    
    aside p {
        display: none;
    }
    
    article {
        width: 87%;
        margin-left: 2em;
}
    
    article img {
        width: 100%;
        height: auto;
    }
    
    h1 {
        padding-top: 0.7em;
        padding-bottom: 0.5em;
}
    
    .menue-button {
        border: none;
        color: black;
        background-color: gainsboro;
        top: 93px;
      
        right: 0em;
        left: 0;
        text-align: center;
        
}
     footer  p {
        float: none;
        margin-left: 0em;
        margin-right: 0.2em;
        font-size: 0.8em;
        color: black;
}
    footer a {
        float: none;
        color: #297E92;
        margin-right: 0.2em;
        font-size: 0.8em;
        text-decoration: none;
    
}
}