/*
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.27.3.1732397914
Updated: 2024-11-23 22:38:34

*/

/*
 die Navigation mit active links
*/
.dl-anchor-menu a::before {
	content:'';
	width:100%;
	height:3px;
	background: #000;
	display: block;
	position: absolute;
	bottom: -20px;
	opacity: 0;
	transition: all .3s;
}

.dl-anchor-menu a {
	position:relative;
}
.dl-anchor-menu a.active::before {
	bottom: 0;
	opacity: 1;
}

.dl-anchor-menu.et_pb_menu a.active {
    color: lightsalmon!important;
}