.lvw-section-fondsfilter {
    margin-bottom: 60px;
}

.lvw-section-fondsfilter.lvw-section--white {
    background-color: #fff;
    padding: 60px 0;
}

.lvw-section-fondsfilter select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    background-color: #fff;
    border-radius: 2px;
    border: 0;
    padding: 2px 10px;
    width: 100%;
    max-width: 210px;
    position: relative;
}

.lvw-section-fondsfilter .morningstar-range-slider {
  padding: 2px 10px;
  width: 100%;
  max-width: 210px;
}

.lvw-section-fondsfilter .fonds-trigger-submit {
  cursor: pointer;
}

 .lvw-section-fondsfilter .searchform {
     position: relative;
     display: flex;
     flex-wrap: wrap;
     align-items: stretch;
     width: 100%;
     margin: 15px 0 30px;
     padding-right: 15px;
 }

 .lvw-section-fondsfilter .table-wrapper-fonds {
     overflow-x: auto;
     white-space: nowrap;
 }

 .lvw-section-fondsfilter .searchform input[type="text"]{
     box-sizing: content-box;
     background-color: #fff;
     border: none;
     border: 0;
     border-radius: 0;
     outline: 0;
     box-shadow: none;
     transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
     position: relative;
     -ms-flex: 1 1 auto;
     flex: 1 1 auto;
     width: 1%;
     margin-bottom: 0;
 }

 .lvw-section-fondsfilter .searchform .input-group-append {
     margin-left: -1px;
     display: flex;
 }

 .lvw-section-fondsfilter .searchform span.input-group-text {
     display: flex;
     align-items: center;
     padding: .375rem .75rem;
     margin-bottom: 0;
     font-size: 1rem;
     font-weight: 400;
     line-height: 1.5;
     color: #fff;
     text-align: center;
     white-space: nowrap;
     background-color: #3b4395;
     width: 50px;
     height: 50px;
     border: 0;
     border-radius: 0;
     transition: 0.3s background-color ease;
 }

.lvw-section-fondsfilter .searchform span.input-group-text:hover {
    background-color: color(#3b4395 b(21%) l(52%));
}

.lvw-section-fondsfilter label {
    margin-right: 0;
}

.lvw-section-fondsfilter .fonds-row {
    /*display: flex;*/
    position: relative;
}

.lvw-section-fondsfilter .fonds-row:after {
  display: table;
  clear: both;
  content: '';
}

.lvw-section-fondsfilter .fonds-row.morningstar,
.lvw-section-fondsfilter .fonds-row.esgmorningstar {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    background-color: #E7E7E7;
    padding: 5px 10px 10px;
}

.lvw-section-fondsfilter .fonds-row.risikoklasse {
    padding: 5px 10px 10px;
}

.lvw-section-fondsfilter .fonds-row.risikoklasse .risk {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.lvw-section-fondsfilter .fonds-row.morningstar:after,
.lvw-section-fondsfilter .fonds-row.esgmorningstar:after,
.lvw-section-fondsfilter .fonds-row.risikoklasse:after {
    content: unset;
}

.lvw-section-fondsfilter .fonds-row-title {
  float: left;
}

.lvw-section-fondsfilter .fonds-row select  {
    float: right;
    margin-right: 0;
    margin-bottom: 5px;
}

.lvw-section-fondsfilter .fonds-row .morningstar-range-slider-wrapper,
.lvw-section-fondsfilter .risikoklasse-range-slider-wrapper {
  float: right;
  width: 100%;
  max-width: 210px;
}

.lvw-section-fondsfilter .fonds-row .morningstar-range-slider-wrapper .irs,
.lvw-section-fondsfilter .risikoklasse-range-slider-wrapper .irs {
  margin-top: 15px;
  width: 100%;
}

.lvw-section-fondsfilter .fonds-row .morningstar-range-slider-wrapper .irs,
.lvw-section-fondsfilter .fonds-row .morningstar-range-slider-wrapper .irs *,
.lvw-section-fondsfilter .risikoklasse-range-slider-wrapper .irs,
.lvw-section-fondsfilter .risikoklasse-range-slider-wrapper .irs * {
  filter: grayscale(100%) !important;
  opacity: 0.75 !important;
}

.lvw-section-fondsfilter .fonds-row .morningstar-range-slider-wrapper .morningstar-range-slider-toggle:checked ~ .irs,
.lvw-section-fondsfilter .fonds-row .morningstar-range-slider-wrapper .morningstar-range-slider-toggle:checked ~ .irs *,
.lvw-section-fondsfilter .fonds-row .morningstar-range-slider-wrapper .esg-morningstar-range-slider-toggle:checked ~ .irs,
.lvw-section-fondsfilter .fonds-row .morningstar-range-slider-wrapper .esg-morningstar-range-slider-toggle:checked ~ .irs *,
.lvw-section-fondsfilter .risikoklasse-range-slider-wrapper .risikoklasse-range-slider-toggle:checked ~ .irs,
.lvw-section-fondsfilter .risikoklasse-range-slider-wrapper .risikoklasse-range-slider-toggle:checked ~ .irs * {
  filter: grayscale(0%) !important;
  opacity: 1 !important;
}

.lvw-section-fondsfilter .fonds-row.fonds-row-select:before {
    content: "\f078";
    width: 26px;
    height: 26px;
    position: absolute;
    background-color: #3b4395;
    border-radius: 0 2px 2px 0;
    z-index: 1;
    right: 0;
    top: 0;
    pointer-events: none;
    font-family: 'Font Awesome 5 Pro';
    font-weight: 900;
    color: #fff;
    text-align: center;
    padding-top: 3px;
}

.lvw-section-fondsfilter input[type="radio"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    border: 1px solid #4a5762;
    background-color: #fff;
    height: 14px;
    width: 14px;
    border-radius: 50%;
    position: relative;
    /*top: 2px;*/
    margin-right: 5px;
}

.lvw-section-fondsfilter input[type="radio"]:checked:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #4a5762;
    width: 5px;
    height: 5px;
    border-radius: 100%;
}

.lvw-section-fondsfilter input[type="checkbox"] {
    /*-webkit-appearance: none;*/
    /*-moz-appearance: none;*/
    /*-ms-appearance: none;*/
    border: 1px solid #4a5762;
    background-color: #fff;
    height: 15px;
    width: 15px;
    position: relative;
    top: 2px;
    margin-right: 5px;
}


.lvw-section-fondsfilter .lvw-section__actions,
.lvw-section-fondsfilter .lvw-section__load-more {
    text-align: center;
    margin: 30px 0 50px;
}

.lvw-section-fondsfilter .sustainability {
    margin-top: 42px;
    display: flex;
    justify-content: space-between;
}

.lvw-section-fondsfilter .fonds {
    display: flex;
    justify-content: space-between;
}

.lvw-section-fondsfilter .fund_promoted {
    display: flex;
    justify-content: space-between;
}

.lvw-section-fondsfilter .radio-group {
    display: grid;
    grid-template-columns: 80px 170px auto;
    max-width: 320px;
    width: 70%;
}

.lvw-section-fondsfilter .radio-group div {
    display: flex;
    flex-direction: column;
}

.lvw-section-fondsfilter .radio-group .fund_promoted_input {
    -webkit-appearance: none;
    border-radius: 50%;
    display: inline-block;
    position: relative;
}

.lvw-section-fondsfilter .radio-group .fund_promoted_input:checked:after {
    content: "\2022";
    font-size: 15px;
    position: absolute;
    top: -7px;
    left: 4px;
}

.lvw-section-fondsfilter .right span {
    flex: 0 0 110px;
}

.lvw-section-fondsfilter .lvw-section__actions input[type="submit"] {
    border: 0;
    background-color: #3b4395;
    transition: 0.3s background-color ease;
    color: #fff;

    padding: 16px 20px;
    margin: 0 5px;

    border-radius: 0;
    font-family: 'SuisseIntl-Medium', sans-serif;
    font-size: calc(17px * .828);
    line-height: 1;
}

.lvw-section-fondsfilter .lvw-section__load-more input {
    border: 0;
    background-color: #3b4395;
    transition: 0.3s background-color ease;
    color: #fff;
    padding: 16px 20px;
    border-radius: 0;
    font-family: 'SuisseIntl-Medium', sans-serif;
    font-size: calc(17px * .828);
    line-height: 1; 
}

.lvw-section-fondsfilter .lvw-section__load-more input:not(.visible) {
    display: none;
}

.lvw-section-fondsfilter .lvw-section__actions input[type="submit"]:hover {
    background-color: color(#3b4395 b(21%) l(52%));
}

.lvw-section-fondsfilter .lvw-section__load-more input:hover {
    background-color: color(#3b4395 b(21%) l(52%));
}

.lvw-section-fondsfilter .irs-to,
.lvw-section-fondsfilter .irs-from {
    background-color: #3b4395;
}

.lvw-section-fondsfilter .irs--flat .irs-handle > i:first-child {
    background-color: #66c0ba;
}

.lvw-section-fondsfilter .irs-to:before,
.lvw-section-fondsfilter .irs-from:before {
    border-top-color: #3b4395;
}

.lvw-section-fondsfilter table {

}

.lvw-section-fondsfilter table tr {

}

.lvw-section-fondsfilter table thead tr th {
    background-color: #66c0ba;
    color: #fff;
    border-bottom: 1px solid #fff;
}

.lvw-section-fondsfilter table tr td {
    padding: 10px 5px;
}

.lvw-section-fondsfilter table tr td:nth-child(2) {
    white-space: normal;
}

.lvw-section-fondsfilter table th {
    padding: 15px 5px;
    background-color: #66c0ba;
    color: #fff;
    border-bottom: 1px solid #fff;
}

.lvw-section-fondsfilter table tbody tr:nth-child(odd) {
    background-color: rgba(74, 87, 98, .9);
    color: #fff;
}

/*.lvw-section-fondsfilter table tbody tr a {*/
    /*text-decoration: underline;*/
/*}*/

.lvw-section-fondsfilter table tbody tr:nth-child(odd) a {
    color: #fff;
}

.lvw-section-fondsfilter table tbody tr:nth-child(even) a {
    color: rgba(74,87,98,.9);
}

@media (min-width: 768px) {
    .lvw-section-fondsfilter .radio-group {
        grid-template-columns: 80px auto auto;
    }
    .lvw-section-fondsfilter .left {
        border-right: 1px solid rgba(74, 87, 98, .9);
    }
 }

@media (max-width: 414px)  {
    .lvw-section-fondsfilter .radio-group {
        max-width: 220px;
        grid-template-columns: 50px auto auto;
    }
    .lvw-section-fondsfilter .fonds-row.esgmorningstar {
        margin-bottom: 25px;
    }
}
