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

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