/* ----------------------------------------------------------------
	Custom CSS
    Kundenspezifisches Stylessheets
-----------------------------------------------------------------*/

h1.primary {
    text-align: center !important;
    text-transform: uppercase !important;
    color: var(--main-color);
}

h1.secondary {
    text-align: center !important;
    text-transform: uppercase !important;
    color: var(--main-bg-color);
}