/*
Theme Name: Enfold Child
Description: A <a href='http://codex.wordpress.org/Child_Themes'>Child Theme</a> for the Enfold Wordpress Theme. If you plan to do a lot of file modifications we recommend to use this Theme instead of the original Theme. Updating will be much easier then.
Version: 1.0
Author: Kriesi
Author URI: http://www.kriesi.at
Template: enfold
*/

/* Show Accessibility Toolbar Icon */
#pojo-a11y-toolbar.pojo-a11y-toolbar-right .pojo-a11y-toolbar-toggle {
    right: 180px !important;
    width: 40px !important;
}

/* Sicherstellen, dass das Bild nicht skaliert */
.progressbar-image {
  width: 100px !important; /* Fixe Breite für das Bild */
  height: 120px !important; /* Fixe Höhe für das Bild */
  object-fit: none !important; /* Verhindert Skalierung und Verzerrung */
  pointer-events: none !important; /* Verhindert Interaktionen mit dem Bild */
}
.progressbar-image-container {
    transition: top 0.3s ease-out, left 0.3s ease-out; /* Sanfte Bewegung */
}
