/*
 Theme Name:     Divi Child Theme
 Theme URI:      http://www.elegantthemes.com
 Description:    Child Theme for Divi Theme by Elegant Themes
 Author:         Divi.world
 Author URI:     http://divi.world
 Template:       Divi
 Version:        1.0.0
*/
 
/* =Ab hier kannst du deine CSS-Anpassungen eintragen
------------------------------------------------------- */

/*-----------------Menu Position---------------- */

#et-top-navigation {
	margin: 0.5em 0 -0.5em 0;
}

/*-----------------Menu Hover Style---------------- */

#top-menu-nav #top-menu a:hover,
#mobile_menu_slide a:hover { 
    color: #065261 !important; 
    opacity:1 !important;
}

/*-----------------Menu Dropdown Icon---------------- */
 
#et-secondary-nav .menu-item-has-children>a:first-child:after, #top-menu .menu-item-has-children>a:first-child:after {
    content: "\45";
	display: none;
}
 
#et-secondary-nav .menu-item-has-children:hover>a:first-child:after, #top-menu .menu-item-has-children:hover>a:first-child:after {
    content: "\43";
}

/*----------------- Start ReadSpeaker ---------------- */

.rsbtn_play {
 background: #fff !important;
}

.rsbtn_play, .rsbtn_right {
	border-color: #7fa635 !important;
}

.rsbtn_left, .rsbtn_text, .rsbtn_label, .rsbtn_right {
	color: #7fa635 !important; /* Speaker icon */
}

/*----------------- End ReadSpeaker ---------------- */