/*
	Made in Südhessen - Farben
*/
/*

Farben aus dem Logo:  

helles Blau:     #a2aad4   rgb(162,170,212)
dunkles Blau:    #0e3d8a   rgb(14,61,138)


*/

:root {
	
	--farbe-marke: rgb(14,61,138);             /*  #0e3d8a    dunkles Blau  */
	--farbe-marke-hell: rgb(162,170,212);      /*  #a2aad4    helles Blau  */

}


/*
	Basisfarbe: helles Blau
*/
.w3-theme-l5 {color:#000 !important; background-color:#f9fafc !important}
.w3-theme-l4 {color:#000 !important; background-color:#eceef6 !important}
.w3-theme-l3 {color:#000 !important; background-color:#d9ddee !important}
.w3-theme-l2 {color:#000 !important; background-color:#c6cce5 !important}
.w3-theme-l1 {color:#000 !important; background-color:#b4badc !important}
.w3-theme-d1 {color:#fff !important; background-color:#8792c8 !important}
.w3-theme-d2 {color:#fff !important; background-color:#6e7bbc !important}
.w3-theme-d3 {color:#fff !important; background-color:#5464b0 !important}
.w3-theme-d4 {color:#fff !important; background-color:#465499 !important}
.w3-theme-d5 {color:#fff !important; background-color:#3b4680 !important}

.w3-theme-light  { color: var(--farbe-marke) !important; background-color: var(--farbe-marke-hell) !important; }
.w3-theme-dark   { color: #fff !important; background-color:#3b4680 !important}
.w3-theme-action { color: #fff !important; background-color:#3b4680 !important}

.w3-theme { color: #ffffff !important; background-color: var(--farbe-marke) !important; }
.w3-text-theme { color: var(--faarbe-marke) !important; }
.w3-border-theme { border-color: var(--farbe-marke) !important; }

.w3-hover-theme: hover { color:#000 !important; background-color:#a2aad4 !important}
.w3-hover-theme-l1:hover {color:#000 !important; background-color:#b4badc !important}
.w3-hover-theme-l2:hover {color:#000 !important; background-color:#c6cce5 !important}
.w3-hover-text-theme:hover {color:#a2aad4 !important}
.w3-hover-border-theme:hover {border-color:#a2aad4 !important}



/*
	Basisfarbe: dunkles Blau
*/

