<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Basis-CSS Klassen für alle Standard GS-Templates */

.visible-xls,
.visible-xls-block,
.visible-xls-inline,
.visible-xls-inline-block
{
  display: none;
}
/* boostrap xls extension */
/* 768 (sm) / 1280 (lg) = 0.6, sqrt(0.6) = 992 (md) / 1280 (lg), xxs = 768 * 0.6 = 460, x(x)s = 768 * sqrt(0.6) = 596 */
@media (max-width: 596px) {
    .hidden-xls {
        display: none;
    }
    .visible-xls {
        display: block !important;
    }
    table.visible-xls {
        display: table;
    }
    tr.visible-xls {
        display: table-row !important;
    }
    th.visible-xls,
    td.visible-xls {
        display: table-cell !important;
    }
    .visible-xls-block {
        display: block !important;
    }
    .visible-xls-inline {
        display: inline !important;
    }
    .visible-xls-inline-block {
        display: inline-block !important;
    }

    .col-xls-1,.col-xls-10,.col-xls-11,.col-xls-12,.col-xls-2,.col-xls-3,.col-xls-4,.col-xls-5,.col-xls-6,.col-xls-7,.col-xls-8,.col-xls-9 {
        float:left
    }

    .col-xls-12 {
        width: 100%
    }

    .col-xls-11 {
        width: 91.66666667%
    }

    .col-xls-10 {
        width: 83.33333333%
    }

    .col-xls-9 {
        width: 75%
    }

    .col-xls-8 {
        width: 66.66666667%
    }

    .col-xls-7 {
        width: 58.33333333%
    }

    .col-xls-6 {
        width: 50%
    }

    .col-xls-5 {
        width: 41.66666667%
    }

    .col-xls-4 {
        width: 33.33333333%
    }

    .col-xls-3 {
        width: 25%
    }

    .col-xls-2 {
        width: 16.66666667%
    }

    .col-xls-1 {
        width: 8.33333333%
    }

    .col-xls-pull-12 {
        right: 100%
    }

    .col-xls-pull-11 {
        right: 91.66666667%
    }

    .col-xls-pull-10 {
        right: 83.33333333%
    }

    .col-xls-pull-9 {
        right: 75%
    }

    .col-xls-pull-8 {
        right: 66.66666667%
    }

    .col-xls-pull-7 {
        right: 58.33333333%
    }

    .col-xls-pull-6 {
        right: 50%
    }

    .col-xls-pull-5 {
        right: 41.66666667%
    }

    .col-xls-pull-4 {
        right: 33.33333333%
    }

    .col-xls-pull-3 {
        right: 25%
    }

    .col-xls-pull-2 {
        right: 16.66666667%
    }

    .col-xls-pull-1 {
        right: 8.33333333%
    }

    .col-xls-pull-0 {
        right: auto
    }

    .col-xls-push-12 {
        left: 100%
    }

    .col-xls-push-11 {
        left: 91.66666667%
    }

    .col-xls-push-10 {
        left: 83.33333333%
    }

    .col-xls-push-9 {
        left: 75%
    }

    .col-xls-push-8 {
        left: 66.66666667%
    }

    .col-xls-push-7 {
        left: 58.33333333%
    }

    .col-xls-push-6 {
        left: 50%
    }

    .col-xls-push-5 {
        left: 41.66666667%
    }

    .col-xls-push-4 {
        left: 33.33333333%
    }

    .col-xls-push-3 {
        left: 25%
    }

    .col-xls-push-2 {
        left: 16.66666667%
    }

    .col-xls-push-1 {
        left: 8.33333333%
    }

    .col-xls-push-0 {
        left: auto
    }

    .col-xls-offset-12 {
        margin-left: 100%
    }

    .col-xls-offset-11 {
        margin-left: 91.66666667%
    }

    .col-xls-offset-10 {
        margin-left: 83.33333333%
    }

    .col-xls-offset-9 {
        margin-left: 75%
    }

    .col-xls-offset-8 {
        margin-left: 66.66666667%
    }

    .col-xls-offset-7 {
        margin-left: 58.33333333%
    }

    .col-xls-offset-6 {
        margin-left: 50%
    }

    .col-xls-offset-5 {
        margin-left: 41.66666667%
    }

    .col-xls-offset-4 {
        margin-left: 33.33333333%
    }

    .col-xls-offset-3 {
        margin-left: 25%
    }

    .col-xls-offset-2 {
        margin-left: 16.66666667%
    }

    .col-xls-offset-1 {
        margin-left: 8.33333333%
    }

    .col-xls-offset-0 {
        margin-left: 0
    }
}

.visible-xxs,
.visible-xxs-block,
.visible-xxs-inline,
.visible-xxs-inline-block
{
  display: none;
}
/* boostrap xxs extension */
/* 768 (sm) / 1280 (lg) = 0.6, sqrt(0.6) = 992 (md) / 1280 (lg), xxs = 768 * 0.6 = 460, x(x)s = 768 * sqrt(0.6) = 596 */
@media (max-width: 460px) {
    .hidden-xxs {
        display: none;
    }
    .visible-xxs {
        display: block !important;
    }
    table.visible-xxs {
        display: table;
    }
    tr.visible-xxs {
        display: table-row !important;
    }
    th.visible-xxs,
    td.visible-xxs {
        display: table-cell !important;
    }
    .visible-xxs-block {
        display: block !important;
    }
    .visible-xxs-inline {
        display: inline !important;
    }
    .visible-xxs-inline-block {
        display: inline-block !important;
    }

    .col-xxs-1,.col-xxs-10,.col-xxs-11,.col-xxs-12,.col-xxs-2,.col-xxs-3,.col-xxs-4,.col-xxs-5,.col-xxs-6,.col-xxs-7,.col-xxs-8,.col-xxs-9 {
        float:left
    }

    .col-xxs-12 {
        width: 100%
    }

    .col-xxs-11 {
        width: 91.66666667%
    }

    .col-xxs-10 {
        width: 83.33333333%
    }

    .col-xxs-9 {
        width: 75%
    }

    .col-xxs-8 {
        width: 66.66666667%
    }

    .col-xxs-7 {
        width: 58.33333333%
    }

    .col-xxs-6 {
        width: 50%
    }

    .col-xxs-5 {
        width: 41.66666667%
    }

    .col-xxs-4 {
        width: 33.33333333%
    }

    .col-xxs-3 {
        width: 25%
    }

    .col-xxs-2 {
        width: 16.66666667%
    }

    .col-xxs-1 {
        width: 8.33333333%
    }

    .col-xxs-pull-12 {
        right: 100%
    }

    .col-xxs-pull-11 {
        right: 91.66666667%
    }

    .col-xxs-pull-10 {
        right: 83.33333333%
    }

    .col-xxs-pull-9 {
        right: 75%
    }

    .col-xxs-pull-8 {
        right: 66.66666667%
    }

    .col-xxs-pull-7 {
        right: 58.33333333%
    }

    .col-xxs-pull-6 {
        right: 50%
    }

    .col-xxs-pull-5 {
        right: 41.66666667%
    }

    .col-xxs-pull-4 {
        right: 33.33333333%
    }

    .col-xxs-pull-3 {
        right: 25%
    }

    .col-xxs-pull-2 {
        right: 16.66666667%
    }

    .col-xxs-pull-1 {
        right: 8.33333333%
    }

    .col-xxs-pull-0 {
        right: auto
    }

    .col-xxs-push-12 {
        left: 100%
    }

    .col-xxs-push-11 {
        left: 91.66666667%
    }

    .col-xxs-push-10 {
        left: 83.33333333%
    }

    .col-xxs-push-9 {
        left: 75%
    }

    .col-xxs-push-8 {
        left: 66.66666667%
    }

    .col-xxs-push-7 {
        left: 58.33333333%
    }

    .col-xxs-push-6 {
        left: 50%
    }

    .col-xxs-push-5 {
        left: 41.66666667%
    }

    .col-xxs-push-4 {
        left: 33.33333333%
    }

    .col-xxs-push-3 {
        left: 25%
    }

    .col-xxs-push-2 {
        left: 16.66666667%
    }

    .col-xxs-push-1 {
        left: 8.33333333%
    }

    .col-xxs-push-0 {
        left: auto
    }

    .col-xxs-offset-12 {
        margin-left: 100%
    }

    .col-xxs-offset-11 {
        margin-left: 91.66666667%
    }

    .col-xxs-offset-10 {
        margin-left: 83.33333333%
    }

    .col-xxs-offset-9 {
        margin-left: 75%
    }

    .col-xxs-offset-8 {
        margin-left: 66.66666667%
    }

    .col-xxs-offset-7 {
        margin-left: 58.33333333%
    }

    .col-xxs-offset-6 {
        margin-left: 50%
    }

    .col-xxs-offset-5 {
        margin-left: 41.66666667%
    }

    .col-xxs-offset-4 {
        margin-left: 33.33333333%
    }

    .col-xxs-offset-3 {
        margin-left: 25%
    }

    .col-xxs-offset-2 {
        margin-left: 16.66666667%
    }

    .col-xxs-offset-1 {
        margin-left: 8.33333333%
    }

    .col-xxs-offset-0 {
        margin-left: 0
    }
}

h1 {
    margin-bottom: 35px!important;
    font-weight: initial;
}

h2,h3 {
    margin-bottom: 20px!important;
}


h4,h5 {
    margin-bottom: 10px!important;
}
/*

p {
    margin-bottom: 10px;
}
*/
.space{
    padding-top: 25px;
}

hr{
    margin-bottom: 30px;
    margin-top: 30px;
}</pre></body></html>