/* IT-Kommunal Overlay: Dokumente (Notion-Editor) immer in voller Breite.
   Nach einem TOW-Frontend-Update index.html neu aus dem Image holen und den
   <link rel="stylesheet" href="/assets/itk-fullwidth.css"> wieder einfügen
   (siehe Skill itk365-stack, references/tow-install.md). */
.docs-notion-editor .notion-editor-prosemirror,
.docs-public-notion-editor .notion-editor-prosemirror {
  width: 100% !important;
  max-width: none !important;
}
.docs-doc-page-header {
  width: 100% !important;
  max-width: none !important;
}
