
.fondlister .fondlist-table-wrapper {
    position: relative;
    margin-bottom: 10px;
}

.fondlister .ajax-loader {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255,255,255,0);
    /* transition: background-color 0.1s; */
    z-index: -1;
}

.fondlister .ajax-loader.active {
    z-index: 2;
    background-color: rgba(255,255,255,0.5);
}

.fondlister .collapsible {
    display: inline-block;
    position: relative;
}

.fondlister .collapsible .caret {
	background-image: url(/fileadmin/templates/finvesto2/images/caret-up-2-orange.svg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 30px;
	width: 30px;
	display: inline-block;
	vertical-align: middle;
    margin-left: 5px;
}

.fondlister .collapsible.collapsed .caret {
    background-image: url(/fileadmin/templates/finvesto2/images/caret-down-2-orange.svg);
}

.fondlister table {
    background: #ffffff;
    margin-bottom: 0;
}

.fondlister .filter-header {
    font-size: 18px;
    font-weight: bold;
}

.fondlister .sortings {
    font-size: 18px;
}

.fondlister .sortings * {
    vertical-align: middle;
}

.fondlister .sorting-title {
    margin-right: 30px;
}

.fondlister .sortings .sorting-item {
    display: inline-block;
    margin-right: 30px;
}

.fondlister .sortings label {
    margin-bottom: 0;
    margin-top: 0;
}

.fondlister .sortings input {
}

.fondlister .sortings input:checked ~ label {
    font-weight: bold;
}

.fondlister .cpager {
    font-size: 18px;
}

.fondlister .filter-section {
    margin-bottom: 50px;
}


.fondlister .result-text {
    font-size: 24px;
    margin: 50px 0;
}

.fondlister .fondsearchinput {
    background-color: #fff;
}

.fondlister input.fondsearchinput:focus {
    outline: 1px solid #8cb9c3;
}

.fondlister .autocomplete-suggestion b {
    color: #8cb9c3;
}

.fondlister .search-reset {
    margin: 10px;
}

.fondlister .search-reset a {
    font-size: 14px;
    color: #000;
    text-decoration: none;
}

.fondlister .list-table {
	margin-bottom: 20px;
}

.selection-popup .cb-wrapper,
.fondlister .cb-wrapper,
.select2-dropdown .cb-wrapper {
    justify-content: flex-start;
    display: flex;
    align-items: center;
    margin: 0;
}
.selection-popup .cb-wrapper label,
.fondlister .cb-wrapper label,
.select2-dropdown .cb-wrapper label {
    margin-bottom: 0;
}

.selection-popup .cb-wrapper input,
.fondlister .cb-wrapper input,
.select2-dropdown .cb-wrapper input {
    margin-right: 10px;
}

.fondlister .selection-popup-link {
	visibility: hidden;
}

.fondlister .selection-popup-link.active {
	visibility: visible;
}

.fond-nch {
	background: url(stern-grau.svg);
	display: inline-block;
	height: 20px;
	width: 60px;
	background-repeat: repeat-x;
	text-align: left;
}

.fond-nch:after {
	content:'';
	display: inline-block;
	background: url(stern-lila.svg);
	height: 20px;
	width: 60px;
	background-repeat: repeat-x;
}

.fond-nch-0:after {
	width:0;
}
.fond-nch-1:after {
	width:20px;
}
.fond-nch-2:after {
	width: 40px;
}
.fond-nch-3:after {
	width: 60px;
}

.fondlister .sorting-icons {
	display: inline-block;
	width: 14px;
	height: 22px;
	margin-left: 5px;
	vertical-align: middle;
}

.fondlister .sorting-icons span {
	display: block;
	width: 12px;
	height: 10px;
	margin: 1px;

}

.fondlister .sorting-icons .sorting-up {
	background: url(sorting-up.svg) no-repeat center bottom;
}

.fondlister .sorting-icons .sorting-down {
	background: url(sorting-down.svg) no-repeat center top;
}

.fondlister .sorting-icons.sorted.ASC .sorting-up {
	background: url(sorting-up-act.svg) no-repeat center bottom;
}
.fondlister .sorting-icons.sorted.DESC .sorting-down {
	background: url(sorting-down-act.svg) no-repeat center top;
}

.fondlister .filter-section .text-close {
	display: none;
}

.fondlister .filter-section .text-open {
	display: inline;
}

.fondlister .filter-section .collapsed .text-close {
	display: inline;
}

.fondlister .filter-section .collapsed .text-open {
	display: none;
}

table.fondlist-table thead th {
	border-bottom-width: 1px;
}

.fondlist-table thead {
	border-bottom: 1px solid #979797;
}


.fondlister .filter-header a {
	color: #ef7c00;
}


table.fondlist-table thead th {
	font-weight: normal;
	vertical-align: middle;
}

table.fondlist-table td {
	vertical-align: middle;
	padding: 10px;
}

.fondlist-table .custom-cb, .select2-dropdown .custom-cb {
	display: block;
	position: relative;
	padding-left: 22px;
	padding-bottom: 22px;
	margin-right: 10px;
	cursor: pointer;
	font-size: 22px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.fondlist-table .custom-cb input, .select2-dropdown .custom-cb input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}

.fondlist-table .custom-cb .checkmark, .select2-dropdown .custom-cb .checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 22px;
	width: 22px;
	border: 2px solid #000;
}

.fondlist-table .custom-cb .checkmark:after, .select2-dropdown .custom-cb .checkmark:after {
	content: "";
	position: absolute;
	display: none;
	left: 6px;
	top: 1px;
	width: 7px;
	height: 13px;
	border: solid #39444c;
	border-width: 0 2px 2px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.fondlist-table .custom-cb input:checked ~ .checkmark, .select2-dropdown .custom-cb input:checked ~ .checkmark {
	background: var(--fnz-purple-light);
	border-color: var(--fnz-purple-light);
}

.fondlist-table .custom-cb input:checked ~ .checkmark:after, .select2-dropdown .custom-cb input:checked ~ .checkmark:after{
	display: block;
	border-color: #fff;
}





.fondlist-table .custom-radio {
	display: block;
	position: relative;
	padding-left: 22px;
	padding-bottom: 22px;
	margin-right: 10px;
	cursor: pointer;
	font-size: 22px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.fondlist-table .custom-radio input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}

.fondlist-table .custom-radio .checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 22px;
	width: 22px;
	border: 2px solid #ccc;
	border-radius: 50%;
}

.fondlist-table .custom-radio .checkmark:after {
	content: "";
	position: absolute;
	display: none;
	left: 3px;
	top: 3px;
	width: 12px;
	height: 12px;
	background-color: var(--fnz-purple-light);
	border-radius: 50%;
}

.fondlist-table .custom-radio input:checked ~ .checkmark:after {
	display: block;
}

.fondlist-table .custom-radio input:checked ~ .checkmark {
	border-color: var(--fnz-purple-light);
}



.fondlister .filters {
	padding-top: 40px;
	padding-bottom: 20px;
}
.fondlister .filter-item {
	white-space: nowrap;
	padding: 10px 0px;
	margin: auto;
	display: flex;
	justify-content: center;
	align-items: center;
}
.fondlister .filters select {
	width: 150px;
	background-color: #fff;
}
.fondlister .filters label {
	margin: 0;
	margin-right: 10px;
	width: 150px;
}

.fondlister .sorting-link {
	text-decoration: none;
	color: inherit;
	font-weight: normal;
}

.fondlister .filter-hidden {
	display: none;
}



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

	.fondlister .filter-row {
		display: flex;
		justify-content: center;
	}
	
	.fondlister .filter-hidden {
		display: block;
		visibility: hidden;
	}


	.fondlister .filter-item:first-child {
		margin-right: 50px;
	}
	.fondlister .filter-item:last-child {
		margin-left: 50px;
	}

}



.fondlister-portallogin {
	display: none;
}

.fondlister-portallogin.active {
	display: block;
}

.fondlister .search-reset {
	margin-bottom: 50px;
}

.site-ebase .fond-nch:after {
	background: url(ebase-stern-gruen.svg);
	background-repeat: repeat-x;
}

.ebase-variant .td-selection-only {
	display: none;
}

.ebase-variant .selection-popup-link {
	visibility: visible;
}

/*
.ebase-variant .selection-popup-link a {
	background-color: #cccccc;
	border-color: #cccccc;
	pointer-events: none;
}


.ebase-variant .selection-popup-link.active a {
	background-color: #000000;
	border-color: #000000;
	pointer-events: auto;
}
*/

@media screen and (max-width: 576px) {
.ebase-variant .cpager {
	display: block;
	text-align: center;
}
}


table.fondlist-table thead,
.fondlister .fondlist-table-wrapper tr.selected {
	background-color: #F2F2F2;
}

.fondlister .fondlist-table-wrapper td,
.fondlister .fondlist-table-wrapper th,
.fondlister .fondlist-table-wrapper tr,
.selection-popup table td,
.selection-popup table th,
.selection-popup table tr
{
	border-color: #000;
}

.fondlister .filter-header a {
	color: var(--fnz-purple-light);
}

.fondlister .collapsible .caret {
	background: none !important;
}
.fondlister .collapsible .caret:after {
	font-family: pim-icons;
	content: "\e911";
	display: inline-block;
	vertical-align: middle;
}
.fondlister .collapsible.collapsed .caret:after {
	font-family: pim-icons;
	content: "\e913";
}
.fondlister .filters label {
	width: 170px;
}
.fondlister .form-select:focus {
	box-shadow: none;
}

.fondlister .fondsearch-box {
	width: 340px;
	position: relative;
	z-index: 1;
	margin: auto;
}

.fondlister .fondsearch-box input {
	width: 340px;
	background-color: #fff;
	padding-right: 40px;
}
.fondlister .fondsearch-icon {
	position: absolute;
	z-index: 2;
	right: 10px;
	top: 5px;
	opacity: 1 !important;
	cursor: pointer;
	
}

.fondlist-table tbody tr:hover {
	background-color: #F2F2F2;
}

.fondlist-table-buttons {
	margin-top: 40px;
}

.fondlist-table-buttons > * {
	margin: 12px;
}

.bmw-page {
	table.fondlist-table thead {
		background-color: #F2F2F2;
	}
	
	.fondlist-table .custom-radio input:checked ~ .checkmark {
		border-color: #1c69d4;
	}
	.fondlist-table .custom-cb .checkmark {
		border-color: #1c69d4;
	}
	.fondlist-table .custom-cb .checkmark::after {
		border-color: #1c69d4;
	}
	
	.fondlist-table .custom-radio .checkmark {
		border-color: #1c69d4;
	}
	.fondlist-table .custom-radio .checkmark::after {
		background-color: #1c69d4;
	}
	.fondlist-table .custom-cb input:checked ~ .checkmark {
		background: #1c69d4;
		border-color: #1c69d4;
	}
	.fond-nch::after {
		background-image: url(stern-blue.svg);
	}
}
