/*  */

.mod-rf {
    display: none;
}

.mod-rf.open {
    display: inline-block;
}

.mod-rf {
    background-color: var(--hg-color);
    position: absolute;
    width: 65rem;
    height: calc(100% - 4rem);
    top: 4rem;
    z-index: 14;
    box-shadow: 0rem 0.1875rem 0.375rem #00000040;
}

.mrf-head .bttClose .ico {
    height: 1rem;
    width: 1rem;
    cursor: pointer;
}

.mrf-head {
    position: relative;
    top: 0rem;
    left: 0rem;
}

.mrf-head .bttClose {
    height: 1rem;
    width: 1rem;
    position: absolute;
}

.mrf-head {
    /* margin: 1rem 1rem 0.3125rem 1rem; */
    height: 50px;
}

.mrf-head .bttClose {
    top: 1.125rem;
    right: 2.0625rem;
}

.mrf-head .txt {
    text-align: left;
    line-height: 1.8125rem;
    height: 1.8125rem;
    padding-top: 1rem;
    margin-left: 1rem;
}

.mrf-main {
    width: calc(100% - 0rem);
    height: calc(100% - 8.5625rem);
    padding-left: 0rem;
    overflow: auto;
    text-align: left;
    padding-bottom: 1rem;
}


.mrf-cnt {
    margin-left: 1rem;
    margin-bottom: 1.5rem;
    margin-top: 1.3125rem;
    display: flex;
    justify-content: space-between;
}


.mrf-area-header {
    height: 2.875rem;
}

.mrf-cnt .btt {
    height: 1.9375rem;
    line-height: 1.9375rem;
    display: inline-block;
    margin-right: 0.5rem;
    color: #fff;
    background-color: var(--az-color);
    padding: 0rem 0.75rem;
    font-size: 0.75rem;
    box-shadow: 0rem 0rem 0.625rem #00000029;
    border-radius: 1.5rem;
    cursor: pointer;
    font-family: Verdana;
    margin-top: 0rem;
}

.mod-rf .btt-ok {
    margin-right: 2.0625rem;
    margin-top: 0rem;
    text-transform: uppercase;
}

.mtf-pl {
    display: flex;
}

.mtf-pl .inp {
    width: 121px;
    height: 31px;
    background-color: #fff;
    margin-right: 0.5rem;
    border-radius: 0rem;
}

.mtf-pl .txt {
    height: 31px;
    line-height: 31px;
    margin-right: 0.5rem;
}

.mrf-plate {
    width: calc(100% - 3.0625rem);
    background-color: #fff;
    margin-left: 1rem;
    border-radius: 1.5rem;
    display: flex;
    margin-bottom: 1rem;
    padding-top: 1rem;
}

.rfp-l {
    width: calc(38% - 2rem);
    padding-left: 1rem;
    padding-right: 1rem;
}

.rfp-r {
    width: 62%;
}

.rf-line {
    display: inline-block;
    width: calc((100% - 3rem)/2);
    float: left;
    margin-right: 1rem;
    height: 6.875rem;
    margin-bottom: 1rem;
}

.rfp-id {
    height: 1rem;
    line-height: 1rem;
    margin-bottom: 0.5rem;
}

.rfp-img {
    width: 100%;
    cursor: pointer;
}

.rfp-img img {
    width: 100%;
}


.mrf-btt {
    display: inline-block;
    vertical-align: top;
    color: var(--af-color);
    height: 1rem;
    margin-top: 0.5rem;
    margin-right: 1rem;
    line-height: 1rem;
    cursor: pointer;
}

.rf-img {
    height: 100%;
    width: 100%;
    background-position: center;
    background-size: cover;
}

.rf-frame {
    width: 6.875rem;
    height: 6.875rem;
    background-color: grey;
    display: inline-block;
    float: left;
    position: relative;
}

.rf-data {
    display: inline-block;
    vertical-align: top;
    float: left;
    margin-left: 1rem;
    width: calc(100% - 7.875rem);
    height: 6.875rem;
}

.rf-data .txt {
    margin-bottom: 0.75rem;
    line-height: 0.75rem;
    margin-bottom: 0.75rem;
    line-height: 0.75rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.rf-data .txt::first-line {
    line-height: 1;
}

.mrf-form {
    width: 100%;
    height: 100%;
    border: none;
    border-radius: 0rem;
}

.mrf-txt {
    width: 100%;
    height: 100%;
    border: none;
    font-size: 1rem;
    color: #505050;
    letter-spacing: 0;
    font-family: verdana;
    font-style: normal;
    font-weight: normal;
    border-radius: 0rem;
    padding: 0;
}

.mrf-txt:focus {
    outline: none;
}

.rf-color {
    width: 100%;
    height: 100%;
}

.mrf-cnt .btt-share.btt {
    display: none;
}

.mrf-cnt .btt-request.btt {
    display: none;
}

@media (min-width: 992px) {
    /* DESKTOP ONLY */

    .rfp-opt {
        margin-bottom: 1rem;
        background-color: var(--az-color);
        height: 2rem;
        text-align: center;
    }
}

@media (min-width: 768px) {
    /* DESKTOP AND TABLET */
}

@media (min-width: 768px) and (max-width: 991px) {
    /* TABLET ONLY */

    .mod-rf {
        width: 100%;
    }

    .mrf-head .bttClose {
        top: 1rem;
        right: 1rem;
    }

}

@media (orientation: portrait) and (max-width: 768px) and (max-height: 1280px) {
    /* PHONE HOCH */

    .mod-rf {
        background-color: var(--hg-color);
        position: absolute;
        width: 100%;
        height: calc(100% - 6.3rem);
        top: 3.3rem;
        z-index: 14;
        box-shadow: 0rem 0.1875rem 0.375rem #00000040;
    }

    .mrf-head .bttClose {
        top: 0.9375rem;
        right: 0.75rem;
    }

    .mrf-head {
        margin: 0rem;
    }

    .mrf-sw {
        width: max-content;
    }

    .mrf-cnt {
        margin-left: 0;
        margin-bottom: 0;
        margin-top: 0;
        width: 100%;
        overflow: auto;
        height: 2.5625rem;
    }

    .mti-btt {
        margin-right: 0;
        margin-left: 0.5rem;
    }

    .mrf-plate {
        width: 100%;
        background-color: #fff;
        margin-left: 0rem;
        border-radius: 0;
        display: flex;
        margin-bottom: 1rem;
        padding-top: 1rem;
    }

    .mrf-cnt {
        margin-left: 0;
        margin-bottom: 0;
        margin-top: 0;
        width: 100%;
        overflow: auto;
        height: 124px;
        display: block;
    }

    .mrf-sw {
        width: 100%;
        overflow-y: hidden;
        height: 31px;
        overflow-x: auto;
        margin-top: 0.6875rem;
    }

    .mrf-wrapper {
        width: max-content;
    }

    .mod-rf .btt-ok {
        margin-right: 0.625rem;
        margin-top: 0rem;
    }

    .mtf-pl {
        display: flex;
        margin-top: 1.5rem;
        float: right;
        margin-right: 0.625rem;
    }

    .mrf-cnt .btt {
        height: 1.9375rem;
        line-height: 1.9375rem;
        display: inline-block;
        margin-left: 0.5rem;
        color: #fff;
        background-color: var(--az-color);
        padding: 0rem 0.75rem;
        font-size: 0.75rem;
        box-shadow: 0rem 0rem 0.625rem #00000029;
        border-radius: 1.5rem;
        cursor: pointer;
        font-family: Verdana;
        margin-top: 0rem;
        float: left;
        margin-right: 0;
    }

    .mrf-main {
        width: calc(100% - 0rem);
        height: calc(100% - 190px);
        padding-left: 0rem;
        overflow: auto;
        text-align: left;
        padding-bottom: 1rem;
    }

    .mrf-head .txt {
        text-align: left;
        line-height: 1.8125rem;
        height: 1.8125rem;
        padding-top: 1rem;
        margin-left: 0.625rem;
    }

    .mrf-plate {
        width: 100%;
        background-color: #fff;
        margin-left: 0rem;
        border-radius: 0;
        display: flex;
        margin-bottom: 1rem;
        padding-top: 1rem;
        flex-direction: column;
    }

    .rfp-l {
        width: calc(100% - 1.25rem);
        padding-left: 0.625rem;
        padding-right: 0.625rem;
    }

    .rfp-r {
        width: calc(100% - 1.25rem);
        margin-left: 0.625rem;
    }

    .rf-line {
        display: inline-block;
        width: 100%;
        float: left;
        margin-right: 0rem;
        height: min-content;
        margin-bottom: 1rem;
    }

    .rfp-opt {
        margin-bottom: 1.125rem;
        background-color: var(--az-color);
        height: 2rem;
        text-align: center;
    }

    .rf-frame {
        width: 85px;
        height: 85px;
        background-color: grey;
        display: inline-block;
        float: left;
        position: relative;
    }

    .rf-data {
        display: inline-block;
        vertical-align: top;
        float: left;
        margin-left: 1rem;
        width: calc(100% - 102px);
        height: min-content;
    }

    .rf-data .txt {
        margin-bottom: 0.5rem;
        line-height: 0.75rem;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        height: 1rem;
    }
}

@media (orientation: landscape) and (max-width: 915px) and (max-height: 480px) {
    /* PHONE QUER */

    .mod-rf.open {
        display: flex;
        flex-direction: column;
    }

    .mod-rf {
        background-color: var(--hg-color);
        position: absolute;
        width: 65rem;
        height: 100%;
        top: 0;
        z-index: 21;
        box-shadow: 0rem 0.1875rem 0.375rem #00000040;
        width: calc(100% - 3.375rem);
    }

    .mrf-main {
        background-color: var(--hg-color);
    }

    .mrf-cnt {
        margin-top: 0.75rem;
        margin-left: 0.625rem;
    }

    .mod-rf .btt-ok {
        margin-right: 0.75rem;
        margin-top: 0rem;
    }

    .mrf-head {
        height: 42px;
    }

    .mrf-head .txt {
        margin-left: 0.625rem;
    }

    .mrf-plate {
        width: 100%;
        margin-left: 0rem;
        border-radius: 0rem;
        display: flex;
        flex-direction: row;
    }

    .rfp-l {
        width: calc(50% - 2rem);
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .rfp-r {
        width: 50%;
        margin-top: 26px;
    }

    .rf-line {
        width: 100%;
        margin-right: 0;
    }

    .rfp-id {
        height: 1.1875rem;
        line-height: 1.1875rem;
        margin-bottom: 0.875rem;
        margin-top: -7px;
    }

    .mrf-main {
        height: calc(100% - 109px);
        padding-bottom: 0;
    }

    .rf-line {
        height: 85px;
    }

    .rf-frame {
        width: 85px;
        height: 85px;
    }

    .rf-data {
        margin-left: 1rem;
        width: calc(100% - 101px);
        height: 85px;
    }

    .rf-data .txt {
        margin-bottom: 0.75rem;
        line-height: 0.75rem;
        width: 100%;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .rfp-opt {
        background-color: var(--az-color);
        height: 2rem;
        text-align: center;
    }
}