/* ==============================
RPG FOOTER
============================== */

#footer.rpg-footer {
max-width: 1260px;
margin: 48px auto 0 auto;
background: #3a302d;
border-radius: 20px 20px 0 0;
overflow: hidden;
box-shadow: 0 -12px 38px rgba(45,36,31,0.10);
border: 1px solid rgba(255,255,255,0.08);
box-sizing: border-box;
}

#footer.rpg-footer * {
box-sizing: border-box;
}

.rpg-footer-inner {
display: grid;
grid-template-columns: 1.1fr 1.6fr 1fr;
gap: 34px;
padding: 34px 36px;
background:
radial-gradient(circle at top left, rgba(201,167,100,0.12), transparent 28%),
linear-gradient(135deg, #3a302d 0%, #2f2724 100%);
color: #f8f4ef;
}

.rpg-footer-brand {
border-right: 1px solid rgba(248,244,239,0.10);
padding-right: 30px;
}

.rpg-footer-kicker,
.rpg-footer-heading {
display: block;
margin-bottom: 9px;
color: #c9a764;
font-size: 10px;
font-weight: 700;
letter-spacing: 0.16em;
text-transform: uppercase;
}

.rpg-footer-brand strong {
display: block;
font-family: Georgia, serif;
font-size: 26px;
font-weight: 700;
letter-spacing: 0.16em;
text-transform: uppercase;
color: #f8f4ef;
}

.rpg-footer-brand p {
margin: 12px 0 0 0;
color: rgba(248,244,239,0.68);
font-size: 12px;
line-height: 1.7;
}

.rpg-footer-nav .bottom_links {
margin: 0;
padding: 0;
list-style: none;
display: flex;
flex-wrap: wrap;
gap: 10px;
}

.rpg-footer-nav .bottom_links li {
margin: 0;
padding: 0;
}

.rpg-footer-nav .bottom_links a {
display: inline-flex;
align-items: center;
min-height: 34px;
padding: 8px 13px;
border-radius: 999px;
background: rgba(255,255,255,0.06);
border: 1px solid rgba(255,255,255,0.08);
color: rgba(248,244,239,0.82);
font-size: 10px;
font-weight: 700;
letter-spacing: 0.10em;
text-transform: uppercase;
text-decoration: none;
transition: 0.2s ease;
}

.rpg-footer-nav .bottom_links a:hover {
background: rgba(201,167,100,0.16);
border-color: rgba(201,167,100,0.34);
color: #f8f4ef;
}

.rpg-footer-side {
border-left: 1px solid rgba(248,244,239,0.10);
padding-left: 30px;
}

.rpg-footer-time {
color: rgba(248,244,239,0.78);
font-size: 12px;
line-height: 1.6;
}

.rpg-footer-tools {
margin-top: 16px;
display: flex;
flex-direction: column;
gap: 8px;
}

.rpg-footer-tools select {
width: 100%;
max-width: 230px;
padding: 7px 9px;
border-radius: 9px;
border: 1px solid rgba(255,255,255,0.12);
background: #f8f4ef;
color: #3a302d;
font-size: 11px;
}

.rpg-footer-tools form {
margin: 0;
}

.rpg-footer-lower {
padding: 15px 36px;
background: rgba(0,0,0,0.18);
border-top: 1px solid rgba(255,255,255,0.08);
color: rgba(248,244,239,0.54);
font-size: 11px;
line-height: 1.6;
text-align: center;
}

.rpg-footer-lower a {
color: rgba(248,244,239,0.76);
font-weight: 700;
text-decoration: none;
}

.rpg-footer-lower a:hover {
color: #c9a764;
text-decoration: underline;
}

/* Alte Footer-Standardabstände neutralisieren */
#footer.rpg-footer .upper,
#footer.rpg-footer .lower,
#footer.rpg-footer .wrapper {
width: auto;
max-width: none;
margin: 0;
padding: 0;
background: transparent;
border: 0;
}

/* Responsive */
@media (max-width: 950px) {
.rpg-footer-inner {
grid-template-columns: 1fr;
gap: 26px;
}

.rpg-footer-brand,
.rpg-footer-side {
    border: 0;
    padding: 0;
}


}

@media (max-width: 600px) {
#footer.rpg-footer {
margin-top: 34px;
border-radius: 16px 16px 0 0;
}


.rpg-footer-inner {
    padding: 28px 22px;
}

.rpg-footer-brand strong {
    font-size: 21px;
}

.rpg-footer-nav .bottom_links {
    flex-direction: column;
}

.rpg-footer-nav .bottom_links a {
    width: 100%;
    justify-content: center;
}

.rpg-footer-lower {
    padding: 14px 22px;
}


}
/* ==============================
DEBUG INFO SCHÖNER SETZEN
============================== */

#debug {
max-width: 1260px;
margin: 26px auto 0 auto;
padding: 0 8px;
color: rgba(47,41,38,0.45);
font-size: 10px;
line-height: 1.5;
text-align: right;
box-sizing: border-box;
}

#debug a {
color: rgba(141,111,57,0.75);
font-weight: 700;
text-decoration: none;
}

#debug a:hover {
color: #8d6f39;
text-decoration: underline;
}

/* Footer etwas näher an die Debug-Zeile ziehen */
#footer.rpg-footer {
margin-top: 26px;
}
/* ==============================
FORUMLIST - HELLE FLÄCHEN WÄRMER
============================== */

.forumcat {
background: #f2ece5 !important;
border-color: rgba(58,48,45,0.10) !important;
}

.forumcat-forums {
background: #f2ece5 !important;
}

.forumrow {
background: #f7f2ec !important;
}

.forumrow:nth-child(even) {
background: #f1eae2 !important;
}

.forumrow-icon {
background: rgba(58,48,45,0.025) !important;
}

.forumrow-main {
background: transparent !important;
}

.forumrow-count,
.forumrow-lastpost {
background: rgba(255,255,255,0.18) !important;
}

.forumrow-desc {
color: rgba(47,41,38,0.78) !important;
}

.forumrow-count small {
color: rgba(47,41,38,0.46) !important;
}
