/* custom css styles */
@import url(colors.css);
@import url(variables.css);

:root {
	/* overrider color definitions from colors.css, variables.css */
    /*--fileicon-color: var(--primary-background-color);*/

    /* logos and images */
    --logo-main: url(../branding/logo.png);
    --logo-main-height: 210px;

    /*
    --banner-start: url(../img/background-1280.jpg);

    --product-logo: url(../img/logo.png);
    --product-logo-height: 70px;
    --dashboard-logo: url(../branding/logo-bank99-small.png);

    --logo-welcome: url(../branding/logo-white.png);
    --banner-welcome: url(../img/banner.jpg);
	*/

	--primary-color: #444;
    	--primary-background-color: rgb(255, 220, 0);
    	--primary-border-color: rgb(255, 220, 0);

    	--primary-color-hover: #444;
	--primary-background-color-hover: rgb(250, 200, 0);
	--primary-border-color-hover: rgb(250, 200, 0);

    	--secondary-color: #fff;
    	--secondary-background-color: #337ab7;
    	--secondary-border-color: #2e6da4;

    	--secondary-color-hover: #fff;
    	--secondary-background-color-hover: #286090;
    	--secondary-border-color-hover: #204d74;

    	--primary-header-background-color: #777;
    	--primary-header-border-color: #777;
}

/*
.dashboard .claim {
    display: flex;
}

.dashboard .motd {
	text-align: right;
	font-size: x-large;
	font-variant: small-caps;
}

.dashboard .motd:after {
	content: 'Einfache und sichere Datenübertragung!';
    display: block;
}

.search-view .metadata-region {
	display: none;
}
*/
