:root {
	--modra: #254989;
	--tmavosiva: #ddd;
	--sirka-xl: 1140px;
	--sirka-lg: 960px;
	--sirka-md: 720px;
	--sirka-sm: 540px;
	--sirka-xs: 320px;
}

#cookies-consent {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.75);
	color: #000;
	z-index: 1000;
	display: none;
}

#cookies-consent-in {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

#cookies-consent-obsah {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #fff;
	max-width: calc(0.75 * var(--sirka-xl));
	max-height: 85%;
	margin: 0 auto;
	overflow: auto;
	padding: 15px 30px;
	text-align: left;
}

#cookies-consent HR {
	display: none;
}

#cookies-consent H2 {
	display: block;
	background: none;
	height: auto;
	line-height: 1.5em;
	margin: 0;
	padding: 0;
	border: none;
	color: var(--modra);
	font-size: 2em;
	font-weight: bold;
}

#cookies-consent H3 {
	background: none;
	line-height: auto;
	margin: 0;
	padding: 0;
	border: none;
	color: var(--modra);
	font-variant: normal;
	font-size: 1.3em;
	font-weight: bold;
}

#cookies-consent H3:after {
	display: none;
}

#cookies-consent H3 A {
	color: var(--modra);
}

#cookies-consent BUTTON {
	display: inline-block;
	background-color: var(--modra);
	color: #fff;
	width: 9.3em;
	margin-top: 10px;
	padding: 0.5em 0;
	border: 2px solid var(--modra)
}

#cco-detail DIV {
	position: relative;
	margin-bottom: 15px;
}

#cco-detail H3 {
	position: relative;
	float: left;
	height: 30px;
	line-height: 30px;
	margin-bottom: 0;
	margin-left: 40px;
	z-index: 1001;
}

#cco-detail H3 LABEL {
	margin-bottom: 0;
}

#cco-detail INPUT[type="checkbox"] {
	position: relative;
	float: right;
	height: 30px;
	line-height: 30px;
	z-index: 1001;
}

#cco-detail .rozklik {
	position: absolute;
	background-image: url(../../pics/layout/cookies-ikona-sipka-dolu-modra.svg);
	background-size: 13px 9px;
	background-repeat: no-repeat;
	background-position: center center;
	left: 0;
	width: 30px;
	height: 30px;
	border: 1px solid var(--tmavosiva);
	z-index: 1001;
}

#cco-detail .rozklik SPAN {
	display: none;
}

#cco-detail DIV DIV DIV {
	margin-top: 15px;
}

#cco-detail DIV DIV::before,
#cco-detail-functionality-storage::after,
#cco-detail-analytics-storage::after,
#cco-detail-ad-storage::after,
#cco-detail-personalization-storage::after {
	content: '';
	display: block;
	clear: both;
}