* {
    margin: 0;
    padding: 0;
}
html {
    font-size: medium;
    font-family: "Helvetica Neue", "Helvetica", "Arial", "sans serif";
}
body {
    background-color: #F2F1F0;
    color: #555555;
}
.message {
    margin-bottom: 1rem;
    padding: 1rem;
    border: solid 2px #FF0000;
    display: none;
}
h1 {
    margin-bottom: 1rem;
    font-size: 2rem;
    font-weight: bold;
    line-height: 1.2;
}
h2 {
    margin-bottom: 1rem;
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 1.2;
}
p {
    margin-bottom: 1rem;
    font-size: 1rem;
    font-weight: normal;
    line-height: 1.2;
}
b {
    font-weight: bold;
}
.container {
    max-width: 900px;
    width: inherit;
    margin: auto;
}
nav {
    float: right;
    margin-top: 13rem;
    margin-right: 1.8rem;
    border: solid 2px #009fe3;
    padding: .7rem;
    color: #009fe3;
}
header {
    margin-top: 15px;
    margin-bottom: 15px;
    padding: 10px 15px 10px 15px;
    width: auto;
    height: auto;
    background-color: #FAF9F8;
    -moz-box-shadow: 0px 1x 2px 0px #515151;
    -webkit-box-shadow: 0px 1px 2px 0px #515151;
    box-shadow: 0px 1px 2px 0px #515151;
}
header h1 {
    margin: auto;
}
header h1 img {
    width: 100%;
    height: auto;
}
main {
    margin-bottom: 15px;
    padding-top: 1rem;
    background-color: #FAF9F8;
    -moz-box-shadow: 0px 1x 2px 0px #515151;
    -webkit-box-shadow: 0px 1px 2px 0px #515151;
    box-shadow: 0px 1px 2px 0px #515151;
}
main h2 {
    margin-bottom: 0.5rem;
    font-size: 1.7rem;
    font-weight: bold;
    line-height: 1.3;
}
main h3 {
    margin-bottom: 0.5rem;
    font-size: 1.3rem;
    font-weight: bold;
}
main p {
    margin-bottom: 0.6rem;
    text-align: justify;
    font-size: 1.2rem;
    font-weight: normal;
    line-height: 1.3;
}
main ul {
    margin-bottom: 1.5rem;
    padding: 0px 1.2rem;
}
main li {
    margin-bottom: 0.7rem;
    margin-left: 0.5rem;
    padding: 0rem 0.7rem;
}
main a {
    color: inherit;
    font-size: inherit;
    text-decoration: none;
    font-weight: bold;
}
main a:link {
    color: inherit;
    font-size: inherit;
    text-decoration: none;
    font-weight: bold;
}
main a:visited {
    color: inherit;
    font-size: inherit;
    text-decoration: none;
    font-weight: bold;
}
main a:hover {
    color: inherit;
    font-size: inherit;
    text-decoration: none;
    font-weight: bold;
}
main a:active {
    color: inherit;
    font-size: inherit;
    text-decoration: none;
    font-weight: bold;
}
footer {
    width: 100%;
    height: 3rem;
    background-color: #3D3F45;
}
footer p {
    margin: auto;
    height: inherit;
    text-align: center;
    color: #FAF9F8;
    line-height: 3;
}
footer a {
    color: inherit;
    font-size: inherit;
    text-decoration: none;
    font-weight: bold;  
}
footer a:link {
    color: inherit;
    font-size: inherit;
    text-decoration: none;
    font-weight: bold;
}
footer a:visited {
    color: inherit;
    font-size: inherit;
    text-decoration: none;
    font-weight: bold;
}
footer a:hover {
    color: inherit;
    font-size: inherit;
    text-decoration: none;
    font-weight: bold;
}
footer a:active {
    color: inherit;
    font-size: inherit;
    text-decoration: none;
    font-weight: bold;
}
/* --- IMPRESSUM --- */
#impressum {
    margin-bottom: 15px;
    padding: 1rem 3rem 1rem 3rem;
    background-color: #FAF9F8;
}
#datenschutz {
    padding: 1rem 3rem 1rem 3rem;
    background-color: #FAF9F8;
}
#datenschutz p {
    text-align: justify;
}
section {
    -moz-box-shadow: 0px 1x 2px 0px #515151;
    -webkit-box-shadow: 0px 1px 2px 0px #515151;
    box-shadow: 0px 1px 2px 0px #515151;
}