

@font-face {
    font-family: 'OpenSansSemiCondensedMedium';
    font-display: swap;
    src: url('fonty/OpenSansSemiCondensed-Medium.eot');
    src: url('fonty/OpenSansSemiCondensed-Medium.eot?#iefix') format('embedded-opentype'),
         url('fonty/OpenSansSemiCondensed-Medium.woff2') format('woff2'),
         url('fonty/OpenSansSemiCondensed-Medium.woff') format('woff'),
         url('fonty/OpenSansSemiCondensed-Medium.ttf') format('truetype'),
         url('fonty/OpenSansSemiCondensed-Medium.svg#OpenSansSemiCondensedMedium') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'OpenSansSemiCondensedRegular';
    font-display: swap;
    src: url('fonty/OpenSansSemiCondensed-Regular.eot');
    src: url('fonty/OpenSansSemiCondensed-Regular.eot?#iefix') format('embedded-opentype'),
         url('fonty/OpenSansSemiCondensed-Regular.woff2') format('woff2'),
         url('fonty/OpenSansSemiCondensed-Regular.woff') format('woff'),
         url('fonty/OpenSansSemiCondensed-Regular.ttf') format('truetype'),
         url('fonty/OpenSansSemiCondensed-Regular.svg#OpenSansSemiCondensedRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'inriaserifBolditalic';
    font-display: swap;
    src: url('fonty/inriaserif-bolditalic-webfont.eot');
    src: url('fonty/inriaserif-bolditalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonty/inriaserif-bolditalic-webfont.woff2') format('woff2'),
         url('fonty/inriaserif-bolditalic-webfont.woff') format('woff'),
         url('fonty/inriaserif-bolditalic-webfont.ttf') format('truetype'),
         url('fonty/inriaserif-bolditalic-webfont.svg#inriaserifBolditalic') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'inriaserifBold';
    font-display: swap;
    src: url('fonty/inriaserif-bold-webfont.eot');
    src: url('fonty/inriaserif-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonty/inriaserif-bold-webfont.woff2') format('woff2'),
         url('fonty/inriaserif-bold-webfont.woff') format('woff'),
         url('fonty/inriaserif-bold-webfont.ttf') format('truetype'),
         url('fonty/inriaserif-bold-webfont.svg#inriaserifBold') format('svg');
    font-weight: normal;
    font-style: normal;
}

:root {
	--primary-color: #A68848;
	--secondary-color: #243305;
	--dark-bg: #2C2C2C;
	--text-color: #333;
	--light-text-color: #E4BE7E;
	--dark-text-color: #7B5C26;
	--navbar-height: 70px;
	--bs-border-radius: 0;
	--bs-border-radius-lg: 0;
	
	--bs-btn-color: #fff;
	--bs-btn-bg: var(--primary-color);
	--bs-btn-border-color: var(--primary-color);
	--bs-btn-hover-color: var(--primary-color);
	--bs-btn-hover-bg: transparent;
	--bs-btn-hover-border-color: var(--primary-color);
	
	--icon-color: #fff;
	--icon-color2: var(--light-text-color);
	--icon-color3: var(--primary-color);
	
}

.btn-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: var(--primary-color);
  --bs-btn-border-color: var(--primary-color);
  --bs-btn-hover-color: var(--primary-color);
  --bs-btn-hover-border-color: var(--primary-color);
  --bs-btn-hover-bg: transparent;
  --bs-btn-active-color: #fff;
  --bs-btn-active-border-color: var(--primary-color);
  --bs-btn-active-bg: var(--primary-color);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-border-color: #555;
  --bs-btn-disabled-bg: #555;
}

.btn-outline-primary {
  --bs-btn-color: var(--primary-color);
  --bs-btn-border-color: var(--primary-color);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: var(--primary-color);
  --bs-btn-hover-border-color: var(--primary-color);
  --bs-btn-focus-shadow-rgb: none;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: var(--primary-color);
  --bs-btn-active-border-color: var(--primary-color);
  --bs-btn-active-shadow: none;
  --bs-btn-disabled-color: var(--primary-color);
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: var(--primary-color);
  --bs-gradient: none;
}

.btn-outline-special {
  --bs-btn-color: var(--light-text-color);
  --bs-btn-border-color: var(--light-text-color);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: var(--primary-color);
  --bs-btn-hover-border-color: var(--primary-color);
  --bs-btn-focus-shadow-rgb: none;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: var(--primary-color);
  --bs-btn-active-border-color: var(--primary-color);
  --bs-btn-active-shadow: none;
  --bs-btn-disabled-color: var(--light-text-color);
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: var(--light-text-color);
  --bs-gradient: none;
}


.btn-secondary {
  --bs-btn-color: #fff;
  --bs-btn-bg: var(--secondary-color);
  --bs-btn-border-color: var(--secondary-color);
  --bs-btn-hover-color: var(--secondary-color);
  --bs-btn-hover-border-color: var(--secondary-color);
  --bs-btn-hover-bg: transparent;
  --bs-btn-active-color: #fff;
  --bs-btn-active-border-color: var(--secondary-color);
  --bs-btn-active-bg: var(--secondary-color);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-border-color: #555;
  --bs-btn-disabled-bg: #555;
}

.btn-outline-secondary {
  --bs-btn-color: var(--secondary-color);
  --bs-btn-border-color: var(--secondary-color);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: var(--secondary-color);
  --bs-btn-hover-border-color: var(--secondary-color);
  --bs-btn-focus-shadow-rgb: none;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: var(--secondary-color);
  --bs-btn-active-border-color: var(--secondary-color);
  --bs-btn-active-shadow: none;
  --bs-btn-disabled-color: var(--secondary-color);
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: var(--secondary-color);
  --bs-gradient: none;
}


.text-primary {
  color: #A68848 !important;
}

.text-secondary {
  color: #243305 !important;
}

.btn.btn-w {
	padding-left: 5rem;
	padding-right: 5rem;
}

.btn.btn-mw {
	padding-left: 3rem;
	padding-right: 3rem;
}

.btn.btn-xxl {
  --bs-btn-padding-y: 1.5rem;
  --bs-btn-padding-x: 3rem;
  --bs-btn-font-size: 1.5rem;
  --bs-btn-border-radius: var(--bs-border-radius-lg);
  min-width: 30%;
}


.sipkaTl {
	letter-spacing: -3px;	
	font-size: 1.2em;
  padding-right: 5px;
  line-height: 1.2;
}

.sipkaTlsipka {
	vertical-align: middle;
}

.gap5{
	gap:5px;
}
.gap10{
	gap:10px;
}
.gap20{
	gap:20px;
}
.gap30{
	gap:30px;
}
.gap40{
	gap:40px;
}
.gap50{
	gap:50px;
}

.row-gap5{
	row-gap:5px;
}
.row-gap10{
	row-gap:10px;
}
.row-gap20{
	row-gap:20px;
}
.row-gap30{
	row-gap:30px;
}
.row-gap40{
	row-gap:40px;
}
.row-gap50{
	row-gap:50px;
}

.column-gap5{
	column-gap:5px;
}
.column-gap10{
	column-gap:10px;
}
.column-gap20{
	column-gap:20px;
}
.column-gap30{
	column-gap:30px;
}
.column-gap40{
	column-gap:40px;
}
.column-gap50{
	column-gap:50px;
}

html {
  scroll-behavior: smooth;
}

body {
	font-family: OpenSansSemiCondensedMedium, Arial, sans-serif;
	color: var(--text-color);
}

h1, h3 {
	font-family: 'inriaserifBolditalic';
	color: var(--primary-color);	
	font-weight:normal;
}

h2 {
	font-family: 'OpenSansSemiCondensedMedium';
	color: var(--secondary-color);
	font-weight:bold;
}

h1{
	font-size: 3.5rem;
}

h2{
	font-size: 1.25rem;
	margin-bottom: 2rem;
}

h3{
	font-size: 1rem;
	margin-bottom: 1.5rem;
}

h4{
	font-size: 1.25rem;
	margin-bottom: 2rem;
}

h5{
	font-size: 1.375rem;
	margin-bottom: 2rem;
	font-family: 'inriaserifBolditalic';
	color: var(--primary-color);	
}

a{
	color: var(--primary-color);
	text-decoration: none;
}

a:hover{
	color: var(--dark-text-color);
}

img {
	height:auto;
	border-radius:3px;
}

main,section {
	padding:60px 0;
	margin-bottom: 0.5rem;
}

main {	
  background: url("../../grafika/pozadiLogo.webp") center 300px no-repeat;
  background-size: 50% auto;	
}


.text10, .text12, .text14, .text18, .text24, .text36, .text48{ 
line-height: 1.3;
font-weight: normal;
margin: 0px 0px 0px 0px;
}

.text10{ 
font-size: 10px;
}

.text12{ 
font-size: 12px;
}

.text14{ 
font-size: 14px;
}

.text18{ 
font-size: 18px;
}

.text24{ 
font-size: 24px;
}

.text36{ 
font-size: 36px;
}

.text48{ 
font-size: 48px;
}


.tucne{
font-weight: bold;
}


.maxKontejner {
width: 100%; 
/*max-width: 2000px; */
margin: 0px auto; 
padding: 0px; 
float: none; 
text-align:center;
}


.blok100{
width: 100%;
}

.blok60{
width: 60%;
}


.blok50{
width: 50%; 
float:left;

margin: 20px 0px 20px 0px;
}

.blok40{
width: 40%;
}

.blok33{
width: 33.3%;
}

.center{
text-align: center;
}

.clear{
clear:both;
}

.clearAll{
clear:both;
width:100%;
height: 0px;
}

.spm{
display:none !important;
}

.mobilni{
display: none;
}

.mobilni992{
display: none;
}

.mobilni600{
display: none;
}


*:focus {
    outline: none !important;
}



* {
    box-sizing:border-box;
}


.skryte {
display:none !important;
}


ul, li {
	padding: 0px;
	margin: 0px;
}

img.responzivni {
    max-width: 100%;
    height: auto !important;
}

iframe {
  max-width: 100%;
}


.vlevo{
text-align: left;
}

.vpravo{
text-align: right;
}

.horniRamecek{
border-top: 1px solid #515252;
}

.spodniRamecek{
border-top: 1px solid #515252;
}

.vObal{
width:100%; 
position:relative; 
height: 100%;
display: table;
vertical-align: middle;
}

.vStred{
width:100%; 
position:static; 
display: table-cell;
vertical-align: middle;
}

.vysledekAkce {
font-size: 24px;
line-height: 36px;
display: block;
width: 100%;
margin: 20px 0px;
}

.vysledekAkce_ok {
color: #04b300;
}

.vysledekAkce_ko {
color: #bf000b;
}


.strankaBezHeader #stranka {
	padding-top:120px;
}


@media (min-width: 1700px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1620px;
  }
}


@media (max-width: 1200px) {	

	main,section {
		padding:30px 0;
	}
	
.btn.btn-xxl {
  min-width: 50%;
}

main {	
  background-size: 70% auto;	
}
	
.strankaBezHeader #stranka{
	padding-top:160px;
}

	h1{
		font-size: 3.0rem;
	}

	h2{
		font-size: 1.25rem;
		margin-bottom: 2rem;
	}

	h3{
		font-size: 1rem;
		margin-bottom: 1.5rem;
	}

	h4{
		font-size: 1.25rem;
		margin-bottom: 2rem;
	}

	h5{
		font-size: 1.25rem;
		margin-bottom: 2rem;	
	}

}


@media (max-width: 992px) {	

	main,section {
		padding:30px 0;
	}


main {	
  background-size: 90% auto;	
}

	h1{
		font-size: 2.5rem;
	}

	h2{
		font-size: 1.125rem;
		margin-bottom: 1.5rem;
	}

	h3{
		font-size: 1rem;
		margin-bottom: 1.5rem;
	}

	h4{
		font-size: 1.125rem;
		margin-bottom: 1.5rem;
	}

	h5{
		font-size: 1.125rem;
		margin-bottom: 1.5rem;	
	}

	.btn.btn-w {
	  padding-left: 4rem;
	  padding-right: 4rem;
	}

	.btn.btn-mw {
	  padding-left: 2.5rem;
	  padding-right: 2.5rem;
	}

	.btn.btn-xxl {
	  min-width: 70%;
	}
}


@media (max-width: 768px) {	

	main,section {
		padding:20px 0;
	}

.strankaBezHeader #stranka{
	padding-top:130px;
}

	h1{
		font-size: 2.0rem;
	}

	h2{
		font-size: 1.125rem;
		margin-bottom: 1.5rem;
	}

	h3{
		font-size: 1rem;
		margin-bottom: 1.5rem;
	}

	h4{
		font-size: 1.125rem;
		margin-bottom: 1.5rem;
	}

	h5{
		font-size: 1.125rem;
		margin-bottom: 1.5rem;	
	}

	.btn.btn-w {
	  padding-left: 3rem;
	  padding-right: 3rem;
	}

	.btn.btn-mw {
	  padding-left: 2rem;
	  padding-right: 2rem;
	}

.btn.btn-xxl {
  --bs-btn-padding-y: 1rem;
  --bs-btn-padding-x: 1rem;
  --bs-btn-font-size: 1.25rem;
  min-width: 80%;
}
}





/* ----- Definice formulářů ----- */


fieldset{
margin:0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
border:1px solid #dce1e8
}

fieldset legend{
color:#dce1e8
}


form *,
form *:focus,
form *:active{
	box-shadow: none;
	outline: none;
}


input[type="text"],input[type="password"],input[type="submit"],input[type="reset"],input[type="button"],a.tlacitko,button,select{
	font-size: 12px;
	font-weight: normal;
	padding: 1px 7px 0px 7px;
	border: 1px solid #888;
	background: #fff;
  color: #262626;
text-decoration: none; 
	height: 26px;
    line-height: 26px;
    padding: 0px 5px;
}

textarea{
line-height:16px;
border: 1px solid #888;
box-sizing:border-box;
-moz-box-sizing:border-box
}

input[type="text"],input[type="password"], select, textarea{
color: #000;
}


input[type="text"]:focus,input[type="password"]:focus,select:focus,textarea:focus{
border-color:#888
}

input[type="submit"]:hover,input[type="reset"]:hover,input[type="button"]:hover{
color:#FFFFFF;
border-color:#888;
}


input[type="text"].inputText,input[type="password"].inputText, textarea.inputTextarea{
width:250px;
max-width:95%;
font-size: 12px ;
line-height:29px;
border:1px solid #888;
padding: 1px 4px 1px 4px;
margin:  0px 0px 0px 0px ;
box-sizing:border-box;
-moz-box-sizing:border-box;
/*border-image-slice: 1;
border-image-source: linear-gradient(to right, #ED1C24 , #ED1C24);*/
border-width: 3px;
border-color: #002150;
border-radius: 3px;
}

input[type="text"].inputText:focus, input[type="password"].inputText:focus, textarea.inputTextarea:focus{
border:1px solid #888;
}


input[type="text"].inputText,input[type="password"].inputText{
height:29px;
}

input[type="text"].inputText.inputText150,input[type="password"].inputText.inputText150{
width:150px;
}


input[type="text"].inputText.inputText500,input[type="password"].inputText.inputText500{
width:500px;
}

textarea.inputTextarea.inputTextarea500{
width:500px;
max-width: 95%;
}
textarea.inputTextarea.inputTextarea800{
width:800px;
max-width: 95%;
}





.custom-control-input:checked ~ .custom-control-label::before {
  border-color: #C1000F;
  background-color: #C1000F;
}

.custom-control-input ~ .custom-control-label::before {
  box-shadow: none !important;
}

.custom-select {
	display: inline-block;
  width: 100%;
  height: calc(1.5em + .75rem + 2px);
  padding: .375rem 1.75rem .375rem .75rem;
    padding-left: 0.75rem;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right .75rem center/8px 10px no-repeat;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none !important;
  border-radius: 0 !important;
  border-bottom: 1px solid #eaeaea !important;
  padding-left: 1px !important;
  font-weight: bold;
  color: #000;
}

.custom-select option{
  font-weight: normal;
}



form.form{
text-align: center;
margin:  40px 0px 40px 0px ;
width: 100%;
}

form .teloForm{
display: inline-block;
text-align: left;
max-width: 100%;
}

form .blok{
width: 100%;
}

form .radek{
width: 100%;
margin:  10px 0px 0px 0px ;
float: left;
}


form .radek.radekGDPR{
font-size: 11px;
line-height: 1.2;
}

form .nadpisRadku{
width: 99%;
font-size: 12px;
line-height:16px;
padding-left: 1%;
margin:  0px 0px 1px 0px ;
font-weight:bold;
}

.zpravaForm{
width: 100%;
font-size: 18px;
line-height:24px;
}

.zpravaForm.zpravaOK {
color: #002150;
  padding: 30px 20px 30px 20px;
  text-align: center;
  font-size: 24px;
  font-family: 'OpenSansSemiCondensedMedium';
font-weight:bold;
}

.zpravaForm.zpravaKO {
color: #f00;
}

.skrytyFormBlok {
    display: block !important;
    height: 0px !important;
    width: 0px !important;
    overflow: hidden !important;
}




/* ----- Tlačítko ----- */
input[type="submit"], input[type="reset"], input[type="button"], button, input[type="submit"].tlacitko, input[type="reset"].tlacitko, input[type="button"].tlacitko, button.tlacitko, a.tlacitko, .tlacitko {
    background: #fff;
    color: #262626;
    border-radius: 0px;
    padding: 13px 30px;
    height: auto;
    line-height: 18px;
    transition: all 0.5s ease-in-out;
    text-align: center;
    display: inline-block;
    border: 2px solid #888;
    font-size: 16px;
	display: flex;	
	display: inline-flex;
align-items: center;
justify-content: center;
}

input[type="submit"].barevneTlacitko, input[type="reset"].barevneTlacitko, input[type="button"].barevneTlacitko, a.tlacitko.barevneTlacitko, .tlacitko.barevneTlacitko, button.barevneTlacitko {
    border: 2px solid #002150;
background: #002150;
color: #fff;;
}

input[type="submit"].barevneTlacitko2, input[type="reset"].barevneTlacitko2, input[type="button"].barevneTlacitko2, a.tlacitko.barevneTlacitko2, .tlacitko.barevneTlacitko2, button.barevneTlacitko2 {
    border: 2px solid #002150;
background: #002150;
color: #fff;
}

input[type="submit"].tlacitko:hover, input[type="reset"].tlacitko:hover, input[type="button"].tlacitko:hover, .tlacitko:hover, button.tlacitko:hover, a.tlacitko:hover {
	border: 2px solid #002150;
background: #002150;
color: #fff;
}

input[type="submit"].barevneTlacitko:hover, input[type="reset"].barevneTlacitko:hover, input[type="button"].barevneTlacitko:hover, a.tlacitko.barevneTlacitko:hover, .tlacitko.barevneTlacitko:hover, button.barevneTlacitko:hover {

    border-color:#002150;
    background: #fff;
    color: #002150;

}

input[type="submit"].barevneTlacitko2:hover, input[type="reset"].barevneTlacitko2:hover, input[type="button"].barevneTlacitko2:hover, a.tlacitko.barevneTlacitko2:hover, .tlacitko.barevneTlacitko2:hover, button.barevneTlacitko2:hover {

    border-color:#002150;
    background: #fff;
    color: #002150;

}

input[type="submit"].tlacitkoNeaktivni, input[type="reset"].tlacitkoNeaktivni, input[type="button"].tlacitkoNeaktivni, button.tlacitkoNeaktivni, a.tlacitkoNeaktivni {
	background: #CCCCCC;
}

input[type="submit"].tlacitkoNeaktivni:hover, input[type="reset"].tlacitkoNeaktivni:hover, input[type="button"].tlacitkoNeaktivni:hover, button.tlacitkoNeaktivni:hover, a.tlacitkoNeaktivni:hover {
	background: #CCCCCC;
}

input[type="submit"].tlacitko.tlacitkoSirsi , input[type="reset"].tlacitko.tlacitkoSirsi , input[type="button"].tlacitko.tlacitkoSirsi , button.tlacitko.tlacitkoSirsi , a.tlacitko.tlacitkoSirsi {

	padding: 7px 20px 6px 20px;
}

input[type="submit"].tlacitko.tlacitkoSiroke , input[type="reset"].tlacitko.tlacitkoSiroke , input[type="button"].tlacitko.tlacitkoSiroke , button.tlacitko.tlacitkoSiroke , a.tlacitko.tlacitkoSiroke {

	padding: 7px 40px 6px 40px;
}




input.nevalidni, textarea.nevalidni {
background: #fcc url('../../grafika/validace/nevalidni.png') no-repeat right center;
background-size: auto 16px;
color: #000;
}

input.validni, textarea.validni  {
background:  url('../../grafika/validace/validni.png') no-repeat right center;
background-size: auto 16px;
}




.upozorneni  {
    width: 100%;
    margin: 50px 0px;
    text-align: center;
    font-size: 18px;
}

.strankaBezObrazku .upozorneni  {
margin: 150px 0px 50px 0px;
}

.upozorneni.redInfo{
    color: red;
}


.upozorneni.blueInfo{
    color: blue;
}

.upozorneni.greenInfo{
    color: green;
}



.absoluteBox {
    position: fixed;
    background: #fff;
    padding: 15px;
    bottom: 0px;
    left: 0px;
    box-shadow: 1px 1px 10px rgba(0,0,0,.15);
    z-index: 999;
    border-top-right-radius: 2px;
}

.absoluteBox.upozorneniLista{
	position:fixed;
	left:0;
	right:0;
	top:auto;
	bottom:0;
	background:#002150;
	margin:0;
	padding:15px 20px;
	color:#fff;
	border-top:1px solid #fff;
	z-index:17000000;
	font-size:13px;
	font-weight:400;
	display:none
}

.absoluteBox.upozorneniLista .upozorneniTelo{
display: -ms-flexbox;      
display: -webkit-flex;     
display: flex;
-webkit-flex-direction: row;
-ms-flex-direction: row;
flex-direction: row;
-webkit-justify-content: space-between;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
}

.absoluteBox.upozorneniLista a{
	font-size:13px;
	color: #300;
}


.absoluteBox.upozorneniLista a:hover{
	color: #fff;
	text-decoration:none;
}

.absoluteBox.upozorneniLista .tlacitko.tlacitkoUpozorneniLista {
	margin:0;
	padding:0;
	font-size:12px;
	text-decoration:none!important;
	cursor:pointer;
	background:url(../../grafika/zavrit.png) no-repeat;
	height:20px;
	width:20px;
	display:inline-block;
	background-size:contain;
	opacity:.8;	
	border: none;
}

.absoluteBox.upozorneniLista .tlacitko.tlacitkoUpozorneniLista:hover{
	background-color:transparent;
	opacity:1
}

.absoluteBox.upozorneniLista .upozorneniMessege{
	margin:5px 0 5px 0
}

.absoluteBox.upozorneniLista .upozorneniMessegeTl{
	margin:0 0 0 10px
}







/* Navigační lišta */
.navbar-custom {
	background-color: rgba(42, 30, 9, 0.8);
	transition: background-color 0.3s ease;
	position: fixed;
	width: 100%;
	z-index: 1030;
	height: 100px;
}

.navbar-scrolled {
	
	background-color: rgba(42, 30, 9, 0.9);
	height: var(--navbar-height);
	
}

.navbar-custom .social-icons-nav a{
	font-size: 1.75rem ;
}

.navbar-custom:not(.navbar-scrolled) .social-icons-nav a{
	font-size: 2rem ;
}

.navbar-toggler,
.navbar-toggler:hover ,
.navbar-toggler:active ,
.navbar-toggler:focus {
	border: none !important;
	outline: none !important;
	box-shadow:none !important;
}


/* --- Animace Hamburger Menu --- */
.hamburger-icon {
    /*stroke: white; 
    fill: none; */
	height: auto;
  width: 42px;
}

.hamburger-icon:hover  #strecha{
    --icon-color: var(--light-text-color); 
}

/* Nastavení přechodů pro všechny části ikony */
.hamburger-icon #castle-group,
.hamburger-icon #levy-stred,
.hamburger-icon #pravy-stred {
    transition: all 0.35s cubic-bezier(0.68, -0.55, 0.27, 1.55); /* Přidáno easing pro "pružný" efekt */
    transform-origin: center; /* Všechny transformace se budou dít od středu */
}

/* Styl, když je menu OTEVŘENÉ (tlačítko má třídu .is-open) 

.navbar-toggler.is-open .hamburger-icon #castle-group {
    opacity: 0;
    transform: scale(0); 
}

.navbar-toggler.is-open .hamburger-icon #levy-stred {
    transform: rotate(45deg);
}

.navbar-toggler.is-open .hamburger-icon #pravy-stred {
    transform: rotate(-45deg); 
}
		*/
		

.social-icons-nav a {
	color: white;
	transition: color 0.3s ease;
}
.social-icons-nav a:hover {
	color: var(--light-text-color);
}


.navbar-brand {
  margin-right: 0;
  max-height: 90px;
  padding: 0;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0%);
}

.navbar-scrolled .navbar-brand {
  max-height: 60px;
  margin-top:-5px;
}


/* Offcanvas Menu */
.offcanvas {
	background-color: #ffffff;
}

.offcanvas *,
.offcanvas *:focus,
.offcanvas *:active{
	box-shadow: none;
	outline: none;
}
.offcanvas-body{
	padding: 20px 30px;
}
.offcanvas-body ul{
	padding-left: 20px ;
	list-style: none;
}
.offcanvas-body .nav-link {
	color: var(--secondary-color);
	font-size: 1.2rem;
	
  position: relative;
}
.offcanvas-body .nav-link:hover
.offcanvas-body .nav-link.show {
	color: var(--primary-color);
}



.offcanvas-body li > .nav-link::before{
	display:block;
	position:absolute;
	bottom:-2px;
	left: 0px;
	height:1px;
	background:var(--primary-color);
	content: "";	
	width: 0px;	
	-webkit-animation-duration: 0.7s;
	animation-duration: 0.7s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	
}

.offcanvas-body li:hover > .nav-link::before, 
.offcanvas-body li > .nav-link.active::before, 
.offcanvas-body li.vybrano > .nav-link::before, 
.offcanvas-body li.dropdown.show > .nav-link::before{

	-webkit-animation-name: podtrzeniNarust;
	animation-name: podtrzeniNarust;
}

.offcanvas-body .navbar-nav .dropdown-menu {
  border: none;
  position: relative;
}

.offcanvas-body .social-icons-nav {
	gap:10px;
}

.offcanvas-body .social-icons-nav a {
	color: var(--primary-color);
	font-size: 30px;
}
.offcanvas-body .social-icons-nav a:hover {
	color: var(--dark-text-color);
}


@keyframes podtrzeniNarust {
	0% {
		width: 0px; }
	100% {
		width: 100%;
	} 
}


/* Logo - speciální chování */
.logo-container {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	transition: all 0.5s ease-in-out;
	z-index: 1040;
}
.logo-container.initial {
	opacity: 1;
}
.logo-container.hidden {
	opacity: 0;
	pointer-events: none;
	top: 10px;
	transform: translate(-50%, 	0%);
}
.logo-initial {
	max-height: 60vh;
	max-width: 33vw; 
	height: auto;
	width: auto;
	transition: all 0.5s ease-in-out;
}
.logo-container.hidden .logo-initial {	
	max-height: 200px;
}

.navbar-brand-logo {
	display: none; /* Skryté logo v navbaru, dokud není aktivováno JS */
	height: 50px; 
	width: auto;
}

body:not(.typStranky-uvod) .navbar-brand-logo {
	display: block;
}


.logo-small {
	height: 200px; /* Až 2x výška navbaru */
	width: auto;
	transition: all 0.5s ease-in-out;
}
.logo-scrolled {
	height: 65px; /* Vleze se do navbaru */
	width: auto;
	transition: all 0.5s ease-in-out;
}



@media (max-width: 768px) {	
	.logo-initial {
		max-width: 70vw;
	}
	
	.logo-small {
	  height: 150px;
	}
}




/* ----- Stránkování ----- */

div.strankovaniObal {
position: relative;
display: block;
float: left;
text-align: center;
	margin: 0px;
	padding: 0px;width:100%;
}

div.strankovani {
position: relative;
display: inline-block;
float: none;
text-align: center;
	margin: 25px auto 30px auto;
	padding: 0px 3px 0px 3px;
	font-size: 14px;
line-height: 18px;
}



div.strankovani div,
div.strankovani div a {
	border-radius: 2px;
float: left;
color: #555;
	margin: 5px 0px 0px 0px;
	padding: 0px 3px 0px 3px;
}

div.strankovani div a {
text-decoration: underline;
}

div.strankovani div.predchoziDalsi a {
text-decoration: none;
}

div.strankovani div a:hover {
color: #000;
}

div.strankovani div.aktualni a {
text-decoration: none;
color: #002150;
}

div.strankovani div.neaktivni {

	margin: 10px 3px 0px 0px;
	padding: 0px 3px 0px 3px;

color: #bbb;
}














/* Hero sekce - Slideshow */
.hero-section {
	height: 100vh;
	overflow: hidden;
	position: relative;
}

body:not(.typStranky-uvod) .hero-section {
	height: 60vh;
}


#heroCarousel .carousel-item {
	height: 100vh;
	background-position: center center;
	background-size: cover;
	display: flex;
	align-items: center;
	justify-content: center;
	color: white;
	text-align: center;
}

body:not(.typStranky-uvod) #heroCarousel .carousel-item {
	height: 60vh;
}


#heroCarousel .carousel-item img {
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	object-fit: cover;
  object-position: center;
}


#heroCarousel .carousel-item video {
	position: absolute;
	top: 50%;
	left: 50%;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	transform: translateX(-50%) translateY(-50%);
	z-index: -1;
}
#heroCarousel .carousel-caption {
	z-index: 1;
	/*background-color: rgba(0, 0, 0, 0.4);*/
	padding: 20px;
	border-radius: 10px;
	text-shadow: 0px 0px 20px black, 1px 1px 6px black;
}

#heroCarousel .carousel-caption h1{
	color: var(--light-text-color);
}

.img-wrapper {	
	position: relative;
	display: block;
	overflow: hidden;
	cursor: pointer;
	display: inline-block;
}

.img-overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(123,92,38,0.7);
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 0;
	transition: opacity 0.3s ease;
	color:#fff;
	font-family: 'inriaserifBolditalic';
}
 .img-wrapper:hover .img-overlay {
	opacity: 1;
}
 .img-overlay .icon {
	font-size: 2rem;
	color: white;
}



@media (max-width: 768px) {	

.hero-section,
#heroCarousel .carousel-item {
	height: 60vh;
}

body:not(.typStranky-uvod) .hero-section,
body:not(.typStranky-uvod) #heroCarousel .carousel-item  {
	height: 60vh;
}	





}







/* Aktuality */
.news-section .swiper {
	padding-bottom: 40px; 
	padding-top:30px;
}

.news-item {
	position: relative;
	overflow: hidden;
	
	padding: 0px;
}

.news-item .img-wrapper{
	width: 100%;
}


.news-item img {
	width: 100%;
	height: 200px;
	object-fit: cover;
	transition: transform 0.3s ease;
}
.news-item:hover img {
	transform: scale(1.05);
}
.news-caption {
	padding: 0px;
}
.news-caption .newsDate {
	font-size: 1rem;
	padding: 10px 0 0px 0;
	color: var(--secondary-color);
	font-style: italic;
}
.news-caption h3 {
	font-size: 1.25rem;
	margin-bottom: 15px;
}
.news-caption p {
	font-size: 1rem;
	margin-bottom: 5px;
}
.news-caption a,
.news-caption a:hover{
	text-decoration: none;
}

.news-moreA{	
	font-size: 1rem;
	font-style: italic;
	width: 100%;
  text-align: right;
  display: inline-block;
}

.news-overlay {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction:column;
}

.icoLupa {
	background: url('../../grafika/icoLupa.png') center no-repeat;
	width:50px;
	height:50px;
	background-size:contain;
}

.news-item:hover .news-overlay {
	opacity: 1;
}
.news-overlay .icon {
	font-size: 2rem;
	color: white;
}



@media (max-width: 768px) {	

	.news-item img {
	  height: auto;
	  max-height: 300px;
	}
	
	.news-section .swiper {
	  padding-bottom: 10px;
	  padding-top: 10px;
	}
}

/* O zámku */
.about-section {
}
.about-image-grid  {
	gap:10px;
	padding: 20px 0;
}
.about-image-grid .img-wrapper {
	position: relative;
	overflow: hidden;
	cursor: pointer;
}
.about-image-grid img {
	width: auto;
	height: 200px;
	display: block;
}

.img-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background: linear-gradient(to top, rgba(0,0,0,0.9) 0%,rgba(0,0,0,0.7) 10%, rgba(0,0,0,0) 100%);
	color: white;
	padding: 30px 10px 10px 10px;
	font-size: 0.9rem;
	border-radius: 3px;
	font-family: 'inriaserifBolditalic';
	text-align:center;
}
.about-image-grid .img-overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;	
	background-color: rgba(123,92,38,0.7);
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 0;
	transition: all 0.3s ease;
}
.about-image-grid .img-wrapper:hover .img-overlay {
	opacity: 1;
}



.img-wrapper:hover .img-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background: linear-gradient(to top, rgba(52,33,0,0.9) 0%,rgba(52,33,0,0.7) 10%, rgba(52,33,0,0) 100%);
	color: white;
	padding: 30px 10px 10px 10px;
	font-size: 0.9rem;
	
	font-family: 'inriaserifBolditalic';
}


.img-overlay .mainIcon, 
.about-image-grid .img-overlay .mainIcon {
	--ico-color: white;
	width:50px;
	height:50px;
	transition: all 0.3s ease;
}

.mainIcon {
	--ico-pmove: 8%;
	--ico-mmove: -8%;
}

/* Definice animací pro jednotlivé směry */
@keyframes pohyb-vlevo-dolu {
  0% { transform: translate(0, 0); }
  10% { transform: translate(0, 0); }
  80% { transform: translate(var(--ico-mmove), var(--ico-pmove)); }  /* Plynulý posun */
  95% { transform: translate(var(--ico-mmove), var(--ico-pmove)); }  /* Krátká pauza v cíli */
  100% { transform: translate(0, 0); }    /* Okamžitý návrat (skok) */
}

@keyframes pohyb-vlevo-nahoru {
  0% { transform: translate(0, 0); }
  10% { transform: translate(0, 0); }
  80% { transform: translate(var(--ico-mmove), var(--ico-mmove)); }
  95% { transform: translate(var(--ico-mmove), var(--ico-mmove)); }
  100% { transform: translate(0, 0); }
}

@keyframes pohyb-vpravo-dolu {
  0% { transform: translate(0, 0); }
  10% { transform: translate(0, 0); }
  80% { transform: translate(var(--ico-pmove), var(--ico-pmove)); }
  95% { transform: translate(var(--ico-pmove), var(--ico-pmove)); }
  100% { transform: translate(0, 0); }
}

@keyframes pohyb-vpravo-nahoru {
  0% { transform: translate(0, 0); }
  10% { transform: translate(0, 0); }
  80% { transform: translate(var(--ico-pmove), var(--ico-mmove)); }
  95% { transform: translate(var(--ico-pmove), var(--ico-mmove)); }
  100% { transform: translate(0, 0); }
}

/* Aplikace animací při hoveru */
.img-wrapper:hover .icoFullscreen #sipka-leva-dolni {
  animation: pohyb-vlevo-dolu 1.5s infinite;
}

.img-wrapper:hover .icoFullscreen #sipka-leva-horni {
  animation: pohyb-vlevo-nahoru 1.5s infinite;
}

.img-wrapper:hover .icoFullscreen #sipka-prava-dolni {
  animation: pohyb-vpravo-dolu 1.5s infinite;
}

.img-wrapper:hover .icoFullscreen #sipka-prava-horni {
  animation: pohyb-vpravo-nahoru 1.5s infinite;
}




@media (max-width: 992px) {	
	.about-image-grid img {
	  height: 120px;
	}
}

@media (max-width: 768px) {	
	.about-image-grid img {
	  height: 90px;
	}
}




/* Otevírací doba */


.bckSection {
	background-color: #F7F6F3;
}

.bckImgSection {
	background-image: url('../../grafika/pozadiZamek.webp');
	background-size: contain;
	background-position: center;
	background-position: center;
	background-repeat: no-repeat;
}

.opening-hours-section {
	color: var(--text-color);
	text-align: center;
}
.opening-hours-content {
	
	  padding: 40px 0px;
	border-radius: 10px;
	margin: 0 auto;
}
.icon-text-block {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 20px;
	
	color: var(--secondary-color);
}
.icon-text-block img {
	width: auto;
	height: 80px;
	margin-right: 15px;
}

.icon-text-block p {
	margin-bottom: 5px;
	text-align:left;
}

.icon-text-block p.icon-text-nadpis {
	font-family: 'inriaserifBolditalic';
	font-size:1.375rem;
	line-height: 1.5rem;
}

.icon-text-block p.icon-text-hodiny {
	margin-bottom: 0px;
	font-weight:bold;
}




@media (max-width: 992px) {	
	.opening-hours-content {
	  padding: 30px 0px 10px 0px;
	}

}

@media (max-width: 768px) {	
	.opening-hours-content {
	  padding: 20px 0px 0px 0px;
	}
}



/* Šachovnice */
.chessboard-section {
}
.chessboard-item {
	margin-bottom: 30px;
	padding:20px 0;
}
.chessboard-item img {
	width: 100%;
	max-height: 40vw;
	object-fit: cover;
}
.chessboard-img {
	padding: 0px 40px;
	
}
.chessboard-text {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	padding: 30px 40px;
	gap: 10px;
}
.chessboard-text h3 {
	color: var(--primary-color);
	margin-bottom: 20px;
	
	font-size:2.25rem;
	line-height: 2.5rem;
}

@media (max-width: 992px) {
.chessboard-text {
  padding: 20px 0px;
  gap: 10px;
}

.chessboard-text h3 {
  font-size: 2rem;
  line-height: 2.25rem;
  margin-bottom: 10px;
}

.chessboard-item {
  margin-bottom: 0px;
  padding: 30px 0;
}

.chessboard-img {
  padding: 0px 0px;
}

.chessboard-item img {
	
  max-height: 60vw;
}

}




@media (max-width: 768px) {
.chessboard-item {
  margin-bottom: 0px;
  padding: 20px 0;
}

.chessboard-text {
  padding: 10px 0px;
  gap: 10px;
}

.chessboard-text h3 {
  font-size: 1.75rem;
  line-height: 2.0rem;
}

.chessboard-section .btn{
	
}

}





/* Utility classes (pro podtržení) */
.section-divider {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0px 0;
	padding: 0 20%;
}
.section-divider .line {
	flex-grow: 1;
	height: 1px;
	background-color: var(--primary-color);
	opacity: 1;
  border: none;
}
.section-divider .icon {
	max-height: 100px; /* Výška siluety zámku */
	width: auto;
	margin: 0 15px;
}

@media (max-width: 992px) {
	.section-divider .icon {
	  max-height: 80px;
	  margin: 0 10px;
	}
}


@media (max-width: 768px) {
	.section-divider .icon {
	  max-height: 70px;
	  margin: 0 10px;
	}
}




/* Swiper Styly */
.swiper {
	width: 100%;
	padding-bottom: 40px; /* Místo pro navigaci/paginaci */
	padding-top:10px;
}

.swiper-button-next, .swiper-button-prev {
	color: var(--primary-color);
	background: rgba(255, 255, 255,0.7);
  padding: 5px;
  border-radius: 3px;
  width: 30px;
}

.swiper-button-next:hover, 
.swiper-button-prev:hover, 
.swiper-button-next:active, 
.swiper-button-prev:active {
	--primary-color : var(--dark-text-color);
}

.swiper-button-prev::after, 
.swiper-button-next::after {
  display: none;
}

.swiper-pagination-bullet-active {
	background-color: var(--primary-color);
}

/* Galerie Slider */


/* Galerie */

.site-gallery-section {
	padding: 20px 0;
}

.gallery-section .gallery-swiper {
	padding: 40px 0;
}

.site-gallery-section .gallery-swiper {
	padding: 30px 0;
}

.gallery-section h1 {
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
}

.site-gallery-section h1 {
  margin-top: 20px;
}



.gallery-swiper {
	height: 250px; /* Výška pro mobily */
}
.gallery-swiper .swiper-slide {
	width: auto; /* Důležité pro 'slidesPerView: auto' */
}
.gallery-swiper .swiper-slide img {
	height: 100%;
	width: auto;
	object-fit: cover;
}

@media (max-width: 768px) {
	.gallery-section .gallery-swiper {
  padding: 20px 0;
}

	.site-gallery-section .gallery-swiper {
  padding: 20px 0 0px 0;
}
}





/* --- MOBILNÍ VERZE (Výchozí) --- */
.swiper-outer {
  position: relative; /* Umožní tlačítkům "létat" nad sliderem */
  width: 100%;
}

.swiper-outer .swiper-button-prev,
.swiper-outer .swiper-button-next {
  position: absolute; /* Tlačítka jsou nad obrázkem */
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  color: #fff; /* Aby byla na fotkách vidět */
}

.swiper-outer .swiper-button-prev { left: 10px; }
.swiper-outer .swiper-button-next { right: 10px; }

.gallery-swiper .img-wrapper {
  height: 100%;
}


  .swiper-outer .swiper-button-prev,
  .swiper-outer .swiper-button-next {
    transform: none;      
  }

/* --- DESKTOP VERZE (Monitor) --- */
@media (min-width: 768px) {
 .swiper-outer {
    display: flex;    /* Seřadí prvky vedle sebe */
    align-items: center;
    gap: 20px;        /* Mezera mezi tlačítky a sliderem */
  }

  .swiper-outer .swiper {
    flex: 1;          /* Slider zabere střed */
    order: 2;         /* Pořadí: tlačítko - slider - tlačítko */
  }

  .swiper-outer .swiper-button-prev,
  .swiper-outer .swiper-button-next {
    position: static;  /* Zruší absolutní pozici, vloží se do flexu */
    transform: none;
    color: var(--primary-color);       /* Barva tlačítek vedle slideru */
  }

  .swiper-outer .swiper-button-prev { order: 1; }
  .swiper-outer .swiper-button-next { order: 3; }
}


@media (min-width: 500px) {
	.gallery-swiper {
		height: 300px; /* Výška pro tablety */
	}
}

@media (min-width: 768px) {
	.gallery-swiper {
		height: 400px; /* Výška pro tablety */
	}
}
@media (min-width: 992px) {
	.gallery-swiper {
		height: 500px; /* Výška pro desktopy */
	}
}


/* sponzoři */
.sponzori-wrapper {
	padding:30px 0 0px 0 ;
	gap:30px
}
.sponzori-img {
	width:auto;
	height:80px;
}

.sponzori-section.dalsiSponzori {
	padding-top: 0;
}

.dalsiSponzori h2 {
	margin-bottom: 10px;
}

@media (min-width: 768px) {
	
.sponzori-img {
	height:80px;
}
}



/* Patička */
.footer-section {
	color: var(--text-color);
	padding: 40px 0 20px 0;
	
  font-size: 1rem;
}
.footer-logo {
	max-height: 200px;
	width: auto;
	margin-bottom: 0px;
}


.footer-section ul {
  padding-left: 20px;
}

.footer-section a{
  text-decoration:none
}


.footer-section h5 .sipkaTl {
  letter-spacing: -6px;
  font-weight: bold;
}

.footerTextBlok {
	padding:40px 0 20px 0;
}



@media (min-width: 768px) {

.footer-section {
	padding: 50px 0 40px 0;	
  font-size: 1.25rem;
}	
}

@media (min-width: 992px) {

.footer-section {
	padding: 60px 0 60px 0;	
}	

.footer-logo {
	max-height: 400px;
}

.footerTextBlok {
  padding: 80px 0 40px 0;
}

}


/*----------------- článek  ------------------------*/


.stranka.clanek{
	padding-top: 60px;
}

.strankaBezHeader .stranka.clanek{
	padding-top: 120px;
}

.stranka.clanek .hlavniObrazek img {
  width: auto;
  max-width: 1000px;
}

.hlavniText {
	padding-top:30px;
}

.stranka.clanek .hlavniObrazek,
.stranka.clanek .hlavniVideo {  
	padding-bottom: 20px;
}

.stranka.clanek .hlavniNadpis {  
	padding-top: 20px;
}

.stranka.clanek .blokySBClanekDatum {  
	font-size: 1.5rem;
	color: var(--text-color);
	padding: 0px 0 20px 0;
}


@media (max-width: 1200px) {
	
.stranka.clanek {
  padding-top: 100px;
}


.strankaBezHeader .stranka.clanek{
	padding-top: 150px;
}

}


@media (max-width: 992px) {
	
.stranka.clanek .hlavniObrazek img {
  max-width: 100%;
}



}

@media (max-width: 768px) {
	

.strankaBezHeader .stranka.clanek{
	padding-top: 110px;
}


.hlavniText {
	padding-top:20px;
}

}


/*----------------- kategorie  ------------------------*/

#kategorie{
	padding-top: 120px;
}

.seznamKategorii   {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  gap: 15px;
padding-top: 40px;
padding-bottom: 20px;
}



#kategorie .hlavniObrazek,
#kategorie .hlavniVideo {  
	padding-bottom: 20px;
}

@media (max-width: 1200px) {
	
#kategorie {
  padding-top: 160px;
}

}


@media (max-width: 992px) {
	
#kategorie .hlavniObrazek img {
  max-width: 100%;
}

}


@media (max-width: 768px) {
	
#kategorie {
  padding-top: 130px;
}


}






/* ----- vypis článků  ----- */

.boxyAktuality {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  padding: 0 0px;
}

#kategorie .boxyAktuality .news-item {
  width: 48%;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  float: left;
  margin: 20px 0 40px;
}

.boxyAktuality .img-wrapper {
  width: 35%;
  max-width:300px;
  aspect-ratio: 3 / 2; 
  margin-right: 5%;
/*  float: left;
  height: auto;
  max-height: 250px;
overflow: hidden*/
}

.boxyAktuality .img-wrapper img{
width: 100%;
height: 100%;
object-fit: cover;
}

.boxyAktuality .news-caption  {
  width: 60%; 
  text-align: left;
}


.boxyAktuality .news-caption h3 {
  margin-bottom: 5px;
}

.boxyAktuality .news-caption .newsDate {
  padding: 0px 0 0px 0;
}


.boxyAktuality .news-moreText  {
font-size: 15px;
margin: 5px 0px 15px 0px;
float: left;
width: 100%;
line-height: 1.2;
font-weight:bold;
}

.boxyAktuality .news-moreText p {
margin: 0px;
padding: 0px;
}


@media (max-width: 992px) {
	
#kategorie .boxyAktuality .news-item {
  width: 100%;
  margin: 20px 0 20px;
}

}

@media (max-width: 576px) {
	
#kategorie .boxyAktuality .news-item {
  flex-direction: column;
  gap: 20px;
}

.boxyAktuality .img-wrapper {
  width: 100%;
  max-width: 100%;
  margin-right: 0;
  aspect-ratio: unset;
}

.boxyAktuality .news-caption {
  width: 100%;
}

}
/* ----- stránkování  ----- */


	
.strankovani *,
.strankovani *:focus,
.strankovani *:active{
	box-shadow: none;
	outline: none;
}

.page-link {
  color: var(--primary-color);
  border-color: transparent;
}

.page-item.active .page-link {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
}

.page-link:hover {
  color: var(--primary-color);
  border-color: var(--primary-color);
  background-color: transparent;
}

.page-item.active .page-link:hover {
  color: #fff;
}

.page-item.neaktivni .page-link {
  
  background-color: transparent;
  border-color: transparent;
}





/*----------------- lightbox  ------------------------*/

.glightbox-clean .gslide-title {
  text-align: center;
  margin-bottom: 0px;
	font-family: 'inriaserifBolditalic';
	color: var(--primary-color);
	font-size: 1.25rem;
}




/*----------------- modul obrázek  ------------------------*/
main img{
max-width: 100%;	
}

.detailObrazek.blokPrvek{
	
	padding: 20px 0 40px 0;
}

.detailObrazekText {	
	color: var(--secondary-color);
	padding: 10px 0 10px 0;
	font-size: 1.25rem;
}


.detailObrazekPopisek {	
	color: var(--text-color);
	padding: 10px 0 20px 0;
}





/*----------------- kontaktní formulář  ------------------------*/



.formBlok{
max-width: 100%;
margin: 0 auto;
}

form.kontaktniForm .blok {
    width: 100%;
    float: left;
}

form.kontaktniForm .blok.blok50 {
    width: 50%;
    float: left;
	padding: 0px 20px;
}

form.form.kontaktniForm {
max-width: 500px;
margin: 0px auto 20px auto;
padding: 20px 0px;
}



form.form.kontaktniForm.objednavkaForm{
max-width: 1000px;
}

form .radek {
	border: 0;
vertical-align: baseline;
    margin: 10px 0px 0px 0px;
padding: 0;
    position: relative;
    overflow: hidden;  
max-width: 100%;
}


form .radek.radek150{
width: 150px;
}

form .radek.radek250{
width: 250px;
}

form .radek.radek350{
width: 350px;
}

form .radek.radek500{
width: 500px;
}


form .radek.radekEmpty{
height: auto;
}


form .radek.textarea {
    height: 95px;
}

form input[type="text"].inputText,
form input[type="number"].inputText {
	
	padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: var(--text-color);
  background-clip: padding-box;
  width: 100%;
  display: block;
  font-weight: 400;
  background-color: #fff;
  height: calc(1.5em + .75rem + 2px);
  border: 1px solid #ced4da;
  border-radius: .25rem;

}

form.kontaktniForm input[type="text"].inputText {
    width: 100%;
    border: none;
    font-size: 1rem;
    line-height: 1;
    letter-spacing: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: transparent;
    padding-top: 26px;
	height: auto;
	max-height:none;
	max-width:none;
}

form .nadpisRadku {
	height: 100%;
position: absolute;
left: 0;
width: 100%;
letter-spacing: 0;
    bottom: 0;
    pointer-events: none;
    border-bottom: 1px solid #eaeaea;
    font-size: 16px;
    line-height: 1;
	color: var(--primary-color);
	font-weight: normal;
}


form .nadpisRadku .text{
    position: absolute;
    bottom: 0;
    left: 0;
    padding-bottom: 8px;
    transition: all .3s ease;
}

form .textarea .nadpisRadku .text {
    padding-bottom: 12px;
}

form.kontaktniForm input[type="text"].inputText.touched + .nadpisRadku .text, 
form.kontaktniForm input[type="text"].inputText:focus + .nadpisRadku .text, 
form.kontaktniForm input[type="text"].inputText:required:valid + .nadpisRadku .text,
form.kontaktniForm input[type="text"].inputText.vyplneno + .nadpisRadku .text,
form.kontaktniForm textarea.inputTextarea.touched + .nadpisRadku .text, 
form.kontaktniForm textarea.inputTextarea:focus + .nadpisRadku .text, 
form.kontaktniForm textarea.inputTextarea:required:valid + .nadpisRadku .text, 
form.kontaktniForm textarea.inputTextarea.vyplneno + .nadpisRadku .text {
    transform: translateY(-150%);
    font-size: 12px;
    left: 0;
    color: var(--secondary-color);
	font-weight: normal;
}


form.kontaktniForm textarea.inputTextarea.touched + .nadpisRadku .text, 
form.kontaktniForm textarea.inputTextarea:focus + .nadpisRadku .text, 
form.kontaktniForm textarea.inputTextarea:required:valid + .nadpisRadku .text, 
form.kontaktniForm textarea.inputTextarea.vyplneno + .nadpisRadku .text {
    transform: translateY(-60px);
}


form.kontaktniForm textarea.inputTextarea.inputTextarea500, 
form.kontaktniForm textarea.inputTextarea.inputTextarea800 {
    width: 100%;
    max-width: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: transparent;
    border: none;
    font-size: 20px;
    line-height: 1;
height: 66px;
padding-top: 2px;
resize: none;
margin-top: 26px;
padding-bottom: 2px;
line-height: 1.4;
  font-size: 1rem;
}

form .radekCheckbox {
    border: 0;
    vertical-align: middle;
    margin: 15px 0px 0px 0px;
    padding: 10px 0px;
	height: auto;
}

form .radekCheckbox input[type="checkbox"] {
    vertical-align: top;
    margin-top: 4px;
}

form .nadpisCheckbox {
    font-size: 1rem;
    line-height: 1.2;
    display: inline-block;
    max-width: 90%;
    max-width: calc(100% - 25px);
    padding-left: 5px;
}

form .nadpisCheckbox span{
    font-size: 20px;
	font-weight:bold;
}

form .nadpisCheckbox span.textMini{
    font-size: 16px;
	font-weight:normal;
}




form.form.kontaktniForm#kontaktniFormzaslatPoptavku {
	max-width: 800px;
	padding: 0;
}

form#kontaktniFormzaslatPoptavku  .teloForm {
  display: block;
}


form .nadpisRadkuCelect {
width: 100%;
letter-spacing: 0;
    bottom: 0;
    font-size: 1rem;
    line-height: 1;
	color: var(--primary-color);
	font-weight: normal;
  margin-top: 20px;
}

form .custom-select {
    font-size: 1rem;
  line-height: 1;
  color: var(--text-color);
  font-weight: normal;
  
}

form .blok.blok2x50 {
	gap: 0 20px;
}


.modal-content {
	border-radius: 0.5rem;
}

@media only screen and (min-width: 768px) {
#poptavkaModal .modal-body {
  padding: 1rem 2rem;
}
}


@media only screen and (max-width: 400px) {

form .nadpisRadku,
.custom-select {
  font-size: 1rem;
}

}


/*----video-----*/

.stranka .hlavniText.hlavniVideo{
	width:100%;
}

.stranka .hlavniVideo .video{
	max-width: 800px;
margin: 0 auto;
}

#videoPlayer {
  background-color: #000;
  max-width: 100%;
  overflow: hidden;
  position: relative;
  cursor: pointer;
  /*height: 380px;*/
  width: 100%;
  margin: 0 auto;
  aspect-ratio: 16/9;
}

#videoPlayer .thumb {
  bottom: 0;
  display: block;
  left: 0;
  margin: auto;
  max-width: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: auto;
  opacity: 0.8;
  filter: alpha(opacity=80);
  transition: all 200ms ease-out;
  -webkit-transition: all 200ms ease-out;
}

#videoPlayer .thumb:hover {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

#videoPlayer .play {
  filter: alpha(opacity=90);
  opacity: 0.9;
  height: 110px;
  left: 50%;
  margin-left: -125px;
  margin-top: -55px;
  position: absolute;
  top: 50%;
  width: 250px;
  background: url("../../grafika/playVideo.png");
  background-repeat: no-repeat;
  pointer-events: none;
}
#videoPlayer.loaded:after {
  display: none;
}

#videoPlayer iframe {
  width: 100%;
  height: 100%;
}


.videoBlok {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  /*aspect-ratio: 16/9;*/
}
	
.videoBlok .videoNadpis {
  color: var(--secondary-color);
  padding: 10px 0 10px 0;
  font-size: 1.25rem;
}

.videoText {
  color: var(--text-color);
  padding: 10px 0 20px 0;

}
		
.videoBlok .video{
	max-width: 1000px;
margin: 0 auto;
}


.videoBlok .video video{
	max-width: 100%;
margin: 0 auto;
}


.videoPlayer {
  background-color: #000;
  max-width: 100%;
  overflow: hidden;
  position: relative;
  cursor: pointer;
  height: auto;
  width: 100%;
  margin: 0 auto;
  aspect-ratio: 16/9;
}

.videoPlayer .thumb {
  bottom: 0;
  display: block;
  left: 0;
  margin: auto;
  max-width: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: auto;
  opacity: 0.8;
  filter: alpha(opacity=80);
  transition: all 200ms ease-out;
  -webkit-transition: all 200ms ease-out;
}

.videoPlayer .thumb:hover {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.videoPlayer .play {
  filter: alpha(opacity=90);
  opacity: 0.9;
  height: 110px;
  left: 50%;
  margin-left: -125px;
  margin-top: -55px;
  position: absolute;
  top: 50%;
  width: 250px;
  background: url("../../grafika/playVideo.webp");
  background-repeat: no-repeat;
  pointer-events: none;
}
.videoPlayer.loaded:after {
  display: none;
}

.videoPlayer iframe {
  width: 100%;
  height: 100%;
}

.uvod .videoBlok .video{
	max-width: 100%;
}

@media only screen and (min-width: 2000px) {
.blokCounreVideo .videoBlok {
  max-width: 100%;
}
}



/*--------------------  rozbalovací seznam  -----------------*/


/*--------------------  rozbalovací seznam  -----------------*/

.rozbalovaciSeznamPozadi {
	width: 100%;	
	
  float:left;
  margin: 20px auto;
  text-align: center;
}

.rozbalovaciSeznam {
	width: 100%;
	max-width: 1000px;
  margin: 0px auto;
  text-align: left;
}

.rozbalovaciSeznamPozadi .blokyStredText {
margin-bottom: 0px;
}

.rozbalovaciSeznam .polozkaSeznamu {
  background: #F2F2F2;
  padding: 10px 20px;
  border-radius: 5px;
  margin: 4px 0px;
float: left;
width: 100%;
}

.rozbalovaciSeznamPozadi .seznamNadpis {
  text-align: center;
  font-size: 24px;
}

.rozbalovaciSeznam .polozkaSeznamuOdkaz {
  display: flex;
  padding: 10px 0px 6px 0px;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration:none;
}

.rozbalovaciSeznam .pluskoObal {
  display: inline-block;
  margin-right: 20px;
  margin-top: 0px;
  border-radius: 50%;
background: var(--oranzovaTmava);
width: 34px;
height: 34px;
padding: 6px;
  position:relative;
}

.rozbalovaciSeznam .plusko {
  display: inline-block;
  background: var(--primary-color);
}

.rozbalovaciSeznam .plusko.horni {
  width: 4px;
  height: 9px;
  margin-left: 9px;
  margin-bottom: 9px;
  border-bottom-left-radius: 1px;
  border-top-left-radius: 1px;
}

.rozbalovaciSeznam .plusko.minus {
  width: 22px;
  height: 2px;
  top:15px;
  left:5px;
  border-radius: 1px;
  position:absolute;
}

.rozbalovaciSeznam .plusko.plus {
  width: 2px;
  height: 22px;
  top:5px;
  left:15px;
  border-radius: 1px;
  position:absolute;
}

.rozbalovaciSeznam .polozkaSeznamuOdkaz:not(.collapsed) .plusko.plus {
	display:none;
}

.rozbalovaciSeznam .plusko.pravy {
  width: 9px;
  height: 4px;
  margin-top: 9px;
  margin-bottom: 9px;
  border-bottom-right-radius: 1px;
  border-top-right-radius: 1px;
}

.rozbalovaciSeznam .nadpis {
  display: inline-block;
  font-size: 26px;
  color: var(--primary-color);
  font-weight: normal;
  line-height: 1.3;
  font-family: 'inriaserifBolditalic';
  width: 90%;
width: calc(100% - 60px);
}

.rozbalovaciSeznam .polozkaSeznamuOdkaz:hover .nadpis, .rozbalovaciSeznam .polozkaSeznamuOdkaz[aria-expanded="true"] .nadpis {
  color: var(--oranzovaTmava);
}


.rozbalovaciSeznam .polozkaSeznamuText  {
  padding: 5px 0px 15px 50px;
}

.rozbalovaciSeznam .podnadpis {
  font-size: 20px;
  color: #000;
  font-weight: normal;
  line-height: 1.3;
  font-family: 'OpenSansSemiCondensedMedium';
  color: var(--secondary-color);
  font-weight: bold;
  margin-bottom: 10px;
}

.rozbalovaciSeznam .text {
  font-size: 16px;
  color: #000;
  font-weight: normal;
  line-height: 1.3;
  padding-right: 10px;
}


@media only screen and (min-width: 2000px) {

}

@media only screen and (max-width: 1400px) {


}

@media only screen and (max-width: 1200px) {

.rozbalovaciSeznamPozadi .seznamNadpis {
  font-size: 20px;
}

.rozbalovaciSeznam .pluskoObal {
  margin-top: 5px;
}

.rozbalovaciSeznam .plusko.levy,.rozbalovaciSeznam .plusko.pravy {
  width: 8px;
  height: 5px;
  margin-top: 8px;
  margin-bottom: 8px;
}

.rozbalovaciSeznam .plusko.stred {
  width: 5px;
  height: 21px;
}

.rozbalovaciSeznam .nadpis {
  font-size: 24px;
}

.rozbalovaciSeznam .podnadpis {
  font-size: 18px;
}
}



@media only screen and (max-width: 998px) {


}


@media only screen and (max-width: 767px) {

.rozbalovaciSeznamPozadi .seznamNadpis {
  font-size: 18px;
}

.rozbalovaciSeznam .nadpis {
  font-size: 18px;
}

.rozbalovaciSeznam .pluskoObal {
  margin-right: 10px;
  margin-top: 2px;
}

.rozbalovaciSeznam .plusko.levy,.rozbalovaciSeznam .plusko.pravy {
  width: 6px;
  height: 5px;
  margin-top: 6px;
  margin-bottom: 6px;
}

.rozbalovaciSeznam .plusko.stred {
  width: 5px;
  height: 17px;
}

.rozbalovaciSeznam .podnadpis {
  font-size: 16px;
}

.rozbalovaciSeznam .text {
  font-size: 14px;
}

.rozbalovaciSeznam .polozkaSeznamu {
  padding: 5px 10px;
}

}

/*----------- soubor blok ----------*/

.souborBlok.blokPrvek{
	padding:20px 0;
	
}



/*----------- timeline----------*/
.timeline{
  position:relative;
  margin:30px auto;
  padding:30px 0 10px 0;
  width:100%;
  box-sizing:border-box;
}
.timeline:before{
  content:'';
  position:absolute;
  left:50%;
  width:2px;
  height:100%;
  background:#c5c5c5;
}
.timeline ul{
  padding: 30px 0 0 0;
  margin:0;
  width:100%;
  list-style: none;
}
.timeline ul li:not(.clearLi){
  list-style:none;
  position:relative;
  width:50%;
  padding:25px 40px 40px 40px;
  box-sizing:border-box;
}
.timeline ul li:nth-child(odd){
  float:left;
  text-align:right;
  clear:both;
  padding-left:0px
}
.timeline ul li:nth-child(even){
  float:right;
  text-align:left;
  clear:both;
  padding-right:0px
}

.timeline ul li.clearLi {
  clear: both !important;
  width: 100% !important;
  float: none !important;
  height: 1px !important;
}

.timeline ul li.clearLi:before {
  display:none !important;
}
.timeline .content{
  padding-bottom:20px;
}

.timeline ul li:before
{
  content:'';
  position:absolute;
  width:10px;
  height:10px;
  top:37px;
  background:var(--primary-color);
  border-radius:50%;
  box-shadow: 0 0 0 5px rgba(166, 136, 72, 0.32);
}

.timeline ul li:nth-child(odd):before
{
  right:-6px;
}
.timeline ul li:nth-child(even):before
{
  left:-4px;
}
.timeline ul li h3{
  padding:0;
  margin:0;
  font-size:2rem;
  font-weight:600;
}
.timeline ul li p{
  margin:10px 0 0;
  padding:0;
}


.timeline ul li .time
{
  position:absolute;
  top:-30px;
  margin:0;
  padding:8px 16px;
  color:#d4cdbd;
  border-radius:1px;
  font-family: 'inriaserifBolditalic';  
  font-size:5rem;
}
.timeline ul li:nth-child(odd) .time
{
  right:-230px;
}
.timeline ul li:nth-child(even) .time
{
  left:-230px;
}
@media(max-width:992px)
{
  .timeline ul li h3 {
	  font-size: 1.5rem;
	}
}
@media(max-width:767px){
  .timeline{
    width:100%;
    padding-bottom:0;
  }
  .timeline:before{
    left:20px;
    height:100%;
  }
  .timeline ul li:nth-child(odd),
  .timeline ul li:nth-child(even)
  {
    width:100%;
    text-align:left;
    padding-left:50px;
    padding-bottom:0px;
  }
  .timeline ul li:nth-child(odd):before,
  .timeline ul li:nth-child(even):before
  {
    top:65px;
    left:16px;
  }
  .timeline ul li:nth-child(odd) .time,
  .timeline ul li:nth-child(even) .time{
    top: 0;
    left: 0;
    right: inherit;
    position: relative;
    font-size: 3rem;
  }
}
