/* LHO 2.7.25: Den Button zur Erstellung neuer Umfragen für Ausbilder ausblenden */
.contentArea_myInquiryEvaluationList .inquiryList + .ui-icon-plus {
	display: none;
}

/* 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;
}

div#explorerAdvancedSearch * {
	color: white !important;
}

.card-header {
	color: white;
}
