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