/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */
/* ==========================================================
   Rechtsanwaltskanzlei Holberg · Ergänzungen zum Entwurf
   Angelegt: August 2026
   Zugehörige Klassen werden in Elementor unter
   Advanced → CSS Classes eingetragen.
   ========================================================== */

/* 1 · Eyebrow-Zeile: Messinglinie vor dem Text */
.holberg-eyebrow .elementor-heading-title::before,
.holberg-eyebrow p::before {
  content: "";
  display: inline-block;
  width: 28px;
  height: 1px;
  margin-right: 12px;
  vertical-align: 0.35em;
  background: #a8823c;
}

/* 2 · Karten: 3 px Oberkante in Preußischblau */
.holberg-karte {
  border-top: 3px solid #0f2e4a !important;
}

/* 3 · Aufzählungspunkte der Schwerpunktliste: Messingquadrat */
.holberg-punkt .elementor-heading-title::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  margin-right: 12px;
  vertical-align: 0.35em;
  background: #a8823c;
}

/* 4 · Auf Handybreiten die Messinglinie der Eyebrow-Zeile kürzen */
@media (max-width: 767px) {
  .holberg-eyebrow .elementor-heading-title::before,
  .holberg-eyebrow p::before {
    width: 18px;
    margin-right: 8px;
  }
}

/* 5 · Zahlen überall in gleicher Breite setzen (Kosten, Telefonnummern) */
body {
  font-variant-numeric: tabular-nums lining-nums;
}
/* 7 · Aktionsgruppe im Header: nur so breit wie ihr Inhalt */
.holberg-aktionen {
  --width: fit-content;
  width: fit-content;
  flex: 0 0 auto;
}