﻿
@font-face {
	font-family: "HealTheWebB";
	src: url("htwa.otf") format("opentype");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "HealTheWebA";
	src: url("htwb.otf") format("opentype");
	font-weight: normal;
	font-style: normal;
}
/*promenne*/
:root {
	--dark-color: #17253A;
	--light-color: #fff;
	--green-color: #9FC259;
	--dark-color-opacity-80: #17253ACC;
	--green-color-opacity-80: #274928CC;
	--blue-color: #407BB9;
	--blue-color-opacity-80: #407BB9CC;
	--max-width-1: 1920px;
	--max-width-2: 1200px;
	--max-width-3: 960px;
	--max-width-4: 624px; /*popis oblasti v hlavicce*/
	--max-width-5: 1700px; /*hp holder pro informacni okna*/
	/*velikosti fontu*/
	/* HealTheWebB */
	--htwb-78-94: 78px/94px;
	--htwb-64-76: 64px/76px;
	--htwb-63-75: 63px/75px;
	--htwb-48-57: 48px/57px;
	--htwb-46-55: 46px/55px;
	--htwb-44-53: 44px/53px;
	--htwb-40-55: 40px/55px;
	--htwb-36-43: 36px/43px;
	--htwb-36-36: 36px/36px;
	--htwb-24-28: 24px/28px;
	--htwb-19-30: 19px/30px;
	--htwb-14-16: 14px/16px;
	/* Inter */
	--inter-22-36: 22px/36px;
	--inter-26-28: 26px/28px;
	--inter-24-28: 24px/28px;
	--inter-20-24: 20px/24px;
	--inter-19-24: 19px/24px;
	--inter-20-28: 20px/28px;
	--inter-18-28: 18px/28px;
	--inter-18-24: 18px/24px;
	--inter-16-20: 16px/20px;
	--inter-16-28: 16px/28px;
	--inter-16-24: 16px/24px;
	--inter-14-19: 14px/19px;
	--inter-13-18: 13px/18px;
	/*vysky yakladnich prvku*/
	--hp01-height: 1080px;
	--hp02-height: 1950px;
	--hp03-height: 855px;
	--hp04-height: 828px;
	--hp05-height: 828px;
	--hp06-height: 828px;
	--search-height: 472px;
	--sb01-height: 500px;
}




.cka-layout {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 350px;
	gap: 44px;
	align-items: start;
	padding: 40px 48px 40px 0;
	margin: 0;
}

.cka-text p {
	margin: 0 0 18px;
	font-size: 18px;
	line-height: 1.6;

}

.cka-text a {
	color: #22314b;
	text-decoration: underline;
}

/* PRAVÝ TMAVÝ BOX */
.cka-download__inner {
	width: 100%;
	border-radius: 14px;
	overflow: hidden;
	box-shadow: 0 12px 28px rgba(18, 28, 44, 0.2);
	background: linear-gradient(180deg, #354156 0%, #2d394d 100%);
	padding: 28px 18px 22px;
	box-sizing: border-box;
}

	.cka-download__inner h2 {
		font: var(--htwb-24-28) HealTheWebB;
		margin: 0 0 10px;
		color: #fff;
		font-weight: 500;
	}

	.cka-download__inner p {
		margin: 0 0 14px;
		color: rgba(255, 255, 255, 0.92);
		font: 300 var(--inter-16-28) Inter;
		
	}

.cka-download__sub {
	margin-top: 28px !important;
	margin-bottom: 14px !important;
	font-weight: 500;
}

/* TLAČÍTKA — výchozí stav: průhledné s bílým okrajem */
.cka-btn {
	display: flex;
	align-items: center;
	gap: 14px;
	width: 100%;
	min-height: 70px;
	margin-bottom: 16px;
	padding: 14px 16px;
	border-radius: 12px;
	text-decoration: none;
	box-sizing: border-box;
	color: #fff;
	background: transparent;
	border: 1px solid rgba(255, 255, 255, 0.55);
	transition: background 0.2s ease, border-color 0.2s ease;
}

	/* HOVER — přidá bílé pozadí, změní barvu textu, BEZ pohybu */
	.cka-btn:hover {
		background: #fff;
		border-color: transparent;
		color: #22314b;
	}

.cka-btn--pdf {
	background: transparent;
	border: 1px solid rgba(255, 255, 255, 0.55);
	color: #fff;
}

	.cka-btn--pdf:hover {
		background: #fff;
		border-color: transparent;
		color: #22314b;
	}

.cka-btn--gpx {
	background: transparent;
	border: 1px solid rgba(255, 255, 255, 0.55);
	color: #fff;
}

	.cka-btn--gpx:hover {
		background: #fff;
		border-color: transparent;
		color: #22314b;
	}

/* IKONA */
.cka-btn::before {
	content: "";
	flex: 0 0 34px;
	width: 34px;
	height: 34px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	display: block;
	filter: brightness(0) invert(1);
	transition: filter 0.2s ease;
}

.cka-btn--pdf::before {
	background-image: url("/imgs/pdf.svg");
}

.cka-btn--gpx::before {
	background-image: url("/imgs/md-download.svg");
}

.cka-btn:hover::before {
	filter: brightness(0) invert(0);
}

/* ŠIPKA */
.cka-btn::after {
	content: "";
	flex: 0 0 30px;
	width: 30px;
	height: 30px;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 4v12M6 11l6 6 6-6'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	display: block;
	transition: background-image 0.2s ease;
}

.cka-btn:hover::after {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2322314b' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 4v12M6 11l6 6 6-6'/%3E%3C/svg%3E");
}

/* POPISEK */
.cka-btn__label {
	flex: 1;
	font: 500 var(--inter-18-28) Inter;
	
	line-height: 1.2;
	color: inherit;
}

/* RESPONSIVE */
@media (max-width: 1024px) {
	.cka-layout {
		grid-template-columns: 1fr;
		gap: 28px;
		padding: 30px 24px;
	}

	.cka-download__inner {
		max-width: 420px;
	}
}

@media (max-width: 640px) {
	.cka-layout {
		padding: 22px 16px;
	}

	.cka-text p {
		font-size: 16px;
	}

	.cka-download__inner {
		padding: 20px 16px;
	}
}


@media (max-width: 600px) {
body.nakole .dClanek > div[style*="display: flex"] {
		flex-direction: column !important;
		/*align-items: center !important;*/
		gap: 10px !important;
	}

body.nakole	.dClanek img {
		width: 100% !important;
		height: auto !important;
		max-width: 300px;
	}
}

