/* default styles for extension "tx_wwpreset" */
      :root {
        --color-0: black;
        --color-1: #004177;
        --color-2: green;
        --color-3: #004177;
        --color-body: #FFFFFF;
        --color-lines: rgb(224,230,223);
        --color-color-nav-background: #004177ee;
        --color-color-nav-link: grey;
        --color-color-breadcrumb-link: white;
      }
      body,
      #footer-sitemap nav,
      .article-number {
        background-color: #FFFFFF
      }
      p, h3, #page-body li {
        color: black;
      }
      hr {
        border-bottom: solid 1px rgb(224,230,223);
      }
      #page-header-desktop {
        border-top: solid 1px rgb(224,230,223);
      }
      .background-color-1,
      .button:hover,
      article li:before,
      .channel {
        background-color: #004177 !important;
      }
      .background-color-2 {
        background-color: green !important;
      }
      .color-1,
      h2,
      #menu-nav ul ul li:before,
      #footer-nav a.active,
      nav a.active,
      #intranet-nav a.active,
      #category-title {
        color: #004177 !important;
      }
      .color-2 {
        color: green !important;
      }
      a:not(.button):not(.channel),
      .color-3 {
        color: #004177;
      }
      a:not(.button):hover {
        opacity: 0.5;
        filter: alpha(opacity=50);
      }
      nav a:not(.button) {
        color: grey;
      }
      #footer-breadcrumb a:not(.button) {
        color: white;
      }
      .button,
      .background-color-3,
      .share-options a:hover {
        background-color: #004177;
      }
      #page-header-title.intranet h1 {
        background-color: #004177 !important;
      }
