/**
 * vordrucke.eb.de-Design für leistenförmiges Navigationsmenü
 *
 * @history <br />
 * 1.2 vom 2023-12-18, so.li
 *   - für neue Actionbar angepasst
 * 1.0 vom 2023-07-05, so.li
 *   - Initialversion
 */
@media screen and (min-width: 800px){
	.navigationsleiste-container{
		background-color:#7e5387;
		background-image:url(../../css/backgrounds/gradients/gradient.png);
		background-position: bottom;
		background-repeat:repeat-x;
		min-height: 30px;
		align-items: stretch;
		padding: 0;
	}
	
	/* normales Mawi-Link-Styling in der Navigation entfernen. */
	.nav-items a,
	.nav-items a:link,
	.nav-items a:active,
	.nav-items a:hover,
	.nav-items a:focus {
		text-decoration: none;
	}

	.nav-items{
		height: 100%;
		align-items: stretch;
		margin-left: 10px;
	}
	
	/* nav-items der ersten Ebene */
	.nav-items > .nav-item {
		background-color:transparent;
		background-image:url(../../css/backgrounds/separator-30-vert.png);
		background-position: right center;
		background-repeat:no-repeat;
		padding: 0;
	}
	
	.nav-items > .nav-item:hover{
		background-color: #c1c1c1;
		background-image:url(../../css/backgrounds/gradients/gradient.png);
		background-position: bottom;
		background-repeat:repeat-x;
	}
	
	button.nav-subtitle {
		height: 100%;
	}
	
	.nav-subtitle label{
		padding: 0;
	}

	.nav-subtitle .nav-subtitle-content{
		color: #fff;
		padding: 0 0.8em;
	}

	.nav-subtitle a:hover{
		text-decoration: none;
	}
	
	/* nav-items der zweiten Ebene */
	.nav-subitems {
		background-color: #583a5f;;
	}
	
	.nav-subitems > .nav-item,
	.nav-subitems > .nav-item a,
	.nav-subitems > .nav-item a:visited{
		color: #fff;
	}
	
	.nav-subitems > .nav-item:hover{
		text-decoration: underline;
	}
}