/* Theme DHK Festival — Wine & Dine Festival */
:root {
	/* Theme color start */
	/* # global */
	--title-font-color:#182f4a;
	--main-font-color: #000;
	--link-color: #000;
	--link-color-hover: #0350a8;
	--selection-font-color: #fff;
	--selection-bgcolor: #0350a8;
	--scrollarea-scrollbar-color-thumb: #0350a8;
	--scrollarea-scrollbar-color-track: #ebe5e9;
	--scrollarea-scrollbar-width: 5px;

	/* # intro */
	--intro-font-color: #fff;
	--intro-bgcolor: #0a2f5a;
	--intro-video-icon: url(/content/dam/dhk/common/theme/2024/cyclothon/icon-video-play.svg);
	--intro-date-icon: url("data:image/svg+xml,%3Csvg width='29' height='29' viewBox='0 0 29 29' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='2.698' y='5.24237' width='26.303' height='23.7576' rx='2' fill='url(%23paint0_linear_3_647)'/%3E%3Cpath d='M9.0819 19.668V21.9557H6.79419V19.668H9.0819ZM14.8012 19.668V21.9557H12.5135V19.668H14.8012ZM20.5204 19.668V21.9557H18.2327V19.668H20.5204ZM9.0819 14.208V16.4957H6.79419V14.208H9.0819ZM14.8012 14.208V16.4957H12.5135V14.208H14.8012ZM20.5204 14.208V16.4957H18.2327V14.208H20.5204Z' fill='white' stroke='white' stroke-width='0.2'/%3E%3Cpath d='M7.71021 1V3.51648' stroke='white' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M19.9109 1V3.51648' stroke='white' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M24.7921 3.88281H2.52514C1.68283 3.88281 1 4.56564 1 5.40795V24.9297C1 25.772 1.68283 26.4548 2.52514 26.4548H24.7921C25.6345 26.4548 26.3173 25.772 26.3173 24.9297V5.40795C26.3173 4.56564 25.6345 3.88281 24.7921 3.88281Z' stroke='white' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1 9.81561H26.2258' stroke='white' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_3_647' x1='7.9586' y1='6.56224' x2='7.9586' y2='21.7878' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%233280DA'/%3E%3Cstop offset='0.88' stop-color='%231E4B7E'/%3E%3Cstop offset='1' stop-color='%23194475'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E%0A");
	--intro-line-table-font-color: #fff;
	--intro-line-table-border-color: #FFB298;

	/* # line box */
	--linebox-font-color: #000;
	--linebox-bgcolor: #f7fafd;
	--linebox-border-color: #bfc2c6;
	/* Theme color end */
}