/* Style Sheet */
 h1, h2, h3, h4, h5, h6, ul, ol, li, p {
    padding: 0;
    margin: 0;
    border: 0;
}
ul, ol, li {
    list-style: none;
	}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Comic Sans MS', Arial, sans-serif;
    font-weight: bold;
    font-size: 100%;
}
 a {
    text-decoration: none;
}
 a:visited {
    color: #0000ee;
}
html {
    background-color: #d7d7d7;
}
body {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin: 0px auto;
    max-width: 90em;
    box-shadow: 0px 0px 10px #373737 inset;
    border: 2px solid;
    border-radius: 0.8em;
    background-image: url(hinthomepage3.jpg);
    font-family: Arial, Helvetica, Calibri, 'Times New Roman', sans-serif;
    color: #141414;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
}
header, #main, footer, nav#top, article {
    -webkit-flex: 1 100%;
    -ms-flex: 1 100%;
    flex: 1 100%;
    padding: 0.4em;
}
header {
    text-align: center;
}
nav#top {
    margin: 0.5em 0.25em 0.25em;
}
article {
    min-height: 650px;
    padding: 0px 10px;
    margin: 0.25em;
}
footer {
    box-shadow: 0px 0px 10px #425403 inset;
    margin: 0 0.75em 0.25em;
    padding: 0.6em;
    border: 2px solid;
    border-radius: 0.8em;
    border-color: #425403;
    background-color: #BABC73;
}
div#infobox {
    max-width: 40em;
    margin: 1em auto;
    padding: 1.5em;
    box-shadow: 0px 0px 10px #425403 inset;
    border: 2px solid;
    border-radius: 0.8em;
    border-color: #425403;
    background-color: #BABC73;
}
nav#top ul {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}
nav#top a, nav#top a:link {
    display: block;
    position: relative;
    width: 250px;
    height: 85px;
    background-image: url(pfeil2.gif);
    color: #141414;
    -webkit-transition: color 0.5s;
    transition: color 0.5s;
}
nav#top a:focus, nav#top a:hover, nav#top a.current {
    color: #F6F7EA;
}
.linktext {
    position: absolute;
    left: 26px;
    bottom: 30px;
    font: bold 1.2em 'Comic Sans MS',Arial,sans-serif;
}
h1 {
    margin-top: 0.5em;
    font-size: 2em;
    font-weight: bold;
    color: #F6F7EA;
}
p {
    margin-bottom: 0.5em;
}
p.impressum {
    font-size: 0.8em;
    text-align: center;
    margin-bottom: 0;
}
img.right {
	float: right;
    margin: 0 0 15px 15px;
    border: 3px solid #2D3034;
    border-radius: 0.8em;
}
b {
    font-weight: bold;
}
@media only screen and (max-width: 800px) {
    img.right {
    float: none;
    width: 240px;
    height: 180px;
    margin: 0px;
}
}
