/* mod_Uploader */

.mod-qr {
    display: none;
    position: absolute;
    z-index: 2;
}

.mod-qr.open {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0rem;
    left: 0rem;
    z-index: 100;
}

.mqr-head {
    position: relative;
    top: 0rem;
    left: 0rem;
    height: 2rem;
    width: 100%;
}

.mqr-head .txt {
    display: none;
    text-align: left;
    font-size: 1.5rem;
    line-height: 1.8125rem;
    height: 1.8125rem;
    font-family: Verdana;
    letter-spacing: 0rem;
}

.mqr-head .bttClose {
    height: 1rem;
    width: 1rem;
    position: absolute;
    right: 1rem;
    top: 1rem;
}

.mqr-head .bttClose .ico {
    height: 1rem;
    width: 1rem;
    cursor: pointer;
}

.mod-qr .back {
    width: 100%;
    height: 100%;
    background-color: #505050e6;
}

.mod-qr .front {
    background-color: #fff;
    position: absolute;
    box-shadow: 0rem 0.1875rem 0.375rem #00000029;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 34.375rem;
    /* height: 29.25rem; */
    padding-bottom: 2rem;
}

.mqr-main {
    height: calc(100% - 6.5rem);
}

.mqr-bttn {
    color: #fff;
    background-color: var(--az-color);
    box-shadow: 0rem 0rem 0.625rem #00000029;
    border-radius: 1.5rem;
    cursor: pointer;
    width: 6.875rem;
    height: 3.1875rem;
    line-height: 3.1875rem;
    text-align: center;
}

.mqr-bottom {
    display: flex;
    justify-content: space-around;
    margin-top: 2rem;
}

.mqr-holder {
    display: flex;
    justify-content: center;
    margin-top: 2rem;
}

.mqr-title-1 {
    text-align: center;
    margin: 0 1rem;
    line-height: 2rem;
    margin-top: 2rem;
}

.mqr-code {
    width: 11.8125rem;
    height: 11.8125rem;
    overflow: hidden;
}

.mqr-code img {
    width: 11.8125rem;
    height: 11.8125rem;
}

@media (min-width: 992px) {
    /* DESKTOP ONLY */
}

@media (min-width: 768px) {
    /* DESKTOP AND TABLET */
}

@media (min-width: 768px) and (max-width: 991px) and (min-height: 481px) {

    /* TABLET ONLY */

    .mod-qr .front {
        width: 312px;
        height: 424px;
    }

    .mqr-title-1 {
        font-size: 1rem;
        margin: 0 2rem 0 2rem;
    }

}

@media (orientation: portrait) and (max-width: 768px) and (max-height: 1280px) {
    /* PHONE HOCH */

    .mod-qr .front {
        width: calc(100% - 4rem);
        height: 424px;
        min-width: 312px;
    }

    .mqr-title-1 {
        font-size: 1rem;
        margin: 0 2rem 0 2rem;
    }
}

@media (orientation: landscape) and (max-width: 915px) and (max-height: 480px) {
    /* PHONE QUER */

    .mod-qr .front {
        transform: translate(-50%, -50%);
        width: 312px;
        height: 100%;
        max-height: 390px;
        overflow: auto;
        padding: 0;
    }

    .mqr-title-1 {
        font-size: 1rem;
        margin: 0 2rem 0 2rem;
    }

    .mqr-code {
        width: 137px;
        height: 137px;
        overflow: hidden;
    }

    .mqr-code img {
        width: 137px;
        height: 137px;
    }

}