@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poiret+One&display=swap');

/* CSS Document */

:root {
  --font-family: 'Poppins',sans-serif;
  --font-family-2: 'Poiret One', cursive;
  --color-black: #000;
  --color-white: #fff;
  --color-dark: #262626;
  --color-darker: #6F6F6F;
  --color-light: #F5F5F7;
  --color-dark-text: #000;
  --color-light-text: #fff;
  --color-one: #000;
  --color-one-hover: #2DBA4C;	
  --color-two: #E5EEFF;
  --color-three: #FFE600;
  --text-velikost-1: 30px;
  --text-velikost-2: 25px;
  --text-velikost-3: 18px;
  --text-velikost-4: 14px;
  --text-velikost-5: 11.8px;
  --text-velikost-6: 10px;	
  --text-velikost-7: 21px;
  --text-velikost-8: 16px;
  --text-sirka-1: 200;
  --text-sirka-2: 300;
  --text-sirka-3: 500;	
  --text-sirka-4: 600;
  --text-sirka-5: 700;	
  --global-padding-1: 15px;
  --global-padding-2: 7.5px;
  --global-padding-3: 17px 15px;	
  --global-padding-4: 30px;	
  --global-padding-5: 30px 40px;		
  --container-1: 1440px;
  --container-3: 1700px;
  --container-2: 100%;	
  --border-radius: 60px;
  --size-1: 100%;
  --size-2: 66.6%;		
  --size-3: 50%;
  --size-4: 33.3%;
  --size-5: 25%;
  --size-6: 20%;
  --size-7: 16.66666666666667%;	
  --size-8: 14.28571428571429%;
  --size-9: 12.5%;			
}


*, *::before, *::after { box-sizing: border-box; }

html {font-family: var(--font-family);-webkit-text-size-adjust: 100%;-ms-text-size-adjust: 100%;line-height: 1;font-size:  var(--text-velikost-1);letter-spacing: -.6px;max-width: 100%;}
body {-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;-webkit-tap-highlight-color: transparent;text-rendering: optimizelegibility;text-size-adjust: 100%;background: rgb(255, 255, 255);color: rgb(0, 0, 0);cursor: auto;font-size: 15px;font-style: normal;font-weight: 400;margin: 0px;padding: 0px;position: relative;overflow-wrap: break-word;    max-width: 100%;
    }
img {width: 100%;height: auto;}
a {text-decoration: none;color: var(--color-one);cursor: pointer;}
a:hover {text-decoration: underline;color: var(--color-two);}
p {font-size:17px}
strikethrough {text-decoration: line-through}
submenu {z-index: 98;transition: .5s all ease;position: fixed;width: 100%;background: white;left: 0;top: 130px;padding: 2rem 0 3rem;color: black;font-size: 1.5rem;-webkit-box-shadow: 0px 6px 5px -4px rgba(0,0,0,0.21);-moz-box-shadow: 0px 6px 5px -4px rgba(0,0,0,0.21);box-shadow: 0px 6px 5px -4px rgba(0,0,0,0.21);transform: translate(0px, -50vh);z-index: 98;}
submenu.active {transform: translate(0px, 0px);}
submenu a.podtitulek {width: 100%;font-size: 15px;line-height: 30px;font-weight: 200;}
submenu .titulek  {width: 100%;font-size: .8rem;margin-bottom: 0.5rem;font-weight: 600;}
submenu a.podtitulek:hover {font-weight: 500;color: black;text-decoration: none}
#naseprace.active img {transform: rotate(180deg);}
#udelameprovas.active img {transform: rotate(180deg);}
#kontakt.active img {transform: rotate(180deg);}
.w-100 {width: var(--size-1);}
.container {width: var(--size-1);margin: 0 auto;max-width: var(--container-1);padding: var(--global-padding-1);}
.container.sirsi {width: var(--size-1);margin: 0 auto;max-width: var(--container-3);padding: var(--global-padding-1);}
.containercely {width: var(--size-1);margin: 0 auto;max-width: var(--container-2);padding: var(--global-padding-1);}
.containercely.hero {padding: 0;padding-bottom: 0px}
.containercely.pc {max-width: 97%}
.containercely.refkylat {padding: 0 1rem}
.justify-start {justify-content:flex-start!important;}
.align-items-stretch {align-items: stretch!important;}
.align-items-start {align-items: start!important;}
.align-items-end {align-items: end!important;}
.hidden {display:none!important;}
.black {background: black;color: white; text-align: center;overflow-y: hidden}
.radek {display: flex;justify-content: space-between;align-items: center;width: 100%;flex-wrap: wrap;}
.radek.sgapem {flex-wrap: nowrap;gap: 40px;}
.text-center {text-align:center;}
.cely {display: flex;width: var(--size-1);justify-content: center;align-items: center;flex-wrap: wrap;}
.polovina {display: flex;width: var(--size-3);justify-content: center;align-items: center;flex-wrap: wrap;}
.tretina {display: flex;width: var(--size-4);justify-content: center;align-items: center;flex-wrap: wrap;}
.ctvrtina {display: flex;width: var(--size-5);justify-content: center;align-items: center;flex-wrap: wrap;}
.petina {display: flex;width: var(--size-6);justify-content: center;align-items: center;flex-wrap: wrap;}
.sestina {display: flex;width: var(--size-7);justify-content: center;align-items: center;flex-wrap: wrap;}
.sedmina {display: flex;width: var(--size-8);justify-content: center;align-items: center;flex-wrap: wrap;}
.osmina {display: flex;width: var(--size-9);justify-content: center;align-items: center;flex-wrap: wrap;}
.dvetretiny {display: flex;width: var(--size-2);justify-content: center;align-items: center;flex-wrap: wrap;}
.grid {display: grid;}
.grid-1 {display: grid;grid-template-columns: repeat(1, minmax(250px, 1fr));}
.grid-2 {display: grid;grid-template-columns: repeat(2, minmax(250px, 1fr));}
.grid-3 {display: grid;grid-template-columns: repeat(3, minmax(250px, 1fr));}
.grid-4 {display: grid;grid-template-columns: repeat(4, minmax(250px, 1fr));}
.grid-5 {display: grid;grid-template-columns: repeat(5, minmax(250px, 1fr));}
.grid-6 {display: grid;grid-template-columns: repeat(6, minmax(250px, 1fr));}
.grid-7 {display: grid;grid-template-columns: repeat(7, minmax(250px, 1fr));}
.grid-8 {display: grid;grid-template-columns: repeat(8, minmax(250px, 1fr));}
.grid-9 {display: grid;grid-template-columns: repeat(9, minmax(250px, 1fr));}
.grid-container { overflow: hidden;}
.gap-0 {gap:0px}
.gap-10 {gap:10px}
.gap-20 {gap:20px}
.gap-40 {gap:40px}
.button {background: var(--color-one);display: flex;justify-content: center;align-items: center;padding: var(--global-padding-3);border-radius: var(--border-radius);font-weight: var(--text-sirka-4);transition: .5s}
.button a {font-size: var(--text-velikost-4);display: flex;justify-content: center;align-items: center;color:white;cursor: pointer}
.button:hover {background: var(--color-one-hover);}
.button img {height: 12px;width: 12px;margin-left: 7.5px;}
.buttonblack {cursor: pointer; background: var(--color-black);display: flex;justify-content: center;align-items: center;padding: var(--global-padding-3);border-radius: var(--border-radius);font-weight: var(--text-sirka-4);transition: .5s;color: var(--color-white);}
.buttonblack img {height: 12px;width: 12px;margin-left: 7.5px;}
.buttonblack a {font-size: var(--text-velikost-4);display: flex;justify-content: center;align-items: center;color:white;cursor: pointer}
.buttonblack:hover {background: var(--color-one);}
.bookingbtn { cursor: pointer; background: #003b95; display: flex ; justify-content: center; align-items: center; padding: var(--global-padding-3); border-radius: var(--border-radius); font-weight: var(--text-sirka-4); transition: .5s; color: white; border: 1px solid #003b95; }
.buttonoutline { cursor: pointer; background: unset; display: flex ; justify-content: center; align-items: center; padding: var(--global-padding-3); border-radius: var(--border-radius); font-weight: var(--text-sirka-4); transition: .5s; color: black; border: 1px solid #d6b191; }
.buttonoutline img {height: 12px;width: 12px;margin-left: 7.5px;filter: invert(1);}
.buttonoutline a {font-size: var(--text-velikost-4);display: flex;justify-content: center;align-items: center;color: var(--color-black);cursor: pointer}
.buttonoutline:hover {background: #d6b191;border:1px solid #d6b191;color:white}
.buttonoutline:hover a {color:var(--color-white);}
.bookingbtn:hover {background:#022d70;}
.buttonoutline:hover img {filter: invert(0);}
.sedivka {background: var(--color-light);padding: 5vh 0;}
.cdefault {cursor:default!important;}
.cernasekce {background: black;padding: 10vh 0;color:white;position:relative}
header { width: 100%; position: absolute; top:30px;display: flex ; flex-wrap: wrap; justify-content: space-between; align-items: center; z-index: 99; background: transparent; }
header .container {max-width: 1000px;padding: 15px 0;width: 100%;position: relative; z-index: 9;    overflow: unset; }
header .container .speslradek { display: grid ; align-items: center; width: 100%; background: unset; grid-template-columns: 1fr 280px 1fr; }
header .textrotuj { font-size: 12px; font-weight: 800; padding-left: 10px; }
header .overlay { position: absolute; background: linear-gradient(180deg, #231102, transparent); z-index: 8; width: 100%; height: 250px; top:-35px;}
.unpinned { position: fixed; top: -150px; left: 0; background: white; transition: .4s all; }
.pinned { position: fixed; top: 0; left: 0; background: white; transition: .4s all; -webkit-box-shadow: 10px 10px 52px 0px rgba(0, 0, 0, 0.19); -moz-box-shadow: 10px 10px 52px 0px rgba(0, 0, 0, 0.19); box-shadow: 10px 10px 52px 0px rgba(0, 0, 0, 0.19); }
footer { margin-top: 70px; width: 100%; color: white; text-align: center; font-size: 18px; line-height: 1.2; }
footer .prvnicastmenu { display: flex;align-items: center;gap: 35px}
footer .druhacastmenu { display: flex;align-items: center;gap: 35px}
footer .menu .polozka {display: flex;justify-content: center;align-items: center;font-size: 15px;font-weight: 400;padding: var(--global-padding-2);padding-left: 0px;cursor: pointer;position: relative;padding-bottom: 10px;padding-top: 15px}
footer .menu .polozka a:before { width: 0%; height: 1px; background: #000; content: ""; display: block; position: absolute; bottom: 3px; left: 0px; transition: all .3s ease; }
footer .menu .polozka a:hover:before { width: 96%; }
footer .menu .polozka a:hover {color: black!important}
footer .menu .polozka a {text-decoration: none!important;}
footer .menu {width: 100%;justify-content: flex-start;padding-left: 0px; align-items: center;display: flex;gap: 20px}
footer .logo { display: flex ; justify-content: center; align-items: center; cursor: pointer; width: auto; margin-bottom: 60px; }
footer .logo img { max-height: 115px; height: 115px; width: auto; }
footer .buttony { display: flex ; justify-content: center; gap: 20px; align-items: center;margin:60px auto; }
footer .buttony a {position: relative; border: 1px solid #d6b191; border-radius: 25px; font-size: 1em; white-space: nowrap; overflow: hidden; color: #d6b191; transition: all .3s; padding: 25px; }
footer .socky { display: flex ; gap: 30px; justify-content: center; margin: 30px auto; }
footer .socky img {filter:invert(1);width:25px;height:25px;}
.sedytext { color: #999999; }
.copyright { padding-top: 20px; margin-top: 5px; border-top: 1px solid #20202045;margin-bottom: 20px;font-size: 12px }
.textlinkwhite { font-size: 28px; color: white; text-decoration: none; font-weight: 100; }
.mt-0 {margin-top: 0px!important}
.my-15 {margin: 15px 0!important}
.mb-20 {margin-bottom: 20px!important}
.mb-40 {margin-bottom: 40px!important}
.ml-10 {margin-left: 10px!important}
.mt-30 {margin-top: 30px!important}
.mb-0 {margin-bottom: 0px!important}
.mb-60 {margin-bottom: 60px!important}
.mt-50 {margin-top: 50px!important}
.mb-100 {margin-bottom: 100px!important}
.pl-0 {padding-left: 0px!important}
.pb-0 {padding-bottom: 0px!important}
.pb-20 {padding-bottom: 20px!important}
.pb-40 {padding-bottom: 40px!important}
.pt-20 {padding-top: 20px!important}
.pt-40 {padding-top: 40px!important}
.pt-100 {padding-top: 100px!important}
.pr-0 {padding-left: 0px!important}
.px-40 {padding: 0 0px 0 40px!important}
.px-25 {padding: 0 25px!important}
.py-80 {padding:80px 0!important}
.pt-80 {padding-top:80px!important}
.p0 {padding:0!important;}
.pt-0 {padding-top:0!important;}
.p-80 {padding:80px;}
.mw-unset {max-width:unset!important;}
.pinned { position: fixed; top: 0; left: 0; background: unset; transition: .4s all; -webkit-box-shadow: unset; -moz-box-shadow: unset; box-shadow: unset}
.unpinned { position: fixed; top: -150px; left: 0;background: white;transition: .4s all;display:none}
.relative {position:relative;}
.aktuality .titulek { font-size: 30px; text-transform: uppercase; font-family: var(--font-family-2); }
.aktuality .obrazek { width: 100%; height: 45vh; overflow: hidden; margin-bottom: 30px; border-radius: 5px;position:relative; }
.aktuality .obrazek img {transition:.4s all;position:absolute;width:100%;height:100%;left:0;top:0;object-fit:cover}
.aktuality .popis {line-height:1.3;}
.novinka {text-decoration:none!important;color:black!important;cursor:pointer}
.novinka:hover .obrazek img {scale:1.1}
.mainmenu { position: absolute; top: 28px; background: white; width: 450px; left: -5px; border-radius: 20px; padding: 30px 22px; z-index: 999; -webkit-box-shadow: 2px 9px 25px 0px rgba(0, 0, 0, 0.24); -moz-box-shadow: 2px 9px 25px 0px rgba(0, 0, 0, 0.24); box-shadow: 2px 9px 25px 0px rgba(0, 0, 0, 0.24); }
.mainmenu .podpolozky { display: grid; grid-template-columns: 1fr 1fr; align-items: flex-start; gap: 5px; }
.mainmenu .podpolozky.jedna {grid-template-columns: 1fr}
.mainmenu .podpolozkydve { display: grid; grid-template-columns: 1fr; gap: 17px; }
.mainmenu .podpolozka { display: grid; grid-template-columns: 1fr; gap: 5px; }
.mainmenu .textik { text-decoration: none; text-transform: none; letter-spacing: 0; font-size: 15px; font-weight: 400; }
.mainmenu .textik:hover {cursor:pointer;font-weight:700;}
.mainmenu .title { font-size: 15px; letter-spacing: -1px; }
.mainmenu.w-200 { width:200px;}
.mainmenu.w-300 { width:300px;}
.mainmenu.w-250 { width:250px;}
.mainmenu.w-350 { width:350px;}
.pc .logo { display: flex ; justify-content: center; align-items: center; cursor: pointer; }
.pc .logo img { max-height: 130px; height: 130px; width: auto; }
.pc .logo .text {font-size: var(--text-velikost-4);font-weight: var(--text-sirka-5);padding: var(--global-padding-2);max-width: 100px;width: 100px} 
.pc .menu { width: 100%; justify-content: center; padding-left: 0px; align-items: center; display: flex ;gap:50px }
.pc .menu .polozka {display: flex; justify-content: center; align-items: center; font-size: 13px; font-weight: 700;  cursor: pointer; position: relative; padding-bottom: 10px; text-transform: uppercase; letter-spacing: 1px;}
.pc .menu .polozka .mf:before { width: 0%; height: 1px; background: #fff; content: ""; display: block; position: absolute; bottom: 3px; left: 0px; transition: all .3s ease; }
.swiper-wrapper.dva .swiper-slide:last-child{margin-right: 20px}
.pc .menu .polozka .mf:hover:before { width: 100%; }
.pc .menu .polozka .mf:hover {color: white!important}
.pc .menu .polozka .mf { text-decoration: none !important; color: white; font-weight: 300; letter-spacing: 5px; font-size: 10px; }
.pc .menu .polozka img {height: 8px;width: 8px;margin-left: 7.5px;}
.cta {display: none;justify-content: center;align-items: center;}
.cta img {height: 12px;width: 12px;margin-left: 7.5px;}
.menu-btn-1 {height: 32px;width: 40px;cursor: pointer;margin-left: 25px}
.menu-btn-1 span {scale: .7;}
.menu-btn-1 span, .menu-btn-1 span::before, .menu-btn-1 span::after {background: #673a0f;border-radius: 3px;content: '';position: absolute;width: 40px;height: 4px;margin-top: 13px;-webkit-transition: .3s ease-in-out;
  -moz-transition: .3s ease-in-out;-o-transition: .3s ease-in-out;transition: .3s ease-in-out;}
.menu-btn-1 span::before {margin-top:-12px;}
.menu-btn-1 span::after {margin-top:12px;}
.menu-btn-1.active span {background: transparent;}
.menu-btn-1.active span::before {margin-top: 0;-webkit-transform: rotate(45deg);-moz-transform: rotate(45deg);-o-transform: rotate(45deg);transform: rotate(45deg);}
.menu-btn-1.active span::after {margin-top: 0;-webkit-transform: rotate(-45deg);-moz-transform: rotate(-45deg);-o-transform: rotate(-45deg);transform: rotate(-45deg);}
.fullscreen-menu { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: #f8f9fa; display: none; flex-direction: column; justify-content: flex-start; padding: 20px; font-family: Arial, sans-serif; z-index:10}
.fullscreen-menu.active { display: grid; align-items: center; padding-left: 5vw; gap: 10px; } /* Show fullscreen menu when active */
.fullscreen-menu .holder .polozka { cursor: pointer; font-size: 40px; position: relative; margin-bottom: 20px; font-family: var(--font-family-2); text-transform: uppercase; }
.fullscreen-menu .holder .polozka  a:hover {color:black;}
.fullscreen-menu .holder .polozka .text {opacity:.7;}
.fullscreen-menu .holder .polozka .text:hover {opacity:1;}
.fullscreen-menu .holder .polozky { display: none; } /* Submenus hidden by default */
.fullscreen-menu .back-arrow { display: none; font-size: 24px; cursor: pointer; margin-bottom: 20px; }
.fullscreen-menu.show-back .back-arrow { display: block;opacity:.6; } /* Show back arrow when navigating into submenus */
.fullscreen-menu.show-back .back-arrow:hover {opacity:1}
.fullscreen-menu.active-level-two .holder > .visible > .text {font-weight:800;margin-bottom:30px;opacity:1;pointer-events: none;curor:default}
.fullscreen-menu.active-level-three .holder > .visible > .text {font-weight:800;margin-bottom:30px;display:none;opacity:1;pointer-events: none;curor:default}
.fullscreen-menu.active-level-three .holder > .polozka.visible > .polozky.visible > .polozka.visible > .text {font-weight:800;margin-bottom:30px;;opacity:1;pointer-events: none;curor:default}
.fullscreen-menu.active-level-two .holder > .visible > .text .sipkaopen {display:none}
.fullscreen-menu .hidden { display: none; }
.fullscreen-menu .visible { display: block!important; }
.fullscreen-menu .closemenu { position: absolute; right: 30px; top: 30px; width: 20px;opacity:.7;transition:.3s all; cursor:pointer}
.fullscreen-menu .closemenu:hover {opacity:1;}
.fullscreen-menu .asterixvmenu { width: 30px; margin-bottom: 40px; }
.fullscreen-menu .sipkaopen { width: 15px; height: 15px; position: relative; top: 0px;transition:.3s all;transform:rotate(-90deg); }
.fullscreen-menu.active-level-three .sipkaopen {display:none}

.videosection { width: 100%; height: 100vh; position: relative; display: grid ; justify-content: center; align-items: center;    max-height: 100dvh; }
.videosection video {filter:brightness(0.7)}
.videosection img {filter:brightness(0.7)}
.videosection .text { position: relative; z-index: 4; color: white; text-transform: uppercase; letter-spacing: 15px; font-size: 30px; font-weight: 100; }
.videosection .text h1 {font-family: var(--font-family-2);font-weight:100;text-align: center;display: grid}
.videosection .text h1 span {font-size: 12px; letter-spacing: 5px; margin-bottom: 20px; }
h2 {font-family: var(--font-family-2);font-weight:200;font-size:2.8vw;line-height:1.15;text-transform:uppercase}
h3 {font-family: var(--font-family-2);font-weight:200;font-size:1.4vw;line-height:1.15;text-transform:uppercase;letter-spacing:4px}
.roztahnimedium {position:absolute;left:0;top:0;width:100%;height:100%;object-fit:cover}
.textovacast.uzkanastred .holder {max-width:800px;margin:0 auto; text-align:center;}
.textovacast .text {font-size:18px;line-height:1.8}
.textovacast{ padding-top: 120px; padding-right: 10vmax; padding-bottom: 120px; padding-left: 10vmax; font-weight: 300; line-height: 1.8em; font-size: 16px; color: #49443f; background: #e3dac6; display: flex ; align-items: center;}
.obrazovasekce.relative {height: 100vh;display: flex ; justify-content: center; align-items: center;transition:.6s all;overflow:hidden}
.obrazovasekce img {transition:.6s all;scale:1}
.obrazovasekce:hover img {transition:.6s all;scale:1.2}
.textovacastmensi{ font-weight: 300; line-height: 1.8em; font-size: 16px; color: #49443f; display: flex ; align-items: center;}
.tabs .tab-content { display: none; line-height: 1.4; font-size: 17px; letter-spacing: 0; }
.tabs .tab-content.active { display: block; }
.tabs .tab-header { cursor: pointer; margin-bottom: 5px; font-size: 20px; font-weight: 200; color: #ddd; text-transform: uppercase; letter-spacing: 5px; }
.tabs .tab-header.active {color:black;font-weight: 400;}
.tab.active { padding: 30px 20px 30px 50px; border-left: 3px solid #ddd; }
.tab { padding: 10px 20px 10px 50px; border-left: 1px solid #ddd;}
.galerie-modal {    z-index: 999; display: none; position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; } 
.galerie-modal.active { display: flex;justify-content:center; } 
.galerie-modal .img-container img { max-width: 100%; max-height: 100%; } 
.galerie-modal .sipky { display: flex; justify-content: space-between; width: 100%; position: absolute; top: 50%; transform: translateY(-50%);left: 0; } 
.galerie-modal .leva, .prava { cursor: pointer; }
.galerie-modal .img-container { display: flex; justify-content: center; align-items: center; }
.galerie-modal .leva { background: white; margin-left: 15px;cursor:pointer;padding: 15px; }
.galerie-modal .leva:hover {background:var(--color-one);}
.galerie-modal .leva img { width:20px;height:20px; }
.galerie-modal .prava {background: white; margin-right: 15px;cursor:pointer;padding:15px; }
.galerie-modal .prava:hover {background: var(--color-one);}
.galerie-modal .prava img { width:20px;height:20px; }
.galerie-polozka{transition:.4s all; cursor:pointer!important;}
.galerie-polozka:hover{opacity:.4;}
.galerie-polozky {display: grid;grid-template-columns: repeat(4, 1fr);gap: 40px; }
.galerie-polozka {position: relative;overflow: hidden;background-color: #f0f0f0;height: 450px;}
.galerie-polozka img {width: 100%;height: 100%;object-fit: cover; }
.galerie-polozka.vetsi {grid-column: span 2; grid-row: span 2; height: 940px; }
.tmavasekce {background:#191919 !important}
.playbtn { display: flex ; justify-content: center; align-items: center;z-index:8; }
.playbtn img {width:90px;height:90px;filter:invert(1);}
.calendar-container { margin-bottom: 120px; }
.calendar.mini-monthly { display: grid ; grid-template-columns: 1fr; gap: 2px; margin-top: 10px; max-width: 400px; margin: 0 auto; background: #f2ede9 !important; padding: 5px; padding-top: 30px; }

.days { display: grid; grid-template-columns: repeat(7, 1fr); }

.calendar .days .day {
    position: relative;
    width: 100%;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #f2ede9;
    font-size: 14px;
    cursor: pointer;
}

.calendar .days .day.reserved {
    background-color: #c19d82;
    color: #fdf5ef;
    font-weight: bold;
}

.calendar .days .day.free {
   background-color: #fff;
    color: #262626;
}

.calendar .days .day.empty {
    background-color: #f7f7f7;
    border: 1px solid #f2ede9;
    pointer-events: none;
}

.month-switcher {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
        max-width: 400px;
    margin: 0 auto;
    padding: 10px;
}

.month-switcher button {
    padding: 5px 10px;
    background-color: #bdc3c7;
    color: #fff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

.month-switcher button:hover {
    background-color: #0056b3;
}


#month-display {
    font-size: 18px;
    font-weight: bold;
}

.ornament {
    background: #f8f7f2;
    position: absolute;
    z-index: 8;
    width: 100%;
    mix-blend-mode: screen;
    bottom: 0;
}
.ornik { max-width: 80px; rotate: 180deg; opacity: .7; }
.shape { pointer-events: none; height: 100%; background-position: 0 0; background-repeat: repeat; z-index: 2; bottom: 0; left: 0; position: absolute; right: 0; top: 0; background-image: url(data:image/svg+xml;base64,PHN2ZyAgZmlsbD0icmdiYSgwLDAsMCwwLjUpIiBoZWlnaHQ9IjExcHgiIHdpZHRoPSIxMXB4IiB2aWV3Qm94PSIwIDAgMTEgMTEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEuNDEsMCwwLDEuNDFWMFpNMTEsMEg5LjU5TDAsOS41OVYxMUgxLjQxTDExLDEuNDFabTAsOS41OUw5LjU5LDExSDExWiIvPjwvc3ZnPg==); background-size: 3px auto; }
.beds24availcal {    max-width: 550px;background-color: unset!important; width:100%!important;border:0!important;margin:0 auto!important}
.beds24availcal table tbody tr td {padding:25px 5px!important;color:white!important;font-size:16px!important;font-family:var(--font-family);width:50px!important}
.beds24availcal table thead tr td {padding:25px 5px!important;font-size:16px!important;font-family:var(--font-family);width:50px;background: #e3dac6!important}
.beds24availcal tbody > tr:nth-child(1), .beds24availcal  tbody > tr:nth-child(2), .beds24availcal  tbody > tr:last-child   {display:none!important;}
 .beds24availcal  tbody > tr:nth-child(3) > td > div {margin-bottom: 20px !important; display: flex ; justify-content: center; gap: 10px;}



.language-dropdown {    z-index: 99; position: fixed; display: inline-block; bottom: 20px; right: 20px; background: white; padding: 15px; border-radius: 60px; color: black; -webkit-box-shadow: 10px 10px 72px 0px rgba(0, 0, 0, 0.75); -moz-box-shadow: 10px 10px 72px 0px rgba(0, 0, 0, 0.75); box-shadow: 10px 10px 72px 0px rgba(0, 0, 0, 0.75); } 
.dropbtn { color: black; font-size: 16px; border: none; cursor: pointer; display: flex; align-items: center; background: unset; } 
.dropbtn img { margin-right: 8px; /* Space between flag and text */filter:brightness(0.95)!important } 
.dropdown-content { border-radius: 25px; display: none; position: absolute; background-color: #e3dac6;color:black; min-width: 118px; box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2); z-index: 1; left: 0; bottom: 47px; text-align: center; color: white!important; font-size: 18px; }
.dropdown-content a { color: black; padding: 12px 16px; text-decoration: none; display: flex; align-items: center; justify-content: center;cursor: pointer } 
.dropdown-content a:first-child { border-radius: 25px 25px 0 0} .dropdown-content a:last-child { border-radius:  0 0 25px 25px} 
.dropdown-content a img { margin-right: 10px; }
.dropdown-content a:hover { background-color: black;color:white; } 
.language-dropdown:hover .dropdown-content { display: block; }
.maxik {max-width:500px;text-align:center;margin:0 auto 70px}
@media only screen and (max-width: 1690px) {


}

@media only screen and (max-width: 1500px) {

}

@media only screen and (max-width: 1450px) {

}
@media only screen and (max-width: 1300px) {

}
@media only screen and (max-width: 1200px) {
    .dnonemobile {display:none;}
    .order-1m {order:1;}
    .order-2m {order:2;}
      header .container .speslradek { justify-content:space-between;}
    .dropdown-button {font-size: 16px; font-weight: 300; line-height: 22px;}
	html, content, body, footer  {overflow-x: hidden}
    .pc .menu{ position: fixed; top: 0; left: 0; z-index: 999; background: white; width: 100%; padding: 0; height: 100vh; display: flex; align-items: center; display: none; }
    header .containercely {padding: 35px 15px 15px 15px;}
    header .containercely .speslradek {  justify-content: space-between; }
    .cta { display: block; justify-content: center; align-items: center; position: fixed; right: -20px; z-index: 9; bottom: 130px; background: white; padding-right: 25px; padding-top: 25px; padding-bottom: 25px; border-radius: 20px 0 0 20px; scale: .6; }
    header .container .speslradek { grid-template-columns: 1fr; }
    .videosection .text h1 { font-weight: 100; text-align: center; font-size: 35px; padding: 0 60px; }
    .textovacast { padding-top: 80px; padding-right: 40px; padding-bottom: 80px ; padding-left: 40px; }
    h2 {  font-size: 38px; line-height: 1.15;  }
    h3 {font-size: 24px; line-height: 1.15;}
    .galerie-polozky { display: grid ; grid-template-columns: 1fr; gap: 40px 0; }
    .p-80 { padding: 30px;}
    .galerie-polozka.vetsi { height: 450px; }
    .textovacastmensi {   padding-top: 80px; padding-bottom: 80px; }
    .pt-0m {padding-top:0;}
    .obrazovasekce.relative { height: 550px; }
      .grid-2 {grid-template-columns: 1fr;}
	.grid-3 {grid-template-columns: 1fr;}
    .grid-4 {grid-template-columns: 1fr;}
    .grid-5 {grid-template-columns: 1fr;}
    .grid-6 {grid-template-columns: 1fr;}
    .grid-7 {grid-template-columns: 1fr;}
    .grid-8 {grid-template-columns: 1fr;}
    .grid-9 {grid-template-columns: 1fr;}
}

@media only screen and (max-height: 1100px) {

.mb-200c { margin-bottom: 80px !important; }
}
@media only screen and (max-width: 980px) {
  header .textrotuj { font-weight: 400; }
  .polovina {width: 100%}
  .radek.sgapem {flex-wrap: wrap;gap: 15px}
  .w-600 {width: 100%!important}
  .px-40 {
      padding: 0 15px!important;
  }
  .swiper-wrapper.dva .swiper-slide:last-child{margin-right: 0px}

}


@media only screen and (max-width: 820px) {
 
}

@media only screen and (max-width: 650px) {
  
    footer .buttony {flex-wrap:wrap;}
}

