/* Der allgemeine Hintergrund */
body {
    font-family: Arial, sans-serif;
    font-size: 12pt;
    color: #003256;
}
p, li {
    margin: 2px 0;
    line-height: 1.7em;
}
a {
    cursor: pointer;
    text-decoration: none;
    color: inherit;
}
a:hover {
    text-decoration: underline;
}

h1 {
    margin: 3px 0;
}
h2 {
    color: #0058A0;
    font-size: 16pt;
    letter-spacing: -0.8px;
    margin: 10px 0 20px 0;
    font-weight: bold;
}
h3 {
    margin: 3px 0;
}
h4 {
    color: #4BA2E9;
    font-size: 14pt;
    margin: 10px 0 20px 0;
}
h5 {
    color: #0058A0;
    font-size: 14pt;
    letter-spacing: 0;
    margin: 30px 0 20px 0;
}
.mb24name {
    text-transform: uppercase;
    font-weight: bold;
}

/* Inhaltsabsätze */
.paragraph {
    text-align: left;
    padding: 30px 0 30px 0;
    position: relative;
    color: #2F519A;
}

.paragraph.withhelpbox {
    padding-top: 50px;
}

.paragraph.gray {
    background-color: #EEF1F7;
}

.paragraph.white {
    background-color: #FFFFFF;
    color: #003256;
}

.paragraph.center {
    text-align: center;
}

/* Widgets */
.bluebutton {
    color: white;
    background-color: #0058A0;
    padding: 7px 30px;
    margin: 10px 0 20px 0;
    cursor: pointer;
    border-style: none;
}

.orangebutton {
    color: white;
    background-color: #F37200;
    padding: 7px 30px;
    margin: 10px 0 20px 0;
    cursor: pointer;
    border-style: none;
}

.bluelink {
    text-decoration: none;
    color: #4BA2E9 !important;
}

.orangelink {
    text-decoration: none;
    color: #F37200 !important;
}