/** STYLES // PART "ARBEITSPROBEN" */
/** WED 20-APRIL-22 */




/** "ROOT" MOVED TO "ARBEITSPROBEN" */


* {
	box-sizing: border-box;
}
div {
	border: 0px solid yellow;
}
																				/* LOCAL BG-COLOR */
body {
	margin: 0px;
	padding: 0px;
	background-color: rgba(128 128 128 / 1); 																	/** #808080 */
	line-height: 15px;																												/** ##TBD## NO EFFECT ON "TXT" W/O */
	overflow: scroll;
}

img { 
	border: 0px dotted cyan;
}

		/* ____________________________________________________________________________________ */
																					/* LOCAL LINKS */
a {
	color: var(--locol); 
	font-size: 14px; 
	font-family: "55 Helvetica Roman", "Helvetica Neue", Helvetica, Arial, Sans-serif, System-UI; 
	line-height: 19px;																												/** (ADJUSTING VERTICAL ALIGN) */
	text-decoration: none;
}
a:hover {
	color: var(--hicol); 
}

																	/** LIST ITEMS (PROJECTS) */
		/* ____________________________________________________________________________________ */
.txt {
	font-size: 14px;
	line-height: 16px;
	color: var(--hicol);
}
.txt:hover {
	color: var(--locol);
}
.super {
	font-size: 85%; 
	color: rgba(0 0 0 / .8); 
	position: relative; 
	top: -3px; 
	left: 1px;
}
#itemwrapper {
	display: flex;
	margin-left: 60px;
}
.item {
	visibility: visible;
}
.lblbox {
	height: 96px;
	width: 156px;
	padding-right: 5px;
	padding-top: 4px;
}

																			/** LOCAL MENU */
		/* ____________________________________________________________________________________ */
#menucontainer {
	/* display: inline-flex; */ 																											/** FIXED WIDTH */
	display: flex;
}

#homecontainer {
	margin-left: 60px;
	width: 468px;
}
#home_lbl {
	height: 36px;
}
#home {
	margin-top: 57px;
	margin-left: 1px;
	width: 22px; 
	height: 22px;
	background-image: var(--url);
	background-color: transparent;																							/** (NO COLOR WHILE LOADING) */
}

#nextcontainer {
	width: 469px;
}
#next_lbl {
	height: 36px;
}
#next {
	margin-top: 57px;
	margin-left: 1px;
	width: 37px; 
	height: 22px;
	background-image: var(--url);
	background-color: transparent;
}

#mailcontainer {
	width: 460px;
}
#mail_lbl {
	height: 36px;
}
#mail {
	margin-top: 57px;
	margin-left: 1px;
	width: 8px; 
	height: 22px;
	background-image: var(--url);
	background-color: transparent;
}


