@font-face {
    font-display: swap;
    font-family: Noto Sans;
    font-style: italic;
    font-weight: 600;
    src: url(../Fonts/NotoSans-SemiBoldItalic.woff2) format("woff2");
}
@font-face {
    font-display: swap;
    font-family: Noto Sans;
    font-style: italic;
    font-weight: 500;
    src: url(../Fonts/NotoSans-MediumItalic.woff2) format("woff2");
}
@font-face {
    font-display: swap;
    font-family: Noto Sans;
    font-style: normal;
    font-weight: 400;
    src: url(../Fonts/NotoSans-Regular.woff2) format("woff2");
}
@font-face {
    font-display: swap;
    font-family: Noto Sans;
    font-style: normal;
    font-weight: 500;
    src: url(../Fonts/NotoSans-Medium.woff2) format("woff2");
}
@font-face {
    font-display: swap;
    font-family: Noto Sans;
    font-style: italic;
    font-weight: 400;
    src: url(../Fonts/NotoSans-Italic.woff2) format("woff2");
}
@font-face {
    font-display: swap;
    font-family: Noto Sans;
    font-style: normal;
    font-weight: 600;
    src: url(../Fonts/NotoSans-SemiBold.woff2) format("woff2");
}
*,
:after,
:before {
    box-sizing: border-box;
}
* {
    font: inherit;
    margin: 0;
    padding: 0;
}
img,
picture,
svg {
    display: block;
    height: auto;
    max-width: 100%;
}
.text-blue {
    color: #00a1e6 !important;
}
.bg-blue {
    background-color: #00a1e6 !important;
}
.text-blue-light {
    color: #65b9e6 !important;
}
.bg-blue-light {
    background-color: #65b9e6 !important;
}
.text-blue-light-shadow {
    color: #108acb !important;
}
.bg-blue-light-shadow {
    background-color: #108acb !important;
}
.text-yellow {
    color: #fab80f !important;
}
.bg-yellow {
    background-color: #fab80f !important;
}
.text-yellow-shadow {
    color: #db8c24 !important;
}
.bg-yellow-shadow {
    background-color: #db8c24 !important;
}
.text-dark-grey {
    color: #616161 !important;
}
.bg-dark-grey {
    background-color: #616161 !important;
}
:root {
    --font-family-body: "Noto Sans";
    --fs-base: 10px;
    --base-lh: 1.5;
    --base-fw: var(--fw-400);
    --fw-400: 400;
    --fw-500: 500;
    --fw-600: 600;
    --container-max-w: 1280px;
    --clr-blue-dark: #01285a;
    --clr-blue: #007cbf;
    --clr-blue-light: #65b9e6;
    --clr-blue-light-shadow: #108acb;
    --clr-yellow: #fab80f;
    --clr-yellow-shadow: #db8c24;
    --clr-white: #fff;
    --clr-black: #000;
    --clr-black-100: #000;
    --clr-black-90: #3f3f40;
    --clr-black-80: #57595b;
    --clr-black-60: #808185;
    --clr-black-40: #a6a8ab;
    --clr-black-30: #babcbf;
    --clr-black-20: #d0d2d2;
    --clr-black-10: #ededed;
    --clr-black-5: #efeff0;
    --clr-black-btn: #00000080;
    --clr-box-bg: #eee;
    --clr-form-border: #949494;
    --clr-text: var(--clr-black-100);
    --size-1: 5px;
    --size-2: 10px;
    --size-3: 15px;
    --size-4: 20px;
    --size-5: 25px;
    --size-6: 30px;
    --size-7: 35px;
    --size-8: 40px;
}
html {
    font-size: var(--fs-base);
}
body {
    color: var(--clr-text);
    font-family: var(--font-family-body), sans-serif;
    font-size: clamp(1.6rem, 0.2841vw + 1.5091rem, 1.8rem);
    font-weight: 400;
    line-height: var(--base-lh);
    scroll-behavior: smooth;
}
body.no-scroll {
    overflow: hidden;
}
.page-wrapper {
    padding-block: 3rem;
}
.page-wrapper:has(aside) {
    display: block;
}
@media (min-width: 1280px) {
    .page-wrapper:has(aside) {
        display: grid;
        gap: 7rem;
        grid-template-columns: auto 35rem;
    }
}
#startseite .page-wrapper {
    padding-block: 4rem;
}
@media (min-width: 1280px) {
    #startseite .page-wrapper {
        padding-block: 6rem;
    }
}
main > :not([hidden]) ~ :not([hidden]) {
    margin-top: 4rem;
}
main:last-child {
    margin-bottom: 4rem;
}
aside > * + * {
    margin-block-start: 5rem;
}
aside .static {
    padding-inline: 2rem;
}
@media (min-width: 1280px) {
    aside .static {
        padding-inline: 0;
    }
}
aside .container > * + * {
    margin-block-start: 3rem;
}
main ol,
main ul {
    list-style-position: outside;
    margin-block-end: 1.2rem;
    margin-inline-start: 1.8rem;
}
main ol ::marker,
main ul ::marker {
    color: var(--clr-blue-dark);
}
main ol:last-child,
main ul:last-child {
    margin-block-end: 2.4rem;
}
main ol li + li,
main ul li + li {
    margin-block-start: 1rem;
}
main ol {
    margin-inline-start: 1.8rem;
}
@media (prefers-reduced-motion: reduce) {
    * {
        transition: none !important;
    }
}
h1,
h2,
h3 {
    color: var(--clr-blue-dark);
}
.h1,
h1 {
    font-size: clamp(2.2rem, 1.6071vw + 1.6857rem, 3.2rem);
    line-height: clamp(2.8rem, 1.0714vw + 2.4571rem, 4rem);
    margin-block-end: 1.5rem;
}
.h1,
h1,
h2 {
    font-weight: var(--fw-500);
}
h2 {
    font-size: clamp(1.8rem, 0.8523vw + 1.5273rem, 2.4rem);
    -webkit-hyphens: auto;
    hyphens: auto;
    line-height: clamp(2.2rem, 1.971rem + 0.714vw, 3rem);
    margin-block: 1.5rem;
}
h2.lead-h2 {
    font-size: clamp(2rem, 1.1364vw + 1.6364rem, 2.8rem);
    font-weight: var(--fw-400);
    margin-block-end: 3.5rem;
    text-align: center;
}
.ce-bodytext > h2,
h2.lead-h2 {
    margin-block-start: 0;
}
section > .container > h2 {
    font-size: clamp(2rem, 1.1364vw + 1.6364rem, 2.8rem);
    font-weight: var(--fw-400);
    margin-block-end: 3.5rem;
    text-align: center;
}
.frame-underline-header header h2,
.frame-underline-header header h3 {
    margin-block-end: 2rem;
}
.frame-underline-header header h2:after,
.frame-underline-header header h3:after {
    border-bottom: 2px solid var(--clr-yellow);
    content: "";
    display: block;
    padding-block-end: 2rem;
    width: 10rem;
}
h3 {
    font-size: 2rem;
    font-weight: var(--fw-500);
    margin-block-end: 1.5rem;
}
b,
strong {
    font-weight: var(--fw-600);
}
p {
    margin-block-end: 1.2rem;
}
p:has(+ h2) {
    margin-block-end: 2.4rem;
}
p:has(+ h3) {
    margin-block-end: 2rem;
}
.has-border:after {
    background-color: initial;
    content: "";
    display: block;
    height: 0.2rem;
    margin-block: 1.5rem;
    width: 5rem;
}
.border-yellow:after {
    background-color: var(--clr-yellow);
}
.page-wrapper a {
    color: var(--clr-blue-dark);
    text-decoration: none;
}
.page-wrapper a:hover {
    text-decoration: underline;
}
.page-wrapper a:before {
    color: inherit;
    display: inline-flex;
    font-family: "Font Awesome 6 Pro";
    font-size: 0.9em;
    font-weight: 300;
    margin-inline-end: 0.75rem;
}
.page-wrapper a.btn--blue,
.page-wrapper a.buttonlink {
    color: var(--clr-white);
    text-decoration: none;
}
.page-wrapper a.btn--blue:before,
.page-wrapper a.buttonlink:before {
    content: none !important;
}
.page-wrapper a.btn--blue:hover,
.page-wrapper a.buttonlink:hover {
    text-decoration: none;
}
.page-wrapper a.exitlink:not(:has(img)):before {
    content: "\f08e";
}
.page-wrapper a.internal-link:before {
    content: "\f061";
}
.page-wrapper a.internal-link.lightbox:before {
    content: "";
    display: none;
}
.page-wrapper a.link-mail:before,
.page-wrapper a[href^="mailto:"]:before {
    content: "\f0e0";
}
.page-wrapper a.link-phone:before {
    content: "\f095";
}
.page-wrapper a[href$=".doc"]:before,
.page-wrapper a[href$=".docx"]:before {
    content: "\f1c2";
}
.page-wrapper a[href$=".xls"]:before,
.page-wrapper a[href$=".xlsx"]:before {
    content: "\f1c3";
}
.page-wrapper a.link-download:before {
    content: "\f56d";
}
.page-wrapper a[href^="/fileadmin"][href$="/index.html"]:not(.download__icon):not(:has(img)):before {
    content: "\f518";
}
.page-wrapper a[href^="/fileadmin"]:not(.download__icon):not(:has(img)):before {
    content: "\f56d";
}
.page-wrapper figure a:before,
.page-wrapper header a:before {
    content: none !important;
}
.page-wrapper .ce-bodytext hr {
    border: 0;
    border-bottom: 1px solid var(--clr-yellow);
    margin: 4rem 0;
}
.ce-bodytext h2 b,
.ce-bodytext h2 strong,
.ce-bodytext h3 b,
.ce-bodytext h3 strong {
    font-weight: unset;
}
.ce-bodytext h2 em,
.ce-bodytext h2 i,
.ce-bodytext h3 em,
.ce-bodytext h3 i {
    font-style: unset;
}
.container {
    --_container-max-w: 1280px;
    --_padding-inline: 20px;
    margin-inline: auto;
    max-width: var(--_container-max-w);
    padding-inline: var(--_padding-inline);
    width: 100%;
}
.container .container {
    padding-inline: 0;
}
@media (min-width: 1440px) {
    .container {
        padding-inline: 0;
    }
}
.text-center {
    text-align: center;
}
.text-left {
    text-align: left;
}
.text-right {
    text-align: right;
}
@media (max-width: 1023px) {
    .hide-mobile {
        display: none !important;
    }
}
.hide-desktop {
    display: block;
}
@media (min-width: 1280px) {
    .hide-desktop {
        display: none;
    }
}
.is-hidden {
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    height: 1px;
    overflow: hidden;
    position: absolute;
    white-space: nowrap;
    width: 1px;
}
span.telephone {
    align-items: center;
    display: inline-flex;
    text-decoration: none;
}
span.telephone:before {
    color: inherit;
    content: "\f095";
    display: inline-flex;
    font-family: "Font Awesome 6 Pro";
    font-size: 1.8rem;
    font-weight: 300;
    margin-inline-end: 0.75rem;
}
span.fax {
    align-items: center;
    display: inline-flex;
    text-decoration: none;
}
span.fax:before {
    color: inherit;
    content: "\f1ac";
    display: inline-flex;
    font-family: "Font Awesome 6 Pro";
    font-weight: 300;
    margin-inline-end: 0.75rem;
}
a.email:before,
span.fax:before {
    font-size: 1.8rem;
}
a.telephone {
    align-items: center;
    display: inline-flex;
    text-decoration: none;
}
a.telephone:before {
    color: inherit;
    content: "\f095";
    display: inline-flex;
    font-family: "Font Awesome 6 Pro";
    font-size: 1.8rem;
    font-weight: 300;
}
a.fax {
    align-items: center;
    text-decoration: none;
}
a.fax,
a.fax:before {
    display: inline-flex;
}
a.fax:before {
    color: inherit;
    content: "\f1ac";
    font-family: "Font Awesome 6 Pro";
    font-size: 1.8rem;
    font-weight: 300;
}
a:hover {
    text-decoration: underline;
}
.visually-hidden-until-focus {
    height: 1px;
    left: -9999px;
    overflow: hidden;
    position: absolute;
    top: auto;
    width: 1px;
}
.visually-hidden-until-focus:focus-within {
    height: auto;
    left: auto;
    overflow: visible;
    position: static;
    width: auto;
}
.grid {
    display: grid;
    gap: 4rem;
}
.grid:has(+ div) {
    margin-block-end: 2.4rem;
}
.grid-2-cols {
    grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-2-cols iframe.yt-iframe {
    height: 230px;
    width: 410px;
}
@media (min-width: 768px) {
    .grid-2-cols {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}
.grid-3-cols {
    grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-3-cols iframe.yt-iframe {
    height: 146px;
    width: 260px;
}
@media (min-width: 768px) {
    .grid-3-cols {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}
@media (min-width: 1024px) {
    .grid-3-cols {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}
.button__container {
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 2.5rem;
    justify-content: center;
    margin-block: 3.5rem;
}
@media (min-width: 768px) {
    .button__container {
        flex-direction: row;
    }
}
.btn {
    border: 1px solid #0000;
    border-radius: 9999px;
    display: inline-block;
    font-size: 1.6rem;
    font-weight: inherit;
    min-width: 15rem;
    padding-block: var(--size-2);
    padding-inline: var(--size-5);
    text-align: center;
}
.btn,
.btn:hover {
    text-decoration: none;
}
.btn--blue {
    background-color: var(--clr-blue);
    color: var(--clr-white);
}
.btn--blue:hover {
    background-color: var(--clr-blue-dark);
    color: var(--clr-white);
}
.btn--blue-border-white {
    background-color: var(--clr-blue);
    border-color: var(--clr-white);
    color: var(--clr-white);
}
.btn--blue-border-white:hover {
    background-color: var(--clr-white);
    color: var(--clr-blue);
}
.buttonlink {
    background-color: var(--clr-blue);
    border: 1px solid #0000;
    border-radius: 9999px;
    display: inline-block;
    font-size: 1.6rem;
    font-weight: var(--fw-500);
    min-width: 15rem;
    padding-block: var(--size-2);
    padding-inline: var(--size-5);
    text-align: center;
}
.buttonlink,
.buttonlink:hover {
    color: var(--clr-white);
    text-decoration: none;
}
.buttonlink:hover {
    background-color: var(--clr-blue-dark);
}
.text-image {
    margin-block-end: 3.5rem;
}
.text-image h2 {
    margin-block-end: 1.5rem;
}
.ce-border iframe,
.ce-border img {
    border: 1px solid #bcbcbc;
}
.frame-ruler-after {
    border-bottom: 1px solid var(--clr-yellow);
    margin-bottom: 4rem;
    padding-bottom: 4rem;
}
.frame-ruler-after:after {
    border: 0;
    content: "";
    display: block;
    margin: 0;
    padding: 0;
}
.frame-custom-1 figcaption {
    display: none;
}
.ce-gallery {
    margin-block-end: 1.2rem;
}
.ce-gallery .ce-row + .ce-row {
    margin-block-start: 1.2rem;
}
.ce-gallery figure span {
    display: block;
    position: relative;
}
.ce-intext.ce-left .ce-gallery {
    margin-bottom: 0;
    margin-right: 3rem;
}
.frame-grey-box {
    background-color: var(--clr-box-bg);
    padding: 1.5rem 2rem;
}
.frame-grey-box h2 {
    font-size: 2.4rem;
    font-weight: var(--fw-500);
    line-height: 3rem;
    margin-block-end: 1rem;
}
.frame-grey-box h2:first-of-type {
    margin-block-start: 0;
}
.frame-grey-box h2 a {
    font: inherit;
    text-decoration: none;
}
.frame-grey-box a,
.frame-grey-box h2 a:hover {
    text-decoration: underline;
}
.ce-gallery figcaption {
    font-size: 1.5rem;
    line-height: 1.9rem;
    padding: 1rem 0 0;
}
.ce-gallery {
    display: grid;
    grid-template-columns: repeat(var(--columns), 1fr);
    --columns: 1;
    gap: 1.2rem;
}
.ce-gallery .image > a {
    display: block;
}
.ce-gallery[data-ce-columns="1"] {
    --columns: 1;
}
.ce-gallery[data-ce-columns="1"] img {
    object-fit: cover;
}
.ce-gallery[data-ce-columns="2"] img {
    object-fit: cover;
    width: 100%;
}
@media (min-width: 450px) {
    .ce-gallery[data-ce-columns="2"] {
        --columns: 2;
    }
}
.ce-gallery[data-ce-columns="3"] img {
    object-fit: cover;
    width: 100%;
}
@media (min-width: 450px) {
    .ce-gallery[data-ce-columns="3"] {
        --columns: 2;
    }
}
@media (min-width: 768px) {
    .ce-gallery[data-ce-columns="3"] {
        --columns: 3;
    }
}
.ce-gallery[data-ce-columns="4"] img {
    object-fit: cover;
    width: 100%;
}
@media (min-width: 450px) {
    .ce-gallery[data-ce-columns="4"] {
        --columns: 2;
    }
}
@media (min-width: 768px) {
    .ce-gallery[data-ce-columns="4"] {
        --columns: 3;
    }
}
@media (min-width: 1200px) {
    .ce-gallery[data-ce-columns="4"] {
        --columns: 4;
    }
}
.ce-gallery[data-ce-columns="5"] img {
    object-fit: cover;
    width: 100%;
}
@media (min-width: 450px) {
    .ce-gallery[data-ce-columns="5"] {
        --columns: 2;
    }
}
@media (min-width: 768px) {
    .ce-gallery[data-ce-columns="5"] {
        --columns: 3;
    }
}
@media (min-width: 1200px) {
    .ce-gallery[data-ce-columns="5"] {
        --columns: 4;
    }
}
@media (min-width: 1600px) {
    .ce-gallery[data-ce-columns="5"] {
        --columns: 5;
    }
}
@media (width > 450px) {
    .ce-gallery {
        --columns: 2;
    }
}
.ce-textpic.ce-left {
    display: flex;
    flex-direction: column;
}
.ce-textpic.ce-left .ce-gallery {
    margin-bottom: 2rem;
}
.ce-textpic.ce-left .ce-gallery[data-ce-columns="1"] {
    margin-right: 0;
}
.ce-textpic.ce-left.ce-intext {
    display: block;
}
.ce-textpic.ce-left.ce-intext .ce-gallery {
    margin: 0 0 2rem;
}
.ce-textpic.ce-left.ce-intext .ce-gallery .ce-row {
    margin: 0;
}
@media (min-width: 640px) {
    .ce-textpic.ce-left.ce-intext .ce-gallery {
        float: left;
        margin: 0 2rem 2rem 0;
    }
}
.ce-textpic.ce-left.ce-intext.ce-nowrap {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}
.ce-textpic.ce-left.ce-intext.ce-nowrap .ce-gallery {
    float: none;
    margin: 0;
}
@media (min-width: 1024px) {
    .ce-textpic.ce-left.ce-intext.ce-nowrap {
        flex-direction: row;
        gap: 4rem;
    }
    .ce-textpic.ce-left.ce-intext.ce-nowrap .ce-gallery {
        flex-shrink: 0;
    }
    .ce-textpic.ce-left {
        flex-direction: row;
    }
    .ce-textpic.ce-left .ce-gallery {
        flex-shrink: 0;
        margin-bottom: 0;
    }
}
.ce-textpic.ce-right.ce-intext {
    display: block;
}
.ce-textpic.ce-right.ce-intext .ce-gallery {
    margin: 0 0 2rem;
}
.ce-textpic.ce-right.ce-intext .ce-gallery .ce-row {
    margin: 0;
}
@media (min-width: 640px) {
    .ce-textpic.ce-right.ce-intext .ce-gallery {
        float: right;
        margin: 0 0 2rem 2rem;
    }
}
.ce-textpic.ce-right.ce-intext.ce-nowrap {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}
.ce-textpic.ce-right.ce-intext.ce-nowrap .ce-gallery {
    float: none;
    margin: 0;
    order: 1;
}
.ce-textpic.ce-right.ce-intext.ce-nowrap .ce-bodytext {
    order: 2;
}
@media (min-width: 1024px) {
    .ce-textpic.ce-right.ce-intext.ce-nowrap {
        flex-direction: row;
        gap: 4rem;
    }
    .ce-textpic.ce-right.ce-intext.ce-nowrap .ce-bodytext {
        order: 1;
    }
    .ce-textpic.ce-right.ce-intext.ce-nowrap .ce-gallery {
        flex-shrink: 0;
        order: 2;
    }
}
.ce-textpic.ce-above {
    display: flex;
    flex-direction: column;
}
.ce-textpic.ce-above .ce-gallery[data-ce-images="1"] + .ce-bodytext {
    margin-block-start: 1.5rem;
}
.ce-textpic.ce-above .ce-gallery[data-ce-columns="1"] .ce-row {
    margin-block-end: 0;
}
.ce-textpic.ce-below {
    display: flex;
    flex-direction: column;
}
.ce-textpic.ce-below .ce-bodytext {
    margin-block-end: 2rem;
}
.frame-type-textmedia {
    overflow: hidden;
}
.frame-type-textmedia.frame-ruler-after .ce-intext.ce-left .ce-gallery[data-ce-images="1"],
.frame-type-textmedia.frame-ruler-after .ce-intext.ce-right .ce-gallery[data-ce-images="1"] {
    margin-block-end: 0;
}
main .frame-grey-box {
    margin-block: 2rem;
    overflow: hidden;
}
.frame-space-after-none,
.frame-space-after-none .ce-gallery:last-child {
    margin-block-end: 0 !important;
}
.dialog-container[aria-hidden="true"] {
    display: none;
}
.dialog-overlay {
    background-color: #2b2e38e6;
}
.dialog-content {
    background-color: #fff;
    margin: auto;
    position: relative;
    z-index: 2;
}
.copyright-modal {
    background: #606060;
    border: none;
    bottom: 0;
    box-shadow: 0 4px 8px #0003;
    left: 50%;
    max-width: 600px;
    padding: 2rem;
    position: fixed;
    transform: translateX(-50%) translateY(100%);
    transition: transform 0.3s ease-in-out;
    width: 90%;
    z-index: 100;
}
.copyright-modal__header,
.copyright-modal__header h2 {
    align-items: center;
    display: flex;
    justify-content: space-between;
}
.copyright-modal__header h2 {
    color: #fff;
    font-size: 1.8rem;
    font-weight: 400;
    margin: 0;
}
.copyright-modal__header h2 span:first-of-type {
    align-items: center;
    background-color: var(--clr-black-btn);
    border: 1px solid var(--clr-white);
    border-radius: 100%;
    color: var(--clr-white) !important;
    display: flex;
    font-size: 1.6rem;
    height: 2.4rem;
    justify-content: center;
    line-height: 1;
    margin-inline-end: 0.5rem;
    width: 2.4rem;
}
.copyright-modal hr {
    border: 0;
    border-top: 1px solid var(--clr-yellow);
    margin: 1rem 0;
    width: 50%;
}
.copyright-modal p {
    color: var(--clr-white) !important;
    font-size: 1.8rem;
    margin: 0;
}
.show__copyright {
    align-items: center;
    background-color: var(--clr-black-btn);
    border: 1px solid var(--clr-white);
    border-radius: 100%;
    bottom: 1rem;
    color: var(--clr-white) !important;
    cursor: pointer;
    display: flex;
    font-size: 1.6rem;
    height: 2.4rem;
    justify-content: center;
    line-height: 1;
    position: absolute;
    right: 1rem;
    width: 2.4rem;
}
.copyright-modal[open] {
    transform: translateX(-50%) translateY(0);
}
.copyright-modal button {
    background-color: initial;
    border: none;
    color: #fff;
    cursor: pointer;
    padding: 0;
}
.static > div:not(:last-child) {
    margin-bottom: 2rem;
}
.static .read-more-level {
    background-color: var(--clr-box-bg);
    padding: 1.5rem 2rem;
}
.static .read-more-level ul {
    margin-bottom: 1rem;
    padding-left: 2rem;
}
.static .read-more-level ul li {
    display: none;
}
.static .read-more-level ul li:first-child,
.static .read-more-level ul li:nth-child(2),
.static .read-more-level ul li:nth-child(3),
.static .read-more-level ul li:nth-child(4) {
    display: list-item;
}
.static a {
    color: var(--clr-blue-dark);
    text-decoration: none;
}
.static a:hover {
    text-decoration: underline;
}
.static a.download {
    margin-bottom: 1rem;
}
.grid.content-ale {
    background-color: #f4f7fa;
    gap: 0;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    margin-block-end: 4rem;
}
.grid.content-ale .ce-textpic {
    padding: 2rem 2rem 0;
}
.grid.content-ale > .frame:last-child {
    padding-block-end: 2rem;
}
#ale .grid.content-ale .frame-ale {
    margin-bottom: 1rem;
}
.glightbox-container {
    height: 100%;
    left: 0;
    overflow: hidden;
    position: fixed;
    top: 0;
    touch-action: none;
    width: 100%;
    z-index: 999999 !important;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    text-size-adjust: 100%;
    backface-visibility: hidden;
    outline: none;
}
.glightbox-container.inactive {
    display: none;
}
.glightbox-container .gcontainer {
    height: 100%;
    overflow: hidden;
    position: relative;
    width: 100%;
    z-index: 9999;
}
.glightbox-container .gslider {
    align-items: center;
    display: flex !important;
    height: 100%;
    justify-content: center;
    left: 0;
    overflow: hidden;
    position: relative;
    top: 0;
    transform: translateZ(0);
    transition: transform 0.4s ease;
    width: 100%;
}
.glightbox-container .gslide {
    align-items: center;
    display: flex;
    justify-content: center;
    opacity: 0;
    position: absolute;
    -webkit-user-select: none;
    user-select: none;
    width: 100%;
}
.glightbox-container .gslide.current {
    opacity: 1;
    position: relative;
    z-index: 99999;
}
.glightbox-container .gslide.prev {
    opacity: 1;
    z-index: 9999;
}
.glightbox-container .gslide-inner-content {
    width: 100%;
}
.glightbox-container .ginner-container {
    display: flex;
    flex-direction: column;
    height: 100vh;
    justify-content: center;
    margin: auto;
    max-width: 100%;
    position: relative;
    width: 100%;
}
.glightbox-container .ginner-container.gvideo-container {
    width: 100%;
}
.glightbox-container .ginner-container.desc-bottom,
.glightbox-container .ginner-container.desc-top {
    flex-direction: column;
}
.glightbox-container .ginner-container.desc-left,
.glightbox-container .ginner-container.desc-right {
    max-width: 100% !important;
}
.gslide iframe,
.gslide video {
    border: none;
    min-height: 165px;
    outline: none !important;
    -webkit-overflow-scrolling: touch;
    touch-action: auto;
}
.gslide:not(.current) {
    pointer-events: none;
}
.gslide-image {
    align-items: center;
}
.gslide-image img {
    border: none;
    display: block;
    float: none;
    height: auto;
    margin: auto;
    max-height: 100vh;
    max-width: 100vw;
    min-width: 200px;
    object-fit: cover;
    outline: none;
    padding: 0;
    touch-action: none;
    -webkit-user-select: none;
    user-select: none;
    width: auto;
}
.desc-bottom .gslide-image img,
.desc-top .gslide-image img {
    width: auto;
}
.desc-left .gslide-image img,
.desc-right .gslide-image img {
    max-width: 100%;
    width: auto;
}
.gslide-image img.zoomable {
    position: relative;
}
.gslide-image img.dragging {
    cursor: grabbing !important;
    transition: none;
}
.gslide-video {
    max-width: 100vh;
    position: relative;
    width: 100% !important;
}
.gslide-video .plyr__poster-enabled.plyr--loading .plyr__poster {
    display: none;
}
.gslide-video .gvideo-wrapper {
    margin: auto;
    width: 100%;
}
.gslide-video:before {
    background: #ff000057;
    content: "";
    display: none;
    height: 100%;
    position: absolute;
    width: 100%;
}
.gslide-video.playing:before {
    display: none;
}
.gslide-video.fullscreen {
    height: 75vh;
    max-width: 100% !important;
    min-width: 100%;
}
.gslide-video.fullscreen video {
    max-width: 100% !important;
    width: 100% !important;
}
.gslide-inline {
    background: #fff;
    margin: auto;
    max-height: calc(100vh - 40px);
    max-width: 100%;
    overflow: auto;
    text-align: left;
}
.gslide-inline .ginlined-content {
    padding: 20px;
    width: 100%;
}
.gslide-inline .dragging {
    cursor: grabbing !important;
    transition: none;
}
.ginlined-content {
    display: block !important;
    opacity: 1;
    overflow: auto;
}
.gslide-external {
    background: #fff;
    display: flex;
    height: 100%;
    max-height: 75vh;
    min-width: 100%;
    overflow: auto;
    padding: 0;
    width: 100%;
}
.gslide-media {
    display: flex;
    width: auto;
}
.zoomed .gslide-media {
    box-shadow: none !important;
}
.desc-bottom .gslide-media,
.desc-top .gslide-media {
    flex-direction: column;
    margin: 0 auto;
}
.gslide-description {
    flex: 1 0 100%;
    position: relative;
}
.gslide-description.description-left,
.gslide-description.description-right {
    max-width: 100%;
}
.gslide-description.description-bottom,
.gslide-description.description-top {
    margin: 0 auto;
    width: 100%;
}
.gslide-description p {
    margin-bottom: 12px;
}
.gslide-description p:last-child {
    margin-bottom: 0;
}
.glightbox-button-hidden,
.zoomed .gslide-description {
    display: none;
}
.glightbox-mobile .glightbox-container .gslide-description {
    background: linear-gradient(180deg, #0000 0, #000000bf);
    bottom: 0;
    height: auto !important;
    max-height: 78vh;
    max-width: 100vw !important;
    order: 2 !important;
    overflow: auto !important;
    padding: 19px 11px 50px;
    position: absolute;
    transition: opacity 0.3s linear;
    width: 100%;
}
.glightbox-mobile .glightbox-container .gslide-title {
    color: #fff;
    font-size: 1em;
}
.glightbox-mobile .glightbox-container .gslide-desc {
    color: #a1a1a1;
}
.glightbox-mobile .glightbox-container .gslide-desc a {
    color: #fff;
    font-weight: 700;
}
.glightbox-mobile .glightbox-container .gslide-desc * {
    color: inherit;
}
.glightbox-mobile .glightbox-container .gslide-desc .desc-more {
    color: #fff;
    opacity: 0.4;
}
.gdesc-open .gslide-media {
    opacity: 0.4;
    transition: opacity 0.5s ease;
}
.gdesc-open .gdesc-inner {
    padding-bottom: 30px;
}
.gdesc-closed .gslide-media {
    opacity: 1;
    transition: opacity 0.5s ease;
}
.greset {
    transition: all 0.3s ease;
}
.gabsolute {
    position: absolute;
}
.grelative {
    position: relative;
}
.glightbox-desc {
    display: none !important;
}
.glightbox-open {
    overflow: hidden;
}
.gloader {
    animation: lightboxLoader 0.8s linear infinite;
    border: 2px solid #fff;
    border-radius: 50%;
    border-right-color: #0000;
    display: block;
    height: 25px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: 47%;
    width: 25px;
    z-index: 9999;
}
.goverlay {
    height: calc(100vh + 1px);
    left: 0;
    position: fixed;
    top: -1px;
    width: 100%;
    will-change: opacity;
}
.glightbox-mobile .goverlay,
.goverlay {
    background: #000;
}
.gclose,
.gnext,
.gprev {
    align-items: center;
    border: none;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    height: 44px;
    justify-content: center;
    width: 26px;
    z-index: 99999;
}
.gclose svg,
.gnext svg,
.gprev svg {
    display: block;
    height: auto;
    margin: 0;
    padding: 0;
    width: 25px;
}
.gclose.disabled,
.gnext.disabled,
.gprev.disabled {
    opacity: 0.1;
}
.gclose .garrow,
.gnext .garrow,
.gprev .garrow {
    stroke: #fff;
}
.gbtn.focused {
    outline: 2px solid #0f3d81;
}
iframe.wait-autoplay {
    opacity: 0;
}
.glightbox-closing .gclose,
.glightbox-closing .gnext,
.glightbox-closing .gprev {
    opacity: 0 !important;
}
.glightbox-clean .gslide-description {
    background: #fff;
}
.glightbox-clean .gdesc-inner {
    padding: 22px 20px;
}
.glightbox-clean .gslide-title {
    color: #000;
    font-size: 1em;
    font-weight: 400;
    line-height: 1.4em;
    margin-bottom: 19px;
}
.glightbox-clean .gslide-desc {
    font-size: 0.86em;
    line-height: 1.4em;
    margin-bottom: 0;
}
.glightbox-clean .gslide-video {
    background: #000;
}
.glightbox-clean .gclose,
.glightbox-clean .gnext,
.glightbox-clean .gprev {
    background-color: #000000bf;
    border-radius: 4px;
}
.glightbox-clean .gclose path,
.glightbox-clean .gnext path,
.glightbox-clean .gprev path {
    fill: #fff;
}
.glightbox-clean .gprev {
    left: 30px;
}
.glightbox-clean .gnext,
.glightbox-clean .gprev {
    height: 50px;
    position: absolute;
    top: -100%;
    width: 40px;
}
.glightbox-clean .gnext {
    right: 30px;
}
.glightbox-clean .gclose {
    height: 35px;
    position: absolute;
    right: 10px;
    top: 15px;
    width: 35px;
}
.glightbox-clean .gclose svg {
    height: auto;
    width: 18px;
}
.glightbox-clean .gclose:hover {
    opacity: 1;
}
.gfadeIn {
    animation: gfadeIn 0.5s ease;
}
.gfadeOut {
    animation: gfadeOut 0.5s ease;
}
.gslideOutLeft {
    animation: gslideOutLeft 0.3s ease;
}
.gslideInLeft {
    animation: gslideInLeft 0.3s ease;
}
.gslideOutRight {
    animation: gslideOutRight 0.3s ease;
}
.gslideInRight {
    animation: gslideInRight 0.3s ease;
}
.gzoomIn {
    animation: gzoomIn 0.5s ease;
}
.gzoomOut {
    animation: gzoomOut 0.5s ease;
}
@keyframes lightboxLoader {
    0% {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(1turn);
    }
}
@keyframes gfadeIn {
    0% {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@keyframes gfadeOut {
    0% {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}
@keyframes gslideInLeft {
    0% {
        opacity: 0;
        transform: translate3d(-60%, 0, 0);
    }
    to {
        opacity: 1;
        transform: translateZ(0);
        visibility: visible;
    }
}
@keyframes gslideOutLeft {
    0% {
        opacity: 1;
        transform: translateZ(0);
        visibility: visible;
    }
    to {
        opacity: 0;
        transform: translate3d(-60%, 0, 0);
        visibility: hidden;
    }
}
@keyframes gslideInRight {
    0% {
        opacity: 0;
        transform: translate3d(60%, 0, 0);
        visibility: visible;
    }
    to {
        opacity: 1;
        transform: translateZ(0);
    }
}
@keyframes gslideOutRight {
    0% {
        opacity: 1;
        transform: translateZ(0);
        visibility: visible;
    }
    to {
        opacity: 0;
        transform: translate3d(60%, 0, 0);
    }
}
@keyframes gzoomIn {
    0% {
        opacity: 0;
        transform: scale3d(0.3, 0.3, 0.3);
    }
    to {
        opacity: 1;
    }
}
@keyframes gzoomOut {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
        transform: scale3d(0.3, 0.3, 0.3);
    }
    to {
        opacity: 0;
    }
}
@media (min-width: 769px) {
    .glightbox-container .ginner-container {
        flex-direction: row;
        height: auto;
        width: auto;
    }
    .glightbox-container .ginner-container.desc-top .gslide-description {
        order: 0;
    }
    .glightbox-container .ginner-container.desc-top .gslide-image,
    .glightbox-container .ginner-container.desc-top .gslide-image img {
        order: 1;
    }
    .glightbox-container .ginner-container.desc-left .gslide-description {
        order: 0;
    }
    .glightbox-container .ginner-container.desc-left .gslide-image {
        order: 1;
    }
    .gslide-image img {
        max-height: 97vh;
        max-width: 100%;
    }
    .gslide-image img.zoomable {
        cursor: zoom-in;
    }
    .zoomed .gslide-image img.zoomable {
        cursor: grab;
    }
    .gslide-inline {
        max-height: 95vh;
    }
    .gslide-external {
        max-height: 100vh;
    }
    .gslide-description.description-left,
    .gslide-description.description-right {
        max-width: 275px;
    }
    .glightbox-open {
        height: auto;
    }
    .goverlay {
        background: #000000eb;
    }
    .glightbox-clean .gslide-media {
        box-shadow: 1px 2px 9px 0 #000000a6;
    }
    .glightbox-clean .description-left .gdesc-inner,
    .glightbox-clean .description-right .gdesc-inner {
        height: 100%;
        overflow-y: auto;
        position: absolute;
    }
    .glightbox-clean .gclose,
    .glightbox-clean .gnext,
    .glightbox-clean .gprev {
        background-color: #00000052;
    }
    .glightbox-clean .gclose:hover,
    .glightbox-clean .gnext:hover,
    .glightbox-clean .gprev:hover {
        background-color: #000000b3;
    }
    .glightbox-clean .gnext,
    .glightbox-clean .gprev {
        top: 45%;
    }
}
@media (min-width: 992px) {
    .glightbox-clean .gclose {
        opacity: 0.7;
        right: 20px;
    }
}
@media screen and (max-height: 420px) {
    .goverlay {
        background: #000;
    }
}
.page-header {
    background-color: var(--clr-white);
    border-bottom: 1px solid var(--clr-box-bg);
    margin-block-end: var(--size-2);
    position: sticky;
    top: 0;
    transition: all 0.25s ease-in-out;
    width: 100%;
    z-index: 5;
}
.page-header > .container {
    align-items: flex-start;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-block: var(--size-3);
    padding-inline: var(--size-4);
    position: relative;
}
@media (min-width: 1440px) {
    .page-header > .container {
        padding-inline: 0;
    }
}
.page-header__left {
    align-items: flex-start;
    display: flex;
}
.page-header__left img {
    max-width: 20rem;
    transition: all 0.25s ease-in-out;
}
.page-header__left img.logo-shrinked {
    display: none;
}
@media (min-width: 768px) {
    .page-header__left img {
        max-width: 25.6rem;
    }
}
.page-header__addon {
    display: none;
    margin-inline-start: var(--size-4);
    transition: all 0.25s ease-in-out;
}
.page-header__addon__text {
    color: var(--clr-blue-dark);
    display: block;
    font-weight: var(--fw-500);
    margin-inline-start: var(--size-2);
}
.page-header__addon img {
    transform: translateY(calc(0px - var(--size-5)));
    width: 12rem;
}
@media (min-width: 768px) {
    .page-header__addon {
        display: flex;
    }
}
.page-header__center .back-to-hp {
    color: var(--clr-blue-dark);
    font-weight: var(--fw-500);
    text-decoration: none;
}
.page-header__center .back-to-hp:before {
    color: inherit;
    content: "\f060";
    display: inline-flex;
    font: var(--fa-font-regular);
    margin-inline-end: 5px;
    margin-inline-start: 2px;
}
.page-header__center .back-to-hp:hover {
    text-decoration: underline;
}
.page-header__right {
    align-items: center;
    display: flex;
    position: relative;
    z-index: 3;
}
.page-header__right > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-left: calc(3rem * (1 - var(--tw-space-x-reverse)));
    margin-right: calc(3rem * var(--tw-space-x-reverse));
}
.page-header__right nav {
    display: none;
}
.page-header__right nav > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-left: calc(1.5rem * (1 - var(--tw-space-x-reverse)));
    margin-right: calc(1.5rem * var(--tw-space-x-reverse));
}
.page-header__right nav a {
    color: var(--clr-black-80);
    font-size: 1.6rem;
    font-weight: var(--fw-400);
    text-decoration: none;
}
.page-header__right nav a[aria-current="page"] {
    color: var(--clr-blue-dark);
    font-weight: var(--fw-500);
}
.page-header__right nav a:hover {
    text-decoration: underline;
}
@media (min-width: 1280px) {
    .page-header__right nav {
        display: block;
    }
}
.page-header__right .trigger-mainnavigation {
    background-color: initial;
    border: 0;
    display: block;
    margin: auto;
    padding: 0;
    position: relative;
    transition: 0.3s;
}
.page-header__right .trigger-mainnavigation .bar {
    background-color: #000;
    border-radius: 10px;
    display: block;
    height: 2px;
    margin: 6px auto;
    position: relative;
    transition: 0.4s;
    width: 3.2rem;
}
.page-header__right .trigger-mainnavigation .bar:first-of-type {
    animation: rotateR 1.5s cubic-bezier(0.5, 0.2, 0.2, 1);
}
.page-header__right .trigger-mainnavigation .bar:nth-of-type(2) {
    animation: fade 1.5s cubic-bezier(0.1, 0.8, 0.1, 1);
}
.page-header__right .trigger-mainnavigation .bar:nth-of-type(3) {
    animation: rotateL 1.5s cubic-bezier(0.5, 0.2, 0.2, 1);
}
@media (min-width: 1280px) {
    .page-header__right .trigger-mainnavigation {
        display: none;
    }
}
.page-header__right .trigger-mainnavigation.active .bar:first-of-type {
    transform: translateY(6px) rotate(45deg);
}
.page-header__right .trigger-mainnavigation.active .bar:nth-of-type(2) {
    opacity: 0;
}
.page-header__right .trigger-mainnavigation.active .bar:nth-of-type(3) {
    transform: translateY(-10px) rotate(-45deg);
}
.page-header__search {
    color: var(--clr-blue-dark);
    position: relative;
}
.page-header__search button {
    cursor: pointer;
    display: none;
    font-size: 2.4rem;
}
.page-header__search button[type="button"] {
    background-color: initial;
    border: 0;
    width: 2.4rem;
}
@media (min-width: 1280px) {
    .page-header__search button {
        display: block;
    }
}
.page-header__search .search-overlay {
    background-color: var(--clr-white);
    position: absolute;
    right: 0;
    top: -0.7rem;
}
.page-header__search .search-overlay__inner {
    align-items: center;
    display: flex;
    gap: 1rem;
}
.page-header__search .search-overlay__inner input[type="search"] {
    border-color: var(--clr-blue-dark);
    min-width: 20rem;
    padding: 0.5rem;
}
.page-header__search .search-overlay__inner button {
    font-size: 2.4rem;
}
.page-header.shrinked {
    height: auto;
}
.page-header.shrinked .logo-regular {
    display: none;
}
.page-header.shrinked .logo-shrinked {
    display: block;
}
.page-header.shrinked .page-header__addon img {
    height: auto !important;
    width: 9rem;
}
@media (min-width: 1280px) {
    .page-header {
        margin-block-end: 0;
    }
}
:dir(rtl) .page-header__right > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-left: calc(3rem * var(--tw-space-x-reverse));
    margin-right: calc(3rem * (1 - var(--tw-space-x-reverse)));
}
:dir(rtl) .page-header__right nav > a {
    float: left;
}
#ale .page-header__center {
    bottom: 1rem;
    position: absolute;
    right: 1.5rem;
}
@media (min-width: 1280px) {
    #ale .page-header__center {
        bottom: auto;
        left: auto;
        position: static;
    }
}
.mobile-navigation__list {
    list-style: none;
    margin: 0;
    padding: 0;
}
.mobile-navigation__list > .mobile-navigation__item {
    border-top: 1px solid var(--clr-yellow);
}
.mobile-navigation__list > .mobile-navigation__item:last-child {
    border-bottom: 1px solid var(--clr-yellow);
}
.mobile-navigation__item {
    position: relative;
}
.mobile-navigation__item--has-submenu > .mobile-navigation__toggle:after {
    content: "\f078";
    font-family: "Font Awesome 6 Pro";
    font-size: 2rem;
}
.mobile-navigation__item .mobile-navigation__link {
    color: var(--clr-blue-dark);
    display: block;
    font-size: 2rem;
    font-weight: var(--fw-500);
    line-height: 4rem;
    padding-right: 4rem;
    text-decoration: none;
}
.mobile-navigation__item .mobile-navigation__toggle {
    align-items: center;
    background: none;
    border: none;
    color: var(--clr-blue-dark);
    cursor: pointer;
    display: inline-flex;
    font-size: 2.1rem;
    height: 4rem;
    justify-content: center;
    position: absolute;
    right: 0;
    top: 0;
    width: 4rem;
}
.mobile-navigation__item .mobile-navigation__submenu {
    display: none;
    list-style: none;
    padding-block: 1.2rem 1.5rem;
}
.mobile-navigation__item .mobile-navigation__submenu .mobile-navigation__item {
    position: relative;
}
.mobile-navigation__item .mobile-navigation__submenu .mobile-navigation__item:not(:last-child) {
    margin-bottom: 0.8rem;
}
.mobile-navigation__item .mobile-navigation__submenu .mobile-navigation__item .mobile-navigation__toggle {
    height: 2.6rem;
    right: 0.7rem;
    width: 2.6rem;
}
.mobile-navigation__item .mobile-navigation__submenu .mobile-navigation__item .mobile-navigation__submenu {
    padding: 1.25rem 0 1rem 1rem;
}
.mobile-navigation__item
    .mobile-navigation__submenu
    .mobile-navigation__item
    .mobile-navigation__submenu
    .mobile-navigation__item:not(:last-child) {
    margin-bottom: 0.6rem;
}
.mobile-navigation__item
    .mobile-navigation__submenu
    .mobile-navigation__item
    .mobile-navigation__submenu
    .mobile-navigation__link {
    color: var(--clr-blue-dark);
    display: block;
    font-size: 1.6rem;
    font-weight: var(--fw-400);
    line-height: 2.2rem;
    text-decoration: none;
}
.mobile-navigation__item .mobile-navigation__submenu .mobile-navigation__link {
    color: var(--clr-blue-dark);
    display: block;
    font-size: 1.8rem;
    font-weight: var(--fw-400);
    line-height: 2.6rem;
    text-decoration: none;
}
.mobile-navigation__item--open > .mobile-navigation__submenu {
    display: block;
}
.mobile-navigation__item--open > .mobile-navigation__toggle {
    transform: rotate(180deg);
}
.mobile-navigation__header {
    background-color: var(--clr-white);
    padding: 2rem;
    position: sticky;
    top: 0;
    z-index: 1;
}
.mobile-navigation__content {
    padding: 2rem;
}
.mobile-navigation-container {
    background-color: var(--clr-white);
    left: 0;
    opacity: 0;
    padding: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
    transform: translateY(-20px);
    transition:
        opacity 0.3s ease,
        transform 0.3s ease;
    z-index: -1;
}
.mobile-navigation-container.active {
    max-height: 100dvh;
    opacity: 1;
    overflow: auto;
    pointer-events: auto;
    transform: translateY(0);
    z-index: 2;
}
@media (min-width: 1280px) {
    .mobile-navigation-container {
        display: none;
        pointer-events: none;
    }
}
.mobile-navigation__lang {
    margin-block-end: 2rem;
}
.mobile-navigation__lang > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-left: calc(1rem * (1 - var(--tw-space-x-reverse)));
    margin-right: calc(1rem * var(--tw-space-x-reverse));
}
.mobile-navigation__lang a {
    color: var(--clr-black-80);
    font-size: 1.6rem;
    font-weight: var(--fw-400);
    text-decoration: none;
}
.mobile-navigation__lang a[aria-current="page"] {
    color: var(--clr-blue-dark);
    font-weight: var(--fw-500);
}
.mobile-navigation__lang a:hover {
    text-decoration: underline;
}
.mobile-navigation__search form {
    position: relative;
}
.mobile-navigation__search input[type="search"] {
    background-color: var(--clr-white);
    border: 1px solid var(--clr-black-60);
    font-size: 1.6rem;
    line-height: 2.8rem;
    padding: 0.75rem 1rem;
    width: 100%;
}
.mobile-navigation__search button {
    background-color: initial;
    border: 0;
    color: var(--clr-black);
    font-size: 2.2rem;
    position: absolute;
    right: 1.5rem;
    top: 50%;
    transform: translateY(-50%);
}
.main-navigation {
    display: none;
}
@media (min-width: 1280px) {
    .main-navigation {
        bottom: 4px;
        display: block;
        position: absolute;
        right: 2rem;
        width: 100%;
    }
    .main-navigation__list {
        display: flex;
        justify-content: flex-end;
        list-style-type: none;
        width: 100%;
    }
    .main-navigation__list > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-left: calc(3.2rem * (1 - var(--tw-space-x-reverse)));
        margin-right: calc(3.2rem * var(--tw-space-x-reverse));
    }
    .main-navigation__item {
        align-items: center;
        display: inline-flex;
        height: 4.2rem;
        position: relative;
    }
    .main-navigation__item.has-submenu.open > ul,
    .main-navigation__item.has-submenu:hover > ul {
        display: block;
        opacity: 1;
        visibility: visible;
    }
    .main-navigation__item.has-submenu.open .main-navigation__link {
        text-decoration-color: var(--clr-yellow);
    }
    .main-navigation__item.has-submenu button {
        background-color: initial;
        border: 0;
        margin-inline-start: 0.5rem;
    }
    .main-navigation__link {
        color: var(--clr-blue-dark);
        display: block;
        font-size: 2rem;
        font-weight: var(--fw-500);
        text-decoration-color: #0000;
        text-decoration-line: underline;
        text-decoration-thickness: 2px;
        text-underline-offset: 6px;
    }
    .main-navigation__link:hover {
        text-decoration-color: var(--clr-yellow);
    }
    .main-navigation__sublist {
        background-color: #fffffff2;
        left: calc(var(--size-2) * -1);
        list-style-type: none;
        opacity: 0;
        padding-block: var(--size-3);
        position: absolute;
        top: 100%;
        transition:
            opacity 0.3s ease,
            visibility 0.3s ease;
        visibility: hidden;
        width: 27.5rem;
    }
    .main-navigation__sublist > li {
        padding-block: var(--size-1);
        padding-inline: var(--size-3);
    }
    .main-navigation__sublist > li a {
        color: var(--clr-blue-dark);
        text-decoration: none;
    }
    .main-navigation__sublist > li a:hover {
        text-decoration: underline;
    }
}
@media (min-width: 1440px) {
    .main-navigation {
        right: 0;
    }
}
:dir(rtl) .main-navigation__list > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-left: calc(3.2rem * var(--tw-space-x-reverse));
    margin-right: calc(3.2rem * (1 - var(--tw-space-x-reverse)));
}
:dir(rtl) .main-navigation__sublist {
    right: calc(var(--size-2) * -1);
}
.heroSlider {
    overflow: hidden;
    position: relative !important;
}
.heroSlider .splide__track {
    height: 100%;
}
.heroSlider .swiper-slide {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    height: auto !important;
}
.heroSlider .swiper-button-next,
.heroSlider .swiper-button-prev {
    background-color: var(--clr-blue-dark);
    border: 0;
    border-radius: 100%;
    color: var(--clr-white);
    height: var(--swiper-navigation-size);
    top: 30%;
    width: calc(var(--swiper-navigation-size));
}
.heroSlider .swiper-button-next:after,
.heroSlider .swiper-button-prev:after {
    content: "\f053";
    font-family: "Font Awesome 6 Pro";
    font-size: 2.2rem;
}
.heroSlider .swiper-button-next:hover,
.heroSlider .swiper-button-prev:hover {
    background-color: var(--clr-blue);
}
@media (min-width: 768px) {
    .heroSlider .swiper-button-next,
    .heroSlider .swiper-button-prev {
        top: 40%;
    }
}
@media (min-width: 1440px) {
    .heroSlider .swiper-button-next,
    .heroSlider .swiper-button-prev {
        top: 50%;
    }
}
.heroSlider .swiper-button-next:after {
    content: "\f054" !important;
}
.heroSlider .swiper-button-prev,
.heroSlider .swiper-rtl .swiper-button-next {
    left: 2rem;
    right: auto;
}
.heroSlider .swiper-button-next,
.heroSlider .swiper-rtl .swiper-button-prev {
    left: auto;
    right: 2rem;
}
.heroSlider.swiper-rtl .swiper-button-next:after {
    content: "\f053" !important;
}
.heroSlider.swiper-rtl .swiper-button-prev:after {
    content: "\f054" !important;
}
.heroSlider .splide__toggle {
    background-color: var(--clr-blue-dark);
    border: 0;
    border-radius: 100%;
    color: var(--clr-white);
    cursor: pointer;
    height: 3.5rem;
    left: 2rem;
    padding: 0;
    position: absolute;
    top: 24rem;
    width: 3.5rem;
    z-index: 11;
}
.heroSlider .splide__toggle:hover {
    background-color: var(--clr-blue);
}
.heroSlider .splide__toggle:focus-visible {
    background-color: #fff;
    color: var(--clr-blue-dark);
    outline: 4px solid var(--clr-blue-dark);
    outline-offset: -2px;
}
.heroSlider .splide__toggle > svg[aria-hidden="true"] {
    display: none;
}
@media (min-width: 768px) {
    .heroSlider .splide__toggle {
        top: 34rem;
    }
}
@media (min-width: 1024px) {
    .heroSlider .splide__toggle {
        top: 45rem;
    }
}
@media (min-width: 1280px) {
    .heroSlider .splide__toggle {
        bottom: 2rem;
        height: 4.5rem;
        left: 2rem;
        top: auto;
        width: 4.5rem;
    }
}
.heroSlider__pagination {
    align-items: center;
    background-color: initial !important;
    border: 1px solid #0000 !important;
    bottom: auto !important;
    display: flex;
    gap: 1rem;
    justify-content: center;
    left: 50% !important;
    padding: 7px 15px !important;
    position: absolute;
    top: 26rem !important;
    transform: translateX(-50%) !important;
    width: auto !important;
    z-index: 10;
}
.heroSlider__pagination.focus {
    background-color: #fffffff2 !important;
    box-shadow: inset 0 0 0 0.2rem var(--clr-blue-dark);
    outline: 0;
}
.heroSlider__pagination__page {
    background-color: var(--clr-white);
    border: 1px solid var(--clr-blue-dark);
    border-radius: 100%;
    cursor: pointer;
    height: 1.5rem;
    list-style: none;
    opacity: 1;
    width: 1.5rem;
}
.heroSlider__pagination__page--active {
    background-color: var(--clr-blue-dark);
    border: 1px solid var(--clr-white);
    transform: none;
}
@media (min-width: 768px) {
    .heroSlider__pagination {
        top: 36rem !important;
    }
}
@media (min-width: 1024px) {
    .heroSlider__pagination {
        top: 47rem !important;
    }
}
@media (min-width: 1280px) {
    .heroSlider__pagination {
        bottom: 3rem !important;
        top: auto !important;
    }
}
.heroSlider .slide__container {
    background-color: var(--clr-black-10);
    flex: 1;
    padding-inline: 0;
}
@media (min-width: 1280px) {
    .heroSlider .slide__container {
        background-color: initial;
        height: 100%;
        left: 50%;
        padding-inline: var(--_padding-inline);
        position: absolute;
        top: 0;
        transform: translateX(-50%);
    }
}
.heroSlider .slide__content {
    padding: 1.5rem;
}
.heroSlider .slide__content > a {
    color: var(--clr-blue-dark);
    display: block;
    text-decoration: none;
}
.heroSlider .slide__content > a:focus-visible {
    background-color: #fff;
    box-shadow: inset 0 0 0 0.4rem var(--clr-blue-dark);
    outline: 0;
}
@media (min-width: 1280px) {
    .heroSlider .slide__content > a {
        background-color: #fffffff2;
    }
    .heroSlider .slide__content > a:hover {
        background-color: #fff;
    }
    .heroSlider .slide__content {
        bottom: 14rem;
        left: 0;
        max-width: 70rem;
        padding: 0;
        position: absolute;
        z-index: 1;
    }
    .heroSlider .slide__content__inner {
        padding: var(--size-4);
        position: relative;
    }
}
.heroSlider .slide__headline {
    color: var(--clr-blue-dark);
    font-size: 2rem;
    font-weight: var(--fw-400);
    line-height: 2.6rem;
    margin-bottom: 0;
    text-decoration: none;
}
@media (min-width: 1280px) {
    .heroSlider .slide__headline {
        font-size: 3rem;
        line-height: 3.6rem;
    }
}
.heroSlider .slide__headline:after {
    background-color: var(--clr-yellow);
    content: "";
    display: block;
    height: 0.2rem;
    margin-block: 1.5rem;
    width: 5rem;
}
.heroSlider .slide__subheadline {
    align-items: center;
    display: flex;
    justify-content: space-between;
}
.heroSlider .slide__subheadline p {
    color: var(--clr-blue-dark);
    font-size: 1.6rem;
    line-height: 2rem;
    margin-bottom: 0;
}
@media (min-width: 1280px) {
    .heroSlider .slide__subheadline p {
        font-size: 1.8rem;
        line-height: 2.4rem;
    }
}
.heroSlider img {
    height: 29rem;
    object-fit: cover;
    object-position: top;
    width: 100%;
}
@media (min-width: 768px) {
    .heroSlider img {
        height: 39rem;
    }
}
@media (min-width: 1024px) {
    .heroSlider img {
        height: 50rem;
    }
}
@media (min-width: 1280px) {
    .heroSlider img {
        height: 68rem;
    }
}
@media (min-width: 2500px) {
    .heroSlider img {
        height: 102rem;
        max-height: 110rem;
    }
}
@media (min-width: 1440px) {
    .heroSlider {
        height: 68rem;
    }
}
@media (min-width: 2500px) {
    .heroSlider {
        height: 102rem;
    }
}
[dir="rtl"] .heroSlider .slide__subheadline i {
    transform: rotate(180deg);
}
.tile__regular {
    background-color: var(--clr-box-bg);
    position: relative;
}
.tile__regular__imagecontainer {
    overflow: hidden;
}
.tile__regular__image {
    aspect-ratio: 3/2;
    object-fit: cover;
    transform: scale(1);
    transition: transform 0.2s ease-in-out;
    width: 100%;
}
.tile__regular__title {
    padding: 1.5rem;
    padding-block-end: 0;
}
.tile__regular__title--pb {
    padding-block-end: 1.5rem;
}
.tile__regular__title h3 {
    margin-block: 0;
}
.tile__regular__title h3 a {
    align-items: center;
    color: var(--clr-blue-dark);
    display: flex;
    justify-content: space-between;
    text-decoration: none;
}
.tile__regular__title h3 a:before {
    content: "" !important;
    display: none !important;
}
.tile__regular__title h3 a span {
    flex-shrink: 0;
    width: 80%;
}
.tile__regular__title h3 a i {
    font-size: 2.4rem;
}
.tile__regular__title h3 a:after {
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.tile__regular__title h3 a:hover {
    text-decoration: none;
}
.tile__regular__text {
    padding: 1.5rem;
    padding-block-start: 0;
}
.tile__regular:hover {
    text-decoration: none;
}
.tile__regular:hover .tile__regular__image {
    transform: scale(1.03);
}
.tile__news {
    background-color: var(--clr-box-bg);
    position: relative;
}
.tile__news__header {
    align-items: center;
    display: flex;
    padding-block-start: 1.5rem;
    padding-inline: 1.5rem;
}
.tile__news__header span {
    color: var(--clr-text);
    display: inline-block;
    font-size: 1.4rem;
}
.tile__news__header__category {
    text-transform: uppercase;
}
.tile__news__header__author:before,
.tile__news__header__category:before {
    content: "|";
    margin-inline: 1rem;
}
.tile__news__image {
    background-color: #fff;
    display: flex;
    height: auto;
    justify-content: center;
    position: relative;
}
.tile__news__image img {
    aspect-ratio: 3/2;
    border: solid var(--clr-black-20);
    border-width: 1px 1px 0;
    object-fit: cover;
    width: 100%;
}
.tile__news__image--no-crop img {
    object-fit: contain;
    padding: 1rem;
}
.tile__news__title {
    padding-block-end: 1.5rem;
    padding-inline: 1.5rem;
}
.tile__news__title h3 {
    font-size: 1.8rem;
    line-height: 2.4rem;
    margin-block: 0;
}
.tile__news__title a {
    color: inherit;
    text-decoration: none;
}
.tile__news__title a:before {
    content: "" !important;
    display: none !important;
}
.tile__header__separator {
    border: 0;
    border-bottom: 2px solid var(--clr-yellow);
    margin-block: 1rem;
    margin-inline: 1.5rem;
    width: 10rem;
}
[dir="rtl"] .tile__regular__title h3 a i {
    transform: rotate(180deg);
}
.page-footer {
    display: flex;
    flex-direction: column;
    position: relative;
}
.page-footer .container {
    display: flex;
    flex-direction: column;
    gap: 3rem;
}
.page-footer--top {
    background-color: var(--clr-blue);
    padding-block: var(--size-4);
}
.page-footer__newsletter-area {
    order: 0;
}
.page-footer__social-media-area {
    order: 2;
}
@media (min-width: 1024px) {
    .page-footer__social-media-area {
        order: 0;
    }
}
.page-footer__navigation-area {
    order: 1;
}
.page-footer.has-newsletter .page-footer__newsletter-area {
    order: 0;
}
.page-footer.has-newsletter .page-footer__social-media-area {
    order: 2;
}
@media (min-width: 1024px) {
    .page-footer.has-newsletter .page-footer__social-media-area {
        position: absolute;
        right: 2rem;
    }
}
@media (min-width: 1280px) {
    .page-footer.has-newsletter .page-footer__social-media-area {
        right: 0;
    }
}
.page-footer.has-newsletter .page-footer__navigation-area {
    order: 1;
}
.page-footer__newsletter,
.page-footer__social-media {
    display: flex;
    justify-content: center;
}
.page-footer__social-media {
    gap: var(--size-4);
}
.page-footer__social-media a {
    align-items: center;
    color: var(--clr-white);
    display: flex;
    width: 3rem;
}
.page-footer__social-media a:hover {
    color: var(--clr-blue-dark);
}
.page-footer__navigation {
    flex-shrink: 0;
    width: 100%;
}
.page-footer__navigation ul {
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: var(--size-4);
    justify-content: center;
    list-style: none;
}
@media (min-width: 1024px) {
    .page-footer__navigation ul {
        flex-direction: row;
    }
}
.page-footer__navigation a {
    color: var(--clr-white);
    font-size: 1.6rem;
    text-decoration: none;
}
.page-footer--bottom {
    background-color: var(--clr-white);
    padding: var(--size-4);
}
.page-footer--bottom ul {
    display: grid;
    flex-wrap: wrap;
    gap: var(--size-8);
    grid-template-columns: repeat(2, 1fr);
    list-style: none;
}
.page-footer--bottom ul li {
    display: flex;
    justify-content: center;
}
@media (min-width: 640px) {
    .page-footer--bottom ul li.double-gap-left {
        margin-left: var(--size-8);
    }
    .page-footer--bottom ul {
        align-items: center;
        display: flex;
        justify-content: center;
    }
}
@media (min-width: 1024px) {
    .page-footer--bottom {
        padding-inline: 0;
    }
}
#ale .page-footer__grid--top-right.place-self-center {
    grid-area: 3;
}
.page-subnavigation {
    display: none;
}
.page-subnavigation a {
    color: var(--clr-blue-dark);
    display: flex;
    text-decoration: none;
}
.page-subnavigation a:before {
    content: "" !important;
    display: none !important;
}
.page-subnavigation a:hover {
    text-decoration: underline;
}
.page-subnavigation ul {
    list-style: none;
}
.page-subnavigation .page-subnavigation--first-level li.is-parent > a {
    font-size: 2rem;
    font-weight: var(--fw-500);
    line-height: 2.8rem;
}
.page-subnavigation .page-subnavigation--first-level li.is-parent > a,
.page-subnavigation .page-subnavigation--second-level li {
    border-bottom: 1px solid var(--clr-yellow);
    padding-block: var(--size-2);
}
.page-subnavigation .page-subnavigation--second-level li button {
    background-color: initial;
    border: 0;
    cursor: pointer;
    font-size: 2.4rem;
}
.page-subnavigation .page-subnavigation--second-level li button i,
.page-subnavigation .page-subnavigation--second-level li button img,
.page-subnavigation .page-subnavigation--second-level li button svg {
    transition: all 0.1s ease-in-out;
}
.page-subnavigation .page-subnavigation--second-level li button[aria-expanded="true"] i,
.page-subnavigation .page-subnavigation--second-level li button[aria-expanded="true"] img,
.page-subnavigation .page-subnavigation--second-level li button[aria-expanded="true"] svg {
    transform: rotate(180deg);
    transform-origin: center;
    transition: all 0.1s ease-in-out;
}
.page-subnavigation .page-subnavigation--second-level li a {
    font-size: 1.8rem;
}
.page-subnavigation .page-subnavigation--second-level li.is-current > a {
    font-weight: var(--fw-500);
}
.page-subnavigation .page-subnavigation--third-level {
    max-width: 100%;
    overflow: hidden;
    padding: 0.75rem 1.25rem;
    transition: all 0.2s linear;
    width: 100%;
}
.page-subnavigation .page-subnavigation--third-level li {
    border: 0;
    padding-block: var(--size-1);
}
.page-subnavigation .page-subnavigation--third-level li a {
    font-size: 1.6rem;
}
.page-subnavigation .page-subnavigation--third-level li.is-current > a {
    font-weight: var(--fw-500);
}
.page-subnavigation__item {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.page-subnavigation__item a {
    max-width: 320px;
}
.page-subnavigation__item button {
    height: 25px;
    width: 25px;
}
.page-subnavigation__item button img {
    height: auto;
    width: auto;
}
@media (min-width: 1280px) {
    .page-subnavigation {
        display: block;
    }
}
.accordion {
    margin-block-end: 3.5rem;
}
.accordion > h2 {
    margin-block-end: 1.5rem;
}
.accordion .js-accordion__panel:first-of-type {
    border-top: 1px solid var(--clr-form-border);
}
.accordion .js-accordion__panel:last-of-type {
    border-bottom: 1px solid var(--clr-form-border);
}
.accordion .js-accordion__panel + .js-accordion__panel {
    border-top: 1px solid var(--clr-form-border);
}
.accordion__heading,
.accordion__trigger {
    margin: 0;
    position: relative;
}
.accordion__trigger {
    background-color: initial;
    border: 0;
    box-shadow: none;
    color: var(--clr-blue-dark);
    cursor: pointer;
    display: block;
    font-size: clamp(1.6rem, 1.486rem + 0.357vw, 2rem);
    font-weight: var(--fw-400);
    -webkit-hyphens: auto;
    hyphens: auto;
    line-height: normal;
    padding: 1rem 4.5rem 1rem 0;
    pointer-events: all;
    text-align: left;
    text-decoration: none;
    transition: all 0.2s linear;
    width: 100%;
}
.accordion__trigger svg {
    height: 2.4rem;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 2.4rem;
}
.accordion__trigger svg .animate {
    animation: animateIconPlus 0.2s linear;
    animation-fill-mode: forwards;
    transform-origin: center;
}
.accordion__trigger[aria-expanded="true"] svg .animate {
    animation: animateIconMinus 0.2s linear;
    animation-fill-mode: forwards;
    transform-origin: center;
}
.accordion__trigger:focus-visible {
    background-color: var(--clr-blue-dark);
    color: var(--clr-white);
    outline: 0;
}
.accordion__trigger:focus-visible svg path {
    stroke: var(--clr-white);
}
.accordion__content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s linear;
    visibility: hidden;
}
.accordion__content.opened {
    transition: max-height 0.2s linear;
    visibility: visible;
}
.accordion__content__inner {
    padding-block: 2rem;
}
.accordion__content__inner .frame > header {
    display: none;
}
@keyframes animateIconMinus {
    0% {
        transform: translate(0);
    }
    to {
        transform: rotate(90deg) translate(0);
    }
}
@keyframes animateIconPlus {
    0% {
        transform: rotate(90deg) translate(0);
    }
    to {
        transform: translate(0);
    }
}
.contact-list__item {
    background-color: var(--clr-black-10);
    column-gap: 4rem;
    display: grid;
    grid-template-columns: 1fr;
    margin-block-end: 2rem;
}
.contact-list__item__image {
    margin-block-end: 0;
}
.contact-list__item__image img {
    aspect-ratio: 3/2;
    object-fit: cover;
    width: 100%;
}
.contact-list__item__body {
    align-self: center;
    color: var(--clr-blue-dark);
    max-width: 480px;
    padding: 1rem;
}
.contact-list__item__body h4 {
    font-size: 2rem;
    font-weight: 600;
}
.contact-list__item__body h4:after {
    background-color: var(--clr-yellow);
    content: "";
    display: block;
    height: 0.2rem;
    margin-block: 1rem 1.5rem;
    width: 5rem;
}
.contact-list__item__body h5 {
    font-size: 2rem;
    margin-block-end: 1.5rem;
}
.contact-list__item__body p {
    margin-block-end: 0;
}
.contact-list__item__body a {
    color: inherit;
}
@media (min-width: 640px) {
    .contact-list__item {
        column-gap: 2rem;
        grid-template-columns: 25rem auto;
    }
}
@media (min-width: 1024px) {
    .contact-list__item {
        column-gap: 4rem;
        grid-template-columns: 33.5rem auto;
    }
}
.contact-list .contact-list__item.no-image {
    display: block;
}
.contact-list .contact-list__item.no-image .contact-list__item__body {
    max-width: 100%;
    padding: 3rem;
}
blockquote {
    font-size: 2.2rem;
    font-style: italic;
    line-height: 2.8rem;
    margin-block-end: 4.5rem;
    margin-inline: auto;
    max-width: 100%;
    padding-block-start: 2.75rem;
    position: relative;
}
blockquote .author {
    color: var(--clr-blue);
    font-size: 1.6rem;
    font-weight: 600;
}
blockquote:before {
    content: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMy45NzEiIGhlaWdodD0iMjcuNDc0IiB2aWV3Qm94PSIwIDAgMzMuOTcxIDI3LjQ3NCI+PHBhdGggZmlsbD0iIzAwN2NiZiIgZD0iTTMxLjM5MSA0LjgxNWE5LjcgOS43IDAgMCAwLTMuNjU1IDMuMjI1IDcuMDYgNy4wNiAwIDAgMC0xLjU0OCAzLjkxM3EwIDIuNDUxIDIuODM4IDMuODA1YTExLjMgMTEuMyAwIDAgMSAzLjg5MiAyLjY2MyA0LjcgNC43IDAgMCAxIDEuMDUzIDMuMDMxIDUuNzIgNS43MiAwIDAgMS0xLjgyNyA0LjIzNSA2LjE4IDYuMTggMCAwIDEtNC40OTMgMS43ODQgOC41NiA4LjU2IDAgMCAxLTYuNTE0LTMuMTE3IDExLjI2IDExLjI2IDAgMCAxLTIuODE2LTcuODQ3IDE1LjggMTUuOCAwIDAgMSAuOTQ2LTUuMiAxOC4yIDE4LjIgMCAwIDEgMi41MTUtNC44MzcgMTUuNyAxNS43IDAgMCAxIDIuOTg4LTMuMkExNy40IDE3LjQgMCAwIDEgMjguODk4Ljc5OGE5LjUgOS41IDAgMCAxIDIuNTgtLjggMS44NSAxLjg1IDAgMCAxIDEuMzMzLjg2IDMuNDcgMy40NyAwIDAgMSAuNjg4IDIuMjM2cS0uMDAxLjY0Ni0yLjEwOCAxLjcyMU0wIDE2LjU5NmExNy4xMSAxNy4xMSAwIDAgMSA4LjgxNC0xNC45MiA5Ljc1IDkuNzUgMCAwIDEgNC4zLTEuNjc3IDEuMjcgMS4yNyAwIDAgMSAuOTg5LjNsMS4yIDIuNDUxcTAgLjY0NS0xLjU5MSAxLjYzNEExNS4zIDE1LjMgMCAwIDAgOS4yNCA4LjIxMWE2LjU2IDYuNTYgMCAwIDAtMS4yNDcgMy43ODQgMy40OCAzLjQ4IDAgMCAwIC42NDUgMi4xNSA5LjkgOS45IDAgMCAwIDIuOTQ1IDIuMDIxIDkuNiA5LjYgMCAwIDEgMy4wMzEgMi4xNSA1LjE0IDUuMTQgMCAwIDEgMS4wNzUgMy4xODIgNS41NSA1LjU1IDAgMCAxLTEuODcgNC4wODUgNi41IDYuNSAwIDAgMS00LjcwOCAxLjgwNiA4LjMyIDguMzIgMCAwIDEtNi4yNzctMy4xODJBMTEuMDUgMTEuMDUgMCAwIDEgMCAxNi41OTYiIGRhdGEtbmFtZT0iUGZhZCAzNTUiLz48L3N2Zz4=");
}
blockquote p {
    font-size: 2.2rem;
    line-height: 2.8rem;
    margin-block-end: 0;
    padding-block-end: 1.5rem;
    padding-inline-start: 3.5rem;
}
.cta {
    padding: 2rem;
}
.cta h3 {
    font-size: 2.4rem;
    font-weight: 500;
    margin-top: 0;
}
.cta a {
    color: var(--clr-blue-dark);
    font-size: 1.6rem;
}
.cta a:hover {
    text-decoration: none;
}
.cta p:last-child {
    margin-block-end: 2.5rem;
}
.cta-light-gray {
    background-color: var(--clr-black-10);
}
.breadcrumb {
    display: none;
}
@media (min-width: 1024px) {
    .breadcrumb {
        display: block;
        margin-block-start: 1.5rem;
    }
    .breadcrumb img,
    .breadcrumb svg {
        width: 2rem;
    }
    .breadcrumb a {
        color: var(--clr-black-90);
        font-size: 1.6rem;
        text-decoration: none;
    }
    .breadcrumb a:hover {
        text-decoration: underline;
    }
    .breadcrumb a[aria-current="page"] {
        color: var(--clr-blue-dark);
        font-weight: 500;
        text-decoration: none;
    }
    .breadcrumb ol {
        align-items: center;
        display: flex;
        flex-wrap: wrap;
        list-style: none;
    }
    .breadcrumb ol > * + * {
        margin-inline-start: 1rem;
    }
    .breadcrumb ol li {
        align-items: center;
        display: inline-flex;
        flex-shrink: 0;
    }
    .breadcrumb ol li:after {
        content: "\f054";
        font-family: "Font Awesome 6 Pro";
        font-size: 1.6rem;
        font-weight: 300;
        padding-inline-start: 1rem;
    }
    .breadcrumb ol li:last-child:after {
        content: "";
        padding-inline-start: 0;
    }
}
[dir="rtl"] .breadcrumb ol li:after {
    content: "\f053";
}
[dir="rtl"] .breadcrumb ol li:last-child:after {
    content: "";
}
.download {
    margin-block-end: 5rem;
}
.download__title {
    color: var(--clr-blue-dark);
    font-size: clamp(1.8rem, 1.743rem + 0.179vw, 2rem);
    font-weight: var(--fw-500);
    margin-block-end: 2rem;
}
.download__image {
    margin-block-end: 2rem;
    margin-right: 2rem;
    min-width: 245px;
}
.download__image img {
    border: 1px solid var(--clr-black-20);
}
.download__row {
    display: flex;
    flex-direction: column;
}
@media (min-width: 640px) {
    .download__row {
        flex-direction: row;
    }
}
.download__links {
    list-style: none;
    margin-left: 0;
}
.download__links li + li {
    margin-block-start: 1.5rem;
}
.download__links a {
    align-items: center;
    color: var(--clr-blue-dark);
    display: inline-flex;
    text-decoration: none;
}
.download__links a span {
    line-height: 2rem;
}
.download__links a.download__icon {
    align-items: center;
    display: inline-flex;
    justify-content: center;
    margin-inline-end: 1rem;
    position: relative;
    text-decoration: none;
}
.download__links a.download__icon span[class^="icon-"] {
    display: inline-flex;
    justify-content: center;
    margin-inline-end: 1.5rem;
    width: 3rem;
}
.download__links a.download__icon span[class^="icon-"]:before {
    content: "";
    font: var(--fa-font-light);
    font-size: 2.4rem;
}
.download__links a.download__icon span[class^="icon-"].narrow {
    width: auto;
}
.download__links a.download__icon span.icon-pdf:before {
    content: "\f56d";
}
.download__links a.download__icon span.icon-flipbook:before {
    content: "\e0c0";
}
.download__links a.download__icon:hover span:last-child {
    text-decoration: underline;
}
.grid-2-cols .download {
    margin-block-end: 0;
}
.grid-2-cols .download__row {
    flex-direction: column;
}
.klaro {
    --kl-light-grey: #949494;
    --kl-darkblue: #052e5c;
    --kl-blue: #007bbd;
    --kl-yellow: #fab80f;
    font-family: var(--font-family-body) !important;
    font-size: 1.8rem !important;
}
.klaro .cm-header h1 {
    color: var(--clr-black-100) !important;
    font-family: inherit !important;
    font-size: 28px;
    font-weight: 500 !important;
    line-height: 24px !important;
}
.klaro .cookie-modal .cm-modal.cm-klaro {
    background-color: var(--clr-white) !important;
    max-width: 800px !important;
}
.klaro .cookie-modal .cm-modal .cm-header {
    border-bottom: 0 !important;
    padding: 25px 25px 0 !important;
}
.klaro .cookie-modal .cm-modal .cm-header h1.title {
    line-height: 115% !important;
    margin-bottom: 20px !important;
    padding: 0 !important;
}
.klaro .cookie-modal p {
    color: var(--clr-black-100) !important;
    line-height: 24px !important;
}
.klaro .context-notice a,
.klaro .cookie-modal a,
.klaro .cookie-notice a {
    color: var(--clr-black-100) !important;
    text-decoration: underline !important;
}
.klaro .context-notice a:hover,
.klaro .cookie-modal a:hover,
.klaro .cookie-notice a:hover {
    text-decoration: none !important;
}
.klaro .cookie-modal .cm-modal .cm-body {
    padding: 0 25px !important;
}
.klaro .cookie-modal .slider {
    border: 1px solid var(--kl-light-grey) !important;
    box-shadow: none !important;
}
.klaro .cookie-modal .cm-list-label .slider {
    background-color: var(--clr-white) !important;
}
.klaro .cookie-modal .cm-list-label .slider:before {
    background-color: var(--kl-light-grey) !important;
    bottom: 1px !important;
    content: "" !important;
    height: 20px !important;
    left: 1px !important;
    position: absolute !important;
    transition: 0.4s !important;
    width: 20px !important;
}
.klaro .cookie-modal .cm-list-input:checked + .cm-list-label .slider {
    background-color: var(--kl-darkblue) !important;
}
.klaro .cookie-modal .cm-list-input:checked + .cm-list-label .slider:before {
    background-color: var(--clr-white) !important;
    transform: translateX(26px) !important;
}
.klaro .cookie-modal .cm-modal .cm-body ul.cm-purposes li.cm-purpose .cm-services .cm-caret a {
    color: var(--bkh-purple-vibrant) !important;
    text-decoration: none !important;
}
.klaro .cookie-modal .cm-modal .cm-body ul.cm-purposes li.cm-purpose .cm-services .cm-content.expanded {
    margin-top: 25px !important;
}
.klaro .cookie-modal .cm-modal .cm-body ul.cm-purposes li.cm-purpose .cm-services .cm-content {
    margin-left: -25px !important;
}
.klaro .cookie-modal .cm-list-title {
    font-size: 20px !important;
}
.klaro .cookie-modal li {
    margin-top: 20px !important;
}
.klaro .cookie-modal .cm-list-input:focus + .cm-list-label .slider {
    box-shadow: none !important;
    outline: 2px solid var(--clr-blue-dark) !important;
    outline-offset: 2px !important;
}
.klaro .cookie-modal .cm-list-input.half-checked:checked + .cm-list-label .slider:before {
    transform: translateX(13px) !important;
}
.klaro .cookie-modal .cm-list-input.half-checked:checked + .cm-list-label .slider {
    background-color: var(--clr-black-90) !important;
}
.klaro .cookie-modal .cm-modal .cm-footer {
    border-top: 0 !important;
    padding: 25px 25px 0 !important;
}
.klaro .cookie-modal .cm-modal .cm-footer .cm-footer-buttons {
    border-top: 1px solid var(--kl-yellow) !important;
    padding: 25px 0 !important;
}
@media (max-width: 1023px) {
    .klaro .cookie-modal .cm-modal .cm-footer .cm-footer-buttons {
        flex-wrap: wrap;
        gap: 1rem;
    }
    .klaro .cookie-modal .cm-modal .cm-footer .cm-footer-buttons .cm-btn {
        width: 100%;
    }
}
.klaro .cookie-modal .cm-modal .cm-footer .cm-btn {
    background-color: var(--clr-blue) !important;
    border: 1px solid var(--clr-blue) !important;
    border-radius: 999px !important;
    color: var(--clr-white) !important;
    font-size: 1.6rem !important;
    font-weight: var(--fw-500) !important;
    min-width: 80px !important;
    padding: 10px 15px !important;
    text-align: center !important;
}
.klaro .cookie-modal .cm-modal .cm-footer .cm-btn:hover {
    background-color: var(--clr-blue-dark) !important;
    color: var(--clr-white) !important;
}
.klaro .cookie-modal .cm-modal .cm-footer .cm-btn:focus-visible {
    outline: 3px solid var(--clr-blue-dark);
    outline-offset: 2px;
}
.klaro .cookie-modal .cm-modal .cm-body span {
    height: 24px !important;
}
.klaro.cm-as-context-notice {
    height: 100% !important;
}
.klaro .context-notice,
.klaro.cm-as-context-notice {
    background-color: var(--clr-white) !important;
    padding: 0 !important;
}
.klaro .context-notice {
    border: 0 !important;
}
.klaro .context-notice p {
    font-size: 18px !important;
}
.klaro .context-notice p.cm-buttons {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-top: 20px !important;
}
.klaro .context-notice p.cm-buttons .cm-btn {
    background-color: var(--clr-blue) !important;
    border: 1px solid var(--clr-blue) !important;
    border-radius: 999px !important;
    color: var(--clr-white) !important;
    font-size: 18px !important;
    min-width: 80px !important;
    padding: 10px 15px !important;
    padding-block: 5px !important;
    text-align: center !important;
    text-transform: uppercase !important;
}
.klaro .context-notice p.cm-buttons .cm-btn:hover {
    background-color: var(--clr-blue-dark) !important;
    color: var(--clr-white) !important;
}
.klaro .context-notice p.cm-buttons .cm-btn:focus-visible {
    outline: 3px solid var(--clr-blue-dark);
    outline-offset: 2px;
}
@media (min-width: 1024px) {
    .klaro .context-notice p.cm-buttons {
        flex-direction: row;
    }
}
.klaro .cookie-modal .cm-modal .cm-body ul.cm-purposes li.cm-purpose.cm-toggle-all {
    border-top-color: var(--kl-yellow) !important;
}
[data-type="placeholder"] {
    background-color: var(--light1, #fafafa);
    border: 1px solid var(--light2, #c8c8c8);
    margin-block-end: 2rem;
    padding: 2rem;
    width: 100%;
}
[data-type="placeholder"] .klaro .context-notice,
[data-type="placeholder"] .klaro.cm-as-context-notice {
    background-color: var(--light1, #fafafa) !important;
}
.news__article:first-of-type {
    padding-top: 0;
}
.news__article--horizontal {
    display: flex;
    flex-direction: column;
    gap: 4rem;
    padding-block: 3rem;
}
.news__article--horizontal .news__article__header {
    margin-bottom: 1.5rem;
}
.news__article--horizontal .tile__news__header__date {
    font-size: 1.6rem;
}
.news__article--horizontal .news__article__title h2 {
    margin-bottom: 1.5rem;
    margin-top: 0;
}
.news__article--horizontal .news__article__title a {
    color: var(--clr-blue-dark);
    font-size: 2rem;
    text-decoration: none;
}
.news__article--horizontal .news__article__title a:before {
    content: "" !important;
    display: none !important;
}
.news__article--horizontal .news__article__title a:hover {
    text-decoration: underline;
}
.news__article--horizontal .teaser-text {
    font-size: 1.6rem;
}
.news__article--horizontal .teaser-text p {
    font-size: inherit;
}
.news__article--horizontal .teaser-text a.more {
    align-items: center;
    color: var(--clr-blue-dark);
    display: inline-flex;
    font-size: inherit;
    gap: 6px;
    text-decoration: none;
}
.news__article--horizontal .teaser-text a.more:before {
    content: "" !important;
    display: none !important;
}
.news__article--horizontal .teaser-text a.more:hover {
    text-decoration: underline;
}
.news__article--horizontal .teaser-text a.more svg {
    height: 1.5rem;
}
.news__article--horizontal .news__article__image {
    height: 100%;
    position: relative;
}
.news__article--horizontal.is-story .news__article__header {
    font-size: 1.4rem;
}
.news__article--horizontal.is-story .tile__news__header__date {
    font-size: inherit;
}
.news__article--horizontal.is-story .news__article__title h2 {
    font-family:
        Georgia,
        Times New Roman,
        serif;
    font-size: clamp(2.2rem, 2.029rem + 0.536vw, 2.8rem);
    line-height: clamp(3rem, 2.829rem + 0.536vw, 3.6rem);
}
.news__article--horizontal.is-story .news__article__title h2 a {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
.news__article--horizontal.is-story.topnews {
    flex-direction: column;
    gap: 0;
}
.news__article--horizontal.is-story.topnews .news__article__image {
    margin-block-end: 2rem;
    max-width: 89.5rem;
    width: 100%;
}
.news__article--horizontal.is-story.topnews .news__article__image img {
    aspect-ratio: 16/9;
    width: 100%;
}
.news__article--horizontal.is-story .news__article__image {
    aspect-ratio: auto;
    object-fit: cover;
}
.news__article--horizontal.is-story .news__article__image img {
    aspect-ratio: auto;
}
@media (min-width: 1024px) {
    .news__article--horizontal {
        flex-direction: row;
    }
}
.news__article + .news__article {
    border-top: 1px solid var(--clr-yellow);
}
.news__article__image {
    flex-shrink: 0;
    max-width: 36rem;
    width: 100%;
}
.news__article__image img {
    aspect-ratio: 4/3;
    border: 1px solid var(--clr-black-20);
    object-fit: cover;
    width: 100%;
}
.news__article__image img.no-crop {
    object-fit: contain;
    padding: 1rem;
}
.news .meta {
    display: inline-flex;
    font-size: 1.4rem;
    margin-block-end: 1.5rem;
}
.news-single h1 {
    font-size: clamp(2.2rem, 1.6071vw + 1.6857rem, 3.2rem);
    line-height: clamp(2.8rem, 1.0714vw + 2.4571rem, 4rem);
    margin-block-end: 1.5rem;
}
.news-single h1.is-story {
    font-family:
        Georgia,
        Times New Roman,
        serif;
    font-size: 3.2rem;
    line-height: 110%;
}
.news-single .news-img-wrap {
    margin-block-end: 1.5rem;
}
.news-single .teaser-text p {
    color: var(--clr-black);
    font-size: 1.8rem;
    font-weight: var(--fw-500);
    line-height: 2.4rem;
}
.news-single .news-img-wrap .outer + .outer {
    margin-block-start: 1rem;
}
.news-single .news-img-wrap figure a,
.news-single .news-img-wrap figure span {
    display: block;
    position: relative;
}
.news-single .news-img-wrap img {
    aspect-ratio: 4/3;
    height: 100%;
    object-fit: cover;
    object-position: top center;
}
.news-single .news-img-wrap img.story {
    aspect-ratio: unset;
    height: auto;
    object-fit: cover;
}
.news-single .news-img-wrap img.no-crop {
    object-fit: contain;
    object-position: center;
    padding: 1rem;
}
.news-single .news-img-wrap .news-img-caption {
    font-size: 1.5rem;
    line-height: 1.9rem;
    padding: 1rem 0 0;
}
@media (min-width: 1024px) {
    .news-single .news-img-wrap {
        float: right;
        margin-block-end: 1.5rem;
        margin-inline-start: 1.5rem;
        width: 43rem;
    }
}
.news-single .news-backlink-wrap a {
    color: var(--clr-blue-dark);
    display: inline-flex;
    gap: 5px;
    text-decoration: none;
}
.news-single .news-backlink-wrap a:before {
    content: "" !important;
    display: none !important;
}
.news-single .news-backlink-wrap a svg {
    width: 1.5rem;
}
.news-single .news-backlink-wrap a:hover {
    text-decoration: underline;
}
.news-single .topnews .news-img-wrap {
    float: none;
    margin-block-end: 1.5rem;
    margin-inline-start: 0;
    width: 100%;
}
.news-single .topnews .news-img-wrap img {
    aspect-ratio: unset;
    height: auto;
    object-fit: cover;
}
.news-single .topnews .news-img-wrap img.large {
    aspect-ratio: 16/9;
    height: auto;
    object-fit: cover;
    width: 100%;
}
.news-single .topnews .news-img-wrap .news-img-caption {
    font-size: 1.5rem;
    line-height: 1.9rem;
    padding: 1rem 0 0;
}
.news-single .author-box {
    margin-block: 3rem 4.5rem;
    max-width: 82rem;
}
.news-single .author-box .author {
    background-color: var(--clr-box-bg);
    display: flex;
    flex-direction: column;
}
@media (min-width: 640px) {
    .news-single .author-box .author {
        flex-direction: row;
    }
}
.news-single .author-box .image {
    position: relative;
}
.news-single .author-box .image img {
    aspect-ratio: 3/4;
    object-fit: cover;
}
@media (min-width: 640px) {
    .news-single .author-box .image {
        max-width: 17rem;
    }
}
.news-single .author-box .description {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 1rem;
}
.news-single .author-box .description h3 {
    font-size: 2rem;
    font-weight: var(--fw-400);
    line-height: 2.4rem;
    margin-block-end: 0.5rem;
}
@media (min-width: 1280px) {
    .news-single .author-box .description {
        padding-inline: 0 7rem;
    }
}
@media (min-width: 1024px) {
    .news-single .author-box .author {
        flex-direction: row;
        gap: 2rem;
    }
}
@media (min-width: 1280px) {
    .news-single .author-box .author {
        flex-direction: row;
        gap: 4rem;
    }
}
.news-img-wrap .mediaelement-image + .mediaelement-image {
    margin-block-start: 2rem;
}
.news-img-wrap .mediaelement-image:last-child {
    margin-block-end: 0;
}
.page1 .news {
    margin-block-start: 3.5rem;
}
.page-navigation ul {
    display: flex;
    justify-content: flex-start;
    list-style: none;
    margin-block: 3rem;
    margin-inline: 0;
}
.page-navigation ul li {
    float: none;
    margin: 0;
    position: relative;
}
.page-navigation ul li:not(:has(a)) {
    align-items: center;
    border: 1px solid var(--clr-black-30);
    display: flex;
    height: 4.2rem;
    justify-content: center;
    margin-left: -1px;
    width: 4.2rem;
}
.page-navigation ul li.current a {
    background: var(--clr-blue-dark) !important;
    color: var(--clr-white);
}
.page-navigation ul li a {
    align-items: center;
    background: var(--clr-white) !important;
    border: 1px solid var(--clr-black-30);
    color: var(--clr-black);
    display: flex;
    height: 4.2rem;
    justify-content: center;
    margin-left: -1px;
    text-decoration: none;
    width: 4.2rem;
}
.page-navigation ul li a:before {
    content: "" !important;
    display: none !important;
}
.page-navigation ul li a:hover {
    background: var(--clr-blue-dark) !important;
    color: var(--clr-white);
    text-decoration: none;
}
.frame-layout-7 .ce-textpic {
    border-bottom: 1px solid var(--clr-yellow);
    display: flex;
    gap: 3rem;
    margin-block-end: 4rem;
    padding-block-end: 4rem;
}
.frame-layout-7 .ce-gallery {
    flex-shrink: 0;
    width: 18.5rem;
}
.frame-layout-7 p:has(.btn) {
    margin-block-start: 3rem;
}
fieldset {
    border: 0;
    margin-inline: 0;
    padding: 0;
}
fieldset .powermail_legend {
    color: var(--clr-blue-dark);
    font-size: 2.4rem;
    font-weight: var(--fw-500);
    margin-block-end: 2rem;
}
.powermail_fieldset:not(:last-child) {
    margin-block-end: 4rem;
}
.powermail_fieldset.small-margin,
.powermail_fieldset.small-margin-hide-label,
.powermail_fieldwrap:not(:last-child) {
    margin-block-end: 3rem;
}
label {
    color: var(--clr-blue-dark);
    display: block;
    font-size: 1.8rem;
    font-weight: var(--fw-500);
    margin-block-end: 1rem;
}
.powermail_fieldwrap_type_check label,
.powermail_fieldwrap_type_html p {
    font-size: 1.6rem;
    font-weight: var(--fw-400);
}
.powermail_fieldwrap_type_input,
.powermail_fieldwrap_type_select,
.powermail_fieldwrap_type_textarea {
    max-width: 48.5rem;
    width: 100%;
}
.powermail_fieldwrap_type_input input,
.powermail_fieldwrap_type_input select,
.powermail_fieldwrap_type_input textarea,
.powermail_fieldwrap_type_select input,
.powermail_fieldwrap_type_select select,
.powermail_fieldwrap_type_select textarea,
.powermail_fieldwrap_type_textarea input,
.powermail_fieldwrap_type_textarea select,
.powermail_fieldwrap_type_textarea textarea {
    border: 1px solid var(--clr-form-border);
}
.powermail_fieldwrap_type_input input.powermail_field_error,
.powermail_fieldwrap_type_input select.powermail_field_error,
.powermail_fieldwrap_type_input textarea.powermail_field_error,
.powermail_fieldwrap_type_select input.powermail_field_error,
.powermail_fieldwrap_type_select select.powermail_field_error,
.powermail_fieldwrap_type_select textarea.powermail_field_error,
.powermail_fieldwrap_type_textarea input.powermail_field_error,
.powermail_fieldwrap_type_textarea select.powermail_field_error,
.powermail_fieldwrap_type_textarea textarea.powermail_field_error {
    border-color: red;
}
.powermail_fieldwrap_type_input .powermail_select,
.powermail_fieldwrap_type_select .powermail_select,
.powermail_fieldwrap_type_textarea .powermail_select {
    appearance: none;
    background-color: var(--clr-white);
    color: var(--clr-blue-dark);
    font-size: 1.6rem;
    padding-block: 0.7rem;
    padding-inline: 1rem 3rem;
}
.powermail_fieldwrap_type_input .powermail_input,
.powermail_fieldwrap_type_input .powermail_textarea,
.powermail_fieldwrap_type_select .powermail_input,
.powermail_fieldwrap_type_select .powermail_textarea,
.powermail_fieldwrap_type_textarea .powermail_input,
.powermail_fieldwrap_type_textarea .powermail_textarea {
    background-color: var(--clr-white);
    color: var(--clr-blue-dark);
    font-size: 1.6rem;
    padding-block: 0.7rem;
    padding-inline: 1rem;
}
.powermail_fieldwrap_type_input > * > *,
.powermail_fieldwrap_type_select > * > *,
.powermail_fieldwrap_type_textarea > * > * {
    width: 100%;
}
.powermail_fieldwrap_type_select .powermail_field {
    position: relative;
}
.powermail_fieldwrap_type_select .powermail_field:after {
    content: "\f078";
    font-family: "Font Awesome 6 Pro";
    pointer-events: none;
    position: absolute;
    right: 1rem;
    top: 50%;
    transform: translateY(-50%);
}
.powermail_submit {
    background-color: var(--clr-blue);
    border: 1px solid #0000;
    border-radius: 9999px;
    cursor: pointer;
    display: inline-block;
    font-size: 1.6rem;
    font-weight: 600;
    min-width: 15rem;
    padding-block: var(--size-2);
    padding-inline: var(--size-5);
    text-align: center;
}
.powermail_submit,
.powermail_submit:hover {
    color: var(--clr-white);
    text-decoration: none;
}
.powermail_submit:hover {
    background-color: var(--clr-blue-dark);
}
.kategorieliste {
    margin-top: 2rem;
}
.kategorieliste ul {
    margin-inline-start: 0;
    padding: 0;
}
.kategorieliste ul li {
    color: #01366b;
    line-height: 13px;
    list-style: none;
    margin-bottom: 3rem;
}
.kategorieliste ul li a {
    border-bottom: 1px solid var(--clr-yellow);
    color: #31363b;
    margin-left: -0.5rem;
    padding-block: var(--size-2);
    padding: 0.5rem 1.5rem 0.5rem 0.5rem;
    text-decoration: none;
}
.kategorieliste ul li ul {
    margin: 2rem 0;
    padding-left: 2rem;
}
.kategorieliste ul li ul li {
    background: #0000 none repeat scroll 0 0;
    color: #31363b;
    height: auto;
    line-height: 130%;
    list-style: none disc outside;
    margin: 0 0 1rem;
    padding: 0;
}
.kategorieliste ul li ul li a {
    background: none;
    border-bottom: none;
    color: #01366b;
    display: inline;
    margin: 0;
    padding: 0;
}
.kategorieliste ul li ul li a:hover {
    text-decoration: underline;
}
.kategorieliste ul li ul li a:before {
    color: inherit;
    content: "\f061";
    display: inline-flex;
    font: var(--fa-font-regular);
    height: 15px;
    margin-inline-end: 5px;
    width: 15px;
}
.page-recommend {
    background-color: var(--clr-box-bg);
}
.page-recommend .page-wrapper {
    padding-block: 4rem;
}
.page-recommend .container h2 {
    margin-block-end: 4rem;
    margin-block-start: 0;
    text-align: center;
}
.page-recommend .container h3 {
    margin-block-start: 0;
}
.page-recommend .tile__news {
    background-color: var(--clr-white);
}
.page-recommend .tile__news__image img {
    border: none;
}
.video-embed {
    position: relative;
    width: 100%;
}
.video-embed .responsive-video-container {
    aspect-ratio: 16/9;
    position: relative;
}
.video-embed iframe {
    aspect-ratio: 16/9;
    display: none;
    left: 0;
    position: absolute;
    top: 0;
}
.video-embed .yt-placeholder {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: center;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.video-embed .yt-placeholder .yt-placeholder {
    display: block;
    height: 100%;
    left: 0;
    max-width: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    transition: all 0.3s;
    z-index: 1;
}
.video-embed .yt-placeholder img {
    aspect-ratio: 16/9;
    object-fit: cover;
}
.video-embed .yt-placeholder:hover .yt-placeholder {
    filter: brightness(90%);
}
.video-embed .yt-placeholder button {
    background-color: initial;
    border: 0;
    cursor: pointer;
    position: absolute;
    z-index: 2;
}
.video-embed .yt-placeholder button svg {
    pointer-events: all;
    width: 7rem;
}
.video-embed .yt-placeholder button svg path {
    fill: var(--clr-blue);
}
.video-embed .yt-placeholder button:hover svg path {
    fill: var(--clr-blue-dark);
}
.video-embed figcaption {
    font-weight: 400;
    padding-block: 0.5rem;
}
div[data-type="placeholder"] {
    background-color: #ffffffb3;
    height: auto;
    left: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    z-index: 3;
}
@media (min-width: 640px) {
    div[data-type="placeholder"] {
        height: 45%;
    }
}
.ce-gallery div[data-type="placeholder"],
.grid-2-cols div[data-type="placeholder"] {
    background-color: #ffffffb3;
    height: auto;
    left: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    z-index: 3;
}
.ce-gallery div[data-type="placeholder"] .klaro .context-notice,
.grid-2-cols div[data-type="placeholder"] .klaro .context-notice {
    padding-block-end: 1rem !important;
}
.ce-gallery div[data-type="placeholder"] .klaro .context-notice p.cm-buttons .cm-btn,
.grid-2-cols div[data-type="placeholder"] .klaro .context-notice p.cm-buttons .cm-btn {
    font-size: 1.4rem !important;
    padding-block: 5px !important;
}
@media (min-width: 640px) {
    .ce-gallery div[data-type="placeholder"],
    .grid-2-cols div[data-type="placeholder"] {
        height: auto;
    }
}
.klaro .context-notice .cm-btn {
    font-size: 1.8rem !important;
}
.klaro .context-notice p {
    color: var(--clr-theme-darkblue-500) !important;
    font-size: 1.6rem !important;
}
.news-img-wrap .video-embed .responsive-video-container {
    aspect-ratio: 4/3;
    position: relative;
}
.news-img-wrap div[data-type="placeholder"] {
    height: 70%;
}
.frame-type-fedvvmap_worldmap {
    margin-block-end: 1.5rem;
}
.world-map-linklist ul {
    list-style-type: none;
}
.world-map-linklist a:before {
    content: "" !important;
    margin: 0;
    padding: 0;
}
.kesearch_results {
    list-style: none;
    margin: 0;
}
.kesearch_searchbox {
    border: 0;
    padding: 0;
}
.kesearch_searchbox input[type="search"] {
    border: 1px solid var(--clr-form-border);
    font-size: 2.4rem;
    padding: 1rem;
    width: 100%;
}
.kesearch_searchbox input[type="search"]:focus-visible {
    outline: 3px solid var(--clr-blue-dark);
    outline-offset: 2px;
}
.kesearch_searchbox .kesearchbox {
    align-items: center;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    gap: 2rem;
    margin-block-end: 1.5rem;
    padding-block-end: 1.5rem;
}
.kesearch_searchbox .kesearchbox button {
    cursor: pointer;
    flex-shrink: 0;
    font-size: 2rem;
    padding: 0.75rem 1.75rem;
}
.kesearch_searchbox .kesearchbox button:focus-visible {
    outline: 3px solid var(--clr-blue-dark);
    outline-offset: 2px;
}
.search .pages_total {
    border-bottom: 1px solid var(--clr-black-20);
    margin-block-end: 1.5rem;
    padding-block-end: 1.5rem;
}
.search .kesearch_results {
    margin: 0;
    padding: 0;
}
.search .kesearch_results li {
    border-bottom: 1px solid var(--clr-black-20);
    list-style: none;
    margin: 20px 0 0;
}
.search .kesearch_results li p {
    margin-bottom: 30px;
}
.search .kesearch_results li p .hit {
    color: var(--clr-blue);
}
.search .kesearch_results li h2 {
    color: var(--clr-blue-dark);
    font-size: 24px;
    margin: 0 0 9px;
}
.search .kesearch_results li h2 a:focus-visible {
    outline: 3px solid var(--clr-blue-dark);
    outline-offset: 2px;
}
.search-pagination {
    margin: 32px 0;
}
.search-pagination .pages_total {
    border: 0;
    margin: 0;
    padding: 0;
}
.search-pagination ul {
    display: flex;
    list-style: none;
    margin: 0 !important;
}
.search-pagination ul li:not(:first-child) .page-link {
    margin-left: -1px;
}
.search-pagination ul li + li {
    margin-block-start: 0;
}
.search-pagination ul li a {
    align-items: center;
    background: var(--clr-white) !important;
    border: 1px solid var(--clr-black-20);
    color: var(--clr-black);
    display: flex;
    height: 4.2rem;
    justify-content: center;
    margin-left: -1px;
    text-decoration: none;
    width: 4.2rem;
}
.search-pagination ul li a:before {
    content: "" !important;
    display: none !important;
}
.search-pagination ul li a:hover {
    text-decoration: none;
}
.search-pagination ul li a:hover,
.search-pagination ul li.active a {
    background: var(--clr-blue-dark) !important;
    color: var(--clr-white);
}
.narrow-text {
    display: grid;
    gap: 3rem;
    margin-block: 5rem;
    padding-block: 3rem;
    place-items: center;
    position: relative;
}
.narrow-text .h1 {
    color: var(--clr-blue-dark);
    font-weight: var(--fw-400);
    line-height: 140%;
    max-width: 100%;
    text-align: center;
}
.narrow-text .h1,
.narrow-text .h1 p {
    margin-block-end: 0;
}
.narrow-text:before {
    top: 0;
}
.narrow-text:after,
.narrow-text:before {
    border: 1px solid var(--clr-yellow);
    content: "";
    display: block;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    width: 50%;
}
.narrow-text:after {
    bottom: 0;
}
@media (min-width: 1024px) {
    .narrow-text {
        margin-block: 8rem;
        padding-block: 5rem;
    }
    .narrow-text .h1 {
        line-height: 140%;
        max-width: 70%;
    }
    .narrow-text:after,
    .narrow-text:before {
        width: 29%;
    }
}
.swiper-navigation-icon {
    display: none;
}
