.wrapper_schutz {
    max-width: 1280px;
    width: 100%;
    position: relative;
    min-height: 100%;
    margin: 0 auto;
    background: #fff url("../pics/back_schutz.jpg") no-repeat scroll center top;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
#content {
    max-width: 1280px;
    width: 80%;
    padding: 4% 10% 10% 10%;
    font-family: 'Muli-light', Helvetica Neue, Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-size: 1.6em;
    line-height: 1.2;
}

h2,
h5 {
    font-family: 'Muli-Regular', Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 0.9em;
    font-weight: 400;
    padding: 2% 0 1% 0;
}

h1 {
    font-family: 'Muli-Regular', Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 1.1em;
    font-weight: 400;
    padding: 2% 0 5% 0;
}

h3 {
    font-family: 'Muli-Regular', Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 0.8em;
    font-weight: 500;
    padding: 2% 0 2% 0;
}

h4 {
    font-family: 'Muli-Regular', Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 1em;
    font-weight: 500;
    padding: 2% 0 1% 0;
}

p, p.bodytext, li {

    font-weight: 300;
    padding: 0 0 1% 0;

}
