@charset "UTF-8";

/* base green: #c5d42f -> 51% lightness / 66% saturation */
/* base blue: #2f3541 -> 22% lightness /  16% saturation */

html
{
	--bodyBackColor: #f9f9fb; /* 98% lightness based on 2f3541 */
	--bodyTextColor: #000000;

	--headerBorderbottomColor: #000000;
	--headerIcon: url(../brands/tmarco/marco-woelfel-high-performance-coach-logo2-208x115.png) no-repeat 0.8% center transparent;

	--footerBackColor: #2f3541;
	--footerlangsTextColor: #8993a9;
	--footerlangsHoverBackColor: #566176;
	--footerlegalsTextColor: #a6aebf;
	--footerlegalsHoverBackColor: #566176;
	
	--captionTextColor: #2f3541;
	--captionBorderbottomColor: #2f3541;
	--captionfilledlineBackColor: #8994a9;
	--texthintTextColor: #660000;
	
	--lineplantypeBackColor: #c5d42f;
	--lineplantypeTextColor: #000000;
	--lineplancountsBackColor: #ffffff;
	--textplancountsBackColor: #e2e995;

	--textLinkTextColor: #2980b9;

	--menubuttonsBackColor: #c5d42f;
	--menubuttonscurpageBackColor: #f4f6d5;
	--menubuttonsHoverBackColor: #8a941e;
	--menubuttonsActiveBackColor: #636a16;
	--menubuttonsTextColor: #2f3541;

	--linkbuttonsBackColor: #c5d42f;
	--linkbuttonsHoverBackColor: #9ea923;
	--linkbuttonsActiveBackColor: #777f1a;
	--linkbuttonsTextColor: #282a09;

	--formbuttonsBackColor: #c5d42f;
	--formbuttonsHoverBackColor: #9ea923;
	--formbuttonsActiveBackColor: #777f1a;
	--formbuttonsTextColor: #282a09;

	--pagebuttonsBackColor: #6b7994;
	--pagebuttonsHoverBackColor: #566176;
	--pagebuttonsActiveBackColor: #404859;
	--pagebuttonsTextColor: #e1e4ea;

	--formfieldBackColor: #ffffff;
	--formfieldBorderColor: #e1e4ea;
	--formfieldplaceholderTextColor: #a0a0a0;

	--formoptionBackColor: #ffffff;

	--filebuttonsBackColor: #eef2c0;
	--filebuttonsBorderColor: #c5d42f;
	--filebuttonsHoverBackColor: #e2e995;
	--filebuttonsHoverBorderColor: #9ea923;
	--filebuttonsActiveBackColor: #d7e16b;
	--filebuttonsActiveBorderColor: #777f1a;
	--filebuttonsTextColor: #282a09;
	
	--formseparatorBorderColor: #e1e4ea;
	
	--messageTextColor: #232110;
	--messageerrorTextColor: #bb0600;

	--listlinefrontBackColor: #e6e9ee;
	--listlinefrontHoverBackColor: #c4c9d4;
	--listlinefrontActiveBackColor: #b5bcc9;
	--listlineendBackColor: #d3d7df;
	--listlineendHoverBackColor: #c4c9d4;
	--listlineendActiveBackColor: #b5bcc9;

	--tablecaptionheaderBackColor: #dde0b8;
	--tableheadersetmBackColor: #ccd194; /* 40% saturation based on c5d42f (=#acb450) and 70% lightness based on acb450 */
	--tablerowsetmBackColor: #dde0b8; /* 40% saturation based on c5d42f (=#acb450) and 80% lightness based on acb450 */
	--tableheadersetsBackColor: #dde0b8; /* 40% saturation based on c5d42f (=#acb450) and 80% lightness based on acb450 */
	--tablerowsetsBackColor: #eef0db; /* 40% saturation based on c5d42f (=#acb450) and 90% lightness based on acb450 */
	--tableheaderbovsBackColor: #dde0b8;
	--tablerowbovsBackColor: #eef0db;

	--timelinecaptionBackColor: #a6afbf;
	--timelinedataBackColor: #d3d7df;

	--chatcontainerBorderColor: #e1e4ea;
	--chatcontainerBackColor: #ffffff;
	--chatmessageBackColor: #f4f6d5;
	--chatscrollbarBackColor: #f9fae7;
	--chatscrollbarHandleColor: #c5d42f;
	--chatcountmarkerBackColor: #E18787;
}
