/*
Theme Name: ERGOTHERAPIE
Description: Template für ERGOTHERAPIE by Marlen Becher
Author: Daniel McDonald
Author URI: https://etrnl.de/
Author Email: daniel@etrnl.de
Version: 1.0.0
Text Domain: hello-elementor-child
Template: hello-elementor
*/
/*
Add your custom styles here
*/
/* iOS-Auto-Links und eigene tel:-Links optisch neutral halten */
a[href^="tel:"]{
  color: inherit !important;
  text-decoration: none !important;
  cursor: text;
}
a[href^="tel:"]:hover,
a[href^="tel:"]:active,
a[href^="tel:"]:visited{
  color: inherit !important;
  text-decoration: none !important;
}
/* Tel/Fax (Data-Detector) entfarben */
a[href^="tel:"], a[href^="fax:"], a[href^="sms:"], a[href^="callto:" ]{
  color: inherit !important;
  text-decoration: none !important;
}
.elementor-element ul{
    padding-left: 20px    
}
.elementor-element ul li::marker {
    content: "• "; /* Bullet + Leerzeichen */
    font-size: 1em; /* ggf. kleiner skalieren */
}