/*--------  mmen� einstellungen --------------------------------*/
/* Schriftfarbe Men�*/
:root {
	--menu-text-color: #ffff;		/* weis	*/
	/*--menu-text-color: #FF00FF;	/* lila	*/
	/*--menu-text-color: #990033;		/* MVI rot */

}
 
 
 
  .mm-navbar {
       /* --mm-color-background: #5983c5;				/*----Hintergrundfarbe*/
      	--mm-color-background:#c72a42;		/* Rot Titel*/
	    --mm-color-text-dimmed: #fff;				/*----Farbe f�r ausgeblendete*/
        --mm-color-icon: #fff;
		--mm-color-title: #fff;
		
    }
	
	
	
    .mm-panel {
        /*--mm-color-background: #005399;   Blau*/
		--mm-color-background: #7a0028;   /* Rot*/
        --mm-color-text: var(--menu-text-color);	
        --mm-color-icon: #fff;
		/*--mm-color-background-emphasis: #5983c5;   Blau*/
		--mm-color-background-emphasis: #c72a42;  /* Rot */
		
    }
	


    .mm-listitem:after {
        content: none;
		
	}
/*------------------ Farbe Unterpunkt Counter --------------*/
	.mm-counter {
		color: var(--menu-text-color);
		}
		
		
		
/*-------------Akordeon--------------------*/

.handorgel__header__button {
	background-color:#990033;
	border-radius: 5px;*/
	/*border-radius: 10% 100% / 10% 100%;*/
	/*border-radius: 40% 40% 0% 0%/ 100% 100%;
/*	  border: dashed;
  border-width: 2px 4px;
  border-radius: 40px;
*/	
	
	text-align:center; 
	font-family: Arial;
    color:#FFFFFF;
	font-weight:bold;
	padding: 10px 24px; 
}	



