/*
Theme Name: Salient Child Theme
Description: This is a custom child theme for Salient
Theme URI: https://themeforest.net/item/salient-responsive-multipurpose-theme/4363266
Author: ThemeNectar
Author URI: https://themeforest.net/user/themenectar
Template: salient
Version: 1.0
*/

/* ──────────────────────────────
   DU BIST SEIN – Custom Design
   Farben: #a5c8b8 · #103b23 · #f4f1e9
   ────────────────────────────── */
:root {
  --mint: #a5c8b8;
  --wald: #103b23;
  --creme: #f4f1e9;
  --text: #333333;
  --light: #ffffff;
}

/* Schriften */
body, .wpb_text_column {
  font-family: 'Lora', serif !important;
  color: var(--text);
}
h1, h2, h3, h4, h5, h6 {
  font-family: 'Playfair Display', serif !important;
  color: var(--wald) !important;
  letter-spacing: 0.8px;
}

/* Buttons */
.nectar-button, .wp-block-button__link, input[type="submit"] {
  background: var(--wald) !important;
  color: white !important;
  border-radius: 0 !important;
  padding: 16px 40px !important;
  font-family: 'Lora', serif !important;
  text-transform: none !important;
  letter-spacing: 1.5px;
  transition: all 0.4s ease !important;
}
.nectar-button:hover {
  background: var(--mint) !important;
  color: var(--wald) !important;
}

/* Hintergründe */
.vc_row.bg-creme { background: var(--creme) !important; }
.vc_row.bg-mint  { background: var(--mint) !important; }
.vc_row.bg-wald  { background: var(--wald) !important; color: white !important; }

/* Feine Akzente */
.divider { border-color: var(--mint) !important; }

.page-header-bg:after {
  background: none !important;
}