body {
    background-image:url(../images/back-lighten-bg.jpg);
    background-position: center;
    background-color: orange;
    background-size: length;
    background-attachment: fixed;
    font-family: 'Josefin Sans', sans-serif;
    text-align: center;
}

.content {
    /*
    background: white;
    */
    /*width: 50%;*/
    /*padding: 40px;*/
    /*margin: 100px auto;*/
    margin-top: 100px;
    margin-bottom: 150px;
    color: white;
}

.headline {
    font-size: 300px;
    line-height: 1.1;
    text-transform:uppercase;
    font-weight: 800;
}

.subline {
    font-size: 125px;
    line-height: 1.1;
    /*text-transform:uppercase;*/
}

.text {
    font-size: 75px;
    line-height: 1.3;
    margin-top: 100px;
}

p {
    font-size: 25px;
}

a:link    {
    color: white;
}
a:visited { /* Deklarationen */ }
a:focus   { /* Deklarationen */ }
a:hover   {
    color: yellow;
}
a:active  { /* Deklarationen */ }