html,body {
    width: 100%;
    height: 100%;
}

 .header-bg {    
   background-color: white;
    background-image:  url(../images/toplogo.png);
    height:27vh;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: top center;
    background-size: auto 27vh ;
    -webkit-background-size: auto 27vh ;
    -moz-background-size: auto 27vh ;
    -o-background-size: auto 27vh ;
    position: relative;
    background-attachment: scroll;
   
} 

.content{
    width: 80%;
    margin-left: auto;
    margin-right: auto;

    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-size: 1em;

    text-align: justify;
}

.content h1 {
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-size: 2.1em;
    /* align-self: center; */
    /* align-items: center; */
    text-align: center;
}

.content h2 {

    margin-top: 0.5em;
    margin-bottom: 0.5em;

    text-align: left;
    
    font: 1.4em sans-serif;
}

.content h3 {

    font-weight: normal;
}
.content-hard{ /* Impressum und Datenschutz */
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}

.content-hard h1 {
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-size: 2.9em;
    /* align-self: center; */
    /* align-items: center; */
    text-align: center;
}

.textblock{
    width: 85%;
    margin-left: auto;
    margin-right: auto;
    }

.textblock h2{

    margin-top: 0em;
    margin-bottom: 0.5em;
    
    text-align: left;
    
    font: 1.4em sans-serif;
}
.splittable {
    width: 80%;
}

.splittable h3 {
    margin-top: 0em;
    margin-bottom: 0.5em;
    
    font-style: normal;
    font-weight: bold;

}
.splittable h4 {
    margin-top: 0em;
    margin-bottom: 0em;
    
    font-style: normal;
    font-weight: bold;

}

.pixcopyright {
    
    margin-top: 0em;
    margin-bottom: 2em;

    align-self: center;
    text-align: center;

    font-size: 0.75em;
    font-style: italic;
    
}