.lavishly-yours-regular {
  font-family: "Lavishly Yours", cursive;
  font-weight: 400;
  font-style: normal;
}

.the-nautigal-regular {
  font-family: "The Nautigal", cursive;
  font-weight: 400;
  font-style: normal;
}

.the-nautigal-bold {
  font-family: "The Nautigal", cursive;
  font-weight: 700;
  font-style: normal;
}

body {
  margin: 0;
  padding: 10px;
  color: #2b324d !important;
  font-family: Arial, sans-serif;
}

h1 {
  color: #2b324d;
  font-weight: 700;
}

h2 {
  color: #be9e44;
  font-weight: 600;
}

h1,
h2,
h3,
p,
ul,
li {
  text-align: center;
}

img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* Globale Korrektur: h1 & h2 immer zentriert und responsive */
h1,
h2 {
  width: 100% !important; /* statt fixer 900px */
  max-width: 100% !important;
  padding: 0 !important;
  margin: 0 auto 16px auto !important; /* zentriert */
  text-align: center !important;
  box-sizing: border-box; /* wichtig für Layout */
}

.gedanken {
  font-weight: 700;
  font-size: 20px;
  padding: 5px;
  color: #be9e44;
}
.kunden-helfen {
  margin: 0;
  font-size: 1.2rem;
  color: #2b324d;
}

.kunden-helfen-anders {
  margin: 0;
  font-size: 1.2rem;
  color: #2b324d !important;
  font-weight: 700;
}

.coach-beraterin {
  margin: 0;
  font-size: 1.2rem;
  color: #2b324d;
}

.linkedin-icon,
.ig-icon {
  max-height: 39px;
  max-width: 39px;
  padding: 4px;
}

.social-media-icons {
  width: 20%;
  margin-left: 43%;
  margin-right: 30%;
  margin-top: 10px;
}

.leitsatz {
  font-weight: 400;
  font-size: 25px;
  color: #be9e44;
}

/* CTA-Button */
.btn-primary {
  background-color: #0e2769 !important;
  border-color: #0e2769 !important;
  color: #b3975a !important;
  font-size: 1.2rem;
  padding: 14px 28px;
  border-radius: 50px;
  font-weight: 700;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease;
}

.btn-primary:hover {
  background-color: #081846 !important;
  border-color: #081846 !important;
  color: #d4b878 !important;
  transform: translateY(-3px);
}

/* Leistungen */
#leistungen h2 {
  color: #0a1633;
  font-weight: 800;
  margin-bottom: 1rem;
  text-transform: uppercase;
}

#leistungen h3 {
  color: #b3975a;
  font-weight: 700;
  margin-top: 2rem;
  text-transform: uppercase;
}

#leistungen ul li {
  position: relative;
  margin-bottom: 12px;
  font-size: 1rem;
  color: #444;
}

#leistungen img {
  max-width: 600px;
  border-radius: 16px;
  box-shadow: 0 5px 12px rgba(0, 0, 0, 0.1);
}
/* Bild */
#leistungen img {
  max-width: 600px;
  margin: 20px auto;
  display: block;
  border-radius: 16px;
  box-shadow: 0 5px 12px rgba(0, 0, 0, 0.1);
}

#leistungen ul {
  list-style-type: disc !important; /* Punkte */
  list-style-position: outside;
  padding-left: 1.1rem; /* Bullet nah am Text */
  margin: 0 auto 1rem; /* Block mittig */
  max-width: 820px;
  text-align: left;
}

#leistungen ul li {
  position: static !important; /* falls vorher relativ war */
  padding-left: 0 !important; /* kein Extra-Einzug */
  margin: 0 0 10px;
  color: #444;
}
#leistungen ul,
.content-wrap ul {
  list-style: disc inside !important; /* Punkt direkt im Textfluss */
  padding-left: 0 !important; /* kein zusätzlicher Abstand */
  margin-left: 0 !important;
  text-align: left; /* bessere Lesbarkeit bei langen Zeilen */
}

#leistungen ul li,
.content-wrap ul li {
  position: static !important; /* falls zuvor relativ war */
  padding-left: 0 !important; /* kein Extra-Einzug */
  margin: 0 0 10px 0;
  color: #444;
}

/* Mobile Optimierung */
@media (max-width: 768px) {
  #leistungen h2 {
    font-size: 1.5rem;
  }
  #leistungen h3 {
    font-size: 1.1rem;
  }
  #leistungen p,
  #leistungen ul li {
    font-size: 0.95rem;
    text-align: center; /* Texte mittig auf Mobile */
  }
  #leistungen ul li {
    padding-left: 0; /* Häkchen mittig unter Text */
  }
  #leistungen ul li::before {
    position: relative;
    display: block;
    margin: 0 auto 6px auto;
    text-align: center;
  }
  #leistungen img {
    max-width: 100%;
  }
}

/* Entfernt jedes pseudo-Icon endgültig */
#leistungen ul li::before {
  content: none !important;
}

/* Mobile: leicht weniger Einzug, keine ::before-Icons */
@media (max-width: 768px) {
  #leistungen ul {
    padding-left: 0.95rem;
  }
  #leistungen ul li::before {
    content: none !important;
  }
}
/* Social Footer */
footer.social-footer {
  background-color: #f8f9fa;
  padding: 20px;
  font-family: sans-serif;
}

.social-icons {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
  margin-bottom: 15px;
}

.social-icons a {
  text-decoration: none;
  font-size: 2rem;
  transition: transform 0.2s ease;
}

.social-icons a:hover {
  transform: scale(1.2);
}

.fa-linkedin {
  color: #0a66c2;
}

.fa-instagram {
  color: #e1306c;
}

.impressum-link {
  display: inline-block;
  margin-top: 10px;
  font-size: 1rem;
  color: #333;
  text-decoration: underline;
}

/* Mobile Optimierung */
@media (max-width: 768px) {
  h1 {
    font-size: 1.5rem !important;
  }
  h2 {
    font-size: 1.2rem !important;
  }
  h3 {
    font-size: 1rem;
  }
  p,
  li {
    font-size: 0.95rem;
  }
  #leistungen img {
    max-width: 100%;
  }
}
/* Grundlayout: Inhalte mittig & besser lesbar */
.content-wrap {
  max-width: 980px;
  margin: 0 auto;
  padding: 16px;
}
.centered {
  text-align: center;
}
.spacer-sm {
  margin-top: 12px;
}
.spacer-md {
  margin-top: 24px;
}
.spacer-lg {
  margin-top: 40px;
}

/* Bilder mittig & responsiv */
.img-center {
  display: block;
  margin: 0 auto;
}
.header-sabine {
  max-width: 980px;
  width: 100%;
  height: auto;
  border-radius: 12px;
}

/* Typografie */
.content-wrap h1,
.content-wrap h2,
.content-wrap h3,
.content-wrap p {
  margin-left: auto;
  margin-right: auto;
}
.content-wrap h1 {
  font-size: 2rem;
  font-weight: 800;
}
.content-wrap h2 {
  font-size: 1.5rem;
  font-weight: 700;
}
.content-wrap h3 {
  font-size: 1.125rem;
  font-weight: 600;
}

/* Listen lesbar (links ausgerichtet), aber Block mittig */
.content-wrap ul {
  max-width: 820px;
  margin: 0 auto 1rem auto;
  text-align: left;
  line-height: 1.55;
}

/* Listen: einheitlich Punkte, nahe am Text, links ausgerichtet – Block mittig */
.content-wrap ul,
#leistungen ul {
  list-style-type: disc; /* Punkte */
  list-style-position: outside;
  padding-left: 1.1rem; /* kleiner Einzug -> Bullet nahe am Text */
  margin: 0 auto 1rem auto; /* mittig als Block */
  max-width: 820px;
  text-align: left;
  line-height: 1.55;
}
.content-wrap ul li,
#leistungen ul li {
  position: static; /* sicherstellen, dass keine ::before-Icons greifen */
  padding-left: 0; /* kein zusätzlicher Innenabstand */
  margin: 0 0 10px 0;
  color: #444;
}

/* CTA-Button – exakt deine Farben */
#cta .btn.btn-primary {
  background-color: #0e2769 !important;
  border-color: #0e2769 !important;
  color: #b3975a !important;
  font-size: 1.125rem;
  padding: 14px 28px;
  border-radius: 999px;
  font-weight: 700;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.12);
  transition: transform 0.2s ease, box-shadow 0.2s ease,
    background-color 0.2s ease;
}
#cta .btn.btn-primary:hover {
  background-color: #0b2056 !important;
  border-color: #0b2056 !important;
  color: #d9c18a !important;
  transform: translateY(-2px);
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.14);
}

/* Leistungen: goldene Akzente, Elemente mittig */
#leistungen h2 {
  color: #0a1633;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  margin-bottom: 0.75rem;
}
#leistungen h3 {
  color: #b3975a;
  text-transform: uppercase;
  margin-top: 1.75rem;
}

#leistungen .grafik {
  max-width: 640px;
  width: 100%;
  height: auto;
  border-radius: 16px;
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.1);
}

/* Leistungen: Akzente & Zentrierung */
#leistungen h2 {
  color: #0a1633;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  margin-bottom: 0.75rem;
}
#leistungen h3 {
  color: #b3975a;
  text-transform: uppercase;
  margin-top: 1.75rem;
}
#leistungen p.intro {
  max-width: 820px;
  margin: 0 auto 1rem auto;
  color: #333;
  line-height: 1.6;
  text-align: center;
}
#leistungen .grafik {
  max-width: 640px;
  width: 100%;
  height: auto;
  border-radius: 16px;
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.1);
}

/* Navbar: Menü mittig auf größeren Screens */
.navbar-nav {
  margin-left: auto;
  margin-right: auto;
}

/* Animation für die Dreiklang-Grafik auf der Startseite*/
.grafik-dreiklang {
  opacity: 0;
  transform: translateX(100px); /* Desktop: von rechts */
  transition: opacity 1s ease-out, transform 1s ease-out;
}

.grafik-dreiklang.visible {
  opacity: 1;
  transform: translateX(0);
}

/* Mobile Variante: von unten einschweben */
@media (max-width: 768px) {
  .grafik-dreiklang {
    transform: translateY(100px); /* von unten */
  }
  .grafik-dreiklang.visible {
    transform: translateY(0);
  }
}

/* Social Footer leichte Zentrier-Politur */
footer.social-footer .social-icons {
  justify-content: center;
}

/* Mobile Optimierung */
@media (max-width: 992px) {
  .content-wrap h1 {
    font-size: 1.7rem;
  }
  .content-wrap h2 {
    font-size: 1.25rem;
  }
  .content-wrap h3 {
    font-size: 1rem;
  }
}
@media (max-width: 576px) {
  /* Auf sehr kleinen Geräten noch mittiger setzen */
  .content-wrap {
    padding-left: 12px;
    padding-right: 12px;
  }
  #leistungen p.intro,
  .content-wrap p {
    text-align: center;
  }
  /* Listen auf Mobile weiterhin links (bessere Lesbarkeit) */
  .content-wrap ul {
    text-align: left;
  }
  /* Grafik volle Breite */
  #leistungen .grafik {
    max-width: 100%;
  }
}
.under-header {
  color: #0a1633;
  font-weight: 800;
  margin-bottom: 1rem;
}

/* Drei Exzellenz-Blöcke – responsiv & SEO-freundlich */
:root {
  --primary-color: #0e2769;
  --exz-border: #0e2769;
  --exz-bg: #ffffff;
  --exz-ink: #0b2056;
  --exz-radius: 18px;
}

.exz-section {
  color: var(--exz-ink);
  padding: 32px 0;
}

.exz-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 16px;
}

/* Exzellenz-Blöcke immer untereinander – auch Desktop */
.exz-grid {
  display: block;
}

.exz-card {
  margin-bottom: 32px;
}

/* Karten/Blöcke */
.exz-card {
  background: var(--exz-bg);
  border: 2px solid var(--exz-border);
  border-radius: var(--exz-radius);
  padding: 20px;
  margin-bottom: 28px; /* <-- hinzugefügt, sorgt für Abstand */
  box-shadow: 0 6px 14px rgba(14, 39, 105, 0.08);
}

.exz-card h2 {
  font-size: 1.25rem;
  line-height: 1.3;
  margin: 0 0 12px;
  color: var(--exz-border);
}

.exz-card h3 {
  font-size: 1.05rem;
  margin: 18px 0 8px;
}

.exz-card p {
  margin: 0 0 10px;
}

.exz-list {
  padding-left: 20px;
  margin: 0 0 10px;
}
.exz-list li {
  margin: 6px 0;
}

/* Lesbarkeit mobil */
@media (max-width: 480px) {
  .exz-card {
    padding: 16px;
  }
  .exz-card h2 {
    font-size: 1.15rem;
  }
}

/* Überschreibt globale fixe Breiten für H2 nur in den Exzellenz-Kacheln */
.exz-card h2 {
  width: 100% !important;
  padding: 0 !important;
  margin: 0 0 12px 0 !important;
  box-sizing: border-box;
  text-align: left; /* ODER center – dein Stil */
}

/* Mobile: etwas mehr Luft */
@media (max-width: 768px) {
  .exz-card h2 {
    font-size: 1.25rem;
    text-align: center; /* falls du es lieber mittig willst */
  }
}

/* Beispiele-Bereich in den Exzellenz-Karten */
.examples {
  margin-top: 16px;
  display: flex;
  flex-direction: column; /* Text & Button untereinander */
}

/* erstes Beispiel */
.example-primary {
  margin-bottom: 12px;
}

/* versteckte Zusatzbeispiele */
.examples-extra {
  margin-top: 12px;
}

/* Button "Weitere Beispiele" – Basis-Stil */
.examples-toggle {
  align-self: flex-end; /* Standard: rechts (Mobile-First) */
  margin-top: 12px;
  padding: 8px 18px;
  font-size: 0.95rem;
  border-radius: 999px;

  color: #b3975a !important;
  border: 2px solid #b3975a !important;
  background-color: #ffffff !important;

  cursor: pointer;
  transition: all 0.25s ease;
}

/* Hover-Effekt */
.examples-toggle:hover {
  background-color: #f7f4ee !important;
  transform: translateY(-2px);
}

/* Desktop: Button zentriert unter dem Text */
@media (min-width: 992px) {
  .examples-toggle {
    align-self: center; /* nur der Button – nicht der ganze Inhalt */
  }
}

/* Desktop: Button zentriert */
@media (min-width: 992px) {
  .examples {
    align-items: center; /* Button zentriert */
  }
}

/* SEO/Barrierefreiheit: Fokusrahmen für Sprunglinks */
.skip-to-content {
  position: absolute;
  left: -9999px;
  top: auto;
}
.skip-to-content:focus {
  left: 12px;
  top: 12px;
  background: #fff;
  padding: 8px 12px;
  border: 1px solid var(--exz-border);
  border-radius: 10px;
}

ul.gedanken-list,
ul.gedanken-list li {
  list-style: none !important; /* erzwingt das Entfernen der Bullets */
  margin: 0;
  padding: 0;
}

ul.gedanken-list li {
  margin: 6px 0; /* optional: etwas Abstand zwischen den Zeilen */
}

.thoughts-list {
  list-style: none !important;
  padding: 0;
  margin: 0 0 1rem;
}

.thoughts-list li {
  margin: 6px 0;
}

/* ===== O-Töne Slider ===== */
.ot-slider-section {
  padding: 40px 16px;
}
.ot-slider-section .centered h2 {
  margin-bottom: 18px;
}

.ot-slider {
  position: relative;
  max-width: 900px;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
}

.ot-track {
  display: flex;
  transition: transform 600ms ease;
  will-change: transform;
}

.ot-slide {
  flex: 0 0 100%;
  max-width: 100%;
  padding: 28px 24px 40px;
  display: grid;
  place-items: center;
  text-align: center;
}

.ot-quote {
  font-size: clamp(1.05rem, 2.2vw, 1.35rem);
  line-height: 1.2;
  font-weight: 500;
  color: #0f172a; /* var(--ink) falls vorhanden */
  margin: 0;
  quotes: "„" "“" "‚" "‘";
}
.ot-quote:before {
  content: open-quote;
  color: #0e2769;
  font-size: 1.6em;
  line-height: 0;
  vertical-align: -0.25em;
  margin-right: 0.1em;
}
.ot-quote:after {
  content: close-quote;
  color: #0e2769;
  font-size: 1.6em;
  line-height: 0;
  vertical-align: -0.25em;
  margin-left: 0.05em;
}

.ot-source {
  margin-top: 12px;
  color: #64748b; /* var(--muted) */
  font-size: 0.95rem;
}

/* Buttons */
.ot-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: #0e2769; /* var(--primary-color) */
  color: #fff;
  border: none;
  width: 27px;
  height: 27px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  cursor: pointer;
  box-shadow: 0 6px 16px rgba(104, 36, 122, 0.25);
  transition: transform 0.15s ease, background 0.2s ease;
}
.ot-btn:hover {
  background: #b3975a;
  transform: translateY(-50%) scale(1.05);
}
.ot-prev {
  left: 12px;
}
.ot-next {
  right: 12px;
}

/* Dots */
.ot-dots {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 12px;
  display: flex;
  gap: 8px;
  list-style: none;
  padding: 0;
  margin: 0;
}
.ot-dots button {
  width: 7px;
  height: 7px;
  border-radius: 999px;
  border: 0;
  background: #e2e8f0;
  cursor: pointer;
}
.ot-dots button[aria-selected="true"] {
  background: #be9e44;
}

/* Mobile Feinschliff */
@media (max-width: 640px) {
  .ot-btn {
    display: none;
  } /* optional: Buttons mobil ausblenden, Swipe reicht */
  .ot-slide {
    padding: 24px 18px 44px;
  }
}

/* Bewegungen respektieren */
@media (prefers-reduced-motion: reduce) {
  .ot-track {
    transition: none;
  }
}

.leistungen-header {
  color: #0a1633 !important;
  font-weight: 600 !important;
  font-size: 18px;
  margin-bottom: 1rem !important;
}

.grafik-dreiklang-leistungen {
  width: 60%; /* Bild wird 30 % kleiner dargestellt */
  height: auto; /* Seitenverhältnis bleibt erhalten */
  display: block;
  margin: 0 auto; /* zentriert es */
}

.legal-links {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  margin-top: 20px;
}

.impressum-link {
  color: var(--primary-color);
  text-decoration: none;
  font-weight: 500;
  transition: color 0.3s;
}

.impressum-link:hover {
  color: #501b5f;
  text-decoration: underline;
}

/* Über mich: Werdegang und Qualifikationen */

#werdegang {
  text-align: center;
  margin: 40px auto;
}

#werdegang h3 {
  color: var(--primary-color);
  margin-bottom: 16px;
}

#werdegang .qualifikation {
  font-size: 16px;
  margin: 6px 0;
}

.visually-hidden {
  position: absolute;
  left: -9999px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.grafik-dreiklang {
  opacity: 0;
  transform: translateX(100px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}

.grafik-dreiklang.visible {
  opacity: 1;
  transform: translateX(0);
}

@media (max-width: 768px) {
  .grafik-dreiklang {
    transform: translateY(100px);
  }
  .grafik-dreiklang.visible {
    transform: translateY(0);
  }
}
