﻿.epresto.zeroWasteIndex {
    
    /* Allgemein */
   /* --theme-main-color: #fbb03b;    
    --theme-main-color-lighter: #feefd8;    
    --theme-main-color-darker: #fb923b;    
    --theme-loadingbar-color: var(--theme-main-color);  
    --theme-accent-color: #ed6e60;        
    --theme-focus-color: var(--theme-accent-color);*/
    --theme-main-color: #efae0c;    
    --theme-main-color-lighter: #feefd8;    
    --theme-main-color-darker: #efae0c;    
    --theme-loadingbar-color: var(--theme-main-color);  
    --theme-accent-color: #d85b52;        
    --theme-focus-color: var(--theme-accent-color);
                
    --theme-aside-map-background: url(../../../Reparatur.Index/Pix/AsideMapBackground.webp);
    
    /* List */
    --theme-list-article-border1: url(../../../Reparatur.Index/List/Pix/ArticleBorder1.jpg);
    --theme-list-article-border2: url(../../../Reparatur.Index/List/Pix/ArticleBorder2.jpg);
    --theme-list-article-border3: url(../../../Reparatur.Index/List/Pix/ArticleBorder3.jpg);
    --theme-list-article-border4: url(../../../Reparatur.Index/List/Pix/ArticleBorder4.jpg);
    --theme-list-article-border5: url(../../../Reparatur.Index/List/Pix/ArticleBorder5.jpg);
    
    --theme-list-multiplefiltercontrol-button-textcolor: #000000;
    --theme-list-multiplefiltercontrol-button-textcolor-enabled: #ffffff;
    --theme-list-aside-map-labeledmarker-filter-hovered: hue-rotate(36deg) brightness(116%) contrast(200%);

    /* Detail */
    --theme-detail-industryheader-background: url(../../../Reparatur.Index/Detail/Pix/industryHeaderBackground.webp);
    --theme-detail-compactcard-heading-icon-openinghours: url(../../../Common.Index/Detail/Pix/CompactCardHeadingIconOpeningHours.svg), url(../../../Reparatur.Index/Detail/Pix/CompactCardHeadingIconBackground.webp);
    --theme-detail-compactcard-heading-icon-web: url(../../../Common.Index/Detail/Pix/CompactCardHeadingIconWeb.svg), url(../../../Reparatur.Index/Detail/Pix/CompactCardHeadingIconBackground.webp);
    --theme-detail-compactcard-heading-icon-address: url(../../../Common.Index/Detail/Pix/CompactCardHeadingIconAddress.svg), url(../../../Reparatur.Index/Detail/Pix/CompactCardHeadingIconBackground.webp);

    /* Create */
    --theme-create-butisprivate-enabled: url(../../../Reparatur.Index/Create/Pix/butIsPrivateEnabled.webp);
    --theme-create-butisprivate-disabled: url(../../../Reparatur.Index/Create/Pix/butIsPrivateDisabled.webp);
    --theme-create-butisowner-enabled: url(../../../Reparatur.Index/Create/Pix/butIsOwnerEnabled.webp);
    --theme-create-butisowner-disabled: url(../../../Reparatur.Index/Create/Pix/butIsOwnerDisabled.webp);

    /* Dialog */
    --theme-header-dialog: url(../../Reparatur.Index/Pix/headerDialog.webp);


}