/* PDF HOLDER */

.mod-ph {
    display: none;
}

.mph-head .bttClose {
    height: 1rem;
    width: 1rem;
    position: absolute;
    top: 1rem;
    right: 1rem;
}

.mph-head .bttClose .ico {
    height: 1rem;
    width: 1rem;
    cursor: pointer;
}

.mod-ph.open {
    display: block;
    height: 100%;
    width: 100%;
    z-index: 100;
    position: absolute;
    top: 0rem;
    left: 0rem;
}

.mod-ph .back {
    width: 100%;
    height: 100%;
    background-color: #4f4f4fe6;
}

.mod-ph .front {
    background-color: #fff;
    position: absolute;
    width: calc(100% - 2rem);
    height: calc(100% - 2rem);
    box-shadow: 0rem 0.1875rem 0.375rem #00000029;
    top: 1rem;
    left: 1rem;
}

.mph-head {
    height: 2rem;
}

.mph-head .txt {
    padding-top: 1rem;
    height: 1rem;
    line-height: 1rem;
    margin-left: 0.625rem;
}

.mph-main {
    width: 100%;
    height: calc(100% - 3rem);
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    margin-top: 1rem;
    background-color: #646464;
}

.mph-main object {
    width: 100%;
    height: 100%;
}


@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-pu .front {
        width: 100%;
        left: 0rem;
    }
}

@media (orientation: landscape) and (max-width: 915px) and (max-height: 480px) {
    /* PHONE QUER */
}