/*
IMPORTANT:
This Code only works on the BAS website!!! The file network_main.css is the network-wide global frontend CSS
*/

.mec-load-more-wrap > div{
    border-radius: 0px;
    border: solid #56770c 3px;
    color: #56770c !important;
    font-weight: 600;
    font-family: montserrat;
    font-size: 1rem;
    padding: 5px 20px 40px 20px !important;
}
.mec-load-more-wrap > div:hover{
    background-color: #56770c;
    border-color: #56770c;
    color: #fff !important;
}
/*Kalender Titel on Hover Rot*/
.mec-event-title a.mec-color-hover:hover{
  color:#56770c !important;
}



/*Active menu Items styling*/
.current-menu-parent, .current_page_item, .current-page-ancestor{
	background-color: white;
}
.current-menu-parent>a, .current_page_item>a, .current-page-ancestor>a{
	color: black !important;
}
.my-active-list a.is-current-page .elementor-icon-list-text {
	border: solid #56770c;
	border-width: 0px 0px 3px 0px !important;
}
	
/*Mobile*/
.current-menu-parent>ul>li>a, .current_page_item>ul>li>a, .current-page-ancestor>ul>li>a{
	color: black !important;
}
.dropdown-item.active{
    color: #56770c !important;
}