/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* --------------------------------------------------------------------- CSS for Desktop Devices --------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------- */

@media only screen and (min-width: 1280px) {

    .privacy-lower-headline {
        margin-top: 30px;
        padding-left: 10px;
        border-left: 10px solid #b6f0d1;
    }
    
    .privacy-text-container {
        z-index: 0;
        position: relative;
        height: fit-content;
        display: flex;
        flex-direction: column;
        width: 765px;
        max-width: 765px;
    }

    .privacy-text-content {
        padding: 0px 20px;
    }

    .privacy-index-description {
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    .privacy-list {
        margin-top: 15px;
        padding: 0px 65px;
        line-height: 2.0;
        color: #444444;
    }
}

@media only screen and (min-width: 769px) and (max-width: 1279px) {

    .legal-notes-page-content-container {
        max-width: 765px;
    }
    
    .privacy-lower-headline {
        margin-top: 30px;
        padding-left: 10px;
        border-left: 10px solid #b6f0d1;
    }
    
    .privacy-text-container {
        z-index: 0;
        position: relative;
        height: fit-content;
        display: flex;
        flex-direction: column;
        width: 765px;
        max-width: 765px;
    }

    .privacy-text-content {
        padding: 0px 20px;
    }

    .privacy-index-description {
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    .privacy-list {
        margin-top: 15px;
        padding: 0px 65px;
        line-height: 2.0;
        color: #444444;
    }
}

/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* --------------------------------------------------------------------- CSS for Mobile Devices ---------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------- */

@media only screen and (max-width: 768px) and (orientation: portrait) {
    
    .privacy-lower-headline {
        margin-top: 30px;
        padding-left: 10px;
        border-left: 10px solid #b6f0d1;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
    
    .privacy-text-container {
        z-index: 0;
        position: relative;
        height: fit-content;
        display: flex;
        flex-direction: column;
        width: 100%;
        min-width: 100%;
        max-width: 100%;
    }

    .privacy-text-content {
        padding: 0px 20px;
    }

    .privacy-index-description {
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    .privacy-list {
        margin-top: 15px;
        padding: 0px 65px;
        line-height: 2.0;
        color: #444444;
    }
}

/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* --------------------------------------------------------------------- CSS for Mobile Devices ---------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------- */

@media only screen and (max-width: 768px) and (orientation: landscape) {
    
    .privacy-lower-headline {
        margin-top: 30px;
        padding-left: 10px;
        border-left: 10px solid #b6f0d1;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
    
    .privacy-text-container {
        z-index: 0;
        position: relative;
        height: fit-content;
        display: flex;
        flex-direction: column;
        width: 100%;
        min-width: 100%;
        max-width: 100%;
    }

    .privacy-text-content {
        padding: 0px 20px;
    }

    .privacy-index-description {
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    .privacy-list {
        margin-top: 15px;
        padding: 0px 65px;
        line-height: 2.0;
        color: #444444;
    }
}