@charset "UTF-8";

/*
	################################################################################
	##
	## Version 2023-03-20.mdc-14_v2.danisoft
	##
	################################################################################
*/

@media only screen and (max-width: 599px)							{ :root { --font-size: 14px; --font-color: #111111; }}
@media only screen and (min-width: 600px) and (max-width: 839px)	{ :root { --font-size: 16px; --font-color: #222222; }}
@media only screen and (min-width: 840px)							{ :root { --font-size: 18px; --font-color: #333333; }}

:root {

	/* LAYOUT */	--layout-max-width: 1250px;

	/* THEME */		--mdc-theme-primary: #2d4d71;
					--mdc-theme-primary-light: #4f83cc;
					--mdc-theme-primary-dark: #002f6c;
					--mdc-theme-secondary: #ad1457;
					--mdc-theme-secondary-light: #e35183;
					--mdc-theme-secondary-dark: #78002e;
					--mdc-theme-background: #ffffff;

	/* GUTTER */	--mdc-layout-grid-gutter-desktop: 16px;

	/* BODY */		--body-background-color: #ffffff;
					--body-background-image: url("../images/page-background.png");
					--body-background-repeat: repeat-x;
					--body-background-attachment: scroll;

	/* LINKS */		--link-color-normal: rgb(0, 100, 140);
					--link-color-visited: rgb(0, 100, 140);
					--link-color-hover: rgb(0, 77, 153);
					--link-color-active: rgb(0, 77, 153);

	/* TABLES */	--table-head-1-bgcol: #e9e9e9;
					--table-head-2-bgcol: #f7f7f7;
					--table-footer-bgcol: #e9e9e9;
					--table-border-color: #cccccc;

	/* ICONS */		--icon-size: calc(var(--font-size) * 3.5);
					--icon-color: #395364;
					--icon-color-disabled: #cccccc;
					--icon-text-size: calc(var(--font-size) * 1.2);
					--icon-text-color: #395364;
					--icon-text-color-disabled: #cccccc;

	/* BORDERS */	--border-color: #cccccc;
}
