/*
Theme Name: twentythirteen-child (purschke-hensel.de)
Description: Domain-spezifische Anpassungen
Author: Juergen Schilke
Author URI: https://bos-schilke.de
Template: twentythirteen
Version: 1.0
*/

/* Copyright statt Wordpress und Theme-Provider
- Anpassung der footer.php
*/

/* CSS für die Katalogdarstellung
*/ 
.catalog {
padding: 20px;
}

.category {
margin-bottom: 40px;
}

.category h2 {
font-size: 24px;
color: #333;
}

.products {
list-style: none;
padding: 0;
display: flex;
flex-wrap: wrap;
gap: 20px;
}

.products li {
width: calc(33.333% - 20px);
border: 1px solid #ddd;
padding: 10px;
text-align: center;
}

.products li img {
max-width: 100%;
height: auto;
}

.products li h3 {
font-size: 18px;
margin: 10px 0 0;
}

/* Volle Breite auf Seiten mit dem Fullwidth-Template */
.page-template-page-fullwidth .site-content,
.page-template-page-fullwidth .content-area,
.page-template-page-fullwidth .entry-content,
.page-template-page-fullwidth #main {
    max-width: 100% !important;
    width: 100% !important;
    padding-left: 0;
    padding-right: 0;
    margin: 0 auto;
    box-sizing: border-box;
}

/* Footer-Sidebar/-Widget auf Seiten mit dem Fullwidth-Template ausblenden */
body.has-fullwidth-template #secondary.sidebar-container {
    display: none !important;
}

/* CSS für den Zurück-Button
*/

.back-to-overview {
    display: inline-block;
    margin: 10px 0 20px;
    font-size: 16px;
    color: #0073aa;
    text-decoration: none;
}

.back-to-overview:hover {
    text-decoration: underline;
    color: #005177;
}
