/*---------css reset-------------
--------------------------------*/
* {
padding: 0;
margin: 0;
font-size: 100%;
font-weight: normal;
}

ul,ol {
list-style: none;
}

b,strong {
font-weight: bold;
}

img, a img {
border: none;
}

/*---------font-eigenschaften-------------
--------------------------------*/

html {
font-size: 120%;
}


body {
font-family: Optima, Segoe, Segoe UI, Candara, Calibri, Arial, Helvetica, sans-serif;
line-height: 1.5rem;
text-align: left;
color: #663300;
}

h1 {
font-size: 2rem;
line-height: 4rem;	
font-weight: bold;
padding-top: 20px;	
}

h2 {
font-size: 1.2em;
font-weight: bold;
padding: 1em 0 0 0;
}

a:link, a:visited {
text-decoration: none;
background: transparent;
color: #663300;
}

.i {
font-style: italic;
}

.u {
text-decoration: underline;
}

main a:hover {
background: #ffcc00;
cursor: pointer;	
}

nav li a:hover {
color: red;
cursor: pointer;	
}

nav ul {
padding-top: 20px;
padding-bottom: 20px;	
}

section ul{
padding-top: 20px;	
}

section li{
text-indent: 2em;	
font-size: 1.1rem;	
}

section a:hover {
background: #ffcc00;
cursor: pointer;	
}

footer a:hover {
color: red;
cursor: pointer;	
}


/*---------layout-------------
--------------------------------*/

#container {
margin: 0px auto;
}

#content {
position: absolute;
background: url(img/bckgrd.jpg) repeat;
width: 100%;
}

header {
background: url(img/bckgrd.jpg) repeat;	
height: 80px;
width: 100%;
position: fixed;
padding-top: 10px;	
border-bottom: 2px solid #ffcc00;
border-top: 2px solid #ffcc00;	
}

nav {
text-align: center;
}

nav {
text-align: center;
}

nav li {
display: inline;
color: #FFCC00;
font-size: 1.5rem;
padding: 5px 20px 5px 20px;
border-right: solid #663300;
}

nav li.first {
border-right: solid #663300;
border-left: solid #663300;
}


main {
margin-top: 100px;	
padding: 30px;
}


main img {
width: 400px;
border: 3px solid #ffcc00;
float: left;
display: inline-block;
margin-right: 20px;
margin-top: 40px;	
}

.flex { 
    display: flex; 
    justify-content: flex-start; 
    align-items: flex-start;
}

main ul {
margin-left: 5%;
}

section {
width: 95%;	
padding: 10px 30px 30px 30px;
clear: both;
}

footer {
padding: 20px 50px;
clear: both;
border-top: 2px solid #ffcc00;
}

.einzug {
	padding: 10px 0px 20px 20px;
}

@media screen and (max-width: 650px) {


main img {
width: 150px;
    	}
	
nav li {
font-size: 1rem;
}	
	
	
}