/* ------------------------------ */
/* LOGO */
/* ------------------------------ */
	.customerLogo {
		background-image: url("resources/customer-logo.svg");
	}

:root {
/* ------------------------------ */
/* FARBEN */
/* ------------------------------ */
	--brandPrimary: #101867;
	--brandSecondary: #A2D2F5;
	--bgGuidelines: #A2E1F5;
}


/* ------------------------------ */
/* THUMBNAILS (optional) */
/* ------------------------------ */
/* Bitte zunächst die Standard-Thumbnails verwenden, 	*/
/* bevor neue erstellt oder verwendet werden. 			*/
/* ------------------------------ */

	/* Addons */
	.appCard .img .addon.customName {
		background-image: url("resources/thumbnails/….svg");
	}
	/* Thumbnails Tools */
	.appCard .img .thumbnail.tool.customName {
		background-image: url("resources/thumbnails/….svg");
	}
	/* Thumbnails Deliverables */
	.appCard .img .thumbnail.deliverable.customName {
		background-image: url("resources/thumbnails/….svg");
	}
