:root{--color-plaza-gold:#D6CA90;--color-plaza-antracite:#3D3D3D;--color-plaza-grey:#707070;--color-plaza-light-grey:#F9F9F9;--color-plaza-red:#B82959;--color-plaza-green:#00AF8B;--color-plaza-green-light:rgba(230,250,237,0.68);--color-plaza-white:white;--color-darker-grey:#dfdfdf}body.dark-mode{--color-plaza-gold:#D6CA90;--color-plaza-red:#B82959;--color-plaza-green:#00AF8B;--color-plaza-green-light:rgba(230,250,237,0.68);--color-plaza-light-grey:#474747;--color-plaza-grey:#2c2c2c;--color-plaza-antracite:#cccccc;--color-plaza-white:black;--color-darker-grey:#dfdfdf}.editor-label{color:var(--color-plaza-antracite);text-transform:uppercase;font-weight:700;font-size:14px}.editor-label[data-required]:after{content:" (Pflichtfeld)";color:red}.plaza-editor{border:1px solid var(--color-plaza-grey);border-radius:8px;background-color:var(--color-plaza-white)}.plaza-editor .editor-toolbar{display:flex;border-bottom:1px solid var(--color-plaza-grey);padding:10px 16px}.plaza-editor .editor-toolbar .button-group{display:flex;gap:5px;padding:0 10px}@media(max-width:1900px){.plaza-editor .editor-toolbar .button-group{gap:0;padding:0 5px}}.plaza-editor .editor-toolbar .button-group button{width:50px;display:grid;place-items:center}@media(max-width:1900px){.plaza-editor .editor-toolbar .button-group button{width:30px}}.plaza-editor .editor-toolbar .button-group button svg{height:100%}.plaza-editor .editor-toolbar .button-group button.is-active,.plaza-editor .editor-toolbar .button-group button[active]{background-color:var(--color-plaza-white)}.plaza-editor .editor-toolbar .button-group button,.plaza-editor .editor-toolbar .button-group select{cursor:pointer;padding:16px 5px;border:none;outline:none;background-color:rgba(0,0,0,0)}.plaza-editor .editor-toolbar .button-group select{border:1px solid var(--color-plaza-grey);border-radius:4px;font-size:16px}.plaza-editor .editor-toolbar .button-group select option{padding:5px}.plaza-editor .editor-content .tiptap{padding:16px;border:none;outline:none}.plaza-editor .editor-content .tiptap ol,.plaza-editor .editor-content .tiptap ul{transform:translateX(15px)}.link-type-dropdown{height:100%;padding:16.5px;border:1px solid var(--color-plaza-grey);font-size:16px}