/* LAYING TYPES/VERLEGEARTEN  */

.mod-lt {
    display: none;
}

.mlt-head .bttClose {
    height: 1rem;
    width: 1rem;
    position: absolute;
    top: 1rem;
    right: 1rem;
}

.mlt-head .bttClose .ico {
    height: 1rem;
    width: 1rem;
    cursor: pointer;
}

.mod-lt.open {
    display: block;
    height: 100%;
    width: 100%;
    z-index: 100;
    position: absolute;
    top: 0rem;
    left: 0rem;
}

.mod-lt .back {
    width: 100%;
    height: 100%;
    background-color: #4f4f4fe6;
}

.mod-lt .front {
    background-color: #fff;
    position: absolute;
    min-width: 24.375rem;
    height: 9.875rem;
    box-shadow: 0rem 0.1875rem 0.375rem #00000029;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.mlt-head {
    height: 2rem;
}

.mlt-head .txt {
    padding-top: 1rem;
    height: 1rem;
    line-height: 1rem;
    margin-left: 0.625rem;
}

.mlt-main {
    display: flex;
    height: calc(100% - 5rem);
    justify-content: center;
    margin-top: 1.75rem;
}

.mlt-btt {
    width: 4.1875rem;
    height: 4.1875rem;
    margin: 0 0.875rem;
    cursor: pointer;
}

.mlt-btt .ico {
    width: 100%;
    height: 100%;
}

.mlt-btt.off {
    display: none;
}

@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-lt .front {
        background-color: #fff;
        position: absolute;
        width: 100%;
        height: 9.875rem;
        box-shadow: 0rem 0.1875rem 0.375rem #00000029;
        top: calc(50% - 5.0625rem);
        left: 0rem;
    }
}

@media (orientation: landscape) and (max-width: 915px) and (max-height: 480px) {
    /* PHONE QUER */
}