/*
 Theme Name:   Shopkeeper Child
 Theme URI:    https://store.rebotnix.com
 Description:  Shopkeeper Child Theme für Rebotnix Store - enthält alle Custom-Anpassungen
 Author:       Rebotnix
 Author URI:   https://rebotnix.com
 Template:     shopkeeper
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain:  shopkeeper-child
*/

/* Eigene Styles hier hinzufügen */

/* ========================================
   REBOTNIX Footer Styles
   ======================================== */

footer.rebotnix-footer,
.rebotnix-footer,
#site-footer.rebotnix-footer {
    background-color: #1a1a1a !important;
    background: #1a1a1a !important;
    color: #ffffff !important;
    font-size: 14px;
    line-height: 1.6;
}

.rebotnix-footer-main {
    padding: 0 0 40px;
}

.rebotnix-footer-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
}

/* Text Logo */
.rebotnix-footer-logo {
    font-size: 24px;
    font-weight: 700;
    color: #ffffff;
    letter-spacing: 3px;
    margin-bottom: 10px;
}

.rebotnix-footer-tagline {
    color: #b0b0b0 !important;
    font-size: 13px;
    font-style: normal;
    margin-bottom: 20px !important;
}

.rebotnix-partner-badges {
    margin-bottom: 15px;
}

.rebotnix-footer-col h4 {
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.rebotnix-footer-col p {
    color: #b0b0b0;
    margin-bottom: 15px;
}

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

.rebotnix-footer-col ul li {
    margin-bottom: 10px;
}

.rebotnix-footer-col ul li a {
    color: #b0b0b0;
    text-decoration: none;
    transition: color 0.3s ease;
}

.rebotnix-footer-col ul li a:hover {
    color: #ffffff;
}

.rebotnix-footer-col address {
    color: #b0b0b0;
    font-style: normal;
    line-height: 1.8;
}

/* Contact info & hours */
.rebotnix-contact-info {
    color: #b0b0b0;
    font-size: 14px;
    line-height: 1.8;
}

.rebotnix-contact-info a {
    color: #b0b0b0;
    text-decoration: none;
    transition: color 0.3s ease;
}

.rebotnix-contact-info a:hover {
    color: #ffffff;
}

.rebotnix-contact-hours {
    color: #888888;
    font-size: 13px;
}

/* Social Icons */
.rebotnix-social {
    display: flex;
    gap: 10px;
}

.rebotnix-social a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    background: #333;
    border-radius: 50%;
    color: #ffffff;
    text-decoration: none;
    transition: background 0.3s ease;
}

.rebotnix-social a:hover {
    background: #0077b5;
}

/* Bottom Bar */
.rebotnix-footer-bottom {
    background: #111111;
    padding: 20px 0;
}

.rebotnix-footer-bottom-inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px;
}

.rebotnix-footer-legal {
    color: #888888;
    font-size: 13px;
}

.rebotnix-footer-legal a {
    color: #888888;
    text-decoration: none;
    transition: color 0.3s ease;
}

.rebotnix-footer-legal a:hover {
    color: #ffffff;
}

.rebotnix-sep {
    margin: 0 8px;
}

.rebotnix-footer-payments {
    display: flex;
    align-items: center;
    gap: 8px;
}

.rebotnix-payment-icon {
    width: 38px;
    height: 24px;
}

/* Responsive Footer */
@media (max-width: 991px) {
    .rebotnix-footer-container {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 767px) {
    footer.rebotnix-footer,
    .rebotnix-footer,
    #site-footer.rebotnix-footer {
        background-color: #1a1a1a !important;
        background: #1a1a1a !important;
    }

    .rebotnix-footer-container {
        grid-template-columns: 1fr;
        text-align: center;
        gap: 30px;
        padding: 0 30px;
    }

    .rebotnix-footer-col {
        padding-bottom: 20px;
        border-bottom: 1px solid #333;
    }

    .rebotnix-footer-col:last-child {
        border-bottom: none;
    }

    .rebotnix-footer-col h4 {
        font-size: 14px;
        margin-bottom: 15px;
    }

    .rebotnix-footer-col address {
        text-align: center;
    }

    .rebotnix-footer-main {
        padding: 40px 0 30px;
    }

    .rebotnix-social {
        justify-content: center;
    }

    .rebotnix-social a {
        background: #333 !important;
        color: #ffffff !important;
    }

    .rebotnix-social a svg {
        fill: #ffffff !important;
        color: #ffffff !important;
    }

    .rebotnix-partner-badges {
        text-align: center;
    }

    .rebotnix-footer-bottom-inner {
        flex-direction: column;
        text-align: center;
    }

    .rebotnix-footer-legal {
        font-size: 12px;
    }

    .rebotnix-footer-legal .rebotnix-sep {
        margin: 0 4px;
    }

    .rebotnix-footer-payments {
        justify-content: center;
    }

    .rebotnix-footer-col ul li {
        margin-bottom: 12px;
    }

    .rebotnix-footer-col ul li a {
        font-size: 14px;
    }

    .rebotnix-contact-info,
    .rebotnix-contact-info a {
        color: #b0b0b0 !important;
    }

    .rebotnix-contact-info a:hover {
        color: #ffffff !important;
    }

    .rebotnix-footer-col address {
        color: #b0b0b0 !important;
    }
}
