/*Als Sammelbucher kein Konto für andere anlegen, das macht es automatisch, weil ausgeblendet */
#partnerData #account{
	display:none !important;
}
.ui-icon-shoppingCart::after{
 background-image: none !important;
	content: none !important;
	background-color: transparent !important;
	padding-left: 5px !important;
}
.ui-icon-shoppingCart{
	padding-left: 7px !important;
	text-align: center !important;
}
.ui-collapsible-content{
	padding: 8px 0px !important;
}
#runRegister > span.ui-li-count {
	display: none !important;
}
/*Buchungsprozess ein wenig anpassen */
#MobilePartnerData_Container_CollapsiblePartnerData_ParticipantCollapsibleContainer{
	display: none !important;
}

#employeeTrainingexternalEnrollContainer{
	display: none !important;
}

/*#58 LTO: Auf dem Handy das ganze lesbarer machen*/
@media (min-width: 0px) and (max-width:1080px) {  
	#explorerArea .TrainingProductTitleExplorerTitle, #explorerArea .TrainingProductTitleExplorerTitle{
		display: flex;
		line-break: auto !important;
		overflow-wrap: break-word !important;
		white-space: pre-line;
  		text-overflow: clip;
	}
	.headerArea{
		background-size: 220px 54px;
	}
}

#partnerData label[for=partnerID], #partnerID, #partnerData label[for=CostCostCenter], #CostCostCenter, #partnerData label[for=DayOfBirth], #AdditionalData{
	display:none !important;
}

.eventExpandItem .eventTitleTR{
	display: none !important;
}

@CHARSET "ISO-8859-1";

/* Siehe auch: @import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,700"); */

.jqmCalendar-dayButton.ui-btn.ui-btn-up-a.training{
	background-color: PaleTurquoise !important;
}

#PartnerData_MobilePhone, label[for=PartnerData_MobilePhone], #PartnerData_Participant_MobilePhone, label[for=PartnerData_Participant_MobilePhone], #PartnerData_InvoiceEMail, label[for=PartnerData_InvoiceEMail]{
	display: none !important;
}
* {
	text-shadow: none !important;	
	font-family: Arial !important;
    line-height: 1.5;
    font-weight: 300;
}

h1, h2, h3, h4 {
	text-shadow: none !important;	
	font-family: Arial !important;
    line-height: 1.5;
    font-weight: 300;
	color: black;
}

.TrainingProductTitleExplorerTitle  {
	color: black;	
}

.headerArea {
    background-color: #404040;
    background-repeat: no-repeat;
    background-position: 110px 2px;
    padding-top: 56px;
	background-size: 220px 54px;
	
}

#listViewSwitchStyle {
    top: 9.5em;
}


#weitereAngaben > div{
	width: 100% !important;	
}

.ui-btn:not(.ui-input-search):not(.searchResultArea):not(.QPMatrixCell):not(.ui-input-clear):not(.ui-collapsible-heading-toggle),
.ui-page-theme-a .ui-btn, 
html .ui-bar-a .ui-btn, 
html .ui-body-a .ui-btn, 
html body .ui-group-theme-a .ui-btn,
html head + body .ui-btn.ui-btn-a, 
/* jetzt das gleiche nochmal mit "visited" */
.ui-page-theme-a .ui-btn:visited, 
html .ui-bar-a .ui-btn:visited, 
html .ui-body-a .ui-btn:visited,
html body .ui-group-theme-a .ui-btn:visited,
html head + body .ui-btn.ui-btn-a:visited,
.ui-btn:visited
{
    background-color: #e2e2e2;
	color: #333;
	text-shadow: none;
	border: 1px solid #999999;
}

.ui-btn:not(.ui-input-search):not(.doNotUseCustomColor):hover,
.ui-page-theme-a .ui-btn:hover, 
html .ui-bar-a .ui-btn:hover, 
html .ui-body-a .ui-btn:hover,
html body .ui-group-theme-a .ui-btn:hover,
html head + body .ui-btn.ui-btn-a:hover
{
    background-color: #d6d6d6 !important;
}

/* Hintergrundbild der Startseite */
.contentArea_home:before {
    content : "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
	background-size:cover;
    width: 100%;
    height: 100%;
    opacity : 0.7;
}

/* Aktiv-Farbe */
.ui-page-theme-a .ui-btn.ui-btn-active, 
html .ui-bar-a .ui-btn.ui-btn-active, 
html .ui-body-a .ui-btn.ui-btn-active, 
html body .ui-group-theme-a .ui-btn.ui-btn-active, 
html head + body .ui-btn.ui-btn-a.ui-btn-active, 
.ui-page-theme-a .ui-checkbox-on::after, 
html .ui-bar-a .ui-checkbox-on::after, 
html .ui-body-a .ui-checkbox-on::after, 
html body .ui-group-theme-a .ui-checkbox-on::after, 
.ui-btn.ui-checkbox-on.ui-btn-a::after, 
.ui-page-theme-a .ui-flipswitch-active, 
html .ui-bar-a .ui-flipswitch-active, 
html .ui-body-a .ui-flipswitch-active, 
html body .ui-group-theme-a .ui-flipswitch-active, 
html body .ui-flipswitch.ui-bar-a.ui-flipswitch-active, 
.ui-page-theme-a .ui-slider-track .ui-btn-active, 
html .ui-bar-a .ui-slider-track .ui-btn-active, 
html .ui-body-a .ui-slider-track .ui-btn-active, 
html body .ui-group-theme-a .ui-slider-track .ui-btn-active, 
html body div.ui-slider-track.ui-body-a .ui-btn-active {
    background-color: red;
    border-color: #eceded;
    color: black;
    text-shadow: none;
}

li a.ui-btn.ui-menu-item-wrapper.ui-state-active {
    background-color: #d6d6d6;
    color: #fff;
    text-shadow: none;
}

.ui-tabs-nav .ui-state-active {
    background-color: rgb(111, 111, 111);
    border-color: #eceded;
}

.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
    background-color: rgba(0, 0, 0, 70);
	font-family: Arial !important;
}

.jq-calendar-wrapper .training {
    background-color: #e8c425 !important;
}

.jq-calendar-wrapper .training div, .jq-calendar-wrapper .training span {
    color: white;
}

#loginSSORequest {
    background: rgba(200, 15, 15, 1);
    color: white;
    width: 170px;
    padding-left: 4px;
    padding-bottom: 4px;
    padding-top: 4px;
}

#loginSSORequest img[name="loginSSOLogo"] {
    height: 60px !important;
}

#loginSSORequest span[name="loginSSOText"]{
    line-height: initial;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 45%;
}
#loginSSORequest span[name="loginSSOText"] br{
    line-height: normal;
}

.FolderTitle {
	color: #000000!important;
	text-shadow: none !important;	
}

/*Produktkatalog, aktuller Ordner*/
#explorerTab{
	background-color: #e8c425;
}

/*Einstellungen Footer*/
.footerTP{
	border-top: 10px solid #e8c425;
	color: #ffffff;
	background-color: #404040 !important;
}



.ui-page-theme-a a:hover {
	color: #000000 /*oder 990000*/ !important;
}

.footerlink {
	text-decoration:none !important;
	color:#ffffff !important;
}

.nav {
	list-style-type: none;
}


.ui-tabs-nav {
	background-color: #404040 !important;
}


.ui-bar-inherit {
	border:0 !important;
}

.ui-state-active a {
	color:black !important;
}

.ui-state-default {
	border:0 !important;
	border-radius:5px;
}


/*Versteck den Untertitel*/
.tileLayout ul > li > a > p {
	display: none;
}

.tileLayout .ui-listview li {
	/*height: 142px;*/
}

.FolderCell > .ui-li-count {
  display:none;
}

div.eventExpandItem .ui-btn.ui-icon-print.ui-btn-icon-left, div.eventExpandItem .ui-btn.ui-icon-calendar.ui-btn-icon-left{
	display: none !important;
}

.LJAST_trainingproductTitleOnJSP, .LJAST_trainingproductSubTitleOnJSP, .zertifikatkurs{
	text-align: center !important;
	color: #0070C0 !important;
}

.LJAST_trainingproductTitleOnJSP{
	font-weight: 900 !important;
}
.ui-block-a.ui-block-largeMedia60 h2:not(.LJAST_trainingproductSubTitleOnJSP){
	color: grey !important;
}
.ui-block-b.ui-block-largeMedia40 h2{
	color: #858583 !important;
}
#contactPersonArea h3{
	font-size: 16px !important;
}

.ui-collapsible-heading-toggle.ui-btn.ui-icon-plus.ui-btn-icon-left.ui-btn-a, .ui-collapsible-heading-toggle.ui-btn.ui-btn-icon-left.ui-btn-a.ui-icon-minus {
	background-color: #858583 !important;
	color: white !important;
}

.ui-block-b.ui-block-largeMedia40{
	/*box-shadow: -10px 10px 10px #d3d3d3;*/
}
@CHARSET "UTF-8";
/* LTO Zähler bei Ordner ist über den Suchergebnissen gewesen*/
#searchHeaderAutocompleteArea{
	z-index: 1002 !important;
}
#selectNN, #pdfCatalogueArea{
	display: none !important;
}

/*#260 LTO*/
.ui-listview>li h3{
	 white-space: normal !important;
}  
/*#222 LTO den Bereich ausblenden, da eh eine fixe Rolle definiert wird*/
.contentArea_newPartner #account{
	display: none !important;
}

/* Issue 208 Auslastung beim Brandschutz anzeigen LTO */
.contentArea span.EventAusgebucht {
	-webkit-border-radius: 50% !important;
	-moz-border-radius: 50% !important;
	border-radius: 50% !important;
    width: 18px;
    height: 18px; 
	background-color: #f8484f;
	display: inline-block;
	border: 2px solid white;
}

.contentArea span.EventGutBesucht {
	-webkit-border-radius: 50% !important;
	-moz-border-radius: 50% !important;
	border-radius: 50% !important;
	width: 18px;
    height: 18px; 
	background-color: #da891b;
	display: inline-block;
	border: 2px solid white;
}

.contentArea span.EventGarantiert {
	-webkit-border-radius: 50% !important;
	-moz-border-radius: 50% !important;
	border-radius: 50% !important;
	width: 18px;
    height: 18px; 
	background-color: #93d702;
	display: inline-block;
	border: 2px solid white;
}



.provisionalBannerBackground{
	z-index: 9 !important;
}

.provisionalBanner{
	z-index: 100 !important;
	color: black !important;
	position: absolute !important;
	top: 55px !important;
	display: block !important;
	 -moz-transform:translateX(300%);
 -webkit-transform:translateX(300%);  
 transform:translateX(300%);
	-moz-animation: provisionalBanner 20s linear infinite;
 -webkit-animation: provisionalBanner 20s linear infinite;
 animation: provisionalBanner 20s linear infinite;
	
}
/* Move it (define the animation) */
@-moz-keyframes provisionalBanner {
 0%   { -moz-transform: translateX(300%); }
 100% { -moz-transform: translateX(-100%); }
}
@-webkit-keyframes provisionalBanner {
 0%   { -webkit-transform: translateX(300%); }
 100% { -webkit-transform: translateX(-100%); }
}
@keyframes provisionalBanner {
 0%   { 
 -moz-transform: translateX(300%); /* Firefox bug fix */
 -webkit-transform: translateX(300%); /* Firefox bug fix */
 transform: translateX(300%);     
 }
 100% { 
 -moz-transform: translateX(-100%); /* Firefox bug fix */
 -webkit-transform: translateX(-100%); /* Firefox bug fix */
 transform: translateX(-100%); 
 }
}


/*Issue 163 Tabelle der EventDetails ein wenig entzerren*/
.eventDetail table tr td:first-child{
	width: 30% important; 
}
.eventDetail table{
	width: 100% !important;
}

/* Explorer-Kachel am Desktop 3spaltig */
#folderListAreaExplorer .btn-folderCell
 {
	width:320px; 
}


#folderListAreaExplorer {
	max-width: none;	
	margin: 0 auto;
	width: 100%;
	text-align: center;
}
	

.btn-folderCell {
	float: none;
	display: inline-block;
	text-align: left;
}

/* 2-spaltige Darstllung */
@media ( min-width: 980px ) {

	#folderListAreaExplorer {
		max-width: none;
	}
}




@media ( max-width :680px) {
	
	
	#folderListAreaExplorer .btn-folderCell,
	.tileLayout .ui-listview li {
		width:100%;
	}
	
	.ui-content {
		margin: 0 auto;
		padding: 0;	/* am Handy besser gar kein Rahmen */
	}

	.FolderCellImage .FolderDescription {
		clear: none;
		padding: 0;
	}
	
	.FolderTitle {
		padding: 0;
	}
	
	.ContentSlider div.slick-slide {
		height: 200px !important;
	}
		
	.FolderCell.FolderCellImage {
    	height: 100px;
	}
	
	.FolderCell {
		padding: 0;
	}
	
	.FolderTitle {
		padding-right: 20px;
	}
}





/* RS, 16.12.2021: #107 */
.ui-btn, .FolderCell {
	background-color: 		white !important;
	border:	 		1px solid #aaaaaa !important;
	color: 			#555555;
	text-shadow:	none !important;
	border-radius: 5px  !important;
	font-weight: normal !important;
	/* box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.2); RS, 22.03.3022 entfernt */
	box-shadow: none;

}

/* das etwas dunklere orange: #eb4f00 */
.ui-btn:hover, .FolderCell:hover {
	background-color: #858583	 !important;
}

.ui-btn, .ui-btn p, .ui-btn td, .ui-btn th  {
	color: #555555;
}

/* Überschriften orange #107 */
.ui-btn h1, .ui-btn h2, .ui-btn h3, .ui-btn .TrainingProductTitleExplorerTitle, .FolderCell .FolderTitle {
	color: #858583;
}


.ui-btn:hover h1, .ui-btn:hover h2, .ui-btn:hover h3, .ui-btn:hover p, .ui-btn:hover td, .ui-btn:hover th, .ui-btn:hover,  
.ui-btn:hover .TrainingProductTitleExplorerTitle,
.FolderCell:hover .FolderTitle {
	color: #fff !important;
}

.#footer-ecadia, .contentDiv, .ui-listview > li {
	background-color: 		#fff !important;	
	color: black !important;
}

.jq-calendar-wrapper .training, .training_background {
	background-color: #858583 !important;	
}

.jq-calendar-wrapper .training:hover, .jq-calendar-wrapper .ui-btn-active  {
	background-color: 		#858583 !important;	
	color: white !important;
}

/*Buchungsprozess soll auch das orange weiße Schema kriegen*/
.wizard>.actions a{
	background-color: #858583 !important;
	border:	0 !important;
	color: white;
	text-shadow: none !important;
	border-radius: 0  !important;
	font-weight: normal !important;
	box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.2);
}
.wizard>.actions a:hover{
	background-color: white !important;
	color: #858583 !important;
}


.contentDiv {
	margin-bottom: 10px !important;
}


.ui-listview > li > a.ui-btn {
	margin-bottom: 6px;	
}

.jq-calendar-wrapper .ui-btn-today {
	color: black !important;
}

/* das Suchefeld hat blöderwise die Klasse .ui-btn */
.ui-input-search.ui-btn {
	background-color: 		#fff !important;
	color: black !important;
}

/* Anpassungen für die Feedbackbögen gem. #25*/ 
.matrixTable-cell {
	background-color: #DBD7CC !important; 
}
.matrixTable-cell:hover {
	background-color: #A4A199 !important; 
}
.ui-radio-off  {
	background-color: #DBD7CC !important;
}
.ui-radio-off:hover {
	background-color: #A4A199 !important
}
.ui-radio-on  {
	background-color: #DBD7CC !important;
}
.ui-radio-on:hover {
	background-color: #A4A199 !important
}

.ui-checkbox-off, .ui-checkbox-off:hover  {
	background-color: #DBD7CC !important;
	color: black !important /* auf dem hellen Untergrund ist weiße Schrift schlecht zu lesen */;
}

.ui-checkbox-on, .ui-checkbox-on:hover {
	background-color: #858583 !important
}


/* der "Eingabe leeren"-Button ein "x" */
.ui-input-search .ui-btn {
	background-color: 	transparent !important;
	
}

.ecadiaHTMLContentArea p{
	display: block;
	margin: 0 !important;
	padding 0 !important;
}

.ui-li-divider {
	text-shadow: none !important;
	font-weight: normal !important;
    color: black !important;
}

.wizard .steps li:not(.current):not(.disabled) a {	
	background-color: 		#858583 !important;
	color: white !important;
}

.wizard>.steps .current a, .wizard>.steps .current a:hover, .wizard>.steps .current a:active {
	background-color: 		#858583 !important;
	color: white !important;
}

/* Mobile-Widgets Pflichtfelder leicht gelber Hintergrund, aber nicht bei disable ------------------------------------ */
input:required:not([disabled]), textarea:required:not([disabled]), 
.requiredInput:not(.select2-container-disabled ), 
.requiredInput:not(.select2-container-disabled ) > .select2-choice,
select:required + span .select2-selection 
{
 	background-color: #f1f3ce;
	color: black;
}

/* Breite limitieren */
.contentArea {
	max-width: 1020px;
}

h1, h2, h3, h4 {
	color: #858583;
}

/* RS, 10.12.2021: Schrift im Explorer imm er schwarz */
.FolderDescription > p, .FolderDescription {
	color: black !important;
}

ul.ui-listview li a.ui-btn {
	background-color: white;
}

.button-contact-container.KontaktF {
    top: 400px;	
}
.button-contact-container.KontaktB {
    top: 600px;	
}

@media ( max-width :680px) {

	.button-contact-container.KontaktF {
		top: 580px;	
	}
	.button-contact-container.KontaktB {
		top: 720px;	
	}
}

/* Zoom In-Effektbei Bildern. Aufbau: <figure><img .... /></figure> */
figure {
	margin: 0;
	width: 95%;
}
figure img {
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
figure:hover img {
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}

/* weil zentriert durch das Schlüssel-Symbol überlappt */
#runRegister {
	text-align: left;
}

.bulletLevel1, .contentDiv ul:not([data-role=listview]) li, .mobileWidgetTinyMcePreviewDiv ul li {
	padding-top: 0;
	margin-top: 0;
	list-style-image: none;
}

/* damit bei vielen vom Manager gebuchten Tln auch eine Scrollbar angezeigt wird - man sieht das sonst nicht mehr */
#selectedParticipantsList {
	max-height: 450px;
	overflow-y: scroll;
}

/* Eingabe Combobox Organisationen */
#PartnerData_Organization+span {
	width: 100% !important;
}
.contentArea, .ecadiaMobilePage{
	background-color: #fff !important;
}
.lastMinuteList {
	max-height: 300px; 
	overflow-y: auto;
}

/* Last-Minute-Liste der Startseite, RS, 01.04.2022 */
ul.lastMinuteList li a {
	padding: 0;
}

/* Anzeige möglichst kompakt */
ul.lastMinuteList li a h3 {
	padding-top: 0 !important;
	margin-top: 0 !important;
	padding-bottom: 0 !important;
	margin-bottom: 0 !important;
}

ul.lastMinuteList li a h3 {
	white-space: nowrap !important;	
	padding-right: 30px;
}

/* Neu-Kennzeichnung in Fahne rechts oben der Produktliste */
.newTrainingProductText {
	color: white;
	background: #858583; /* wie die Überschriften */
}

.newTrainingProductText:hover {
	color: #858583 !important; /* unverändert */
	background: white;
}

/* Button "KOntakt" auf der Startseite */
.button-contact-container:hover {
   background-color: white !important;
   color: #858583 !important;
   cursor: pointer;
}
.button-contact-container:hover a{
	text-decoration: none !important;
	background-color: white !important;
   color: #858583 !important;
}
.button-contact-container:hover a, .button-contact-container a:visited, .button-contact-container a {
	text-decoration: none !important;
	
}
.button-contact-container a, .button-contact-container a:visited{
background-color: #858583 !important;
    color: white !important;
}

.button-contact-container {
    background-color: #858583 !important;
    color: white !important;
    font-weight: bold;
    display: block;
    padding: 12px 18px;
    position: fixed;
    transform: rotate(90deg);
    transform-origin: 100% 0 0;
    transition: right 1s ease 0.1s, opacity 1s ease 0.1s, height 0.1s ease 0s, line-height 0.1s ease 0s;
    z-index: 101;
    opacity: 1;
    right: 0;
}

.button-contact-container.KontaktF {
    top: 400px;	
}
.button-contact-container.KontaktB {
    top: 600px;	
}

@media ( max-width :680px) {

	.button-contact-container.KontaktF {
		top: 580px;	
	}
	.button-contact-container.KontaktB {
		top: 720px;	
	}
}


#explorer > a{
	display: none !important;
}
.FolderBoxBackgroundImage{
	width: 100% !important;
}
.FolderCell, .FolderCellInner{
	height: 290px !important;
}
.FolderCell{
	background-image: none !important;
	box-shadow: 0px 0px 12px #999999;
}
#productListAreaExplorer > ul > li{
	box-shadow: 0px 0px 12px #999999;
}
.ui-listview > li > a.ui-btn {
    margin-bottom: 15px !important;
}
#userTiles > .ui-listview:not(.homehomehome) > li > a > h2 {
    margin-top: 160px !important;
}
#productListAreaExplorer > .ui-listview > li > a.ui-btn > .ui-li-icon{
   display: none !important;
}
.explorerTrainingProductListItem {
	padding-left: 12px !important;
}

.tileLayout .ui-listview li {
	padding-left: 5%;
	padding-right: 5%;
	width:30% !important;
	margin-bottom:15px !important
}
#userTiles > .ui-listview:not(.homehomehome) > li > a.ui-btn > .ui-li-icon{
	left:0 !important;
   max-width: 100% !important;
  max-height: 300px !important;
top:0 !important;
}

/*
das hier behebt einen Fehler: Wenn alle Felder in einem NewsEntry befüllt sind, dann überlappen die Texte
das war schlevht gemacht, da beide p-Tag absolut und mit top:7.3em positioniert waren. Hier verschiben wir einen wieder runter.
*/
.newsItemTextArea p.newsItemContent {
    top: 9em !important;
}
