/* ============================================================
   managerberatung.com — Moderne Überarbeitungen
   ============================================================ */

/* Ungenutzte Avada-Elemente verstecken */
.fusion-youtube-flash-fix,
.fusion-header-sticky-height,
.fusion-one-page-text-link.fusion-page-load-link,
#slidingbar-area { display: none !important; }

/* ---- Typografie ----------------------------------------- */
body {
  font-size: 16px;
  line-height: 1.75;
  color: #2c3e50;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

a { transition: color 0.2s ease; }

p { margin-bottom: 1em; }

/* ---- Sticky Header (kein JS nötig) ---------------------- */
.fusion-header-wrapper {
  position: sticky !important;
  top: 0;
  z-index: 1000;
  background: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  transition: box-shadow 0.3s ease;
}

.fusion-header-wrapper.scrolled {
  box-shadow: 0 2px 16px rgba(0, 0, 0, 0.18);
}

/* ---- Navigation ----------------------------------------- */
.fusion-main-menu .fusion-menu > li > a {
  font-weight: 600;
  letter-spacing: 0.03em;
  padding-top: 0;
  padding-bottom: 0;
  border-bottom: 3px solid transparent;
  transition: color 0.2s ease, border-color 0.2s ease;
}

.fusion-main-menu .fusion-menu > li > a:hover,
.fusion-main-menu .fusion-menu > .current-menu-item > a,
.fusion-main-menu .fusion-menu > .current-page-ancestor > a {
  color: #0070c0;
  border-bottom-color: #0070c0;
}

/* ---- Mobiles Hamburger-Menü ----------------------------- */
.fusion-mobile-menu-icons a {
  color: #333;
  transition: color 0.2s ease;
}
.fusion-mobile-menu-icons a:hover { color: #0070c0; }

.fusion-mobile-nav-holder {
  display: none;
  background: #fff;
  border-top: 1px solid #e8ecf0;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
}

.fusion-mobile-nav-holder.is-open { display: block; }

.fusion-mobile-nav-holder ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.fusion-mobile-nav-holder ul li a {
  display: block;
  padding: 14px 24px;
  font-weight: 600;
  font-size: 15px;
  color: #2c3e50;
  text-decoration: none;
  border-bottom: 1px solid #f0f3f6;
  transition: background 0.15s ease, color 0.15s ease;
}

.fusion-mobile-nav-holder ul li a:hover,
.fusion-mobile-nav-holder ul li.current-menu-item > a {
  color: #0070c0;
  background: #f5f9fd;
}

/* ---- Seitentitelleiste ---------------------------------- */
.fusion-page-title-bar {
  background: linear-gradient(135deg, #f7f9fb 0%, #eaeff5 100%);
  border-bottom: 1px solid #dde4ec;
}

.fusion-page-title-captions h1 {
  font-size: 26px;
  font-weight: 700;
  letter-spacing: -0.01em;
  color: #1a2333;
}

/* ---- Trennlinien modernisieren -------------------------- */
.title-sep.sep-double {
  border-top: 2px solid #0070c0 !important;
  border-bottom: none !important;
  height: 0 !important;
  opacity: 0.5;
  margin: 6px 0 18px !important;
}

/* ---- Akkordeon ------------------------------------------ */
.fusion-panel {
  border: none !important;
  border-bottom: 1px solid #e5e9ee !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}

.panel-heading {
  background: transparent !important;
  border: none !important;
  padding: 0 !important;
}

.panel-title.toggle > a {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 14px 0;
  color: #2c3e50;
  text-decoration: none;
  font-weight: 600;
  font-size: 15px;
  transition: color 0.2s ease;
}

.panel-title.toggle > a:hover { color: #0070c0; }
.panel-title.active > a      { color: #0070c0; }

.fusion-toggle-icon-wrapper {
  flex-shrink: 0;
}

.panel-body {
  padding: 6px 0 18px 32px !important;
  color: #444;
  line-height: 1.7;
}

/* ---- Bilder -------------------------------------------- */
.fusion-imageframe img {
  border-radius: 4px;
}

/* ---- Fußzeile modernisieren ----------------------------- */
.fusion-footer-copyright-area {
  background: #1e2d40 !important;
  color: #93a3b8 !important;
  padding: 20px 30px !important;
}

.fusion-copyright-notice {
  font-size: 14px;
  line-height: 1.9;
}

.fusion-copyright-notice a {
  color: #7bbde0 !important;
  text-decoration: none;
}

.fusion-copyright-notice a:hover {
  color: #fff !important;
}

/* ---- Responsiv ------------------------------------------ */
@media (max-width: 800px) {
  body { font-size: 15px; }

  .fusion-page-title-captions h1 { font-size: 20px; }

  #main { padding-top: 16px; }
}
