 
.resp_userlist__wrapper {
    width: calc(100% - 12px);
    display: block;
    position: relative;
    min-height: 180px;
    margin: 4px;
    margin-top: 16px;
    overflow: clip;

    /*border o_0*/
    border: 2px solid #7F7F7F;
    border-radius: 0 6px 12px 0px/0% 50% 50% 0;
    background-color: #20242a;

    box-shadow: 8px 5px 26px 0px #aaaaaa47;
}

.resp_userlist__img_box {
    width: 180px;
    height: 180px;
    position: absolute;
    top: 0;
    left: 0;
    box-sizing: border-box;
    background-size: cover;
    cursor: pointer;
    box-shadow: inset 5px 5px 26px 0px rgba(0, 0, 0, 0.75);
}

.resp_userlist__sex_box {
    width: 100px;
    height: 30px;
    position: absolute;
    top: 0;
    left: 180px;
    display: flex;
    box-sizing: border-box;
    border-bottom: 1px solid #7f7f7f99;
    box-shadow: inset 5px 5px 26px 0px rgba(0, 0, 0, 0.75);
}

.resp_userlist__sex_field {
    width: 50%;
    height: 100%;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
}

.resp_userlist__sex_field:first-child {
    border-right: 1px solid #7f7f7f99;
}

.resp_userlist__sex_field:last-child {
}

.resp_userlist__username_box {
    width: calc((100% - 280px) / 3);
    height: 30px;
    top: 0;
    left: 280px;
    position: absolute;
    box-sizing: border-box;
    border-bottom: 1px solid #7f7f7f99;
    border-left: 1px solid #7f7f7f99;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    box-shadow: inset 5px 5px 26px 0px rgba(0, 0, 0, 0.75);
}

.resp_userlist__username_box .fa {
    padding: 0 4px;
}

.resp_userlist__flags_box {
    width: calc((100% - 280px) / 3);
    height: 30px;
    top: 0;
    left: calc(280px + ((100% - 280px) / 3));
    position: absolute;
    box-sizing: border-box;
    border-bottom: 1px solid #7f7f7f99;
    border-left: 1px solid #7f7f7f99;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    box-shadow: inset 5px 5px 26px 0px rgba(0, 0, 0, 0.75);
}

.resp_userlist__flags_box__item {
    margin: 0 2px;
    font-size: 9px;
}

.resp_userlist__flags_box__fixitems {
    color: #b9bab7;
    font-size: 15px;
}

.resp_userlist__geo_box {
    width: calc((100% - 280px) / 3);
    height: 30px;
    top: 0;
    right: 3px;
    position: absolute;
    box-sizing: border-box;
    border-bottom: 1px solid #7f7f7f99;
    border-left: 1px solid #7f7f7f99;
    display: flex;
    justify-content: flex-start;
    padding: 0 6px;
    align-items: center;
    box-shadow: inset 5px 5px 26px 0px rgba(0, 0, 0, 0.75);
    border-radius: 0 7px 0 0;
}

.resp_userlist__geo_box > * {
    padding: 0 2px;
}

.resp_userlist__geo_box_label {
    display: inline-block;
    max-width: calc(100% - 90px);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.resp_userlist__geo_box_km .ulist2_entfernung {
    line-height: 8px !important;
    font-size: 10px;
}

.resp_userlist__actions_box {
    width: 35px;
    height: 90px;
    position: absolute;
    top: 90px;
    left: 0;
    background-color: rgba(255, 0, 0, 0.2);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.resp_userlist__actions_box div, .resp_userlist__actions_box a {
    width: 30px !important;
    height: 30px !important;
    padding: 0 !important;
    margin: 0 !important;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.resp_userlist__content_box {
    width: 100%;
    box-sizing: border-box;
    border-left: solid 180px #252525;
    margin-top: 30px;
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 150px;
}

.resp_userlist__content_box .ulist2_content {
    padding: 0;
}

.resp_userlist__content_box .ulist2_wrapper {
    margin-left: 0;
    margin-top: 0;
    height: auto;
    max-width: auto;
}

.resp_userlist__content_box input[type="text"] {
    line-height: 18px;
    padding: 6px 3px;
}


.resp_userlist__content_box_hw {
    padding: 12px;
    min-height: 60px;
}

.resp_userlist__content_box_unten {
    width: calc(100% - 5px);
    box-sizing: border-box;
    padding-right: 12px;
    min-height: 18px;
    /*border-radius: 0 0 4px 0;*/
    border-radius: 0 0 8px 0px/0% 50% 85% 0;
    display: flex;
    justify-content: space-between;
    height: auto !important;

    /* ia 3d 2019 */
    background: -webkit-gradient(linear, left top, left bottom, from(#33333300), color-stop(29%, #4a4a4a00), color-stop(50%, #72727200));
    background: -webkit-linear-gradient(top, #33333300 0%, #4a4a4a00 29%, #72727200 50%);
    background: -o-linear-gradient(top, #33333300 0%, #4a4a4a00 29%, #72727200 50%);
    background: linear-gradient(to bottom, #33333300 0%, #4a4a4a00 29%, #72727200 50%);
}

.resp_userlist__content_box_unten > * {
    float: none;
}


@media (max-width: 780px) {
    .resp_userlist__wrapper {
        min-height: 240px;
    }

    .resp_userlist__sex_box {
        left: 0;
    }

    .resp_userlist__username_box {
        top: 30px;
        left: 0;
        border-left: none;
        width: 50%;
    }

    .resp_userlist__flags_box {
        right: 0;
        left: auto;
        top: 30px;
        width: 50%;
    }

    .resp_userlist__geo_box {
        left: 100px;
        right: auto;
        width: calc(100% - 100px);
        justify-content: flex-end;
    }

    .resp_userlist__content_box {
        margin-top: 60px;
        min-height: 180px;
    }

    .resp_userlist__content_box_hw {

    }

    .resp_userlist__img_box {
        top: 60px;
    }

    .resp_userlist__actions_box {
        top: 150px;
    }
}

@media (max-width: 640px) {
    .resp_userlist__content_box_unten {
        flex-direction: column;
    }
}

@media (max-width: 540px) {
    .resp_userlist__wrapper {
        min-height: 180px;
        margin-top: 8px;
    }

    .resp_userlist__img_box {
        top: 60px;
        width: 120px;
        height: 120px;
    }

    .resp_userlist__actions_box {
        top: 90px;
    }

    .resp_userlist__content_box {
        border-left: solid 120px #252525;
    }

    .resp_userlist__content_box .ulist2_content {
        padding: 0;
    }

    .resp_userlist__content_box_hw {
        min-height: 78px;
    }
}

@media (max-width: 410px) {
    .resp_userlist__img_box {
        top: 0px;
        width: 90px;
        height: 90px;
    }

    .resp_userlist__actions_box {
        top: 60px;
        left: 90px;
        width: 90px;
        height: 30px;
        flex-direction: row;
        box-sizing: border-box;
        border-bottom: 2px solid #333;
    }

    .resp_userlist__content_box {
        border-left: none;
        margin-top: 90px;
        min-height: 30px;
    }

    .resp_userlist__content_box_hw {
        min-height: auto;
    }

    .resp_userlist__sex_box {
        left: 90px;
    }

    .resp_userlist__username_box {
        top: 0;
        right: 0;
        left: auto;
        width: calc(100% - 190px);
        border-left: solid 2px #333;
    }

    .resp_userlist__flags_box {
        top: 30px;
        right: auto;
        left: 90px;
        width: calc(100% - 90px);
    }

    .resp_userlist__geo_box {
        width: calc(100% - 180px);
        left: 180px;
        top: 60px;
        right: auto;
    }
}
	