/* ID:92266 */
@charset "utf-8";

#sidebar{
	background: var(--themeColor);
	bottom: 0;
	color: white;
	font-size: 0.7rem;
	line-height: 3ex;
	overflow-x: hidden;
	overflow-y: auto;
	padding-top: var(--topLevelPadding);
	position: relative;
	right: 0;
	top: 0;
	z-index: 3;

	#innersidebar{
		overflow-y: auto;
		padding: 0 1rem;
		width: var(--sidebarWidth);
	}
	img{
		max-width: calc(var(--sidebarWidth) - 1ex);
	}

	#lastLogin{
		max-width: 8em;
		h3{
			border-top:none;
		}
	}
	p{
		margin-top:1ex;
	}
	h3,
	h2 {/*fixme - das sollten wir umstellen*/
		color: var(--themeFontColor);
		font-style: normal;
		font-size:.8rem;
		line-height:3ex;
		margin-top:0;
		padding-bottom: 1ex;
		padding-top: 0.5em;
	}
	nav{
		margin-bottom: 1ex;
		padding-bottom: 1ex;
	}
	ul,
	ol {
		list-style: disc outside none;
		margin-bottom: 1em;
		margin: 0;
		padding: 0;
	}

	li {
		color: var(--themeFontColor);
		margin-left: 1em;
		list-style-position: outside;
		&.nolink{
			list-style-type: none;
		}
	}
	a {
		text-decoration: none;
		color: white;
		&:hover,
			&:hover .grau{
			color: #a9ebff;
			text-decoration: underline;
		}
	}

	/*tool-buttons*/
	input,
	button{
		background: white;
		border-radius: 5px;
		border: 2px outset whitesmoke;
		font-size:0.7rem;
		justify-content: left;
		margin-bottom: 1ex;
		overflow:hidden;
		position:relative;
		white-space: nowrap;
		width:100%;
		padding-bottom: 0.5em;
		padding-top: 0.7em;
		&:active{
			border-style: inset;
		}
	}

	button{
		/* dies funktioniert nicht color:change-color(var(--themeColor), red:0);*/
		color: var(--themeColor);
		&:hover{
			color: white;
			background: var(--mainBarColor);
		}
		i[class~="fab"],
		i[class~="fas"],
		i[class~="far"],
		i[class~="fal"],
		i[class~="fad"] {
			/*format icons on buttons*/
			font-size: 1.1em;
			min-width: 1em;
			text-align: center;
		}
	}
	address{
		table{
			border-spacing:0;
			td{
				color: white;
				padding:0 .5ex 0 0;
			}
		}
		margin-bottom:4ex;
	}

	details summary{
		background: color-mix(in srgb, white 10%, var(--themeColor)) !important;
		border-radius: 2px;
		color: var(--themeFontColor);
		font-style: normal;
		font-size: 0.8rem;
		line-height: 3ex;
		margin-top: 0;
		margin-bottom:0.5ex;
		padding-top: 0.5em;
		padding-bottom: 0.5em;
		i{
			min-width: 1.7ex;
			margin-right: 0.3ex;
			margin-left: 0.5ex;
			width: 1.2em;
			text-align: center;
		}
		span{
			font-weight: bold;
			font-family: var(--fontBold);
		}

	}
	details{
		summary{
			cursor: pointer;
			list-style: none;
			&::-webkit-details-marker{
				display: none;
			}
			&[inert] {
				display: block;
			}
		}
	}

}

#navShow,
#sidebarShow,
#sidebarShowCheck,
#sidebar input[type="checkbox"],
#navinput[type="checkbox"]{
	display: none;
}

nav.links,
nav.files,
address,
span.link{
	label{
		display: none;
	}
}
