.top-link {
  background-color: #007096;
}

.ce_image_text_box_v2 .image_container {
  border-radius: 40px;
}

.ce_image_text_box_v2 .ce_headline {
  color: #00aaaa;
}

.ce_image_text_box_v2:hover .ce_headline {
  background-image: linear-gradient(to right, #00aaaa 0%, #00aaaa 100%) !important;
}

.ce_image_text_box_v2:hover .ce_headline {
  background-image: linear-gradient(to right, #00aaaa 0%, #00aaaa 100%);
  background-size: 100% 1px;
  background-repeat: no-repeat;
  background-position: left 80%; /* je nach Optik anpassen */
}

.ce_image_text_box_v2 .ce_headline {
  background-image: linear-gradient(to right, #00aaaa 0%, #00aaaa 100%);
  background-size: 0 1px;
  transition: background-size .55s cubic-bezier(.2,.75,.5,1);
  display: inline;
  background-position: left 80%; /*  je nach Optik anpassen */
}

.header .inside {
  box-shadow: 0 0 25px 2px rgba(0,0,0,0.075);
  margin-top: 25px;
}
.header {
  padding-left: 40px;
  padding-right: 40px;
}
.header.cloned .inside {
  box-shadow: 0 0 25px 10px rgba(0,0,0,0.075);
}
.header.cloned {
  padding-left: 40px;
  padding-right: 40px;
}

#contactTextTable {
  width: 100% !important;
  max-width: 100% !important;
  border-spacing: 0;
}

/*──────────────────────────────────────────────────────────────
  BASIS – Wrapper & Kartenlayout
──────────────────────────────────────────────────────────────*/
.ce_accordion {                    /* gesamtes Akkordeon */
  margin-bottom: 1px;
  border: none;
  color: #007096;
}

.ce_accordion.block {             /* einzelne Karte (Section) */
  margin: 2rem 0;
  padding: 0;                     /* Innenabstand folgt im Header/Content */
  border: none;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 8px 28px rgba(0,0,0,.06);  /* weicher Schatten */
  overflow: hidden;               /* Rundungen respektieren */
}

/* geringfügiger Einzug für evtl. verschachtelte .accordion-Elemente */
.ce_accordion .accordion { padding-left: 2px; }

/*──────────────────────────────────────────────────────────────
  HEADER / TOGGLER
──────────────────────────────────────────────────────────────*/
.ce_accordion .toggler {
  position: relative;                                /* Bezugsrahmen fürs Icon */
  font-family: Cairo, Arial, sans-serif;
  font-size: 35px;
  font-weight: 400;
  line-height: 1.3em;
  padding: 2rem 3.6rem 2rem 2rem;              /* Platz rechts fürs Icon */
  background: transparent;                           /* übernimmt Kartenfarbe */
  border: none;                                      /* alte Linien killen    */
  cursor: pointer;
}

/* Hover-Farbe */
.ce_accordion .toggler:hover { color: #00aaaa; }

/* Unterlinie bei geöffnetem Header entfernen */
.ce_accordion .toggler.ui-state-active { border-bottom: 0; }

/*──────────────────────────────────────────────────────────────
  ICON rechtsbündig
──────────────────────────────────────────────────────────────*/
.ce_accordion .toggler::before {
  content: "+";                  /* Standard-Icon */
  position: absolute;
  right: 2rem;                   /* Abstand zum Kartenrand */
  transform: translateY(-50%);
  font-family: inherit;
  font-size: 2em;
  font-weight: 100;
  line-height: 0.8;              /* kompakter Look */
}

/* Minus (En-Dash) bei geöffnetem Eintrag */
.ce_accordion .toggler.ui-state-active::before {
  content: "\2013";              /* – */
}

@media only screen and (max-width: 767px) {
.ce_accordion .toggler {
  font-size: 25px;
  font-weight: 400;
  line-height: 1.3em;
  padding: 1rem 3.6rem 1rem 1.5rem;              /* Platz rechts fürs Icon */
}
}
@media only screen and (max-width: 767px) {
.ce_accordion .ui-accordion-content {
padding: 0rem 1rem 1rem 1.5rem !important;
}
}

/*──────────────────────────────────────────────────────────────
  CONTENT
──────────────────────────────────────────────────────────────*/
.ce_accordion .ui-accordion-content {
  padding: 0rem 4rem 0rem 2rem;      /* oben bündig zum Header */
}

/* ──────────────────────────────────────────────────────────────
   Einheitliche Kartenhöhe (geschlossen) …                     */
.ce_accordion.block {               /* jede Karte              */
  min-height: 100px;                /* 300 px Grundhöhe         */
}

/* … aber flexibel bei geöffnetem Zustand                      */
.ce_accordion.block:has(.ui-state-active) {
  min-height: auto;                 /* Höhe wieder freigeben    */
}

/* Header erhält dieselbe Mindesthöhe, damit der Text nicht
   oben klebt.  Flex-Box sorgt für saubere vertikale Zentrierung */
.ce_accordion .toggler{
  display:flex;                     /* vertikal zentrieren      */
  min-height:100px;                 /* identische Schließhöhe   */
}

/* Icon-Position bleibt unverändert (kommt aus Deinem bisherigen Code) */


#footer .inside {
  padding-bottom: 15px;
}

/* customize.css */
body.parallax-footer {
  padding-bottom: 0 !important;          /* Body-Offset killen   */
}
body.parallax-footer #footer {
  position: static !important;           /* wieder normaler Flow */
  transform: none !important;            /* keine Verschiebung   */
  will-change: auto !important;          /* GPU-Hint abschalten  */
}

/* Aufzählungen ohne Standard-Bullet */
.ce_text_extented ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* Abstand für den Bullet-Punkt */
.ce_text_extented ul li {
  position: relative;
  padding-left: 24px;   /* Platz für den Punkt */
}

/* Fetter Punkt in #00aaaa */
.ce_text_extented ul li::before {
  content: "";
  position: absolute;
  top: 0.5em;           /* vertikale Zentrierung zum Text */
  left: 0;
  width: 14px;          /* Durchmesser des Punkts */
  height: 14px;
  border-radius: 50%;   /* macht den Kreis */
  background-color: #00aaaa;
}

/* ================================
   Impf-Liste  (Container-Klasse: .vacc-list)
   ================================ */

/* 1) Standard-Bullets ausschalten */
.vacc-list ul{
  list-style:none;
  margin:0;
  padding:0;
}

/* 2) Listeneinträge mit hängendem Einzug */
.vacc-list ul li{
  position:relative;
  padding-left:35px;   /* 35 px Platz für Punkt + Abstand */
  line-height:1.4;
}

/* 3) Eigener Punkt in Praxis-Türkis */
.vacc-list ul li::before{
  content:"";
  position:absolute;
  top:0.5em;          /* vertikal zentriert – ggf. anpassen */
  left:0;
  width:14px;
  height:14px;
  border-radius:50%;
  background:#007096 !important;   /* WUNSCHFARBE erzwingen */
}

/* 4) Falls das Theme noch Shadow/Border o. Ä. setzt → neutralisieren */
.vacc-list ul li::before{
  border:none !important;
  box-shadow:none !important;
}

.ce_iconbox.version3 i {
  font-size: 1.8rem;
  margin-right: 20px;
  margin-top: 10px;
}



.accessibility_widget_trigger {
  position: fixed;
  top: 280px;
  right: 0px;
  z-index: 1000000;
  line-height: 44px;
  text-align: center;
  vertical-align: middle;
  border-radius: 10px 0 0 10px;
  background: #1f485f;
  color: #fff;
  padding: 15px 20px 0 15px;
  cursor: pointer;
  transition: all 0.1s ease;
  border: 3px solid #00aaaa;
    border-right-width: 2px;
    border-right-style: solid;
    border-right-color: rgb(255, 255, 255);
  border-right: 0;
  min-width: 80px;
}
.accessibility_widget_trigger span {
font-size: 0.65rem;
}

#accessibility_widget {
  min-width: 350px;
  margin-left: auto;
  margin-right: auto;
  background: #fff;
  border-radius: 10px 0 0 10px;
  padding: 30px;
  font-family: Arial, Verdana, sans-serif;
  font-size: 1rem;
  position: fixed;
  z-index: 100000;
  right: 0;
  top: 280px;
  transform: translateX(120%);
  transition: transform 0.3s ease;
  outline: 3px solid #fff;
  border: 3px solid #00aaaa;
    border-right-width: 3px;
    border-right-style: solid;
    border-right-color: rgb(42, 104, 164);
  border-right: 0;
  box-shadow: 0 0 32px 11px rgba(0,0,0,0.1);
}

body.page_6 #footer {
  display: none !important;
}

.ce_image.imageOne.h-align-right.border-radius-large.block {
    max-width: 700px;
    max-width: 700px;
}

.mod_pct_megamenu { background: transparent; padding:20px; }
.mod_pct_megamenu .item .ce_wrap {    box-shadow: 0 0 20px 10px rgba(0, 0, 0, 0.075);  }

.mod_pct_megamenu {
  z-index: 10000;
  max-width: unset;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  padding-left: 80px;
  padding-right: 80px;
}

.mod_pct_megamenu .item.active {
     box-shadow: none; 
}

.ce_headline_extended.color-white h1 {
  color: #64c8c8 !important; /* Türkis für den gesamten H1-Text */
}

.ce_headline_extended.color-white h1 .color-accent {
  color: #ffffff !important; /* Weiß für den Teil im <span class="color-accent"> */
}


.ce_fancylink.style3.fancylink_color_accent a {
font-size: 30px;
}
@media only screen and (max-width: 768px) {
  #ce_shift_wrapper_start_404 {transform: none!important;}
  .imageOne  img { border-radius: 50px!important;}
}

/* 
 * @change:    Überschreibt inline gesetzte Schriftgrößen (z.B. 40px) mobil und reduziert sie auf 25px
 * @page:      alle Seiten
 * @module:    ce_text_extended
 * @date:      2026-04-28
 * @author:    Steffi Petschnik
 */

@media only screen and (max-width: 767px) {

  .ce_text_extented span[style*="font-size"] {
    font-size: 25px !important;
  }

}

/* 
 * @change:    Vereinheitlicht mobil das Padding aller Wrap-Elemente mit Klasse pd-l: oben/unten reduziert, seitlich erhöht
 * @page:      
 * @module:    ce_wrap
 * @date:      2026-04-28
 * @author:    Steffi Petschnik
 */

@media only screen and (max-width: 767px) {

  .ce_wrap.pd-l {
    padding: 15px 25px 5px 25px !important;
  }

}

/* 
 * @change:    Erzwingt mobil zentrierte Ausrichtung der H6 inkl. übergeordnetem Link-Wrapper in Image-Text-Boxen
 * @page:      
 * @module:    ce_image_text_box_v2
 * @date:      2026-04-28
 * @author:    Steffi Petschnik
 */

@media only screen and (max-width: 767px) {

  .ce_image_text_box_v2,
  .ce_image_text_box_v2 a {
    text-align: center;
  }

}

/* 
 * @change:    Stellt sicher, dass auch durch Animation gesplittete Wort-Spans mobil korrekt verkleinert werden
 * @page:      
 * @module:    ce_scroll_reveal_words
 * @date:      2026-04-28
 * @author:    Steffi Petschnik
 */

@media only screen and (max-width: 767px) {

  .ce_scroll_reveal_words {
    font-size: 25px !important;
    line-height: 1.3;
  }

}

/* 
 * @change:    Ermöglicht mobil sauberen Zeilenumbruch in Iconboxen, indem der tatsächliche Text-Wrapper ce_iconbox_cwrapper begrenzt wird
 * @page:      
 * @module:    ce_iconbox
 * @date:      2026-04-28
 * @author:    Steffi Petschnik
 */

@media only screen and (max-width: 767px) {

  .ce_iconbox.version3 .ce_iconbox_inside {
    display: flex;
    align-items: flex-start;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
  }

  .ce_iconbox.version3 .ce_iconbox_icon {
    flex: 0 0 70px;
  }

  .ce_iconbox.version3 .ce_iconbox_cwrapper {
    flex: 1 1 auto;
    min-width: 0;
    max-width: 100%;
  }

  .ce_iconbox.version3 .ce_iconbox_cwrapper p,
  .ce_iconbox.version3 .ce_iconbox_cwrapper span {
    white-space: normal !important;
    overflow-wrap: anywhere;
    word-break: break-word;
    hyphens: auto;
  }

}


/* 
 * @change:    Verkleinert mobil das FontAwesome-Häkchen der Iconboxen und reduziert dessen Spaltenbreite, damit der Text mehr Platz erhält
 * @page:      
 * @module:    ce_iconbox
 * @date:      2026-04-28
 * @author:    Steffi Petschnik
 */

@media only screen and (max-width: 767px) {

  .ce_iconbox.version3 .ce_iconbox_icon {
    flex: 0 0 48px;
    width: 48px;
    max-width: 48px;
  }

  .ce_iconbox.version3 .ce_iconbox_icon i.fa::before {
    font-size: 28px;
    line-height: 28px;
    
  }
  .ce_iconbox.version3 i {
  margin-right: 0px; 
  margin-top: 0px; 
}

  .ce_iconbox.version3 .ce_iconbox_cwrapper {
    flex: 1 1 auto;
    min-width: 0;
  }

}

/* 
 * @change:    Setzt mobil die Hintergrundfarbe des Highlight-Menübuttons auf #007096
 * @page:      
 * @module:    mod_navigation
 * @date:      2026-04-28
 * @author:    Steffi Petschnik
 */

@media only screen and (max-width: 767px) {

  .mod_navigation a.highlight {
    background-color: #007096 !important;
  }

}

/* 
 * @change:    Erhöht mobil den oberen Abstand des Offcanvas-Menüs zum Header/Logo
 * @page:      
 * @module:    mod_navigation
 * @date:      2026-04-28
 * @author:    Steffi Petschnik
 */

@media only screen and (max-width: 767px) {

  #mmenu #mmenu_middle {
    padding-top: 18vw;
  }
  
  .header {
padding-left: 10px;
padding-right: 10px;
}

  .header.cloned {
padding-left: 10px;
padding-right: 10px;
}
.mmenu_trigger {
right: 25px;

}
}

/* 
 * @change:    Blendet ausgewählte Topbar-Seiten im Desktop-Hauptmenü aus, damit sie nur in der Topbar erscheinen, im Mobile Menü jedoch sichtbar bleiben
 * @page:      alle Seiten
 * @module:    Navigation
 * @date:      2026-04-28
 * @author:    Steffi Petschnik
 */

@media only screen and (min-width: 768px) {

  .mod_navigation .page_19,   /* FAQ */
  .mod_navigation .page_20,   /* Formulare */
  .mod_navigation .page_21,   /* Notfallnummern */
  .mod_navigation .page_22 {  /* Karriere */
    display: none;
  }

}

/* 
 * @change:    Reduziert die Padding-Abstände des Popup-Wrap-Elements auf mobilen Geräten für kompaktere Darstellung
 * @page:      
 * @module:    ce_wrap (Popup)
 * @date:      2026-04-28
 * @author:    Steffi Petschnik
 */
@media only screen and (max-width: 767px) {

  .ce_wrap.popup {
    padding: 30px 100px 30px 30px !important;
  }

}