    .foreningshuset-loginbox {
        max-width: 310px;
    }
    
    .foreningshuset-loginbox label {
        display: block;
    }
    
    .fh-customer-wrap {
        display: flex;
        flex-direction: row;
        background: #ededed;
        padding: 10px;
        margin-bottom: 10px;
    }
    
    .fh-customer-wrap .fh-customer-name h4 {
        margin-bottom: 10px;
    }
    
    .fh-customer-wrap div {
        flex: 1 0 33%;
        overflow: hidden;
    }
    
    .fh_searchform_wrap {
        display: flex;
        flex-wrap: nowrap;
        justify-content: space-between;
        background: #e9e9e9;
        border-radius: 10px;
        padding: 10px;
        align-items: center;
        align-content: space-between;
    }
    
    .fh_searchform_wrap button,
    .fh_searchform_wrap input,
    .fh_searchform_wrap select,
    .fh_searchform_wrap textarea {
        width: 100%;
    }
    
    .fh_searchform_wrap .fh_searchform_item {
        flex: 1;
        margin: 5px;
    }
    
    .fh_searchform_wrap .fh_searchform_item.fh_searchform_ort {
        flex-grow: 3;
    }
    
    .fh_searchform_wrap .fh_searchform_item.fh_searchform_s {
        flex-grow: 5;
    }
    
    .fh_searchform_sortbuttons {
        margin-top: 5px;
        display: flex;
        justify-content: flex-start;
    }
    
    .fh_searchform_sortbutton {
        display: inline-block;
        padding: 1px 10px;
        background: #b3b3b3;
        color: white;
        border-radius: 3px;
        cursor: pointer;
        margin-right: 3px;
    }
    
    .fh_searchform_sortbutton.fh_selected {
        display: inline-block;
        padding: 1px 10px;
        background: #000;
        color: white;
    }
    
    .fh_searchform_sort_text {
        margin-right: 10px;
    }
    
    .fh_person_list_full_info {
        display: none;
    }
    
    .fh_person_show_info_button {
        background: #0000000d;
        padding: 0 10px;
        border-radius: 5px;
        cursor: pointer;
    }
    
    .fh_search_result {
        margin-top: 20px;
    }
    
    .fh_person_list_wrap {
        border-bottom: 1px solid #e1e1e1;
        padding: 10px 0;
    }
    
    .fh_person_list_inner {
        display: flex;
        flex-wrap: nowrap;
        justify-content: space-between;
    }
    
    .fh_person_list_item {
        flex: 1;
        margin: 5px;
    }
    
    .fh_person_list_item_label {
        font-weight: bold;
    }
    
    .fh_person_list_item_label.fh_person_list_item-email {
        display: none;
    }
    
    .fh_person_list_full_info {
        /*   display: none; */
        padding: 0 10px;
    }
    
    .fh2_you_iz_admin_info {
        background: #f3f3f387;
        display: inline-block;
        padding: 3px 20px;
        border: 1px solid #ff000078;
        border-radius: 3px;
    }
    
    @media(max-width:768px) {
        .fh-customer-wrap,
        .fh_searchform_wrap {
            flex-direction: column;
        }
        .fh_searchform_wrap .fh_searchform_item {
            flex: 1 0 100%;
            width: 100%;
        }
        .fh_searchform_sort_text {
            display: none;
        }
        .fh_person_list_wrap {
            flex-direction: column;
        }
        .fh_searchform_sortbuttons {
            justify-content: space-between;
        }
        .fh_person_list_inner {
            flex-direction: column;
        }
    }