/* FOOTER */

#footer-container {
    background-size: cover;
    background-position: center;
    background-image: linear-gradient(180deg, rgba(252,252,252,1) -10%, rgba(252,252,252,1) 20%, rgba(252,252,252,0) 20%), 
    linear-gradient(180deg, rgba(35, 35, 35, 0) 20%, rgba(35, 35, 35, 0.9) 88.54%, #232323 100%), 
    url('/wp-content/themes/sintzel/img/footer.jpg');
}

/* FORM */

#footer-form-inner {
    background-color: var(--white);
    padding: 2rem;
    border-radius: 1rem;
    box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.15);
}

@media only screen and (max-width:980px) {
    #footer-form-inner {
        padding: 1.5rem;
    }
}

#footer-form-inner h4 {
    margin-top: 0;
}

#footer-form-inner input[type=text], #footer-form-inner input[type=email] {
    border: 1px solid var(--grey);
    box-sizing: border-box;
    border-radius: 0.2rem;
}

#footer-form-inner .unter-button {
    margin-bottom: 0;
}

/* MORE */
#footer-more-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding-top: 1rem;
    padding-bottom: 1rem;
}


/* MORE SM */

#more-sm {
    margin: auto 0 0 0;
}

#sm-container-footer {
    margin: auto 0 auto auto;
    max-width: 10rem;
}

#sm-container-inner-footer {
    display: flex;
    justify-content: space-between;
}

#sm-container-inner-footer .sm-circle {
    background-color: var(--white);
    border-color: var(--white);
}

#sm-container-inner-footer .sm-circle a {
    color: var(--red);
}

@media only screen and (max-width: 980px) {
    footer .button-grid .button {
        font-size: 0.94rem;
    }
}

/* BOTTOM BAR */
#bottom-bar {
    background-color: var(--black);   
}

#bottom-bar-inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

#bottom-bar-inner p, #bottom-bar-inner a  {
    color: var(--white);
    text-decoration: none;
    margin-bottom: 0;
}

#footer-creds {
    text-align: end;
}

@media only screen and (max-width: 980px) {
    #bottom-bar-inner {
        grid-template-columns: 1fr;
    }

    #footer-copyright {
        display: none;
    }

    #footer-creds {
        text-align: start;
    }
}