/*!
Theme Name: tiba
Theme URI: https://www.mattgold-media.de/
Author: Andreas Mayer
Author URI: https://www.mattgold-media.de/
Description: Individuelles Theme für TIBA
Version: 1.0.0
Tested up to: 8.3
Requires PHP: 8.3
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: tiba

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

tiba is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.
*/

:root {
    --tiba-gray: #B4B4B4;
    --tiba-darkgray: #535253;
}

.site-footer {
    background: url(./img/bg1.jpg) repeat;
    padding: 40px 32px;
    gap: 40px;
}

.site-footer .container {
	--bs-gutter-x: 0;
}

.site-footer a {
	text-decoration: none;
}

.site-footer a:hover {
	text-decoration: underline;
}

.site-footer hr {
    border-top: 1px solid var(--tiba-darkgray);
    margin: 40px 0;
    opacity: 1;
}

.site-footer ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.site-footer .tiba_social_media ul {
	display: flex;
    flex-wrap: wrap;
    justify-content: center;
    list-style: none;
    padding: 0;
    margin: 0 -12px;
}

.site-footer .tiba_social_media ul li {
	margin: 0 12px;
}

.site-footer .tiba_social_media ul li img {
	width: 40px;
	height: 40px;
}

.site-footer .tiba_footer_bottom_nav {
    color: var(--tiba-gray);
}

.site-footer .tiba_footer_bottom_nav ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    list-style: none;
    padding: 0;
    margin: 0 0 24px 0;
}

.site-footer .tiba_footer_bottom_nav ul li {
    margin: 0 8px;
}

.site-footer .tiba_footer_bottom_nav ul li a {
	color: var(--tiba-gray);
}

.site-footer .tiba_copyright {
    display: block;
    text-align: center;
    color: var(--tiba-gray);
}