/*
 Theme Name:     Divi Child
 Theme URI:      https://www.elegantthemes.com/gallery/divi/
 Description:    Divi Child Theme
 Author:         Elegant Themes
 Author URI:     https://www.elegantthemes.com
 Template:       Divi
 Version:        1.0.0
*/
 
 
/* =Theme customization starts here
------------------------------------------------------- */

#page-container #et-boc #menu-menu-principal-german li a::after {
  background-color: #da261b;
  content: "" !important;
  height: 2px;
  left: 0;
  position: absolute;
  transform: scaleX(0);
  transform-origin: 0 0;
  transition: transform .6s cubic-bezier(.77,0,.175,1);
  width: 100%;
  z-index: 2;
}