/*! FSB Theme - Site Footer | Author: Frontend Soldier Borsch | Author URI: frontend-soldier-borsch.de | Author contact: borsch@frontend-soldier.de | Version: - | License: GNU General Public License v3 | License URI: www.gnu.org/licenses/gpl-3.0.html */
/*---------------------------------------------------------------------------*\
	#Site-Footer
\*---------------------------------------------------------------------------*/

.site-footer {
	position: relative;
	font-size: 1.4rem;
    z-index: 1;
}

    .site-footer--fixed {
        position: sticky;
        bottom: 0;
    }


.site-footer__content {
	position: relative;
	background-color: #373737;
	color: #fff;;
    padding: 2rem 8rem;
}

.site-footer__content_wrapper {
    position: relative;
    display: flex;
    column-gap: 4rem;
	flex-wrap: wrap;
	align-items: center;
    justify-content: center;
}


@media screen and ( max-width: 67.5em ) {

	.site-footer__content {
		padding: 2rem 4rem;
	}
    
}


@media screen and ( max-width: 22.5em ) {

	.site-footer__content {
		padding: 1rem 2rem;
	}
    
}





/*---------------------------------------------------------------------------*\
	#Copyright
\*---------------------------------------------------------------------------*/





/*---------------------------------------------------------------------------*\
	#Footer-Menu
\*---------------------------------------------------------------------------*/





/*---------------------------------------------------------------------------*\
	#Content
\*---------------------------------------------------------------------------*/

.site-footer :where( .section ) {
	background-color: transparent;
}
