header #flyout-menu-box
{
	padding: 8px 0 0 0;
	z-index: 1999;
}

header #flyout-menu-box nav a div
{
	/*1.Ebene*/
	color: rgba(255, 255, 255, 0.8);
	padding: 0 19px 16px 0;
	margin: 0 0 -16px 0;
}

header #flyout-menu-box nav a:hover,
header #flyout-menu-box nav a.is-active
{
	/*1.Ebene*/
	color: white;
}

header #flyout-menu-box nav ul li
{
	/*1.Ebene, Einträge stehen nebeneinander */
	display: inline-block;
}

header #flyout-menu-box nav ul ul
{
	/*2.Ebene, ist ausgeblendet*/
	position: absolute;
	left: -999em;
	z-index: 1999;
}

header #flyout-menu-box nav ul li:hover ul
{
	/*2.Ebene, wird eingeblendet*/
	left: auto;
}

header #flyout-menu-box nav ul ul li
{
	/*2.Ebene, Einträge stehen untereinander */
	display: block;
}

header #flyout-menu-box nav ul ul a div
{
	/*2.Ebene*/
	color: black;
	padding: 3px 9px 7px 9px;
	margin: 0;
	display: block;
}

header #flyout-menu-box nav ul ul a div:hover,
header #flyout-menu-box nav ul ul a div.is-active
{
	/*2.Ebene*/
	color: black;
	background-color: #f0f0f0;
}

header .is-triangle-border
{
	border: 1px solid silver;
	background-color: white;
	position: relative;
	padding: 11px 0 16px 0;
	border-radius: 2px;
	margin: 15px 0 0 0;
	width: 200px;
}

header .is-triangle-border.is-triangle-top:before
{
	top: -11px;
	bottom: auto;
	right: auto;
	left: 10px;
	border-width: 0 11px 11px;
}

header .is-triangle-border:before
{
	border-color: silver transparent;
	content: '';
	position: absolute;
	bottom: -11px;
	left: 10px;
	border-width: 11px 11px 0;
	border-style: solid;
	display: block;
	width: 0;
}

header .is-triangle-border.is-triangle-top:after
{
	top: -10px;
	bottom: auto;
	right: auto;
	left: 11px;
	border-width: 0 10px 10px;
}

header .is-triangle-border:after
{
	border-color: white transparent;
	content: '';
	position: absolute;
	bottom: -10px;
	left: 11px;
	border-width: 10px 10px 0;
	border-style: solid;
	display: block;
	width: 0;
}

.is-sub-menu-separator
{
	height: 1px;
	border-top: 1px solid silver;
	margin: 5px 0 6px 0;
}

#small-menu-box .is-sub-menu-separator
{
	height: 1px;
	border-top: 1px solid grey;
	border-left: solid 6px transparent;
	margin: -1px 0 0 0;
}

/******************************************************************************/
/*
FLYOUT MENU
copy from here - change id - ready


you can set the - wished width - here 260px
*/

#the-sort-flyout
{
	height: 40px;
	z-index: 2000;
	width: 37px;
}

#the-sort-flyout div
{
	color: black;
	padding: 0 0 16px 0;
	margin: 0 0 -18px auto;

	/*first value is wished width*/
	width: calc(260px - 2px);
}

#the-sort-flyout ul li
{
	/*1.Ebene, Einträge stehen nebeneinander */
	display: inline-block;
	height: 38px;
	width: 37px;
}

#the-sort-flyout ul ul
{
	/*2. Ebene, ist ausgeblendet*/
	position: absolute;
	left: -999em;
	z-index: 1999;

	/*first value is wished width*/
	right: calc(260px - 37px);
}

#the-sort-flyout ul li:hover ul
{
	/*2. Ebene, wird eingeblendet*/
	left: auto;
}

#the-sort-flyout ul ul li
{
	/*2. Ebene, Einträge stehen untereinander */
	display: block;
	height: auto;

	/*first value is wished width*/
	width: calc(260px - 2px);
}

#the-sort-flyout ul ul a div
{
	/*2. Ebene*/
	color: black;
	padding: 7px 9px 7px 9px;
	margin: 0;
	display: block;
}

#the-sort-flyout ul ul a div:hover,
#the-sort-flyout ul ul a.is-active div
{
	/*2.Ebene*/
	color: black;
	background-color: #f0f0f0;
	width: calc(260px - 27px);
}

/*triangle*/
#the-sort-flyout .is-triangle-border
{
	/* the sub menu box */
	border: 1px solid silver;
	background-color: white;
	position: relative;
	padding: 11px 0 11px 0;
	border-radius: 2px;
	margin: 15px 0 0 0;

	/*wished width*/
	width: 260px;
}

#the-sort-flyout .is-triangle-border.is-triangle-top:before
{
	/* the grey triangle that gives the border */
	top: -11px;
	bottom: auto;
	right: 7px;
	left: auto;
	border-width: 0 11px 11px;
}

#the-sort-flyout .is-triangle-border:before
{
	border-color: silver transparent;
	content: '';
	position: absolute;
	bottom: -11px;
	left: 10px;
	border-width: 11px 11px 0;
	border-style: solid;
	display: block;
	width: 0;
}

#the-sort-flyout .is-triangle-border.is-triangle-top:after
{
	/* the white triangle before the grey one */
	top: -9px;
	bottom: auto;
	right: 9px;
	left: auto;
	border-width: 0 9px 9px;
}

#the-sort-flyout .is-triangle-border:after
{
	border-color: white transparent;
	content: '';
	position: absolute;
	bottom: -10px;
	left: 11px;
	border-width: 10px 10px 0;
	border-style: solid;
	display: block;
	width: 0;
}

/*mark the active entry*/
#the-sort-flyout .is-entry
{
	margin-left: 25px;

	/*first value is wished width*/
	width: calc(260px - 26px);
}

#the-sort-flyout .is-entry:before
{
	background-image: url('./image/form-grid.png');
	background-repeat: no-repeat;
	background-position: 50px 50px;
	width: 25px;
	height: 19px;
	float: left;
	content: '';
	margin: 2px 0 0 -25px;
}

#the-sort-flyout .is-entry.is-sorted-by:before
{
	background-position: -75px 0px;
}

/*
FLYOUT MENU
copy until here
*/
/******************************************************************************/

