/** {*/
/*    outline: 1px solid red;*/
/*}*/

/* LOGO on overview, contact, signin, login */
.logo {
    width: 300px;
    height: auto;
    margin: auto !important;
    padding-top: 1rem;
    margin-top: 2rem;
}

/* main container */
.footer-pages-container {
    align-items: center;
    width: 45rem;
    margin: auto;
    margin-top: 1rem;
    margin-bottom: 5rem;
    background-color: rgba(255, 255, 255, 1);
    box-shadow: 0px 0px 7px 7px rgba(0, 0, 0, 0.1);
    border-radius: 0px;
}


/* text Div */
.footer-pages-txt {
    background-color: transparent;
    /*color: rgba(18, 71, 71, 1);*/
    color: rgb(53, 53, 53);
    margin-top: 2rem;
    margin-bottom: 0.5rem;
    text-align: center;
    width: 45rem;
    padding-left: 8.5rem;
    padding-right: 8.5rem;
}

/* back-buttons */
.footer-pages-container .button {
    width: 150px;
    left: 50%;
    position: relative;
    transform: translateX(-50%);
    margin-bottom: 1rem;
}

#about-us-link {
    text-align: center;
    margin-bottom: 2rem;
}


/* TERMS OF USE AND PRIVACY POLICY */
#terms-txt,
#policy-txt {
    text-align: justify;
    padding: 1rem;
    width: 100%;
}

#terms-txt *,
#policy-txt * {
    font-size: 0.87rem;
}

#terms-txt ul {
    border-right: none;
}

/* FOOTER FOR ALL PAGES BEHIND PAYWALL */
.paywall_footer {
    background-color: rgb(243, 242, 240) !important;
    box-shadow: none !important;
    margin-bottom: 0 !important;
    padding-bottom: 0.5rem !important;
    position: fixed;
    bottom: 0;
    width: auto;
    left: 0;
    text-align: center;
    z-index: 1;
}

.paywall_footer * {
    background-color: transparent !important;
    box-shadow: none !important;
    text-align: center;
    margin-bottom: 0 !important;
    margin-right: 0.5rem;
    padding-bottom: 0 !important;
    display: flex;
}


/* DOWNLOAD PAGES */
.download_content {
    position: relative;
    top: 100px;
    text-align: justify;
    color: rgb(55, 55, 55);
    width: 35rem;
    margin: auto;
    margin-top: 1rem;
    padding: 0.5rem;
}


/* MOBILE FORMATTING */
/* adjust the page content downwards on mobile */

@media (max-width: 48rem) {
    .logo {
        width: 200px !important;
    }


}