body {
    margin-left: 100px;
    margin-right: 100px;
    background-color: whitesmoke;
    font-family: Futura, "Trebuchet MS";
    color: #6AA39f;
}
h1 {
    font-size: 55px;
    font-weight: 900;
}
h2 {
    font-size: 40px;
    font-weight: 100;
    margin-top: -40px
}
h3 {
    font-size: 40px;
    font-weight: 900;
}
h4, h5, h6 {
    font-size: 30px;
    font-weight: 100;
    margin-top: -40px;
    text-align: center;
}
h6 {
    margin-top: -50px;
}
h7 {

    text-align: right;
}
.Bild {
    text-align: center;
}
.Kontakt p {
    font-size: 30px;
    font-weight: 100;
    text-align: center;
}
h1, h2, h3, .Anmeldeformular {
    text-align: center;
}
.Impressum {
    float: left; 
    width: 48%; 
    margin-right: 2%; 
    padding: 20px; 
    background: #eee; 
    box-sizing: border-box;
}
.Datenschutz {
    float: right; 
    width: 48%; 
    margin-right: 2%; 
    padding: 20px; 
    background: #eee; 
    box-sizing: border-box;
    text-align: right;
}
.Datenschutz p{
    text-align: left;
}
