@media (max-width: 1600px) and (min-width: 992px), (max-width: 350px) {
	#navSearch #navCategoryBtnWrapper {
		height: 25px;
	}
	#navSearch #navCategoryBtnWrapper td {
		width: 25px;
	}
	
	#navSearch #navCategoryBtnWrapper td .navCategoryBtn {
		width: 25px;
		height: 25px;
	}
	#navSearch #navCategoryBtnWrapper td .navCategoryBtn span {
		width: 24px;
		height: 25px;
		font-size: 13px;
		margin-top: 6px;
	}
}

@media (max-width: 1400px) and (min-width: 992px), (max-width: 350px) {
	#navSearch #navCategoryBtnWrapper {
		height: 50px;
	}
	#navSearch #navCategoryBtnWrapper table {
		width: 100%;
	}
	#navSearch #navCategoryBtnWrapper td {
		display: block;
		float: left;
		width: 25% !important;
	}
	#navSearch #navCategoryBtnWrapper td:first-child .navCategoryBtn {
		border-radius: 0;
	}
	#navSearch #navCategoryBtnWrapper td:nth-child(5) .navCategoryBtn {
		border-bottom-left-radius: 4px;
		border-left: 1px solid;
	}
	#navSearch #navCategoryBtnWrapper td .navCategoryBtn {
		width: 100%;
	}
}

@media (max-width: 1200px) and (min-width: 992px) {
	#navSearch #navCategoryBtnWrapper td {
		display: block;
		float: left;
		width: 33% !important;
	}
	#navSearch #navCategoryBtnWrapper td:nth-child(4) .navCategoryBtn {
		border-bottom-left-radius: 4px;
		border-left: 1px solid;
	}
	#navSearch #navCategoryBtnWrapper td:nth-child(5) .navCategoryBtn {
		border-radius: 0;
		border-left: 0;
	}
}

@media (max-width: 992px) {
	body > div > .row > [class*="col-"] {
		display:block;
		width: 100%;
	}
	
	#eosLoginForm {
	    left: auto;
        max-width: initial;
	    position: relative;
	    top: auto;
        margin: 20px auto 10px;
        width: 90%;
	}
	
	.infophone,
	.infomaillink {
		text-align: center;
		padding: 0;
	}
	
	.row .row {
	    margin-left: -10px;
	    margin-right: -10px;
	}

	.logon .row {
	  	display:flex;
	  	flex-direction: column-reverse;
	}
	
	#eosInfo{
		padding-top:20px;
	}
	
	#eosLoginForm {
		padding-top:10px;
	}
	
	#mainLeftWrap {
		margin-top:0!important;
	}
	
	#mobileMenuSwitch {
		background-color: #d10921;
	    display: block !important;
	    height: 40px;
	    position: fixed;
	    width: 100%;
	    z-index: 999999999;
	    top:0;
	}
	
	.noMenu #mobileMenuSwitch {
	    display: none !important;
	}
	
	#mobileMenuSwitch #switchBtn {
		border: 1px solid #ffffff;
	    margin: 5px;
	    padding: 3px;
	    width: 28px;
	}
	
	#mobileMenuSwitch #switchBtn span {
		border-bottom: 1px solid #ffffff;
	    display: block;
	    height: 4px;
	    margin-bottom: 2px;
	    width: 20px;
	}
	
	body>.container{
		margin-top: 40px;
	}
	
	body>.container.logon{
		margin-top: 0;
	}
	
	#mainLeft {
		display:none;
	}
	
	#mainLeft.active {
		display: block;
	    height: 100%;
	    position: absolute;
	    z-index: 99999;
	    width: 80%;
	}
	
	#mobileMenuSwitch.active #switchBtn {
		background-color: #3E3E3F;
	}
	
	body:not(.noMenu) > div > .row {
	    min-height: 1100px;
	}
	
	.nav-row {
	  	display:block;
	  	height: auto;
	}
	
	.nav-row .logout {
		width: 40px;
		height: 40px;
	}
	.nav-row .logout > a {
	  	width: 100%;
	  	height: 100%;
	}
	.nav-row .logout > a > i {
		font-size: 15px;
	}

	.nav-row .navbar-container {
		width: 100%;
	}

	.nav-row .tenant-container {
		width: calc(100% - 135px);
		position: fixed;
		top: 5px;
		left: 60px;
		z-index: 999999999999999999999;
		height: 30px;
		padding: 0;
	}

	.nav-row .tenant-container #selektorFirma {
		margin: 0;
	}

	.nav-row .tenant-container #selektorFirma:after {
		top: 0;
		line-height: 30px;
	}

	.nav-row .tenant-container #selektorFirma label {
		display: none;
	}

	.nav-row .tenant-container #selektorFirma .form-control {
		height: 30px;
	}

	#startH1Wrapper #startH1 {
		font-size: 22px;
		margin: 5px 0 5px 0;
	}

	.leftSideQuick > .row-default > .row > div.col-md-3 {
		width: 50%;
		float: left;
	}
	
	.col-default {
	    padding: 0;
	    margin-left: 10px;
    	margin-right: 10px;
    	border-right: 0 none !important;
	}
	
	.navbar {
    	position: relative;
	}
	
	#devBy {
	    position: relative;
	    text-align: right;
	}
	
	.rightSideQuick {
	    margin-top: 40px;
	}
	
	.logout a::after {
	   display:none;
	}
	
	.col-md-1.text-right.logout {
	    position: fixed;
	    right: 0;
	    top: 0;
	    z-index: 9999999999999999999;
	}
	
	#form-group-queue_druck {
	    display: inline;
	    float: left;
	}
	
	#mobileNoMenu {
	    display: block!important;
	    position: fixed;
	    right: 0;
	    top: 0;
	    color: #FFFFFF;
	    background-color: #d9534f;
        padding: 5px 10px;
        font-size: 18px;
	    z-index: 99999999999;
	    cursor:pointer;
	}
	
	.bodyInIframe #mobileNoMenu {
		display:none!important;
	}
	
	.overflowx {
		overflow-x: auto;
	}
	
	.phoneFix {
		display: none;
	}
	
	.gridThumbnail {
		width: 80px;
		height: 45px;
	}
	
	.galleryIconFa {
		font-size: 2.5em;
	}
	
	#dialog-window .row {
		/*margin-left: 0;*/
	}
	
	#dialog-frame {
		padding-left: 0;
	}
	
	.ui-widget-overlay {
		background: #333 none repeat scroll 0 0;
		opacity: 0.75;
	}
	
	.galleryElement {
		width: 50% !important;
	}
	
	.umsatzDonat {
		height: 80vw;
	}

	.modal-dialog {
		margin-top: 50px;
	}
}

@media (max-width: 480px) {
	
	.galleryIconFa {
		font-size: 1em;
	}
	
	.galleryElement {
		width: 100% !important;
	}
	
	.galleryIconText {
		display: none;
	}
	
	.umsatzDonat {
		height: 100vw;
	}
}