html, body {
    margin: 0;
    font-size: 14px;
    font-family: 'Figtree', 'Myriad Pro', Tahoma, Verdana, Helvetica, Arial, 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;
    scrollbar-width: thin;
    scrollbar-color: #c1c1c1 transparent;
}

body, h1, h2, h3, h4, a, p, ul, ol, div, font, textarea, label {
    font-family: 'Figtree', 'Myriad Pro', Tahoma, Verdana, Helvetica, Arial, sans-serif;
    font-size: 18px;
    text-decoration: none;
    font-weight: 400;
    color: var(--color-font);
    line-height: 1.44;
    padding: 0px;
    margin: 0px;
}

::-webkit-scrollbar-thumb {
    background: var(--color-blue-light);
}

A {
    text-decoration: none;
    color: #114d7e;
    font-weight: inherit;
    font-size: inherit;
    font-style: inherit;
    font-family: inherit;
    line-height: inherit;
}

ul, ol {
    display: block;
    font-family: "Figtree", sans-serif;
    font-size: inherit;
    line-height: inherit;
    text-decoration: none;
    font-weight: normal;
    color: #000000;
    margin: 10px 0px 10px 15px;
    padding: 0px 0px 0px 10px;
}

ul li,
ol li {
    margin-bottom: 5px;
}

.Titel {
    display: block;
    margin: 0px 0px 5px 0px;
    font-size: 32px;
    line-height: 40px;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    color: var(--color-blue-dark);
    text-transform: uppercase;
}

.Untertitel {
    display: block;
    font-size: 24px;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    color: var(--color-font);
    line-height: 30px;
    margin: 0px 0px 5px 0px;
}

.Titelklein {
    display: block;
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    color: var(--color-font);
    line-height: 24px;
    margin: 0px 0px 5px 0px;
}

.Textnormal {
    font-weight: 500;
    font-style: normal;
    font-size: 18px;
    text-decoration: none;
    color: var(--color-font);
    line-height: 1.45;
}

.Textfett {
    font-weight: 800;
    font-style: normal;
    font-size: 18px;
    text-decoration: none;
    color: var(--color-font);
    line-height: 1.45;
}

.Textklein {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    text-decoration: none;
    color: var(--color-font);
    line-height: 20px;
}

.TextkleinFett {
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    text-decoration: none;
    color: var(--color-font);
    line-height: 20px;
}

.Mehr {
    display: inline-block;
    font-size: 16px;
    font-weight: 800;
    font-style: normal;
    text-decoration: none;
    color: var(--color-blue-dark);
    line-height: 22px;
    padding: 0px;
    margin: 10px 0px 0px 0px;
    text-decoration: none;
    cursor: pointer;
    text-align: left;
    white-space: nowrap;
}

.Download-Link {
    display: block;
    font-size: inherit;
    font-weight: bold;
    color: #446696;
    margin-top: 12px;
    line-height: inherit;
    text-decoration: none;
}
.Download-Link:before {
    content: '';
    display: inline-block;
    width: 24px;
    height: 24px;
    background: transparent url("../images/icons/download_grey.svg") no-repeat 7px 3px;
    background-size: 16px;
    float: left;
    margin-right: 8px;
}
.Download-Link:hover {
    color: #446696;
    text-decoration: underline;
}

.Verweis-Link {
    display: block;
    font-size: inherit;
    font-weight: bold;
    color: #446696;
    margin-top: 12px;
    line-height: inherit;
    text-decoration: none;
}
.Verweis-Link:hover {
    color: #446696;
    text-decoration: underline;
}

.Button {
    font-family: "Figtree", sans-serif;
    display: inline-block;
    margin: 0;
    padding: 10px 30px;
    font-weight: 800;
    font-style: normal;
    font-size: 18px;
    line-height: 22px;
    text-decoration: none;
    border-radius: 20px !important;
    color: #ffffff !important;
    border: none;
    background-color: var(--color-blue-dark);
    background-image: none;
    cursor: pointer;
    box-shadow: none;
}
.Button + .Button {
    margin-left: 20px;
}
.Button:hover {
    text-decoration: none;
    color: #ffffff;
}