/* devel */
.component.component--slider .component__buttons .btn-default {
	gap: 0 6px;
	justify-content: space-between;
}
.component.component--slider .component__buttons .btn-default:before {
	flex-shrink: 0;
	margin: 0;
}
.component.component--slider .component__buttons .btn-default:after {
	content: '';
	flex-shrink: 0;
	width: 21px;
	height: 1px;
}
.component.component--infographics-image .component__list {
	display: flex;
	flex-wrap: wrap;
	gap: 30px 20px;
	justify-content: space-between;
}
.component.component--infographics-image .component__item {
	display: flex;
	flex-direction: column;
	gap: 15px 0;
	width: calc(50% - 15px);
}
.component.component--infographics-image .component__item.is-centered {
	align-items: center;
	text-align: center;
}
.component.component--infographics-image .component__image {
	width: 100px;
	aspect-ratio: 1;
}
.component.component--infographics-image .component__text {
	width: 100%;
}
.component.component--infographics-image .component__text > *:first-child {
	margin-top: 0;
}
.component.component--infographics-image .component__text > *:last-child {
	margin-bottom: 0;
}

@media (min-width: 600px) {
	.component.component--infographics-image {
		margin-bottom: 80px;
	}
	.component.component--infographics-image .component__item {
		width: calc(25% - 15px);
	}
}

@media (max-width: 399px) {
	.component.component--infographics-image .component__item {
		width: 100%;
	}
}

.cms-title {
	font-family: 'FS Rufus', 'Arial', sans-serif;
	font-style: italic;
	font-weight: 700;
}

.component.component--contest .form__label.is-disabled {
	padding: 16px;
	background: #f2f2f2;
	border-radius: 0 30px;
	color: #2c2c2c;
	font-weight: normal;
}

@media (min-width: 800px) {
	.component.component--contest .form__label.is-disabled {
		padding: 20px 50px;
	}
}

.component.component--contest #storyBlock,
.component.component--contest #formAnswer {
	scroll-margin: 200px;
}

/* hacker contest */
body.is-hacker-contest.homepage .component.component--content .row:after,
body.is-hacker-contest.homepage .component.component--content-center .row:after {
	background-color: #c2e6f5;
}
body.is-hacker-contest .component.component--contest .is-stepper .btn {
	background-color: #bbe7f4;
	border-color: #bbe7f4;
	color: #2c2c2c;
	text-decoration: none;
}
body.is-hacker-contest .component.component--contest .is-stepper .btn.is-active,
body.is-hacker-contest .component.component--contest .is-stepper .btn:focus,
body.is-hacker-contest .component.component--contest .is-stepper .btn:hover {
	background-color: #0da7ea;
	border-color: #0da7ea;
	color: #2c2c2c;
}
body.is-hacker-contest.is-landing img {
	width: 600px;
}
body.is-hacker-contest .header__logo img {
	width: 350px;
}
body.is-hacker-contest .component.component--contest + .footer {
	margin-top: 0;
}
body.is-hacker-contest .main-menu-wrap .main-menu a.is-contest {
	display: flex;
	align-items: center;
	gap: 0 8px;
}
body.is-hacker-contest .main-menu-wrap .main-menu a.is-contest:before {
	content: '';
	width: 20px;
	height: 20px;
	background: url('../images/icon-home.png') no-repeat 50% 1px;
	background-size: auto 15px;
}

@media (min-width: 1000px) {
	body.is-hacker-contest .header__logo img {
		width: 700px;
	}
	body.is-hacker-contest .header__top {
		height: 120px;
	}
}

/* tyden ochrany dat */
body.is-tyden-ochrany-dat.homepage .component.component--content .row:after,
body.is-tyden-ochrany-dat.homepage .component.component--content-center .row:after {
	background-color: #c2e6f5;
}
body.is-tyden-ochrany-dat .component.component--contest .is-stepper .btn {
	background-color: #bbe7f4;
	border-color: #bbe7f4;
	color: #2c2c2c;
	text-decoration: none;
}
body.is-tyden-ochrany-dat .component.component--contest .is-stepper .btn.is-active,
body.is-tyden-ochrany-dat .component.component--contest .is-stepper .btn:focus,
body.is-tyden-ochrany-dat .component.component--contest .is-stepper .btn:hover {
	background-color: #0da7ea;
	border-color: #0da7ea;
	color: #2c2c2c;
}
body.is-tyden-ochrany-dat.is-landing img {
	width: 500px;
}
body.is-tyden-ochrany-dat .header__logo img {
	width: 260px;
}
body.is-tyden-ochrany-dat .component.component--contest + .footer {
	margin-top: 0;
}
body.is-tyden-ochrany-dat .main-menu-wrap .main-menu a.is-contest {
	display: flex;
	align-items: center;
	gap: 0 8px;
}
body.is-tyden-ochrany-dat .main-menu-wrap .main-menu a.is-contest:before {
	content: '';
	width: 20px;
	height: 20px;
	background: url('../images/icon-home.png') no-repeat 50% 1px;
	background-size: auto 15px;
}
body.is-tyden-ochrany-dat .component.component--contest .component__label {
	margin: 0 0 16px 0;
	font-size: 1.2rem;
	font-weight: 700;
	line-height: 1.575rem;
}
body.is-tyden-ochrany-dat .component.component--contest .component__video video,
body.is-tyden-ochrany-dat .component.component--content .component__text .cms-editor-html video {
	width: 100%;
	height: auto;
	margin-bottom: 40px;
}
body.is-tyden-ochrany-dat .component.component--content .component__text .cms-editor-html video {
	margin-bottom: 30px;
}
body.is-tyden-ochrany-dat.homepage .component.component--content .row {
	padding-top: 32px;
	padding-bottom: 32px;
	position: relative;
}
body.is-tyden-ochrany-dat.homepage .component.component--content .row:after {
	content: '';
	display: block;
	width: calc(100% - 16px);
	height: 100%;
	margin: auto;
	position: absolute;
	top: 0;
	right: 8px;
	bottom: 0;
	left: 8px;
	z-index: -1;
	border-radius: 0 30px;
}

@media (min-width: 600px) {
	body.is-tyden-ochrany-dat .component.component--contest .component__label {
		margin-bottom: 30px;
		font-size: 1.475rem;
		line-height: 1.85rem;
	}
	body.is-tyden-ochrany-dat.homepage .component.component--content .row {
		padding-top: 40px;
		padding-bottom: 40px;
	}
}
@media (min-width: 800px) {
	body.is-tyden-ochrany-dat.homepage .component.component--content .row {
		padding-top: 50px;
	}
}

@media (min-width: 1000px) {
	body.is-tyden-ochrany-dat .header__logo img {
		width: 500px;
	}
	body.is-tyden-ochrany-dat .header__top {
		height: 120px;
	}
	body.is-tyden-ochrany-dat .component.component--contest .component__label {
		font-size: 2.2rem;
		line-height: 3.2rem;
	}
}

.header__logo-contest {
	width: auto;
	height: 30px;
	margin-left: auto;
}
.header__logo-contest + .navbar-toggler {
	margin-left: 0 !important;
}

@media (min-width: 600px) {
	.header__logo-contest {
		height: 52px;
	}
}

@media (min-width: 1000px) {
	.header__logo-contest {
		height: 52px;
	}
}

@media (max-width: 999.98px) {
	.header.is-fixed .header__bottom {
		position: absolute;
		background-color: #fff !important;
	}
	.header.is-fixed .navbar-collapse {
		top: 90px;
	}
	.header.is-fixed .main-menu-wrap .dropdown .dropdown-toggle,
	.header.is-fixed .main-menu-wrap .main-menu.level1>li>a {
		color: #2c2c2c !important;
	}
	.main-menu-wrap .dropdown-menu li.is-active>a {
		text-decoration: underline;
	}
}

/* pozor při generování SASSu - fonty a obrázky z kritických stylů musí pryč */
