/*
	Website Lemaco - Farben


	Basisfarbe:  #aa2864   rgb(170,40,100)
	dunkles Grau für Fußzeile:  #686D78   ->  w3-dark-grey
	helles Grau :               #dedee0   ->  w3-light-grey




*/



.w3-theme-l5 {color:#000 !important; background-color:#fcf0f6 !important}
.w3-theme-l4 {color:#000 !important; background-color:#f4cee0 !important}
.w3-theme-l3 {color:#000 !important; background-color:#e89ec0 !important}
.w3-theme-l2 {color:#fff !important; background-color:#dd6da1 !important}
.w3-theme-l1 {color:#fff !important; background-color:#d13c82 !important}
.w3-theme-d1 {color:#fff !important; background-color:#98245a !important}
.w3-theme-d2 {color:#fff !important; background-color:#872050 !important}
.w3-theme-d3 {color:#fff !important; background-color:#771c46 !important}
.w3-theme-d4 {color:#fff !important; background-color:#66183c !important}
.w3-theme-d5 {color:#fff !important; background-color:#551432 !important}

.w3-theme-light {color:#000 !important; background-color:#fcf0f6 !important}
.w3-theme-dark {color:#fff !important; background-color:#551432 !important}
.w3-theme-action {color:#fff !important; background-color:#551432 !important}

.w3-theme {color:#fff !important; background-color:#aa2864 !important}
.w3-text-theme {color:#aa2864 !important}
.w3-border-theme {border-color:#aa2864 !important}

.w3-hover-theme:hover {color:#fff !important; background-color:#aa2864 !important}
.w3-hover-text-theme:hover {color:#aa2864 !important}
.w3-hover-border-theme:hover {border-color:#aa2864 !important}


.w3-light-grey {
	background-color: #dedee0 !important;
}
.w3-dark-grey {
	background-color: #686D78 !important;
}
