.fonds_table.table.table-bordered thead {
    background-color: #F6F6F6;
    line-height: 28px;
    vertical-align: top;
    letter-spacing: normal;
    word-spacing: 0px;
    margin: 0px;
    padding: 9px;
}

.table-responsive.fixed-header table{background:#ffffff}
.table-responsive.fixed-header tbody{background:#ffffff}

.fonds_table.table.table-bordered thead th, .fonds_table.table.table-bordered td a {
    font-weight: 400;
}

.fondsverwaltung-h1 {
    font-size: 100px;
    margin-bottom: 56px;
}

.tx-fondsverwaltung .row.form-group {
    margin-bottom: 20px;
}

.fondsverwaltung-search .searchfield-row input {
    box-sizing: border-box;
}

.fondsverwaltung-search .autocomplete-wrapper {
    width: 40%;
}

/*Fixed header*/
.table-responsive.fixed-header {
    max-height: 500px;
    overflow-y: auto;
    position: relative;
}

.table-responsive.fixed-header .table {
    border-collapse: collapse;
    width: 100%;
}

.table-responsive.fixed-header .table.table-bordered {
    border: 1px solid var(--bs-border-color, #dee2e6);
}

.table-responsive.fixed-header thead {
    position: sticky;
    top: -1px;
    z-index: 5;
    background: #F6F6F6;
}

.table-responsive.fixed-header thead th {
    position: sticky;
    top: 0;
    z-index: 6;
    background: #F6F6F6;
    border-bottom: 0;
}

.table-responsive.fixed-header thead::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1px;
    height: 7px;
    background: linear-gradient(90deg, #A979F6 0%, #6C1BEE 24%, #F05619 77%, #F7C750 100%);
    pointer-events: none;
    z-index: 7;
}

.table-responsive.fixed-header .table > :not(:first-child) {
    border-top: 0;
}

@media (max-width: 768px) {
    .fondsverwaltung-search .searchfield-row {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 12px;
    }
    .fondsverwaltung-search .autocomplete-wrapper {
        width: 100%;
    }
    .fondsverwaltung-search .fonds_submit {
        width: 115px;
    }
}

@media screen and (max-width: 575px) {
    .fondsverwaltung-search .searchfield-row > .autocomplete-wrapper {
        margin-bottom: 0px;
    }
}

/*Spinner icon for searchform*/
#loading-spinner {
    padding-top: 50px;
    padding-bottom: 10px;
}

.lds-spinner,
.lds-spinner div,
.lds-spinner div:after {
    box-sizing: border-box;
}
.lds-spinner {
    color: #333333;
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}
.lds-spinner div {
    transform-origin: 40px 40px;
    animation: lds-spinner 1.2s linear infinite;
}
.lds-spinner div:after {
    content: " ";
    display: block;
    position: absolute;
    top: 3.2px;
    left: 36.8px;
    width: 4.4px;
    height: 17.6px;
    border-radius: 20%;
    background: currentColor;
}
.lds-spinner div:nth-child(1) {
    transform: rotate(0deg);
    animation-delay: -1.1s;
}
.lds-spinner div:nth-child(2) {
    transform: rotate(30deg);
    animation-delay: -1s;
}
.lds-spinner div:nth-child(3) {
    transform: rotate(60deg);
    animation-delay: -0.9s;
}
.lds-spinner div:nth-child(4) {
    transform: rotate(90deg);
    animation-delay: -0.8s;
}
.lds-spinner div:nth-child(5) {
    transform: rotate(120deg);
    animation-delay: -0.7s;
}
.lds-spinner div:nth-child(6) {
    transform: rotate(150deg);
    animation-delay: -0.6s;
}
.lds-spinner div:nth-child(7) {
    transform: rotate(180deg);
    animation-delay: -0.5s;
}
.lds-spinner div:nth-child(8) {
    transform: rotate(210deg);
    animation-delay: -0.4s;
}
.lds-spinner div:nth-child(9) {
    transform: rotate(240deg);
    animation-delay: -0.3s;
}
.lds-spinner div:nth-child(10) {
    transform: rotate(270deg);
    animation-delay: -0.2s;
}
.lds-spinner div:nth-child(11) {
    transform: rotate(300deg);
    animation-delay: -0.1s;
}
.lds-spinner div:nth-child(12) {
    transform: rotate(330deg);
    animation-delay: 0s;
}
@keyframes lds-spinner {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
.hidden {
    display: none;
}

/*Search with reset*/
.search-with-reset {
    position: relative;
    margin-top: 5px;
}

.reset-x {
    position: absolute;
    right: .75rem;
    top: 50%;
    transform: translateY(-50%);
    width: 45px;
    height: 30px;
    display: none;
    border: 0;
    background: transparent;
    cursor: pointer;
    z-index: 2;
    -webkit-appearance: none;
    appearance: none
}

.reset-x::before {
    content: "";
    display: block;
    width: 24px;
    height: 28px;
    background-image: url('/fileadmin/templates/fnz/images/x-lg.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain
}

@media (prefers-color-scheme: dark) {
    .reset-x::before {
        filter: invert(1)
    }
}

.search-with-reset .fonds_input {
    height: 55px;
    padding: 15px 60px 12px 16px;
    line-height: 1.4;
    resize: none;
    overflow: hidden;
    box-sizing: border-box;
    width: 100%;
    position: relative;
    z-index: 1
}

/*Sorting-icons*/
.table-responsive.fixed-header th.sortable {
    white-space: nowrap;
    cursor: pointer
}

.table-responsive.fixed-header th.sortable .th-sort {
    display: inline-flex;
    align-items: flex-start;
    gap: .25rem
}

.table-responsive.fixed-header .sorting-icons {
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 14px;
    height: 30px;
    vertical-align: middle;
}

.table-responsive.fixed-header .sorting-icons .sorting-icon {
    display: block;
    width: 12px;
    height: 10px;
    margin: 1px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain
}

.table-responsive.fixed-header .sorting-icons .sorting-up {
    background-image: url(sorting-up.svg);
    background-position: center bottom
}

.table-responsive.fixed-header .sorting-icons .sorting-down {
    background-image: url(sorting-down.svg);
    background-position: center top
}

.table-responsive.fixed-header .sorting-icons.sorted.ASC .sorting-up {
    background-image: url(sorting-up-act.svg)
}

.table-responsive.fixed-header .sorting-icons.sorted.DESC .sorting-down {
    background-image: url(sorting-down-act.svg)
}

/*Exporter btn*/
.tx-fondsverwaltung .my-login-dropdown {
    margin-left: 0;
}

.tx-fondsverwaltung .dropdown-menu.show {
    width: 325px;
}