@charset "utf-8";
/* CSS Document */

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}


html,body {
  	height:100%;
  	margin:0;
	padding:0;

	scroll-behavior: smooth;
	}

body{
	font-family: 'Inter', sans-serif;
	font-weight: 600;
	font-size:;
	letter-spacing:;
	font-weight:400; font-style:normal;
	color:color:#333;
	background-color:#FFF;
	padding:0;
	margin:0;
	text-align:center;
	line-height:;
	scroll-padding-top: 120px; /* NEBO ZDE - zkuste hodnotu upravit */

	}

h1, h2, h3, h4, h5, h6{
	margin:0;
	padding:0;
	border:0;
	outline:0;
	text-decoration:none;
	font-weight:600;
	font-family: 'Montserrat', sans-serif;
	vertical-align: baseline;
	}

h1{
	display:; min-width: 100%; z-index: 5; color:aliceblue; text-align: center;line-height:70px;letter-spacing: 0.05em; font-size: 7.0em; line-height: 1.5em;
	font-weight: 800;
	font-family: 'Inter', sans-serif;
	ext-shadow: 0 10px 20px rgba(0,0,0,0.3);

	
	}

.h1-2{
	display:none;

	
	}

h2 {
    display: block;
    min-width: 100%;
    z-index: 5;
    color: aliceblue; /* Barva textu */
    text-align: center;
    font-size: 2.2em;
    line-height: 1.2em;
    letter-spacing: -0.02em;
    font-weight: 500;
    font-family: 'Roboto Mono', sans-serif;
    text-shadow: 0px 5px 20px rgba(0,0,0,0.5);
    background-color:#4D0A08;
    padding:; /
    box-decoration-break: clone; 
    display: inline;
	color:#EF9444;
}

h3 {
	font-family: 'Montserrat', sans-serif; position: relative;
	line-height:1em; text-align: center; display:inline-block; margin-bottom: 50px;
	padding-bottom: 16px; font-weight: 700; font-size:4em; background-color:;
}

h4 {
	
}

h5 {
	font-family: 'Montserrat';display:inline-block; text-align: left;position: ; top:50%; font-size: 2.5em; font-weight: 600; margin: 20px 0px; text-align: center; margin-bottom: 0px; letter-spacing:normal;
	color: rgba(24,0,10,1.00);
	text-align: left;
}

p{
	margin:0; 
	padding:0;
	color:#333;
	}



/* NAVIGACE */

nav {
  margin: 0 !important;
  padding: 0 !important;
}

/* RESET UL */
.nav-list {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	gap: 50px; /* mezera mezi položkami */
	list-style: none;
	margin: 40px 0px 40px 0px;
	padding: 0;
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	letter-spacing: 0em;
	line-height:;
	transition: all 0.1s ease-in-out;

}

/* stav po scrollu */
header.scrolled .nav-list {
	margin:20px 0px;
}

/* NAV ODKAZY */
.nav-list li a,
.nav-list li a:visited {
	color: aliceblue;
	text-decoration: none;
	font-size: 1.1em;
	display: inline-block;
	position: relative;
	padding: 10px 0px; /* tady rozšíříme klikací zónu */
	transition: color 0.2s ease-in-out;
	cursor: pointer;
}

/* PODTRŽENÍ – jen pod textem, ne pod paddingem */
.nav-list li a::after {
	content: "";
	position: absolute;
	left: 0px; /* musí odpovídat padding-left */
	bottom: 4px; /* výška podtržení – nastav si podle oka */
	height: 3px;
	width: calc(100%); /* 100% - 2× padding */
	background-color: #EF9444;
	transform: scaleX(0);
	transform-origin: left;
	transition: transform 0.3s ease-in-out;
	pointer-events: none; /* aby na to nešlo kliknout */
}

li.posledni a,
li.posledni a:visited {
	font-size:1em; 
	color:; background-color:; border:aliceblue 4px solid; border-radius: 50px; padding-left: 30px; padding-right: 30px; padding: 10px 30px 8px 30px;
	text-transform: uppercase;
	transition: all 0.3s ease-in-out;
}
li.posledni a::after {
	display: none;
}

li.posledni a:hover {
	border:#EF9444 4px solid;
	color:#EF9444;
}
.nav-list li a:hover::after {
	transform: scaleX(1);
}

/* FIXED HEADER */
header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 9998;
	background-color: transparent; /* výchozí - žádné pozadí */
	backdrop-filter: none;
	-webkit-backdrop-filter: none;
	opacity: 1;
	padding: 0;
	margin: 0;
	transition: all 0.3s ease-in-out;
}

/* aktivní třída po scrollu */
header.scrolled {
	background-color: rgba(0, 0, 0, 0.2);
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
}

/* NAV OBAL */
.wrap-nav {
	max-width: 1200px;
	margin: 0 auto !important;
}

/* Navigační kontejner – layout na dvě strany */
.wrap-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
}


/* Levý text – logo/nadpis */
.nav-logo a {
  font-family: 'Montserrat', sans-serif;
  padding:0; margin:0;
  font-weight: 700;
  font-size: 1.25em;
  color: aliceblue;
  text-decoration: none;
  display: inline-block; 
  transition: color 0.3s ease-in-out;
}

.nav-logo a:hover {
  color: orange;
}




/* Row */
.row{
	width:100%; 
	z-index:;
	scroll-behavior:smooth; 
	}

.row-cnm {
	position: relative; 
}

.row-shortlist {
	background-color: #FEF4E3; color:black; z-index: 100; 
	border-top: 4px rgba(0, 0, 0, 0.2) solid;
}

.row-intro {
	height: 100%; min-height: 100px;
}

.row-footer {
	position:relative;
	z-index: 50;
	background-color:#FEF4E3; z-index: 999999; 
}



/* Wrap */

.wrap{
	max-width:1200px;
	margin:0 auto;
	padding:100px 0px 100px 0px;	
	position:relative;
	text-align: center;
	}

.wrap-stred {
	}

.wrap-nav {
	max-width:1200px; position:relative; padding:0px 0px; margin-top: 14px;
	}

.wrap-partneri{
	padding:60px 0px 60px 0px;
	margin: 0 auto; display: flex; gap: 80px;
	}

.wrap-shortlist{
	padding:70px 0px 70px 0px;
	gap: 80px;
	}

.wrap-partneri-ptzn {
	padding-bottom:100px;
}
.wrap-partneri-pd{
padding-top: 80px;
	}

.wrap-partneri-am{
	padding-bottom:;
	}

.wrap-vzhuru{
	padding:;
	margin: 0 auto; display: flex; gap: 80px;
	}

.wrap-footer{
	padding-top:90px;
	padding-bottom:100px;
	position: relative;
	text-align: center;
	}


.wrap-partneri > div { /* Cílíme na ty dva divy uvnitř */
  flex: 1; /* Roztahují se, dokud se vejdou */
  /* Můžeš přidat min-width zde, pokud chceš, aby se zalamovaly i před media query, pokud je málo místa */
  /* min-width: 400px; */
  text-align: left;
}

.wrap-vzhuru > div { /* Cílíme na ty dva divy uvnitř */
  flex: 1; /* Roztahují se, dokud se vejdou */
  /* Můžeš přidat min-width zde, pokud chceš, aby se zalamovaly i před media query, pokud je málo místa */
  /* min-width: 400px; */
  text-align: left;
}

.container-prihlaska {
display: flex; gap: 80px;
}

.prihlaska-formular, .prihlaska-info {
flex: 1; text-align: left;
}

/* FORM */
input,
  textarea {
    background-color: #f0f0f0;
    color: inherit;
    font-family: inherit;
    font-size: inherit;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    outline: none;
    padding: 18px;
    transition: background-color 0.2s ease;
  }

  
  /* při psaní */
  input:focus,
  textarea:focus {
    background-color: aliceblue;
  }
.form-field-wrapper {
  position: relative;  /* důležité pro pozicování tečky */
}

.form-field-wrapper input,
.form-field-wrapper textarea {
  width: 100%;
  box-sizing: border-box; /* aby padding nevybíhal */
  position: relative; /* není nutné, ale nevadí */
  padding-right: 40px;
}

/* Pozadí pro validní pole po opuštění */
.form-field-wrapper input.valid,
.form-field-wrapper textarea.valid {
  background-color: #e6fbe6; /* světlá zelená */
}

/* Pozadí pro nevalidní pole po opuštění */
.form-field-wrapper input.invalid,
.form-field-wrapper textarea.invalid {
  background-color:; /* světlá červená */
}

.status-dot {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: transparent;
  transition: background-color 0.3s ease;
  pointer-events: none;
}
  .status-dot.valid {
    background-color:#04c48d;
  }

  .status-dot.invalid {
    background-color:lightcoral;
  }



span.sipka-prihlaska {
		right:; right:px;
		padding:0px; line-height: 0px;
		position:relative; top: 6px;
		margin-left: 12px; margin-top:0px;
		transition: all 0.25s ease-in-out;

	}

button:hover span.sipka-prihlaska  {
	right:;
	margin-left: 30px;
	}




	/*BUTTON*/

button, a.button, a:visited.button {
	font-family: 'Montserrat', sans-serif; background-color: transparent;
	position:relative;
	margin-top:60px; 
	display:inline-block;
	font-size:1.2em;
	font-weight:700; line-height:20px; letter-spacing:; text-decoration: none;text-transform: uppercase;
	border-radius: 100px;
	padding:18px 30px; padding-top: 20px; 
	border: 4px solid;
	}

a.button-prihlaska-1, a:visited.button-prihlaska-1 {
	color:#000;
	transition: all .15s ease-in-out;
	}
a:hover.button-prihlaska-1 {
	color:rgb(136, 46, 136);
	}

a.button-2024, a:visited.button-2024 {
	color:#036147;
	transition: all .15s ease-in-out;
	}
a:hover.button-2024 {
	color:rgb(136, 46, 136);
	}

a.button-2024-2 {
display:none;
	}

a.button-prihlaska-2, a:visited.button-prihlaska-2 {
	color:#EF9444;
	transition: all .15s ease-in-out;
	}
a:hover.button-prihlaska-2 {
	color:#FEF4E3;
	}

button {
	margin-top:0px; 
	color:#036147;
	background-color:;
	transition: all .15s ease-in-out;
	}
button:hover {
	color:rgb(136, 46, 136);
	cursor: pointer;
	}




/* Footer */

svg.socials path,
svg.socials g {
    fill: rgba(0, 0, 0, 0.5); !important;
    transition: fill 0.15s ease-in-out;
}

svg.socials:hover path,
svg.socials:hover g {
    fill: rgba(0, 0, 0, 1); !important; /* změň si na barvu, kterou chceš při hoveru */
}

@keyframes wiggle {
        0% { transform: translateY(-20px); }
        50% { transform: translateY(20px); }
        100% { transform: translateY(-20px); }
    }


footer h3 {
        font-size: 1.5em; margin: 0 0 20px; text-transform: uppercase; font-weight: 800; text-align: left;
    }

.footer-levy {
        flex:1; display: flex; justify-content: flex-end;
    }

	.footer-pravy {
        flex:1; background-image: url(../images/footer.jpg); background-size: cover; background-position-x: center;
    }

	/* HERO */

.hero {
	display: block; height: 100%; width: 100%; position: absolute; top:0px; left:0px;
}

.hero-bg {
  background-image:url(../images/hero-1.jpg);
  background-size:cover; /* Změna na 'cover' */
  background-position: center center; /* Přidáno pro vycentrování obrázku */
  background-repeat: no-repeat; /* Přidáno, aby se obrázek neopakoval */
  background-attachment: fixed;
}

.hero-preliv {
	background-color:rgba(0, 0, 0, 0.1); background-attachment: fixed;
}



.par-uvod, .par-perex {
	text-align: center; color:#333; font-size:1.5em;line-height: 1.8em; width:100%;
	display:inline-block;
}
.par-uvod {
}
.par-perex {
	width:60%; text-align: center; color:aliceblue; line-height: 1.5em; 
}

.par-footer {
	font-family: 'Inter';
	color:rgba(52,70,71,1.00); font-size:1em; font-weight:400; text-align:center; margin-bottom: 14px;
}
.par-footer-cepleu {
	text-align:center; 
}


.text-bold {
	font-weight: 700;
}



main {
	position: relative; z-index: 999; overflow:;
}














.intro-ahoj {
	display:block; min-width: 100%; z-index: 5; color:#FFF; text-align: center; margin-top: 30px; back
}

.intro-ahoj span {
	display:inline-block; z-index: 80; color:aliceblue; text-align: center; font-size: 1.5em; line-height:20px; padding: 20px 30px; font-weight: 500; letter-spacing: 0.05em;
}

.uvod-blok {
	float:left; width:50%;
}

.intro-blok {
	position: fixed; top:50%; left:0%; display:block; min-width: 100%; margin-top: -130px; z-index: 20;
	padding:0px 40px;
}



.kotva {
	position: absolute;
	top:-140px;
}


img.footer-logo {
	display: inline-block;
	text-align: center;
	width:180px;
	margin-top: 50px;
	filter: alpha(opacity=100); opacity: 1;
	-webkit-transition: all .25s ease-in-out; 
	-moz-transition: all .15s ease-in-out; 
	-o-transition: all .15s ease-in-out; 
    transition: all .25s ease-in-out;
	}
img.footer-logo:hover {
	filter:alpha(opacity=100); opacity:1;}

.quote-left, .quote-right {
	font-family: 'Roboto Mono', monospace; position: absolute; z-index:; font-size: 11em; font-weight: 700;
	opacity:1;
	color:aliceblue;
}

div nav {
	display: none;
	visibility: hidden;
}

.uvod-leva {
	float: left; width:50%; z-index: 50; position: relative;
}

.uvod-prava {
	float: ; width:66.6666667%; padding: 20px; position: absolute; top: 80px; right: 40px; z-index: 49; overflow: visible;
}

.spt {
	float: left; width:16.66666666666667%; 
}

.spt-obrazek {
	height: 400px; margin-left:10px; margin-right:0px; max-width: 100%; display: block;
}

.uvod-prava-margin {
	margin: 0px 0px 0px 30px;
}





.container {
  width: 4px;
  height: 80px;
  background: transparent;
  overflow: hidden;
  margin: 60px auto 0;
  position: relative;
}

.stripe {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #EF9444;
  op: -100%;
  nimation: fillAndDrain 2s ease-in-out infinite;
}

@keyframes fillAndDrain {
  0%   { top: -100%; }
  50%  { top: 0%; }
  100% { top: 100%; }
}

/* PARTNERI */

  .partneri-poradatel {
background-color:;
font-size: 1.2em;
font-weight: 500;
font-family: 'Roboto Mono', monospace; 
color: #036147;
margin-bottom: 10px;
}

h3.partneri-nadpis{
color:#000; text-align: left; font-size: 2.5em; margin-bottom: 30px;
	}

h3.shortlist-nadpis{
color:#000; text-align: left; font-size: 2em; margin-bottom:10px;
	}
	.partneri-obrazek-1{
	max-width: 100%; position: relative; top: -60px;
	}
	
.quote-left, .quote-right {
	font-family: 'Roboto Mono', monospace; 
	position: absolute; 
	z-index:9;
	font-size: 14em;
	font-weight: 700;
	top:50px; right:0px;
	line-height:0px;
	opacity:0.05;
	color:#000000;
	display:;
}

.quote-right {
	top:50px; right:0px;
}



.partneri-obrazek-3{
	position: relative;
	max-width: 100%;
	}

span.text-bold{
	font-weight: 700;
}

	a.text-odkaz-1, a:visited.text-odkaz-1 {
	text-decoration-color: lightpink;
	color:lightpink;
	font-weight: 700;
	text-decoration-line: underline;
	text-decoration-style: solid;
	text-underline-offset: 4px;
	-webkit-transition: all .15s ease-in-out; 
	-moz-transition: all .15s ease-in-out; 
	-o-transition: all .15s ease-in-out; 
    transition: all .15s ease-in-out; 
	}
	a:hover.text-odkaz-1{
	color:rgb(201, 136, 147);
	text-decoration-color:rgb(201, 136, 147);
	}

	a.text-odkaz-2, a:visited.text-odkaz-2 {
	text-decoration-color: #F3CCE7;
	color:#F3CCE7;
	font-weight: 700;
	text-decoration-line: underline;
	text-decoration-style: solid;
	text-underline-offset: 4px;
	-webkit-transition: all .15s ease-in-out; 
	-moz-transition: all .15s ease-in-out; 
	-o-transition: all .15s ease-in-out; 
    transition: all .15s ease-in-out; 
	}
	a:hover.text-odkaz-2{
	color:#C2C695;
	text-decoration-color:#C2C695;
	}
	
	a.text-odkaz-3, a:visited.text-odkaz-3 {
	text-decoration-color: #036147;
	color:#036147;
	font-weight: 700;
	text-decoration-line: underline;
	text-decoration-style: solid;
	text-underline-offset: 4px;
	-webkit-transition: all .15s ease-in-out; 
	-moz-transition: all .15s ease-in-out; 
	-o-transition: all .15s ease-in-out; 
    transition: all .15s ease-in-out; 
	}
	a:hover.text-odkaz-3{
	color:rgb(136, 46, 136);
	text-decoration-color:rgb(136, 46, 136);
	}
	a.text-odkaz-gdpr, a.text-odkaz-gdpr-2, a:visited.text-odkaz-gdpr, a:visited.text-odkaz-gdpr-2 {
	text-decoration-color: #333;
	color:#333;
	font-weight:;
	text-decoration-line: underline;
	text-decoration-style: solid;
	text-underline-offset: 4px;
	-webkit-transition: all .15s ease-in-out; 
	-moz-transition: all .15s ease-in-out; 
	-o-transition: all .15s ease-in-out; 
    transition: all .15s ease-in-out; 
	}
	a:hover.text-odkaz-gdpr, a:hover.text-odkaz-gdpr-2{
	color:#036147;
	text-decoration-line: underline;
	text-decoration-style: solid;
	text-decoration-color:#036147;
	}

	a.text-odkaz-gdpr-2, a:visited.text-odkaz-gdpr-2 {
	text-underline-offset: 2px;
	-webkit-transition: all .15s ease-in-out; 
	-moz-transition: all .15s ease-in-out; 
	-o-transition: all .15s ease-in-out; 
    transition: all .15s ease-in-out; 
	}
	a:hover.text-odkaz-gdpr-2{
	color:#036147;
	text-decoration-line: underline;
	text-decoration-style: solid;
	text-decoration-color:#036147;
	}


.par-partneri-popis {
	font-size:1.4em;
	line-height:;
	display:inline-block;
	color:#000; 
	text-align:left;
	width:auto;
}


a.button-partneri, a:visited.button-partneri {
	display:inline-block;
	font-weight:700; line-height:20px; letter-spacing:; text-decoration: none;text-transform: uppercase;
	font-family: 'Montserrat';
		position:relative;
		color:#000;
	border-bottom: 4px solid;
	border-radius: 0%;
	font-size: 1em;
	padding: 5px 40px 5px 0px;
	padding:; padding-bottom: 6px; margin:0; margin-top:30px;
	transition: all .45s ease-in-out, color .15s ease-in-out;

	}
a:hover.button-partneri {
	background-color:;
	color:#036147;
	padding-right:;
	}


a span.sipka, a:visited span.sipka {
		right:; right:px;
		transition: all 0.25s ease-in-out;
		position:absolute; top: 12px; top: 3px;
		margin-left: 12px; margin-top:px;
	}

a:hover span.sipka {
	right:;
	right:;
	margin-left: 30px;
	}


	/*ikony */

.material-symbols-outlined {
  font-variation-settings:
  'FILL' 0,
  'wght' 400,
  'GRAD' 0,
  'opsz' 24
}


a.button-vyber, a:visited.button-vyber {
	border: 4px solid; 
	color:#000;
	position:relative;
	font-family: 'Montserrat', sans-serif;
	padding:15px 20px;
	border-radius: 100px;
	display:inline-block;
	margin-top: 0;
	font-size:1em;
	font-weight:700; line-height:20px; letter-spacing:; text-decoration: none;text-transform: uppercase;
	background-color:;
	color:#999;
	left:;
	transition: all .15s ease-in-out;
	}
a:hover.button-vyber {
	background-color:;
	color:#000;
	}

a.button-vyber.aktivni {
  border-color:#000;
  background-color: #000;
  color: #FEF4E3;
  box-shadow: 0 0 10px rgba(0,0,0,0.3);
}

a.produkt img, a:visited.produkt img {
	opacity: 1;
	padding: 10px;
	border-radius: 20px;
	transition: all .15s ease-in-out;
	}
a:hover.produkt img {
	box-shadow: 40px 40px 80px 0px rgba(0, 0, 0, 0.0); 
	margin-top:;
	background-color:;
	opacity: 0.75;
	;
}


h5.produkt-nazev{
	font-weight: 700;
	font-size: 1.5em;
	text-align: center;
}

a:hover > h5.produkt-nazev{
	color:#036147;
}

p.produkt-popis{
	font-weight: 500;
	font-family: 'Roboto Mono', monospace; 
	font-size: 1em;
	padding-top: 6px;
	padding: 6px 15px 0px 15px;
}

span.mezititulek-1{
text-transform: uppercase; font-size: 5em; position: absolute; font-weight:900; color:#000; bottom: -55px; right:; margin-left: -50%; z-index: 99; text-align: left;

}
span.mezititulek-2{
text-transform: uppercase; font-size: 3em; line-height: 0.8em; position: absolute; font-weight:900; color:#000; bottom: -55px; right:; margin-left: -50%; z-index: 99; text-align: left;
display:none;
}



/*PRAVIDLA*/


/*NOVE*/

.wrap-pravidla, .wrap-prihlaska, .wrap-2024 {
	text-align:left; max-width: 1200px;
}

.wrap-pravidla h4 {
	text-align:left; color: #F5F4EA; color:#C2C695;
	margin-top: 40px;
	font-size: 1.5em;
}

.wrap-pravidla p {
	margin-top: 10px;
	text-align:left;
	font-size:1.2em;
	line-height: 1.4em;
	display:block;
	color:#F5F4EA; 
	width:auto;
	max-width: 75%;
}

.wrap-prihlaska p {
	margin-top: 10px;
	text-align:left;
	font-size:1.2em;
	line-height: 1.4em;
	display:block;
	color:; 
	width:auto;
}

.pravidla-odmeny {
	color:#F5F4EA;
	text-decoration: none;
}

.wrap-prihlaska h4 {
	text-align:left; color: #333;
	margin-top: 40px;
	font-size: 1.5em;
}


/* 2024 */


.row-2024 {
	padding:150px 0px; background-image:url(../images/bg-minuly-3.jpg); background-size:cover; background-position-x:center; color:black;
}


.wrap-2024 h4 {
	text-align:left; color: #F5F4EA;
	margin-top: 40px;
	font-size: 1.5em;
}

.ramecek-2024 {
background-color:#d0cbe3; border-radius: 80px; max-width: 600px; text-align: left;; padding: 80px 80px; box-shadow: 00px 40px 100px 0px rgba(0, 0, 0, 0.5); position: relative; left:;
}


.h3-2024 {
	text-align: left; letter-spacing: 0em; line-height: 1em; font-size: 3.5em; text-transform: uppercase; margin-bottom: 40px; font-weight: 800;
}


/* Modal background */
.video-modal {
  display: none;
  position: fixed;
  z-index: 99999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.7);
  justify-content: center;
  align-items: center;
  	transition: all .15s ease-in-out;

}

/* Vnitřní obsah */
.video-modal-content {
  position: relative;
  aspect-ratio: 9 / 16;
  height: 90vh;
  max-width: 100vw;
  background: transparent;
}


/* Křížek */
.video-close {
  margin:0; padding:0;
  position: absolute;
  top: 0px;
  right: -40px;
  color: white;
  font-size: 36px;
  cursor: pointer;
}

/* Container pro video */
.video-container {
  width: 100%;
  height: 100%;
}

.video-container iframe {
  width: 100%;
  height: 100%;
  border: none;
}



/*obrázek poklik*/
.open-video {
  position: relative;
  cursor: pointer;
  display: inline-block;
}

.open-video img {
  display: block;
  transition: filter 0.3s ease;
}

.play-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 64px !important;
  color: white;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
  text-shadow: 0 0 8px rgba(0,0,0,0.7);
}

.open-video:hover img {
  filter: brightness(0.6);
}

.open-video:hover .play-icon {
  opacity: 1;
}


<style>
.material-symbols-outlined {
  font-variation-settings:
  'FILL' 0,
  'wght' 400,
  'GRAD' 0,
  'opsz' 24
}

  .prvni {
    display: block;
  }

  .druhy {
    display: none;
  }

   .treti {
    display: none;
  }

.zavrit {
	margin-top: 40px;
	transition: all 0.3s ease-in-out;
	cursor:pointer;
}

.zavrit:hover {
	color:PURPLE;
}

.grecaptcha-badge {
    bottom: 0px !important; /* Můžete zkusit i záporné hodnoty jako -50px */
    right: 0px !important; /* Můžete zkusit i záporné hodnoty jako -50px */
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
}



/*zavrit*/

span.sipka-zavrit {
		right:; right:px;
		padding:0px; line-height: 0px;
		position:relative; top: 6px;
		margin-left: 12px; margin-top:0px;
		transition: all 0.25s ease-in-out;

	}

button:hover span.sipka-zavrit  {
	right:;
	margin-left:;
	transform: rotate(360deg);
	}

	.nav-burger {
        display: none;
    }
	.ahoj {
        display: none;
    }



/* POPUP PRIHLASKA MODAL */

/* Společné styly pro oba popupy */
.message-modal {
  display: none;
  position: fixed;
  z-index: 99999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.7);
  justify-content: center;
  align-items: center;
  animation: fadeIn 0.3s ease-in-out;
}

@keyframes fadeIn { from { opacity: 0; } to { opacity: 1; } }

.message-modal-content {
  position: relative;
  background-color: #d0cbe3;
  padding: 40px 50px 50px 50px;
  width: 90%;
  max-width: 500px;
  text-align: left;
}

.message-modal-content h5 {
    font-size: 2.4em;
	line-height: 1em;
    color: #036147;
    margin-bottom: 40px;
}
.message-modal-content p {
    font-size: 1.2em;
    font-weight: 500;
    color: #333;
    line-height: 1.3;
}





/* Skrytí původního checkboxu */
.hidden-checkbox {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
  pointer-events: none; /* Zajišťuje, že na skrytý checkbox nelze kliknout přímo */
}

/* Styl pro label (celou oblast pro kliknutí, včetně textu) */
.custom-checkbox-label {
  display:flex; /* Aby vlastní span a text byly vedle sebe */
  align-items: center; /* Zarovnání obsahu k hornímu okraji */
  cursor: pointer;
  font-size: 0.8em; /* Dle vašeho původního nastavení pro label */
  line-height: 1.3; /* Dle vašeho původního nastavení pro label */
  user-select: none; /* Zabrání označení textu při rychlém kliknutí */
}

/* Styl pro samotný vizuální checkbox (čtvereček) */
.custom-checkbox {
  display: inline-block;
  width: 20px; /* Zvětšení šířky checkboxu (můžete upravit) */
  height: 20px; /* Zvětšení výšky checkboxu (můžete upravit) */
  border: 0px solid #EF9444; /* Barva rámečku (můžete upravit) */
  border-radius: 0px; /* Lehce zaoblené rohy */
  margin-right: 10px; /* Mezera mezi boxem a textem */
  position: relative;
  flex-shrink: 0; /* Zabrání zmenšování čtverečku */
  transition: all 0.2s ease-in-out; /* Plynulé přechody pro změny stavu */
  background-color: #FEF4E3; /* Barva pozadí checkboxu (můžete upravit) */
}

/* Styl pro zaškrtnutý stav (změna barvy pozadí čtverečku) */
.hidden-checkbox:checked + .custom-checkbox-label .custom-checkbox {
  background-color: #036147; /* Tmavší pozadí, když je zaškrtnutý (můžete upravit) */
  border-color: #4D0A08; /* Barva rámečku, když je zaškrtnutý (můžete upravit) */
}

/* Vizuální zatržítko uvnitř čtverečku (Google Material Symbols) */
.hidden-checkbox:checked + .custom-checkbox-label .custom-checkbox::after {
  content: "\e5ca"; /* Unicode pro ikonu 'check' z Material Symbols */
  font-family: 'Material Symbols Outlined'; /* Nastavte font na Material Symbols */
  font-size: 20px; /* Velikost ikony, můžete upravit */
  line-height: 1; /* Důležité pro zarovnání */
  color: #FEF4E3; /* Barva ikony (světlá barva pozadí modalu) */
  position: absolute;
  top: 50%; /* Vertikální zarovnání na střed */
  left: 50%; /* Horizontální zarovnání na střed */
  transform: translate(-50%, -50%); /* Posun pro přesné vycentrování */
  display: flex; /* Pro lepší zarovnání obsahu */
  align-items: center;
  justify-content: center;
}

/* Hover efekt na vizuálním checkboxu (čtverečku) */
.custom-checkbox-label:hover .custom-checkbox {
  box-shadow: 0 0 0 0px rgba(239, 148, 68, 0.5); /* Světelný rámeček při najetí myší (odstín vaší #EF9444 barvy) */
}

/* Fokusovaný stav pro přístupnost (důležité pro klávesnici!) */
.hidden-checkbox:focus + .custom-checkbox-label .custom-checkbox {
  outline: 0px solid #EF9444; /* Orámování při fokusu klávesnicí */
  outline-offset: 0px;
}

/* Styl pro odkazy uvnitř labelu */
.custom-checkbox-label a {
  color: inherit; /* Odkazy dědí barvu textu labelu */
  text-decoration: underline; /* Odkazy jsou podtržené */
}

.custom-checkbox-label a:hover {
  text-decoration:; /* Podtržení zmizí při najetí myši */
}









/* TADY */

.carousel-products-wrapper img  {
max-width: 100%;
}

/* PRVNI DRUHY TRETI*/
.prvni {
    flex: 1 1 calc(33% - 20px);
}

.druhy {
    flex: 1 1 calc(33% - 20px);
}

.treti {
    flex: 1 1 calc(33% - 20px);
}

/* CAROUSEL RESPONSIVE STYLES */

/* Výchozí styly (pro desktopy, >= 1024px) */
/* Replikace původních inline stylů do CSS tříd */
.row-carousel .carousel-container {
    display: flex;
    gap: 20px;
    flex-wrap: nowrap;
}

.row-carousel .carousel-buttons-wrapper {
    flex: 0.8;
    display: flex;
    align-items: flex-start; /* Použito flex-start pro konzistenci s flexbox */
    margin-top: 80px;
}

.row-carousel .carousel-buttons-inner {
    display: flex;
    flex-direction: column;
    align-items: stretch; /* Důležité pro srovnání tlačítek vertikálně */
    gap: 30px;
}

.row-carousel .carousel-products-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    flex: 3;
}

/* Styly pro jednotlivé produktové boxy (.prvni, .druhy, .treti) */
.row-carousel .carousel-products-wrapper > div {
    flex: 1 1 calc(33% - 20px); /* 3 položky na řádek */
}

/* Default product content layout (image above text) */
.row-carousel .carousel-products-wrapper .produkt {
    display: block; /* Ensures links take full width */
    text-decoration: none; /* Remove underline from links */
    color: inherit; /* Inherit color from parent */
}

.row-carousel .carousel-products-wrapper .produkt img {
    display: block; /* Remove extra space below image */
    margin-bottom: 10px; /* Space between image and title */
}


/* Media Query pro 1024px a méně */
/* Tlačítka se přesunou nahoru vedle sebe a budou mít stejnou šířku. Produkty zůstanou vedle sebe (3 na řádek). */
@media (max-width: 1024px) {
    .row-carousel .carousel-container {
        flex-direction: column; /* Tlačítka a produkty pod sebou */
    }

    .row-carousel .carousel-buttons-wrapper {
        order: 1; /* Přesune tlačítka nahoru */
        flex: auto; /* Reset flex */
        margin-top: 0; /* Odstranění horního okraje */
        justify-content: center; /* Vycentruje tlačítka horizontálně */
    }

    .row-carousel .carousel-buttons-inner {
        flex-direction: row; /* Tlačítka vedle sebe */
        flex-wrap: wrap; /* Povolí zalamování tlačítek */
        justify-content: center; /* Vycentruje tlačítka v řadě */
        align-items: flex-start; /* Reset na výchozí flex-start pro vyrovnání tlačítek nahoře, pokud se zalamují */
        max-width: 100%; /* Vezme celou dostupnou šířku */
        gap: 15px; /* Menší mezera mezi tlačítky */
        margin-bottom: 40px; /* Mezera pod tlačítky */
    }

    /* **JEDNOTNÁ ŠÍŘKA TLAČÍTEK - 1024px až 769px** */
    .row-carousel .carousel-buttons-inner .button-vyber {
        flex: 0 0 200px; /* Pevná flex-basis (šířka 200px) a zakázání růstu/smršťování */
        max-width: 200px; /* Maximální šířka pro tlačítka */
        min-width: 150px; /* Minimální šířka, aby se nerozbíjela na menších obrazovkách tohoto breakpointu */
        text-align: center;
    }


    .row-carousel .carousel-products-wrapper {
        order: 2; /* Produkty jdou pod tlačítka */
        flex: auto; /* Reset flex */
        justify-content: center; /* Vycentruje produkty, pokud jich není dost na celou řadu */
    }

    .row-carousel .carousel-products-wrapper > div { /* Jednotlivé produkty */
        flex: 1 1 calc(33% - 20px); /* Stále tři produkty na řádek */
    }
}

/* Media Query pro 768px a méně */
/* Tlačítka se zlomí takto: nahoře jedno, pod ním dvě vedle sebe. Produkty už budou 1 pod sebou. */
@media (max-width: 768px) {

    .carousel-products-wrapper {
		margin-top:-20px;
    }

    .row-carousel .carousel-buttons-inner {
        flex-direction: row; /* Tlačítka stále vedle sebe (pro zalamování 1+2) */
        flex-wrap: wrap; /* Povolit zalamování */
        justify-content: center; /* Vycentrovat tlačítka */
        /* Gap je zděděn z 1024px */
    }

    /* **ROZLOŽENÍ TLAČÍTEK 1 + 2 - 768px až 481px** */
    .row-carousel .carousel-buttons-inner .button-vyber {
        flex-grow: 0;
        flex-shrink: 0;
        flex-basis: auto; /* Reset flex-basis */
        width: 100%; /* První tlačítko zabere celou šířku */
        max-width: 250px; /* Omezení šířky prvního tlačítka, aby se neroztahovalo příliš */
        min-width: 150px; /* Zabraňuje přílišnému zmenšení */
    }

    .row-carousel .carousel-buttons-inner .button-vyber:nth-child(2),
    .row-carousel .carousel-buttons-inner .button-vyber:nth-child(3) {
        flex: 1 1 calc(50% - 15px); /* Druhé a třetí tlačítko zabere půlku šířky s mezerou */
        max-width: calc(50% - 15px); /* Omezení šířky pro 2. a 3. tlačítko */
        min-width: 120px; /* Důležité: zabraňuje přílišnému zmenšení */
    }

    /* **ZDE PRODUKTY JDU VŽDY POD SEBE (1 na řádek) - od 768px a méně** */
    .row-carousel .carousel-products-wrapper > div {
        flex: 1 1 100%; /* One product per row */
        max-width:; /* Limit max width of single product to avoid stretching too much */
        margin: 0 auto; /* Center the product */
    }

    /* New styles for product content (image next to text) from 768px down to 481px */
    .row-carousel .carousel-products-wrapper > div .produkt {
        display: flex; /* Use flexbox for image and text layout */
        align-items: flex-start; /* Align items to the top */
        gap: 10px; /* Space between image and text */
        flex-direction: row; /* Ensure image and text are side-by-side */
    }

    .row-carousel .carousel-products-wrapper > div .produkt img {
        flex-shrink: 0; /* Prevent image from shrinking */
        width: 100%; /* Set a fixed width for the image */
        max-width: 300px; /* Or a max-width based on percentage */
        height: auto; /* Maintain aspect ratio */
        margin-bottom: 0; /* Remove bottom margin from previous rule */
    }

    .row-carousel .carousel-products-wrapper > div .produkt .produkt-nazev {
        margin-top: 0; /* Remove default h5 margin */
    }

    .row-carousel .carousel-products-wrapper > div .produkt .produkt-popis {
        margin-bottom: 0; /* Remove default p margin */
        font-size: 0.9em; /* Adjust font size if needed */
    }

	/**/

    /* Reset product content layout for 480px and below: image above text */
    .row-carousel .carousel-products-wrapper > div .produkt {
        flex-direction: column; /* Stack image and text vertically */
        align-items: center; /* Center content horizontally */
        text-align: center; /* Center text */
        gap: 10px; /* Smaller gap for stacked elements */
    }

    .row-carousel .carousel-products-wrapper > div .produkt img {
        width: 100%; /* Image takes full width of its container */
        max-width: 300px; /* Limit max width for image for better appearance */
        margin-bottom: 10px; /* Re-add margin below image */
		margin-top:20px;
    }

    .row-carousel .carousel-products-wrapper > div .produkt .produkt-nazev,
    .row-carousel .carousel-products-wrapper > div .produkt .produkt-popis {
        text-align: center; /* Ensure text is centered */
    }
    .row-carousel .carousel-products-wrapper > div > .produkt + p.produkt-popis {
        margin-top: 0; /* Remove top margin from this paragraph */
        text-align: center;
    }

	p.produkt-popis {
		margin:0 auto;
        width:60%;
    }
}

/* Media Query pro 480px a méně */
/* Produkty pod sebou (1 na řádek). Přepínací tlačítka také pod sebe a doprostřed. */
@media (max-width: 480px) {

.zlom {
  display: none; /* Tento <br> se nezobrazí a texty se spojí do jednoho řádku */
}

		p.produkt-popis {
		margin:0 auto;
        width:100%;
    }

    .row-carousel .carousel-buttons-inner {
        flex-direction: column; /* Tlačítka se opět naskládají pod sebe */
        align-items: center; /* Vycentruje tlačítka ve sloupci */
        gap: 15px; /* Menší mezera pro svisle naskládaná tlačítka */
    }
    /* Tlačítka na mobilu pod sebou se stejnou šířkou - 480px a méně (funguje OK) */
    .row-carousel .carousel-buttons-inner .button-vyber {
        width: 100%; /* Tlačítka zabírají celou šířku vnitřního kontejneru */
        max-width: 250px; /* Omezte, aby nebyla příliš široká na velkých mobilech */
        flex-grow: 0;
        flex-shrink: 0;
        flex-basis: auto;
    }
    /* Odstraníme specifické nth-child styly pro 480px, aby se všechna tlačítka chovala stejně */
    .row-carousel .carousel-buttons-inner .button-vyber:nth-child(2),
    .row-carousel .carousel-buttons-inner .button-vyber:nth-child(3) {
        width: 100%; /* Vracíme se k 100% šířce */
        max-width: 250px; /* Omezení šířky */
        flex-grow: 0;
        flex-shrink: 0;
        flex-basis: auto;
    }

    /* Reset product content layout for 480px and below: image above text */
    .row-carousel .carousel-products-wrapper > div .produkt {
        flex-direction: column; /* Stack image and text vertically */
        align-items: center; /* Center content horizontally */
        text-align: center; /* Center text */
        gap: 10px; /* Smaller gap for stacked elements */
    }

    .row-carousel .carousel-products-wrapper > div .produkt img {
        width: 100%; /* Image takes full width of its container */
        max-width: 300px; /* Limit max width for image for better appearance */
        margin-bottom: 10px; /* Re-add margin below image */
    }

    .row-carousel .carousel-products-wrapper > div .produkt .produkt-nazev,
    .row-carousel .carousel-products-wrapper > div .produkt .produkt-popis {
        text-align: center; /* Ensure text is centered */
    }
    .row-carousel .carousel-products-wrapper > div > .produkt + p.produkt-popis {
        margin-top: 0; /* Remove top margin from this paragraph */
        text-align: center;
    }


    /* Volitelně: úprava vnitřního paddingu pro .wrap na menších obrazovkách */
    .row-carousel .wrap {
        padding: 50px 20px 60px 20px;
    }

	.carousel-container {
        margin-top:40px;
    }
}
/* TADY */



@media (max-width: 820px) {

.wrap-nav {
    flex-wrap: wrap;
    gap:0px;
    justify-content: center;
}


/* aktivní třída po scrollu */
header.aktivace {
	background-color: rgba(0, 0, 0, 0.2);
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
}
  .nav-leva {
        display:none;
    }

    .nav-leva.show-nav {
        display: flex; /* Nebo block, podle toho, jak chcete, aby se položky zobrazovaly */
        flex-direction: column;
        width: 100%;
        align-items: center; /* Centruje položky, pokud chcete */
		justify-content: flex-start;
		padding:0px 0px 30px 0px;
		height: 100vh;
		margin:0px;

    }

	/* stav po scrollu */
	header.scrolled .nav-burger {
	margin:0px 0px 0px 0px;
}

    .nav-prava {
        display:none;
    }
	    .ahoj {
        display: block;
    }

	.nav-list {
		gap: 10px; /* mezera mezi položkami */
        flex-direction: column; /* Srovná položky pod sebe */
        align-items: left; /* Vycentruje položky, pokud mají menší šířku než rodič */
        width: 100%; /* Zajistí, že seznam zabírá celou šířku */
		padding:0px;

        /* Můžete zde přidat i padding nebo margin pro celý seznam, pokud potřebujete */
    }

    .nav-list li {
		border-top:aliceblue 2px solid ;
        width: 100%; /* Položky zabírají celou šířku */
        text-align: left; /* Vycentruje text uvnitř položky */
        margin:0px 0; /* Vertikální mezery mezi položkami */
		padding: 0px 0px 0px 0px;
    }

    .nav-list li a {
		padding: 14px 0px 8px 0px;
        display: block; /* Aby klikací plocha zabírala celou šířku */
        /* Zde si můžete upravit font-size, color, apod. pro mobilní zobrazení */
    }

	.nav-burger li {
		border-top:aliceblue 0px solid;
	
	}

	li.list-prvni {
		border-top:aliceblue 0px solid;
	
	}

	li.ahoj {
	text-transform: uppercase;
	}

	.nav-burger li {
		text-align: right; /* Vycentruje text uvnitř položky */
	}


	li.posledni a {
		padding: 14px 0px 12px 0px;
    }


	.nav-burger {
        display:block;
		margin:10px 0px;
		padding:0px;
	}


    /* Můžete skrýt nebo upravit podtržení/efekty pro mobilní zobrazení */
    .nav-list li a::after {
		display: none;
    }

    .nav-list li a:hover {
        /* Můžete upravit hover efekt pro mobilní zobrazení, nebo ho úplně odstranit */
        color: #EF9444;
    }

    /* Pokud máte nějakou "hamburger" ikonu nebo přepínač menu, ujistěte se, že je viditelný */
    .menu-toggle {
        display: block; /* Zobrazí hamburger ikonu */
    }
}
	

/* YOUTUBE */

.video-wrapper {
    position: relative;
    width: 100%;
    height: 0; /* Nechte výšku 0 pro tuto metodu */
    overflow: hidden;
    /* Výchozí poměr pro větší obrazovky */
    aspect-ratio: 4 / 3; /* Pro poměr 4:3 */
}

.video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* Media query pro mobilní zařízení */
@media (max-width: 768px) {
    .video-wrapper {
        aspect-ratio: 16 / 9; /* Poměr 16:9 */
    }
}

.shortlist-info {
flex: 1 1 50%; min-width: 300px; position: relative;
}
.shortlist-video {
flex: 1 1 50%; min-width: 300px;
}
.par-shortlist {
position:relative; font-size:1.2em; z-index: 10;
}
.button-hlasovani {
align-self: flex-start;
position:relative;
margin-top: 40px;
}
.video-container {
position: relative; width: 100%; padding-bottom: 75%; /* Typický poměr 4:3 pro vertikální video, nebo zkuste 120% pro ještě užší*/
max-height: 500px; /* ZDE NASTAVTE MAXIMÁLNÍ VÝŠKU kontejneru */
height: 0; overflow: hidden;
}
.video-iframe {
position: absolute;
top: 0; left: 0;
width: 100%; height: 100%;
}



/* Cleaned up: All unused classes and rules removed. Ready for new class definitions. */
