/*
Theme Name: Twenty Twenty-Five Child
Description: Child theme for Twenty Twenty-Five
Template: twentytwentyfive
Version: 1.0.0
Text Domain: twentytwentyfive-child
*/

/* Add your custom styles here */

/* Garantierte Header-Sichtbarkeit */
.wp-block-group.has-white-background-color {
    background-color: #ffffff !important;
    border-bottom: 1px solid #e5e5e5 !important;
    padding: 20px 0 !important;
    display: block !important;
    visibility: visible !important;
}

/* Logo-Emoji Styling */
.wp-block-paragraph {
    margin: 0 !important;
    padding: 0 !important;
}

/* Site Title Styling */
.wp-block-site-title {
    margin-left: 10px !important;
    font-weight: 600 !important;
    font-size: 24px !important;
}

/* Navigation Styling */
.wp-block-navigation {
    margin-left: auto !important;
}

/* Debug-Info */
.header-debug {
    background-color: #f0f0f0;
    padding: 10px;
    margin: 10px 0;
    border: 1px solid #ccc;
    font-size: 12px;
    color: #666;
}

.page-kurse, .page-registrierung {
    h1 {
        display: none;
    }
    /* background-color: lime; */
}

.ld-profile-edit-link {
    display: none;
}

.waz-registration-title {
 text-align: center;
 margin-top: 2em;
}