/* ================================================================== */
/* # w3-theme.css                                                 */
/* # Datum:      Ergaenzung:                                          */
/* # ---------------------------------------------------------------- */
/* # 19.08.2019: Fertigstellung des CSS-Files                         */
/* ================================================================== */

/*
 * Copyright (c) 2018 J. Dankoweit
 * All rights reserved.
 *
 * Redistribution and use in source and binary forms, with or without
 * modification, are permitted provided that the following conditions
 * are met:
 * 1. Redistributions of source code must retain the above copyright
 *		notice, this list of conditions, and the following disclaimer,
 *		without modification, immediately at the beginning of the file.
 * 2. The name of the author may not be used to endorse or promote products
 *		derived from this software without specific prior written permission.
 *
 * THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
 * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
 * ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE FOR
 * ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
 * SUCH DAMAGE.
 *
*/


.w3-theme-l5 {color:#000 !important; background-color:#fdf7f3 !important}
.w3-theme-l4 {color:#000 !important; background-color:#fae5d5 !important}
.w3-theme-l3 {color:#000 !important; background-color:#f4caac !important}
.w3-theme-l2 {color:#000 !important; background-color:#efb082 !important}
.w3-theme-l1 {color:#000 !important; background-color:#e99559 !important}
.w3-theme-d1 {color:#fff !important; background-color:#db6c1d !important}
.w3-theme-d2 {color:#fff !important; background-color:#c36019 !important}
.w3-theme-d3 {color:#fff !important; background-color:#ab5416 !important}
.w3-theme-d4 {color:#fff !important; background-color:#924813 !important}
.w3-theme-d5 {color:#fff !important; background-color:#7a3c10 !important}

.w3-theme-light {color:#000 !important; background-color:#fdf7f3 !important}
.w3-theme-dark {color:#fff !important; background-color:#7a3c10 !important}
.w3-theme-action {color:#fff !important; background-color:#7a3c10 !important}

.w3-theme {color:#fff !important; background-color:#e47a2e !important}

.w3-text-theme {color:#e47a2e !important}
.w3-text-theme-dark {color:#7a3c10 !important}

.w3-border-theme {border-color:#e47a2e !important}
.w3-border-theme-dark {border-color:#7a3c10 !important}
.w3-bar-theme {border-color:#e47a2e !important;border-width:2px!important;}
.w3-bar-theme-dark {border-color:#7a3c10 !important;border-width:2px!important;}

.w3-hover-theme:hover {color:#fff !important; background-color:#e47a2e !important}
.w3-hover-text-theme:hover {color:#e47a2e !important}
.w3-hover-border-theme:hover {border-color:#e47a2e!important}
.w3-hover-bar-theme:hover {border-color:#e47a2e!important;border-width:2px!important;}


