@charset "utf-8";
main {
	background-color: #d4d0e1;
	scrolling: none;
	/* 	display: grid;
	grid-template-columns: auto ;
	grid-template-rows: auto auto ;
*/
}
.banner {
	/*	grid-column: 1 / 2;
	grid-row: 1 / 2;
	background-color: #336;
*/
	display: block;
	background-color: #4f4f87;
	background-size: cover;
	width: 100%;
}
.bannerImg {
	max-width: 790px;
	width: 100%;
}
.navbarContentFlexbox {
	display: flex;
	width: 100%;
	/*	grid-column: 1;
	grid-row: 2 / 3;*/
}
.navbar {
	flex-basis: 30%;
	width: max-content;
	order: 1;

	color: #ccc;
	width: 200px;
	display: inline-block;
	background-color: #4f4f87;
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: linear-gradient(to right, #4f4f87 95%, #cac5d9);
	/*	color: #C00;
	white-space: nowrap;
	box-shadow: 0 0 0 23px #4f4f87 inset;
	overflow-x: hidden;
	text-overflow: ellipsis;
*/
}
div.contentMenu {
	display: block;
	padding-bottom: 0px;
	padding-left: 10px;
	padding-right: 0px;
	padding-top: 0px;
	/*	white-space: nowrap;
	overflow-x: hidden;
	text-overflow: ellipsis;
*/
}
.expandContractMenu {
	background-color: #4f4f87;
	color: #fff;
	padding: 5px;
	cursor: pointer;
	font-weight: normal;
	font-size: 9px;
}
.yellow .tooltiptextMenu {
	color: Red;
	font-variant: small-caps;
	visibility: hidden;
	width: 160px;
	font-size: 9px;
	text-align: left;
	border-radius: 6px;
	padding: 1px 0;
	font-weight: bold;
	text-shadow: none;
	/* Position the tooltip */
	position: absolute;
	z-index: 7;
	top: -9px;
	left: -5%;
	opacity: 0;
	transition: opacity 1.5s;
}
.yellow:hover .tooltiptextMenu {
	visibility: visible;
	opacity: 1;
}

/*
@media screen and (max-width: 600px) {
  .navbar {
	display: none;
  }
}
	flex-grow: 0;
	width: minmax(min-content,22%);
	flex-shrink: 1;
	text-overflow: ellipsis;
	flex: 0 1 max-content;
	flex: 0 1 400px;
*/
.mainFrame {
	/*	flex-shrink: 1;
	flex-grow: 1;
*/
	order: 2;
	width: 100%;
	max-width: 800px;
	height: 100vh;
	min-width: 200px;

	display: inline-block;
	background-color: #4f4f87;
	scrolling: auto;
	border: 0;
	/*	flex-shrink: 2;
	flex-grow: 2;
	flex: 6;
	width: minmax(450px,600px);
*/
}
