/* fiebigerCMS 1.0.30 · System-Template · Struktur und Layout */
.site-template-root {
    display: flex;
    flex: 1 0 auto;
    min-height: 0;
    flex-direction: column;
    width: 100%;
}

.site-main {
    display: flex;
    flex: 1 0 auto;
    width: 100%;
}

.template-content {
    align-self: flex-start;
    margin-top: clamp(38px, 6vw, 76px);
    margin-bottom: clamp(38px, 6vw, 76px);
}

.template-content--fullwidth {
    width: min(calc(100% - 40px), var(--theme-container, 1180px));
}

.template-content--landingpage {
    width: min(calc(100% - 32px), var(--theme-container, 1180px));
}

.template-content--sidebar {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(220px, 300px);
    gap: 28px;
    width: min(calc(100% - 40px), var(--theme-container, 1180px));
}

.template-sidebar {
    position: sticky;
    top: 96px;
    display: grid;
    align-content: start;
    gap: 8px;
    padding: 22px;
    border: 1px solid var(--line);
    border-radius: var(--theme-radius, 18px);
    background: var(--surface);
}

.template-header,
.template-footer {
    width: 100%;
}

.template-footer {
    margin-top: auto;
}

.template-footer-meta {
    display: grid;
    gap: 6px;
}

.template-powered {
    white-space: nowrap;
}

.template-nav-toggle {
    display: none;
    appearance: none;
    border: 1px solid var(--line);
    border-radius: 12px;
    background: var(--surface);
    color: var(--text);
    padding: 9px 12px;
    font: inherit;
    font-weight: 700;
    cursor: pointer;
}
