*,*::before,*::after{box-sizing:border-box}*{margin:0}html{height:100%}body{min-height:100%}body{line-height:1.5;-webkit-font-smoothing:antialiased}img,picture,video,canvas,svg{display:block;max-width:100%}input,button,textarea,select{font:inherit}p,h1,h2,h3,h4,h5,h6{overflow-wrap:break-word}@font-face{font-family:"vesper-bold";src:url("../assets/fonts/VesperLibre-Bold.ttf");font-weight:bold}@font-face{font-family:"vesper";src:url("../assets/fonts/VesperLibre-Regular.ttf");font-weight:normal}@font-face{font-family:"open";src:url("../assets/fonts/OpenSans-Regular.ttf");font-weight:normal}@font-face{font-family:"open-italic";src:url("../assets/fonts/OpenSans-SemiBoldItalic.ttf");font-weight:600;font-style:italic}html{scroll-behavior:smooth}body{background-color:#f4f2eb;font-family:"open";color:#525252;font-size:1rem}h1{font-family:"vesper-bold";font-size:3rem;color:#d0b686;padding-top:1rem}@media screen and (min-width: 972px){h1{font-size:3.5rem}}@media screen and (min-width: 1200px){h1{font-size:4.5rem}}h2{padding:1.5rem 0;font-family:"vesper-bold";font-size:2.5rem;color:#d0b686;line-height:3.5rem}@media screen and (min-width: 972px){h2{font-size:2.8rem}}@media screen and (min-width: 1200px){h2{font-size:3.5rem}}h3{padding:.7rem 0;font-family:"vesper-bold";font-size:1.8rem;color:#d0b686}@media screen and (min-width: 972px){h3{font-size:2rem}}@media screen and (min-width: 1200px){h3{font-size:2.5rem}}ul{list-style-type:none}a{text-decoration:none;font-family:"vesper-bold";font-size:1rem;color:#000}@media screen and (min-width: 972px){a{font-size:1rem}}@media screen and (min-width: 1200px){a{font-size:1rem}}p{text-align:justify;text-indent:2rem}.wrapper{max-width:1200px;width:100%}@media screen and (max-width: 1300px){.wrapper{padding:0 5%}}header nav{position:fixed;top:0;display:flex;justify-content:space-between;align-items:center;padding:20px 5%;background-color:#f4f2eb;width:100%;z-index:1;box-shadow:0px 10px 10px rgba(169,169,169,.3)}header nav ul{padding:0}header nav .logo{width:80px}header nav #cta{display:none;position:fixed;top:32px;right:3%;gap:20px}@media screen and (max-width: 1450px){header nav #cta{top:20px;row-gap:0;align-items:center;flex-direction:column}}header nav .nav-menu{display:flex;flex-direction:column;position:fixed;left:-100%;opacity:0;top:80px;width:100%;height:100%;text-align:center;transition:.3s;background-color:#f4f2eb;box-shadow:0px 10px 10px rgba(169,169,169,.3)}header nav .nav-menu .act{color:#d0b686}header nav .nav-menu.active{left:0;opacity:1}header nav .nav-menu .nav-item:nth-child(4){display:none;width:80px}header nav .nav-menu a{font-size:1.2rem;letter-spacing:.1rem}@media screen and (min-width: 972px){header nav .nav-menu a{font-size:1rem}}@media screen and (min-width: 1200px){header nav .nav-menu a{font-size:1.1rem}}header nav .nav-item{margin:16px 0}header nav .hamburger{display:block;cursor:pointer;align-self:center}header nav .hamburger .bar{display:block;width:25px;height:3px;margin:5px auto;transition:all .3s ease-in-out;background-color:#000}header nav .hamburger.active .bar:nth-child(2){opacity:0}header nav .hamburger.active .bar:nth-child(1){transform:translateY(8px) rotate(45deg)}header nav .hamburger.active .bar:nth-child(3){transform:translateY(-8px) rotate(-45deg)}@media screen and (min-width: 972px){header nav .nav-menu{flex-direction:row;justify-content:center;align-items:center;opacity:1;left:0;top:0;height:auto;transition:0s;gap:20px}header nav .nav-menu .nav-item:nth-child(4){display:block;width:80px}header nav .logo,header nav .hamburger{display:none}}@media screen and (min-width: 1180px){header nav #cta{display:flex}}.hero-small{display:flex;justify-content:center;height:50vh;background-image:url("../assets/img/big/Bia-40-big.webp");background-size:cover;background-position:50% 30%}@media screen and (max-width: 972px){.hero-small{background-image:url(../assets/img/normal/Bia-40.webp)}}.hero-small .hero-small-layout{display:flex;align-items:flex-end}footer{display:flex;justify-content:center;width:100%;height:100px;margin-top:2rem;background-color:#d0b686}footer .paticka-layout{display:grid;grid-template-columns:repeat(3, 1fr);align-items:center}footer .paticka-layout .nav-dole{justify-self:center}footer .paticka-layout .nav-dole ul{list-style-type:circle}footer .paticka-layout .nav-dole ul a{color:#000;font-weight:normal}footer .paticka-layout .logo-dole{width:100px;justify-self:flex-end}footer .paticka-layout #copyright{color:#000;font-weight:normal}@media screen and (max-width: 700px){footer{height:250px}footer .paticka-layout{grid-template-columns:1fr}footer .paticka-layout .nav-dole{margin-left:-30px;order:2;text-align:center}footer .paticka-layout .logo-dole{justify-self:center;order:1}footer .paticka-layout #copyright{justify-self:center;order:3}}button,#submit,.filter-item{margin:3rem 0;padding:.7em 1.5em;font-size:14px;text-transform:uppercase;letter-spacing:2.5px;font-weight:bold;color:#d0b686;background-color:#f4f2eb;border:2px solid #d0b686;border-radius:1.3rem;font-family:"open";box-shadow:0px 8px 15px rgba(0,0,0,.1);transition:all .3s ease 0s;cursor:pointer;outline:none}button:hover,#submit:hover,.filter-item:hover{background-color:#d0b686;box-shadow:0px 15px 20px rgba(208,183,135,.4);color:#fff;transform:translateY(-7px)}button:active,#submit:active,.filter-item:active{transform:translateY(-1px)}@keyframes scroll{from{transform:translateY(-30px)}to{transform:translateY(0px)}}@keyframes fadeIn{0%{opacity:0}100%{opacity:1}}@media screen and (max-width: 1549px){.prava,.leva,#index-leva1,#index-prava2,#index-leva3,#index-leva4,#index-prava5,#plemeno-leva1,#plemeno-prava2,#plemeno-leva3,#plemeno-prava4,#aktuality-prava1,#aktuality-leva2,#galerie-leva1,#galerie-prava2,#galerie-leva3,#fenka-prava1,#fenka-leva2,#fenka-prava3,#fenka-leva4{display:none}}@media screen and (min-width: 1550px){.prava{position:absolute;width:170px;height:auto;right:0;margin:-79px 40px;z-index:-1}.leva{position:absolute;width:170px;height:auto;left:0;margin:-98px 40px;z-index:-1}#index-leva1{position:absolute;width:150px;height:auto;left:0;width:200px;margin:90px 0px}#index-prava2{position:absolute;width:150px;height:auto;right:0;margin:0px 20px}#index-leva3{position:absolute;width:150px;height:auto;left:0;width:200px;margin:-70px 20px}#index-leva4{position:absolute;width:150px;height:auto;left:0;margin:70px 20px}#index-prava5{position:absolute;width:150px;height:auto;right:0;margin:300px 40px}#plemeno-leva1{position:absolute;width:150px;height:auto;left:0;margin:70px 20px}#plemeno-prava2{position:absolute;width:150px;height:auto;right:0;width:200px;margin:0px 40px}#plemeno-leva3{position:absolute;width:150px;height:auto;left:0;width:200px;margin:0px 40px}#plemeno-prava4{position:absolute;width:150px;height:auto;right:0;margin:0px 40px}#aktuality-prava1{position:absolute;width:150px;height:auto;right:0;margin:70px 40px}#aktuality-leva2{position:absolute;width:150px;height:auto;left:0;width:200px;margin:300px 40px}#galerie-leva1{position:absolute;width:150px;height:auto;left:0;margin:70px 40px}#galerie-prava2{position:absolute;width:150px;height:auto;right:0;margin:400px 40px}#galerie-leva3{position:absolute;width:150px;height:auto;left:0;margin:600px 40px}#fenka-prava1{position:absolute;width:150px;height:auto;right:0;margin:70px 40px}#fenka-leva2{position:absolute;width:150px;height:auto;left:0;margin:400px 40px}#fenka-prava3{position:absolute;width:150px;height:auto;right:0;margin:170px 40px;z-index:-1}#fenka-leva4{position:absolute;width:150px;height:auto;left:0;margin:350px 40px;z-index:-1}}main{width:100%;margin:0;padding:0}main .hero{display:flex;justify-content:center;background-image:url(../assets/img/big/Bia-2-big.webp);background-position:30% 60%;background-size:cover}@media screen and (max-width: 972px){main .hero{background-image:url(../assets/img/normal/Bia-2.webp)}}main .hero .hero-layout{height:100vh;display:flex;flex-direction:column;justify-content:space-between}main .hero .hero-layout .nadpis{display:flex;flex-direction:column;justify-content:center;margin:auto 0}main .hero .hero-layout .nadpis :last-child{font-size:1.8rem;font-family:"vesper-bold";color:#d0b686}@media screen and (min-width: 972px){main .hero .hero-layout .nadpis :last-child{font-size:2rem}}@media screen and (min-width: 1200px){main .hero .hero-layout .nadpis :last-child{font-size:2.5rem;color:#d0b686}}main .hero .hero-layout .scroll{align-self:center;width:30px;padding-bottom:1rem;cursor:pointer;animation:scroll 1.5s ease-in-out infinite alternate}main .hero .hero-layout .target{position:absolute;bottom:88px}main .odstaveni{padding-top:3%}main .sekce{display:flex;justify-content:center}main .sekce .sekce-layout{display:flex;align-items:flex-start;gap:3rem;padding-bottom:2rem}main .sekce .sekce-layout .sekce-img1{background-size:cover;width:50%;height:350px;border-radius:1.3rem;background-image:url(/assets/img/min/Bia-22-min.webp);background-position:50%}main .sekce .sekce-layout .sekce-img2{background-size:cover;width:50%;height:350px;border-radius:1.3rem;background-image:url(../assets/img/min/Bia-30-min.webp)}main .sekce .sekce-layout .sekce-img3{background-size:cover;width:50%;height:350px;border-radius:1.3rem;display:flex;justify-content:center;align-items:center;height:350px}main .sekce .sekce-layout .sekce-img3 img{max-height:300px;border-radius:20px}main .sekce .sekce-layout .sekce-odstavec{width:50%;display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start}@media screen and (max-width: 900px){main .sekce .sekce-layout{flex-direction:column;gap:0px;padding-bottom:0}main .sekce .sekce-layout .sekce-img1,main .sekce .sekce-layout .sekce-img3{width:100%;height:300px}main .sekce .sekce-layout .sekce-img2{display:none}main .sekce .sekce-layout .sekce-odstavec{width:100%}main .sekce .sekce-layout .sekce-odstavec a{align-self:center}}main .sekce .sekce-chs{display:flex;flex-direction:column;align-items:flex-start;padding-bottom:2rem}main .sekce .sekce-chs .sekce-img3{align-self:center}main .kontakt{display:flex;justify-content:center}main .kontakt .kontakt-layout{display:flex;align-items:baseline;gap:3rem}main .kontakt .kontakt-layout #odkazy{width:50%}main .kontakt .kontakt-layout #odkazy div,main .kontakt .kontakt-layout #odkazy span{padding-left:1rem}main .kontakt .kontakt-layout #odkazy .icons{display:flex;align-items:center;gap:.6rem}main .kontakt .kontakt-layout #odkazy .icons a:first-child{width:3rem}main .kontakt .kontakt-layout #odkazy .icons a:last-child{width:2.6rem}main .kontakt .kontakt-layout #formular{width:50%}main .kontakt .kontakt-layout #formular ::-moz-placeholder{color:rgba(99,99,99,.539)}main .kontakt .kontakt-layout #formular ::placeholder{color:rgba(99,99,99,.539)}main .kontakt .kontakt-layout #formular form .odeslat{display:flex;justify-content:center;margin:0}main .kontakt .kontakt-layout #formular form .odeslat #submit{margin:1rem 0}main .kontakt .kontakt-layout #formular #name,main .kontakt .kontakt-layout #formular #surname,main .kontakt .kontakt-layout #formular #email,main .kontakt .kontakt-layout #formular #subject{background-color:rgba(0,0,0,0);margin:.7rem .5rem;border:0;border-bottom:2px solid #d0b686;width:45%}@media screen and (max-width: 900px){main .kontakt .kontakt-layout #formular #name,main .kontakt .kontakt-layout #formular #surname,main .kontakt .kontakt-layout #formular #email,main .kontakt .kontakt-layout #formular #subject{width:100%}}main .kontakt .kontakt-layout #formular #name:hover,main .kontakt .kontakt-layout #formular #surname:hover,main .kontakt .kontakt-layout #formular #email:hover,main .kontakt .kontakt-layout #formular #subject:hover{color:#000}main .kontakt .kontakt-layout #formular #name:focus,main .kontakt .kontakt-layout #formular #surname:focus,main .kontakt .kontakt-layout #formular #email:focus,main .kontakt .kontakt-layout #formular #subject:focus{outline:0;color:#000}main .kontakt .kontakt-layout #formular #message{background-color:rgba(0,0,0,0);margin:.7rem .5rem;border:0;border-bottom:2px solid #d0b686;width:96%}@media screen and (max-width: 900px){main .kontakt .kontakt-layout #formular #message{width:100%}}main .kontakt .kontakt-layout #formular #message:hover{color:#000}main .kontakt .kontakt-layout #formular #message:focus{outline:0;color:#000}@media screen and (max-width: 700px){main .kontakt .kontakt-layout{flex-direction:column-reverse;align-items:center;justify-content:center}main .kontakt .kontakt-layout #odkazy{text-align:center;width:100%}main .kontakt .kontakt-layout #odkazy div,main .kontakt .kontakt-layout #odkazy span{padding-left:0rem}main .kontakt .kontakt-layout #odkazy .icons{justify-content:center}main .kontakt .kontakt-layout #formular{width:100%}}.archiv{display:flex;justify-content:center}.archiv .archiv-layout{padding-top:3rem;display:grid;grid-template-columns:repeat(auto-fit, minmax(270px, 1fr));gap:2rem}.archiv .archiv-layout .arch{display:flex;flex-direction:column}.archiv .archiv-layout .arch p{text-align:justify;text-indent:0}.archiv .archiv-layout .arch img{border-radius:20px;-o-object-fit:cover;object-fit:cover;width:100%;height:200px;text-align:center}.archiv .archiv-layout .arch .arch-nadpis{padding:1rem 0}.archiv .archiv-layout .arch .arch-nadpis span:first-child{font-size:1.2em;font-family:"open-italic"}.archiv .archiv-layout .arch .arch-nadpis span:last-child{color:gray}.o-fence{display:flex;justify-content:center}.o-fence .o-fence-layout{padding-top:3rem;display:grid;grid-template-columns:2fr 1fr;gap:3rem}.o-fence .o-fence-layout span{padding-bottom:.5rem;text-align:center}@media screen and (max-width: 865px){.o-fence .o-fence-layout{grid-template-columns:1fr;padding-top:1.5rem;gap:0}}.o-fence .o-fence-layout .o-fence-fotky{display:flex;justify-content:space-between;align-items:center}.o-fence .o-fence-layout .o-fence-fotky img:first-child{width:100%;border-radius:1.3rem;box-shadow:0px 15px 20px rgba(208,183,135,.9)}@media screen and (max-width: 1200px){.o-fence .o-fence-layout .o-fence-fotky img:first-child{width:100%}}@media screen and (max-width: 865px){.o-fence .o-fence-layout .o-fence-fotky{justify-content:center}.o-fence .o-fence-layout .o-fence-fotky img:first-child{display:none}}.o-fence .o-fence-layout .o-fence-info{display:flex;align-items:center;flex-direction:column}.rodokmen{display:flex;justify-content:center;padding:5rem 0}.rodokmen input{display:none}.rodokmen input:checked~label>img{transform:scale(1.5);cursor:zoom-out;z-index:2}.rodokmen img{transition:transform .25s ease;cursor:zoom-in;z-index:1}.gallery{display:flex;justify-content:center}.gallery .gallery-layout{display:flex;flex-direction:column}.gallery .gallery-layout .gallery-filter{padding:0 15px;width:100%;text-align:center;margin-bottom:40px}.gallery .gallery-layout .gallery-filter .filter-item{font-size:17px;display:inline-block;margin:0;margin-top:2rem;margin-right:8px;padding:8px 20px;line-height:1.2}.gallery .gallery-layout .gallery-filter .filter-item.active{color:#fff;background:#d0b686}.gallery .gallery-layout .gallery-grid{display:grid;grid-template-columns:repeat(auto-fit, minmax(300px, 1fr));gap:2rem}.gallery .gallery-layout .gallery-grid .fotka img{border:5px solid #d0b686;border-radius:1.3rem;height:300px;width:100%;-o-object-fit:cover;object-fit:cover}.gallery .gallery-layout .gallery-grid .fotka.show{animation:fadeIn .5s ease}.gallery .gallery-layout .gallery-grid .fotka.hide{display:none}.plemeno{display:flex;justify-content:center}.plemeno .plemeno-layout h2{padding-bottom:0}.plemeno .plemeno-layout h3{padding-bottom:0}.plemeno .plemeno-layout span{font-weight:bold}.plemeno .plemeno-layout ul{list-style-type:circle}.plemeno .plemeno-layout p{text-indent:2rem;padding-top:1rem}.plemeno .plemeno-layout .odsazeni{text-indent:0}/*# sourceMappingURL=style.min.css.map */