/* --- CSS für Applauncher-Desktop --- */

.applauncher-desktop-div {
		background-color: #E93C3C !important;
		background-size: 100% 100% !important;
		color: #fff;
		width: 50px;
		box-shadow: none;
		border: none;
		line-height: 50px !important;
		text-decoration: none;
}

.applauncher-desktop-div:hover {
		background-color: #A81313 !important;
		transition: background-color .467s cubic-bezier(.1,.9,.2,1) 34ms;
		-moz-transition: background-color .467s cubic-bezier(.1,.9,.2,1) 34ms;
		-webkit-transition: background-color .467s cubic-bezier(.1,.9,.2,1) 34ms;
}

.applauncher-desktop-a {
		color: #fff;
		display:block;
		box-shadow: none;
		width: 50px;
		border: none;
		line-height: 50px !important;
		text-decoration: none;
		text-align: center !important;
}

.applauncher-desktop-a:hover {
}


/* ------------------------- */


/* --- CSS für Support --- */

.fss_main .fss_mainmenu p a img {
	box-shadow: 2px 15px 50px rgba(0, 0, 0, 0.35);
}

.fss_main .fss_mainmenu,
.fss_main .fss_mainmenu td,
.fss_main .fss_mainmenu th {
	border: none !important;
}

.fss_main .fss_mainmenu tbody tr td:hover p a img {
	box-shadow: 2px 15px 50px rgba(255, 72, 112, 0.35)
}

/* ------------------------- */

.uk-navbar-dropdown-nav>li>a { padding: 5px; }

ul.uk-breadcrumb { 
	background-color: rgba(0,154,241,0.15);
	padding: 5px 15px;
	border-radius: 10px;
	border: 1px solid #0177b9;
}

ul.uk-breadcrumb>li>* {
	color: #009af1;
}

.uk-breadcrumb>:nth-child(n+2):not(.uk-first-column)::before {
	margin: 0 10px;
}

ul.uk-breadcrumb>*>:hover {
	color: #ec1f6b;
}

ul.uk-breadcrumb>:last-child>* {
	color: #000;
}

/* --- CSS für Ihre Apps auf Smartphone --- */

.appmenue {
	
}

.appmenue h4.el-title.uk-accordion-title {
	background: rgba(0, 154, 241, 0.15);
	border: 1px solid #0177b9;
	padding: 5px;
	border-radius: 5px;
}

.jd_footer {
	display: none;
	visibility: hidden;
}

/* KIOSK-Darstellung Fehlerseiten - KEINE NAVBARS */

.kioskerror .uk-navbar-container {
      display: none;
}

.uk-tile-secondary {
	
	background-image: linear-gradient(135deg,#121141,#140F38);
	
}

.dp-module-upcoming-default-calendar .dp-module-upcoming-default-day {
		padding-top: 0.8em !important;
}

/* --- Sectiontitle --- */

.sectiontitle {
	border-left: 1px solid rgba(255,255,255,0.3);
	padding-left: 20px;
	color: #F7FFF4;
}

/* --- Menubuttons Mobile --- */
.menubuttons-bg {
	background-color: #121141 !important;
}

.uk-navbar {
	min-height: 48px;
}

/* --- Login Offcanvas Home --- */

.loginhomebg {
	background: #121141 !important;
}

.uk-section-secondary {
	background-image: none;
}

/* --- Menubuttons Mobile --- */

ul.uk-breadcrumb {
	background-color: rgba(255,255,255,0);
	border: none;
	padding-left: 25px;
}

/* --- Headeranzeige Mobil --- */
.headeranzeigemobil {
	border-bottom: 2px solid #fff;
	display: flex;
	align-items: center;
}