<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@media screen, print {

    div.years {
        display: flex;
        column-gap: 1rem;
        align-items: center;
        flex-wrap: wrap;
    }

    .blockobject_sponsoring {
        position: relative;
        margin-top: 20px;
    }
    .blockobject_sponsoring .cash {
        white-space: nowrap;
    }

    .blockobject_sponsoring p {
        margin: revert;
    }

    span.plus:before {
        border: 2px solid white;
        border-radius: 12px;
        box-shadow: 0 0 3px #444;
        box-sizing: content-box;
        color: black;
        content: "+";
        display: inline-block;
        font-family: "Courier New", Courier, monospace;
        height: 16px;
        left: 4px;
        line-height: 18px;
        text-align: left;
        text-indent: 2px;
        top: 8px;
        width: 16px;
        background-color: white;
        font-size: 20px;
        font-weight: 700;
    }

    .sponsoring_filter_search {
        text-decoration: none;
    }

    .sponsoring_filter_search span {
        text-decoration: underline;
    }

    .sponsoring_filter_search::after {
        background-color: white;
        color: black;
        border: 2px solid white;
        border-radius: 12px;
        box-shadow: 0 0 3px #444;
        box-sizing: content-box;
        content: "+";
        display: inline-block;
        font-family: "Courier New", Courier, monospace;
        height: 16px;
        left: 4px;
        line-height: 18px;
        text-align: left;
        text-indent: 2px;
        top: 8px;
        width: 16px;
        margin: 0 8px;
        font-size: 20px;
        font-weight: 700;
    }

    .sponsoring_filter_search {
        cursor: pointer;
    }

    .buttons_wrapper {
        display: flex;
        row-gap: 1rem;
        flex-direction: column;
    }

    .sponsoring_filter_search.opened:after {
        content: "-";
    }

    .sponsoring_filter {
        margin-bottom: 20px;
    }

    .sponsoring_filter form.form {
        padding: 20px 20px 40px;
    }

    .sponsoring_filter .row {
        margin-bottom: 0.5em;
        overflow: hidden;
    }

    .sponsoring_filter .col &gt; * {
        box-sizing: border-box;
    }

    .sponsoring_filter .col {
        float: left;
        width: 50%;
    }

    .sponsoring_filter label {
        display: inline-block;
        width: 45%;
    }

    .sponsoring_filter .col input, .sponsoring_filter .col select {
        display: inline-block;
        width: 50%;
        min-width: auto;
    }

    .sponsoring_filter .buttons {
        text-align: right;
        padding: 0.5em 1em;
    }

}

@media print {
    .sponsoring_filter {
        display: none;
    }

    .blockobject_sponsoring .table &gt; thead &gt; tr &gt; th,
    .blockobject_sponsoring .table &gt; thead &gt; tr &gt; td,
    .blockobject_sponsoring .table &gt; tbody &gt; tr &gt; th,
    .blockobject_sponsoring .table &gt; tbody &gt; tr &gt; td,
    .blockobject_sponsoring .table &gt; tfoot &gt; tr &gt; th,
    .blockobject_sponsoring .table &gt; tfoot &gt; tr &gt; td {
        padding: 4px 8px;
        display: table-cell !important;
        border: 1px solid grey;
    }

    .blockobject_sponsoring table.dataTable.nowrap th,
    .blockobject_sponsoring table.dataTable.nowrap td {
        white-space: normal;
    }

    .blockobject_sponsoring table.dataTable.nowrap td.text-right,
    .blockobject_sponsoring table.dataTable.nowrap td.summe {
        white-space: nowrap;
    }

    .blockobject_sponsoring .table &gt; thead &gt; tr &gt; th.control,
    .blockobject_sponsoring .table &gt; tbody &gt; tr &gt; td.control,
    .blockobject_sponsoring .table &gt; thead &gt; tr &gt; th.no-control,
    .blockobject_sponsoring .table &gt; tbody &gt; tr &gt; td.no-control {
        display: none !important;
    }
}

body table.dataTable.dtr-column &gt; tbody &gt; tr &gt; td.control::before,
body table.dataTable.dtr-column &gt; tbody &gt; tr &gt; th.control::before {
    top: 50%;
    left: 50%;
    height: 16px;
    width: 16px;
    margin-top: -10px;
    margin-left: -10px;
    display: block;
    position: absolute;
    color: black;
    border: 2px solid white;
    border-radius: 14px;
    box-shadow: 0 0 3px #444;
    box-sizing: content-box;
    text-align: center;
    font-family: 'Courier New', Courier, monospace;
    line-height: 18px;
    content: '+';
    background-color: white;
    font-size: 20px;
    font-weight: 700;
    text-indent: 0;
}

body table.dataTable.dtr-column &gt; tbody &gt; tr.parent td.control::before,
body table.dataTable.dtr-column &gt; tbody &gt; tr.parent th.control::before {
    content: '-';
    background-color: white;
}


@media only screen and (max-width: 480px) {
    .sponsoring_filter .col {
        float: none;
        width: 100%;
    }

    .sponsoring_filter label {
        display: block;
        width: 100%;
    }

    .sponsoring_filter .col input, .sponsoring_filter .col select {
        display: block;
        width: 100%;
        margin: 0.3em 0;
        padding: 0.3em;
    }

}

</pre></body></html>