/*------------------SPARKASSEN-THEME---------------------*/

.list-group {
    --bs-list-group-border-color: #999999;
}

div#footer-ecadia {
    background-color: #666;
}

div#footer-ecadia,
div#footer-ecadia a,
#footer .footer-copyright{
	color: white;
}

#inquiryFormGrid h1, 
#inquiryFormGrid h2 {
	
	color: #008db8 !important;
}


/* RS, 29.11.2022: das braucht es seltsamerweise noch */
	.EvaluatorQuestionSelectionContainer table td, .EvaluatorQuestionScaleContainer table td,
	.EvaluatorQuestionSelectionContainer table th, .EvaluatorQuestionScaleContainer table th {
		padding: 0.2em;
		border: 1px solid #999999;
		min-width: 2em;
	}


.template-container {
	color: #0084a8;
}

/* Übetschriften in einer eigenen Farbe, damit nicht alles schwarz ist . hier ist der Kontrast sonst zu schwach*/
/* Das kann man nun allgemein bei primären Objekten im Theme setzen und man kommt nicht mit anderen Themes in einen Konflikt 
h1, h2, h3:not(.accordion-header)  , h4, h5, .dashboard-list .dashboard-title {
	color: #394694 !important;
}*/

.mobile-list .list-group-item .list-item-header {
	max-width: none;
}

/* der Lern-Fortschrittsbalken */
.learningProgressInfo {
	float: right;
}

.learningProgressInfo .progress {
	border: 1px solid #0084a8;
}

/* den Inhalt des Accordeons nicht mit so großem Rand (Standard ist 1rem */
@media ( max-width :680px) {

	.tab-content {
		padding: 0.1rem !important;
	}
	.text-body {
		padding: 0.1rem !important;		
	}
}

#calendarList .item-count-circle {
	top: 8px;
}

#accordionEvents > div {
	margin-bottom: 10px;
}

.catalogDataBox {
	background-color: rgba(0, 114, 164, 0.1);
	padding: 0.5em;
	margin-bottom: 1em;
}

/* QP-Matix ------------------------------------------------------ */
/* die beiden Filterfelder optisch etwas aufhübschen */
#inputGroupFilterQPMatrix, #inputCompetenceFilterQPMatrix {
    width: 98%;
	padding-left: 24px;
    background-image: url(/gifMobile/filter16.png);
    background-repeat: no-repeat;
    background-position: 4px 6px;
	border: 1px solid #999999 !important;
}

/* excel-Button nach oben schieben */
#cell_A2 {
	vertical-align: top;
}

/* Excel-Button bündig unter den Filtern */
#exportExcelQPMatrix {
    width: 97% !important;
    margin-left: 4px;
}
/* Ende QP-Matix --------------------------------------------------- */

.PriceListTable {
	max-width: 20em;
}

.mobile-carousel .card-title {
	height: 5em !important;
}

.mobile-carousel .ecadia-card-link {
	bottom: 2em;
}


