/*
Theme Name: neve-imker
Template: neve
*/

/* =============================================
   HINTERGRUNDFARBE: Gleich wie Neve Header-Gelb
   ============================================= */
body,
html,
.hfg_header,
.neve-main,
.neve-footer,
.wrapper,
#neve_body {
    background-color: #f5f5a0 !important;
}

.hfg_header,
.hfg-grid,
header.header,
.site-header {
    width: 100% !important;
    max-width: 100% !important;
    background-color: #f5f5a0 !important;
}

/* =============================================
   SCHRIFT: Größer und lesbarer
   ============================================= */
body, p, li, td {
    font-size: 1.05rem !important;
    line-height: 1.8 !important;
    color: #2c3e50 !important;
}

h1 { font-size: 2.2rem !important; }
h2 { font-size: 1.7rem !important; }
h3 { font-size: 1.35rem !important; }

/* =============================================
   ALLE BLAUEN BUTTONS orange machen
   ============================================= */
.acf-form-submit input[type="submit"],
.acf-form-submit button,
.acf-field a.button,
.acf-field input.button,
.acf-field button.button,
.acf-field .button,
a.button.button-primary,
.wp-core-ui .button,
.wp-core-ui .button-primary,
.wp-core-ui .button-secondary {
    background: #e67e22 !important;
    background-color: #e67e22 !important;
    color: #ffffff !important;
    border-color: #d35400 !important;
    border-radius: 30px !important;
    font-weight: 700 !important;
    box-shadow: 0 4px 15px rgba(230, 126, 34, 0.4) !important;
    transition: all 0.2s ease !important;
}

.acf-form-submit input[type="submit"]:hover,
.acf-form-submit button:hover,
.acf-field .button:hover,
.wp-core-ui .button:hover,
.wp-core-ui .button-primary:hover {
    background: #d35400 !important;
    background-color: #d35400 !important;
    border-color: #b94600 !important;
    color: #ffffff !important;
}