/* style des containers kommt von der SE webseite */
.container
{
    max-width: 1530px; /* 1140px; */
    margin: 0 auto;
    color: #555;
    font-family: 'Titillium Web', arial, sans-serif;
    font-size: 16px;
    background-color: ghostwhite;
}

.headline
{
    color: black;
    font-family: 'Titillium Web', arial, sans-serif;
    font-size: 22px;
}