/*
Theme Name: Divi Child
Theme URI: http://www.elegantthemes.com/gallery/divi/
Template: Divi
Author: Elegant Themes
Author URI: http://www.elegantthemes.com
Description: Smart. Flexible. Beautiful. Divi is the most powerful theme in our collection.
Version: 4.24.0.1707921893
Updated: 2024-02-14 15:44:53

*/

/* ======================
Typography Reset
========================= */
body {
    font-weight: 400;
}

.et_pb_heading h1, .et_pb_heading h2, .et_pb_heading h3, .et_pb_heading h4, .et_pb_heading h5, .et_pb_heading h6 {
    padding-bottom:0;
}

.dsa-text h1:not(:first-child),
.dsa-text h2:not(:first-child),
.dsa-text h3:not(:first-child),
.dsa-text h4:not(:first-child),
.dsa-text h5:not(:first-child),
.dsa-text h6:not(:first-child) {
    padding-top: 1em;
}

.dsa-text p:last-of-type {
    padding-bottom: 1em;
}

.dsa-text p:last-child, .dsa-text ul:last-child, .dsa-text ol:last-child {
    padding-bottom: 0;
}

/* List styling */
.dsa-text li::marker {
    color: var(--gcid-secondary-color);
}

/* Links styling */
.dsa-text a {
    text-decoration-thickness: .1em;
    transition: all .1s linear;
    text-underline-offset: .1em;
}

.dsa-text a:hover {
    text-underline-offset: .3em;
}




/*ACCORDIONS*/
.et_pb_accordion .et_pb_toggle_open .et_pb_toggle_title:before {
    display: block!important;
    content: "\e04f" !important;
}






/* ===================================================
   ZAHNLIEBE – ORALIC-STYLE BUTTONS
   NUR dieses CSS in Divi Custom CSS einfügen.
   =================================================== */

.zl-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  cursor: pointer;
  position: relative;
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.zl-btn__text-wrap {
  position: relative;
  overflow: hidden;
  height: 1.25em;
  display: flex;
  flex-direction: column;
}
.zl-btn__text {
  display: block;
  transition: transform 0.45s cubic-bezier(0.77, 0, 0.175, 1);
  line-height: 1.25;
  white-space: nowrap;
}
.zl-btn:hover .zl-btn__text {
  transform: translateY(-100%);
}
.zl-btn__icon {
  position: relative;
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.zl-btn__dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  position: absolute;
  transition: all 0.35s cubic-bezier(0.77, 0, 0.175, 1);
  opacity: 1;
  transform: scale(1);
}
.zl-btn__arrow {
  position: absolute;
  width: 24px;
  height: 24px;
  opacity: 0;
  transform: scale(0);
  transition: opacity 0.25s cubic-bezier(0.77, 0, 0.175, 1),
              transform 0.35s cubic-bezier(0.16, 1, 0.3, 1);
}
.zl-btn__arrow svg {
  width: 100%;
  height: 100%;
}
.zl-btn:hover .zl-btn__dot {
  opacity: 0;
  transform: scale(0);
  transition: all 0.2s cubic-bezier(0.77, 0, 0.175, 1);
}
.zl-btn:hover .zl-btn__arrow {
  opacity: 1;
  transform: scale(1);
  transition: opacity 0.15s cubic-bezier(0.16, 1, 0.3, 1),
              transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

/* Rosa Button */
.zl-btn--rosa {
  background: #D7BEDD;
  color: #20211D;
  border: 2px solid #D7BEDD;
  border-radius: 9px;
  padding: 12px 18px;
  font-family: 'DM Sans', sans-serif;
  font-size: 16px;
  font-weight: 600;
}
.zl-btn--rosa .zl-btn__dot { background: #20211D; }

/* Olivgrün Button (CTA) */
.zl-btn--olive {
  background: #626844;
  color: #ffffff;
  border: 2px solid #626844;
  border-radius: 9px;
  padding: 12px 18px;
  font-family: 'DM Sans', sans-serif;
  font-size: 16px;
  font-weight: 600;
}
.zl-btn--olive .zl-btn__dot { background: #ffffff; }



/* Hellgrün Button (CTA) */
.zl-btn--hellgruen {
  background: #D7DBB4;
  color: #20211D;
  border: 2px solid #D7DBB4;
  border-radius: 9px;
  padding: 12px 18px;
  font-family: 'DM Sans', sans-serif;
  font-size: 16px;
  font-weight: 600;
}
.zl-btn--hellgruen .zl-btn__dot { background: #20211D; }

/* Outline Button */
.zl-btn--outline {
  background: transparent;
  color: #626844;
  border: 2px solid #626844;
  border-radius: 9px;
  padding: 12px 18px;
  font-family: 'DM Sans', sans-serif;
  font-size: 16px;
  font-weight: 600;
}
.zl-btn--outline .zl-btn__dot { background: #626844; }

/* Rosa Outline (dunkle Hintergründe) */
.zl-btn--rosa-outline {
  background: transparent;
  color: #D7BEDD;
  border: 2px solid #D7BEDD;
  border-radius: 9px;
  padding: 12px 18px;
  font-family: 'DM Sans', sans-serif;
  font-size: 16px;
  font-weight: 600;
}
.zl-btn--rosa-outline .zl-btn__dot { background: #D7BEDD; }




/* ==========================================
   CAROUSEL: Bleed Right + Pfeile
   ========================================== */

.bleed-right-section,
.bleed-right-section .et_pb_row {
  overflow: visible !important;
}

.bleed-right-carousel {
  width: calc(100% + ((100vw - 100%) / 2)) !important;
  overflow: visible !important;
}

.bleed-right-carousel.et_pb_group_carousel {
  padding-bottom: 80px;
}

.bleed-right-carousel.et_pb_group_carousel .et_pb_group_carousel_arrow {
  position: absolute !important;
  top: auto !important;
  bottom: 0 !important;
  transform: none !important;
  width: 48px;
  height: 48px;
  background-color: #D5D3C4;
  border-radius: 8px;
  display: flex !important;
  align-items: center;
  justify-content: center;
  color: #3B3A2E;
  font-size: 16px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.bleed-right-carousel .et_pb_group_carousel_arrow:hover {
  background-color: #C5C3B4;
}

.bleed-right-carousel .et_pb_group_carousel_arrow_prev {
  left: auto !important;
  right: calc((100vw - 1400px) / 2 + 60px) !important;
}

.bleed-right-carousel .et_pb_group_carousel_arrow_next {
  right: calc((100vw - 1400px) / 2) !important;
}

/* ==========================================
   SLIDES: Hover-Effekt
   ========================================== */

.leistung-slide.et_pb_group {
  display: flex !important;
  flex-direction: column !important;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

/* Icon: immer sichtbar, über allem */
.leistung-slide .slide-icon {
  position: relative;
  z-index: 4;
}

/* Titel: nach unten gepusht */
.leistung-slide .slide-title {
  margin-top: auto !important;
  position: relative;
  z-index: 2;
  transition: opacity 0.5s ease;
}

/* Hover-Text: absolut, sofort versteckt */
.leistung-slide .slide-hover-content {
  position: absolute !important;
  bottom: 80px;
  left: 0;
  right: 0;
  padding: 0 16px;
  z-index: 3;
  visibility: hidden !important;
  opacity: 0 !important;
  transition: opacity 0.5s ease, visibility 0s 0.5s;
}

/* Button: absolut unten, sofort versteckt */
.leistung-slide .et_pb_button_module_wrapper {
  position: absolute !important;
  bottom: 28px;
  left: 16px;
  z-index: 3;
  visibility: hidden !important;
  opacity: 0 !important;
  transition: opacity 0.5s ease, visibility 0s 0.5s;
}

/* Button: Divi-Hover-Bug fixen */
.leistung-slide .et_pb_button {
  transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease !important;
  transform: none !important;
}

.leistung-slide .et_pb_button:hover {
  transform: none !important;
}

/* ==========================================
   HOVER
   ========================================== */

.leistung-slide:hover .slide-title {
  opacity: 0;
  pointer-events: none;
}

.leistung-slide:hover .slide-hover-content,
.leistung-slide:hover .et_pb_button_module_wrapper {
  visibility: visible !important;
  opacity: 1 !important;
  transition: opacity 0.5s ease, visibility 0s;
}


/* Divi Button-Hover Shrink komplett unterbinden */
body #page-container .et_pb_section .leistung-slide .et_pb_button,
body #page-container .et_pb_section .leistung-slide .et_pb_button:hover {
  padding: 8px 15px !important;
  transform: none !important;
  transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease !important;
}

/* === Carousel Arrow Fix: Tablet === */
@media (max-width: 980px) {
  .bleed-right-carousel {
    width: 100% !important;
  }

  .bleed-right-carousel .et_pb_group_carousel_arrow_prev {
    right: 68px !important;
    left: auto !important;
  }

  .bleed-right-carousel .et_pb_group_carousel_arrow_next {
    right: 10px !important;
  }
}

/* === Carousel Arrow Fix: Mobile === */
@media (max-width: 767px) {
  .bleed-right-carousel .et_pb_group_carousel_arrow_prev {
    right: 68px !important;
    left: auto !important;
  }

  .bleed-right-carousel .et_pb_group_carousel_arrow_next {
    right: 10px !important;
  }

  .bleed-right-carousel .et_pb_group_carousel_arrow {
    width: 44px;
    height: 44px;
    -webkit-tap-highlight-color: transparent;
    touch-action: manipulation;
  }
}

/* Lange Wörter auf Slide-Titeln umbrechen */
.slide-title,
.slide-title p {
  hyphens: auto;
  -webkit-hyphens: auto;
  word-break: break-word;
  overflow-wrap: break-word;
}

/* Sprache für korrekte Silbentrennung (falls nicht auf html-Tag gesetzt) */
.slide-title {
  lang: de;
}


/* Horizontalen Overflow verhindern */
#et-main-area {
  overflow-x: clip;
}







/*SPLIT ROW*/

.zl-split-row {
  width: 100%;
  max-width: 100%;
}

.zl-split-row .et_pb_column {
  margin: 0 !important;
}

.zl-split-text {
  background: rgb(215, 190, 221);
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  min-height: 720px;
  box-sizing: border-box;
  padding-left: calc(50vw - 700px);
  padding-right: 60px;
  padding-top: 100px;
  padding-bottom: 100px;
}

.zl-split-image {
  padding: 0 !important;
  min-height: 720px;
  overflow: hidden;
}

.zl-split-image-module,
.zl-split-image-module .et_pb_image_wrap {
  height: 100%;
  display: block;
}

.zl-split-image-module img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

@media (max-width: 1400px) {
  .zl-split-text {
    padding-left: 40px;
  }
}

@media (max-width: 980px) {
  .zl-split-row {
    display: block;
  }

  .zl-split-text,
  .zl-split-image {
    min-height: auto;
  }

  .zl-split-text {
    padding: 56px 24px;
  }

  .zl-split-image-module img {
    height: 420px;
  }
}

.zl-split-text {
  padding-right: 60px !important;
  padding-top: 90px !important;
  padding-bottom: 90px !important;
  box-sizing: border-box;
}



/* Zahn als Aufzählungszeichen – auf die Blurb-Liste oder ul anwenden */
.listeweiss ul {
  list-style: none;
  padding-left: 0;
}

.listeweiss ul li {
  position: relative;
  padding-left: 32px;
  margin-bottom: 12px;
}

.listeweiss ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  width: 27px;
  height: 27px;
  background-image: url("https://www.zahnliebe-burgaltendorf.de/wp-content/uploads/2026/03/Zahnliebe-Burgaltendorf_Brand-Elements_Digital_Zahn_Weis.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}




/* Hellgrün Button (CTA) */
.zl-btn--hellgruen {
  background: #D7DBB4;
  color: #20211D;
  border: 2px solid #D7DBB4;
  border-radius: 9px;
  padding: 12px 18px;
  font-family: 'DM Sans', sans-serif;
  font-size: 16px;
  font-weight: 600;
}
.zl-btn--hellgruen .zl-btn__dot { background: #FDFDF9; }
.zl-btn--hellgruen .zl-btn__arrow svg {}





/* Dropdown Menu: breiter + eleganter */
.et_pb_menu .et-menu-nav .sub-menu {
  min-width: 320px !important;
  width: auto !important;
  padding: 12px !important;
  background: rgba(250, 251, 249, 0.97) !important;
  backdrop-filter: blur(10px);
  border-radius: 12px !important;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08), 0 2px 8px rgba(0, 0, 0, 0.04) !important;
  border: 1px solid rgba(0, 0, 0, 0.04) !important;
}

/* Einzelne Links: nicht umbrechen, abgerundet */
.et_pb_menu .et-menu-nav .sub-menu li a {
  padding: 10px 16px !important;
  border-radius: 8px !important;
  transition: background-color 0.2s ease;
  white-space: nowrap !important;
  font-size: 15px !important;
}

/* Hover auf einzelnem Link */
.et_pb_menu .et-menu-nav .sub-menu li a:hover {
  background-color: rgba(0, 0, 0, 0.04) !important;
}
}



/******************/
/*SEITE LEISTUNGEN*/

/* ── Leistungsseite Sidebar ── */
.leistung-sidebar {
  padding-top: 8px;
}

.leistung-sidebar .sidebar-label {
  font-family: 'DM Sans', sans-serif;
  font-size: 12px;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: #626844;
  font-weight: 700;
  margin-bottom: 20px;
}

.leistung-sidebar .sidebar-nav {
  list-style: none;
  padding: 0;
  margin: 0;
}

.leistung-sidebar .sidebar-nav li {
  margin-bottom: 14px;
}

.leistung-sidebar .sidebar-nav a {
  text-decoration: none;
  color: #4a4a4a;
  font-family: 'DM Sans', sans-serif;
  font-size: 14px;
  font-weight: 400;
  display: flex;
  align-items: center;
  gap: 10px;
  transition: color 0.2s ease;
}

.leistung-sidebar .sidebar-nav a::before {
  content: '';
  display: inline-block;
  width: 16px;
  height: 1px;
  background: #C6C7BB;
  flex-shrink: 0;
  transition: width 0.2s ease, background 0.2s ease;
}

.leistung-sidebar .sidebar-nav a:hover {
  color: #626844;
}

.leistung-sidebar .sidebar-nav a:hover::before {
  width: 24px;
  background: #626844;
}



/* ── PZR Ablauf Steps ── */
.pzr-ablauf {
  display: flex;
  flex-direction: column;
  margin: 8px 0;
    line-height: 1.6;
  font-size: inherit;
}

.pzr-step {
  display: grid;
  grid-template-columns: 56px 1fr;
  gap: 20px;
  padding: 20px 0;
  border-bottom: 1px solid #EDEEE8;
}

.pzr-step:first-child {
  border-top: 1px solid #EDEEE8;
}

.pzr-step-nr {
  font-family: 'DM Serif Text Regular', serif;
  font-size: 40px;
  color: #D7DBB4;
  line-height: 1;
  padding-top: 2px;
}

.pzr-step-title {
  font-family: 'DM Sans Bold', sans-serif;
  font-weight: 500;
  font-size: 18px;
  color: #232520;
  margin-bottom: 6px;
}

.pzr-step-text {
  font-family: 'DM Sans Regular', sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #4a4a4a;
  line-height: 1.65!importnat;
}

/* Mobile: Nummer kleiner */
@media (max-width: 767px) {
  .pzr-step {
    grid-template-columns: 40px 1fr;
    gap: 14px;
  }
  .pzr-step-nr {
    font-size: 38px;
  }
}



/* ── Accordion: Divi-Icon verstecken ── */
/* ── Divi-Icon komplett killen in ALLEN Zuständen ── */
.et_pb_accordion .et_pb_toggle_title::before,
.et_pb_accordion .et_pb_toggle_close .et_pb_toggle_title::before,
.et_pb_accordion .et_pb_toggle:not(.et_pb_toggle_close) .et_pb_toggle_title::before,
.et_pb_accordion .et_pb_toggle_open .et_pb_toggle_title::before,
.et_pb_accordion .et_pb_toggle_open > .et_pb_toggle_title::before {
  display: none !important;
  content: none !important;
  visibility: hidden !important;
  width: 0 !important;
  height: 0 !important;
  font-size: 0 !important;
}

/* ── Eigenes Icon via ::after ── */
.et_pb_accordion .et_pb_toggle_title {
  position: relative;
  padding-right: 48px !important;
  padding-left: 0 !important;
  cursor: pointer;
}

.et_pb_accordion .et_pb_toggle_title::after {
  content: '+' !important;
  font-family: 'DM Sans', sans-serif !important;
  font-weight: 300;
  font-size: 28px;
  color: #626844;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%) rotate(0deg);
  transition: transform 0.3s ease;
  background: none !important;
  line-height: 1;
  width: auto;
  height: auto;
  border-radius: 0;
  padding: 0;
}

/* Offen: Minus + Drehung */
.et_pb_accordion .et_pb_toggle:not(.et_pb_toggle_close) .et_pb_toggle_title::after {
  content: '−' !important;
  transform: translateY(-50%) rotate(180deg);
}


/*LEISTUNGEN LISTE MIT ICONS*/
.eignung-liste {
  margin: 0px 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.eignung-item {
  display: flex;
  align-items: center;
  gap: 14px;
  font-family: 'DM Sans Regular', sans-serif;
  font-size: clamp(17px, 0.19vw + 16.38px, 19px);
  letter-spacing:-0.3px;
  color: #4a4a4a;
  line-height: 1.5;
}

.eignung-item::before {
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  font-weight: 700;
}

.eignung-item.ja::before {
  content: '✓';
  background: #626844;
  color: #ffffff;
}

.eignung-item.nein::before {
  content: '✗';
  background: #C6C7BB;
  color: #232520;
}

.eignung-item.warnung::before {
  content: '';
  background: transparent;
  border: 2px solid #D7BEDD;
  width: 12px;
  height: 12px;
  min-width: 12px;
}





.info-box {
  background: #EDEEE8;
  border-radius: 12px;
  padding: 32px;
  margin: 28px 0;
}

.info-box h3 {
  font-family: 'DM Serif Text', serif;
  font-size: 22px;
  font-weight: 400;
  color: #232520;
  margin-bottom: 12px;
}

.info-box p {
  font-family: 'DM Sans', sans-serif;
  font-size: 17px;
  font-weight: 400;
  color: #232520;
  line-height: 1.7;
  margin-bottom: 8px;
}

.info-box p:last-child {
  margin-bottom: 0;
}