﻿{
    "settings": {
        "hasSimpleMode": false
    },
    "categories": [
        {
            "visibility": "Simple",
            "groups": [
                {
                    "items": [
                        {
                            "uniqueID": "logo",
                            "name": "Logo",
                            "editorType": "Zeta.LogoSelection",
                            "allowSvg": true,
                            "widthUniqueID": "logo-image-width",
                            "heightUniqueID": "logo-image-height"
                        },
                        {
                            "uniqueID": "globalPageBackgroundColor",
                            "name": "Hintergrund",
                            "editorType": "Zeta.ColorSelection"
                        },
                        {
                            "uniqueID": "globalHeaderColor",
                            "name": "Kopf",
                            "editorType": "Zeta.ColorSelection"
                        },
                        {
                            "uniqueID": "globalMenuColor",
                            "name": "Menü",
                            "editorType": "Zeta.ColorSelection"
                        },
                        {
                            "uniqueID": "globalFontColor",
                            "name": "Text",
                            "editorType": "Zeta.ColorSelection"
                        }
                    ]
                }
            ]
        },
        {
            "visibility": "None",
            "groups": [
                {
                    "items": [
                        {
                            "uniqueID": "globalHeadingColor",
                            "name": "Überschriften",
                            "editorType": "Zeta.ColorSelection",
                            "formula": "@globalHeaderColor"
                        },
                        {
                            "uniqueID": "globalLinkColor",
                            "name": "Hyperlinks",
                            "editorType": "Zeta.ColorSelection",
                            "formula": "@globalMenuColor"
                        },
                        {
                            "uniqueID": "globalBackgroundColor",
                            "name": "Hintergrund Inhalt",
                            "editorType": "Zeta.ColorSelection"
                        }
                    ]
                },
                {
                    "name": "Kopfgrafik",
                    "items": [
                        {
                            "uniqueID": "header-image-width",
                            "name": "Breite",
                            "editorType": "System.Int32"
                        },
                        {
                            "uniqueID": "header-image-height",
                            "name": "Höhe",
                            "editorType": "System.Int32"
                        }
                    ]
                },
                {
                    "name": "Contentcopy",
                    "items": [
                        {
                            "uniqueID": "contentcopy-max-image-width",
                            "name": "Breite",
                            "defaultValue": 523,
                            "editorType": "System.Int32"
                        }
                    ]
                }
            ]
        },
        {
            "visibility": "Full",
            "name": "Allgemein",
            "groups": [
                {
                    "name": "Favicon",
                    "items": [
                        {
                            "uniqueID": "favicon",
                            "name": "Favicon",
                            "editorType": "Zeta.FileSelection"
                        }
                    ]
                },
                {
                    "name": "Hintergrund",
                    "items": [
                        {
                            "uniqueID": "global-background-color",
                            "name": "Hintergrundfarbe",
                            "editorType": "Zeta.ColorSelection",
                            "formula": "@globalPageBackgroundColor"
                        },
                        {
                            "uniqueID": "global-background-image",
                            "name": "Hintergrundgrafik",
                            "editorType": "Zeta.ImageSelection"
                        }
                    ]
                },
                {
                    "name": "Schrift",
                    "items": [
                        {
                            "uniqueID": "global-font-family",
                            "name": "Schriftfamilie",
                            "editorType": "Zeta.FontFamilySelection",
                            "editorHasTextField": true
                        },
                        {
                            "uniqueID": "global-font-size",
                            "name": "Schriftgröße",
                            "editorType": "Zeta.FontSizeSelection"
                        },
                        {
                            "uniqueID": "global-font-color",
                            "name": "Schriftfarbe",
                            "editorType": "Zeta.ColorSelection",
                            "formula": "@globalFontColor"
                        }
                    ]
                },
                {
                    "name": "Hyperlinks",
                    "items": [
                        {
                            "uniqueID": "hyperlink-inactive-font-color",
                            "name": "Hyperlinkfarbe Inaktiv",
                            "editorType": "Zeta.ColorSelection",
                            "formula": "@globalLinkColor"
                        },
                        {
                            "uniqueID": "hyperlink-inactive-decoration",
                            "name": "Textauszeichnung Inaktiv",
                            "editorType": "Zeta.ListSelection",
                            "listEntries": [
                                {
                                    "unterstreichen": "underline"
                                },
                                {
                                    "(keine)": "none"
                                }
                            ]
                        },
                        {
                            "uniqueID": "hyperlink-hover-font-color",
                            "name": "Hyperlinkfarbe Mouseover",
                            "editorType": "Zeta.ColorSelection",
                            "formula": "@globalHeadingColor"
                        },
                        {
                            "uniqueID": "hyperlink-hover-decoration",
                            "name": "Textauszeichnung Mouseover",
                            "editorType": "Zeta.ListSelection",
                            "listEntries": [
                                {
                                    "unterstreichen": "underline"
                                },
                                {
                                    "(keine)": "none"
                                }
                            ]
                        }
                    ]
                },
                {
                    "name": "Listenstile",
                    "items": [
                        {
                            "uniqueID": "global-unordered-list-style",
                            "name": "Stil Aufzählungsliste",
                            "editorType": "Zeta.ListSelection",
                            "listEntries": [
                                {
                                    "Quadrat": "square"
                                },
                                {
                                    "gefüllter Kreis": "disc"
                                },
                                {
                                    "leerer Kreis": "circle"
                                },
                                {
                                    "(keinen)": "none"
                                }
                            ]
                        },
                        {
                            "uniqueID": "global-ordered-list-style",
                            "name": "Stil nummerierte Liste",
                            "editorType": "Zeta.ListSelection",
                            "listEntries": [
                                {
                                    "dezimal": "decimal"
                                },
                                {
                                    "alphabetisch": "lower-alpha"
                                },
                                {
                                    "römisch": "lower-roman"
                                },
                                {
                                    "(keinen)": "none"
                                }
                            ]
                        }
                    ]
                }
            ]
        },
        {
            "visibility": "Full",
            "name": "Hauptmenü",
            "groups": [
                {
                    "name": "Allgemein",
                    "items": [
                        {
                            "uniqueID": "menu1-font-size",
                            "name": "Schriftgröße",
                            "editorType": "Zeta.FontSizeSelection"
                        },
                        {
                            "uniqueID": "menu1-background-color",
                            "name": "Hintergrundfarbe",
                            "editorType": "Zeta.ColorSelection",
                            "formula": "@globalMenuColor"
                        },
                        {
                            "uniqueID": "menu1-background-image",
                            "name": "Hintergrundgrafik",
                            "editorType": "Zeta.ImageSelection"
                        }
                    ]
                },
                {
                    "name": "Inaktiv",
                    "items": [
                        {
                            "uniqueID": "menu1-inactive-font-color",
                            "name": "Schriftfarbe",
                            "editorType": "Zeta.ColorSelection"
                        },
                        {
                            "uniqueID": "menu1-inactive-background-color",
                            "name": "Hintergrundfarbe Inaktiv",
                            "editorType": "Zeta.ColorSelection"
                        },
                        {
                            "uniqueID": "menu1-inactive-border-color",
                            "name": "Farbe der Trennlinie Inaktiv",
                            "editorType": "Zeta.ColorSelection",
                            "formula": "lighten(@globalMenuColor, 20%)"
                        }
                    ]
                },
                {
                    "name": "Mouseover",
                    "items": [
                        {
                            "uniqueID": "menu1-hover-font-color",
                            "name": "Schriftfarbe",
                            "editorType": "Zeta.ColorSelection",
                            "formula": "darken(@globalMenuColor, 30%)"
                        },
                        {
                            "uniqueID": "menu1-hover-background-color",
                            "name": "Hintergrundfarbe Mouseover",
                            "editorType": "Zeta.ColorSelection"
                        },
                        {
                            "uniqueID": "menu1-hover-border-color",
                            "name": "Farbe der Trennlinie Mouseover",
                            "editorType": "Zeta.ColorSelection",
                            "formula": "lighten(@globalMenuColor, 20%)"
                        }
                    ]
                },
                {
                    "name": "Aktiv",
                    "items": [
                        {
                            "uniqueID": "menu1-active-font-color",
                            "name": "Schriftfarbe Aktiv",
                            "editorType": "Zeta.ColorSelection",
                            "formula": "darken(@globalMenuColor, 30%)"
                        },
                        {
                            "uniqueID": "menu1-active-background-color",
                            "name": "Hintergrundfarbe Aktiv",
                            "editorType": "Zeta.ColorSelection"
                        },
                        {
                            "uniqueID": "menu1-active-border-color",
                            "name": "Farbe der Trennlinie Aktiv",
                            "editorType": "Zeta.ColorSelection",
                            "formula": "lighten(@globalMenuColor, 20%)"
                        }
                    ]
                }
            ]
        },
        {
            "visibility": "Full",
            "name": "Untermenü",
            "groups": [
                {
                    "name": "Allgemein",
                    "items": [
                        {
                            "uniqueID": "menu2-font-size",
                            "name": "Schriftgröße",
                            "editorType": "Zeta.FontSizeSelection"
                        },
                        {
                            "uniqueID": "menu2-background-color",
                            "name": "Hintergrundfarbe",
                            "editorType": "Zeta.ColorSelection",
                            "formula": "lighten(@globalMenuColor, 45%)"
                        },
                        {
                            "uniqueID": "menu2-background-image",
                            "name": "Hintergrundgrafik",
                            "editorType": "Zeta.ImageSelection"
                        },
                        {
                            "uniqueID": "menu2-border-color",
                            "name": "Rahmenfarbe",
                            "editorType": "Zeta.ColorSelection",
                            "formula": "@globalMenuColor"
                        }
                    ]
                },
                {
                    "name": "Inaktiv",
                    "items": [
                        {
                            "uniqueID": "menu2-inactive-font-color",
                            "name": "Schriftfarbe",
                            "editorType": "Zeta.ColorSelection",
                            "formula": "darken(@globalMenuColor, 10%)"
                        }
                    ]
                },
                {
                    "name": "Mouseover",
                    "items": [
                        {
                            "uniqueID": "menu2-hover-font-color",
                            "name": "Schriftfarbe",
                            "editorType": "Zeta.ColorSelection",
                            "formula": "darken(@globalMenuColor, 30%)"
                        }
                    ]
                },
                {
                    "name": "Aktiv",
                    "items": [
                        {
                            "uniqueID": "menu2-active-font-color",
                            "name": "Schriftfarbe",
                            "editorType": "Zeta.ColorSelection",
                            "formula": "darken(@globalMenuColor, 30%)"
                        }
                    ]
                }
            ]
        },
        {
            "visibility": "Full",
            "name": "Extramenü",
            "groups": [
                {
                    "name": "Allgemein",
                    "items": [
                        {
                            "uniqueID": "xmenu-font-size",
                            "name": "Schriftgröße",
                            "editorType": "Zeta.FontSizeSelection"
                        }
                    ]
                },
                {
                    "name": "Extramenü Hyperlinks",
                    "items": [
                        {
                            "uniqueID": "xmenu-hyperlink-inactive-font-color",
                            "name": "Hyperlinkfarbe Inaktiv",
                            "editorType": "Zeta.ColorSelection"
                        },
                        {
                            "uniqueID": "xmenu-hyperlink-inactive-decoration",
                            "name": "Textauszeichnung Inaktiv",
                            "editorType": "Zeta.ListSelection",
                            "listEntries": [
                                {
                                    "unterstreichen": "underline"
                                },
                                {
                                    "(keine)": "none"
                                }
                            ]
                        },
                        {
                            "uniqueID": "xmenu-hyperlink-hover-font-color",
                            "name": "Hyperlinkfarbe Mouseover",
                            "editorType": "Zeta.ColorSelection",
                            "formula": "@globalMenuColor"
                        },
                        {
                            "uniqueID": "xmenu-hyperlink-hover-decoration",
                            "name": "Textauszeichnung Mouseover",
                            "editorType": "Zeta.ListSelection",
                            "listEntries": [
                                {
                                    "unterstreichen": "underline"
                                },
                                {
                                    "(keine)": "none"
                                }
                            ]
                        }
                    ]
                }
            ]
        },
        {
            "visibility": "Full",
            "name": "Kopfbereich",
            "groups": [
                {
                    "name": "Allgemein",
                    "items": [
                        {
                            "uniqueID": "header-background-color",
                            "name": "Hintergrundfarbe",
                            "editorType": "Zeta.ColorSelection",
                            "formula": "@globalHeaderColor"
                        },
                        {
                            "uniqueID": "header-image",
                            "name": "Hintergrundgrafik",
                            "editorType": "Zeta.LogoSelection",
                            "widthUniqueID": "header-image-width",
                            "heightUniqueID": "header-image-height"
                        }
                    ]
                },
                {
                    "name": "Logo",
                    "items": [
                        {
                            "linkToUniqueID": "logo"
                        },
                        {
                            "uniqueID": "logo-image-width",
                            "name": "Breite",
                            "editorType": "System.Int32"
                        },
                        {
                            "uniqueID": "logo-image-height",
                            "name": "Höhe",
                            "editorType": "System.Int32"
                        },
                        {
                            "uniqueID": "logo-top-position",
                            "name": "Abstand oben",
                            "editorType": "System.Int32"
                        },
                        {
                            "uniqueID": "logo-left-position",
                            "name": "Abstand links",
                            "editorType": "System.Int32"
                        }
                    ]
                },
                {
                    "name": "Webname",
                    "items": [
                        {
                            "uniqueID": "webname-font-size",
                            "name": "Schriftgröße",
                            "editorType": "Zeta.FontSizeSelection"
                        },
                        {
                            "uniqueID": "webname-font-color",
                            "name": "Schriftfarbe",
                            "editorType": "Zeta.ColorSelection"
                        }
                    ]
                },
                {
                    "name": "Webslogan",
                    "items": [
                        {
                            "uniqueID": "webslogan-font-size",
                            "name": "Schriftgröße",
                            "editorType": "Zeta.FontSizeSelection"
                        },
                        {
                            "uniqueID": "webslogan-font-color",
                            "name": "Schriftfarbe",
                            "editorType": "Zeta.ColorSelection"
                        }
                    ]
                },
                {
                    "name": "Abstand Webname/-slogan",
                    "items": [
                        {
                            "uniqueID": "webname-webslogan-x-position",
                            "name": "Links",
                            "editorType": "Zeta.FontSizeSelection"
                        },
                        {
                            "uniqueID": "webname-webslogan-y-position",
                            "name": "Oben",
                            "editorType": "Zeta.FontSizeSelection"
                        }
                    ]
                }
            ]
        },
        {
            "visibility": "Full",
            "name": "Inhaltsbereich",
            "groups": [
                {
                    "name": "Hintergrund",
                    "items": [
                        {
                            "uniqueID": "content-background-color",
                            "name": "Hintergrundfarbe",
                            "editorType": "Zeta.ColorSelection",
                            "formula": "@globalBackgroundColor"
                        },
                        {
                            "uniqueID": "content-background-image",
                            "name": "Hintergrundgrafik",
                            "editorType": "Zeta.ImageSelection"
                        },
                        {
                            "uniqueID": "content-background-image-width",
                            "name": "Breite der Hintergrundgrafik",
                            "editorType": "Zeta.FontSizeSelection"
                        },
                        {
                            "uniqueID": "content-background-image-height",
                            "name": "Höhe der Hintergrundgrafik",
                            "editorType": "Zeta.FontSizeSelection"
                        },
                        {
                            "uniqueID": "content-background-image-color",
                            "name": "Hintergrundbildfarbe",
                            "editorType": "Zeta.ColorSelection",
                            "formula": "lighten(@globalHeaderColor, 48%)"
                        }
                    ]
                },
                {
                    "name": "Überschrift",
                    "items": [
                        {
                            "uniqueID": "articleheading-font-size",
                            "name": "Schriftgröße",
                            "editorType": "Zeta.FontSizeSelection"
                        },
                        {
                            "uniqueID": "articleheading-margin-top",
                            "name": "Abstand oben",
                            "editorType": "Zeta.FontSizeSelection"
                        },
                        {
                            "uniqueID": "articleheading-margin-bottom",
                            "name": "Abstand unten",
                            "editorType": "Zeta.FontSizeSelection"
                        },
                        {
                            "uniqueID": "articleheading-line-height",
                            "name": "Zeilenabstand",
                            "editorType": "Zeta.FontSizeSelection"
                        },
                        {
                            "uniqueID": "articleheading-font-color",
                            "name": "Schriftfarbe",
                            "editorType": "Zeta.ColorSelection",
                            "formula": "@globalHeadingColor"
                        },
                        {
                            "uniqueID": "articleheading-font-weight",
                            "name": "Schriftgewicht",
                            "editorType": "Zeta.ListSelection",
                            "listEntries": [
                                {
                                    "fett": "bold"
                                },
                                {
                                    "normal": "normal"
                                }
                            ]
                        }
                    ]
                },
                {
                    "name": "Text",
                    "items": [
                        {
                            "uniqueID": "articletext-font-size",
                            "name": "Schriftgröße",
                            "editorType": "Zeta.FontSizeSelection"
                        },
                        {
                            "uniqueID": "articletext-font-color",
                            "name": "Schriftfarbe",
                            "editorType": "Zeta.ColorSelection",
                            "formula": "@globalFontColor"
                        }
                    ]
                },
                {
                    "name": "Artikelbereich",
                    "items": [
                        {
                            "uniqueID": "articlearea-spacing",
                            "name": "Artikelabstand",
                            "editorType": "Zeta.FontSizeSelection"
                        },
                        {
                            "uniqueID": "paragraph-spacing",
                            "name": "Absatzabstand",
                            "editorType": "Zeta.FontSizeSelection"
                        }
                    ]
                },
                {
                    "name": "Bildunterschrift",
                    "items": [
                        {
                            "uniqueID": "imagetitle-font-size",
                            "name": "Schriftgröße",
                            "editorType": "Zeta.FontSizeSelection"
                        },
                        {
                            "uniqueID": "imagetitle-font-color",
                            "name": "Schriftfarbe",
                            "editorType": "Zeta.ColorSelection",
                            "formula": "@globalFontColor"
                        }
                    ]
                },
                {
                    "name": "Navigationspfad",
                    "items": [
                        {
                            "uniqueID": "breadcrumb-font-size",
                            "name": "Schriftgröße",
                            "editorType": "Zeta.FontSizeSelection"
                        },
                        {
                            "uniqueID": "breadcrumb-font-color",
                            "name": "Schriftfarbe",
                            "editorType": "Zeta.ColorSelection",
                            "formula": "@globalFontColor"
                        }
                    ]
                }
            ]
        },
        {
            "visibility": "Full",
            "name": "Newsbereich",
            "groups": [
                {
                    "name": "Überschrift",
                    "items": [
                        {
                            "uniqueID": "newsheading-font-size",
                            "name": "Schriftgröße",
                            "editorType": "Zeta.FontSizeSelection"
                        },
                        {
                            "uniqueID": "newsheading-font-color",
                            "name": "Schriftfarbe",
                            "editorType": "Zeta.ColorSelection",
                            "formula": "@globalHeadingColor"
                        },
                        {
                            "uniqueID": "newsheading-font-weight",
                            "name": "Schriftgewicht",
                            "editorType": "Zeta.ListSelection",
                            "listEntries": [
                                {
                                    "fett": "bold"
                                },
                                {
                                    "normal": "normal"
                                }
                            ]
                        }
                    ]
                },
                {
                    "name": "Text",
                    "items": [
                        {
                            "uniqueID": "newstext-font-size",
                            "name": "Schriftgröße",
                            "editorType": "Zeta.FontSizeSelection"
                        },
                        {
                            "uniqueID": "newstext-font-color",
                            "name": "Schriftfarbe",
                            "editorType": "Zeta.ColorSelection",
                            "formula": "@globalFontColor"
                        },
                        {
                            "uniqueID": "news-paragraph-spacing",
                            "name": "Abstand der Absätze",
                            "editorType": "Zeta.FontSizeSelection"
                        }
                    ]
                }
            ]
        },
        {
            "visibility": "Full",
            "name": "Suche",
            "groups": [
                {
                    "name": "Suchfeld",
                    "items": [
                        {
                            "uniqueID": "searchfield-font-color",
                            "name": "Schriftfarbe",
                            "editorType": "Zeta.ColorSelection",
                            "formula": "@globalFontColor"
                        },
                        {
                            "uniqueID": "searchfield-font-size",
                            "name": "Schriftgröße",
                            "editorType": "Zeta.FontSizeSelection"
                        },
                        {
                            "uniqueID": "searchfield-background-color",
                            "name": "Hintergrundfarbe",
                            "editorType": "Zeta.ColorSelection"
                        },
                        {
                            "uniqueID": "searchfield-border-color",
                            "name": "Rahmenfarbe",
                            "editorType": "Zeta.ColorSelection",
                            "formula": "lighten(@globalHeaderColor, 40%)"
                        },
                        {
                            "uniqueID": "searchfield-width",
                            "name": "Breite",
                            "editorType": "Zeta.FontSizeSelection"
                        }
                    ]
                },
                {
                    "name": "Suchbutton",
                    "items": [
                        {
                            "uniqueID": "searchbutton-font-color",
                            "name": "Schriftfarbe",
                            "editorType": "Zeta.ColorSelection"
                        },
                        {
                            "uniqueID": "searchbutton-font-color-hover",
                            "name": "Schriftfarbe Mouseover",
                            "editorType": "Zeta.ColorSelection"
                        },
                        {
                            "uniqueID": "searchbutton-background-color",
                            "name": "Hintergrundfarbe",
                            "editorType": "Zeta.ColorSelection"
                        },
                        {
                            "uniqueID": "searchbutton-background-hover",
                            "name": "Hintergrundfarbe Mouseover",
                            "editorType": "Zeta.ColorSelection"
                        },
                        {
                            "uniqueID": "searchbutton-background-image",
                            "name": "Hintergrundgrafik",
                            "editorType": "Zeta.ImageSelection"
                        },
                        {
                            "uniqueID": "searchbutton-background-image-hover",
                            "name": "Hintergrundgrafik Mouseover",
                            "editorType": "Zeta.ImageSelection"
                        },
                        {
                            "uniqueID": "searchbutton-border-color",
                            "name": "Rahmenfarbe",
                            "editorType": "Zeta.ColorSelection"
                        },
                        {
                            "uniqueID": "searchbutton-border-color-hover",
                            "name": "Rahmenfarbe Mouseover",
                            "editorType": "Zeta.ColorSelection"
                        }
                    ]
                }
            ]
        },
        {
            "visibility": "Full",
            "name": "Seitenleiste",
            "groups": [
                {
                    "name": "Hintergrundfarbe",
                    "items": [
                        {
                            "uniqueID": "sidebar-background-color",
                            "name": "Hintergrundfarbe",
                            "editorType": "Zeta.ColorSelection",
                            "formula": "lighten(@globalHeaderColor, 48%)"
                        }
                    ]
                }
            ]
        },
        {
            "visibility": "Full",
            "name": "Formular",
            "groups": [
                {
                    "name": "Eingabefelder",
                    "items": [
                        {
                            "uniqueID": "form-font-color",
                            "name": "Schriftfarbe",
                            "editorType": "Zeta.ColorSelection",
                            "formula": "@globalFontColor"
                        }
                    ]
                }
            ]
        },
        {
            "visibility": "Full",
            "name": "Fußzeile",
            "groups": [
                {
                    "name": "Allgemein",
                    "items": [
                        {
                            "uniqueID": "footer-background-color",
                            "name": "Hintergrundfarbe",
                            "editorType": "Zeta.ColorSelection",
                            "formula": "@globalHeaderColor"
                        },
                        {
                            "uniqueID": "footer-background-image",
                            "name": "Hintergrundgrafik",
                            "editorType": "Zeta.ImageSelection"
                        }
                    ]
                },
                {
                    "name": "Schrift",
                    "items": [
                        {
                            "uniqueID": "footer-font-size",
                            "name": "Schriftgröße",
                            "editorType": "Zeta.FontSizeSelection"
                        },
                        {
                            "uniqueID": "footer-font-color",
                            "name": "Schriftfarbe",
                            "editorType": "Zeta.ColorSelection"
                        }
                    ]
                }
            ]
        }
    ],
    "fonts": [
        "Arial, Helvetica, sans-serif",
        "{Default}"
    ]
}
