/* mod_PrivacyView */

.mod-pv {
    display: none;
    background-color: #DCDCDC;
    position: absolute;
    z-index: 2;
}

.mod-pv.open {
    display: block;
}

/*mpv-head */

.mpv-head {
    position: relative;
    top: 0rem;
    left: 0rem;
}

.mpv-head .txt {
    text-align: left;
    font-size: 1.5rem;
    line-height: 1.8125rem;
    height: 1.8125rem;
    font-family: Verdana;
    letter-spacing: 0rem;
}

.mpv-head .bttClose {
    height: 1rem;
    width: 1rem;
    position: absolute;
}

.mpv-head .bttClose .ico {
    height: 1rem;
    width: 1rem;
    cursor: pointer;
}

/* MAIN */
.mpv-main {
    background-color: #fff;
    font-size: 0.75rem;
}

@media (min-width: 992px) {
    /* DESKTOP ONLY */
}

@media (min-width: 768px) {
    /* DESKTOP AND TABLET */

    .mod-pv {
        padding: 1rem 0 0 0;
        top: 4rem;
        width: 65rem;
        height: calc(100% - 5rem);
    }

    .mpv-head {
        width: calc(100% - 1rem);
        height: 3.6875rem;
        margin: 0 0 0 1rem;
    }

    .mpv-head .bttClose {
        top: 0.125rem;
        right: 2.0625rem;
    }

    .mpv-main {
        width: calc(100% - 9.88rem);
        height: calc(100% - 6.6875rem);
        position: absolute;
        left: 0rem;
        top: 4.6875rem;
        padding: 1rem 1rem 1rem 8.88rem;
        /* border-radius: 1.5rem 0 0 0; */
        overflow: auto;
    }
}

@media (min-width: 768px) and (max-width: 991px) and (min-height: 481px) {
    /* TABLET ONLY */
}

@media (orientation: portrait) and (max-width: 768px) and (max-height: 1280px) {
    /* PHONE HOCH */

    .mod-pv {
        padding: 0.9rem 0 0 0;
        top: 3.3rem;
        width: 100%;
        height: calc(100% - 7.2rem);
    }

    .mpv-head {
        margin: 0 0.6rem 0.5rem 0.6rem;
    }

    .mpv-head .bttClose {
        top: 0rem;
        right: 0rem;
    }

    .mpv-main {
        width: calc(100% - 1.2rem);
        height: calc(100% - 3.2rem);
        display: flex;
        padding: 0.9rem 0.6rem 0 0.6rem;
        overflow: auto;
        flex-direction: row;
        flex-wrap: wrap;
        align-content: space-between;
        justify-content: space-between;
    }
}

@media (orientation: landscape) and (max-width: 915px) and (max-height: 480px) {
    /* PHONE QUER */

    .mod-pv {
        padding: 0rem 0 0 0;
        top: 0rem;
        width: calc(100% - 3.375rem);
        height: calc(100% - 0rem);
        z-index: 25;
    }

    .mpv-main {
        width: calc(100% - 7.63rem);
        height: calc(100% - 6.6875rem);
        position: absolute;
        left: 0rem;
        top: 4.6875rem;
        padding: 1rem 1rem 1rem 6.63rem;
        /* border-radius: 1.5rem 0 0 0; */
        overflow: auto;
    }

    .mpv-head {
        width: calc(100% - 1rem);
        height: 2.625rem;
        margin: 0;
    }

    .mpv-head .txt {
        text-align: left;
        font-size: 1.5rem;
        line-height: 1.8125rem;
        height: 1.8125rem;
        font-family: Verdana;
        letter-spacing: 0rem;
        margin-left: 0.625rem;
        padding-top: 0.8125rem;
    }

    .mpv-head .bttClose {
        top: 0.9375rem;
        right: 0.75rem;
    }
}