/* PROJECT SAVED  */

.mod-ps {
    display: none;
}

.mps-head .bttClose {
    height: 1rem;
    width: 1rem;
    position: absolute;
    top: 1rem;
    right: 1rem;
}

.mps-head .bttClose .ico {
    height: 1rem;
    width: 1rem;
    cursor: pointer;
}

.mod-ps.open {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0rem;
    left: 0rem;
    z-index: 100;
}

.mod-ps .back {
    width: 100%;
    height: 100%;
    background-color: #4f4f4fe6;
}

.mod-ps .front {
    background-color: #fff;
    position: absolute;
    box-shadow: 0rem 0.1875rem 0.375rem #00000029;
    top: calc(50% - 208px);
    left: calc(50% - 195px);
    width: 390px;
    height: 416px;
}

.mps-head {
    height: 2rem;
}

.mps-head .txt {
    padding-top: 1rem;
    height: 1rem;
    line-height: 1rem;
    margin-left: 0.625rem;
}

.mps-main {
    margin-top: 1.25rem;
    margin-left: 0.625rem;
    margin-right: 0.625rem;
}

.mod-ps .txt-id {
    margin-top: 0.75rem;
}

.mps-btt {
    box-shadow: 0rem 0rem 0.625rem #00000029;
    border-radius: 1.5rem;
    opacity: 1;
    text-align: center;
    background-color: var(--az-color);
    margin-bottom: 1rem;
    height: 2rem;
    line-height: 2rem;
    color: #fff;
    cursor: pointer;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
}

.mps-bttHolder {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 64px;
}


@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 */
}

@media (orientation: portrait) and (max-width: 768px) and (max-height: 1280px) {
    /* PHONE HOCH */

    .mod-ps .front {
        width: 100%;
        height: 383px;
        left: 0rem;

    }
}

@media (orientation: landscape) and (max-width: 915px) and (max-height: 480px) {
    /* PHONE QUER */

    .mod-ps .front {
        width: 390px;
        height: 383px;
        top: calc(50% - 192px);
    }
}