/*
Theme Name: Eltekk Events Theme
Theme URI: https://eltekkevents.de
Author: Eltekk Events
Author URI: https://eltekkevents.de
Description: Minimales Theme fuer Eltekk Events Landing Page
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: eltekk-theme
*/

/* Reset - Theme Styles komplett entfernen */
html, body {
    margin: 0 !important;
    padding: 0 !important;
    /* Folgt dem Design-Token -> flippt im Light-Mode mit (Token im Plugin-CSS) */
    background: var(--eltekk-bg-dark, #0b0c10) !important;
}

/* WordPress Admin Bar Anpassung */
html {
    margin-top: 0 !important;
}

body.admin-bar {
    margin-top: 0 !important;
}

#wpadminbar {
    position: fixed !important;
}

/* Seiten-Titel verstecken */
.entry-title,
.page-title,
.wp-block-post-title {
    display: none !important;
}

/* Content-Wrapper Reset */
.wp-site-blocks,
.entry-content,
.page-content,
.site-content,
.content-area,
main:not(.eltekk-page),
article:not(.eltekk-page-article) {
    margin: 0 !important;
    padding: 0 !important;
    max-width: none !important;
    width: 100% !important;
}

/* Block Theme spezifische Resets */
.wp-block-group,
.wp-block-template-part,
.wp-block-post-content {
    margin: 0 !important;
    padding: 0 !important;
    max-width: none !important;
}

/* Theme Header/Footer verstecken wenn Eltekk Landing aktiv */
body.eltekk-landing-page header:not(.eltekk-header),
body.eltekk-landing-page .wp-block-template-part[data-type="header"],
body.eltekk-landing-page footer:not(.eltekk-footer) {
    display: none !important;
}
