/*  MICROTHEMER STYLES  */


/*= General =================== */

/** General >> List item (#1) link **/
.sub-menu a {
	color: rgb(52, 98, 204) !important;
}

/** General >> Untermenü hover **/
.sub-menu a:hover {
	color: rgb(231, 53, 55) !important;
}


/*( < 980 )*/
@media (max-width: 979.98px) {

	/*= General =================== */

	/** General >> Spielernummern **/
	.elementor-widget-container h4 {
	font-size: 75px !important;
}


}


/*( < 768 )*/
@media (max-width: 767.98px) {

	/*= General =================== */

	/** General >> Ast menu toggle **/
	.ast-menu-toggle {
	background-color: rgba(255, 255, 255, 0) !important;
}


}


/*( < 480 )*/
@media (max-width: 479.98px) {

	/*= General =================== */

	/** General >> Handballapps **/
	.handballapps {
	display: block !important;
	overflow: hidden !important;
	overflow-x: scroll !important;
}


}

