
.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: #8cb9c3;
    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-gruen.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-family: DaxMedium;
	font-weight: normal;
	vertical-align: middle;
}

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

.fondlister .fondlist-table-wrapper tr.selected {
	font-family: DaxMedium;
}

.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 #8CB9C3;
}

.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 #8CB9C3;
	border-width: 0 2px 2px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

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





.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 #8CB9C3;
	border-radius: 50%;
}

.fondlist-table .custom-radio .checkmark:after {
	content: "";
	position: absolute;
	display: none;
	left: 3px;
	top: 3px;
	width: 12px;
	height: 12px;
	background-color: #8cb9c3;
	border-radius: 50%;
}

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



.fondlister .filters {
	padding-top: 40px;
	padding-bottom: 40px;
}
.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;
}

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

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


	.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 .selected-fonds-link {
	background-color: #0059a3;
	color: #fff;
	text-decoration: none;
	display: inline-block;
	font-weight: normal;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border: 1px solid transparent;
	padding: 0.5rem 0.75rem;
	font-size: 1rem;
	line-height: 1.25;
}

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

.ebase-variant .icon-popover, .site-ebase .selection-popup .icon-popover {
	margin-left: 4px;
}


.ebase-variant.fondlister .filter-header a {
	color: #fab600;
	text-decoration: none;
}

.ebase-variant.fondlister .filter-header a:hover {
	text-decoration: underline;
}

.ebase-variant.fondlister .result-text {
	font-size: 18px;
}

.ebase-variant.fondlister .btn-primary, .site-ebase .selection-popup .btn-primary {
	background-color: #0059a3;
}


.site-ebase .selection-popup .pmodal-close-link {
	background-color: #394348;
}

.ebase-variant .selection-popup-link {
	visibility: visible;
}
.ebase-variant .selection-popup-link a {
	background-color: #cccccc;
	pointer-events: none;
}

.ebase-variant .selection-popup-link.active a {
	background-color: #0059a3;
	pointer-events: auto;
}

.ebase-variant.fondlister input.fondsearchinput:focus {
    outline: 1px solid #394348;
}

.ebase-variant.fondlister .autocomplete-suggestion b {
    color: #394348;
}

.ebase-variant.fondlister .collapsible .caret {
	background-image: url(/fileadmin/templates/finvesto2/images/caret-up-2-yellow.svg);
}

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

.ebase-variant.fondlister .search-reset a {
    color: #394348;
}

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

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