/*pismo*/
:root {
	font-size: 16px;
}

body {
	font-size: 16px;
	line-height: 1.4em;
}

/*info publina*/
.information {
	background: #28489f !important;
	color: white !important;
	font-size: 130%;
	z-index: 999 !important
}

.information a {
	color: #000 !important;
	font-size: 100%;
	text-decoration: underline !important;
}

.information .close::before {
	color: #fff;
}

.information .close:hover::before {
	color: #000;
}

/*respo odsazeni hlavicky*/
@media (max-width:991px) {
	.overall-wrapper {
		padding-top: 67px;
	}
}

@media (max-width:770px) {
	.overall-wrapper {
		padding-top: 76px;
	}
}

@media (max-width:479px) {
	.overall-wrapper {
		padding-top: 67px;
	}
}

/*carusel*/
.extended-banner-texts {
	display: grid;
	grid-template-columns: 100%;
}

.extended-banner-text * {
	color: #fff;
}

.extended-banner-text {
	grid-column: 1;
	grid-row: 1;
	position: static;
	background: none;
	border: 0;
	box-shadow: none;
	justify-self: start;
	align-self: center;
}

.extended-banner-text h2 {
	/*500|992*/
	font-size: 2.63rem;
	font-size: clamp(1rem, -0.6514rem + 5.2846vw, 2.625rem);
	line-height: 1.3em;
	margin: 0 0 1.5rem;
	margin-bottom: clamp(0.25rem, -1.0203rem + 4.065vw, 1.5rem);
	font-weight: normal;
}

.extended-banner-text h2 span {
	color: #98b6fc;
	font-style: italic;
}

.extended-banner-text p {
	/*500|992*/
	font-size: 1.5rem;
	font-size: clamp(0.81rem, 0.1088rem + 2.2439vw, 1.5rem);
	line-height: 1.3em;
	font-style: italic;
	margin: 0;
}

@media (min-width:992px) {
	.extended-banner-texts {
		grid-template-columns: repeat(2, 1fr);
	}

	.extended-banner-text {
		justify-self: center;
	}
}

/*banery-top*/
.next-to-carousel-banners .banner-wrapper a img {
	border: 1px solid rgba(17, 37, 92, 0.25);
}

.next-to-carousel-banners .banner-wrapper a:hover img {
	box-shadow: 0 0 4px 0 #11255c;
}

/*vyhody*/
.benefitBanner {
	gap: 1rem;
}

.benefitBanner .benefitBanner__item {
	gap: 1rem;
}

.benefitBanner .benefitBanner__picture {
	margin: 0;
}

.benefitBanner .benefitBanner__content {
	padding: 0;
}

.benefitBanner .benefitBanner__title {
	display: inline-block;
	margin-bottom: 0.5rem;
}

@media (max-width: 991px) {
	.extended-banner-text {
		max-width: 70%;
	}

	.benefitBanner .benefitBanner__item {
		width: 100%;
		flex-basis: 100%;
		margin: 0;
	}
}

@media (max-width: 500px) {
	.benefitBanner .benefitBanner__item {
		flex-direction: column;
	}

	.benefitBanner .benefitBanner__title {
		text-align: center;
	}
}

/*hlavicka*/
#header .container {
	width: 100%;
	max-width: 1418px;
}

#header .container .site-name {
	order: -1;
	flex-basis: auto;
}

@media (min-width:992px) {
	#header .container .fitted .navigation-in ul {
		justify-content: center;
	}

	#header .container .menu-helper:not(.visible) {
		overflow: hidden;
		width: 0;
		height: 0;
	}

	:where(body.ums_a11y_login--on) .navigation-buttons a,
	:where(body.ums_a11y_login--on) .top-nav-button-login {
		height: 50px;
		line-height: 50px;
		width: 50px;
	}
}

@media (max-width:991px) and (min-width:758px) {
	.navigation-buttons {
		position: static;
	}
}

@media (max-width:991px) {

	:where(body.ums_a11y_login--on) .navigation-buttons a,
	:where(body.ums_a11y_login--on) .top-nav-button-login {
		height: 40px;
		line-height: 40px;
		width: 40px;
	}
}

/*logo*/
@media (max-width: 770px) {
	#header .container .site-name {
		padding-top: 0.5rem;
		padding-bottom: 0.5rem;
	}
}

/*navigace*/
.navigation-in ul.menu-level-2 {
	width: auto;
	min-width: 200px;
}

.navigation-in ul.menu-level-2 li a {
	white-space: nowrap;
}

/*leva navigace*/
.sidebar.sidebar-left .box.box-bg-variant.box-categories .pageElement__heading {
	display: none;
}

/*hlavicka kontakty*/
.hlavicka_kontakt {
	display: flex;
	order: -1;
	gap: 1.5rem;
	padding: 0.5rem 0 0.5rem 0.75rem;
	box-sizing: border-box;
}

.hlavicka_kontakt .hk-box {
	color: #10255a;
	font-size: 0.88rem;
	line-height: 1.2em;
}

.hlavicka_kontakt .hk-box .nadpis {
	font-weight: 500;
}

.hlavicka_kontakt .hk-box p {
	margin: 0;
	padding: 0;
	font-weight: 700;
}

.hlavicka_kontakt .hk-box.hk-kontakt p {
	display: grid;
	grid-template-columns: 1rem 1fr;
	gap: 0.5rem;
}

.hlavicka_kontakt .hk-box.hk-kontakt .rimg {
	grid-column: 1/2;
	align-self: center;
	width: 100%;
	max-width: 14px;
}

.hlavicka_kontakt .hk-box.hk-kontakt span {
	grid-column: -2/-1;
}

@media (max-width:991px) {
	.hlavicka_kontakt .hk-box.hk-kontakt p {
		grid-template-columns: auto 1fr;
	}

	.hlavicka_kontakt .hk-box.hk-kontakt .rimg {
		display: none;
	}
}

@media (max-width:830px) {
	.hlavicka_kontakt .hk-box:where(.hk-doprava) {
		display: none;
	}
}

@media (max-width:757px) {
	.hlavicka_kontakt .hk-box:where(.hk-kontakt) {
		display: none;
	}
}

@media (max-width:535px) {
	.hlavicka_kontakt {
		flex-direction: column;
		gap: 0;
	}
}