/** BARVY */
:root {
  /* --- 1. Základní barvy (ze zadání) --- */
  /* Primární: Taupe / Teplá hnědá */
  --color-primary: #ae8a79;
  --color-primary-rgb: 174, 138, 121;
  /* Sekundární: Uhlová čerň */
  --color-secondary: #2c2a29;
  --color-secondary-rgb: 44, 42, 41;
  
  
  /* Sekundární: Uhlová čerň - tmavší*/
  --color-secondary-dark: #1F1D1D;
  --color-secondary-dark-rgb: 31,29,29;  
  
  /* --- 2. Akcentní a doplňkové barvy --- */
  /* Akcent: Zlatá Olis (pro CTA tlačítka, odkazové zvýraznění) */
  --color-accent: #b8a16b;
  --color-accent-rgb: 184, 161, 107;
  /* Světlá neutrální: Smetanově bílá (hlavní pozadí) */
  --color-light: #f7f3ed;
  --color-light-rgb: 247, 243, 237;
  /* Měkká šedá: Dělicí čáry, podtóny */
  --color-neutral: #d0ccc4;
  --color-neutral-rgb: 208, 204, 196;
  /* --- 3. Sémantické přiřazení (Doporučení pro čistý kód) --- */
  --text-main: var(--color-secondary);
  --text-muted: #625e5c;
  --text-light: var(--color-bg-light);
  --bg-main: var(--color-bg-light);
  --bg-surface: #ffffff;
  --bg-dark: var(--color-secondary);
  --border-color: var(--color-neutral);
}

body {
  color: var(--text-main);
}

.visually-hidden {
  display: none;
}

body {
  background: #ffffff;
  margin: 0;
  padding: 0;
  font-family: "Montserrat", sans-serif;
}

img {
  max-width: 100%;
  height: auto;
}

/** TYPOGRAPHY */
/** - FAMILIES */
/** - - fa-awesome */
:root {  
  --fa-family: "Font Awesome 7 Pro";  
  --fa-family-brands: "Font Awesome 7 Brands";
  --family-serif: "Montserrat, sans-serif";
}



/** - - montserrat */
/* 
<weight>: Use a value from 100 to 900
<uniquifier>: Use a unique and descriptive class name
.montserrat-<uniquifier> {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}
*/

body,
button,
.gallery .moduletable > h3 span,
.uk-scope .WDpanels .uk-h3,
.uk-scope .WDlayout h3,
.luxbox h3,
.MPlabel h4 {
   font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight:400;/*100-900*/
  font-style: normal;
}

/** - - playfair */
h1,.uk-scope h1,h2,h3,h3 {
  font-family: "Playfair Display", serif;
  font-optical-sizing: auto;
  font-weight: 500; /* 400-900*/
  font-style: normal; 
}

/** - SIZE */
html {
  font-size: 16px;
}

/** --normal */
body,
.luxbox h3 {
  line-height: 1.6;
  font-size: 1.1rem;
}

/** -- headlines */
h1,h2,h3,h4,h5 {
	line-height:1.1;
}

/** --mega */
.mega,
.uk-scope h1.mega {font-size:6rem;}

/** --smallest */
.topbar a,
.smallest {
	font-size:0.8rem;
}

/** --secondary */
.secondary,
.MPlabel p,
.luxbox p,
.uk-scope .uk-text-large a.secondary {
	font-size:0.9rem;
}

/** - COLORS */

/** -- white */
.uk-scope .uk-light .herocontent,
button,
a.button,
button:hover,
a.button:hover,
footer,
footer a,
footer a:hover,
.MDdark,
.MDdark a,
.MDdark a:hover,
.navbar a,
.navbar a:hover {
  /*color:#fff;*/
  color: var(--color-light);
}



/** - dark coal black */
body.scrolled .navbar .nav-item a {	
	color: var(--color-secondary, #2c2a29);
}





/** - black */
a:hover {
  color: #000;
}





.uk-scope .uk-tab > .uk-active > a {
  border-color: #82663e;
}
/** - gold dark*/
.scrolled .navbar a,
.panellink:hover,
.iconlink:hover {
  color: #5c492c;
}
/** - STYLES */
/** --no decoration */
.Hcard a[href^="http"],
.topbar a,
.nav-item a,
button,
.button,
.iconlink,
.arrowlink, 
.arrowlink:hover,
.uk-scope a.arrowlink:hover {	
	text-decoration:none;}

/** --uppercase */
.luxbox h3 {
	text-transform:uppercase;
}

/** --external link */
a[href^="http"]:after {
	content:'\f08e';
	font-family: var(--fa-family);
	vertical-align: super; 
  font-size: 0.5em;    
  line-height: 0;
  margin-left:0.25em;
}


/** DECOR HEADLINES */
.Hdecor {
  font-family: "Playfair Display", serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  background-position: bottom center;
  background-size: 110px auto;
  background-repeat: no-repeat;
  padding-bottom: 15px;
  margin-bottom: 45px;
}

.Hdecodark {
  background-image: url(../images/tah-dark.svg);
}

.Hdecolight {
  background-image: url(../images/tah-light.svg);
}

.Hdecoblue {
  background-image: url(../images/tah-blue.svg);
}

.Hdecostars {
  background-image: url(../images/stars.png);
  background-size: 180px auto;
}

.uk-scope h2.Hdecor {
  font-family: "Playfair Display", serif !important;
  font-size: 60px !important;
}
/** BUTTON */
button,
a.button,
.uk-scope .uk-button {
  display: inline-block;
  background-color: #876a43;
  border: 0;
  padding: 10px 20px;
  border-radius: 5px;
  cursor: pointer;
  transition: background-color 0.3s;
  line-height: 1;
  text-shadow: none;
}

#btt:hover,
button:hover,
.button:hover,
button:focus,
.button:focus,
.panellink:hover button,
.uk-scope .uk-button:hover,
.uk-scope .uk-button:focus {
  background-color: #5c492c;
}

.button.btnblue {
  background-color: #3f6373;
}

.button.btnblue:hover {
  background-color: #29414b;
}

.button.btnteal {
  background-color: #43876a;
}

.MDnarrow .button {
  margin-top: 30px;
  /*width: 180px;
    */
}

.button.btndown,
.button.btntel,
.button.btnmail,
.button.btnbook {
  padding-left: 38px;
  position: relative;
}

.button.btnmail:before,
.button.btndown:before,
.button.btntel:before,
.button.btnbook:before {
  display: block;
  margin: 0;
  padding: 0;
  width: 16px;
  height: 16px;
  /*content:'\27B2';
     content:'\25B8';
    */
  content: "";
  background: url(../images/arrow.svg) no-repeat center center;
  background-size: 100% 100%;
  font-size: 0;
  line-height: 0;
  position: absolute;
  left: 8px;
  top: 50%;
  transform: rotate(180deg) translate(0, 50%);
}

.button.btntel:before,
.button.btnmail:before,
.button.btnbook:before {
  transform: rotate(0deg) translate(0, -50%);
  background-image: url(../images/phone.svg);
}

.button.btnmail:before {
  background-image: url(../images/mail.svg);
}

.button.btnbook:before {
  background-image: url(../images/booking.svg);
}

.com-content-article__body .button {
  margin: 15px 10px 30px 0;
}

@media (max-width: 767px) {
  .com-content-article__body .button,
  .moduletable .button {
    margin: 5px;
    width: 150px;
  }
}
/** BACKTOTOP **/
#btt {
  display: block;
  position: fixed;
  z-index: 99;
  padding: 0;
  margin: 0;
  bottom: 10px;
  right: 20px;
  height: 60px;
  width: 60px;
  border: 0;
  background-color: #876a43;
  border-radius: 30px;
  cursor: pointer;
  line-height: 1;
  text-shadow: none;
  transition: background-color 0.3s, opacity 0.3s;
  opacity: 0;
}

#btt.active {
  opacity: 1;
}

#btt:before {
  font-size: 0;
  line-height: 0;
  content: "";
  background-image: url(../images/arrow.svg);
  background-size: 100% 100%;
  width: 16px;
  height: 16px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 0;
  margin: 0;
  line-height: 1;
  text-shadow: none;
}
/** LAYOUT */

.grid {
  display: grid;
  gap: 2rem;
}

.grid2 {
  grid-template-columns: 1fr 1fr;
}

.grid3 {
  grid-template-columns: 1fr 1fr 1fr;
}

.grid4 {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}


.grid > [class*="col"] { display: flex;}


a.anchorlink {
  display: block;
  position: relative;
  top: -160px;
  visibility: hidden;
}

.scrolled a.anchorlink {
  display: block;
  position: relative;
  top: -90px;
  visibility: hidden;
}

.top1 >.moduletable > .uk-scope, .bottom1 >.moduletable > .uk-scope, 

/*widget modul*/
 .container {
  width: 1280px;
  max-width: calc(100% - 30px);
  margin: 0 auto;
  padding: 0 15px;
}

.moduletable.container {
  width: 100% !important;
  max-width: 100%;
  padding: 0;
}

.custom.container,
.customcontainer {
  width: 1280px;
  padding-left: calc(50% - 640px);
  padding-right: calc(50% - 640px);
  margin: 0 auto;
  background-position: center center;
  background-size: cover;
}

.custom.container.MDnarrow {
  width: 600px;
  padding-left: calc(50% - 250px);
  padding-right: calc(50% - 250px);
  margin: 0 auto;
  background-position: center center;
  background-size: cover;
}

.mod-custom.container,
.panels3.container {
  padding-top: 45px;
  padding-bottom: 45px;
}

.panels3.container {
  padding-top: 0;
}

.mod-custom.container.MDnarrow {
  padding-top: 90px;
  padding-bottom: 90px;
}

.moduletable > h2 {
  padding-top: 30px;
}

.bottom1 {
  margin-bottom: 30px;
}

@media (max-width: 1170px) {
  .custom.container,
  .customcontainer {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto;
  }
}

@media (max-width: 767px) {
  .mod-custom.container.MDnarrow {
    padding-top: 45px;
    padding-bottom: 45px;
  }
}

@media (max-width: 427px) {
  .container {
    padding: 0 10px;
    max-width: calc(100% - 20px);
  }

  .custom.container,
  .customcontainer {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    margin: 0 auto;
  }
}

/** PROKLADY */
.moduletable { padding:3rem 0;}
.topbar .moduletable,
.hero .moduletable { 
padding:0;
}




/** ARTICLES PAGES */
.com-content-article__body .uk-scope {
  margin: 30px 0 0;
}

.com-content-article__body hr {
  border-top: 1px solid #bebebe;
  opacity: 0.2;
  margin-top: 30px;
}

.com-content-article__body table {
  border-collapse: collapse;
  margin: 1em 0;
}

.com-content-article__body table tr td,
.com-content-article__body table tr th {
  padding: 5px;
  border: 1px solid #82663e;
}

.com-content-article__body table tr th {
  color: #fff;
  background-color: #82663e;
  font-weight: 500;
}

.com-content-article__body table tr th {
  border-right: 1px solid #fff;
}

.com-content-article__body table tr th:last-child {
  border-right: 1px solid #82663e;
}

.com-content-article__body,
.com-content-article .page-header,
.article-info,
.com-content-article .pagenavigation {
  width: 750px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.PGwide .com-content-article__body {
  width: 100%;
}

.com-content-article__body {
  margin: 60px auto 30px;
}

.com-content-article .page-header {
  margin-bottom: -30px;
}

.com-content-article .pagenavigation {
  margin-top: 30px;
  overflow: hidden;
}
/*.vylet-article .com-content-article__body {
     width:100%;
     margin:0;
     max-width:100%;
}
*/
.refer-article figure.item-image,
.vylet-article figure.item-image {
  float: none;
  width: 100%;
  margin: 0;
}
/** - reference */
.refer-article .article-info time {
  text-transform: capitalize;
}

.refer-article figure.item-image {
  margin-top: 45px;
}

a.btn.next {
  display: block;
  float: right;
}

/** - vop */
.vop {
  padding: 30px;
  background: #fafafa;
}

.vop h3 {
  font-size: 20px;
}

.vop h2 {
  font-size: 20px;
  line-height: 24px;
}

@media (max-width: 767px) {
  .vop {
    padding: 10px;
  }
}

/**MODULES */

/** - modules styles */
.moduletable.MDdark {
background-color:var(--color-secondary);
}

.moduletable.MDgold {
  background-color: var(--color-light);  
}



/** - LUXBOX */

.nobox {
	display:block;
}

.luxbox {
	display:grid;
	grid-template-rows:80fr 100fr;
	grid-template-columns:1fr;
	overflow:hidden;
	text-decoration: none; 
	color: inherit;        
	position:relative;
	transition: transform 0.3s ease, box-shadow 0.3s ease, background-color 0.3s ease;
	transition: all 0.3s ease;	
}

.luxbox.badgebox .luxboxtext  {
	padding-right:70px;
}
.badge {width:60px;}
#awinner {
	position:absolute;
	top:0;
	right:10px;
}


.MDdark .luxbox {
border:1px solid var(--color-accent);
background-color: var(--color-secondary-dark);	
}

.MDdark .luxbox:hover {
border:1px solid var(--color-accent);
background-color: var(--color-secondary);	
}

.luxboxtext {
position:relative;
z-index:2;	
padding:1rem;
	padding-bottom:1px; /*kvuli stinu*/
background: url(../images/luxboxbg1.png) left center / 100% auto no-repeat;
transition: box-shadow 0.3s ease;
}

.col3 .luxboxtext {
background-image: url(../images/luxboxbg2.png);
}

.col4 .luxboxtext {
background-image: url(../images/luxboxbg3.png);
}

.MDdark .luxbox .luxboxtext {
-webkit-box-shadow: 0px 8px 20px 19px var(--color-secondary-dark);
box-shadow: 0px 8px 20px 19px var(--color-secondary-dark);

}

.MDdark .luxbox:hover .luxboxtext {
-webkit-box-shadow: 0px 8px 20px 19px var(--color-secondary);
box-shadow: 0px 8px 20px 19px var(--color-secondary);

}


.luxboxtext i  {
	font-size:40px;
}


.MDdark .luxboxtext i {
color: var(--color-accent);
}

.luxboxtext h3 {
	margin:0.5rem 0 0 0;
}

.luxboxtext p {
	margin: 0;
}

.luxboximg  {
	line-height:0;
	position:relative;
z-index:1;
overflow:hidden;
}
.luxboximg img {
	transition: transform 0.4s ease-in-out; 
	display:block;
}

.luxbox:hover .luxboximg img {
	transform:scale(1.1);
}



/** - ICONLINKS */
.iconlinks {
	text-align:center;

}

.iconlink {
   display:inline-block;
   text-align:center;
   padding:0 10px;
}



.iconlink i { 
  font-size:40px;
  display:block;  
  margin:0 auto;  
}


/** - MAP*/

#mod-custom629 .grid2 {
	grid-template-columns:2fr 3fr;
}

#mod-custom629 .col2 .nobox {
	width:100%;
}

#mod-custom632 {
	aspect-ratio:1200/600;	
	background-image:url(../../../images/map/map.jpg);
	background-size:contain;
	width:100%;
	position:relative;
}



.MPobj {
	position:absolute;	
}



.MPnumber {
color: var(--color-accent);
display:block;
position:absolute;
height:60px;
width:60px;
line-height:60px;
text-align:center;
border-radius:50%;
cursor:pointer;
opacity:0.95;
z-index:1;
}

.MPnumber:hover {}

.MPnumber:after {
	content:'';
	position:absolute;
	display:block;
	top:50%;
	left:50%;
	transform:translate(-50%, -50%);
	height:60px;
	width:60px;
	background: transparent url(../images/mark.svg) no-repeat center / contain;	
	z-index:-1;
	transition:transform 0.3 ease;	
}


.MPnumber:before {
	content:'';
	position:absolute;
	
	top:50%;
	left:50%;
	transform:translate(calc(-50% - 30px), calc(-50% - 30px));
	height:60px;
	width:60px;
	filter:blur(3px);
	background: transparent url(../images/mark.svg) no-repeat center / contain;	
	z-index:-1;
	transition:transform 0.3 ease;
	display:none;
}

.MPnumber:hover:before {
	display:block;
}



#MPnumber1 {left:1%;top:29%} /*knizeci cesta*/
#MPnumber1:after {transform:translate(-50%, -50%) rotate(50deg);}
#MPnumber1:before {transform:translate(calc(-50% + 3px), calc(-50% + 3px)) rotate(50deg);}

#MPnumber2 {top:28%;left:60%} /* depo*/
#MPnumber2:after {transform:translate(-50%, -50%) rotate(135deg);}
#MPnumber2:before {transform:translate(calc(-50% + 3px), calc(-50% + 3px)) rotate(135deg);}

#MPnumber3 {top:27%;left:68%} /* latra*/
#MPnumber3:after {transform:translate(-50%, -50%) rotate(225deg);}
#MPnumber3:before {transform:translate(calc(-50% + 3px), calc(-50% + 3px)) rotate(225deg);}

#MPnumber4 {top:42%;left:70%} /*castle*/
#MPnumber4:after  {transform:translate(-50%, -50%) rotate(-50deg);}
#MPnumber4:before {transform:translate(calc(-50% + 3px), calc(-50% + 3px)) rotate(-50deg);}

#MPnumber5 {top:51%;left:65%} /* leon */
#MPnumber5:after {transform:translate(-50%, -50%) rotate(-30deg);}
#MPnumber5:before {transform:translate(calc(-50% + 3px), calc(-50% + 3px)) rotate(-30deg);}

#MPnumber6 {top:41%;left:58%} /* krcin */
#MPnumber6:after {transform:translate(-50%, -50%) rotate(90deg);}
#MPnumber6:before {transform:translate(calc(-50% + 3px), calc(-50% + 3px)) rotate(90deg);}

.MPnumber:hover {}

.MPlabel  {
	position:absolute;
	top:100%;
	left:100%;	
	width:260px;
	background-color:var( --color-secondary-dark);
	color:var( --color-light);
	padding:0.5rem 1rem 1rem;
	border:1px solid var( --color-accent);
	line-height:1em;
	text-align:left;
	opacity:0;
	pointer-events:none;
	transition:opacity 0.3s ease-in-out;
	z-index:3;
	text-decoration:none;
}

.MPnumber:hover .MPlabel  {	
	opacity:1;	
}

.MPlabel h4 {
	margin:0.5rem 0;
}

.MPlabel p {
	margin: 0 0 0.5rem;
}

.MPlabel i {
	margin: 0 0.5rem 0 0;
}





#MPlipno {left:18%;top:10%}
#MPck {left:75%;top:72%}



/** - HERO */
.herowrap {
  margin-top: -80px;
  position: relative;
  z-index: 1;
}

.MDheader h1 {
  position: relative;
  z-index: 4;
}

.herowrap .uk-slideshow-items .uk-overlay {
  z-index: 4;
}

.MDheader:before,
.herowrap .uk-slideshow-items li:before {
  content: "";
  background-image: url(../images/dark.png);
  background-size: 100% 100%;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  opacity: 0.7;
  transition: opacity 1.5s;
}

.MDheader:before {
  background-image: url(../images/dark-header.png);
  opacity: 1;
}

.scrolled0 .MDheader:before,
.scrolled0 .herowrap .uk-slideshow-items li:before {
  opacity: 0;
}


.uk-scope .uk-text-center .herocontent {
  text-align: left;
  width: 650px;
  text-shadow: 0px 0px 20px rgba(0,0,0,1);
}

.WDsuperhero .herocontent p {
  padding-right: 80px;
}
/* - response */
@media (max-width: 1599px) {
  .WDsuperhero .herocontent {
    margin-left: 175px;
  }

  .imghead {
    margin-top: 60px;
  }
}

@media (max-width: 1023px) {
  .WDsuperhero .herocontent {
    margin-left: 165px;
    width: calc(100% - 165px);
  }

  .imghead {
    width: 100%;
    margin-top: 60px;
  }

  .WDsuperhero .herocontent p {
    padding-right: 0px;
  }
}

@media (max-width: 767px) {
  .herowrap {
    margin-top: 90px;
  }

  .MDheader::before,
  .herowrap .uk-slideshow-items li:before {
    opacity: 0.5;
  }

  .WDsuperhero .herocontent {
    margin-left: 0;
    width: 100%;
  }

  .uk-scope img.imghead {
    margin-top: 0;
    margin-right: -20%;
    width: 120%;
    max-width: 120%;
  }
}

@media (max-width: 500px) {
  .uk-scope img.imghead {
    margin-right: -35%;
    width: 135%;
    max-width: 135%;
  }
}

/** - CARDS */

.gridHcards {
	display:grid;
	grid-template-columns:1fr 1fr;
	grid-template-rows:1fr 1fr 1fr;	
	column-gap:0;
	row-gap:0;	
	background-color:var(--color-light);
} 

.Hcard {
	display:grid;
	grid-template-columns:4fr 3fr;
	grid-template-rows:1fr;	
	column-gap:1rem;
	background-color:var(--color-light);
	overflow:hidden;
	border-bottom:2px solid #fff;	
}

.Hcard.Hcardimgright {grid-template-columns:3fr 4fr;}

.Hcardimage,
.Hcardimage img,
.Hcardtext {display:block;}

.Hcardimage {overflow:hidden;}
.Hcardtext {padding:1rem;}


.Hcardtext h3 span {
	font-family:Montserrat;
	font-size:1rem;	
}

.Hcardtext p {
	margin-bottom:0;
}

.Hcardbookbox {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-color:var(--color-secondary);
	background-image:url(../images/intro-booking-bg.jpg);
	background-size:cover;
	color:gold;	
}

.Hcardbookbox a,
.Hcardbookbox * {	
	color:var(--color-accent);	
}
.Hcardbookbox a {
font-family:var(--family-serif);
}

.Hcardbookbox a:hover {	
	color:var(--color-light);	
}

.Hcardbookboxtext {
	position:absolute;
	top:50%;
	left:0;
	width:100%;	
	transform:translateY(-50%);
	text-align:center;	
}

.Hcardbookboxtext a {
	display:inline-block;padding-bottom:1rem;
	font-size:2rem;	
	}

.Hcardbookboxtext ul {
	display:inline-block;	
}


/** - custom container */
.custom.container > h2,
.moduletable > h2,
.custom.container > h1 {
  margin-top: 0;
}
/** - custom container as page header */
.MDheader {
  position: relative;
}

.custom.container > p.intro {
  width: 750px;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}

.custom.container > h1 {
  padding: 150px 0;
  background-position: bottom + 100px center;
  background-size: 180px auto;
  font-size: 60px;
  margin-bottom: 0;
}
/** - gallery */
.gallery .moduletable > h3 {
  line-height: 1;
  margin: 15px 0 45px 0;
}

.gallery {
  background: #000000 url(../images/blackbg.jpg) no-repeat center center;
  background-size: 100% 100%;
  padding: 15px 0 45px 0;
}

@media (max-width: 767px) {
  .uk-scope .uk-grid-column-medium > *,
  .uk-scope .uk-grid-medium > * {
    padding-left: 10px;
  }

  .uk-scope .uk-grid-medium {
    margin-left: -10px;
  }

  .uk-scope .uk-grid-medium > .uk-grid-margin {
    margin-top: 10px;
  }

  .gallery {
    padding-bottom: 10px;
  }
}
/** - mapa google */
/*MAPA GOOGLE*/
#mapa-kontakty {
  padding-bottom: 37.49%;
  background-image: url(../../../images/kontakty/mapa-kontakt.jpg);
  background-size: 100% auto;
}

.opmap {
  position: relative;
  width: 100%;
  height: 0;
  background-size: 100% auto;
}

.opmap > #darker,
.opmap > #maptext {
  position: absolute;
  left: 0;
  width: 100%;
  opacity: 0;
  transition: opacity 0.3s;
}

.opmap > #maptext a {
  color: #fff !important;
  text-decoration: underline;
  padding: 20px 0;
}

.opmap > #maptext small {
  text-decoration: none !important;
  color: #bebebe;
}

.opmap > #darker {
  top: 0;
  height: 100%;
  background-color: rgba(174, 125, 23, 0.9);
  z-index: 1;
}

.opmap > #maptext {
  top: 50%;
  height: 20px;
  z-index: 2;
  text-align: center;
}

.opmap:hover > #darker,
.opmap:hover > #maptext {
  opacity: 1;
}

@media (hover: none) {
  .opmap > #darker,
  .opmap > #maptext {
    opacity: 1;
  }

  .opmap {
    margin-bottom: 15px;
  }
}
/** - planek arealu */
@media (min-width: 850px) {
  .uk-scope .mdplnk {
    width: 850px;
    margin-left: -50px;
  }
}
/** - styles */
.MDdark {
}

.MDred {
  background-color: red;
}



.STcapacity,
.STarea {
  width: 100px;
  margin: 0 auto;
  padding: 5px 0 5px 80px;
  text-align: left;
  background-position: left center;
  background-size: auto 100%;
  background-repeat: no-repeat;
}

.STcapacity {
  background-image: url(../../../../images/icons/skupina.svg);
}

.STarea {
  background-image: url(../../../../images/icons/area.svg);
}
/** -responsive */
@media (max-width: 767px) {
  .custom.container > h1,
  .uk-scope h2.Hdecor {
    font-size: 50px !important;
    line-height: 55px;
  }

  .custom.container > h1 {
    background-position: bottom + 120px center;
  }
}
/** HEADER */

/** - topbar*/

.scrolled .topbar {
  display: none;
}

.topbar {
  background-color: var(--color-secondary);
  overflow: visible;
  display: block;
  height: 30px;
}

#mod-custom628 {
  display: block;
  float: left;
  margin: 0;
  padding: 0;
}

.topbar .nav {
  display: block;
  float: right;
  margin: 0;
  padding: 0;
}

.topbar .nav .nav-item {
  list-style: none;
  display: inline-block;
  margin-left: 2rem;
  position: relative;
}

.topbar .nav .nav-item .mod-menu__toggle-sub {
}

.topbar .nav .nav-item .mod-menu__toggle-sub .icon-chevron-down {
  margin: 0;
}

.topbar .nav .nav-item .mod-menu__sub {
  position: absolute;
  top: 100%;
  z-index: 999999;
  width: 105px;
  background-color: var(--color-secondary);
  padding: 0;
}

.topbar .nav .nav-item .mod-menu__sub .nav-item {
  display: block;
  padding: 10px;
  margin: 0;
}

.topbar .nav .nav-item .mod-menu__sub .nav-item img {
  margin-right: 0.5rem;
}

.topbar .nav .nav-item a,
.topbar .nav .nav-item button,
#mod-custom628 a {
  display: block;
  padding: 4px 0;
  border-radius: 0;
  color: var(--color-accent);
  background-color: transparent;
}

.topbar .nav .nav-item button:hover,
.topbar .nav .nav-item a:hover,
#mod-custom628 a:hover {
  color: var(--color-light);
}

#mod-custom628 a {
  letter-spacing: 1px;
}

#mod-custom628 a:after,
.arrowlink:after {
  content: "\f061";
  font-family: var(--fa-family;);
  font-family: "Font Awesome 7 Pro";
  margin-left: 0.5rem;
  transition: margin-left 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

#mod-custom628 a:hover:after,
.arrowlink:hover:after {
  margin-left: 1rem;
  
}

@media (min-width: 768px) {
  .hamburger {
    display: none;
  }
}

header {
  position: relative;
  z-index: 999;
}

.scrolled header {
  position: fixed;
  z-index: 999;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  background: #ffffff;
  background: linear-gradient(138deg, #fbf6f0 0%, #fefefd 66%);
  box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.25);
  animation: showhead 0.5s 1;
}

@keyframes showhead {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.navbar {
  display: grid;
  grid-template-columns: 1fr 5fr;
  gap: 30px;
  height: 60px;  
  text-align: right;
}

.scrolled .navbar {
  height: 70px;
}

.anchor {
}
/** - main menu */

.nav-item span[class^="fa-"],
.nav-item span[class*=" fa-"] {
  margin-right: 0.33333rem;
}

.navbar .nav-item {
  display: inline-block;
}

.navbar .nav-item a {
  display: block;
  padding: 50px 15px 5px 15px;
  background-size: 0px 2px;
  background-image: url(../images/f7f3ed.png);
  background-repeat: no-repeat;
  background-position: bottom center;
  transition: background-size 0.4s;
}

.scrolled .navbar .nav-item a {
  background-image: url(../images/2c2a29.png);
  padding-top:10px;
}

.navbar .nav-item a:hover,
.navbar .nav-item a:focus,
.navbar .nav-item.active a {
  background-size: calc(100% - 30px) 1.5px;
}

.item-360 {
  margin-left: 30px;
}

.item-359 a img,
.item-360 a img {
  width: 28px;
  height: auto;
  opacity: 0.8;
}

.navbar .nav-item.item-359 a:hover img,
.navbar .nav-item.item-360 a:hover img {
  opacity: 1;
}

.navbar .nav-item.item-359 a:hover,
.navbar .nav-item.item-360 a:hover {
  background-size: 0 0;
}

.PGhmp .nav-item.item-101 {
  display: none;
}

/** - logo */


body:not(.scrolled) .navbar-brand svg * {  
  fill: var(--color-light, #f7f3ed) !important;
}






a.navbar-brand {
	display:block;
}

a.navbar-brand,
.navbar-brand img,
.navbar-brand svg {
  width: 320px;
  height:auto;
}

a.navbar-brand {
	padding-top:50px;
}

.scrolled a.navbar-brand {
	padding-top:15px;
}


.scrolled a.navbar-brand,
.scrolled .navbar-brand img,
.scrolled .navbar-brand svg {
  width: 180px;
  height:auto;
}


/** - response */
@media (max-width: 1023px) {
  .navbar {
    grid-template-columns: 1fr 6fr;
    gap: 10px;
  }

  .navbar-brand svg {
    width: 160px;
  }

  .navbar .nav {
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  header,
  .scrolled header {
    position: fixed;
    z-index: 999;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
    background: #ffffff;
    background: linear-gradient(138deg, #fbf6f0 0%, #fefefd 66%);
    box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.25);
    animation: showhead 0.5s 1;
  }

  .navbar {
    height: 90px;
    display: block;
  }

  .logo {
    width: 100%;
    text-align: left;
  }

  .navbar-brand svg {
    width: 100px;
    height: auto;
  }

  .navbar-brand svg * {
    fill: #574b3b !important;
  }

  .menu {
    position: fixed;
    left: 0;
    top: 90px;
    width: 100%;
    background: #fbf7f1;
    box-shadow: 0px 5px 4px rgba(0, 0, 0, 0.2);
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s;
  }

  #mainmenu {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .menu.opened {
    max-height: 1000px;
  }

  .navbar .nav-item {
    width: 100%;
    display: block;
    background: #fbf7f1;
    text-align: center;
  }

  .item-360 {
    margin-left: 0;
  }

  .navbar .nav-item.item-359,
  .navbar .nav-item.item-360 {
    width: 50px;
    display: inline-block;
  }

  .navbar .nav-item.item-359 {
    margin-right: calc(50% - 50px);
  }

  .navbar .nav-item a,
  .scrolled .navbar .nav-item a {
    background: none;
  }

  .navbar .nav-item a:hover {
    color: inherit;
  }
}
/** - hamburger */
.hamburger:before {
  content: "Menu";
  color: #82663e;
  font-size: 14px;
  line-height: 14px;
  font-weight: 300;
  display: block;
  position: absolute;
  left: -35px;
  top: 19px;
}

.hamburger {
  position: fixed;
  top: 20px;
  right: 10px;
  padding: 15px 15px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}

button.hamburger:hover {
  background-color: #00000;
  opacity: 0.7;
}

button.hamburger:focus {
  background-color: #000;
}

.hamburger.is-active:hover {
  opacity: 0.7;
}

.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
  background-color: #82663e;
}

.hamburger-box {
  width: 40px;
  height: 24px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
}

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
  width: 40px;
  height: 3px;
  background-color: #82663e;
  border-radius: 4px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}

.hamburger-inner::before,
.hamburger-inner::after {
  content: "";
  display: block;
}

.hamburger-inner::before {
  top: -10px;
}

.hamburger-inner::after {
  bottom: -10px;
}
/* * Spring */
.hamburger--spring .hamburger-inner {
  top: 2px;
  transition: background-color 0s 0.13s linear;
}

.hamburger--spring .hamburger-inner::before {
  top: 10px;
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1),
    transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spring .hamburger-inner::after {
  top: 20px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1),
    transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spring.is-active .hamburger-inner {
  transition-delay: 0.22s;
  background-color: transparent !important;
}

.hamburger--spring.is-active .hamburger-inner::before {
  top: 0;
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333),
    transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--spring.is-active .hamburger-inner::after {
  top: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333),
    transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, 10px, 0) rotate(-45deg);
}

@media (min-width: 768px) {
  .hamburger {
    display: none;
  }
}


/** 3PANEL */
.panels3 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 60px;
}

.panel-3wrap {
  background-color: #fbf6f0;
  transition: background-color 0.3s;
}

.panel-3wrap:hover {
  background-color: #fefcfa;
}

.panellink {
  display: block;
  padding-top: calc(70% + 15px);
  /*ratio obrazku */
  padding-bottom: 30px;
  text-align: center;
  position: relative;
}

.panel-imgwrap {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  padding-bottom: 70%;
  /*ratio obrazku */
  background-position: center center;
  background-size: cover;
  z-index: 2;
}

.panel-imgwrap:before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  padding-bottom: 70%;
  /*ratio obrazku */
  background-position: center center;
  background-size: 100% auto;
  background-image: url(../images/dark-panel.png);
  z-index: 3;
  transition: opacity 0.3s;
}

.panellink:hover .panel-imgwrap:before {
  opacity: 0;
}

.panellink button {
  margin-top: 15px;
}

.panel-header {
  margin-bottom: 15px;
}

@media (max-width: 1279px) {
  .panels3 {
    gap: 15px;
  }
}

@media (max-width: 767px) {
  .panels3 {
    display: block;
  }

  .panel-text p {
    display: none;
  }

  .STcapacity,
  .STarea {
    box-sizing: border-box;
    display: block;
    width: 50%;
    float: left;
  }
  /*ubytko*/
  .WDpanels .STarea {
    width: 50%;
    margin: 0 15% 0 35%;
  }
  /*.panel-3wrap:nth-child(3) {
             grid-column: span 2;
             width: calc(50% - 7.5px);
        }
         Make the third item span across both columns */
}
/** KARTY WIDGETKIT */
.WDpanels .uk-panel {
  background-color: #fbf6f0;
}

.uk-scope .WDpanels .uk-h3 {
  margin-bottom: 0;
}

.uk-scope .WDpanels * + .uk-margin {
  margin-top: 10px !important;
  padding: 0 10px;
}

.uk-scope .WDpanels * + p {
  margin-top: 5px !important;
}

.uk-scope .WDpanels * + h3 {
  padding: 0 10px;
}

.uk-scope .WDpanels .uk-button {
  margin: 0 0 10px 10px;
}
/** - reference */
.WDpanels.uk-grid .uk-article-meta {
  font-size: 0;
}

.WDpanels.uk-grid .uk-article-meta time {
  font-size: 16px;
  margin-left: 10px;
  display: inline-block;
}

.WDpanels.uk-grid .uk-article-meta time:first-letter {
  text-transform: uppercase;
}

.WDrefer .uk-panel > div:nth-child(4) {
  height: 200px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.WDrefer .uk-panel > div:nth-child(4):before {
  position: absolute;
  z-index: 2;
  content: "";
  bottom: 0;
  height: 60px;
  width: 100%;
  background: url(../images/card-gradient.png) no-repeat bottom center;
  background-size: 100% auto;
}
/** POPUP WIDGETKIT */
.uk-card-body {
  background-color: #fbf6f0;
}

@media (min-width: 1200px) {
  .uk-scope .uk-card-body {
    padding: 15px;
  }
}
/** LAYOUT WIDGET */
.uk-scope .WDlayout h3 {
  margin-top: 15px;
  margin-bottom: 0;
}

.uk-scope .WDlayout p {
  margin-top: 0px;
}
/** FOOTER */
footer {
  background: #30383a;
  padding-top: 30px;
}

.footer.container {
  display: grid;
  /*grid-template-columns:2fr 2fr 2fr 1fr 1fr;*/
  grid-template-columns: 20fr 20fr 20fr 16fr 10fr;
  gap: 15px;
}

footer ul.mod-menu.mod-list.nav {
  padding-left: 0;
}

.footer .nav-item {
  list-style: none;
  padding-left: 0;
}

.footer .nav-item a {
  padding: 4px 0;
  display: inline-block;
  background: url(../images/ffffff.png) bottom + 4px left no-repeat;
  background-size: 0 1px;
  transition: background-size 0.3s;
}

.footer .nav-item a:hover,
.footer .nav-item a:focus,
.footer .nav-item.current a {
  background-size: 100% 1px;
}
/** - responsive */
@media (min-width: 768px) and (max-width: 1279px) {
  .footer.container {
    display: block;
    overflow: hidden;
    padding: 15px;
  }

  .footer1,
  .footer2 {
    width: 25%;
    float: left;
  }

  .footer3 {
    width: 20%;
    float: left;
  }

  .footer4 {
    width: 30%;
    float: left;
  }

  .footer5 {
    width: 25%;
    float: right;
    margin-top: 30px;
  }
}

@media (max-width: 767px) {
  .footer.container {
    display: grid;
    gap: 0;
    row-gap: 30px;
    grid-template-areas: "a b" "c c" "e f";
    justify-content: left;
    grid-template-columns: 6fr 4fr;
  }
  /*.footer1,.footer2, .footer3,.footer4,.footer5 {
            width:calc(50vw - 10px);
        }
        */
  .footer1,
  .footer2,
  .footer3,
  .footer4,
  .footer5 {
    width: auto;
  }

  .footer2 {
    grid-area: a;
  }

  .footer3 {
    grid-area: b;
  }

  .footer1 {
    grid-area: c;
  }

  .footer4 {
    grid-area: e;
  }

  .footer5 {
    grid-area: f;
  }

  .footer1 .nav-item {
    display: inline-block;
    width: 50%;
  }
}

