/*
Theme Name: Die Bänd
Theme URI: https://xn--die-bnd-9wa.com
Description: Child Theme von Rock Star für Die Bänd
Author: Die Bänd
Template: rock-star
Version: 1.0.0
Text Domain: die-baend
*/

/* ============================================================
   GLOBALE STILE
   ============================================================ */

@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@400;600;700&family=Open+Sans:wght@400;600&display=swap');

*, *::before, *::after {
    box-sizing: border-box;
}

body {
    background-color: #0a0a0a !important;
    color: #e0e0e0 !important;
    font-family: 'Open Sans', sans-serif !important;
    font-size: 16px;
    line-height: 1.7;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Oswald', sans-serif !important;
    color: #ffffff !important;
    text-transform: uppercase;
    letter-spacing: 2px;
}

a {
    color: #e8554e !important;
    text-decoration: none;
    transition: color 0.3s ease;
}

a:hover {
    color: #ffffff !important;
}

/* ============================================================
   HEADER & NAVIGATION
   ============================================================ */

#masthead,
.site-header {
    background-color: #000000 !important;
    border-bottom: 2px solid #e8554e;
    position: sticky;
    top: 0;
    z-index: 1000;
}

.site-branding .site-title a {
    font-family: 'Oswald', sans-serif !important;
    font-size: 2rem !important;
    font-weight: 700 !important;
    color: #ffffff !important;
    text-transform: uppercase;
    letter-spacing: 4px;
}

.site-branding .site-description {
    color: #e8554e !important;
    font-family: 'Open Sans', sans-serif !important;
    font-size: 0.85rem;
    letter-spacing: 2px;
    text-transform: uppercase;
}

/* Navigation */
#primary-menu,
.main-navigation ul {
    background-color: #000000 !important;
}

.main-navigation ul li a {
    color: #cccccc !important;
    font-family: 'Oswald', sans-serif !important;
    font-size: 0.95rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding: 10px 20px !important;
    transition: color 0.3s ease, background-color 0.3s ease;
}

.main-navigation ul li a:hover,
.main-navigation ul li.current-menu-item > a {
    color: #e8554e !important;
    background-color: transparent !important;
}

/* ============================================================
   HERO / HEADER IMAGE
   ============================================================ */

.header-image img,
.custom-header img {
    width: 100%;
    max-height: 600px;
    object-fit: cover;
    display: block;
}

.background-wrapper {
    background-size: cover !important;
    background-position: center center !important;
    background-attachment: fixed !important;
    min-height: 100vh;
}

/* ============================================================
   INHALTSBEREICH
   ============================================================ */

.site-content,
#content,
.content-area {
    background-color: transparent !important;
}

.entry-content {
    color: #e0e0e0 !important;
}

.entry-title {
    font-family: 'Oswald', sans-serif !important;
    font-size: 2.5rem !important;
    color: #ffffff !important;
    text-transform: uppercase;
    letter-spacing: 3px;
    border-bottom: 2px solid #e8554e;
    padding-bottom: 15px;
    margin-bottom: 30px;
}

/* Seiteninhalts-Wrapper */
.site-inner,
.wrapper {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Abschnitte */
.wp-block-heading {
    color: #ffffff !important;
    font-family: 'Oswald', sans-serif !important;
}

.wp-block-list li {
    color: #e0e0e0;
    margin-bottom: 8px;
}

/* ============================================================
   BANDMITGLIEDER / LISTEN
   ============================================================ */

.wp-block-list {
    list-style: none;
    padding: 0;
}

.wp-block-list li::before {
    content: '♪ ';
    color: #e8554e;
    font-size: 1.1em;
}

/* ============================================================
   FOOTER
   ============================================================ */

.site-footer,
#colophon {
    background-color: #000000 !important;
    border-top: 2px solid #e8554e;
    color: #888888 !important;
    padding: 40px 0 20px;
}

.site-footer a {
    color: #e8554e !important;
}

.site-footer a:hover {
    color: #ffffff !important;
}

/* Copyright Banner (sticky) */
#site-generator {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.92);
    border-top: 1px solid #e8554e;
    z-index: 9999;
    text-align: center;
    padding: 10px 0;
    font-size: 0.8rem;
    color: #888888 !important;
}

#site-generator a {
    color: #e8554e !important;
}

body {
    padding-bottom: 45px;
}

/* ============================================================
   BUTTONS
   ============================================================ */

.button,
input[type=submit],
button {
    background-color: #e8554e !important;
    color: #ffffff !important;
    border: none;
    padding: 12px 30px;
    font-family: 'Oswald', sans-serif !important;
    text-transform: uppercase;
    letter-spacing: 2px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    border-radius: 0;
}

.button:hover,
input[type=submit]:hover,
button:hover {
    background-color: #c0392b !important;
    color: #ffffff !important;
}

/* ============================================================
   FORMULARE
   ============================================================ */

input[type=text],
input[type=email],
textarea {
    background-color: #1a1a1a !important;
    border: 1px solid #333333 !important;
    color: #e0e0e0 !important;
    padding: 10px 15px;
    width: 100%;
    font-family: 'Open Sans', sans-serif;
}

input[type=text]:focus,
input[type=email]:focus,
textarea:focus {
    border-color: #e8554e !important;
    outline: none;
}

/* ============================================================
   RESPONSIVE
   ============================================================ */

@media (max-width: 768px) {
    .entry-title {
        font-size: 1.8rem !important;
    }

    .site-branding .site-title a {
        font-size: 1.5rem !important;
    }
}
