
#qqapp .hiddenC {
    display: none !important;
}

#qqapp.studiensuche .table thead th {
    vertical-align: top;
    border-bottom: none;
}

#qqapp .navbar-toggler.qq-nav-up {
    position: sticky;
}

#qqapp .table td,
#qqapp .table th {
    text-align: left;
    overflow-wrap: break-word;
    word-wrap: break-word;
    -ms-word-break: break-all;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
}

@-moz-document url-prefix() {
    #qqapp .table td,
    #qqapp .table th {
        word-wrap: unset;
    }
}

#qqapp.studiensuche .table tbody td:nth-of-type(10) {
    width: 15rem;
    min-width: 7rem;
}

#qqapp.studiensuche .table tbody td:nth-of-type(3) {
    min-width: 3rem;
}

#qqapp .table-header {
    border: 1px solid #ccc;
    margin-bottom: 1rem;
    padding: 0.5rem;
    margin-right: 15px;
    margin-left: 15px;
}


.table-striped {
    width: 100%;
    border-collapse: collapse;
    word-break: normal;
}

    .table-striped td {
        vertical-align: top;
    }

.table-striped {
    width: 100%;
    overflow-y: auto;
    margin: 0 0 1em;
    border-spacing: 0px !important;
    border-collapse: collapse !important;
    color: rgba(0, 0, 0, 0.87);
}

    .table-striped::-webkit-scrollbar {
        -webkit-appearance: none;
        width: 14px;
        height: 14px;
    }

    .table-striped::-webkit-scrollbar-thumb {
        border-radius: 8px;
        background-color: rgba(0, 0, 0, .3);
    }

#qqapp.studiensuche .container-fluid .table-striped thead {
    position: sticky;
    top: 85px;
    background: #fff;
    width: 100%;
}

/* Safari-spezifische Anpassungen */
@media screen and (-webkit-min-device-pixel-ratio: 0) {
    #qqapp.studiensuche .container-fluid .table-striped thead {
        position: static;
        top: auto;
    }
}

    #qqapp.studiensuche .container-fluid .table-striped thead td,
    #qqapp.studiensuche .container-fluid .table-striped thead th {
        border-right: 1px solid #ccc;
    }

@media screen and (max-width: 767px) {

    #qqapp.studiensuche .table thead th {
        vertical-align: top;
        border-bottom: none;
    }

    #qqapp .table-header {
        margin-right: 0;
        margin-left: 0;
        margin-top: 1rem;
    }

    #qqapp .table-striped thead th:nth-of-type(5) {
        display: none;
    }

    #qqapp .jumbotron1 .row {
        background: yellow;
        display: block;
    }

    #qqapp table thead tr th:nth-of-type(5) {
        display: ruby-text;
        border: none;
    }

    #qqapp main table tbody tr th:nth-of-type(1) {
        display: block;
        color: rgba(0, 0, 0, 0.87);
        background-color: #fff;
        display: table-cell;
        padding-top: 17px;
    }

    #qqapp .accordion .card-body {
        padding: 12px;
    }

    #qqapp .accordion > .card {
        background-color: inherit;
        overflow: inherit;
        min-width: initial;
        border-radius: 0;
        border-right: 1px solid rgba(0,0,0,.125) !important;
        border: none;
    }

        #qqapp .accordion > .card > .card-header {
            padding: 0;
            background-color: inherit;
            border-bottom: none;
        }

        #qqapp .accordion > .card h4 button {
            font-size: 1rem;
        }

    #qqapp .btn-link.focus,
    #qqapp .btn-link:focus {
        text-decoration: none;
        box-shadow: unset;
    }
}

@media only screen and (min-width: 768px) {

    #qqapp.studiensuche .table thead th {
        vertical-align: top;
    }

    #qqapp .accordion .card-header {
        padding: inherit;
        margin-bottom: inherit;
        background-color: inherit;
        border-bottom: inherit;
    }

    #qqapp .accordion .collapse:not(.show) {
        display: inherit;
    }

    #qqapp .accordion .card {
        position: inherit;
        display: inherit;
        display: inherit;
        -ms-flex-direction: inherit;
        flex-direction: inherit;
        min-width: inherit;
        word-wrap: inherit;
        background-color: inherit;
        background-clip: inherit;
        border: inherit;
        border-radius: inherit;
        border-top-left-radius: inherit;
        border-top-right-radius: inherit;
    }

    #qqapp .card-header {
        display: none;
    }

    #qqapp .accordion > .card {
        overflow: inherit;
    }

    #qqapp .card-body {
        -ms-flex: inherit;
        flex: inherit;
        min-height: inherit;
        padding: inherit;
    }

    #qqapp .accordion .btn {
        display: inherit;
        font-weight: inherit;
        color: inherit;
        text-align: inherit;
        vertical-align: inherit;
        -webkit-user-select: inherit;
        -moz-user-select: inherit;
        -ms-user-select: inherit;
        user-select: inherit;
        background-color: inherit;
        border: inherit;
        padding: inherit;
        font-size: inherit;
        line-height: inherit;
        border-radius: inherit;
        transition: inherit;
    }

    #qqapp .accordion .btn-link {
        font-weight: inherit;
        color: inherit;
        text-decoration: inherit;
    }

    #qqapp .accordion .btn:not(:disabled):not(.disabled) {
        cursor: inherit;
    }
}

/* 688px */
@media only screen and (min-width: 768px) and (max-width: 1199px) {

    #qqapp.studiensuche .container-fluid .table-striped thead {
        background: #beebff !important;
        background: -webkit-linear-gradient(top, #beebff 0, #a8e4ff 100%) !important;
        background: linear-gradient(to bottom, #beebff 0, #a8e4ff 100%) !important;
    }

        #qqapp.studiensuche .container-fluid .table-striped thead th {
            border-color: #fff;
        }

    #qqapp main table tbody tr th:nth-of-type(1) {
        margin: 0px auto 0px auto;
        padding: 4px 0;
        border-top: 1px solid #dee2e6;
        border-right: none;
    }

        #qqapp main table tbody tr th:nth-of-type(1)::before,
        #qqapp main table tbody tr th:nth-of-type(1)::after {
            content: "";
            padding-left: 5px;
            padding-right: 5px color: green;
        }

    #qqapp .table thead tr:first-child {
        border-top: none;
        margin-bottom: 0;
    }

    #qqapp .table tbody tr {
        border-top: none;
    }

    #qqapp .table tr {
        border: 1px solid #dee2e6;
    }

    #qqapp .table td,
    #qqapp .table tbody th,
    #qqapp .table thead th {
        border-top: 1px solid #dee2e6;
        border-right: 1px solid #dee2e6;
        border-bottom: none;
        border-left: none;
        overflow: hidden;
    }

    #qqapp.studiensuche .table thead th:nth-of-type(11),
    #qqapp.studiensuche .table tbody td:nth-of-type(10) {
        width: 100%;
    }

    body {
        pad_ding: 2em;
    }

    table.table {
        width: 100%;
    }

    .table th, .table td {
        text-align: left;
        padding: 0.25em;
    }

    td.edit-buttons {
        text-align: right;
    }

    tr {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        margin: 0 0 0.5rem 0;
    }

    td, th {
        flex: 1 1 150px;
    }

    #qqapp .studien_filter_info table tr {
        flex: unset !important;
        display: table-row;
    }

    #qqapp .studien_filter_info table td {
        flex: unset !important;
        display: table-cell;
    }
}
/* 992px */
@media only screen and (min-width: 1200px ) {

    #qqapp.studiensuche .table thead th {
        border-bottom: 2px solid #dee2e6;
    }
}
/* 1312px  */
@media only screen and (min-width: 1920px ) {
}
