<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
#memberListDescriptionTop {
    margin-bottom: 20px;
}

/* Filter */
#MemberListFilter {
    margin-bottom: 30px;
    background-color: #EAEAEA;
    padding: 15px;
    max-width: 540px;
    border-radius: 7px;
    overflow: hidden;
}

#MemberListCategoryFilter {
    float: left;
    margin: 0 25px 15px 0;
    width: 225px;
}

    #MemberListCategoryFilter ul {
        margin: 0;
        padding: 0;
    }

    #MemberListCategoryFilter li {
        list-style: none outside none;
        margin: 0;
        padding: 0 8px 5px 0 !important;
        background: none;
    }

    #MemberListCategoryFilter span {
        text-decoration: none;
        display: block;
        font-size: 13px;
        padding: 5px 5px 5px 35px;
        border-radius: 3px;
        box-shadow: inset 0 0 2px #fff;
        background-color: #F7F7F7;
        border: 1px solid #d0d0d0;
        color: #444;
        text-align: left;
        width: 100%;
    }

        #MemberListCategoryFilter span:hover {
            border: 1px solid #b0b0b0;
            background-color: #e1e1e1;
            cursor: pointer;
        }

    #MemberListCategoryFilter li.enabled span,
    #MemberListCategoryFilter li.enabledAll span {
        color: #94620c;
        border: 1px solid #929ba2;
        background-color: #FDFBF6;
    }

#MemberListCategoryFilterOptions .syKi {
    background-image: url('https://netzwerk.maerchenstiftung.ch/custom/layout/images/MemberList/Kinder0923.png');
    background-repeat: no-repeat;
    background-position: 2px 2px;
    background-size: 25px;
}

#MemberListCategoryFilterOptions .syEr {
    background-image: url('https://netzwerk.maerchenstiftung.ch/custom/layout/images/MemberList/Erwachsene0923.png');
    background-repeat: no-repeat;
    background-position: 2px 2px;
    background-size: 25px;
}

#MemberListCategoryFilterOptions .sySt {
    background-image: url('https://netzwerk.maerchenstiftung.ch/custom/layout/images/MemberList/Pflege0923.png');
    background-repeat: no-repeat;
    background-position: 2px 2px;
    background-size: 25px;
}

#MemberListCategoryFilterOptions .syPa {
    background-image: url('https://netzwerk.maerchenstiftung.ch/custom/layout/images/MemberList/Paedagogik0923.png');
    background-repeat: no-repeat;
    background-position: 2px 2px;
    background-size: 25px;
}

#MemberListCategoryFilter li {
    padding: 0 0 5px 0;
    width: 220px;
}

    #MemberListCategoryFilter li::before {
        display: none;
    }

#MemberListCountryFilter {
    display: inline;
    margin-right: 5px;
}

#MemberListPLZFilter {
    display: inline;
}

#MemberListTextSearchFilter {
    margin-top: 20px;
}

    #MemberListTextSearchFilter input {
        display: block;
        width: 187px;
    }

/* memberListItem */
.memberListItem {
    clear: both;
    overflow: hidden;
    border-bottom: 1px solid #C6BCB1;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.memberListTitle {
    margin-bottom: 10px;
}

.memberListImage {
    float: left;
    margin-right: 30px;
}

    .memberListImage img {
        margin: 0;
        padding: 0 0 15px 0;
        max-width: 170px;
        width: 170px;
    }

.memberListAddress {
    float: left;
    margin-right: 30px;
    margin-bottom: 10px;
    width: 230px;
    word-wrap: break-word;
}

.memberListAddressPhone {
    margin-top: 10px;
}

.memberListAdditionalInfo {
    float: left;
    width: 400px;
}

.memberListAdditionalInfoSprachenTitel,
.memberListAdditionalInfoBeruflicherHintergrundTitel,
.memberListAdditionalInfoSpeziellesAngebotTitel {
    font-weight: bold;
}


.memberListSymbols {
    clear: both;
}

.memberListSymbolFuerKinder {
    background: url('https://netzwerk.maerchenstiftung.ch/custom/layout/images/MemberList/Kinder0923.png') 0 0 no-repeat;
    background-size: 40px;
    height: 40px;
    width: 40px;
    display: inline-block;
    margin-right: 15px;
}

.memberListSymbolFuerErwachsene {
    background: url('https://netzwerk.maerchenstiftung.ch/custom/layout/images/MemberList/Erwachsene0923.png') 0 0 no-repeat;
    background-size: 40px;
    height: 40px;
    width: 40px;
    display: inline-block;
    margin-right: 15px;
}

.memberListSymbolSterntaler {
    background: url('https://netzwerk.maerchenstiftung.ch/custom/layout/images/MemberList/Pflege0923.png') 0 0 no-repeat;
    background-size: 40px;
    height: 40px;
    width: 40px;
    display: inline-block;
    margin-right: 15px;
}

.memberListSymbolPaedagogik {
    background: url('https://netzwerk.maerchenstiftung.ch/custom/layout/images/MemberList/Paedagogik0923.png') 0 0 no-repeat;
    background-size: 40px;
    height: 40px;
    width: 40px;
    display: inline-block;
    margin-right: 15px;
}


.editMemberListItemContainer {
    clear: both;
}

.memberListPublicEntry {
    margin-top: 5px;
    font-size: 12px;
}

/* Detail */

.editMemberListSaveButtonContainer {
    margin-top: 20px;
}

fieldset {
    margin-top: 20px;
    border: none;
    padding: 0 0 20px 0;
}

.MemberListFieldRow {
    display: table-row;
    position: relative;
}

.MemberListFieldLabel {
    display: table-cell;
    vertical-align: top;
    padding-right: 20px;
}

.MemberListFieldForm {
    margin-bottom: 3px;
}

    .MemberListFieldForm input[type=text],
    .MemberListFieldForm input[type=email],
    .MemberListFieldForm input[type=password] {
        width: 250px;
    }

    .MemberListFieldForm textarea {
        width: 500px;
    }

.CheckBoxMemberListFieldRow {
    display: block;
}

    .CheckBoxMemberListFieldRow input {
        margin-right: 5px;
    }

.AusbildungsgangMemberListFieldRow .MemberListFieldLabel {
    padding-bottom: 30px;
}

.SterntalerMemberListFieldRow {
    padding-bottom: 20px;
}

.IsAdministratorMemberListFieldRow {
    padding-bottom: 15px;
}

/* jquery validation */
#memberListContainer input.error,
#memberListContainer textarea.error {
    background-color: #FFA08C;
}

#memberListContainer select.error {
    background-color: #FFA08C;
}

#memberListContainer label.error {
    color: #FF0000;
    display: inline-block;
    font-size: 11px;
    margin: 2px 2px 4px 0;
    padding: 0 4px;
    position: relative;
    z-index: 100;
}

#memberListContainer .RadioButtonRegisterFieldRow label.error {
    position: absolute;
    top: -15px;
}

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

    .memberListAddress {
        float: none;
        margin-right: 0;
        margin-bottom: 20px;
    }

    .memberListAdditionalInfo {
        float: none;
        width: inherit;
    }

    .memberListImage {
        margin: 20px 0 20px 0;
        float: none;
    }
}

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

    #MemberListCategoryFilter {
        float: none;
    }

    #MemberListCountryPLZSearchFilter {
        margin-bottom: 30px;
    }
}
</pre></body></html>