/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 01 2026 | 11:28:28 */
/* ============================================================
   NORDSTERN DOG ACADEMY – CUSTOM CSS
   Elementor > Site Settings > Custom CSS
   ODER Appearance > Customize > Additional CSS
   ============================================================ */

/* --- Google Fonts Import --- */
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,600;0,700;1,400;1,700&family=Montserrat:wght@400;500;600;700&family=Inter:wght@300;400;500&display=swap');

/* --- CSS Custom Properties (Markenwerte) --- */
:root {
  --nda-navy:  #1B2A47;
  --nda-dark:  #0D1726;
  --nda-black: #070e1a;
  --nda-cream: #E8DFC8;
  --nda-gold:  #B8960C;
  --nda-gold-light: rgba(184,150,12,0.3);
  --nda-cream-muted: #c8bfa8;
  --nda-white: #FFFFFF;
  --nda-font-display: 'Playfair Display', Georgia, serif;
  --nda-font-ui:      'Montserrat', Arial, sans-serif;
  --nda-font-body:    'Inter', Arial, sans-serif;
}

/* --- Base body --- */
body {
  font-family: var(--nda-font-body);
  -webkit-font-smoothing: antialiased;
  background-color: var(--nda-navy);
}

/* --- Globale Paragraphen-Styles --- */
.elementor-widget-text-editor p {
  font-family: var(--nda-font-body);
  line-height: 1.75;
}

/* ============================================================
   EYEBROW LABELS (Abschnitts-Label oberhalb der H2)
   ============================================================ */
.nda-eyebrow {
  font-family: var(--nda-font-ui) !important;
  font-size: 11px !important;
  font-weight: 700 !important;
  letter-spacing: 3px !important;
  text-transform: uppercase !important;
  color: var(--nda-gold) !important;
  margin-bottom: 16px !important;
}

.nda-eyebrow--dark {
  color: var(--nda-navy) !important;
}

/* ============================================================
   HERO SECTION
   ============================================================ */
.nda-hero-sub {
  color: var(--nda-cream-muted) !important;
  font-family: var(--nda-font-body) !important;
  font-size: 16px !important;
  letter-spacing: 0.5px !important;
}

/* Hero-Video-Overlay (falls du später ein Hintergrundbild/Video nutzt) */
.nda-hero-section::before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(11,18,34,0.45);
  z-index: 0;
}
.nda-hero-section .elementor-container {
  position: relative;
  z-index: 1;
}

/* ============================================================
   BADGE PILLS
   ============================================================ */
.nda-badge-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  margin-bottom: 0;
}

.nda-badge {
  display: inline-block;
  font-family: var(--nda-font-ui);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: var(--nda-cream);
  border: 1px solid var(--nda-gold-light);
  padding: 6px 14px;
  white-space: nowrap;
}

/* ============================================================
   STATS BAR
   ============================================================ */
.nda-stat-custom {
  text-align: center;
}

.nda-stat-num {
  font-family: var(--nda-font-display);
  font-size: 48px;
  font-weight: 700;
  color: var(--nda-gold);
  line-height: 1;
  margin-bottom: 8px;
}

.nda-stat-label {
  font-family: var(--nda-font-ui);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: var(--nda-cream);
  opacity: 0.85;
}

/* Trennlinien zwischen Stats */
.elementor-section:has(.nda-stat-custom) .elementor-column:not(:last-child) {
  border-right: 1px solid var(--nda-gold-light);
}

/* ============================================================
   SECTION SUBTITLES
   ============================================================ */
.nda-section-sub {
  font-size: 16px !important;
  color: #5a5246 !important;
  max-width: 640px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  line-height: 1.7 !important;
}

/* ============================================================
   COMPARE LABELS (Vergleichsbereich)
   ============================================================ */
.nda-compare-label {
  font-family: var(--nda-font-ui) !important;
  font-size: 11px !important;
  font-weight: 700 !important;
  letter-spacing: 2px !important;
  text-transform: uppercase !important;
  margin-bottom: 12px !important;
}

.nda-compare-label--gold {
  color: var(--nda-gold) !important;
}

.nda-compare-label--neutral {
  color: #999 !important;
}

/* ============================================================
   QUALIFIKATIONSLISTE
   ============================================================ */
.nda-qual-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.nda-qual-list li {
  font-family: var(--nda-font-body);
  font-size: 14px;
  color: var(--nda-cream-muted);
  line-height: 1.7;
  padding: 10px 0 10px 24px;
  border-bottom: 1px solid rgba(184,150,12,0.15);
  position: relative;
}

.nda-qual-list li::before {
  content: '→';
  position: absolute;
  left: 0;
  color: var(--nda-gold);
  font-weight: 700;
}

.nda-qual-list li:last-child {
  border-bottom: none;
}

/* ============================================================
   COMP LISTS (Kernkompetenzen)
   ============================================================ */
.nda-comp-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.nda-comp-list li {
  font-size: 14px;
  color: var(--nda-cream-muted);
  padding: 8px 0 8px 20px;
  border-bottom: 1px solid rgba(184,150,12,0.1);
  position: relative;
}

.nda-comp-list li::before {
  content: '·';
  position: absolute;
  left: 0;
  color: var(--nda-gold);
  font-weight: 700;
  font-size: 20px;
  line-height: 1.2;
}

/* ============================================================
   BEHÖRDENREFERENZ BADGES
   ============================================================ */
.nda-ref-badge {
  display: inline-block;
  font-family: var(--nda-font-ui);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  padding: 6px 16px;
  border: 1px solid var(--nda-gold);
  color: var(--nda-gold);
}

.nda-ref-badge--active {
  background-color: var(--nda-gold);
  color: var(--nda-navy);
}

/* ============================================================
   KURSKALENDER TABLE
   ============================================================ */
.nda-cal-table {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
}

.nda-cal-group {
  margin-bottom: 40px;
}

.nda-cal-group-title {
  font-family: var(--nda-font-ui) !important;
  font-size: 11px !important;
  font-weight: 700 !important;
  letter-spacing: 2px !important;
  text-transform: uppercase !important;
  color: var(--nda-navy) !important;
  border-bottom: 2px solid var(--nda-navy) !important;
  padding-bottom: 10px !important;
  margin-bottom: 16px !important;
}

.nda-cal-row {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 8px 20px;
  padding: 16px 0;
  border-bottom: 1px solid rgba(27,42,71,0.12);
}

.nda-cal-row:last-child {
  border-bottom: none;
}

.nda-cal-date {
  font-family: var(--nda-font-ui);
  font-size: 13px;
  font-weight: 700;
  color: var(--nda-navy);
  min-width: 160px;
}

.nda-cal-name {
  font-family: var(--nda-font-body);
  font-size: 15px;
  font-weight: 600;
  color: var(--nda-navy);
  flex: 1;
  min-width: 220px;
}

.nda-cal-dur {
  font-size: 12px;
  color: #666;
  min-width: 120px;
}

.nda-cal-price {
  font-family: var(--nda-font-ui);
  font-size: 14px;
  font-weight: 700;
  color: var(--nda-gold);
  min-width: 130px;
}

.nda-cal-note {
  font-size: 12px;
  color: #888;
  font-style: italic;
}

.nda-cal-legend {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 32px;
  justify-content: center;
  font-family: var(--nda-font-ui);
  font-size: 12px;
  color: #666;
  background: rgba(27,42,71,0.06);
  padding: 16px 24px;
  margin-bottom: 32px;
}

/* ============================================================
   ACCORDION (Leistungsmodell)
   ============================================================ */
.elementor-accordion .elementor-tab-title {
  font-family: var(--nda-font-ui) !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  letter-spacing: 0.5px !important;
  text-transform: uppercase !important;
  border-color: rgba(27,42,71,0.2) !important;
  padding: 20px 24px !important;
}

.elementor-accordion .elementor-tab-title.elementor-active {
  color: var(--nda-gold) !important;
  background: rgba(27,42,71,0.04) !important;
}

.elementor-accordion .elementor-tab-content {
  font-size: 14px;
  line-height: 1.8;
  padding: 24px !important;
}

.elementor-accordion .elementor-tab-content ul {
  padding-left: 20px;
}

.elementor-accordion .elementor-tab-content li {
  margin-bottom: 8px;
  color: #444;
}

/* ============================================================
   BUTTONS GLOBAL
   ============================================================ */
.elementor-button {
  transition: all 0.25s ease !important;
}

.elementor-button:hover {
  opacity: 0.88;
  transform: translateY(-1px);
}

/* ============================================================
   ZULASSUNGSBOX (Kontakt)
   ============================================================ */
.nda-zul-box {
  max-width: 640px;
  margin: 0 auto;
  text-align: left;
}

.nda-zul-box ul {
  list-style: none;
  padding: 0;
}

.nda-zul-box ul li {
  font-size: 14px;
  color: var(--nda-cream-muted);
  padding: 8px 0 8px 20px;
  border-bottom: 1px solid rgba(184,150,12,0.1);
  position: relative;
}

.nda-zul-box ul li::before {
  content: '✓';
  position: absolute;
  left: 0;
  color: var(--nda-gold);
  font-weight: 700;
}

/* ============================================================
   COUNTER WIDGET ANPASSUNG
   ============================================================ */
.elementor-counter .elementor-counter-number-wrapper {
  font-family: var(--nda-font-display) !important;
}

.elementor-counter .elementor-counter-title {
  font-family: var(--nda-font-ui) !important;
  font-size: 11px !important;
  letter-spacing: 1.5px !important;
  text-transform: uppercase !important;
  margin-top: 8px !important;
}

/* ============================================================
   RESPONSIVE – TABLET (max 1024px)
   ============================================================ */
@media (max-width: 1024px) {
  .nda-cal-row {
    flex-direction: column;
    gap: 4px;
  }
  .nda-cal-date,
  .nda-cal-name,
  .nda-cal-dur,
  .nda-cal-price,
  .nda-cal-note {
    min-width: unset;
  }
}

/* ============================================================
   RESPONSIVE – MOBILE (max 768px)
   ============================================================ */
@media (max-width: 768px) {
  .nda-badge-row {
    gap: 8px;
  }

  .nda-badge {
    font-size: 9px;
    padding: 5px 10px;
  }

  .nda-stat-num {
    font-size: 36px;
  }

  .nda-stat-label {
    font-size: 9px;
  }

  .nda-cal-group-title {
    font-size: 10px !important;
  }

  .nda-section-sub {
    font-size: 15px !important;
  }
}

/* ============================================================
   SEO: SKIP LINK (Barrierefreiheit)
   ============================================================ */
.nda-skip-link {
  position: absolute;
  top: -40px;
  left: 0;
  background: var(--nda-gold);
  color: var(--nda-navy);
  padding: 8px 16px;
  z-index: 10000;
  font-weight: 700;
  transition: top 0.2s;
}
.nda-skip-link:focus {
  top: 0;
}

/* ============================================================
   ELEMENTOR GLOBAL: Seitenbreite
   Elementor > Site Settings > Layout: Container-Breite 1320px
   ============================================================ */

/* ============================================================
   SCROLL ANKER OFFSET (falls Fixed Header vorhanden)
   ============================================================ */
html {
  scroll-padding-top: 100px;
}


