/* Minification failed. Returning unminified contents.
(47,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(48,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(49,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(51,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(52,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(56,32): run-time error CSS1039: Token not allowed after unary operator: '-color-contrast-light'
(102,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(103,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(104,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(106,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
 */
/* GENERAL DESCRIPTION
 *
 * This css file will be dedicated to setting the layout variations for Distrigo 011 (Stollberg). 
 *
 * Please do not place common styles for all distrigos here!!!!
 * All the main styling will be placed in the site.css file, in this file only the specific styling changes for this theme will be set. 
 * For example: colours, images, etc.
 * 
 * Define the selectors, with their properties in the site.css file, and overwrite here the property to which you want to apply the variation.
 * As far as possible, global variables shall be used to apply the style variations. 
 * Define the variable here and use it in the most convenient place, in this file, even in the main file site.css.
 *
 * To set dynamic properties, based on business logic or coming from values that are loaded from the database use the file \Shared\_DynamicsCss.cshtml 
 *
 * GENERAL DESCRIPTION END */

/*! DEFINITIONS
 *
 * Dark grayscale: Dark gray for normal texts.
 * Medium grayscale: Medium gray for headings, highlights, tabs, etc.
 * Light grayscale: Light grey for backgrounds.
 * Dark contrast: For top menu items, icons, btns.
 * Light contrast: For the second top menu: items, icons, etc. For the contrasts on the rest of the page: tiles, details, highlighted borders, contrast buttons, etc.
 *
 * .btn-default For normal buttons
 * {
 *     color: #333333;
 *     background-color: #ffffff;
 *     border-color: #cccccc;
 * }
 * .btn-contrast For contrast buttons
 * {
 *     background-color: #004C97 !important;
 *     border-color: #004C97 !important;
 *     color: #ffffff !important;
 * }
 *
 * To generate colour palettes
 * https://mycolor.space
 *
 * To generate image filters
 * https://angel-rs.github.io/css-color-filter-generator/
 *
 * DEFINITIONS END */

:root {
    --color-contrast-dark: #203B8F;
    --color-contrast-light: #2744a0;
    --color-contrast-opposite: #009EE1;

    --color-contrast-dark-image-filter: brightness(0) saturate(100%) invert(17%) sepia(40%) saturate(4453%) hue-rotate(219deg) brightness(90%) contrast(91%);
    --color-contrast-light-image-filter: brightness(0) saturate(100%) invert(32%) sepia(18%) saturate(2065%) hue-rotate(184deg) brightness(91%) contrast(105%);
}

#navi {
    border-top: 7px solid var(--color-contrast-light) !important;
}
/* GENERAL DESCRIPTION
 *
 * This css file will be dedicated to setting the layout variations for Distrigo 011 (Stollberg). 
 *
 * Please do not place common styles for all distrigos here!!!!
 * All the main styling will be placed in the general.css file, in this file only the specific styling changes for this theme will be set. 
 * For example: colours, images, etc.
 * 
 * Define the selectors, with their properties in the general.css file, and overwrite here the property to which you want to apply the variation.
 * As far as possible, global variables shall be used to apply the style variations. 
 * Define the variable here and use it in the most convenient place, in this file, even in the main file general.css.
 *
 * GENERAL DESCRIPTION END */

/*! DEFINITIONS
 *
 * Dark grayscale: Dark gray for normal texts.
 * Medium grayscale: Medium gray for headings, highlights, tabs, etc.
 * Light grayscale: Light grey for backgrounds.
 * Dark contrast: For top menu items, icons, btns.
 * Light contrast: For the second top menu: items, icons, etc. For the contrasts on the rest of the page: tiles, details, highlighted borders, contrast buttons, etc.
 *
 * .btn-default For normal buttons
 * {
 *     color: #333333;
 *     background-color: #ffffff;
 *     border-color: #cccccc;
 * }
 * .btn-contrast For contrast buttons
 * {
 *     background-color: #004C97 !important;
 *     border-color: #004C97 !important;
 *     color: #ffffff !important;
 * }
 *
 * To generate colour palettes
 * https://mycolor.space
 *
 * To generate image filters
 * https://angel-rs.github.io/css-color-filter-generator/
 *
 * DEFINITIONS END */

:root {
    --color-contrast-dark: #203B8F;
    --color-contrast-light: #2744a0;
    --color-contrast-opposite: #009EE1;

    --color-contrast-dark-image-filter: brightness(0) saturate(100%) invert(17%) sepia(40%) saturate(4453%) hue-rotate(219deg) brightness(90%) contrast(91%);
}

