html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
body {
    margin: 0;
    font-size: 16px;
    -moz-hyphens: auto;
    -o-hyphens: auto;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}

h1 {
    color: #003c65;
    font-weight: bold;
    font-size: 1.6
}

h2 {
    color: #003c65;
    font-weight: normal;
    font-size: 1.4;
    margin: 40px 0 15px 0;
}

footer {
    border-top: solid 1px #003c65;
    padding-top: 20px;
    margin-top: 80px;
}

footer p {
    color: #003c65;
    font-size: 90%;
    text-align: center;
}

footer a {
    color: #003c65;
}

address {
    margin: 15px 0 15px 20px;
    font-size: 1.1em;
    font-style: italic;
    line-height: 1.5em;
}

#branding {
    width: 100%;
    padding-bottom: 20px;
    background-color: #cee4f6;
}

#logo {
    display: table-cell;
    max-height: 200px;
    max-width: 200px;
    margin: 40px 0 10px 0;
}

#content {
    background-color: #FFFFFF;
    margin: 5% 20% 5% 20%;
}

.center {
    display: table;
    margin-left: auto;
    margin-right: auto;
}

.kontakt {
    padding: 30px 0 30px 20px;
}

.button {
    color: #FFFFFF;
    text-decoration-line: none;
}

a .button {
    background-color: #fc8131;
    padding: 20px;
}

a:hover .button {
    background-color: #e7650d;
}

.text {
    font-size: 1em;
    line-height: 1.4em;
    margin-bottom: 10px;
}

.impressum {
    font-size: 0.9em;
    line-height: 1em;
}