/*
Theme Name: The Workers Child Theme
Theme URI: https://theworkers.de
Template: twentytwentyfour
Author: The Workers
Author URI: https://theworkers.de
Description: Custom Child Theme für The Workers Energielösungen
Version: 1.0.0
License: GPL v2 or later
Text Domain: the-workers-child
*/

/* ============================================
   Entfernt Standard WordPress Styles auf der Landing Page
   ============================================ */

/* Admin Bar Anpassung */
.admin-bar .navbar {
    top: 32px;
}

@media screen and (max-width: 782px) {
    .admin-bar .navbar {
        top: 46px;
    }
}

/* Landing Page spezifische Resets */
body.page-template-the-workers-landing {
    margin: 0 !important;
    padding: 0 !important;
}

body.page-template-the-workers-landing .site-header,
body.page-template-the-workers-landing .site-footer,
body.page-template-the-workers-landing .entry-header,
body.page-template-the-workers-landing .entry-footer {
    display: none !important;
}

body.page-template-the-workers-landing .entry-content {
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

/* Überschreibt Theme Container */
body.page-template-the-workers-landing .wp-site-blocks,
body.page-template-the-workers-landing .wp-block-group,
body.page-template-the-workers-landing .wp-block-post-content {
    padding: 0 !important;
    margin: 0 !important;
    max-width: none !important;
}