/*  AREA SELECTOR  */

.mod-as {
    display: none;
}

.mas-head .bttClose {
    height: 1rem;
    width: 1rem;
    position: absolute;
}

.mas-chip-img {
    position: relative;
}


.mas-chip .mas-btt {
    width: 2.3125rem;
    height: 2.3125rem;
    position: absolute;
    right: 0.625rem;
    top: 0.625rem;
    background-color: var(--af-color);
    border-radius: 1.15625rem;
    cursor: pointer;
}

.mas-chip .mas-btt .ico {
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 45%;
}

@media (min-width: 992px) {
    /* DESKTOP ONLY */

    .mod-as.open {
        display: block;
    }

    .mas-chip .mas-btt {
        display: none;
    }

    .mod-as {
        position: absolute;
        width: 64rem;
        background-color: var(--hg-color);
        top: 4rem;
        bottom: 3rem;
        z-index: 14;
        height: calc(100% - 4rem);
    }

    .mas-head .bttClose .ico {
        height: 1rem;
        width: 1rem;
        cursor: pointer;
    }

    .mas-head {
        height: 3.125rem;
        margin-left: 1rem;
        margin-top: 1rem;
    }

    .mas-head .bttClose {
        top: 1.125rem;
        right: 1rem;
    }

    .mas-head .txt {
        text-align: left;
        font-size: 1.5rem;
        line-height: 1.8125rem;
        height: 1.8125rem;
        font-family: Verdana;
        letter-spacing: 0rem;
    }

    .mas-main {
        width: 100%;
        height: calc(100% - 4.125rem);
        overflow: auto;
        background-color: #fff;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        align-content: flex-start;
    }

    .mas-chip-img {
        width: 100%;
        cursor: pointer;
    }

    .mas-chip {
        margin-bottom: 0rem;
        width: 14.75rem;
        margin-left: 1rem;
        margin-top: 1rem;
    }

    .mas-chip-img img {
        width: 100%;
        background-color: var(--az-color);
    }

    .mas-chip-txt {
        margin-bottom: 0.5rem;
    }
}

@media (min-width: 768px) {
    /* DESKTOP AND TABLET */
}

@media (min-width: 768px) and (max-width: 991px) {
    /* TABLET ONLY */

    .mod-as.open {
        display: block;
    }

    .mas-chip .mas-btt {
        display: none;
    }

    .mod-as {
        position: absolute;
        width: 100%;
        background-color: var(--hg-color);
        top: 4rem;
        bottom: 3rem;
        z-index: 14;
        height: calc(100% - 4rem);
    }

    .mas-head .bttClose .ico {
        height: 1rem;
        width: 1rem;
        cursor: pointer;
    }

    .mas-head {
        height: 3.125rem;
        margin-left: 1rem;
        margin-top: 1rem;
    }

    .mas-head .bttClose {
        top: 0.9375rem;
        right: 0.75rem;
    }

    .mas-head .txt {
        text-align: left;
        font-size: 1.5rem;
        line-height: 1.8125rem;
        height: 1.8125rem;
        font-family: Verdana;
        letter-spacing: 0rem;
    }

    .mas-main {
        width: 100%;
        height: calc(100% - 4.125rem);
        overflow: auto;
        background-color: #fff;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        align-content: flex-start;
    }

    .mas-chip-img {
        width: 100%;
        cursor: pointer;
    }

    .mas-chip {
        margin-bottom: 0rem;
        width: 14.75rem;
        margin-left: 1rem;
        margin-top: 1rem;
    }

    .mas-chip-img img {
        width: 100%;
        background-color: var(--az-color);
    }

    .mas-chip-txt {
        margin-bottom: 0.5rem;
    }

}

@media (orientation: portrait) and (max-width: 768px) and (max-height: 1280px) {
    /* PHONE HOCH */

    .mod-as.open {
        display: block;
    }

    .mod-as {
        position: absolute;
        width: 100%;
        background-color: var(--hg-color);
        top: 3.3rem;
        bottom: 3rem;
        z-index: 3;
    }

    .mas-chip .mas-btt {
        display: block;
    }

    .mas-head .bttClose .ico {
        height: 1rem;
        width: 1rem;
        cursor: pointer;
    }

    .mas-head {
        margin-left: 0.625rem;
        height: 2.625rem;
        margin-bottom: 1.125rem;
    }

    .mas-head .bttClose {
        top: 0.9375rem;
        right: 0.75rem;
    }

    .mas-head .txt {
        text-align: left;
        font-size: 1.5rem;
        line-height: 1.8125rem;
        height: 1.8125rem;
        font-family: Verdana;
        letter-spacing: 0rem;
        padding-top: 0.75rem;
    }

    .mas-main {
        width: calc(100% - 1.25rem);
        height: calc(100% - 3.75rem);
        margin-left: 0.625rem;
        overflow: auto;
    }

    .mas-chip-img {
        width: calc(100% - 0.375rem);
        border: 0.1875rem solid #fff;

    }

    .mas-chip {
        margin-bottom: 1.5rem;
    }

    .mas-chip-img img {
        width: 100%;
        background-color: var(--az-color);
    }

    .mas-chip-txt {
        margin-bottom: 0.5rem;
    }
}

@media (orientation: landscape) and (max-width: 915px) and (max-height: 480px) {
    /* PHONE QUER */

    .mod-as.open {
        display: block;
    }

    .mod-as {
        position: absolute;
        background-color: var(--hg-color);
        width: 35%;
        height: 100%;
        right: 3.375rem;
        top: 0rem;
    }

    .mas-chip .mas-btt {
        display: block;
    }

    .mas-head .bttClose {
        display: none;
    }

    .mas-head {
        margin-left: 0.625rem;
        height: 2.625rem;
        margin-bottom: 1.125rem;
    }

    .mas-head .bttClose {
        top: 0.9375rem;
        right: 0.75rem;
    }

    .mas-head .txt {
        text-align: left;
        font-size: 1.5rem;
        line-height: 1.8125rem;
        height: 1.8125rem;
        font-family: Verdana;
        letter-spacing: 0rem;
        padding-top: 0.75rem;
    }

    .mas-main {
        width: calc(100% - 2rem);
        height: calc(100% - 3.75rem);
        margin-left: 0.625rem;
        overflow: auto;
        background-color: transparent;
        display: block;
    }

    .mas-chip-img {
        width: calc(100% - 0.375rem);
        border: 0.1875rem solid #fff;

    }

    .mas-chip {
        margin-bottom: 1rem;
        width: auto;
        margin-left: 0;
        margin-top: 0;
    }

    .mas-chip-img img {
        width: 100%;
        background-color: var(--az-color);
    }

    .mas-chip-txt {
        margin-bottom: 0.5rem;
    }

}