/*
Theme / Projekt: Praxis Bohn
Datei: style.css
Fonts: Lato (lokal eingebunden)
*/

/* --------------------------------------------------
Include Font: Lato (lokal)
-------------------------------------------------- */

/* Thin */
@font-face {
  font-family: 'Lato';
  src: url('fonts/Lato-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Lato';
  src: url('fonts/Lato-ThinItalic.ttf') format('truetype');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}

/* Light */
@font-face {
  font-family: 'Lato';
  src: url('fonts/Lato-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Lato';
  src: url('fonts/Lato-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

/* Regular */
@font-face {
  font-family: 'Lato';
  src: url('fonts/Lato-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Lato';
  src: url('fonts/Lato-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

/* Bold */
@font-face {
  font-family: 'Lato';
  src: url('fonts/Lato-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Lato';
  src: url('fonts/Lato-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

/* Black */
@font-face {
  font-family: 'Lato';
  src: url('fonts/Lato-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Lato';
  src: url('fonts/Lato-BlackItalic.ttf') format('truetype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

/* --------------------------------------------------
CSS Variables (deine Root-Variablen)
-------------------------------------------------- */

:root {
  /* Primär */
  --color-schwarz: #3C3C3B;
  --color-hellblau: #7A91A4;
  --color-beige: #BDBBB4;

  /* Sekundär */
  --color-dunkelblau: #576A83;
  --color-orange: #CD8C61;


  --color-weiss: #FFFFFF;
  --c-bg-soft: #EEF1F3; /* helle Flächen */
  --c-border: rgba(60, 60, 59, 0.14);

  --radius: 14px;
  --shadow: 0 8px 24px rgba(0, 0, 0, 0.08);

  --max: 1140px;
  --gap: clamp(16px, 2vw, 28px);
}

/* --------------------------------------------------
Reset / Basics
-------------------------------------------------- */

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-size: 100%; /* 16px */
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  line-height: 1.6;
  color: var(--color-schwarz);
  background: rgba(122, 145, 164, 0.05);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  font-size: 1.25rem; /* Desktop: 20px */
}

/* Tablet und kleiner */
@media (max-width: 991.98px) {
  body { 
	font-size: 1.125rem; /* 18px*/
	background:#FFFFFF;
	} 
}

/* Mobile */
@media (max-width: 575.98px) {
  body { font-size: 1.125rem; } /* 18px */
}

img,
svg,
video {
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
textarea:focus-visible,
select:focus-visible {
  outline: 3px solid color-mix(in srgb, var(--color-orange) 45%, white);
  outline-offset: 2px;
  border-radius: 6px;
}

.container-shadow--soft {
  /*box-shadow: 0 4px 8px rgba(0, 0, 0, 0.06);*/
}

@media (max-width: 991.98px) {
	.container-shadow--soft {
		box-shadow: none;
	}
}
	
.mobile-break {
  white-space: nowrap;
}

@media (max-width: 575.98px) {
  .mobile-break {
    display: block;
    margin: 0.1em 0;
  }
}


.gap-introline {
	gap:7rem;
}


@media (max-width: 991.98px) {
	.gap-introline {
		gap:2rem;
	}
}


.cmplz-documents.cmplz-links ul li::before {
	content:none !important;
}


/* --------------------------------------------------
Typografie – Praxis Bohn (Lato als Ersatz für Avenir)
-------------------------------------------------- */

p {
  margin: 0 0 1em;
}

strong {
  font-weight: 700;
	color: var(--color-dunkelblau);

}

em {
  font-style: italic;
}

.small,
small,
.text-small {
  font-size: 1.125rem;
}

ul {
  padding-left: 0;
  margin-left: 0;
}

ul li {
  position: relative;
  padding-left: 1.6em;
  margin-bottom: 0.55em;
  list-style: none;
  line-height: 1.45;
}

/* Bullet */
ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.6em;
  width: 6px;
  height: 6px;
  background-color: var(--color-orange); /* oder #CD8C61 */
  border-radius: 50%;
}

.text-muted {
  color: var(--color-dunkelblau);
}

.text-light {
  font-weight: 300;
}

.text-bold {
  font-weight: 700;
}

.text-black {
  font-weight: 900;
}

/* Eyebrow / Overline (kleiner Label-Text über Headlines) */
.eyebrow {
  display: inline-block;
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--color-dunkelblau);
  margin: 0 0 0.75em;
}

/* Lead-Text (Einleitung) */
.lead {
  font-size: 1.125rem;
  line-height: 1.75;
  max-width: 70ch;
}

.bi  {
  color: var(--color-orange);
}

/* Margin all */
.m-6 { margin: 3.5rem !important; }
.m-7 { margin: 4rem !important; }
.m-8 { margin: 4.5rem !important; }
.m-9 { margin: 5rem !important; }

/* Margin top */
.mt-6 { margin-top: 3.5rem !important; }
.mt-7 { margin-top: 4rem !important; }
.mt-8 { margin-top: 4.5rem !important; }
.mt-9 { margin-top: 5rem !important; }

/* Margin bottom */
.mb-6 { margin-bottom: 3.5rem !important; }
.mb-7 { margin-bottom: 4rem !important; }
.mb-8 { margin-bottom: 4.5rem !important; }
.mb-9 { margin-bottom: 5rem !important; }

/* Margin start (left) */
.ms-6 { margin-left: 3.5rem !important; }
.ms-7 { margin-left: 4rem !important; }
.ms-8 { margin-left: 4.5rem !important; }
.ms-9 { margin-left: 5rem !important; }

/* Margin end (right) */
.me-6 { margin-right: 3.5rem !important; }
.me-7 { margin-right: 4rem !important; }
.me-8 { margin-right: 4.5rem !important; }
.me-9 { margin-right: 5rem !important; }

/* Margin x */
.mx-6 { margin-left: 3.5rem !important; margin-right: 3.5rem !important; }
.mx-7 { margin-left: 4rem !important; margin-right: 4rem !important; }
.mx-8 { margin-left: 4.5rem !important; margin-right: 4.5rem !important; }
.mx-9 { margin-left: 5rem !important; margin-right: 5rem !important; }

/* Margin y */
.my-6 { margin-top: 3.5rem !important; margin-bottom: 3.5rem !important; }
.my-7 { margin-top: 4rem !important; margin-bottom: 4rem !important; }
.my-8 { margin-top: 4.5rem !important; margin-bottom: 4.5rem !important; }
.my-9 { margin-top: 5rem !important; margin-bottom: 5rem !important; }


/* Padding all */
.p-6 { padding: 3.5rem !important; }
.p-7 { padding: 4rem !important; }
.p-8 { padding: 4.5rem !important; }
.p-9 { padding: 5rem !important; }

/* Padding top */
.pt-6 { padding-top: 3.5rem !important; }
.pt-7 { padding-top: 4rem !important; }
.pt-8 { padding-top: 4.5rem !important; }
.pt-9 { padding-top: 5rem !important; }

/* Padding bottom */
.pb-6 { padding-bottom: 3.5rem !important; }
.pb-7 { padding-bottom: 4rem !important; }
.pb-8 { padding-bottom: 4.5rem !important; }
.pb-9 { padding-bottom: 5rem !important; }

/* Padding start */
.ps-6 { padding-left: 3.5rem !important; }
.ps-7 { padding-left: 4rem !important; }
.ps-8 { padding-left: 4.5rem !important; }
.ps-9 { padding-left: 5rem !important; }

/* Padding end */
.pe-6 { padding-right: 3.5rem !important; }
.pe-7 { padding-right: 4rem !important; }
.pe-8 { padding-right: 4.5rem !important; }
.pe-9 { padding-right: 5rem !important; }

/* Padding x */
.px-6 { padding-left: 3.5rem !important; padding-right: 3.5rem !important; }
.px-7 { padding-left: 4rem !important; padding-right: 4rem !important; }
.px-8 { padding-left: 4.5rem !important; padding-right: 4.5rem !important; }
.px-9 { padding-left: 5rem !important; padding-right: 5rem !important; }

/* Padding y */
.py-6 { padding-top: 3.5rem !important; padding-bottom: 3.5rem !important; }
.py-7 { padding-top: 4rem !important; padding-bottom: 4rem !important; }
.py-8 { padding-top: 4.5rem !important; padding-bottom: 4.5rem !important; }
.py-9 { padding-top: 5rem !important; padding-bottom: 5rem !important; }


.pb-lg-6 { padding-bottom: 3.5rem !important; }
.pb-lg-7 { padding-bottom: 4rem !important; }
.pb-lg-8 { padding-bottom: 4.5rem !important; }
.pb-lg-9 { padding-bottom: 5rem !important; }
.pt-lg-6 { padding-top: 3.5rem !important; }
.pt-lg-7 { padding-top: 4rem !important; }
.pt-lg-8 { padding-top: 4.5rem !important; }
.pt-lg-9 { padding-top: 5rem !important; }  



/* --------------------------------------------------
Headlines H1–H6 (auf dein Layout abgestimmt)
-------------------------------------------------- */

h1, h2, h3, h4, h5, h6 {
  font-family: 'Lato', sans-serif;
  color: var(--color-schwarz);
  line-height: 1.2;
  margin: 0 0 0.6em;
}

/* Hero / Seitentitel */
h1 {
  font-size: 2.5rem;
  font-weight: 900;
  letter-spacing: 0.01em;
  margin-bottom: 1.2rem;
}

/* Abschnittstitel */
h2 {
  font-size: 1.875rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  margin-bottom: 1rem;
}

/* Abschnittstitel */
.text-h2 {
  font-size: 1.875rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  margin-bottom: 1rem;
}


.text-h3 {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 0.75rem;
}


/* Cards / Spaltenüberschriften (Sprechzeiten, Kontakt, Allgemeinmedizin, Neurologie) */
h3 {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 0.75rem;
}

/* Unterpunkte */
h4 {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 0.5rem;
}

/* Labels / Meta-Headlines */
h5 {
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
  color: var(--color-dunkelblau);
}

/* Sehr kleine Meta-Texte */
h6 {
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--color-dunkelblau);
}

/* --------------------------------------------------
Links (CD-Style: ruhig + Orange nur als Unterstreichung)
-------------------------------------------------- */

a {
  text-decoration: underline;
  text-decoration-color: var(--color-orange);
  text-underline-offset: 0.15em;
  text-decoration-thickness: 2px;
  transition: color 180ms ease, text-decoration-color 180ms ease;
}

a:hover {
  color: var(--color-orange);
  text-decoration-color: var(--color-orange);
}

/* --------------------------------------------------
Listen (Leistungslisten mit Pfeil/Marker in Orange)
-------------------------------------------------- */

ul, ol {
  margin: 0 0 1.25em;
  padding: 0;
}

ul {
  list-style: none;
}

ul li {
  position: relative;
  padding-left: 1.4em;
  margin-bottom: 0.55em;
}


/* Wenn du klassische ULs (Bulletpoints) brauchst: Klasse nutzen */
.ul-bullets {
  list-style: disc;
  margin-left: 1.25em;
}
.ul-bullets li {
  padding-left: 0;
}
.ul-bullets li::before {
  content: none;
}

/* --------------------------------------------------
Buttons / CTAs (WordPress & Custom)
-------------------------------------------------- */


/* Primary Button – PraxisBohn */
.primary-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  padding: 1.25rem 2.25rem;
  border-radius: 999px;

  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;

  color: var(--color-dunkelblau);
  background-color: transparent;
  border: 2px solid var(--color-dunkelblau);

  text-decoration: none;
  transition: all 0.25s ease;
}

/* Hover / Focus */
.primary-button:hover,
.primary-button:focus {
  color: #ffffff;
  background-color: var(--color-dunkelblau);
  border-color: var(--color-dunkelblau);
  text-decoration: none;
  opacity: 0.85;
  transform: translateY(1px);	
}

/* Optional: leichter Fokus für Accessibility */
.primary-button:focus-visible {
  outline: none;
  box-shadow: 0 0 0 3px rgba(95, 111, 140, 0.25);
}



/* Hero / Invertierte Primary Buttons */
.primary-button--hero {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;

  padding: 1.25rem 2.25rem;
  border-radius: 999px;

  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;

  background-color: transparent;
  border: none;
  color: var(--color-weiss);

  text-decoration: none;
  transition: opacity 0.25s ease, transform 0.25s ease;
	white-space:nowrap;
}

.primary-button--hero:hover {
	transform: translateY(1px);
	background-color:var(--color-orange);

}

/* SVG-Icon im Hero-Button */
.primary-button--hero svg {
  width: auto;
  height: 40px;
  flex-shrink: 0;
}

.primary-button--hero svg path {
  fill: var(--color-weiss);
}

.primary-button--hero:hover svg path {
  fill: var(--color-weiss);
}



/* AUF WEISS*/
.primary-button--hero-negativ {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;

  padding: 1.25rem 2.25rem;
  border-radius: 999px;

  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;

  background-color: transparent;
  border: none;
  color: var(--color-schwarz);

  text-decoration: none;
  transition: opacity 0.25s ease, transform 0.25s ease;
	white-space:nowrap;
}

.primary-button--hero-negativ:hover {
	transform: translateY(1px);
	background-color:var(--color-orange);

}

/* SVG-Icon im Hero-Button */
.primary-button--hero-negativ svg {
  width: auto;
  height: 40px;
  flex-shrink: 0;
}

.primary-button--hero-negativ svg path {
  fill: var(--color-orange);
}

.primary-button--hero-negativ:hover svg path {
  fill: var(--color-weiss);
}





button,
input[type="button"],
.wp-block-button__link,
.button {
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  font-size: 0.9rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;

  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5em;

  padding: 0.9em 1.3em;
  border-radius: 999px;
  border: 2px solid color-mix(in srgb, var(--color-hellblau) 55%, white);
  background: transparent;
  color: var(--color-schwarz);
  cursor: pointer;
  transition: transform 120ms ease, background 180ms ease, border-color 180ms ease, color 180ms ease;
}

button:hover,
input[type="button"]:hover,
.wp-block-button__link:hover,
.button:hover {
  border-color: var(--color-orange);
  color: var(--color-orange);
  transform: translateY(-1px);
}

button:active,
input[type="submit"]:active,
input[type="button"]:active,
.wp-block-button__link:active,
.button:active {
  transform: translateY(0);
}

/* Primärer Button (z. B. “Online Termin buchen”) */
.button--primary,
.wp-block-button.is-style-fill .wp-block-button__link {
  background: var(--color-orange);
  border-color: var(--color-orange);
  color: #fff;
  text-decoration: none;
}

.button--primary:hover,
.wp-block-button.is-style-fill .wp-block-button__link:hover {
  background: color-mix(in srgb, var(--color-orange) 88%, black);
  border-color: color-mix(in srgb, var(--color-orange) 88%, black);
  color: #fff;
}

/* --------------------------------------------------
Forms (Contact Form 7 / Standard-Inputs)
-------------------------------------------------- */

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="url"],
input[type="search"],
input[type="password"],
textarea,
select {
  width: 100%;
  font-family: 'Lato', sans-serif;
  font-size: 1rem;
  line-height: 1.5;

  padding: 0.85em 1em;
  border-radius: 12px;
  border: 1px solid var(--c-border);
  background: #fff;
  color: var(--color-schwarz);

  transition: border-color 180ms ease, box-shadow 180ms ease;
}

.wpcf7 input[type="file"] {
    cursor: pointer;
    border: none;
}


textarea {
  min-height: 140px;
  resize: vertical;
}

input:focus,
textarea:focus,
select:focus {
  border-color: color-mix(in srgb, var(--color-orange) 55%, white);
  box-shadow: 0 0 0 4px color-mix(in srgb, var(--color-orange) 18%, white);
}

/* Labels */
label {
  display: inline-block;
  margin: 0 0 0.35em;
  font-weight: 600;
  color: var(--color-schwarz);
}

/* CF7: Fehlermeldungen */
.wpcf7-not-valid-tip {
  color: #b00020;
  font-size: 0.875rem;
  margin-top: 0.35em;
}
.wpcf7 form .wpcf7-response-output {
  border-radius: 12px;
  padding: 0.85em 1em;
  margin: 1em 0 0;
}

/* großer ovaler Button wie im Layout */
.cf7-submit-pill{
  border-width: 2px;
  border-radius: 999px;
  padding: 18px 64px;
  font-weight: 600;
  letter-spacing: 0.04em;
}

/* optional: Inputs etwas höher wie im Beispiel */
.wpcf7-form .form-control,
.wpcf7-form .form-select{
  min-height: 52px;
  border-radius: 10px;
}

/* CF7 / Bootstrap Select – Pfeil wie im Design */
.wpcf7-form select.form-select,
.wpcf7-form select.form-control { /* falls du teils form-control nutzt */
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;

  padding-right: 3.25rem; /* Platz für Pfeil */
  background-repeat: no-repeat;
  background-position: right 1.25rem center;
  background-size: 14px 10px;

  /* eigener kleiner Chevron (orange) */
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='10' viewBox='0 0 14 10'%3E%3Cpath d='M1 1l6 6 6-6' fill='none' stroke='%23CD8C61' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

/* optional: wenn du lieber deine CSS-Variable willst (funktioniert nicht im data-uri) 
   -> dann nimm stattdessen Filter-Ansatz oder eine echte SVG-Datei. */


/* --------------------------------------------------
Cards / Boxen (z. B. Sprechzeiten/Kontakt-Spalte)
-------------------------------------------------- */
.section-divider {
  width: 100%;
  height: 3rem;
  background: linear-gradient(  to right,  var(--color-hellblau) 0%,  var(--color-hellblau) 33.33%,  var(--color-dunkelblau) 33.33%,  var(--color-dunkelblau) 66.66%,  var(--color-beige) 66.66%,  var(--color-beige) 100%);
}

.section-divider--inline {
  width: 100%;
  height: 1rem;
  background: linear-gradient(  to right,  var(--color-hellblau) 0%,  var(--color-hellblau) 33.33%,  var(--color-dunkelblau) 33.33%,  var(--color-dunkelblau) 66.66%,  var(--color-beige) 66.66%,  var(--color-beige) 100%);
}

.card {
  background: #fff;
  border: 1px solid var(--c-border);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  padding: clamp(16px, 2vw, 22px);
}

.card__title {
  display: flex;
  align-items: center;
  gap: 0.6em;
  margin-bottom: 0.75rem;
}

.card__icon {
  color: var(--color-orange);
}



.icon-time,
.icon-location {
  width: auto;
  height: 66px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: transparent;
  color: var(--color-orange);
}

.icon-time svg,
.icon-location svg {
  width: auto;   
  height: 60px;
  fill: currentColor;
  display: block;
}

.small-icon {
  height: 20px;
  width: auto;
}
.small-icon svg {
  width: auto;   
  height: 17px;
}

.background-gray {
  background-color: #F5F5F5;
	position:relative;
}


@media (max-width: 991.98px) {
  .background-gray::before{
    content:"";
    position:absolute;
    top:0;
    bottom:0;

    left:50%;
    transform:translateX(-50%);

    width:100vw;
    background:#F5F5F5;
    z-index:-1;
  }
}


.oeffnungszeiten {
  --bs-table-bg: transparent;
}


/* --------------------------------------------------
Section Helper (Abstände wie im Layout)
-------------------------------------------------- */


.hr {
  border: 0;
  height: 1px;
  background: var(--c-border);
  margin: 1.25em 0;
}


/* --------------------------------------------------
HERO
-------------------------------------------------- */
/* HERO Layout */
.hero-section {
  position: relative;
  overflow: hidden;
}

/* Hintergrundfläche */
.hero-bg {
  min-height: 570px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
	position:relative;
}


/* Verlauf-Overlay */
.hero-bg::before {
  content: "";
  position: absolute;
  inset: 0;
background: linear-gradient(
  to bottom,
  rgba(0,0,0,0.9) 0%,
  rgba(0,0,0,0) 60%
);
  pointer-events: none;
}

/* Topbar über dem Hero */
.hero-topbar {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 30;
  padding: 10px 0;
  background: rgba(122, 145, 164, 0.85); /* var(--color-hellblau) mit Alpha */
}

.hero-topbar a,
.hero-topbar a i{
	color:var(--color-weiss);
	text-decoration:none;
	transition:all .2s ease-in;
}

.hero-topbar a:hover {
	color:var(--color-orange);
	text-decoration:none;
}

.hero-topbar a:hover i {
	color:var(--color-orange) !important;
	text-decoration:none;
}


/* Navbar über dem Hero, unter Topbar */
.hero-navbar {
  position: absolute;
  left: 0;
  right: 0;
  top: 15%;
  z-index: 40;
  background: transparent;
}

/* Logo: groß links, aber responsiv */
.hero-logo img{
  width: clamp(150px, 45vw, 375px);
  height: auto;
  display: block;
  max-width: 100%;
}

.navbar-nav  ul li,
.navbar ul li{
  padding:0;
  margin: 0;
}

.navbar-nav ul li::before,
.navbar ul li::before {
	content: none;
}

/* Menü-Links (optional fein) */
.navbar-nav a {
  text-transform: uppercase;
  letter-spacing: .06em;
  color: var(--color-weiss);
  text-decoration: none;
    position: relative;
  display: inline-block;
}


#stickyNavCollapse .navbar-nav a { 
	color:var(--color-dunkelblau);
}

.navbar-nav a::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -0.25em;
  width: 60%;
  height: 2px;
  background-color: var(--color-orange);
  transform: translateX(-50%) scaleX(0);
  transform-origin: center;
  transition: transform 0.25s ease;
}

.navbar-nav a:hover::after {
  transform: translateX(-50%) scaleX(1);
}

.navbar-nav a:hover {
  color: var(--color-orange);
}


.hero-toggler{
  border: 0;
  padding: 0;
  background: transparent;
  box-shadow: none;
}

.hero-toggler:focus{
  box-shadow: none; /* Bootstrap focus ring aus */
}

.hero-toggler__label{
    text-transform: uppercase;
    letter-spacing: .08em;
    font-size: 1.125rem;
    line-height: 1;
    color: var(--color-schwarz);
	font-weight:400;
}

/* Größe + Farbe der Striche */
.hero-toggler .navbar-toggler-icon{
  width: 2.25rem;
  height: 1.5rem;

  /* eigenes Icon (orange) statt Bootstrap Standard */
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 20'%3E%3Cpath stroke='rgba(210,120,70,1)' stroke-linecap='round' stroke-width='3' d='M2 3h26M2 10h26M2 17h26'/%3E%3C/svg%3E");
}


/* Credit Badge rechts */
.hero-credit {
  position: absolute;
  right: 24px;
  top: 55%;
  transform: translateY(-50%);
  z-index: 20;
}

.hero-credit > div {
  background: rgba(0,0,0,0.35);
}

/* CTA Bar unterhalb des Hero-Bildes */
.hero-cta-bar {
  background: var(--color-hellblau);
}


/* Wichtiges Hinweis – Hero CTA Style */
.hero-cta-bar--important {
  background: var(--color-dunkelblau);
}

.hero-cta-bar--important p {
  margin-bottom: 0;
}


/* Mobile: Topbar/Logo/Nav etwas kompakter */
@media (max-width: 991.98px) {
	

	.hero-bg {
		height:100%;
	}
	
  .hero-navbar {
    top: 0;
	  background-color:var(--color-weiss);
  }

  .hero-credit {
    display: none; /* auf mobile oft zu voll – optional */
  }

  .hero-navbar .navbar-collapse {
    margin-top: 10px;
  }
}

/* CTA-Bar Mobile kompakt*/
@media (max-width: 991.98px) {
  .hero-cta-bar {
    padding-top: .5rem !important;
    padding-bottom: .5rem !important;
  }

  .hero-cta-bar .d-flex {
    flex-direction: column !important;   
    gap: .5rem !important;
  }

  .hero-cta-bar .hero-cta-btn {
    flex: 1 1 0;                      /* beide gleich breit */
    min-width: 0;                     /* wichtig gegen Overflow */
    padding: .45rem .6rem;            /* kleiner */
    font-size: .85rem;                /* kleiner Text */
    line-height: 1;                   /* kompakt */
    white-space: nowrap;              /* kein Umbruch */
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: .4rem;
  }

  .hero-cta-bar .hero-cta-button__icon,
  .hero-cta-bar .hero-cta-btn svg {
    width: 20px !important;
    height: 20px !important;
    flex: 0 0 auto;
  }

  .hero-cta-bar .hero-cta-btn span {
    overflow: hidden;
    text-overflow: ellipsis;          /* falls es eng wird → ... */
  }



}



/* Sticky Nav – hidden by default */
.sticky-nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;

  background: #fff;
  border-bottom: 1px solid rgba(60, 60, 59, 0.12);
  box-shadow: 0 8px 24px rgba(0,0,0,0.06);

  transform: translate3d(0,-110%,0); /* GPU + eigener stacking context */
  opacity: 0;
  pointer-events: none;
  transition: transform .6s ease, opacity .25s ease;
}

/* Visible state */
.sticky-nav.is-visible {
  transform: translateY(0);
  opacity: 1;
  pointer-events: auto;
}
.sticky-nav.is-visible{
  transform: translate3d(0,0,0);
}
/* Logo sizing */
.sticky-nav__brand img {
  height: auto;
  width: 150px;
  display: block;
}

/* Icons right */
/* Basis Icon */
.sticky-nav__icon {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 999px;
  transition: transform .2s ease, background-color .2s ease;
}
.sticky-nav__icon:hover {
  background: var(--color-orange);
}
.sticky-nav__icon:hover .bi {
  color: var(--color-weiss);
}

.sticky-nav__icon svg {
  display: block;
  width: 22px;
  height: 22px;
}

.sticky-nav__icon svg path {
  fill: var(--color-orange);
}

.sticky-nav__icon:hover svg path {
  fill: var(--color-weiss);
}

.sticky-nav__icon:hover,
.sticky-nav__icon:focus-visible {
  /*background: rgba(205, 140, 97, 0.12);*/
  transform: translateY(-1px);
  outline: none;
}

/* Tooltip Box (unten) */
.sticky-nav__icon::after {
  content: attr(aria-label);
  position: absolute;
  top: calc(100% + 12px);
  left: 50%;
  transform: translateX(-50%) translateY(-6px);
  opacity: 0;
  pointer-events: none;
  white-space: nowrap;

  padding: 0.5rem 0.8rem;
  border-radius: 999px;

  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: .02em;

  color: var(--color-weiss);
  background: var(--color-orange);
  box-shadow: 0 10px 30px rgba(0,0,0,.18);

  z-index: 20;
}

/* Tooltip Pfeil (zeigt nach oben) */
.sticky-nav__icon::before {
  content: "";
  position: absolute;
  top: calc(100% + 11px);
  left: 50%;
  transform: translateX(-50%) translateY(-6px);
  opacity: 0;
  pointer-events: none;

  width: 10px;
  height: 10px;
  background: var(--color-orange);
  rotate: 45deg;
  z-index: 19;
}

/* Anzeigen bei Hover & Keyboard */
.sticky-nav__icon:hover::after,
.sticky-nav__icon:focus-visible::after,
.sticky-nav__icon:hover::before,
.sticky-nav__icon:focus-visible::before {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}

/* MOBILE: Icon + Text immer sichtbar untereinander */
@media (max-width: 991.98px) {

  .sticky-nav__icon {
    width: auto;                 /* nicht nur 44px, sonst wird Text gequetscht */
    height: auto;                /* Höhe darf wachsen */
    border-radius: 0;            /* optional: wenn du keinen Kreis für den ganzen Bereich willst */
    background: transparent;     /* wir stylen Hover eh nicht auf Mobile */
    
    display: flex;
    flex-direction: column;      /* Icon oben, Text unten */
    align-items: center;
    justify-content: flex-start;
    gap: .35rem;

    padding: .25rem .25rem;      /* kleiner Touch-Padding */
    text-decoration: none;
  }

  /* SVG sichtbar halten und nicht “kleinrechnen” */
  .sticky-nav__icon svg {
    width: 2rem;                 /* wie du unten schon hast */
    height: 2rem;
    flex: 0 0 auto;
  }

  /* Label immer sichtbar */
  .sticky-nav__icon::after {
    content: attr(aria-label);
    opacity: 1;
    transform: none;
    pointer-events: none;

    position: static;
    display: block;

    margin: 0;
    padding: 0;

    background: transparent;
    box-shadow: none;

    color: var(--color-dunkelblau);
    font-size: 0.85rem;
    font-weight: 600;
    letter-spacing: .04em;
    text-transform: uppercase;
    text-align: center;
    line-height: 1.1;
    white-space: nowrap;
  }

  /* Pfeil auf Mobile aus */
  .sticky-nav__icon::before {
    display: none;
  }
}



/* Spacer für Sticky Nav – standard: kein Platz */
#stickyNavSpacer {
  height: 0;
  transition: height .25s ease;
}

/* Wenn Sticky sichtbar ist → Platz schaffen */
body.has-sticky-nav #stickyNavSpacer {
  height: 72px; /* Höhe der Sticky-Navigation */
}
@media (max-width: 991.98px) {
  #stickyNavSpacer {
    display: none;
  }
}


.hero-cta-button {
  gap: 0.75rem;          /* Abstand Icon/Text */
  padding: 1.25rem 2rem; /* optional: etwas kompakter */
}

.hero-cta-button__icon {
  width: 28px;
  height: 28px;
  flex: 0 0 auto;
}


.sticky-collapse-inner {
	display: flex;
    flex-direction: row;
    justify-content: space-between;
	margin-left:3rem;
}


@media (min-width: 992px) {
    .navbar-expand-lg .navbar-collapse {
        display: block !important;
        /* flex-basis: auto; */
    }

    .navbar-expand-lg .navbar-nav {
        justify-content: flex-end;
    }

}



/* nur mobile */
@media (max-width: 991.98px) {
	.sticky-nav__menu {
		display: flex;
		flex-direction: column;
		align-content: center;
		align-items: center;
		justify-content: space-between;
		gap:1rem;
		margin-bottom:3rem;
	}
	.sticky-collapse-inner .navbar-nav > :first-child {
	 /* margin-top: 1.5rem;   /* bei flex-direction: column */
	}

}


@media (max-width: 991.98px) {
	
	
	
.navbar-nav a {
    font-size: 1.5rem;
    margin:1rem 0;	
	color: var(--color-dunkelblau);
	}

	.sticky-nav__icons {
		border-top:1px solid var(--color-orange);

	}
	.sticky-nav__icon svg {
		display: block;
		width: 2rem;
		height: 2rem;
	}
}
@media (max-width: 991px) {
 .sticky-collapse-inner {
	flex-direction: column;
	 max-height:calc(100vh - 80px);
	 margin-left:0;
	}
}



/* Bootstrap-Icon deaktivieren */
/* StickyNav: Toggler-Icon wie im Hero (Bild 2) */
#stickyNav .navbar-toggler-icon{
  width: 2.25rem;
  height: 1.5rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 20'%3E%3Cpath stroke='rgba(205,140,97,1)' stroke-linecap='round' stroke-width='1' d='M2 3h26M2 10h26M2 17h26'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
}


#stickyNav .navbar-toggler:focus{
  box-shadow: none;
}

/* obere Linie */
#stickyNav .navbar-toggler-icon::before {
  top: 0;
}

/* untere Linie */
#stickyNav .navbar-toggler-icon::after {
  bottom: 0;
}

/* MOBILE: Sticky Icons neu anordnen */
@media (max-width: 991.98px) {

	#stickyNav .navbar-toggler{
  border: 0;
  padding: 0;
  background: transparent;
  box-shadow: none;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;	
}

#stickyNav .navbar-toggler::before {
  content: "MENÜ";
  font-size: 1rem;              /* schön dezent */
  font-weight: 500;
  letter-spacing: 0.08em;          /* luftig */
  text-transform: uppercase;
  color: var(--color-schwarz);    /* zart, CI-nah */
  line-height: 1;
}
	
	
  /* Gesamt-Icons-Container */
  .sticky-nav__icons {
    align-items: flex-start;
  }

  /* LINKS & RECHTS: beide untereinander */
  .sticky-nav__icons-left,
  .sticky-nav__icons-right {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.25rem;
  }

  /* Icon-Wrapper */
  .sticky-nav__icon {
    width: auto;
    height: auto;
    background: transparent;
    border-radius: 0;

    display: flex;
    flex-direction: column;
    align-items: center;
    gap: .35rem;

    padding: .25rem;
    text-decoration: none;

    /* Hover/Active komplett neutralisieren */
    transition: none;
  }

  /* SVG-Größe */
  .sticky-nav__icon svg {
    width: 2rem;
    height: 2rem;
    flex: 0 0 auto;
  }

  /* SVG-Farbe fix (keine Hover-Farbe) */
  .sticky-nav__icon svg path {
    fill: var(--color-orange);
  }

  /* Text unter Icon (immer sichtbar) */
  .sticky-nav__icon::after {
    content: attr(aria-label);
    position: static;
    display: block;

    margin: 0;
    padding: 0;

    background: transparent;
    box-shadow: none;

    color: var(--color-dunkelblau);
    font-size: 0.85rem;
    font-weight: 600;
    letter-spacing: .04em;
    text-transform: uppercase;
    text-align: center;
    line-height: 1.1;
    white-space: nowrap;

    opacity: 1;
    transform: none;
    pointer-events: none;
  }

  /* Tooltip-Pfeil komplett aus */
  .sticky-nav__icon::before {
    display: none;
  }

  /* Hover-Effekte auf Mobile komplett deaktivieren */
  .sticky-nav__icon:hover,
  .sticky-nav__icon:focus-visible {
    background: transparent;
    transform: none;
  }

	
	.sticky-nav__icon:hover {
		background:none;
		transform:none;
	}

	.sticky-nav__icon:hover::after, .sticky-nav__icon:focus-visible::after, .sticky-nav__icon:hover::before, .sticky-nav__icon:focus-visible::before {
		transform: none  !important;
	}
	
	.sticky-nav__icon:hover svg path {
		fill: var(--color-orange);
	}
	
}

@media (min-width: 992px) {
  body.has-sticky-nav .hero-navbar {
    display: none !important;
  }
}


/* Aktive Seite (WordPress) */
.navbar-nav li.current-menu-item > a::after,
.navbar-nav li.current-menu-parent > a::after,
.navbar-nav li.current-menu-ancestor > a::after {
	transform: translateX(-50%) scaleX(1);
}
/* Aktiver Menüpunkt (WordPress) */
.navbar-nav li.current-menu-item > a,
.navbar-nav li.current-menu-parent > a,
.navbar-nav li.current-menu-ancestor > a {
  color: var(--color-orange);
  font-weight: 600;
}


/* --------------------------------------------------
Startseite
-------------------------------------------------- */
.scroll-down-btn {
  width: 44px;
  height: 44px;
  color: var(--color-orange);
  transition: transform 4s ease;
}

.scroll-down-btn:hover {
  transform: translateY(2px);
}

.scroll-down-btn__icon {
  width: 28px;
  height: auto;
}



/* H1 – Praxis Bohn */
.praxis-headline {
  margin: 0;
  line-height: 1.1;
}

/* Praxis */
.praxis-headline__praxis {
  display: block;
  font-family: 'Lato', sans-serif;
  font-weight: 400; 
  font-size: 2.5rem; /* 40px */
  color: var(--color-hellblau);
  letter-spacing: 0.08em;
  text-transform: uppercase;
	line-height:0.5;
}

/* BOHN */
.praxis-headline__bohn {
  display: block;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  font-size: 3.75rem; /* 60px */
  color: var(--color-dunkelblau);
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

/* Allgemeinmedizin / Neurologie */
.praxis-headline__meta {
  display: block;
  margin-top: 0.4rem;
  font-family: 'Lato', sans-serif;
  font-weight: 400; /* Regular */
  font-size: 1.25rem; /* 20px */
  color: var(--color-beige);
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

/* Aktuelle Informationen */
#aktuelle-infos {
}


/* einzelner Eintrag */
.aktuelle-info {
}

/* Datum */
.aktuelle-info__date {
  font-size: 1rem;
  color: var(--color-beige)
  margin-bottom: 0.25rem;
}

/* Titel */
.aktuelle-info__title {
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 0.75rem;
}

.aktuelle-info__title a {
  color: var(--color-dunkelblau);
  text-decoration: none;
}

.aktuelle-info__title a:hover {
  text-decoration: underline;
}

/* Text */
.aktuelle-info__text {
  font-size: 1.125rem;
  line-height: 2.125;

}

/* Einheitliche Höhe für Einleitungstexte */
.leistungen-intro {
	font-size: 1.125rem;
}
/* Nur Desktop & größer */
	@media (min-width: 992px) {
	  .leistungen-intro {
		min-height: 3.5rem;
	  }
	}

.aktuelle-info__text a {
  color: var(--color-dunkelblau);
  text-decoration: underline;
}

#leistugen_split strong {
	color:var(--color-weiss);
}

/* Leistungen – Pfeil-Listen */
.leistungen-liste {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

.leistungen-liste li {
  position: relative;
  padding-left: 1.75rem;
  margin-bottom: 0.6rem;
  line-height: 1.5;
}

/* SVG Pfeil */
.leistungen-liste li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.85rem;
  width: 16px;
  height: 12px;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='12' viewBox='0 0 16 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 12L8.6 10.55L12.15 7H0V5H12.15L8.6 1.45L10 0L16 6L10 12Z' fill='%23CD8C61'/%3E%3C/svg%3E");
    border-radius: unset;
    background-color: transparent;
}

/* h4 innerhalb der Leistungsliste */
.leistungen-liste__headline {
  margin: 0;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 2.5rem;
}

@media (max-width: 992px) {
#startseite__neurologie {
	margin-top: 5rem !important;
	}	
	
	.leistungen__accordion .accordion-button {
		gap:2em;
	}
	
}

	
/* --------------------------------------------------
Leistungen
-------------------------------------------------- */
	
/* Logo Größe grob wie im Screenshot */
.leistungen__logo{
  width: auto;
}

/* Accordion optisch "Listenzeilen" */
.leistungen__accordion .accordion-item{
  border: 0;
	background-color: rgba(189,187,180,.05) ;
}

.leistungen__accordion .accordion-button{
  background: transparent;
  padding: 16px 0;
  box-shadow: none !important;
	text-transform:none;
}
.leistungen__accordion .accordion-body{
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 16px;
}

/* Pfeil rechts (Bootstrap nutzt ::after) */
.leistungen__accordion .accordion-button::after {
  width: 14px;
  height: 20px;
  background-size: 14px 20px;
  background-repeat: no-repeat;
  background-position: center;
  opacity: .9;

  background-image: url("data:image/svg+xml,%3Csvg width='14' height='20' viewBox='0 0 14 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 20L0 13L1.05 11.95L6.25 17.15V0H7.75V17.15L12.95 11.95L14 13L7 20Z' fill='%23CD8C61'/%3E%3C/svg%3E");
}


/* Pfeil rechts (Bootstrap nutzt ::after) */
#neurologie .leistungen__accordion .accordion-button::after {
	display:none;
}

#neurologie .accordion-button:not(.collapsed) {
	text-decoration:none;
}

@media (min-width: 992px) {
  .leistungen__sticky {
    position: sticky;
    top: 120px; /* Abstand zur Sticky-Navigation */
    align-self: flex-start;
  }
}
.accordion-button {
	font-size:1.25rem
}

/* Divider wie der Balken zwischen den Bereichen */
.leistungen__divider{
  display: flex;
  height: 22px;
}
.leistungen__divider-left{
  flex: 1;
  background: #5a6f86; /* an deine CD-Farbe anpassen */
}
.leistungen__divider-right{
  flex: 2;
  background: #7f97ad; /* an deine CD-Farbe anpassen */
}



.leistungen__accordion 
.accordion-item:has(.accordion-collapse.show) {
  background-color: rgba(122,145,164,.15);
}

.accordion-button:not(.collapsed) {
	color:var(--color-schwarz);
	text-decoration: underline;
    text-decoration-color: var(--color-orange);
    text-underline-offset: 0.15em;
    text-decoration-thickness: 2px;
    transition: color 180ms ease, text-decoration-color 180ms ease;	
}


/* --------------------------------------------------
Downloads
-------------------------------------------------- */
.downloads__row {
  border-bottom: 1px solid rgba(0,0,0,0.08);
}

.downloads__row:last-child {
  border-bottom: none;
}

.downloads__title {
  font-weight: 500;
  font-size: 1rem;
}

.downloads__btn {
  white-space: nowrap;
}


/* --------------------------------------------------
Footer
-------------------------------------------------- */
.site-footer {
  background: var(--color-schwarz);
  color: #fff;
  padding: 5rem 0rem;
	font-size: 1.125rem
}

.site-footer a {
  color: #fff;
  text-decoration: none;
}

.site-footer a:hover {
  text-decoration: underline;
}

/* Brand/Logo */
.footer-brand {
  margin-bottom: 1.25rem;
}

.footer-logo {
  max-width: 212px;
  height: auto;
  display: block;
  margin-bottom: 1.25rem;
}

.footer-brand__name {
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.02em;
}

/* Address */
.footer-address {
  line-height: 2.125;
}

.footer-maps {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  margin-top: 1rem;
}

.footer-maps__icon {
  width: 18px;
  height: 18px;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
  /* kleine Pin-Icon-Anmutung in deiner Highlight-Farbe */
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 22s7-5.2 7-12a7 7 0 10-14 0c0 6.8 7 12 7 12z' stroke='%23CD8C61' stroke-width='2'/%3E%3Ccircle cx='12' cy='10' r='2.5' stroke='%23CD8C61' stroke-width='2'/%3E%3C/svg%3E");
}

/* Labels + values */
.footer-label {
  letter-spacing: 0.06em;
  text-transform: uppercase;
  opacity: 0.8;
}

.footer-value {
  display: inline-block;
  margin-top: 0.35rem;
  font-weight: 600;
  opacity: 0.95;
}

.footer-value--strong {
  text-transform: uppercase;
  letter-spacing: 0.02em;
}

/* Menu */
.footer-menu {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

.footer-menu li + li {
  margin-top: 0.85rem;
}

footer ul li {
	padding-left:0;
}

.footer-menu a {
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-weight: 400;
}

/* Bottom row */
.footer-bottom {
  margin-top: 3rem;
  padding-top: 1.75rem;
  border-top: 1px solid rgba(255,255,255,0.18);
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  font-size: 0.95rem;
  opacity: 0.95;
}

.footer-bottom__center {
  text-align: center;
  opacity: 0.9;
}


footer ul li::before {
	content:none;
	
}


/* Desktop: Copyright links, Credits zentriert */
@media (min-width: 992px) {
  .footer-bottom {
    grid-template-columns: 1fr 1fr 0fr;
    align-items: center;
  }

  .footer-bottom__left {
    text-align: left;
  }

  .footer-bottom__center {
    text-align: center;
  }
}

@media (max-width: 575px) {
	.footer-logo {
		max-width: 180px;
  }
}
	
