@media(max-width:1000px) {
	#header .header-ctr-left, #header .header-ctr-right {
		width: calc(50% - 75px);
	}
	#header .header-ctr-left {
		left: 75px;
	}
	#header .header-ctr-right {
		left: 50%;
	}
	#header .header-wrapper {
		padding-left: 10px;
	}
	#header > .header-wrapper > .header-logo .header-logo-banner {
		display: none;
	}
	#header > .header-wrapper > .header-logo .header-logo-symbol {
		display: block;
	}
	
	#header .header-actions {
		width: 75px;
		transition-duration: 0.25s;
	}
	
	#header .header-actions .ui-expander {
		display: inline-block;
		cursor: pointer;
		padding-top: 5px;
		transition-duration: 0.25s;
	}
	#header .header-actions .ui-expander:hover {
		color: #FFF;
	}
	#header .header-actions.ui-state-expanded .ui-expander {
		padding-top: 0;
		transform: rotate(180deg);
	}
	#header .header-actions .ui-button {
		display: none;
	}
	#header .header-actions.ui-state-expanded {
		width: 300px;
		background: #003D7C;
		border-top-left-radius: 3em;
		border-bottom-left-radius: 3em;
		box-shadow: -2.5px 0px 5px black;
	}
	#header .header-actions.ui-state-expanded .ui-button {
		display: inline;
	}
}

@media(max-width:800px) {
	#header .header-ctr-left, #header .header-ctr-right {
		width: calc(50% - 75px);
	}
	#header .header-ctr-left {
		left: 75px;
	}
	#header .header-ctr-right {
		left: 50%;
	}
	#header .header-wrapper {
		padding-left: 10px;
	}
	#header > .header-wrapper > .header-logo .header-logo-banner {
		display: none;
	}
	#header > .header-wrapper > .header-logo .header-logo-symbol {
		display: block;
	}
	
	#header .header-actions {
		width: 75px;
	}
	
	.ClsLogin {
		margin-left: calc(50% - 22.5em);
	}
	
	.ClsAppTitleLong {
		display: none;
	}
	
	.ClsAppTitleFeat {
		display: none;
	}
	
	.ClsTabIco {
		display: inline-block;
	}
	
	.ClsTabTxt {
		display: none;
	}
	
	button[id='idFrmItems:idTblItems:idBtnToggleMenuBar'] {
		display: inline-block;
	}
	
	button.ClsTBHome
	{
		display: none;
	}
}

/* Sehr kleines Display */
@media(max-width:650px) {
	#header .header-ctr-left {
		display: none;
	}
	#header .header-ctr-right {
		left: 75px;
		width: calc(100% - 150px);
	}
}

/* Sehr kleines Display */
@media(max-width:450px) {
	.ui-panelgrid-cell > .ClsWidth250		/* Länge Eingabefelder */
	{
		max-width: 150px;
	}
	
	.ClsAbout .ClsAppLogo {
		width: 32px;
	}
	
	#idDlgSiteNotice .ClsScrollPanel
	{
		width: calc(100% - 2em) !important;
	}
}