
html, body {
    margin: 0;
    background-color: #ffffff;
    font-size: 14px;
    font-family: 'Noto Sans', sans-serif;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}

body, h1, h2, h3, h4, a, p, ul, ol, div, font, textarea, label {
    font-family: 'Noto Sans', sans-serif;
    font-size: 14px;
    text-decoration: none;
    font-weight: normal;
    color: #333333;
    line-height: 20px;
    padding: 0px;
    margin: 0px;
}

A {
    text-decoration: none;
    color: #446696;
    font-weight: inherit;
    font-size: inherit;
    font-style: inherit;
    font-family: inherit;
    line-height: inherit;
}

ul, ol {
    display: block;
    font-family: "Open Sans", Arial, Helvetica, Geneva, Tahoma, Verdana, sans-serif;
    font-size: 14px;
    text-decoration: none;
    font-weight: normal;
    color: #333333;
    line-height: 20px;
    margin: 10px 0px 10px 15px;
    padding: 0px 0px 0px 10px;
}

ul li,
ol li {
    margin-bottom: 5px;
}

.Titel {
    font-size: 32px !important;
    line-height: 38px !important;
    margin-bottom: 20px;
    color: #446696;
    letter-spacing: 0.5px;
    margin-bottom: 10px;
}

.Untertitel {
    color: #0a72bb;
    font-size: 20px !important;
    line-height: 26px !important;
    font-weight: normal;
    margin-bottom: 10px;
}

.Text {
    font-size: 14px;
    line-height: 20px;
    color: #333333;
    margin-top: 10px;
}

.Download-Link {
    display: block;
    font-size: 14px;
    font-weight: bold;
    color: #446696;
    margin-top: 12px;
    line-height: 24px;
    text-decoration: none;
}
.Download-Link:before {
    content: '';
    display: inline-block;
    width: 24px;
    height: 24px;
    background: transparent url("../images/cockpit/download-active.svg") no-repeat center center;
    background-size: 100%;
    float: left;
    margin-right: 8px;
}
.Download-Link:hover {
    color: #446696;
    text-decoration: underline;
}
