* {
	margin:0;
	padding:0;
}

article,
aside,
figcaption,
figure,
footer,
header,
main,
nav,
section {
    display: block;
}

body {
	background: #f0efda;
	font-family: Geneva, Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
}


#container {
	margin:2px auto;
	width:1000px;
}

header {                                                     
	background:#ffffff;

}

nav {
	background:#F0FFFF;
    text-align: center;
    padding-top: 1.5em;
    padding-bottom: 1.5em;    
}

main {
	width:100%;
	height:auto;
}

article {
	background:#F0FFFF;
    padding-top: 1.5em;
    padding-left: 10%;   
}

footer {
	background:#F0FFFF;
	font-size: 0.8em;
	text-align: right;
    padding-top: 1.5em;
    padding-right: 9%;
    padding-bottom: 1.5em;
	height:auto;    
}

.einzug {
    padding-left: 5%;
}

.flex-image {
    max-width:100%
}

.flex-image2 {
    padding-left: 5%;
}

.flex-image4 
    {max-width:50%;padding-left:22%;padding-top:2.2em;padding-bottom:1em;
}

.right-image {
    padding-left: 0%;
    padding-top: 1em;
    padding-bottom: 1em;
    vertical-align: middle;
}

p {
    padding-top: 1em;
}

h1 {
    font-size: 1.3em;
    text-align: left;
    color:#696969;
}

h2 {
    font-size: 1.3em;
    color:#696969;
}

ul li {
    list-style-type: none;
    text-align: justify;
    margin-top: 1.5em;
    margin-right: 10%;
}
    
 a.blue:link { color:#0000FF; text-decoration:none; }
 a.blue:visited { color:#0000FF; text-decoration:none; }
 a.blue:hover { color:#FF0000; text-decoration:none; }
 a.blue:active { color:#0000FF; text-decoration:none; }
 
 a.yellow:link { color:#FFD700 ; text-decoration:none; }
 a.yellow:visited { color:#FFD700; text-decoration:none; }
 a.yellow:hover { color:#00BFFF; text-decoration:none; }
 a.yellow:active { color:#ffffff; text-decoration:none; }

 a.infolink:link { color:#8A0829 ; text-decoration:none; }
 a.infolink:visited { color:#8A0829; text-decoration:none; }
 a.infolink:hover { color:#00008B; text-decoration:none; }
 a.infolink:active { color:#8A0829; text-decoration:none; }

@media only screen and (max-width: 1000px) {

body {
	background: #f0efda;
	font-family: Geneva, Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
}

#container { 
    	margin:2px auto;
        width:100%; 
}


h1 {
    font-size: 1.2em;
    color:#696969;
}

h2 {
    font-size: 1.2em;
    color:#696969;
}

@media only screen and (max-width: 767px) {

body {
	background: #f0efda;
	font-family: Geneva, Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
}

#container {
    	margin:2px auto;
        width:100%;
}

h1 {
    font-size: 1.1em;
    color:#696969;
}

h2 {
    font-size: 1.1em;
    color:#696969;
}


@media only screen and (max-width: 480px) {

body {
	background: #f0efda;
	font-family: Geneva, Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
}

#container {
    	margin:0px auto;
        width:100%;
}

h1 {
    font-size: 1.1em;
    color:#696969;
}

h2 {
    font-size: 1.1em;
    color:#696969;
}

