@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Lexend:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+Display:ital,wght@0,100..900;1,100..900&display=swap');

/* CSS Document */

:root {
  --font-family: "Lexend", sans-serif;
  --font-family-2: "Noto Serif Display", serif;
  --color-black: #000;
  --color-white: #fff;
  --color-dark: #101010;
  --color-light: #F5F5F8;
  --color-beige: #e9e8e1;
  --color-light-green: #d5dbcd;
  --color-one: #565d3c;
  --color-two: #894f2a;
  --text-velikost-1: 12px;
  --text-velikost-2: 14px;
  --text-velikost-3: 16px;
  --text-velikost-4: 20px;
  --text-velikost-5: 24px;
  --text-velikost-6: 28px;	
  --text-velikost-7: 32px;
  --text-velikost-8: 36px;
  --text-velikost-9: 42px;
  --text-velikost-10: 48px;
  --text-velikost-11: 52px;
  --text-velikost-12: 56px;
  --text-velikost-13: 62px;
  --text-velikost-14: 72px;
  --text-velikost-15: 76px;
  --padding-sekce: 50px;		
  --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 {scroll-behavior:smooth;-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-dark);}
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;}
.align-items-center {align-items:center!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(200px, 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);}
.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: var(--color-black);border: 3px solid var(--color-black);}
.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: var(--color-one);border:3px solid var(--color-one);}
.buttonoutline:hover a {color:var(--color-white);}
.buttonoutline:hover img {filter: invert(0);}
.sedivka {background: var(--color-light);padding: 5vh 0;}
.cernasekce {background: black;padding: 10vh 0;color:white;position:relative}
header { width: 100%; position: fixed; display: flex ; flex-wrap: wrap; justify-content: space-between; align-items: center; z-index: 99; rgb(86 93 60 / 0%); transition:.5s all ease}
header .container {padding: 20px 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; }
.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); background:var(--color-one);}
.pinned .pc .logo img { max-height: 50px; height: 50px; width: auto; }
footer {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: 100px; height: 100px; 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: 0; 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; margin-bottom:10vh;}
footer .socky img {width:25px;height:25px;}
.copyright { padding-top: 20px; margin-top: 5px; border-top: 1px solid #20202045;margin-bottom: 20px;font-size:var(--text-velikost-2); color:var(--color-one);}
.copyright a:hover {color:var(--color-one);}
.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-25 {margin-bottom:25px!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-50 {margin-bottom:50px!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}
.p0 {padding:0!important;}
.p-80 {padding:80px;}
.pb-5vh {padding-bottom:5vh!important;}
.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; background:rgb(86 93 60 / 100%)}
.unpinned { position: fixed; top: -150px; left: 0;background: white;transition: .4s all;display:none}
.relative {position:relative;}


.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:60px; height:60px; width:auto; transition:.5s all ease}
.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:25px }
.pc .menu .polozka {display: flex; justify-content: center; align-items: center; font-size: 13px; font-weight: 700; padding: var(--global-padding-2);  cursor: pointer; position: relative;  text-transform: uppercase; letter-spacing: 1px;}
.pc .menu .polozka .mf:before { width: 0%; height: 1px; background: #fff; content: ""; display: block; position: absolute; bottom: -5px; 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: 400; letter-spacing: 0.125em; font-size: var(--text-velikost-1); }
.pc .menu .polozka img {height: 8px;width: 8px;margin-left: 7.5px;}

.tlacitko-v-menu {background:var(--color-white); color:var(--color-one); font-size:var(--text-velikost-1); font-weight:400; text-decoration:none!important; padding:15px 25px; border-radius:10px; transition:.5s all ease;}
.tlacitko-v-menu:hover {background:var(--color-dark); color:var(--color-white); text-decoration:none!important;}
.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: white;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; justify-content:center;} /* Show fullscreen menu when active */
.fullscreen-menu .holder .polozka { cursor: pointer; font-size: var(--text-velikost-6); position: relative;    margin-bottom: 20px; text-align:center; font-family:var(--font-family)}
.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; }
.videosection video {filter:brightness(0.7)}
.videosection .text { position: relative; z-index: 2; color: white; text-transform: uppercase; letter-spacing: 15px; font-size: 30px; font-weight: 100; }
.videosection .text h1 {font-weight:100;text-align: center;}
h2 {font-weight:200;font-size:2.8vw;line-height:1.15;font-family: var(--font-family-2); font-weight: 400; color: var(--color-dark);}
h3 {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{ 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: var(--color-beige); display: flex ; align-items: center;}
.obrazovasekce.relative {height:100%; min-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{ padding-left: 40px; padding-right: 40px; padding-top: 120px ;padding-bottom: 120px ;  font-weight: 300; line-height: 1.8em; font-size: 16px; color: #49443f; display: flex ; align-items: center;}
.dotazy-na-hp .tabs {margin-bottom:50px;}
.dotazy-na-hp .tabs .tab-content { display: none; line-height: 1.4; font-size: 17px; letter-spacing: 0;}
.dotazy-na-hp .tabs .tab-content.active { display: block; }
.dotazy-na-hp .tabs .tab-header { font-size: var(--text-velikost-5); font-weight: 200; margin-bottom: 15px; cursor: pointer; color:var(--color-darker); line-height:1.25em;}
.dotazy-na-hp .tabs .tab-header.active {color:var(--color-one); font-weight:400;}
.dotazy-na-hp .tab.active { padding: 30px 20px 30px 50px; border-left: 3px solid var(--color-one); }
.dotazy-na-hp .tab {padding: 10px 20px 10px 50px; border-left: 1px solid #ddd; letter-spacing:-.0125em;}

.casto-kladene-otazky .tabs {margin-bottom:50px;}
.casto-kladene-otazky .tabs .tab-content { display: none; line-height: 1.4; font-size: 17px; letter-spacing: 0; font-weight:300;}
.casto-kladene-otazky .tabs .tab-content.active { display: block; }
.casto-kladene-otazky .tabs .tab-header { font-size: var(--text-velikost-5); font-weight: 200; margin-bottom: 15px; cursor: pointer; color:var(--color-darker); line-height:1.25em;}
.casto-kladene-otazky .tabs .tab-header.active {color:var(--color-one); font-weight:400;}
.casto-kladene-otazky .tab.active {padding:25px 0; border-bottom: 2px solid var(--color-one); padding-bottom:50px;}
.casto-kladene-otazky .tab {padding:25px 0; border-bottom: 1px solid #ddd; transition:.5s all ease; letter-spacing:-.0125em;}
.casto-kladene-otazky .tab:hover {border-bottom:1px solid var(--color-one);}
.casto-kladene-otazky .tab.active:hover {border-bottom:2px solid var(--color-one);}

.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: 85%; max-height: 90vh; } 
.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;grid-column: span 1; grid-row: span 1;}
.galerie-polozka img {width: 100%;height: 100%;object-fit: cover; }
.galerie-polozka.vetsi {grid-column: span 2; grid-row: span 2; height: 940px; }
.galerie-polozka-odkaz {background:var(--color-one); color:var(--color-white); display:flex; justify-content:center; align-items:center; text-decoration:none!important; position:relative;}
.galerie-polozka-odkaz .text {font-size:var(--text-velikost-1); text-transform:uppercase; letter-spacing:1px; padding:15px 25px; border:1px solid var(--color-white); border-radius:10px; transition:.5s all ease; z-index:10;}
.galerie-polozka-odkaz:hover .text {background:var(--color-white); color:var(--color-dark); text-decoration:none!important;}
.galerie-polozka-odkaz .scale-pozadi {position:absolute; bottom:0; left:0; width:100%; height:0%; background:var(--color-dark); transition:.5s all ease;}
.galerie-polozka-odkaz:hover .scale-pozadi {height:100%;}
.tmava-sekce {background:var(--color-dark); padding:var(--padding-sekce);}
.svetla-sekce {background:var(--color-beige); padding:var(--padding-sekce);}
.zelena-sekce {background:var(--color-one); padding:var(--padding-sekce);}
.svetle-zelena-sekce {background:var(--color-light-green); padding:var(--padding-sekce);}


.hero-sekce {width:100%; height:120vh; padding:var(--padding-sekce); position:relative; display:grid;}
.hero-sekce:after {content:''; width:100%; height:200px; background-image:url(/wms/frontend/uploads/images/element-do-spodni-casti-01.svg); background-size:cover; background-repeat:no-repeat; position:absolute; bottom:0; left:0; z-index:10;}
.hero-sekce .holder {height:calc(100vh - 100px); position:relative; z-index:10; display:grid; align-content:center; justify-content:center; gap:15px; justify-items:center; align-content:space-between;}
.hero-sekce .holder h1 {color:var(--color-white); line-height:1.15em; font-size:var(--text-velikost-6); font-weight:300; margin:0px;}
.hero-sekce .holder .textace {text-align:center;}
.hero-sekce .holder .podnadpis {color:var(--color-white); line-height:1.15em; font-size:var(--text-velikost-10); font-family:var(--font-family-2); margin-bottom:25px;}
.hero-sekce .holder .nadpis {color:var(--color-white); line-height:1.15em; font-size:var(--text-velikost-15); font-family:var(--font-family-2); margin-bottom:25px;}
.tlacitko-se-sipkou {background:var(--color-dark); color:var(--color-white); font-size:var(--text-velikost-4); font-weight:300; padding:20px 25px; border-radius:5px; display:flex; align-items:center; gap:15px; cursor:pointer; transition:.5s all ease; animation:float 2s ease-in-out infinite;}
@keyframes float {0%, 100% {transform:translateY(0px);} 50% {transform:translateY(-10px);}}
.tlacitko-se-sipkou img {height:15px; width:auto;}
.tlacitko-se-sipkou:hover {background:var(--color-one); gap:65px;}

.tlacitko-staticke-se-sipkou {background:var(--color-dark); color:var(--color-white); font-size:var(--text-velikost-3); font-weight:300; padding:20px 25px; border-radius:5px; display:flex; align-items:center; gap:15px; cursor:pointer; transition:.5s all ease; width:fit-content;}
.tlacitko-staticke-se-sipkou img {height:15px; width:auto;}
.tlacitko-staticke-se-sipkou:hover {background:var(--color-one); gap:65px;}
.hero-sekce .pozadi {position:absolute; width:100%; height:100%; overflow:hidden; left:0; top:0;}
.hero-sekce .pozadi .fotografie {width:100%; height:100%;}
.hero-sekce .pozadi .fotografie img {width:100%; height:100%; object-fit:cover;   transform: scale(1.35);  animation: zoomOutHero 3.5s cubic-bezier(0.22, 1, 0.36, 1) forwards; will-change: transform;}
@keyframes zoomOutHero { from { transform: scale(1.35); } to { transform: scale(1); } }

.textova-sekce {padding:10vh var(--padding-sekce); text-align:center;}
/*.textova-sekce h2 {font-family:var(--font-family-2); font-weight:500; font-size:var(--text-velikost-11); color:var(--color-dark); margin:0px;}*/
.textova-sekce .text {font-size:var(--text-velikost-4); line-height:1.5em; font-weight:200; margin:0 auto; letter-spacing:-.0125em;}
.textova-sekce .fotografie {width:100%; height:65vh; position:relative; overflow:hidden;}
.textova-sekce .fotografie:before {content: ''; height:100%; width:100%; background-image:url(/wms/frontend/uploads/images/element-do-fotografie.svg); background-repeat:no-repeat; position:absolute; top:0px; left:0px; z-index:10;}
.textova-sekce .fotografie:after {content: ''; height:100%; width:100%; background-image:url(/wms/frontend/uploads/images/element-do-fotografie.svg); background-repeat:no-repeat; position:absolute; top:0px; left:0px; z-index:10; transform:scaleX(-1);}
.textova-sekce .fotografie img {width:100%; height:100%; object-fit:cover; border:1px solid #fff;}
.textova-sekce .leva-cast {padding:var(--padding-sekce); max-width:750px; margin: 0 auto; text-align:left;}

.sekce-sluzeb {padding:var(--padding-sekce); padding-bottom:10vh;}
.sekce-sluzeb .sluzba {background:var(--color-white); padding:25px; display:flex; flex-direction:column; align-items:center; gap:25px; font-size:var(--text-velikost-3); font-weight:300;}
.sekce-sluzeb .sluzba img {height:45px; width:auto;}
.sekce-sluzeb .sluzba .popisek {text-align:center; line-height:1.25em;}

.sekce-s-panely {padding:var(--padding-sekce);}
.panely {display:flex; width:100%; height:65vh; gap:5px;}
.panel {position:relative; flex:1; overflow:hidden; background:var(--color-dark); transition:flex .7s cubic-bezier(.25,.8,.25,1); cursor:pointer;}
.panel.active {flex:3;}
.panel img {position:absolute; width:100%; height:100%; object-fit:cover; transition:transform .8s ease;}
.panel:hover img {transform:scale(1.05);}
.obsah { position: absolute; bottom: 35px; left: 35px; color: var(--color-white); transition: all .5s ease; font-size: var(--text-velikost-8); writing-mode: sideways-lr; text-orientation: mixed; font-family: var(--font-family-2); }

.slide-up, .slide-down, .slide-left, .slide-right { opacity: 0; transition: transform 0.5s ease, opacity 0.5s ease; }
.slide-up { transform: translateY(20%); }
.slide-down { transform: translateY(-20%); }
.slide-left { transform: translateX(20%); }
.slide-right { transform: translateX(-20%); }
.slide-up-visible { transform: translateY(0); opacity: 1; }
.slide-down-visible { transform: translateY(0); opacity: 1; }
.slide-left-visible { transform: translateX(0); opacity: 1; }
.slide-right-visible { transform: translateX(0); opacity: 1; }
.slow-animation { transition: transform 1s ease, opacity 1s ease; }
.hidden {display:none!important;}

.velky-nadpis {font-family:var(--font-family-2); font-size:var(--text-velikost-9); color:var(--color-white); margin-bottom:50px; line-height:1.25em;}
.velky-nadpis-tmavy {font-family:var(--font-family-2); font-size:var(--text-velikost-9); line-height:1.35em; color:var(--color-dark);margin-bottom:50px;}
.velky-nadpis-zeleny {font-family:var(--font-family-2); font-size:var(--text-velikost-9); line-height:1.35em; color:var(--color-one);margin-bottom:50px;}
.sekce-sluzeb .velky-nadpis-tmavy {text-align:center;}

.sekce-cenik {padding:15vh var(--padding-sekce) 25vh var(--padding-sekce); position:relative;}
.pod-sebe {display:flex; flex-direction:column; align-items:center; gap:25px;}

.nerovny-divider {width:100%; height:150px; position:relative; overflow:hidden;}
.nerovny-divider img {width:100%; height:100%; object-fit:cover;}

.sekce-cenik:after {content:''; width:100%; height:200px; background-image:url(/wms/frontend/uploads/images/element-do-spodni-casti-03.svg); background-size:cover; background-repeat:no-repeat; position:absolute; bottom:0; left:0; z-index:10;}
.sekce-cenik h2 {margin:0;}
.sekce-cenik .popisek-k-cene {font-size:var(--text-velikost-8); font-weight:200;}
.sekce-cenik .dodatek {font-size:var(--text-velikost-3); text-align:center; font-weight:300;}
.sekce-cenik .dodatek a {font-weight:600; font-size:var(--text-velikost-4); text-decoration:underline;}

.odkazy-v-paticce a { font-size: var(--text-velikost-4); font-weight: 300; color: var(--color-one); margin-bottom: 10px; transition: .5s all ease; }
.odkazy-v-paticce a.logo {margin-bottom:35px;}

.text-v-paticce {color:var(--color-one); font-weight:300; font-size:var(--text-velikost-3);}

.menu-v-paticce {margin-bottom:25px;}
.menu-v-paticce .polozka a {font-size:var(--text-velikost-3);}

.sekce-kontaktni-listy {background:var(--color-one); color:var(--color-white); padding:var(--padding-sekce);}
.sekce-kontaktni-listy h2 {color:var(--color-white);}
.sekce-kontaktni-listy .kontakty {display: flex; gap: 25px;}
.sekce-kontaktni-listy .kontakt {background:var(--color-one); padding:25px; display:flex; align-items:center; font-size:var(--text-velikost-3); font-weight:300; gap:15px;}
.sekce-kontaktni-listy .kontakt a {color:var(--color-white);}
.sekce-kontaktni-listy .kontakt img {height:45px; width:auto;}

.svetly-pozadi {background:var(--color-white);}
.bezove-pozadi {background:var(--color-beige);}

.flex-kontaktni-lista {display:flex; align-items:center; justify-content:center; gap:50px}
.flex-kontaktni-lista .velky-nadpis {margin-bottom:0px;}

.formular {display: flex ; gap: 20px; flex-wrap: wrap;}
.formular .polovina {width:calc(50% - 10px);}
.formular .form-input { background: transparent; padding: 15px; border: none; border-bottom: 1px solid var(--color-one); color: var(--color-dark); font-size: var(--text-velikost-1); font-family:var(--font-family)}
.formular .form-checkbox {font-size:var(--text-velikost-1); letter-spacing:-0.035em;}
textarea {background: transparent; padding: 10px; border: none; border-bottom: 1px solid var(--color-grey); color: var(--color-darker); font-size:var(--text-velikost-1); font-family:var(--font-family); letter-spacing:0;}

.banner-sekce-zelena {width:100%; background:var(--color-one); padding:15vh var(--padding-sekce) 20vh var(--padding-sekce); color:var(--color-white); position:relative;}
.banner-sekce-zelena:after {content:''; width:100%; height:200px; background-image:url(/wms/frontend/uploads/images/element-do-spodni-casti-01.svg); background-size:cover; background-repeat:no-repeat; position:absolute; bottom:0; left:0; z-index:10;}
.banner-sekce-zelena h1 { color: var(--color-white); line-height: 1.15em; font-size: var(--text-velikost-13); font-family: var(--font-family-2); margin-bottom: 25px; text-align:center;}

.sekce {padding:var(--padding-sekce); padding-bottom:10vh;}

@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) {
    
    :root{
        
    --padding-sekce: 35px;
    --text-velikost-4:18px;
    --text-velikost-5:20px;
    --text-velikost-6:24px;
    --text-velikost-8:28px;
    --text-velikost-13: 48px;
    --text-velikost-15: 62px;
        
    }
    
    .hero-sekce .holder {height:80vh;}
    .hero-sekce .holder .podnadpis {line-height:1.05em; font-size:22px;}
    
    .panely {flex-direction:column; height:65vh;}
    
    .obsah {writing-mode:unset; left:25px; bottom:25px;}
    
    .sekce-sluzeb .sluzba {padding:15px 25px;}
    
    .casto-kladene-otazky .tab.active {padding:15px 0; padding-bottom:35px;}
    .casto-kladene-otazky .tab {padding:15px 0;}
    
    .flex-kontaktni-lista {flex-direction:column; gap:25px;}
    .sekce-kontaktni-listy .kontakty {flex-direction:column;}
    .sekce-kontaktni-listy .kontakt {padding:15px 25px;}
    
    .vedle-sebe {flex-direction:column;}
    .vedle-sebe h2 {margin:0; margin-bottom:25px;}
    .pod-sebe {text-align:center;}
    .sekce-cenik .dodatek { line-height:1.5em;}
    .popisek-k-cene {line-height:1.25em;}
    
    .hero-sekce:after, .sekce-cenik:after {height:150px;}
    .banner-sekce-zelena:after {height:100px;}
    
    .schovej-na-mobilu {display:none!important;}
    
    .textova-sekce .fotografie {height:350px;}
    
    .flex-kontaktni-lista .velky-nadpis {text-align:center;}
    
    .textova-sekce .leva-cast {text-align:center;}
    
    h2 {font-size:32px;}
    .velky-nadpis {font-size:32px;}
    
    .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: absolute; right: 30px;z-index: 9; }
    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; }

    .galerie-polozky { display: grid ; grid-template-columns: 1fr; gap: 40px; }
    .galerie-polozka {  grid-column: span 2; grid-row: span 1; height:300px;}
    .p-80 { padding: 30px;}
    .galerie-polozka.vetsi { height: 450px; }
    .textovacastmensi { padding-left: 40px; padding-right: 40px; padding-top: 80px; padding-bottom: 80px; }
    .pt-0m {padding-top:0;}
    .obrazovasekce.relative { height: 550px; min-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 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;}
}

