/*
Theme Name:   H&P Malerbetrieb
Template:     hello-elementor
Description:  Child-Theme H&P Malerbetrieb – Farbe aus Meisterhand
Version:      1.6
Author:       H&P Malerbetrieb
Text Domain:  hp-malerbetrieb
*/

/* ═══════════════════════════════════════
   FARBEN
   ═══════════════════════════════════════ */
:root {
  --rot:    #af3c39;
  --rot2:   #8a2d2a;
  --blau:   #2d5f6e;
  --gold:   #976c39;
  --bg:     #f0eeec;
  --text:   #2a2a2a;
  --rand:   #d8d6d3;
  --weiss:  #ffffff;
}

/* WordPress Standard-Container Border entfernen */
.entry-content,
.entry,
.post,
.page,
.site-content,
.content-area,
.mh-page-content {
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
}

/* Elementor Block-Rahmen um Banner entfernen */
#mh-page-banner,
#mh-page-banner *,
.elementor-section,
.elementor-widget-wrap,
.elementor-element {
  outline: none !important;
  border-left: none !important;
  border-right: none !important;
}
.site-header,
.site-footer,
.elementor-location-header,
.elementor-location-footer {
  display: none !important;
}

/* ═══════════════════════════════════════
   HEADER
   ═══════════════════════════════════════ */
#mh-header {
  position: sticky;
  top: 0;
  z-index: 9999;
  background: var(--bg);
  border-bottom: 3px solid var(--rot);
  box-shadow: 0 2px 8px rgba(0,0,0,0.10);
  font-family: 'Trebuchet MS', Arial, sans-serif;
}
#mh-header * { box-sizing: border-box; margin: 0; padding: 0; }

#mh-header-main {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 40px;
  min-height: 110px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

#mh-logo-wrap {
  display: flex;
  align-items: center;
  text-decoration: none;
  flex-shrink: 0;
}
#mh-logo-wrap img {
  height: 88px;
  width: auto;
  display: block;
}

#mh-nav { display: flex; align-items: center; }
#mh-nav ul { list-style: none; display: flex; gap: 32px; }
#mh-nav ul li a {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-decoration: none;
  color: var(--text);
  padding-bottom: 4px;
  border-bottom: 2px solid transparent;
  transition: color .2s, border-color .2s;
  white-space: nowrap;
}
#mh-nav ul li a:hover,
#mh-nav ul li.current-menu-item > a,
#mh-nav ul li a.mh-active {
  color: var(--rot);
  border-bottom-color: var(--rot);
}

/* Hamburger */
#mh-toggle {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: 2px solid var(--rand);
  border-radius: 4px;
  padding: 8px 10px;
  cursor: pointer;
  flex-shrink: 0;
  transition: border-color .3s cubic-bezier(.22,1,.36,1),
              background .3s ease;
}
#mh-toggle:hover { border-color: var(--rot); }
#mh-toggle.open  { border-color: var(--rot); background: rgba(175,60,57,0.05); }
#mh-toggle span {
  display: block;
  width: 22px; height: 2px;
  background: var(--text);
  border-radius: 2px;
  transition: transform .35s cubic-bezier(.22,1,.36,1),
              opacity .25s ease,
              background .3s ease;
  transform-origin: center;
}
#mh-toggle.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); background: var(--rot); }
#mh-toggle.open span:nth-child(2) { opacity: 0; transform: scaleX(0); }
#mh-toggle.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); background: var(--rot); }

/* ═══════════════════════════════════════
   FOOTER
   ═══════════════════════════════════════ */
#mh-footer {
  font-family: 'Trebuchet MS', Arial, sans-serif;
  background: var(--weiss);
  border-top: 3px solid var(--rot);
}
#mh-footer * { box-sizing: border-box; margin: 0; padding: 0; }

#mh-footer-inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 40px 40px;
  display: grid;
  grid-template-columns: auto 1fr 1fr;
  gap: 60px;
  align-items: center;
}

#mh-footer-logo {
  display: block;
  text-decoration: none;
  flex-shrink: 0;
}
#mh-footer-logo img {
  height: 88px;
  width: auto;
  display: block;
}

.mh-fcol h4 {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--blau);
  margin-bottom: 10px;
  padding-bottom: 6px;
  border-bottom: 2px solid var(--gold);
  display: inline-block;
}
.mh-fcol p,
.mh-fcol address {
  font-size: 14px;
  color: #444;
  font-style: normal;
  line-height: 1.8;
}
.mh-fcol a {
  color: #444;
  text-decoration: none;
  transition: color .2s;
}
.mh-fcol a:hover { color: var(--rot); text-decoration: underline; }

#mh-footer-bar {
  background: var(--rot);
  padding: 16px 40px;
  text-align: center;
}
#mh-footer-bar * { box-sizing: border-box; margin: 0; padding: 0; }

.mh-footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 6px 20px;
  margin-bottom: 8px;
}
.mh-footer-links a {
  color: rgba(255,255,255,.9);
  text-decoration: none;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .04em;
  padding: 4px 8px;
  border-radius: 4px;
  transition: background .2s, color .2s;
  white-space: nowrap;
}
.mh-footer-links a:hover {
  color: #fff;
  background: rgba(255,255,255,0.15);
}

.mh-footer-copy {
  font-size: 12px;
  color: rgba(255,255,255,.65);
  letter-spacing: .05em;
}

/* ═══════════════════════════════════════
   SEITEN-BANNER
   ═══════════════════════════════════════ */
div#mh-page-banner {
  background: #f8f6f4 !important;
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
  position: relative !important;
  overflow: hidden !important;
}
div#mh-page-banner::before {
  display: none !important;
}
div#mh-page-banner-inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 36px 40px 36px 56px;
  animation: mhBannerIn .5s cubic-bezier(.22,1,.36,1) both;
}
@keyframes mhBannerIn {
  from { opacity: 0; transform: translateY(-12px); }
  to   { opacity: 1; transform: translateY(0); }
}
div#mh-page-banner h1 {
  font-family: 'Trebuchet MS', Arial, sans-serif !important;
  font-size: 30px !important;
  font-weight: 700 !important;
  color: #2a2a2a !important;
  margin: 0 0 6px 0 !important;
  padding: 0 !important;
  line-height: 1.2 !important;
  background: none !important;
  text-transform: none !important;
}
div#mh-page-banner h1::after {
  content: '';
  display: block;
  width: 48px; height: 3px;
  background: var(--gold);
  margin-top: 10px;
  border-radius: 2px;
}
div#mh-page-banner .mh-bc {
  font-size: 13px;
  color: #888;
  margin-top: 8px;
}
div#mh-page-banner .mh-bc a { color: #888; text-decoration: none; }
div#mh-page-banner .mh-bc a:hover { color: var(--rot); text-decoration: underline; }
div#mh-page-banner .mh-bc span { margin: 0 6px; opacity: .5; }

/* ═══════════════════════════════════════
   IMPRESSUM & DATENSCHUTZ
   → Separates CSS: impressum-datenschutz.css
   ═══════════════════════════════════════ */


/* ═══════════════════════════════════════
   GLOBALES CONTENT-CSS
   Gilt für alle Seiteninhalte innerhalb
   von .mh-page-content und .mh-legal-page
   ═══════════════════════════════════════ */
.mh-page-content,
.mh-legal-page {
  background: var(--bg);
  font-family: 'Trebuchet MS', Arial, sans-serif;
  color: var(--text);
  line-height: 1.7;
}
.mh-page-content > .elementor {
  max-width: none;
  margin: 0;
  padding: 0;
}
.mh-page-content > *:not(.elementor) {
  max-width: 1280px;
  margin: 0 auto;
  padding: 48px 40px 64px;
}

/* Überschriften */
.mh-page-content h2,
.mh-legal-inner h2 {
  font-size: 24px;
  font-weight: 700;
  color: var(--text);
  margin: 40px 0 16px;
}
.mh-page-content h2:first-child,
.mh-legal-inner h2:first-child {
  margin-top: 0;
}
.mh-page-content h3,
.mh-legal-inner h3 {
  font-size: 19px;
  font-weight: 700;
  color: var(--blau);
  margin: 32px 0 12px;
}
.mh-page-content h4,
.mh-legal-inner h4 {
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--blau);
  margin: 24px 0 8px;
}

/* Absätze */
.mh-page-content p,
.mh-legal-inner p {
  font-size: 15px;
  color: #444;
  line-height: 1.8;
  margin: 0 0 16px;
}

/* Links im Content */
.mh-page-content a:not(.elementor-button),
.mh-legal-inner a {
  color: var(--blau);
  text-decoration: underline;
  text-underline-offset: 2px;
  transition: color .2s;
}
.mh-page-content a:not(.elementor-button):hover,
.mh-legal-inner a:hover {
  color: var(--rot);
}

/* Listen */
.mh-page-content ul,
.mh-page-content ol,
.mh-legal-inner ul,
.mh-legal-inner ol {
  margin: 0 0 20px 0;
  padding-left: 24px;
  font-size: 15px;
  color: #444;
  line-height: 1.8;
}
.mh-page-content li,
.mh-legal-inner li {
  margin-bottom: 6px;
  padding-left: 4px;
}
.mh-page-content ul li::marker {
  color: var(--rot);
}
.mh-page-content ol li::marker {
  color: var(--blau);
  font-weight: 700;
}

/* Bilder im Content – Vollbild respektieren */
.mh-page-content img {
  max-width: 100%;
  height: auto;
}

/* Blockquotes */
.mh-page-content blockquote,
.mh-legal-inner blockquote {
  margin: 24px 0;
  padding: 20px 24px 20px 28px;
  border-left: 4px solid var(--gold);
  background: rgba(151,108,57,0.05);
  border-radius: 0 8px 8px 0;
  font-size: 15px;
  font-style: italic;
  color: #555;
}

/* Tabellen */
.mh-page-content table,
.mh-legal-inner table {
  width: 100%;
  border-collapse: collapse;
  margin: 24px 0;
  font-size: 14px;
}
.mh-page-content th,
.mh-legal-inner th {
  background: var(--blau);
  color: #fff;
  font-weight: 700;
  text-align: left;
  padding: 12px 16px;
  font-size: 13px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.mh-page-content td,
.mh-legal-inner td {
  padding: 10px 16px;
  border-bottom: 1px solid var(--rand);
  color: #444;
}
.mh-page-content tr:hover td,
.mh-legal-inner tr:hover td {
  background: rgba(45,95,110,0.03);
}

/* Horizontale Linie */
.mh-page-content hr,
.mh-legal-inner hr {
  border: none;
  height: 2px;
  background: var(--rand);
  margin: 36px 0;
}

/* Strong / Bold */
.mh-page-content strong,
.mh-legal-inner strong {
  font-weight: 700;
  color: var(--text);
}

/* Legal-Seiten (Impressum, Datenschutz) */
.mh-legal-page {
  padding: 0;
}
.mh-legal-inner {
  max-width: 860px;
  margin: 0 auto;
  padding: 48px 40px 64px;
}

/* Elementor-Overrides für Content-Seiten */
.mh-page-content .elementor-heading-title {
  font-family: 'Trebuchet MS', Arial, sans-serif !important;
}
.mh-page-content .elementor-widget-text-editor {
  font-size: 15px;
  line-height: 1.8;
  color: #444;
}


/* ═══════════════════════════════════════
   KONTAKTSEITE
   ═══════════════════════════════════════ */
.mh-kontakt-page {
  background: var(--bg);
  font-family: 'Trebuchet MS', Arial, sans-serif;
}
.mh-kontakt-inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 48px 40px 64px;
}

/* Intro */
.mh-kontakt-intro {
  text-align: center;
  margin-bottom: 44px;
}
.mh-kontakt-intro h2 {
  font-size: 26px;
  font-weight: 700;
  color: var(--text);
  margin-bottom: 10px;
}
.mh-kontakt-intro p {
  font-size: 15px;
  color: #666;
  max-width: 560px;
  margin: 0 auto;
  line-height: 1.6;
}

/* Grid: Formular + Sidebar */
.mh-kontakt-grid {
  display: grid;
  grid-template-columns: 1fr 320px;
  gap: 48px;
  align-items: start;
}

/* ── Formular ───────────────────── */
.mh-kontakt-form-wrap {
  background: var(--weiss);
  border-radius: 10px;
  padding: 36px 40px 40px;
  box-shadow: 0 2px 12px rgba(0,0,0,0.06);
  border: 1px solid var(--rand);
}

.mh-form-section-label {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--blau);
  margin: 28px 0 16px;
  padding-bottom: 8px;
  border-bottom: 2px solid var(--gold);
  display: inline-block;
}
.mh-form-section-label:first-child {
  margin-top: 0;
}

.mh-form-row {
  margin-bottom: 18px;
}
.mh-form-row-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

.mh-field label {
  display: block;
  font-size: 13px;
  font-weight: 600;
  color: var(--text);
  margin-bottom: 5px;
}
.mh-field label .mh-optional {
  font-weight: 400;
  color: #999;
  font-size: 12px;
}

.mh-field input[type="text"],
.mh-field input[type="email"],
.mh-field input[type="tel"],
.mh-field select,
.mh-field textarea {
  width: 100%;
  padding: 11px 14px;
  font-size: 14px;
  font-family: 'Trebuchet MS', Arial, sans-serif;
  color: var(--text);
  background: #fafaf9;
  border: 1.5px solid var(--rand);
  border-radius: 6px;
  outline: none;
  transition: border-color .2s, box-shadow .2s, background .2s;
  -webkit-appearance: none;
}
.mh-field input:focus,
.mh-field select:focus,
.mh-field textarea:focus {
  border-color: var(--blau);
  background: #fff;
  box-shadow: 0 0 0 3px rgba(45,95,110,0.1);
}
.mh-field input::placeholder,
.mh-field textarea::placeholder {
  color: #bbb;
}
.mh-field select {
  cursor: pointer;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='%23888' viewBox='0 0 16 16'%3E%3Cpath d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 14px center;
  padding-right: 36px;
}
.mh-field textarea {
  resize: vertical;
  min-height: 120px;
}

/* Checkbox */
.mh-checkbox-label {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 13px;
  color: #555;
  line-height: 1.5;
  cursor: pointer;
}
.mh-checkbox-label input[type="checkbox"] {
  margin-top: 3px;
  flex-shrink: 0;
  accent-color: var(--blau);
  width: 16px;
  height: 16px;
}
.mh-checkbox-label a {
  color: var(--blau);
  text-decoration: underline;
}
.mh-checkbox-label a:hover { color: var(--rot); }

/* Submit */
.mh-btn-submit {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 36px;
  font-size: 14px;
  font-weight: 700;
  font-family: 'Trebuchet MS', Arial, sans-serif;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--weiss);
  background: var(--rot);
  border: none;
  border-radius: 6px;
  cursor: pointer;
  transition: background .25s, transform .2s, box-shadow .25s;
  box-shadow: 0 3px 12px rgba(175,60,57,0.25);
}
.mh-btn-submit:hover {
  background: var(--rot2);
  transform: translateY(-1px);
  box-shadow: 0 5px 18px rgba(175,60,57,0.35);
}
.mh-btn-submit:active {
  transform: translateY(0);
}

.mh-form-hint {
  font-size: 12px;
  color: #999;
  margin-top: 14px;
}

/* Erfolgsmeldung */
.mh-form-success {
  text-align: center;
  padding: 48px 24px;
}
.mh-form-success svg {
  margin-bottom: 16px;
}
.mh-form-success h3 {
  font-size: 22px;
  font-weight: 700;
  color: var(--blau);
  margin-bottom: 10px;
}
.mh-form-success p {
  font-size: 15px;
  color: #555;
  line-height: 1.6;
  max-width: 400px;
  margin: 0 auto;
}

/* Fehlermeldung */
.mh-form-error {
  background: #fdf2f2;
  border: 1px solid #e8bfbf;
  color: var(--rot);
  padding: 12px 18px;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 20px;
}

/* ── Sidebar ────────────────────── */
.mh-kontakt-sidebar {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.mh-kontakt-card {
  background: var(--weiss);
  border-radius: 10px;
  padding: 24px;
  border: 1px solid var(--rand);
  box-shadow: 0 2px 8px rgba(0,0,0,0.04);
  transition: box-shadow .25s, transform .25s;
}
.mh-kontakt-card:hover {
  box-shadow: 0 4px 16px rgba(0,0,0,0.08);
  transform: translateY(-2px);
}
.mh-kontakt-card-accent {
  background: var(--blau);
  border-color: var(--blau);
}
.mh-kontakt-card-accent h4,
.mh-kontakt-card-accent p {
  color: rgba(255,255,255,.92) !important;
}
.mh-kontakt-card-accent .mh-kontakt-card-icon {
  background: rgba(255,255,255,0.15);
  color: #fff;
}

.mh-kontakt-card-icon {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: rgba(45,95,110,0.08);
  color: var(--blau);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
}

.mh-kontakt-card h4 {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--blau);
  margin-bottom: 10px;
}
.mh-kontakt-card p {
  font-size: 14px;
  color: #444;
  line-height: 1.7;
  margin-bottom: 8px;
}
.mh-kontakt-card p:last-child { margin-bottom: 0; }
.mh-kontakt-card a {
  color: #444;
  text-decoration: none;
  transition: color .2s;
}
.mh-kontakt-card a:hover { color: var(--rot); }
#mh-fab-wrap {
  position: fixed;
  bottom: 28px; right: 28px;
  z-index: 99999;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 10px;
  pointer-events: none;
}
#mh-fab-wrap * { box-sizing: border-box; }
#mh-fab-btn,
#mh-fab-options.open .mh-fab-opt {
  pointer-events: auto;
}

#mh-fab-options {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 10px;
  pointer-events: none;
}

.mh-fab-opt {
  display: flex;
  align-items: center;
  gap: 14px;
  background: var(--weiss);
  border-radius: 32px;
  box-shadow: 0 3px 12px rgba(0,0,0,0.12);
  padding: 10px 10px 10px 20px;
  text-decoration: none;
  white-space: nowrap;
  opacity: 0;
  transform: translateY(12px) translateX(8px) scale(0.95);
  transition: opacity .35s cubic-bezier(.22,1,.36,1),
              transform .35s cubic-bezier(.22,1,.36,1),
              box-shadow .25s ease;
}
.mh-fab-opt:nth-child(1) { transition-delay: 0s; }
.mh-fab-opt:nth-child(2) { transition-delay: 0s; }
.mh-fab-opt:nth-child(3) { transition-delay: 0s; }

#mh-fab-options.open .mh-fab-opt {
  opacity: 1;
  transform: translateY(0) translateX(0) scale(1);
}
#mh-fab-options.open .mh-fab-opt:nth-child(3) { transition-delay: .04s; }
#mh-fab-options.open .mh-fab-opt:nth-child(2) { transition-delay: .09s; }
#mh-fab-options.open .mh-fab-opt:nth-child(1) { transition-delay: .14s; }

.mh-fab-opt:hover {
  transform: translateX(-4px) scale(1.02);
  box-shadow: 0 6px 20px rgba(45,95,110,0.22);
}
.mh-fab-opt-label {
  font-family: 'Trebuchet MS', Arial, sans-serif;
  font-size: 13px;
  font-weight: 400;
  color: var(--text);
  line-height: 1.4;
}
.mh-fab-opt-label strong {
  display: block;
  font-size: 12px;
  font-weight: 700;
  color: var(--blau);
  letter-spacing: 0.03em;
}
.mh-fab-opt-icon {
  width: 38px; height: 38px;
  border-radius: 50%;
  background: var(--blau);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

#mh-fab-btn {
  width: 56px; height: 56px;
  border-radius: 50%;
  background: var(--blau);
  color: #fff;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 16px rgba(0,40,80,0.45);
  transition: background .3s cubic-bezier(.22,1,.36,1),
              transform .3s cubic-bezier(.22,1,.36,1),
              box-shadow .3s ease;
}
#mh-fab-btn:hover { background: var(--gold); transform: scale(1.08); }
#mh-fab-btn.open  {
  background: var(--gold);
  box-shadow: 0 4px 16px rgba(151,108,57,0.45);
  transform: rotate(90deg);
}

/* ═══════════════════════════════════════
   RESPONSIVE – Tablet (≤900px)
   ═══════════════════════════════════════ */
@media (max-width: 900px) {
  #mh-header-main { padding: 0 24px; min-height: 90px; }
  #mh-logo-wrap img { height: 72px; }
  #mh-toggle { display: flex; }

  #mh-nav {
    position: absolute;
    top: 100%; left: 0; width: 100%;
    background: var(--bg);
    border-top: 3px solid var(--rot);
    box-shadow: 0 8px 24px rgba(0,0,0,0.14);
    max-height: 0;
    overflow: hidden;
    transition: max-height .4s cubic-bezier(.22,1,.36,1);
  }
  #mh-nav.open { max-height: 500px; }

  #mh-nav ul {
    flex-direction: column;
    gap: 0;
    padding: 8px 0 12px;
    width: 100%;
  }

  #mh-nav ul li {
    width: 100%;
    border-bottom: 1px solid var(--rand);
    opacity: 0;
    transform: translateY(-8px);
    transition: opacity .3s cubic-bezier(.22,1,.36,1),
                transform .3s cubic-bezier(.22,1,.36,1);
  }
  #mh-nav.open ul li {
    opacity: 1;
    transform: translateY(0);
  }
  #mh-nav.open ul li:nth-child(1) { transition-delay: .04s; }
  #mh-nav.open ul li:nth-child(2) { transition-delay: .08s; }
  #mh-nav.open ul li:nth-child(3) { transition-delay: .12s; }
  #mh-nav.open ul li:nth-child(4) { transition-delay: .16s; }
  #mh-nav.open ul li:nth-child(5) { transition-delay: .20s; }
  #mh-nav ul li:last-child { border-bottom: none; }

  #mh-nav ul li a {
    display: block;
    width: 100%;
    padding: 15px 24px;
    text-align: center;
    font-size: 14px;
    letter-spacing: 0.1em;
    border-bottom: none !important;
    transition: background .25s cubic-bezier(.22,1,.36,1),
                color .25s ease,
                padding-left .25s ease;
  }

  #mh-nav ul li a:hover,
  #mh-nav ul li.current-menu-item > a,
  #mh-nav ul li a.mh-active {
    background: rgba(175,60,57,0.06);
    color: var(--rot);
    border-left: none !important;
    padding-left: 24px !important;
  }

  #mh-footer-inner { grid-template-columns: 1fr 1fr; gap: 28px; padding: 32px 24px; }
  #mh-footer-logo { grid-column: 1 / -1; }
  #mh-footer-logo img { height: 72px; }
  #mh-footer-bar { padding: 14px 24px; }
  .mh-footer-links { gap: 4px 14px; }
  .mh-footer-links a { font-size: 12px; padding: 6px 10px; }

  div#mh-page-banner-inner { padding: 26px 24px 26px 36px; }
  div#mh-page-banner h1 { font-size: 24px !important; }

  .mh-legal-inner { padding: 36px 24px; }
  .mh-legal-page { padding: 0; }

  /* Globales Content */
  .mh-page-content > .elementor { padding: 0; }
  .mh-page-content > *:not(.elementor) { padding: 36px 24px 48px; }
  .mh-page-content h2, .mh-legal-inner h2 { font-size: 21px; }
  .mh-page-content h3, .mh-legal-inner h3 { font-size: 17px; }

  /* Kontaktseite */
  .mh-kontakt-inner { padding: 36px 24px 48px; }
  .mh-kontakt-grid { grid-template-columns: 1fr; gap: 32px; }
  .mh-kontakt-sidebar { flex-direction: row; flex-wrap: wrap; gap: 14px; }
  .mh-kontakt-sidebar .mh-kontakt-card { flex: 1 1 220px; }
  .mh-kontakt-form-wrap { padding: 28px 24px 32px; }
}

/* ═══════════════════════════════════════
   RESPONSIVE – Handy (≤600px)
   ═══════════════════════════════════════ */
@media (max-width: 600px) {
  #mh-header-main { padding: 0 16px; min-height: 78px; }
  #mh-logo-wrap img { height: 60px; }

  #mh-nav ul li a {
    padding: 16px 16px;
    font-size: 13px;
  }

  #mh-footer-inner { grid-template-columns: 1fr; gap: 22px; padding: 26px 16px; }
  #mh-footer-logo img { height: 60px; }
  #mh-footer-bar { padding: 12px 16px; }
  .mh-footer-links { gap: 4px 10px; }
  .mh-footer-links a { font-size: 12px; padding: 8px 10px; }
  .mh-footer-copy { font-size: 11px; }

  div#mh-page-banner-inner { padding: 20px 16px 20px 26px; }
  div#mh-page-banner h1 { font-size: 20px !important; }

  .mh-legal-inner { padding: 26px 16px; }
  .mh-legal-page { padding: 0; }

  /* Globales Content */
  .mh-page-content > .elementor { padding: 0; }
  .mh-page-content > *:not(.elementor) { padding: 26px 16px 40px; }
  .mh-page-content h2, .mh-legal-inner h2 { font-size: 19px; margin: 28px 0 12px; }
  .mh-page-content h3, .mh-legal-inner h3 { font-size: 16px; }
  .mh-page-content p, .mh-legal-inner p { font-size: 14px; }

  /* Kontaktseite */
  .mh-kontakt-inner { padding: 28px 16px 40px; }
  .mh-kontakt-intro h2 { font-size: 20px; }
  .mh-kontakt-intro { margin-bottom: 28px; }
  .mh-form-row-2 { grid-template-columns: 1fr; gap: 14px; }
  .mh-kontakt-form-wrap { padding: 22px 18px 28px; }
  .mh-kontakt-sidebar { flex-direction: column; }
  .mh-btn-submit { width: 100%; justify-content: center; }

  #mh-fab-wrap { bottom: 20px; right: 16px; }
  #mh-fab-btn { width: 50px; height: 50px; }
  .mh-fab-opt-label { font-size: 12px; }
}
