/*
Theme Name: Beratung Child
Author: VamTam
Author URI: https://vamtam.com
Template: beratung
*/



/*

put your child theme styles here */

 .menu-item-1 a:hover {
        color: #90e5f9 !important; /* Changes the text color to red */
    }
.elementor-nav-menu .menu-item-1.current-menu-item > a {
color: #90e5f9 !important;
}

    .menu-item-2 a:hover {
        color: #ff8882 !important; /* Changes the text color to blue */
    }
.elementor-nav-menu .menu-item-2.current-menu-item > a {
color: #ff8882 !important;
}

 .menu-item-3 a:hover {
        color: #f8eb8d !important; /* Changes the text color to red */
    }
.elementor-nav-menu .menu-item-3.current-menu-item > a {
color: #f8eb8d !important;
}
 .menu-item-4 a:hover {
        color: #feb185 !important; /* Changes the text color to red */
    }
.elementor-nav-menu .menu-item-4.current-menu-item > a {
color: #feb185 !important;
}

 .menu-item-5  a:hover {
        color: #98f88d !important; /* Changes the text color to red */
    }
.elementor-nav-menu .menu-item-5.current-menu-item > a {
color: #98f88d !important;
}
 .menu-item-6 a:hover {
        color: #7b90f9 !important; /* Changes the text color to red */
    }
.elementor-nav-menu .menu-item-6.current-menu-item > a {
color: #7b90f9 !important;
}

 .menu-item-7 a:hover {
        color: #d37ff9 !important; /* Changes the text color to red */
    }
.elementor-nav-menu .menu-item-7.current-menu-item > a {
color: #d37ff9 !important;
}



    /* You can add more rules for other menu items */
you don't need any @import rules

*/
