

/* --- Stylesheet 6000 () --------- */ 

.T3799 .items {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}

.T3799 .items .item {
	flex: 1;
	display: flex;
	max-height: 50px;
	text-align: center;
	border: 1px solid rgba(0,0,0,0.2);
	margin-right: -1px ;
	white-space: nowrap;
	align-items: center;
	justify-content: center;
}

.T3799 .items .item.on { background-color: #fff; }

.T3799 a {
	display: block;
	width: 100%;
    height: 100%;
	padding: 12px 20px;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
}

.T3799 .logo {
	margin: -40px 0px;
}





/* OKB */

.Mandant_3469 .T3799 .items .item  { background-color: #0E5878; border-right: 1px solid #fff; }
.Mandant_3469 .T3799 .items .item a  { color: #fff !important; }


.Mandant_3469 .T3799 .items .item.on { background-color: #d6dc23; }
.Mandant_3469 .T3799 .items .item.on a  { color: #0E5878 !important;  }


/* --- Stylesheet 6533 (optional) --------- */ 

.T3799.S6533 .items .item {
	background-color: rgba(0,0,0,0.1);
	border: 0px solid #000;
	margin: 0px 2px 2px 0px
}

.T3799.S6533 .items .item.on {
	background-color: #fff;
	border: 1px solid rgba(0,0,0,0.2);
}


.T3799 .items .item.on  {
	background-color: var(--signal_color);
	color: var(--signal_color_negativ);
	border: 1px solid var(--signal_color);
}

.T3799 .items .item.on a  { color: inherit; }

/* --- Stylesheet 7721 (optional) --------- */ 

.T3799.S7721 .items .item {
	background-color: #393;
	border: 0px solid #000;
	margin: 0px 2px 2px 0px
}

.T3799.S7721 .items .item a {
	color: #fff !important;
	font-weight: bold;
}


.T3799.S7721 .items .item.on {
	background-color: #5b5;
	border: 1px solid rgba(0,0,0,0.2);
}




