

:root {
	
    --ugblue: #165a97;
    --ugbluelight: #166fc2;
    --ugBlueHover: #166fc2;
    --ugAnthracite: #1d1d1b;
    --ugGrey: #6f6f6e;
    --ugGreyLight: #ececee;
    --ugWhite: #ffffff;



    /*Replace old colors with UG*/
    --insignMediumGrey: #ececee;
    --insignMediumGrey2: #ececee;
    --insignDarkGrey: #6f6f6e;
    --insignDarkerGrey: #6f6f6e;
    --insignDarkestGrey: #6f6f6e;


    --insignYellow: #FFE682;
    --insignAlternativeYellow: #FADC5A;
    --insignLightGreen: #B9D287;
    --insignGreen: #82B42D;
    --insignMiddleGreen: #69A500;
    --insignDarkGreen: #165a97;
    --insignLightOrange: #FAD232;
    --insignOrange: #FFCD00;
    --insignBlueInverted: #FE9A43;
    --insignLightestRed: #FAE6E6;
    --insignLighterRed: #F0B4B4;
    --insignLightRed: #E65A5A;
    --insignRed: #DC0000;

    /*------- # insign ******************************************************************************************** # -------*/
	--insignBlue: #165a97;
    --insignHighlightBlue: #166fc2;
    /*------- # UG ******************************************************************************************** # -------*/
    --insignMain: #165a97;
    --insignLightMain: #165a97;
    --insignLighterMain: #166fc2;
    --insignTransparentMain: #165a9725;
	
	
    /*Primary Buttons*/
    --insignButtonPrimaryBackground: #165a97;
    --insignButtonPrimaryBorder: #165a97;
    --insignButtonPrimaryColor: #ffffff;
    --insignButtonPrimaryHoverBackground: #166fc2;
    --insignButtonPrimaryHoverBorder: #166fc2;
    --insignButtonPrimaryHoverColor: #FFFFFF;

    /*Secondary Buttons*/
    --insignButtonSecondaryBackground: #FFFFFF;
    --insignButtonSecondaryBorder: #165a97;
    --insignButtonSecondaryColor: #165a97;
    --insignButtonSecondaryHoverBackground: #166fc2;
    --insignButtonSecondaryHoverBorder: #166fc2;
    --insignButtonSecondaryHoverColor: #FFFFFF;

    /*Status Buttons*/
    --insignGalleryStatusNeedAction: #165a97;


    /*Links*/
    --insignLinkColor: #165a97;
    --insignLinkHoverColor: #166fc2;
    --insignCookieLink:  #165a97;
}

/* Sichtbarer Tastatur-Fokus (Barrierefreiheit) */
:focus-visible {
  outline: 2px solid #165a97;
  outline-offset: 2px;
}




