body {
    background-color: #cccccc;
    margin: 5px;
}

.center-column {
    background-color: #ffffff;
    width: 980px;
    margin-left: auto;
    margin-right: auto;
    padding: 10px 0;
}
.subtitle {
    margin-bottom: 20px;
    line-height: 1.2;
}

.teaser {
    width: 100%;
    border: 0.5px solid #000000;
    margin-bottom: 16px;
}

.content {
    text-align: justify;
    line-height: 1.2;
    margin-left: 40px;
    margin-right: 40px;
}

.block {
    padding: 0 16px 16px 16px;
}

.footer {
    width: 980px;
    margin-left: auto;
    margin-right: auto;
    padding: 10px 40px;
}

a:link {
    color: #007d84;
    text-decoration: none;
}

a:visited {
    color: #007d84;
    text-decoration: none;
}

a:hover {
    color: #007d84;
    text-decoration: underline;
}

h1, h2, h3, h4, h5, h6 {
    line-height: 1;
}
