<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.btn-dgk {
    color: #FFFFFF;
    background-color: #CE1342;
    border-color: #CE1342;
}

    .btn-dgk:hover {
        border: solid 1px #dc4d717b;
        box-shadow: 0 0 0 0.2rem #dc4d717b;
    }

    .btn-dgk:focus, .btn-dgk:active {
        color: #FFFFFF;
        background-color: #CE1342;
        border-color: #CE1342;
        box-shadow: 0 0 0 0.2rem #dc4d717b;
    }

    .btn-dgk:active, .btn-dgk.active, .open .dropdown-toggle.btn-dgk {
        background-image: none;
    }

    .btn-dgk.disabled, .btn-dgk[disabled], fieldset[disabled] .btn-dgk, .btn-dgk.disabled:hover, .btn-dgk[disabled]:hover, fieldset[disabled] .btn-dgk:hover, .btn-dgk.disabled:focus, .btn-dgk[disabled]:focus, fieldset[disabled] .btn-dgk:focus, .btn-dgk.disabled:active, .btn-dgk[disabled]:active, fieldset[disabled] .btn-dgk:active, .btn-dgk.disabled.active, .btn-dgk[disabled].active, fieldset[disabled] .btn-dgk.active {
        background-color: #FFFFFF;
        border-color: #FFFFFF;
        color: #000000;
    }

    .btn-dgk .badge {
        color: #CE1342;
        background-color: #FFFFFF;
    }

.h2, h2 {
    color: #777;
    line-height: 30px;
    font-size: 24px;
    font-weight: 400;
}

.h3, h3 {
    color: #777;
    line-height: 50px;
    font-size: 21px;
    display: block;
    font-weight: 400;
}

.h4, h4 {
    color: #777;
    font-size: 13px;
    font-weight: 400;
    width: 85px;
}

.border h4 {
    margin-top: -0.6rem;
    background-color: white;
    width: max-content;
    padding: 0 5px;
}

.img-small {
    height: 55px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.col-trenner {
    max-width: 1px;
}

.row-kachel {
    min-height: 350px;
    max-height: 350px;
}

.col-right {
    max-width: 525px;
}

.row-right {
    margin-top: 25px;
    margin-bottom: 25px;
}

.col-kachel-right {
    justify-content: center;
    align-items: center;
    display: inline-flex;
}

.col-kachel-heading {
    align-items: center;
    display: inline-flex;
}

.menu-bar-style {
    background: #ce1342;
    color: #fff;
    border: 1px solid #ce1342;
    border-bottom-color: rgba(0,0,0,0.3);
    border-radius: 0;
    border-bottom-width: 0;
    height:40px;
}

.menu-bar-link-style {
    display: block;
    box-sizing: border-box;
    text-decoration: none;
    height: 40px;
    padding: 0 15px;
    line-height: 39px;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    margin-top: -1px;
    margin-left: -1px;
    border: 1px solid transparent;
    text-shadow: 0 1px 0 rgba(0,0,0,0.2);
}

    .menu-bar-link-style:hover {
        background-color: #9f0f33;
        color: #fff;
        outline: none;
        position: relative;
        z-index: 1;
        text-decoration: none;
    }

nav a.active {
    background-color: #9f0f33;
}

.navbar {
    padding: 10px 0;
}

.navbar-user {
    justify-content: right;
    float: right !important;
}

.navbar-brand {
    font-size: 25px;
    align-items: center;
    display: inherit;
    padding: initial;
}

.nav-item-link {
    display: block;
    box-sizing: border-box;
    text-decoration: none;
    height: 40px;
    padding: 0 15px;
    line-height: 39px;
    color: #fff !important;
    font-size: 15px;
    font-weight: bold;
    margin-top: -1px;
    margin-left: -1px;
    border: 1px solid transparent;
    text-shadow: 0 1px 0 rgba(0,0,0,0.2);
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

    .nav-item-link:hover {
        background-color: #9f0f33;
        border: 1px solid;
        color: #fff;
        outline: none;
        position: relative;
        z-index: 1;
        border-radius: 0;
        border: 0;
        text-decoration: none;
    }

.nav-tabs {
    border: 0px;
}

    .nav-tabs .nav-link {
        border: none;
    }

    .nav-tabs .nav-item {
        margin-bottom: 0px;
    }


    .nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
        border-color: transparent;
    }


    .nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-item button.active {
        background-color: #9f0f33;
        border: none;
    }

.nav-link.nav-item-super {
    box-sizing: border-box;
    text-decoration: none;
    height: 40px;
    padding: 0 15px;
    line-height: 39px;
    color: #fff !important;
    font-size: 17px;
    font-weight: bold;
    margin-top: -1px;
    margin-left: -1px;
    border: 1px solid transparent;
    text-shadow: 0 1px 0 rgba(0,0,0,0.2);
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-right: white;
}

    .nav-link.nav-item-super:hover {
        background-color: #9f0f33;
        outline: none;
        position: relative;
        z-index: 1;
        text-decoration: none;
    }

.btn.btn-link.dropdown-toggle {
    height: 40px;
    padding: 0 15px;
    line-height: 39px;
    color: #fff !important;
    font-size: 15px;
    font-weight: bold;
    margin-top: -1px;
    margin-left: -1px;
    text-decoration: none;
}

    .btn.btn-link.dropdown-toggle:hover {
        background-color: #9f0f33;
        outline: none;
        position: relative;
        z-index: 1;
        text-decoration: none;
    }

.dropdown-item {
    height: 40px;
    padding: 0 15px;
    line-height: 39px;
    font-size: 15px;
    font-weight: bold;
    color: #000;
}

    .dropdown-item:hover, .dropdown-item:focus, .dropdown-item:active, .dropdown-item.active {
        background-color: #ce1342;
        outline: none;
        position: relative;
        z-index: 1;
        text-decoration: none;
        color: white;
    }

    .dropdown-item.disabled {
        cursor: default;
        font-weight: normal;
        color: rgba(0,0,0,0.8);
    }

.nav-tabs .dropdown-menu {
    margin-top: 6px;
}

.dropdown-menu {
    background-color: white;
}

    .dropdown-menu.show {
        color: white;
        padding: 15px 0;
        border-color: #bababa;
        box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    }

.btn.btn-unselected-menuepoint {
    background-color: #777;
    border-color: #777;
    color: rgb(255,255,255);
    font-size: 20px;
}

    .btn.btn-unselected-menuepoint:hover {
        box-shadow: 0 0 0 0.2rem #dc4d717b;
    }

.btn.btn-selected-menuepoint:hover {
    box-shadow: 0 0 0 0.2rem #dc4d717b;
}

.a-menuepoint-unselected {
    color: white;
}

    .a-menuepoint-unselected:hover {
        text-decoration: none;
    }

.btn.btn-selected-menuepoint {
    background-color: #ce1342;
    border-color: #ce1342;
    color: rgb(255,255,255);
    font-size: 20px;
}

header {
    padding: 10px 15px;
}

.abmelden-link {
    margin-left: 15px !important;
    color: #ce1342;
    text-decoration: none;
    cursor: pointer;
    font-weight: bold;
    font-size: 15px;
}

.userName {
    color: #777;
    font-weight: bold;
    font-size: 15px;
    line-height: 20px;
    margin-left: 15px ;
}

.dgk-logo-style {
    width: 28px;
    height: 28px;
    margin-top: -4px;
}

.dgk-logo-text-style {
    height: 19px;
    margin: 0px 0px -1px 0;
    vertical-align: baseline;
    font-size: 25px;
}

.app-name {
    vertical-align: baseline;
    font-size: 25px;
    FONT-WEIGHT: 400;
}

.page-link {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #ce1342;
    background-color: #fff;
    border: 1px solid #dee2e6;
}

.div-header {
    padding: 15px 15px 0;
    background: #fff;
}

#Container-style {
    padding-left: 0px;
    padding-right: 0px;
}

a {
    color: #ce1342;
    text-decoration: none;
    cursor: pointer;
    font-weight: bold;
}

    a:hover {
        color: #9f0f33;
        text-decoration: underline;
    }

.icon-style {
    color: grey;
    margin-right: 3px;
}

.icon-style-link {
    margin-right: 5px;
}

body {
    font-size: 12px;
    font-family: Roboto,Verdana,Arial,Helvetica,sans-serif
}

.selected-checkbox {
    width: 15px;
    height: 15px;
    display: inline-block;
    border: 1px solid #bbb;
    vertical-align: middle;
    margin-top: -3px;
}

.row {
    margin-right: 0px;
    margin-left: 0px;
}

.small {
    color: grey;
}

.row-kachel-content {
    margin-left: -8px;
    margin-bottom: 6px;
}

.table-span {
    color: #999;
    font-style: italic;
    margin-left: 5px !important;
}

.table-header {
    border-bottom: solid 1px #777777;
}

.table-row {
    border-bottom: solid 1px #CCCCCC;
}

.table-row-grey {
    /*background-color: #FAFAFA !important;*/
}

.table-link {
    margin-left: -14px;
}

.table-striped-alternate tbody tr:nth-of-type(even) {
    background-color: rgba(0, 0, 0, 0.05);
}

.tab-content {
    margin: 15px 5px 5px 5px;
}

.tab-style {
    margin: 5px 5px 5px 5px;
}

.congress-header {
    height: 48px;
}

    .congress-header span {
        font-size: 15px;
        padding: 2px;
        justify-content: center;
        height: 100%;
        align-items: center;
    }

.container {
    max-width: auto;
    max-width: initial;
}

footer {
    display: flex;
}

.btn:focus, .btn.focus {
    box-shadow: none;
}

html.ready #header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 11;
    background: #fff;
}

html.ready #content .fixed-content {
    position: fixed;
    left: 0;
    right: 0;
    z-index: 10;
    padding: 15px 15px 0;
    background: #fff;
}

html.ready.scrolled #content .fixed-content {
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
}

#content {
    padding: 15px;
}


.content-header {
    color: #777;
    line-height: 30px;
    margin-bottom: 15px !important;
}

.content-header-link + .content-header {
    margin-top: 0;
    padding-left: 10px;
}

.col-form-label {
    font-weight: bold;
}

.paging_numbers {
    text-align: center;
}

    .paging_numbers .paginate_button {
        margin: 10px;
        display: inline-block;
    }

    .paging_numbers .current {
        color: inherit;
    }

.content-accordion {
    margin-left: -15px;
    margin-right: -15px;
}

    .content-accordion .content-accordion-title {
        margin-top: 0;
        margin-bottom: 15px;
        padding: 0 15px;
        background: #777;
        font-size: 14px;
        line-height: 23px;
        cursor: pointer;
        border-radius: 0;
        color: #fff;
        text-shadow: 0 1px 0 rgba(0,0,0,0.2);
        font-weight: bold
    }

        .content-accordion .content-accordion-title[data-toggle]::before {
            font-family: 'Font Awesome 5 Free';
            font-weight: bold;
            font-style: normal;
            content: "\f054";
            margin-right: 8px;
            font-size: 10px;
            vertical-align: top;
        }

        .content-accordion .content-accordion-title[data-toggle][aria-expanded=true]::before {
            content: "\f078";
        }

    .content-accordion .content-accordion-content {
        padding: 0 15px;
    }

        .content-accordion .content-accordion-content .dataTables_wrapper {
            width: 100%;
        }

.action-buttons {
    background: white;
    position: fixed;
    position: sticky;
    bottom: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-left: -15px;
    padding-left: 15px;
}

.btn-primary {
    color: #fff;
    background-color: #CE1342;
    border-color: #CE1342;
}

    .btn-primary:hover, .btn-primary:focus, .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show &gt; .btn-primary.dropdown-toggle {
        color: #fff;
        background-color: #9f0f33;
        border-color: #9f0f33;
        box-shadow: none;
    }

    .btn-primary.disabled, .btn-primary:disabled {
        color: #fff;
        background-color: #CE1342;
        border-color: #CE1342;
        cursor: not-allowed;
    }

.btn:active:focus {
    box-shadow: none !important;
}

.form-control:focus {
    box-shadow: none !important;
    border-color: #f0577e;
    background-color: #fffbfc;
}

.form-group button {
    display: block;
}

.form-group.action-buttons button {
    display: inline-block;
}

.form-group label {
    font-weight: bold;
}

tr.invalidSession {
    background-color: #fce4ea !important;
}

tr.validSession {
    background-color: #e4fcea !important;
}

.table-doubleRowHeight tbody tr {
    height: 2rem;
}

.modal-header {
    background-color: #CE1342;
    color: white;
}

    .modal-header button, .modal-header button span {
        color: white;
        text-shadow: none;
        opacity: initial;
    }

table.dataTable thead th, table.dataTable thead td {
    padding: 8px 10px;
}

table.dataTable tbody th, table.dataTable tbody td {
    border-top-color: #bbb;
}

input[type="checkbox"] {
    filter: hue-rotate(135deg) saturate(90%);
}

textarea.ta-noresize {
    resize: none;
}

.font-size-1 {
    font-size: 1rem;
}

/*selectric Begin*/
.selectric {
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    background: #ffffff;
}

    .selectric .label {
        font-size: 1rem;
    }

.selectric-items ul, .selectric-items li {
    font-size: 1rem;
}

    .selectric-items li:hover {
        background-color: #bbb;
    }

.selectric-items {
    background: white;
}

.selectric .button {
    width: 16px;
}

    .selectric .button::after {
        border: 6px solid transparent;
        border-top-color: #bbb;
        border-bottom: none;
    }

.selectric-open .selectric, .selectric-open .selectric-items {
    background-color: #fffbfc;
    border-color: #f0577e;
}

.selectric-open.selectric-below .selectric {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.selectric-open.selectric-below .selectric-items {
    border-top: none;
    border-bottom-left-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
}

.selectric-open.selectric-above .selectric {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.selectric-open.selectric-above .selectric-items {
    border-bottom: none;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}

.selectric-items ul, .selectric-items li {
    min-height: 40px;
}

.selectric-hidden {
    display:none;
}
/*selectric End*/
.tooltip-inner {
    min-width: 100px;
    max-width: 100%;
}

.hidden {
    display: none;
}
.table-actions &gt; tbody &gt; tr &gt; td:last-child {
    font-size: 16px;
    width:100px;
}
    .table-actions &gt; tbody &gt; tr &gt; td:last-child a {
        margin-right: 5px;
    }
    .table-actions &gt; tbody &gt; tr &gt; td:last-child button {
       padding:0;
    }
    .table-actions &gt; tbody &gt; tr &gt; td:last-child button:disabled {
        padding: 0;
        cursor:not-allowed;
    }
        .table-actions &gt; tbody &gt; tr &gt; td:last-child button &gt; i {
            font-size: 16px;
            color: #ce1342;
        }

.mandatory::after {
    content: "*";
    color: red;
} </pre></body></html>